/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.karat-container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 90px;
    width: 100%;
    max-width: 1800px
}

.karat-container .karat-container {
    padding: 0
}

.karat-grid {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px
}

.karat-grid--gapless {
    margin-left: 0;
    margin-right: 0
}

.karat-grid--masonry {
    align-items: flex-start
}

.karat-grid > .karat-grid__col {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

.karat-grid--gapless > .karat-grid__col {
    padding-left: 0;
    padding-right: 0
}

.karat-grid--1-cols > .karat-grid__col {
    width: 100%
}

.karat-grid--2-cols > .karat-grid__col {
    width: 50%
}

.karat-grid--3-cols > .karat-grid__col {
    width: 33.3333%
}

.karat-grid--4-cols > .karat-grid__col {
    width: 25%
}

.karat-grid--5-cols > .karat-grid__col {
    width: 20%
}

.karat-grid__col--span-1 {
    flex-grow: 1;
    flex-basis: 8.333%
}

.karat-grid__col--span-2 {
    flex-grow: 2;
    flex-basis: 16.666%
}

.karat-grid__col--span-3 {
    flex-grow: 3;
    flex-basis: 24.999%
}

.karat-grid__col--span-4 {
    flex-grow: 4;
    flex-basis: 33.332%
}

.karat-grid__col--span-5 {
    flex-grow: 5;
    flex-basis: 41.665%
}

.karat-grid__col--span-6 {
    flex-grow: 6;
    flex-basis: 49.998%
}

.karat-grid__col--span-7 {
    flex-grow: 7;
    flex-basis: 58.331%
}

.karat-grid__col--span-8 {
    flex-grow: 8;
    flex-basis: 66.664%
}

.karat-grid__col--span-9 {
    flex-grow: 9;
    flex-basis: 74.997%
}

.karat-grid__col--span-10 {
    flex-grow: 10;
    flex-basis: 83.33%
}

.karat-grid__col--span-11 {
    flex-grow: 11;
    flex-basis: 91.663%
}

.karat-grid__col--span-12 {
    flex-grow: 12;
    flex-basis: 99.996%
}

.karat-grid__col--order-1 {
    order: 1
}

.karat-grid__col--order-2 {
    order: 2
}

.karat-grid__col--order-3 {
    order: 3
}

.karat-grid__col--order-4 {
    order: 4
}

.karat-grid__col--order-5 {
    order: 5
}

.karat-grid__col--order-6 {
    order: 6
}

.karat-grid__col--order-7 {
    order: 7
}

.karat-grid__col--order-8 {
    order: 8
}

.karat-grid__col--order-9 {
    order: 9
}

.karat-grid__col--order-10 {
    order: 10
}

.karat-grid__col--order-11 {
    order: 11
}

.karat-grid__col--order-12 {
    order: 12
}

@media (max-width: 1399px) {
    .karat-grid--xl-1-cols > .karat-grid__col {
        width: 100%
    }

    .karat-grid--xl-2-cols > .karat-grid__col {
        width: 50%
    }

    .karat-grid--xl-3-cols > .karat-grid__col {
        width: 33.3333%
    }

    .karat-grid--xl-4-cols > .karat-grid__col {
        width: 25%
    }

    .karat-grid--xl-5-cols > .karat-grid__col {
        width: 20%
    }

    .karat-grid__col--xl-span-1 {
        flex-grow: 1;
        flex-basis: 8.333%
    }

    .karat-grid__col--xl-span-2 {
        flex-grow: 2;
        flex-basis: 16.666%
    }

    .karat-grid__col--xl-span-3 {
        flex-grow: 3;
        flex-basis: 24.999%
    }

    .karat-grid__col--xl-span-4 {
        flex-grow: 4;
        flex-basis: 33.332%
    }

    .karat-grid__col--xl-span-5 {
        flex-grow: 5;
        flex-basis: 41.665%
    }

    .karat-grid__col--xl-span-6 {
        flex-grow: 6;
        flex-basis: 49.998%
    }

    .karat-grid__col--xl-span-7 {
        flex-grow: 7;
        flex-basis: 58.331%
    }

    .karat-grid__col--xl-span-8 {
        flex-grow: 8;
        flex-basis: 66.664%
    }

    .karat-grid__col--xl-span-9 {
        flex-grow: 9;
        flex-basis: 74.997%
    }

    .karat-grid__col--xl-span-10 {
        flex-grow: 10;
        flex-basis: 83.33%
    }

    .karat-grid__col--xl-span-11 {
        flex-grow: 11;
        flex-basis: 91.663%
    }

    .karat-grid__col--xl-span-12 {
        flex-grow: 12;
        flex-basis: 99.996%
    }

    .karat-grid__col--xl-order-1 {
        order: 1
    }

    .karat-grid__col--xl-order-2 {
        order: 2
    }

    .karat-grid__col--xl-order-3 {
        order: 3
    }

    .karat-grid__col--xl-order-4 {
        order: 4
    }

    .karat-grid__col--xl-order-5 {
        order: 5
    }

    .karat-grid__col--xl-order-6 {
        order: 6
    }

    .karat-grid__col--xl-order-7 {
        order: 7
    }

    .karat-grid__col--xl-order-8 {
        order: 8
    }

    .karat-grid__col--xl-order-9 {
        order: 9
    }

    .karat-grid__col--xl-order-10 {
        order: 10
    }

    .karat-grid__col--xl-order-11 {
        order: 11
    }

    .karat-grid__col--xl-order-12 {
        order: 12
    }
}

@media (max-width: 1199px) {
    .karat-grid--lg-1-cols > .karat-grid__col {
        width: 100%
    }

    .karat-grid--lg-2-cols > .karat-grid__col {
        width: 50%
    }

    .karat-grid--lg-3-cols > .karat-grid__col {
        width: 33.3333%
    }

    .karat-grid--lg-4-cols > .karat-grid__col {
        width: 25%
    }

    .karat-grid--lg-5-cols > .karat-grid__col {
        width: 20%
    }

    .karat-grid__col--lg-span-1 {
        flex-grow: 1;
        flex-basis: 8.333%
    }

    .karat-grid__col--lg-span-2 {
        flex-grow: 2;
        flex-basis: 16.666%
    }

    .karat-grid__col--lg-span-3 {
        flex-grow: 3;
        flex-basis: 24.999%
    }

    .karat-grid__col--lg-span-4 {
        flex-grow: 4;
        flex-basis: 33.332%
    }

    .karat-grid__col--lg-span-5 {
        flex-grow: 5;
        flex-basis: 41.665%
    }

    .karat-grid__col--lg-span-6 {
        flex-grow: 6;
        flex-basis: 49.998%
    }

    .karat-grid__col--lg-span-7 {
        flex-grow: 7;
        flex-basis: 58.331%
    }

    .karat-grid__col--lg-span-8 {
        flex-grow: 8;
        flex-basis: 66.664%
    }

    .karat-grid__col--lg-span-9 {
        flex-grow: 9;
        flex-basis: 74.997%
    }

    .karat-grid__col--lg-span-10 {
        flex-grow: 10;
        flex-basis: 83.33%
    }

    .karat-grid__col--lg-span-11 {
        flex-grow: 11;
        flex-basis: 91.663%
    }

    .karat-grid__col--lg-span-12 {
        flex-grow: 12;
        flex-basis: 99.996%
    }

    .karat-grid__col--lg-order-1 {
        order: 1
    }

    .karat-grid__col--lg-order-2 {
        order: 2
    }

    .karat-grid__col--lg-order-3 {
        order: 3
    }

    .karat-grid__col--lg-order-4 {
        order: 4
    }

    .karat-grid__col--lg-order-5 {
        order: 5
    }

    .karat-grid__col--lg-order-6 {
        order: 6
    }

    .karat-grid__col--lg-order-7 {
        order: 7
    }

    .karat-grid__col--lg-order-8 {
        order: 8
    }

    .karat-grid__col--lg-order-9 {
        order: 9
    }

    .karat-grid__col--lg-order-10 {
        order: 10
    }

    .karat-grid__col--lg-order-11 {
        order: 11
    }

    .karat-grid__col--lg-order-12 {
        order: 12
    }

    .karat-grid--lg-reset {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .karat-grid--lg-reset > .karat-grid__col {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 991px) {
    .karat-grid--md-1-cols > .karat-grid__col {
        width: 100%
    }

    .karat-grid--md-2-cols > .karat-grid__col {
        width: 50%
    }

    .karat-grid--md-3-cols > .karat-grid__col {
        width: 33.3333%
    }

    .karat-grid--md-4-cols > .karat-grid__col {
        width: 25%
    }

    .karat-grid--md-5-cols > .karat-grid__col {
        width: 20%
    }

    .karat-grid__col--md-span-1 {
        flex-grow: 1;
        flex-basis: 8.333%
    }

    .karat-grid__col--md-span-2 {
        flex-grow: 2;
        flex-basis: 16.666%
    }

    .karat-grid__col--md-span-3 {
        flex-grow: 3;
        flex-basis: 24.999%
    }

    .karat-grid__col--md-span-4 {
        flex-grow: 4;
        flex-basis: 33.332%
    }

    .karat-grid__col--md-span-5 {
        flex-grow: 5;
        flex-basis: 41.665%
    }

    .karat-grid__col--md-span-6 {
        flex-grow: 6;
        flex-basis: 49.998%
    }

    .karat-grid__col--md-span-7 {
        flex-grow: 7;
        flex-basis: 58.331%
    }

    .karat-grid__col--md-span-8 {
        flex-grow: 8;
        flex-basis: 66.664%
    }

    .karat-grid__col--md-span-9 {
        flex-grow: 9;
        flex-basis: 74.997%
    }

    .karat-grid__col--md-span-10 {
        flex-grow: 10;
        flex-basis: 83.33%
    }

    .karat-grid__col--md-span-11 {
        flex-grow: 11;
        flex-basis: 91.663%
    }

    .karat-grid__col--md-span-12 {
        flex-grow: 12;
        flex-basis: 99.996%
    }

    .karat-grid__col--md-order-1 {
        order: 1
    }

    .karat-grid__col--md-order-2 {
        order: 2
    }

    .karat-grid__col--md-order-3 {
        order: 3
    }

    .karat-grid__col--md-order-4 {
        order: 4
    }

    .karat-grid__col--md-order-5 {
        order: 5
    }

    .karat-grid__col--md-order-6 {
        order: 6
    }

    .karat-grid__col--md-order-7 {
        order: 7
    }

    .karat-grid__col--md-order-8 {
        order: 8
    }

    .karat-grid__col--md-order-9 {
        order: 9
    }

    .karat-grid__col--md-order-10 {
        order: 10
    }

    .karat-grid__col--md-order-11 {
        order: 11
    }

    .karat-grid__col--md-order-12 {
        order: 12
    }

    .karat-grid--md-reset {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .karat-grid--md-reset > .karat-grid__col {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .karat-grid--sm-1-cols > .karat-grid__col {
        width: 100%
    }

    .karat-grid--sm-2-cols > .karat-grid__col {
        width: 50%
    }

    .karat-grid--sm-3-cols > .karat-grid__col {
        width: 33.3333%
    }

    .karat-grid--sm-4-cols > .karat-grid__col {
        width: 25%
    }

    .karat-grid--sm-5-cols > .karat-grid__col {
        width: 20%
    }

    .karat-grid__col--sm-span-1 {
        flex-grow: 1;
        flex-basis: 8.333%
    }

    .karat-grid__col--sm-span-2 {
        flex-grow: 2;
        flex-basis: 16.666%
    }

    .karat-grid__col--sm-span-3 {
        flex-grow: 3;
        flex-basis: 24.999%
    }

    .karat-grid__col--sm-span-4 {
        flex-grow: 4;
        flex-basis: 33.332%
    }

    .karat-grid__col--sm-span-5 {
        flex-grow: 5;
        flex-basis: 41.665%
    }

    .karat-grid__col--sm-span-6 {
        flex-grow: 6;
        flex-basis: 49.998%
    }

    .karat-grid__col--sm-span-7 {
        flex-grow: 7;
        flex-basis: 58.331%
    }

    .karat-grid__col--sm-span-8 {
        flex-grow: 8;
        flex-basis: 66.664%
    }

    .karat-grid__col--sm-span-9 {
        flex-grow: 9;
        flex-basis: 74.997%
    }

    .karat-grid__col--sm-span-10 {
        flex-grow: 10;
        flex-basis: 83.33%
    }

    .karat-grid__col--sm-span-11 {
        flex-grow: 11;
        flex-basis: 91.663%
    }

    .karat-grid__col--sm-span-12 {
        flex-grow: 12;
        flex-basis: 99.996%
    }

    .karat-grid__col--sm-order-1 {
        order: 1
    }

    .karat-grid__col--sm-order-2 {
        order: 2
    }

    .karat-grid__col--sm-order-3 {
        order: 3
    }

    .karat-grid__col--sm-order-4 {
        order: 4
    }

    .karat-grid__col--sm-order-5 {
        order: 5
    }

    .karat-grid__col--sm-order-6 {
        order: 6
    }

    .karat-grid__col--sm-order-7 {
        order: 7
    }

    .karat-grid__col--sm-order-8 {
        order: 8
    }

    .karat-grid__col--sm-order-9 {
        order: 9
    }

    .karat-grid__col--sm-order-10 {
        order: 10
    }

    .karat-grid__col--sm-order-11 {
        order: 11
    }

    .karat-grid__col--sm-order-12 {
        order: 12
    }

    .karat-grid--sm-reset {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .karat-grid--sm-reset > .karat-grid__col {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 480px) {
    .karat-grid {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .karat-grid > .karat-grid__col {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-top: 0!important;
    }
    .ajax-file-upload-statusbar{
        margin-left: -65px!important;
        width: 319px!important;
    }

    .karat-grid--xs, .karat-grid--xs-1-cols, .karat-grid--xs-2-cols, .karat-grid--xs-3-cols, .karat-grid--xs-4-cols, .karat-grid--xs-5-cols {
        display: flex
    }

    .karat-grid--xs:not(.karat-grid--gapless), .karat-grid--xs-1-cols:not(.karat-grid--gapless), .karat-grid--xs-2-cols:not(.karat-grid--gapless), .karat-grid--xs-3-cols:not(.karat-grid--gapless), .karat-grid--xs-4-cols:not(.karat-grid--gapless), .karat-grid--xs-5-cols:not(.karat-grid--gapless) {
        margin-left: -15px;
        margin-right: -15px
    }

    .karat-grid--xs-1-cols > .karat-grid__col {
        width: 100%
    }

    .karat-grid--xs-2-cols > .karat-grid__col {
        width: 50%
    }

    .karat-grid--xs-3-cols > .karat-grid__col {
        width: 33.3333%
    }

    .karat-grid--xs-4-cols > .karat-grid__col {
        width: 25%
    }

    .karat-grid--xs-5-cols > .karat-grid__col {
        width: 20%
    }

    .karat-grid--xs:not(.karat-grid--gapless) > .karat-grid__col, .karat-grid--xs-1-cols:not(.karat-grid--gapless) > .karat-grid__col, .karat-grid--xs-2-cols:not(.karat-grid--gapless) > .karat-grid__col, .karat-grid--xs-3-cols:not(.karat-grid--gapless) > .karat-grid__col, .karat-grid--xs-4-cols:not(.karat-grid--gapless) > .karat-grid__col, .karat-grid--xs-5-cols:not(.karat-grid--gapless) > .karat-grid__col {
        padding-left: 15px;
        padding-right: 15px
    }

    .karat-grid__col--xs-span-1 {
        flex-grow: 1;
        flex-basis: 8.333%
    }

    .karat-grid__col--xs-span-2 {
        flex-grow: 2;
        flex-basis: 16.666%
    }

    .karat-grid__col--xs-span-3 {
        flex-grow: 3;
        flex-basis: 24.999%
    }

    .karat-grid__col--xs-span-4 {
        flex-grow: 4;
        flex-basis: 33.332%
    }

    .karat-grid__col--xs-span-5 {
        flex-grow: 5;
        flex-basis: 41.665%
    }

    .karat-grid__col--xs-span-6 {
        flex-grow: 6;
        flex-basis: 49.998%
    }

    .karat-grid__col--xs-span-7 {
        flex-grow: 7;
        flex-basis: 58.331%
    }

    .karat-grid__col--xs-span-8 {
        flex-grow: 8;
        flex-basis: 66.664%
    }

    .karat-grid__col--xs-span-9 {
        flex-grow: 9;
        flex-basis: 74.997%
    }

    .karat-grid__col--xs-span-10 {
        flex-grow: 10;
        flex-basis: 83.33%
    }

    .karat-grid__col--xs-span-11 {
        flex-grow: 11;
        flex-basis: 91.663%
    }

    .karat-grid__col--xs-span-12 {
        flex-grow: 12;
        flex-basis: 99.996%
    }

    .karat-grid__col--xs-order-1 {
        order: 1
    }

    .karat-grid__col--xs-order-2 {
        order: 2
    }

    .karat-grid__col--xs-order-3 {
        order: 3
    }

    .karat-grid__col--xs-order-4 {
        order: 4
    }

    .karat-grid__col--xs-order-5 {
        order: 5
    }

    .karat-grid__col--xs-order-6 {
        order: 6
    }

    .karat-grid__col--xs-order-7 {
        order: 7
    }

    .karat-grid__col--xs-order-8 {
        order: 8
    }

    .karat-grid__col--xs-order-9 {
        order: 9
    }

    .karat-grid__col--xs-order-10 {
        order: 10
    }

    .karat-grid__col--xs-order-11 {
        order: 11
    }

    .karat-grid__col--xs-order-12 {
        order: 12
    }
}

@font-face {
    font-family: 'karatsoft-icons';
    src: url("../fonts/karatsoft-icons.ttf?pd00bl") format("truetype"), url("../fonts/karatsoft-icons.woff?pd00bl") format("woff"), url("../fonts/karatsoft-icons.svg?pd00bl#karatsoft-icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="karat-icon-"], [class*=" karat-icon-"] {
    font-family: 'karatsoft-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.karat-icon-circle:before {
    content: "\e97f"
}

.karat-icon-bar-chart-line:before {
    content: "\e93c"
}

.karat-icon-code:before {
    content: "\e979"
}

.karat-icon-filter:before {
    content: "\e980"
}

.karat-icon-fonts:before {
    content: "\e97a"
}

.karat-icon-graph-up:before {
    content: "\e97b"
}

.karat-icon-info-circle:before {
    content: "\e97e"
}

.karat-icon-layout-wtf:before {
    content: "\e97c"
}

.karat-icon-list:before {
    content: "\e97d"
}

.karat-icon-alarm:before {
    content: "\e925"
}

.karat-icon-archive:before {
    content: "\e926"
}

.karat-icon-arrow-down-short:before {
    content: "\e900"
}

.karat-icon-arrow-down:before {
    content: "\e901"
}

.karat-icon-arrow-left-short:before {
    content: "\e902"
}

.karat-icon-arrow-left:before {
    content: "\e903"
}

.karat-icon-arrow-right-short:before {
    content: "\e904"
}

.karat-icon-arrow-right:before {
    content: "\e905"
}

.karat-icon-arrow-up-short:before {
    content: "\e906"
}

.karat-icon-arrow-up:before {
    content: "\e907"
}

.karat-icon-basket:before {
    content: "\e927"
}

.karat-icon-bell:before {
    content: "\e928"
}

.karat-icon-book:before {
    content: "\e929"
}

.karat-icon-bookmarks:before {
    content: "\e92a"
}

.karat-icon-box-seam:before {
    content: "\e92b"
}

.karat-icon-briefcase:before {
    content: "\e92c"
}

.karat-icon-brightness-high:before {
    content: "\e92d"
}

.karat-icon-broadcast-pin:before {
    content: "\e92e"
}

.karat-icon-brush:before {
    content: "\e92f"
}

.karat-icon-bucket:before {
    content: "\e930"
}

.karat-icon-building:before {
    content: "\e931"
}

.karat-icon-calculator:before {
    content: "\e932"
}

.karat-icon-calendar:before {
    content: "\e952"
}

.karat-icon-calendar3:before {
    content: "\e933"
}

.karat-icon-camera:before {
    content: "\e934"
}

.karat-icon-card-checklist:before {
    content: "\e935"
}

.karat-icon-card-image:before {
    content: "\e936"
}

.karat-icon-cart2:before {
    content: "\e937"
}

.karat-icon-chat-left-text:before {
    content: "\e938"
}

.karat-icon-check2:before {
    content: "\e96b"
}

.karat-icon-chevron-compact-down:before {
    content: "\e908"
}

.karat-icon-chevron-compact-left:before {
    content: "\e909"
}

.karat-icon-chevron-compact-right:before {
    content: "\e90a"
}

.karat-icon-chevron-compact-up:before {
    content: "\e90b"
}

.karat-icon-chevron-down:before {
    content: "\e90c"
}

.karat-icon-chevron-left:before {
    content: "\e90d"
}

.karat-icon-chevron-right:before {
    content: "\e90e"
}

.karat-icon-chevron-up:before {
    content: "\e90f"
}

.karat-icon-clipboard-data:before {
    content: "\e939"
}

.karat-icon-clock:before {
    content: "\e93a"
}

.karat-icon-cloud:before {
    content: "\e93b"
}

.karat-icon-columns-gap:before {
    content: "\e93d"
}

.karat-icon-compass:before {
    content: "\e93e"
}

.karat-icon-controller:before {
    content: "\e93f"
}

.karat-icon-dash:before {
    content: "\e975"
}

.karat-icon-diagram-3:before {
    content: "\e940"
}

.karat-icon-droplet:before {
    content: "\e941"
}

.karat-icon-easel:before {
    content: "\e942"
}

.karat-icon-emoji-smile:before {
    content: "\e943"
}

.karat-icon-envelope:before {
    content: "\e910"
}

.karat-icon-exclamation-circle:before {
    content: "\e944"
}

.karat-icon-file-earmark-image:before {
    content: "\e911"
}

.karat-icon-file-earmark-music:before {
    content: "\e912"
}

.karat-icon-file-earmark-play:before {
    content: "\e913"
}

.karat-icon-file-earmark-text:before {
    content: "\e914"
}

.karat-icon-file-earmark-zip:before {
    content: "\e915"
}

.karat-icon-flag:before {
    content: "\e945"
}

.karat-icon-folder-fill:before {
    content: "\e916"
}

.karat-icon-gear:before {
    content: "\e946"
}

.karat-icon-gem:before {
    content: "\e96c"
}

.karat-icon-geo-alt:before {
    content: "\e947"
}

.karat-icon-gift:before {
    content: "\e948"
}

.karat-icon-globe:before {
    content: "\e949"
}

.karat-icon-grid:before {
    content: "\e917"
}

.karat-icon-hand-thumbs-down:before {
    content: "\e94a"
}

.karat-icon-hand-thumbs-up:before {
    content: "\e94b"
}

.karat-icon-handbag:before {
    content: "\e96d"
}

.karat-icon-hdd-network:before {
    content: "\e94c"
}

.karat-icon-heart:before {
    content: "\e94d"
}

.karat-icon-hourglass:before {
    content: "\e94e"
}

.karat-icon-house:before {
    content: "\e94f"
}

.karat-icon-inbox:before {
    content: "\e96e"
}

.karat-icon-justify-left:before {
    content: "\e950"
}

.karat-icon-key:before {
    content: "\e951"
}

.karat-icon-layers:before {
    content: "\e96f"
}

.karat-icon-layout-text-sidebar-reverse:before {
    content: "\e970"
}

.karat-icon-lightning:before {
    content: "\e953"
}

.karat-icon-link-45deg:before {
    content: "\e918"
}

.karat-icon-lock:before {
    content: "\e954"
}

.karat-icon-map:before {
    content: "\e955"
}

.karat-icon-mic:before {
    content: "\e956"
}

.karat-icon-music-note-beamed:before {
    content: "\e957"
}

.karat-icon-paperclip:before {
    content: "\e958"
}

.karat-icon-pencil:before {
    content: "\e959"
}

.karat-icon-person:before {
    content: "\e971"
}

.karat-icon-phone:before {
    content: "\e95a"
}

.karat-icon-plug:before {
    content: "\e95b"
}

.karat-icon-plus:before {
    content: "\e976"
}

.karat-icon-power:before {
    content: "\e95c"
}

.karat-icon-printer:before {
    content: "\e972"
}

.karat-icon-question-circle:before {
    content: "\e95d"
}

.karat-icon-reply-fill:before {
    content: "\e977"
}

.karat-icon-scissors:before {
    content: "\e95e"
}

.karat-icon-screwdriver:before {
    content: "\e95f"
}

.karat-icon-search:before {
    content: "\e919"
}

.karat-icon-shield:before {
    content: "\e960"
}

.karat-icon-shop:before {
    content: "\e961"
}

.karat-icon-signpost-2:before {
    content: "\e962"
}

.karat-icon-sliders:before {
    content: "\e963"
}

.karat-icon-star:before {
    content: "\e964"
}

.karat-icon-tags:before {
    content: "\e91a"
}

.karat-icon-telephone:before {
    content: "\e91b"
}

.karat-icon-thermometer:before {
    content: "\e973"
}

.karat-icon-tools:before {
    content: "\e974"
}

.karat-icon-trash:before {
    content: "\e965"
}

.karat-icon-tree:before {
    content: "\e966"
}

.karat-icon-trophy:before {
    content: "\e967"
}

.karat-icon-truck:before {
    content: "\e968"
}

.karat-icon-x-circle:before {
    content: "\e969"
}

.karat-icon-x:before {
    content: "\e978"
}

.karat-icon-behance:before {
    content: "\e91c"
}

.karat-icon-dribbble:before {
    content: "\e91d"
}

.karat-icon-facebook:before {
    content: "\e91e"
}

.karat-icon-instagram:before {
    content: "\e91f"
}

.karat-icon-linkedin:before {
    content: "\e920"
}

.karat-icon-tiktok:before {
    content: "\e921"
}

.karat-icon-twitter:before {
    content: "\e922"
}

.karat-icon-vk:before {
    content: "\e923"
}

.karat-icon-yelp:before {
    content: "\e96a"
}

.karat-icon-youtube:before {
    content: "\e924"
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

html {
    height: 100%
}

body {
    position: relative;
    margin: 0;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    transition: all 200ms;
    text-decoration: none
}

a:hover {
}

abbr {
    border-bottom: 1px dotted transparent
}

address {
    margin-bottom: 30px
}

audio {
    width: 100%
}

blockquote {
    margin: 0 0 30px 0;
    font-size: 1.5em;
    font-style: italic
}

button {
    background: none;
    cursor: pointer;
    outline: 0;
    border: 0;
    transition: all 300ms
}

em {
    font-style: italic
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

figure {
    margin: 0 0 30px 0;
    padding: 0
}

img {
    max-width: 100%;
    height: auto
}

p {
    line-height: 1.6em;
    margin: 0 0 30px 0
}

pre {
    margin-bottom: 30px;
    padding: 10px;
    font-family: monospace;
    border: 1px solid transparent;
    overflow-x: scroll
}

q {
    font-style: italic
}

strong {
    font-weight: bold
}

sub, sup {
    position: relative;
    top: -0.5em;
    font-size: 0.750em;
    vertical-align: top
}

sub {
    top: auto;
    bottom: -0.5em
}

var {
    font-style: italic
}

video {
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0 0 30px 0;
    line-height: 1.4em;
    font-weight: bold
}

h1 {
    font-size: 3.75em;
    font-weight: bold
}

h2 {
    font-size: 2.250em
}

h3 {
    font-size: 1.5em
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em
}

h6 {
    font-size: 1em
}

dl {
    margin: 0 0 30px 0
}

dt {
    margin: 15px 0 0 0;
    font-weight: bold
}

dt:first-child {
    margin-top: 0
}

dd {
    margin: 0
}

ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    list-style: disc outside
}

ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    list-style: decimal outside
}

li {
    margin-bottom: 7px;
    padding: 0;
    line-height: 1.5em
}

ul ul, ol ol, ul ol, ol ul {
    margin: 10px 0 10px 10px
}

table {
    margin-bottom: 30px;
    width: 100%;
    border-collapse: collapse
}

figure > table {
    margin: 0
}

table th {
    /*padding: 15px 20px 13px 20px;*/
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border: 0
}

table td {
    padding: 15px 20px 13px 20px;
    vertical-align: middle;
    border: 0
}

table p {
    margin-bottom: 15px
}

table p:last-child {
    margin: 0
}

label {
    display: block;
    padding: 0 0 5px 0;
    font-size: 0.813em;
    font-weight: 600;
    line-height: normal
}

input, select, textarea {
    box-sizing: border-box;
    padding: 12px 15px;
    width: 100%;
    max-width: 500px;
    line-height: normal;
    font-size: 14px;
    border: 2px solid transparent;
    border-radius: 6px
}

textarea {
    max-width: 100%
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
    border: 0
}

input:focus, textarea:focus {
    outline: none
}

select {
    padding: 7px 15px 5px 15px
}

option {
    padding: 7px 15px 5px 15px;
    font-size: 15px
}

label input[type="text"], label input[type="password"] {
    display: block
}

input[type="submit"] {
    width: auto;
    cursor: pointer
}

body.karat-using-keyboard *:focus, body.karat-using-keyboard *:active {
    outline: medium dashed;
    outline-color: initial
}

body.karat-using-mouse *:focus {
    outline: 0
}

.ilk-link:focus {
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    padding: 15px 20px;
    height: auto;
    width: auto;
    overflow: auto;
    clip: auto;
    z-index: 1000;
    background: #FFF;
    color: #000
}

body.karat-scrolling-disabled {
    height: 100%;
    overflow: hidden
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.mehkar_document-attachment-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e914'
}

.mehkar_document-attachment-icon--image:before {
    content: '\e911'
}

.mehkar_document-attachment-icon--audio:before {
    content: '\e912'
}

.mehkar_document-attachment-icon--video:before {
    content: '\e913'
}

.mehkar_document-attachment-icon--zip:before {
    content: '\e915'
}

.karat-form__field-input-email {
    display: none
}

.karat-form__message {
    display: none
}

.karat-search-form {
    margin: 0;
    max-width: 500px
}

.karat-search-form__input-wrapper {
    position: relative
}

.karat-search-form__input {
    max-width: none;
    font-size: 23px;
    padding: 20px 120px 20px 20px
}

.karat-search-form__submit {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -13px;
    padding: 0;
    font-size: 26px
}

.karat-search-form__submit-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e919'
}

#header {
    transition: top 150ms;
    position: relative;
    z-index: 20;
    border-bottom: 1px solid transparent
}

#header.header--sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.header-placeholder {
    display: none
}

.header-placeholder--active {
    display: block
}

.header__topbar {
    padding: 10px 0
}

.header__topbar-inner {
    padding: 0 30px
}

.header__topbar-inner:before, .header__topbar-inner:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
    visibility: hidden
}

.menu-dil {
    position: relative;
    float: right;
    font-size: 0.875em
}

.header--has-search .menu-dil, .header--has-social-links .menu-dil {
    padding-left: 28px;
    margin-left: 28px
}

.header--has-search .menu-dil:before, .header--has-social-links .menu-dil:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 20px
}

.menu-dil__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.menu-dil-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline;
    margin-left: 15px
}

.menu-dil-item:first-child {
    margin: 0
}

.menu-dil-item--active {
    font-weight: 600
}

.menu-dil-item-link, .menu-dil-item-link:hover {
    text-decoration: none
}

.arama-toggle {
    position: relative;
    float: right
}

.header--has-social-links .arama-toggle {
    padding-left: 28px;
    margin-left: 28px
}

.header--has-social-links .arama-toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 20px
}

.arama-toggle__button {
    margin: 0;
    padding: 0;
    font-size: 16px
}

.arama-toggle__icon {
    position: relative;
    top: 1px
}

.arama-toggle__icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e919'
}

.header-social {
    float: right;
    font-size: 17px;
    height: 18px
}

.header-social__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: -1px
}

.header-social__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline;
    margin-left: 12px
}

.sosyal, .sosyal:hover {
    text-decoration: none
}

.menu-alt {
    float: left;
    font-size: 0.875em
}

.menu-alt__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.menu-alt__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline;
    position: relative;
    margin-left: 40px
}

.menu-alt__item:first-child {
    margin: 0
}

.menu-alt__item--has-icon {
    padding-left: 25px
}

.menu-alt__item-icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    font-size: 16px
}

.menu-alt__item-link, .menu-alt__item-link:hover {
    text-decoration: none
}

.arama {
    display: none;
    position: relative
}

.arama__form {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 600px
}

.arama__input-wrapper {
    position: relative
}

.arama__input {
    max-width: none;
    font-size: 23px;
    padding: 20px 120px 20px 20px
}

.arama__submit {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -13px;
    padding: 0;
    font-size: 26px
}

.arama__submit-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e919'
}

.arama__spinner {
    display: none;
    position: absolute;
    top: 50%;
    right: 80px;
    margin-top: -15px
}

.arama__filter {
    margin-top: 10px
}

.arama__filter-label {
    transition: all 250ms;
    display: inline-block;
    margin: 10px 5px 0 0;
    padding: 5px 10px;
    font-size: 0.875em;
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer
}

.arama__filter-checkbox {
    display: none
}

.arama__close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px
}

.arama__close-button-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e969'
}

.header__navbar {
    padding: 30px 0
}

.header__navbar-inner {
    display: flex;
    position: relative;
    align-items: center;
    padding: 0 30px
}

.header__navbar-container {
    flex-grow: 1
}

.header-mobile-search-toggle, .header-mobile-menu-toggle {
    display: none
}

.header-logo__link {
    display: block
}

.header-logo__link:hover {
    opacity: 0.8
}

.header-logo__link:active {
    opacity: 0.7
}

.header-tagline {
    font-size: 1.5em
}

.header-tagline__link {
    transition: all 300ms;
    font-weight: bold;
    text-decoration: none
}

.header-tagline__link:hover {
    opacity: 0.8;
    text-decoration: none
}

.header-tagline__link:active {
    opacity: 0.7
}

.header-cta {
    float: right;
    margin-left: 30px
}

.header-cta__link {
    display: inline-block
}

.header__navbar-menu:before, .header__navbar-menu:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
    visibility: hidden
}

.header__navbar-menu .menu-dil, .header__navbar-menu .menu-alt, .header__navbar-menu .header-social {
    display: none
}

.header__navbar-menu a:hover {
    text-decoration: none
}

@media (min-width: 992px) {
    .ana-menu {
        float: left
    }

    .ana-menu__list {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .m-item {
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: normal
    }

    .menu-link {
        position: relative;
        text-decoration: none
    }

    .menu-link--current {
        font-weight: 600
    }

    .baslik-menu-ana-ikon {
        display: none;
        position: absolute;
        top: 50%;
        right: -14px;
        margin-top: -5px;
        font-size: 10px
    }

    .baslik-menu-ana-ikon:before {
        font-family: "karatsoft-icons" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e90c'
    }

    .m-ind {
        content: '';
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 29px
    }

    .m-ind:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 1px solid transparent;
        border-width: 0 9px 12px 9px;
        z-index: 20
    }

    .m-ind:after {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        width: 0;
        height: 0;
        border: 1px solid transparent;
        border-width: 0 9px 12px 9px;
        z-index: 10
    }

    .ana-alt {
        list-style-type: none;
        margin: 0;
        padding: 0;
        transition: margin 300ms;
        margin-top: -10px
    }
    .ana-alt.sub-menu.ana-alt-lvl-2::-webkit-scrollbar-track
    {

        background-color: #F5F5F5;
    }

    .ana-alt.sub-menu.ana-alt-lvl-2::-webkit-scrollbar
    {
        width: 8px;
        background-color: #f5f5f56e;
    }

    .ana-alt.sub-menu.ana-alt-lvl-2::-webkit-scrollbar-thumb
    {
        background-color: #227271;
        border: 2px solid #bfbfbf40;
    }
    .m-bag--hover .ana-alt {
        margin-top: 0
    }

    .alt-tog {
        display: none
    }

    .m-item--active > .menu-link {
        font-weight: 600
    }

    .m-level-1 {
        display: inline-block;
        padding: 10px 16px
    }

    .m-level-1.alt-menu {
        padding-right: 24px
    }

    .menu-level-1 {
        display: inline-block
    }

    .m-level-1.alt-menu > .menu-link > .baslik-menu-ana-ikon {
        display: block
    }

    .m-item--dropdown {
        position: relative
    }

    .m-item--dropdown .m-item {
        position: relative
    }

    .m-item--dropdown .m-alt-lvl-2, .m-item--dropdown .m-alt-lvl-3 {
        display: none;
        position: absolute
    }

    .m-item--dropdown .ana-alt-lvl-2, .m-item--dropdown .ana-alt-lvl-3 {
        position: relative;
        box-sizing: border-box;
        padding: 10px 0;
        width: 240px;
        border-radius: 6px;
        max-height: 325px;
        overflow-y: auto;
    }

    .m-item--dropdown .m-alt-lvl-2 {
        top: 100%;
        left: -27px;
        margin-top: -2px;
        padding-top: 32px
    }

    .m-item--dropdown .ana-alt-lvl-2 {
        border-radius: 0 0 6px 6px
    }

    .m-item--dropdown .menu-level-2 > .baslik-menu-ana-ikon {
        display: block;
        right: 20px
    }

    .m-item--dropdown .menu-level-2 > .baslik-menu-ana-ikon:before {
        content: '\e90e'
    }

    .m-item--dropdown .ana-alt-lvl-2 .menu-link {
        display: block;
        padding: 10px 40px 10px 30px;
        font-size: 0.875em
    }

    .m-item--dropdown .m-alt-lvl-1 {
        top: -10px;
        left: 100%
    }

    .m-item--dropdown .ana-alt .menu-level-3 {
        padding: 10px 30px 10px 50px
    }

    .m-item--dropdown:last-child .m-alt-lvl-1 {
        left: auto;
        right: -27px
    }

    .m-item--dropdown:last-child .m-alt-lvl-2, .m-item--dropdown:nth-last-child(2) .m-alt-lvl-2 {
        left: auto;
        right: 100%
    }

    .m-item--megamenu .m-item {
        position: relative;
        margin-top: 15px
    }

    .m-item--megamenu .m-alt-lvl-2 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: -2px;
        padding-top: 32px
    }

    .m-item--megamenu .altmenu-lvl-2 {
        box-sizing: border-box;
        padding: 0 30px;
        border-top: 1px solid transparent
    }

    .m-item--megamenu .altmenu2-lvl-2 {
        box-sizing: border-box;
        position: relative;
        margin: auto;
        padding-top: 60px;
        max-width: 1800px
    }

    .m-item--megamenu .altmenu2-lvl-2:before, .m-item--megamenu .altmenu2-lvl-2:after, .m-item--megamenu .altmenu3-level-2:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        height: 100%
    }

    .m-item--megamenu .altmenu2-lvl-2:before {
        left: 25%
    }

    .m-item--megamenu .altmenu2-lvl-2:after {
        left: 50%
    }

    .m-item--megamenu .altmenu3-level-2:before {
        left: 75%
    }

    .m-item--megamenu .ana-alt-lvl-2:before, .m-item--megamenu .ana-alt-lvl-2:after {
        display: table;
        clear: both;
        height: 0;
        content: '';
        visibility: hidden
    }

    .m-item--megamenu .m-level-2 {
        box-sizing: border-box;
        float: left;
        width: 25%;
        margin: 0 0 60px;
        padding-left: 60px
    }

    .m-item--megamenu .m-level-2:nth-child(4n+1) {
        clear: left
    }

    .m-item--megamenu .menu-level-2 {
        display: inline-block;
        margin-bottom: 20px;
        font-size: 1em;
        font-weight: bold
    }

    .m-item--megamenu .ana-alt-lvl-3 .ana-alt {
        margin-left: 30px
    }
}

#core {
    position: relative;
    z-index: 10
}

.core__columns {
    display: flex
}

.core__columns-col--main {
    width: calc(1200px + ((100vw - 1620px) / 2))
}

.core__columns-col--main.core__columns-col--left {
    order: 1
}

.core__columns-col--main.core__columns-col--right {
    order: 2
}

.core__columns-col--sidebar {
    box-sizing: border-box;
    width: calc(420px + ((100vw - 1620px) / 2))
}

.core__columns-col--sidebar.core__columns-col--left {
    order: 1
}

.core__columns-col--sidebar.core__columns-col--right {
    order: 2
}

.main-image {
    overflow: hidden
}

.main-image__inner {
    position: relative;
    margin: 0
}

.main-image--cropped .main-image__inner {
    display: block;
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.main-image__img {
    width: 100%
}

.main__content-wrapper {
    box-sizing: border-box
}

.core__columns .main__content {
    box-sizing: border-box;
    padding: 0 90px
}

.core__columns .main__content:before, .core__columns .main__content:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
    visibility: hidden
}

.core__columns .main__content-wrapper {
    width: calc(100vw - 420px - (100vw - 1620px) - 90px)
}

.core__columns-col--left .main__content-wrapper {
    float: right
}

.main__content-inner {
    margin-bottom: 90px
}

.core--fullwidth .main__content-inner {
    margin-bottom: 0
}

.core--narrow .karat-container {
    max-width: 900px
}

.main-header {
    margin-bottom: 30px;
    padding-top: 30px
}

.post-single .main-header {
    margin-bottom: 60px
}


.breadcrumbs__inner {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.813em;
    border-radius: 6px
}

.breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.breadcrumbs__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    position: relative;
    margin-left: 2px;
    padding-left: 16px
}

.breadcrumbs__item:first-child {
    margin: 0;
    padding: 0
}

.breadcrumbs__item-decor {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    font-size: 10px
}

.breadcrumbs__item-decor:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90a'
}

.breadcrumbs__item:first-child .breadcrumbs__item-decor {
    display: none
}

.breadcrumbs__link, .breadcrumbs__link:hover {
    text-decoration: none
}

.main-header__title {
    margin: 30px 0 0 0;
    max-width: 800px
}

.main-header__title:last-child {
    margin-bottom: 60px
}

.main-header__subtitle {
    margin: 15px 0 60px 0;
    max-width: 800px;
    font-size: 1.125em
}

.main-header .post-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 7px 0 0 0;
    font-size: 0.875em
}

.main-header .post-meta__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    display: inline-block;
    margin: 7px 7px 0 0;
    padding-right: 14px
}

.main-header .post-meta__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.main-header .post-meta__item:last-child {
    margin-right: 0;
    padding: 0
}

.main-header .post-meta__item:last-child:after {
    display: none
}

.main-header .post-meta__item-link, .main-header .post-meta .post__term-link {
    text-decoration: none;
    font-weight: 600
}

.post-archive-categories {
    position: relative;
    margin: 60px 0 20px 0;
    padding-left: 40px
}

.post-archive-categories__icon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 17px
}

.post-archive-categories__icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e917'
}

.post-archive-categories__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.post-archive-categories__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    position: relative;
    margin: 0 30px 20px 0
}

.post-archive-categories__item-link, .post-archive-categories__item-link:hover {
    text-decoration: none
}

.post__content {
    margin-bottom: 30px
}

.post__content:before, .post__content:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
    visibility: hidden
}

.core--fullwidth .post__content {
    margin-bottom: 0
}

.post__content > *:last-child {
    margin-bottom: 0
}

.post__content > p {
    line-height: 1.9em
}

.post-images {
    margin: 60px 0
}

.post-images__title {
    font-size: 1.875em
}

.post-images__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 -10px -20px -10px
}

.post-images__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin: 0 0 20px 0
}

.post-images__list > .post-images__item {
    padding: 0 10px
}

.post-images__item-link {
    display: block;
    transition: all 500ms
}

.post-images__item-link:hover {
    opacity: 0.9
}

.post-images__item-img {
    transition: all 300ms;
    display: block;
    border-radius: 6px
}

.post-tags {
    position: relative;
    margin: 60px 0 0 0;
    padding-left: 26px
}

.post-tags__icon {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 16px
}

.post-tags__icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e91a'
}

.post-tags__list {
    margin: 0
}

.post-tags .post__term-link {
    display: inline-block;
    text-decoration: none
}

.post-author {
    margin: 60px 0 0 0;
    padding: 30px 60px 30px 30px;
    border: 1px solid transparent;
    border-radius: 6px
}

.post-author--has-portrait .post-author__inner {
    position: relative;
    padding-left: 120px
}

.post-author__portrait {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    max-width: 90px
}

.post-author__portrait-image {
    border-radius: 50%
}

.post-author__header {
    position: relative
}

.post-author__header:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    z-index: 10
}

.post-author__name {
    display: inline-block;
    position: relative;
    margin: 0;
    padding-right: 20px;
    font-size: 1em;
    font-weight: bold;
    z-index: 20
}

.post-author__description {
    margin: 10px 0 0 0
}

.post-author__description > p {
    margin: 10px 0 0 0;
    line-height: 1.9em
}

.post-author__more {
    margin: 10px 0 0 0
}

.post-author__more-link {
    font-size: 0.813em;
    font-weight: bold;
    text-decoration: none
}

.post-author__more {
    margin: 20px 0 0 0
}

.post-author__more-link {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-size: 0.813em;
    font-weight: 600;
    text-decoration: none
}

.post-author__more-link:hover {
    text-decoration: none
}

.post-author__more-link-label {
    transition: all 100ms
}

.post-author__more-link-icon {
    transition: all 200ms;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    font-size: 20px
}

.post-author__more-link-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904'
}

.post-author__more-link:hover .post-author__more-link-icon {
    right: -5px
}

.post-author__more-link:active .post-author__more-link-icon {
    right: -7px
}

.post-navigation {
    position: relative;
    margin: 60px 0 0 0;
    padding: 15px 30px;
    border-radius: 6px
}

.post-navigation:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%
}

.post-navigation__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.post-navigation__list:before, .post-navigation__list:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
    visibility: hidden
}

.post-navigation__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    box-sizing: border-box;
    width: 45%
}

.post-navigation__item--prev {
    float: left
}

.post-navigation__item--next {
    float: right;
    text-align: right
}

.post-navigation__item-link {
    display: block;
    position: relative;
    text-decoration: none
}

.post-navigation__item-link:hover {
    text-decoration: none
}

.post-navigation__item--prev .post-navigation__item-link {
    padding-left: 50px
}

.post-navigation__item--next .post-navigation__item-link {
    padding-right: 50px
}

.post-navigation__item-link-icon {
    transition: all 200ms;
    position: absolute;
    top: 9px;
    font-size: 20px
}

.post-navigation__item-link-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.post-navigation__item--prev .post-navigation__item-link-icon {
    left: 0
}

.post-navigation__item--next .post-navigation__item-link-icon {
    right: 0
}

.post-navigation__item--prev:hover .post-navigation__item-link-icon {
    left: -5px
}

.post-navigation__item--prev:active .post-navigation__item-link-icon {
    left: -7px
}

.post-navigation__item--next:hover .post-navigation__item-link-icon {
    right: -5px
}

.post-navigation__item--next:active .post-navigation__item-link-icon {
    right: -7px
}

.post-navigation__item--prev .post-navigation__item-link-icon:before {
    content: '\e903'
}

.post-navigation__item--next .post-navigation__item-link-icon:before {
    content: '\e905'
}

.post-navigation__item-link-label {
    display: block;
    margin: 0 0 2px 0;
    font-size: 0.813em;
    text-decoration: none
}

.post-navigation__item-link-title {
    font-weight: 600
}

.post-pagination {
    margin: 60px 0;
    padding: 20px 45px;
    text-align: center;
    border-radius: 6px
}

.post-pagination__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 0 120px
}

.post-pagination__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block
}

.post-pagination__item-link, .post-pagination__item-link:hover {
    text-decoration: none
}

.post-pagination__item--number .post-pagination__item-link {
    transition: all 500ms;
    padding: 4px 10px;
    border-radius: 6px;
    border: 2px solid transparent
}

.post-pagination__item--prev, .post-pagination__item--next {
    position: absolute;
    top: 0
}

.post-pagination__item--prev {
    left: 0
}

.post-pagination__item--next {
    right: 0
}

.post-pagination__item--prev .post-pagination__item-link:before, .post-pagination__item--next .post-pagination__item-link:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 200ms;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 20px
}

.post-pagination__item--prev .post-pagination__item-link {
    padding-left: 30px
}

.post-pagination__item--next .post-pagination__item-link {
    padding-right: 30px
}

.post-pagination__item--prev .post-pagination__item-link:before {
    content: '\e903';
    left: 0
}

.post-pagination__item--next .post-pagination__item-link:before {
    content: '\e905';
    right: 0
}

.post-pagination__item--prev .post-pagination__item-link:hover:before {
    left: -5px
}

.post-pagination__item--next .post-pagination__item-link:hover:before {
    right: -5px
}

.post-pagination__item--prev .post-pagination__item-link:active:before {
    left: -7px
}

.post-pagination__item--next .post-pagination__item-link:active:before {
    right: -7px
}

.general-post-archive .post-archive__message {
    margin: 60px 0;
    font-size: 1.125em
}

.general-post-archive .post-archive__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 30px 0
}

.general-post-archive .post {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    margin-top: 30px;
    padding: 30px 100px 0 0;
    border-top: 1px solid transparent
}

.general-post-archive .post:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0
}

.general-post-archive .post__title {
    margin: 0;
    font-size: 1.125em
}

.general-post-archive .post__title-link {
    text-decoration: none
}

.general-post-archive .post__type {
    display: block;
    position: absolute;
    top: 36px;
    right: 0;
    font-size: 0.75em;
    text-transform: uppercase
}

.general-post-archive .post:first-child .post__type {
    top: 6px
}

.post-archive--list .main-header {
    margin-bottom: 60px
}

.post-archive--list .post {
    margin: 0 0 90px 0
}

.post-archive--list .post__thumbnail {
    margin: 0 0 20px 0
}

.post-archive--list .post__thumbnail-link {
    transition: all 500ms
}

.post-archive--list .post__thumbnail-link:hover {
    opacity: 0.9
}

.post-archive--list .post__thumbnail-link:active {
    opacity: 0.8
}

.post-archive--list .post__thumbnail-link--cropped {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px
}

.post-archive--list .post__thumbnail .wp-post-image {
    width: 100%;
    border-radius: 12px
}

.post-archive--list .post__categories {
    margin: 0 0 10px 0;
    font-size: 0.75em;
    text-transform: uppercase
}

.post-archive--list .post__categories .post__term-link {
    font-weight: 600;
    text-decoration: none
}

.post-archive--list .post__title {
    margin: 0;
    font-size: 1.875em
}

.post-archive--list .post__title-link {
    text-decoration: none
}

.post-archive--list .sticky .post__title {
    position: relative;
    padding-left: 35px
}

.post-archive--list .sticky .post__title:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e964';
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 24px
}

.post-archive--list .post-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 0.813em
}

.post-archive--list .post-meta__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    display: inline-block;
    margin-right: 7px;
    padding-right: 14px
}

.post-archive--list .post-meta__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.post-archive--list .post-meta__item:last-child {
    margin: 0;
    padding: 0
}

.post-archive--list .post-meta__item:last-child:after {
    display: none
}

.post-archive--list .post-meta__item-link, .post-archive--list .post-meta .post__term-link {
    text-decoration: none;
    font-weight: 600
}

.post-archive--list .post__content {
    margin-top: 30px
}

.post-archive--list .post__content > p {
    line-height: 1.9em
}

.post-archive--list .post-permalink {
    margin: 20px 0 0 0
}

.post-archive--list .post-permalink__link {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-size: 0.938em;
    font-weight: 600;
    text-decoration: none
}

.post-archive--list .post-permalink__link-label {
    transition: all 100ms
}

.post-archive--list .post-permalink__link-icon {
    transition: all 200ms;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    font-size: 22px
}

.post-archive--list .post-permalink__link-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904'
}

.post-archive--list .post-permalink__link:hover .post-permalink__link-icon {
    right: -5px
}

.post-archive--list .post-permalink__link:active .post-permalink__link-icon {
    right: -7px
}

.post-archive--grid .post-archive__list.karat-grid {
    margin-bottom: -30px
}

.post-archive--grid .post {
    margin: 0 0 30px 0;
    border-radius: 12px
}

.post-archive--grid .post__content {
    margin: 0
}

.post-archive--grid .post__thumbnail {
    margin: 0
}

.post-archive--grid .post__thumbnail-link {
    transition: all 500ms
}

.post-archive--grid .post__thumbnail-link:hover {
    opacity: 0.95
}

.post-archive--grid .post__thumbnail-link:active {
    opacity: 0.9
}

.post-archive--grid .post__thumbnail-link--cropped {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px 12px 0 0
}

.post-archive--grid .post__thumbnail img {
    display: block;
    width: 100%;
    border-radius: 12px 12px 0 0
}

.post-archive--grid .post__container {
    padding: 30px;
    border-radius: 12px
}

.post-archive--grid .post--has-thumbnail .post__container {
    border-radius: 0 0 12px 12px
}

.post-archive--grid .post__categories {
    margin: 0 0 10px 0
}

.post-archive--grid .post__term-link {
    font-weight: 600;
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none
}

.post-archive--grid .post__title {
    margin: 0;
    font-size: 1.125em
}

.post-archive--grid .post__title-link {
    text-decoration: none
}

.post-archive--grid .sticky .post__title {
    position: relative;
    padding-left: 35px
}

.post-archive--grid .sticky .post__title:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e964';
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 22px
}

.post-archive--grid .post-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 0.813em
}

.post-archive--grid .post-meta__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    display: inline-block;
    margin-right: 7px;
    padding-right: 14px
}

.post-archive--grid .post-meta__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.post-archive--grid .post-meta__item:last-child {
    margin: 0;
    padding: 0
}

.post-archive--grid .post-meta__item:last-child:after {
    display: none
}

.post-archive--grid .post-meta__item-link {
    font-weight: 600;
    text-decoration: none
}

.post-archive--grid .post__content {
    font-size: 0.875em
}

.post-archive--grid .post__content > p {
    margin: 20px 0 0 0
}

.post-archive--grid .post-permalink {
    margin: 30px 0 0 0
}

.post-archive--grid .post-permalink__link {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 0.813em;
    font-weight: 600;
    text-decoration: none
}

.post-archive--grid .post-permalink__link-label {
    transition: all 100ms
}

.post-archive--grid .post-permalink__link-icon {
    transition: all 200ms;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    font-size: 18px
}

.post-archive--grid .post-permalink__link-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904'
}

.post-archive--grid .post-permalink__link:hover .post-permalink__link-icon {
    right: -5px
}

.post-archive--grid .post-permalink__link:active .post-permalink__link-icon {
    right: -7px
}

.blog-post-archive--grid .post__thumbnail-link--cropped {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.blog-post-archive--grid .post__thumbnail .wp-post-image {
    width: 100%
}

.mehkar_listing-post-single .post__content {
    margin: 30px 0 60px 0
}

.mehkar_listing-post-single .post-contact-info {
    margin-bottom: 30px
}

.mehkar_listing-post-single .karat-grid__col .post-contact-info {
    padding-right: 40px
}

.mehkar_listing-post-single .post-contact-info__title {
    font-size: 1.875em
}

.mehkar_listing-post-single .post-contact-info__address > p {
    margin: 0 0 15px 0;
    line-height: 1.9em
}

.mehkar_listing-post-single .post-contact__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.mehkar_listing-post-single .post-contact__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    margin-top: 20px;
    padding-left: 35px;
    font-weight: 600
}

.mehkar_listing-post-single .post-contact__item:first-child {
    margin-top: 0
}

.mehkar_listing-post-single .post-contact__item-icon {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 16px;
    margin-top: -8px
}

.mehkar_listing-post-single .post-contact__item-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mehkar_listing-post-single .post-contact__item-icon--email:before {
    content: '\e910'
}

.mehkar_listing-post-single .post-contact__item-icon--phone:before {
    content: '\e91b'
}

.mehkar_listing-post-single .post-contact__item-icon--fax:before {
    content: '\e970'
}

.mehkar_listing-post-single .post-contact__item-icon--website {
    font-size: 20px
}

.mehkar_listing-post-single .post-contact__item-icon--website:before {
    content: '\e918'
}

.mehkar_listing-post-single .post-contact__item > a {
    text-decoration: none
}

.mehkar_listing-post-single .post-social__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.mehkar_listing-post-single .post-social__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px
}

.mehkar_listing-post-single .post-social__item-link {
    transition: all 300ms;
    text-decoration: none
}

.mehkar_listing-post-single .post-hours {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 6px
}

.mehkar_listing-post-single .post-hours__title {
    font-size: 1.375em
}

.mehkar_listing-post-single .post-hours__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mehkar_listing-post-single .post-hours__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin: 15px 0 0 0
}

.mehkar_listing-post-single .post-hours__item:before, .mehkar_listing-post-single .post-hours__item:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
    visibility: hidden
}

.mehkar_listing-post-single .post-hours__item:first-child {
    margin: 0
}

.mehkar_listing-post-single .post-hours__item-day {
    float: left;
    width: 50%;
    font-weight: 600
}

.mehkar_listing-post-single .post-hours__item-value {
    float: right;
    width: 50%;
    font-size: 0.875em
}

.mehkar_listing-post-single .post-hours__item-value-from-to {
    display: block;
    margin-top: 10px
}

.mehkar_listing-post-single .post-hours__item-value-from-to:first-child {
    margin-top: 0
}

.mehkar_listing-post-single .post-hours__note {
    margin: 30px 0 0 0;
    font-style: italic;
    font-size: 0.875em
}

.mehkar_listing-post-single .post-hours__custom {
    margin: 0
}

.mehkar_listing-post-single .post-map-wrapper {
    margin: 60px 0
}

.mehkar_listing-post-single .post-map-wrapper iframe {
    border: 0;
    width: 100%;
    height: 400px;
    border-radius: 12px
}

.mehkar_document-post-page .post-attachments:before, .mehkar_document-post-page .post-attachments:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
    visibility: hidden
}

.mehkar_document-post-page .post-attachments__title {
    font-size: 1.375em
}

.mehkar_document-post-page .post-attachments__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid transparent
}

.mehkar_document-post-page .post-attachments__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    margin-top: 15px;
    padding-left: 25px
}

.mehkar_document-post-page .post-attachments__item:first-child {
    margin-top: 0
}

.mehkar_document-post-page .post-attachments__item-icon {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 16px
}

.mehkar_document-post-page .post-attachments__item-link {
    margin-right: 5px;
    text-decoration: none
}

.mehkar_document-post-page .post-attachments__item-filesize {
    font-size: 0.75em
}

.mehkar_document-post-page .post-attachments__item-label {
    display: inline-block;
    position: relative;
    top: -1px;
    padding: 2px 5px;
    font-size: 0.625em;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 4px
}

.mehkar_document-post-archive--list .post-attachments {
    margin-top: 30px
}

.mehkar_document-attachments {
    margin: 0 0 60px 0;
    padding: 30px 30px 30px 30px;
    border: 1px solid transparent;
    border-radius: 12px
}

.mehkar_document-attachments__children {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mehkar_document-attachments__children:not(.mehkar_document-attachments__children--level-1) {
    display: none;
    padding: 15px 0 0 24px
}

.mehkar_document-attachments__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative
}

.mehkar_document-attachments__item--folder.mehkar_document-attachments__item--level-1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid transparent
}

.mehkar_document-attachments__item--folder.mehkar_document-attachments__item--level-1:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0
}

.mehkar_document-attachments__item-link-holder {
    position: relative;
    padding: 0 40px 0 26px
}

.mehkar_document-attachments__item-link-holder--folder {
    cursor: pointer
}

.mehkar_document-attachments__item-icon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px
}

.mehkar_document-attachments__item-icon--folder:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e916'
}

.mehkar_document-attachments__item-link {
    margin-right: 5px;
    text-decoration: none
}

.mehkar_document-attachments__item-link:hover {
    text-decoration: none
}

.mehkar_document-attachments__item-link--folder {
    font-weight: 600
}

.mehkar_document-attachments__item-size {
    font-size: 0.75em
}

.mehkar_document-attachments__item-label {
    display: inline-block;
    position: relative;
    top: -1px;
    padding: 2px 5px;
    font-size: 0.625em;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 4px
}

.mehkar_document-attachments__item--file, .mehkar_document-attachments__item--folder {
    margin-top: 15px
}

.mehkar_document-attachments__item--folder:first-child, .mehkar_document-attachments__item--file:first-child {
    margin-top: 0
}

.mehkar_document-attachments__item-toggle {
    transition: all 300ms;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 4px
}

.mehkar_document-attachments__item-toggle-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e976'
}

.mehkar_document-attachments__item-toggle--active .mehkar_document-attachments__item-toggle-icon:before {
    content: '\e975'
}

.mehkar_document-post-single .post__content {
    margin: 45px 0 60px 0
}

.mehkar_event-post-archive--grid .post-archive__date {
    margin-top: 60px
}

.mehkar_event-post-archive--grid .post-archive__list.karat-grid {
    margin-bottom: -30px
}

.mehkar_event-post-archive--grid .post {
    margin: 0 0 30px 0;
    border-radius: 12px
}

.mehkar_event-post-archive--grid .post__thumbnail {
    margin: 0
}

.mehkar_event-post-archive--grid .post__thumbnail-link {
    transition: all 500ms
}

.mehkar_event-post-archive--grid .post__thumbnail-link--cropped {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px 12px 0 0
}

.mehkar_event-post-archive--grid .post__thumbnail-link:hover {
    opacity: 0.95
}

.mehkar_event-post-archive--grid .post__thumbnail-link:active {
    opacity: 0.9
}

.mehkar_event-post-archive--grid .post__thumbnail img {
    display: block;
    width: 100%;
    border-radius: 12px 12px 0 0
}

.mehkar_event-post-archive--grid .post__container {
    padding: 30px;
    border-radius: 12px
}

.mehkar_event-post-archive--grid .post--has-thumbnail .post__container {
    border-radius: 0 0 12px 12px
}

.mehkar_event-post-archive--grid .post-info {
    position: relative;
    padding-left: 90px
}

.mehkar_event-post-archive--grid .post-info:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 70px;
    bottom: 0;
    width: 1px;
    height: 100%
}

.mehkar_event-post-archive--grid .post-info__date {
    position: absolute;
    top: 8px;
    left: 10px;
    margin: 0
}

.mehkar_event-post-archive--grid .post-info__date-day {
    font-size: 1.938em;
    font-weight: bold
}

.mehkar_event-post-archive--grid .post-info__date-month {
    display: block
}

.mehkar_event-post-archive--grid .post__categories {
    margin: 0 0 2px 0
}

.mehkar_event-post-archive--grid .post__term-link {
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600
}

.mehkar_event-post-archive--grid .post__title {
    margin: 0;
    font-size: 1.125em
}

.mehkar_event-post-archive--grid .post__title-link {
    text-decoration: none
}

.mehkar_event-post-archive--grid .post-info__time-location {
    margin: 15px 0 0 0;
    line-height: 1.6em;
    font-size: 0.813em
}

.mehkar_event-post-archive--grid .post-info__location {
    display: block
}

.mehkar_event-post-archive--grid .post__location-link {
    text-decoration: none;
    font-weight: 600
}

.mehkar_event-post-single .main-header .post-meta {
    padding-bottom: 0
}

.mehkar_event-post-single .main-header .post-meta:after {
    display: none
}

.mehkar_event-post-single .post-info {
    margin: 30px 0
}

.mehkar_event-post-single .post-info__title {
    margin: 0 0 20px 0;
    font-size: 1.125em;
    font-weight: 600
}

.mehkar_event-post-single .post-info__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    padding: 20px 30px;
    border-radius: 0 6px 6px 0
}

.mehkar_event-post-single .post-info__list:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%
}

.mehkar_event-post-single .post-info__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-base: 33.3333%;
    flex-grow: 1;
    padding-left: 30px;
    border-left: 2px solid transparent
}

.mehkar_event-post-single .post-info__item:first-child {
    padding-left: 0;
    border: 0
}

.mehkar_event-post-single .post-info__item-title {
    margin: 0 0 5px 0;
    font-size: 1em;
    font-weight: normal
}

.mehkar_event-post-single .post-info__item-title .post__location-link {
    text-decoration: none
}

.mehkar_event-post-single .post-info__item-text {
    margin: 10px 0 0 0;
    font-size: 0.813em
}

.mehkar_event-post-single .post-info__item--date .post-info__item-text {
    margin: 0;
    font-size: 1.375em;
    font-weight: bold
}

.mehkar_event-post-single .post-info__item-text-date {
    display: block
}

.mehkar_event-post-single .post-info__item-text-time {
    display: block;
    font-weight: normal
}

.mehkar_event-post-single .post-info__item--date .post-info__item-text-time {
    font-size: 0.591em
}

.mehkar_event-post-single .post-map-wrapper {
    margin: 60px 0
}

.mehkar_event-post-single .post-map-wrapper__title {
    margin: 0 0 30px 0;
    font-size: 1.875em
}

.mehkar_event-post-single .post-map-wrapper iframe {
    border: 0;
    width: 100%;
    height: 400px;
    border-radius: 12px
}

.mehkar_event-post-single .post-upcoming-dates {
    margin: 60px 0
}

.mehkar_event-post-single .post-upcoming-dates__title {
    margin: 0;
    font-size: 1.375em
}

.mehkar_event-post-single .post-upcoming-dates__description {
    margin: 10px 0 30px 0
}

.mehkar_event-post-single .post-upcoming-dates__subtitle {
    margin: 0 0 20px 0;
    font-size: 1.125em;
    font-weight: 600
}

.mehkar_event-post-single .post-upcoming-dates__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mehkar_event-post-single .post-upcoming-dates__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 10px 15px;
    font-size: 0.875em;
    border-radius: 6px
}

.mehkar_faq-post-archive--list .post-archive__list {
    margin: 0 0 60px 0
}

.mehkar_faq-post-archive--list .post {
    transition: all 300ms;
    margin: 10px 0 0 0;
    padding: 20px 30px;
    border: 1px solid transparent;
    border-radius: 12px
}

.mehkar_faq-post-archive--list .post:first-child {
    margin: 0
}

.mehkar_faq-post-archive--list .post__header {
    position: relative;
    padding-left: 40px
}

.mehkar_faq-post-archive--list .post__title {
    transition: all 150ms;
    margin: 0;
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: normal
}

.mehkar_faq-post-archive--list .post__header-icon {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 20px
}

.mehkar_faq-post-archive--list .post__header-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e95d'
}

.mehkar_faq-post-archive--list .post__header-toggle {
    transition: all 300ms;
    display: block;
    position: absolute;
    top: 2px;
    right: -10px;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 4px
}

.mehkar_faq-post-archive--list .post__header-toggle-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e976'
}

.mehkar_faq-post-archive--list .post__header-toggle--active .post__header-toggle-icon:before {
    content: '\e975'
}

.mehkar_faq-post-archive--list .post__content-wrapper {
    padding-left: 40px
}

.mehkar_faq-post-archive--list .post__content {
    padding-top: 30px;
    font-size: 0.875em
}

.mehkar_faq-post-archive--list .post__content > p {
    margin: 30px 0 0 0;
    line-height: 1.7em
}

.mehkar_faq-post-archive--list .post__content > p:first-child {
    margin: 0
}

.mehkar_faq-post-archive--list .post-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 0.813em
}

.mehkar_faq-post-archive--list .post-meta__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    display: inline-block;
    margin-left: 7px;
    padding-left: 14px
}

.mehkar_faq-post-archive--list .post-meta__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.mehkar_faq-post-archive--list .post-meta__item:first-child {
    margin: 0;
    padding: 0
}

.mehkar_faq-post-archive--list .post-meta__item:first-child:before {
    display: none
}

.mehkar_faq-post-archive--list .post-meta__item-link, .mehkar_faq-post-archive--list .post-meta .post__term-link {
    text-decoration: none;
    font-weight: 600
}

.mehkar_faq-post-archive--list .post-archive__list--expandable .post__header {
    padding-right: 40px
}

.mehkar_faq-post-archive--list .post-archive__list--expandable .post__title {
    cursor: pointer
}

.mehkar_faq-post-archive--list .post-archive__list--expandable .post__content-wrapper {
    display: none
}

.mehkar_gallery-post-archive--photogrid .post-archive__list.karat-grid {
    margin-bottom: -30px
}

.mehkar_gallery-post-archive--photogrid .post {
    transition: all 300ms;
    position: relative;
    margin: 0 0 30px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px
}

.mehkar_gallery-post-archive--photogrid .post__inner {
    position: relative;
    height: 400px;
    border-radius: 12px;
    overflow: hidden
}

.mehkar_gallery-post-archive--photogrid .post__container {
    transition: all 300ms;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 30px;
    width: 100%;
    border-radius: 0 0 12px 12px;
    z-index: 20
}

.mehkar_gallery-post-archive--photogrid .post__categories {
    margin: 0 0 10px 0
}

.mehkar_gallery-post-archive--photogrid .post__term-link {
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none
}

.mehkar_gallery-post-archive--photogrid .post__title {
    margin: 0;
    font-size: 1.125em
}

.mehkar_gallery-post-archive--photogrid .post__title-link {
    text-decoration: none
}

.mehkar_gallery-post-archive--photogrid .post-permalink {
    margin: 30px 0 0 0
}

.mehkar_gallery-post-archive--photogrid .post-permalink__link {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 0.813em;
    font-weight: 600;
    text-decoration: none
}

.mehkar_gallery-post-archive--photogrid .post-permalink__link-label {
    transition: all 100ms
}

.mehkar_gallery-post-archive--photogrid .post-permalink__link-icon {
    transition: all 200ms;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    font-size: 18px
}

.mehkar_gallery-post-archive--photogrid .post-permalink__link-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904'
}

.mehkar_gallery-post-archive--photogrid .post-permalink__link:hover .post-permalink__link-icon {
    right: -5px
}

.mehkar_gallery-post-archive--photogrid .post-permalink__link:active .post-permalink__link-icon {
    right: -7px
}

.mehkar_gallery-post-archive--photogrid .post__overlay-link {
    transition: all 500ms;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.mehkar_gallery-post-single .karat-grid__col--order-1 .post__content {
    margin-right: 40px
}

.mehkar_gallery-post-single .karat-grid__col--order-2 .post__content {
    margin-left: 40px
}

.mehkar_gallery-post-single .post-fields {
    margin: 30px 0 60px 0
}

.mehkar_gallery-post-single .karat-grid__col--order-1 .post-fields {
    margin-right: 40px
}

.mehkar_gallery-post-single .karat-grid__col--order-2 .post-fields {
    margin-left: 40px
}

.mehkar_gallery-post-single .post-fields:first-child {
    margin-top: 0
}

.mehkar_gallery-post-single .post-fields__item-title {
    margin-top: 20px;
    padding-top: 20px;
    font-weight: 600;
    border-top: 1px solid transparent
}

.mehkar_gallery-post-single .post-fields__item-title:first-child {
    margin: 0;
    padding: 0;
    border: 0
}

.mehkar_gallery-post-single .post-fields__item-text {
    line-height: 1.9em
}

.mehkar_gallery-post-single .post-images {
    margin-top: 0
}

.mehkar_gallery-post-single .post-tags {
    margin-top: 0
}

.mehkar_person-post-archive--grid .post-archive__list.karat-grid {
    margin-bottom: -30px
}

.mehkar_person-post-archive--grid .post {
    margin: 0 0 30px 0;
    text-align: center;
    border-radius: 12px
}

.mehkar_person-post-archive--grid .post__thumbnail {
    margin: 0;
    text-align: center
}

.mehkar_person-post-archive--grid .post__thumbnail-link {
    transition: all 500ms;
    border-radius: 12px 12px 0 0
}

.mehkar_person-post-archive--grid .post__thumbnail-link:hover {
    opacity: 0.95
}

.mehkar_person-post-archive--grid .post__thumbnail-link:active {
    opacity: 0.9
}

.mehkar_person-post-archive--grid .post__thumbnail-link--cropped {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.mehkar_person-post-archive--grid .post__thumbnail .wp-post-image {
    display: block;
    width: 100%;
    border-radius: 12px 12px 0 0
}

.mehkar_person-post-archive--grid .post__container {
    padding: 30px;
    border-radius: 12px
}

.mehkar_person-post-archive--grid .post--has-thumbnail .post__container {
    border-radius: 0 0 12px 12px
}

.mehkar_person-post-archive--grid .post__title {
    margin: 0;
    font-size: 1.375em
}

.mehkar_person-post-archive--grid .post__title-link {
    text-decoration: none
}

.mehkar_person-post-archive--grid .post__subtitle {
    margin: 5px 0 0 0;
    font-size: 0.813em;
    text-transform: uppercase
}

.mehkar_person-post-archive--grid .post__content {
    margin: 20px 0 0 0;
    font-size: 0.875em
}

.mehkar_person-post-archive--grid .post-social {
    margin-top: 30px
}

.mehkar_person-post-archive--grid .post-social__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 20px
}

.mehkar_person-post-archive--grid .post-social__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    margin: 0 4px
}

.mehkar_person-post-archive--grid .post-social__item-link {
    transition: all 300ms;
    text-decoration: none
}

.mehkar_person-post-single .main-header__subtitle {
    font-weight: 600
}

.mehkar_person-post-single .post__thumb img {
    border-radius: 6px
}

.mehkar_person-post-single .post-contact-info {
    margin: 0 0 30px 0;
    max-width: 350px
}

.mehkar_person-post-single .karat-grid__col .post-contact-info {
    padding-left: 40px
}

.mehkar_person-post-single .post-contact-info__title {
    margin: 0 0 20px 0;
    font-size: 1.375em
}

.mehkar_person-post-single .post-contact__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.mehkar_person-post-single .post-contact__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    margin-top: 20px;
    padding-left: 35px;
    font-weight: 600
}

.mehkar_person-post-single .post-contact__item:first-child {
    margin-top: 0
}

.mehkar_person-post-single .post-contact__item-icon {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 16px;
    margin-top: -8px
}

.mehkar_person-post-single .post-contact__item-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mehkar_person-post-single .post-contact__item-icon--email:before {
    content: '\e910'
}

.mehkar_person-post-single .post-contact__item-icon--phone:before {
    content: '\e91b'
}

.mehkar_person-post-single .post-contact__item-icon--website {
    font-size: 20px
}

.mehkar_person-post-single .post-contact__item-icon--website:before {
    content: '\e918'
}

.mehkar_person-post-single .post-contact__item > a {
    text-decoration: none
}

.mehkar_person-post-single .post-social__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.mehkar_person-post-single .post-social__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px
}

.mehkar_person-post-single .post-social__item-link {
    transition: all 300ms;
    text-decoration: none
}

.mehkar_person-post-single .post__content {
    margin: 10px 0 60px 0
}

.mehkar_service-post-archive--photogrid .post-archive__list.karat-grid {
    margin-bottom: -30px
}

.mehkar_service-post-archive--photogrid .post {
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    border-radius: 12px
}

.mehkar_service-post-archive--photogrid .post--has-thumbnail:before {
    transition: all 300ms;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px
}

.mehkar_service-post-archive--photogrid .post__inner {
    box-sizing: border-box;
    position: relative;
    padding: 80px 50px;
    border-radius: 12px
}

.mehkar_service-post-archive--photogrid .post__title {
    margin: 0;
    font-size: 1.375em
}

.mehkar_service-post-archive--photogrid .post__title-link {
    text-decoration: none
}

.mehkar_service-post-archive--photogrid .post__content {
    font-size: 1em
}

.mehkar_service-post-archive--photogrid .post__content > p {
    margin: 20px 0 0 0;
    line-height: 1.7em
}

.mehkar_service-post-archive--photogrid .post__icon {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
    padding: 1px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 20
}

.mehkar_service-post-archive--photogrid .post__icon-inner:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e97f';
    font-size: 80px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mehkar_service-post-archive--photogrid .post__icon-ico {
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mehkar_service-post-archive--photogrid .post-permalink {
    margin: 30px 0 0 0
}

.mehkar_service-post-archive--photogrid .post-permalink__link {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 0.813em;
    font-weight: 600;
    text-decoration: none
}

.mehkar_service-post-archive--photogrid .post-permalink__link-label {
    transition: all 100ms
}

.mehkar_service-post-archive--photogrid .post-permalink__link-icon {
    transition: all 200ms;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    font-size: 18px
}

.mehkar_service-post-archive--photogrid .post-permalink__link-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904'
}

.mehkar_service-post-archive--photogrid .post-permalink__link:hover .post-permalink__link-icon {
    right: -5px
}

.mehkar_service-post-archive--photogrid .post-permalink__link:active .post-permalink__link-icon {
    right: -7px
}

.mehkar_testimonial-post-page .post__footer {
    position: relative;
    margin-top: 20px
}

.mehkar_testimonial-post-page .post__footer--has-thumbnail {
    margin-top: 30px;
    padding-left: 80px;
    min-height: 50px
}

.mehkar_testimonial-post-page .post__thumbnail {
    margin: 0;
    position: absolute;
    top: -11px;
    left: 0;
    max-width: 60px
}

.mehkar_testimonial-post-page .post__thumbnail-link {
    display: block;
    transition: all 500ms
}

.mehkar_testimonial-post-page .post__thumbnail-link:hover {
    opacity: 0.9
}

.mehkar_testimonial-post-page .post__thumbnail-link:active {
    opacity: 0.8
}

.mehkar_testimonial-post-page .post__thumbnail img {
    border-radius: 50%
}

.mehkar_testimonial-post-page .post__title {
    font-style: normal
}

.mehkar_testimonial-post-page .post__title-name, .mehkar_testimonial-post-page .post__title-link {
    text-decoration: none;
    font-weight: 600
}

.mehkar_testimonial-post-page .post__title-description {
    display: block;
    margin-top: 5px;
    font-size: 0.875em
}

.mehkar_testimonial-post-archive--grid .post-archive__list.karat-grid {
    margin-bottom: -30px
}

.mehkar_testimonial-post-archive--grid .post {
    margin: 0 0 30px 0;
    padding: 30px;
    border-radius: 12px
}

.mehkar_testimonial-post-archive--grid .post__quote {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-style: normal;
    border: 0
}

.mehkar_testimonial-post-archive--grid .post__quote-content > p {
    margin: 30px 0 0 0;
    line-height: 1.9em
}

.mehkar_testimonial-post-archive--grid .post__quote-content > p:first-child {
    margin-top: 0
}

.mehkar_testimonial-post-single .post__quote {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1em;
    font-style: normal;
    border: 0
}

.mehkar_testimonial-post-single .post__quote-content {
    position: relative;
    padding: 10px 0 10px 60px;
    font-size: 1.125em
}

.mehkar_testimonial-post-single .post__quote-content:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%
}

.mehkar_testimonial-post-single .post__quote-content > p {
    margin: 30px 0 0 0;
    line-height: 1.8em
}

.mehkar_testimonial-post-single .post__quote-content > p:first-child {
    margin: 0
}

.mehkar_testimonial-post-single .post__footer {
    margin-top: 30px
}

.mehkar_testimonial-post-single .post__footer--has-thumbnail {
    margin-top: 40px
}

.mehkar_testimonial-post-single .post-navigation {
    margin-top: 60px
}

.error-404-page__inner {
    padding: 200px 0
}

.error-404-page__inner .karat-container {
    max-width: 1100px
}

.error-404-page__wrapper {
    position: relative;
    box-sizing: border-box;
    margin: auto;
    padding: 0 30px;
    max-width: 1100px
}

.error-404-page__404 {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 30px;
    margin: 0;
    line-height: 1em;
    font-size: 180px;
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.error-404-page__content {
    padding-left: 50%
}

.error-404-page__text {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.9em
}

.error-404-page__back {
    margin: 30px 0 0 0
}

.error-404-page__back-link {
    display: inline-block;
    position: relative;
    padding: 10px 30px 10px 54px;
    text-decoration: none;
    border-radius: 4px
}

.error-404-page__back-link-icon {
    transition: all 200ms;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -11px;
    font-size: 14px
}

.error-404-page__back-link-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e903'
}

.error-404-page__back-link:hover {
    text-decoration: none
}

.error-404-page__back-link:hover .error-404-page__back-link-icon {
    left: 25px
}

.error-404-page__back-link:active .error-404-page__back-link-icon {
    left: 23px
}

#sidebar:before, #sidebar:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
    visibility: hidden
}

.core__columns-col--left #sidebar {
    padding-left: 90px
}

.core__columns-col--right #sidebar {
    padding-right: 90px
}

.sidebar__wrapper {
    box-sizing: border-box;
    padding: 90px 0;
    width: 420px
}

.core__columns-col--left .sidebar__wrapper {
    float: right
}

.core__columns-col--left .sidebar__inner {
    padding-right: 60px
}

.core__columns-col--right .sidebar__inner {
    padding-left: 60px
}

.widget__title {
    font-weight: 600;
    font-size: 1.125em
}

#sidebar .widget {
    margin: 90px 0 0 0;
    max-width: 360px
}

#sidebar .widget:first-child {
    margin-top: 0
}

.widget__more {
    margin: 20px 0 0 0;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.widget__more-link {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 0.813em;
    font-weight: 600;
    text-decoration: none
}

.widget__more-link:hover {
    text-decoration: none
}

.widget__more-link-label {
    transition: all 100ms
}

.widget__more-link-icon {
    transition: all 200ms;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    font-size: 18px
}

.widget__more-link-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904'
}

.widget__more-link:hover .widget__more-link-icon {
    right: -5px
}

.widget__more-link:active .widget__more-link-icon {
    right: -7px
}

.mehkar_document-attachments-widget__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mehkar_document-attachments-widget__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 10px 25px;
    border-bottom: 1px solid transparent
}

.mehkar_document-attachments-widget__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.mehkar_document-attachments-widget__item-icon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px
}

.mehkar_document-attachments-widget__item-link {
    font-size: 0.813em;
    text-decoration: none
}

.mehkar_document-attachments-widget__item-link:hover {
    text-decoration: none
}

.mehkar_document-attachments-widget__item-filesize-wrapper {
    display: block;
    margin-top: 5px;
    font-size: 0.75em
}

.mehkar_document-attachments-widget__item-label {
    display: block;
    margin-top: 5px;
    font-size: 0.75em;
    text-transform: uppercase
}

.mehkar_listing-list-widget__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mehkar_listing-list-widget__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.mehkar_listing-list-widget__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.mehkar_listing-list-widget__item-thumb {
    margin: 0 0 10px 0
}

.mehkar_listing-list-widget__item-thumb-link {
    display: block;
    width: 100%;
    height: 120px;
    transition: all 500ms;
    border-radius: 6px;
    background-position: center;
    background-size: cover
}

.mehkar_listing-list-widget__item-thumb-link:hover {
    text-decoration: none;
    opacity: 0.9
}

.mehkar_listing-list-widget__item-thumb-link:active {
    opacity: 0.8
}

.mehkar_listing-list-widget__item-category {
    margin: 0 0 5px 0
}

.mehkar_listing-list-widget__item-category-link {
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none
}

.mehkar_listing-list-widget__item-category-link:hover {
    text-decoration: none
}

.mehkar_listing-list-widget__item-title {
    margin: 0;
    line-height: 1.7em;
    font-size: 1em;
    font-weight: 600
}

.mehkar_listing-list-widget__item-title-link, .mehkar_listing-list-widget__item-title-link:hover {
    text-decoration: none
}

.mehkar_listing-list-widget__item-address {
    margin: 10px 0 0 0;
    font-size: 0.813em
}

.mehkar_document-list-widget__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mehkar_document-list-widget__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.mehkar_document-list-widget__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.mehkar_document-list-widget__item-title {
    margin: 0;
    line-height: 1.7em;
    font-size: 1em;
    font-weight: 600
}

.mehkar_document-list-widget__item-title-link, .mehkar_document-list-widget__item-title-link:hover {
    text-decoration: none
}

.mehkar_document-list-widget__item-date {
    margin: 5px 0 0 0;
    font-size: 0.813em
}

.mehkar_document-list-widget__item-count {
    margin: 5px 0 0 0;
    font-size: 0.813em;
    font-weight: 600
}

.mehkar_event-list-widget__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mehkar_event-list-widget__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.mehkar_event-list-widget__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.mehkar_event-list-widget__item-thumb {
    margin: 0 0 10px 0
}

.mehkar_event-list-widget__item-thumb-link {
    display: block;
    width: 100%;
    height: 120px;
    transition: all 500ms;
    border-radius: 6px;
    background-position: center;
    background-size: cover
}

.mehkar_event-list-widget__item-thumb-link:hover {
    text-decoration: none;
    opacity: 0.9
}

.mehkar_event-list-widget__item-thumb-link:active {
    opacity: 0.8
}

.mehkar_event-list-widget__item-title {
    margin: 0 0 10px 0;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 600
}

.mehkar_event-list-widget__item-title-link, .mehkar_event-list-widget__item-title-link:hover {
    text-decoration: none
}

.mehkar_event-list-widget__item-date {
    margin: 0;
    font-size: 0.813em;
    font-weight: 600
}

.mehkar_event-list-widget__item-info {
    margin: 0;
    font-size: 0.813em
}

.mehkar_event-list-widget__item-time {
    display: block
}

.mehkar_event-list-widget__item-location-link {
    text-decoration: none;
    font-weight: 600
}

.mehkar_event-list-widget__item-location-link:hover {
    text-decoration: none
}

.mehkar_event-list-widget__content--has-bold-date .mehkar_event-list-widget__item {
    position: relative;
    padding-left: 80px;
    margin-top: 30px;
    padding-top: 0;
    border: 0
}

.mehkar_event-list-widget__content--has-bold-date .mehkar_event-list-widget__item:first-child {
    margin-top: 0
}

.mehkar_event-list-widget__content--has-bold-date .mehkar_event-list-widget__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 60px;
    width: 1px;
    height: 100%
}

.mehkar_event-list-widget__content--has-bold-date .mehkar_event-list-widget__item-date {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1em;
    font-weight: normal
}

.mehkar_event-list-widget__content--has-bold-date .mehkar_event-list-widget__item-date-day {
    display: block;
    margin-bottom: 5px;
    font-size: 1.938em;
    font-weight: bold
}

.mehkar_event-list-widget__content--has-bold-date .widget__more {
    margin-top: 30px;
    padding: 0;
    border: 0
}

.mehkar_faq-list-widget__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mehkar_faq-list-widget__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.mehkar_faq-list-widget__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.mehkar_faq-list-widget__item-category {
    margin: 0 0 5px 0
}

.mehkar_faq-list-widget__item-category-link {
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none
}

.mehkar_faq-list-widget__item-category-link:hover {
    text-decoration: none
}

.mehkar_faq-list-widget__item-title {
    margin: 0;
    line-height: 1.7em;
    font-size: 1em;
    font-weight: 600
}

.mehkar_faq-list-widget__item-title-link, .mehkar_faq-list-widget__item-title-link:hover {
    text-decoration: none
}

.mehkar_service-featured-widget__thumb {
    margin: 0
}

.mehkar_service-featured-widget__thumb-link {
    display: block;
    border-radius: 6px 6px 0 0;
    transition: all 500ms
}

.mehkar_service-featured-widget__thumb-link:hover {
    text-decoration: none;
    opacity: 0.95
}

.mehkar_service-featured-widget__thumb-link:active {
    opacity: 0.9
}

.mehkar_service-featured-widget__thumb-link > img {
    display: block;
    border-radius: 6px 6px 0 0
}

.mehkar_service-featured-widget__content-inner {
    padding: 20px;
    border-radius: 6px;
    text-align: center
}

.mehkar_service-featured-widget__content--has-thumb .mehkar_service-featured-widget__content-inner {
    border-radius: 0 0 6px 6px
}

.mehkar_service-featured-widget__icon {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
    padding: 1px;
    border-radius: 50%;
    z-index: 20
}

.mehkar_service-featured-widget__content--has-thumb .mehkar_service-featured-widget__icon {
    top: -60px;
    margin-bottom: -40px
}

.mehkar_service-featured-widget__icon-inner {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.mehkar_service-featured-widget__icon-image {
    display: inline-block;
    position: relative;
    top: 25px;
    font-size: 30px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mehkar_service-featured-widget__category {
    margin: 0 0 10px 0;
    font-size: 0.75em;
    text-transform: uppercase
}

.mehkar_service-featured-widget__category-link {
    text-decoration: none;
    transition: all 500ms
}

.mehkar_service-featured-widget__category-link:hover {
    text-decoration: none
}

.mehkar_service-featured-widget__title {
    margin: 0;
    font-size: 1em;
    font-weight: 600
}

.mehkar_service-featured-widget__title-link, .mehkar_service-featured-widget__title-link:hover {
    text-decoration: none
}

.mehkar_service-featured-widget__excerpt {
    margin: 0;
    font-size: 0.813em
}

.mehkar_service-featured-widget__excerpt > p {
    margin: 10px 0 0 0;
    line-height: 1.7em
}

.mehkar_service-featured-widget .widget__more {
    padding: 0;
    border: 0
}

.karat-menu-widget .karat-menu-widget__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.938em
}

.karat-menu-widget .karat-menu-widget__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    margin: 20px 0 0 0
}

.karat-menu-widget .widget__content {
    position: relative;
}


.karat-menu-widget li:first-child {
    margin: 0
}

.karat-menu-widget ul ul {
    margin: 20px 0 0 20px
}

.karat-menu-widget a, .karat-menu-widget a:hover {
    text-decoration: none
}

.karat-menu-widget .karat-menu-widget__item--active > a {
    font-weight: 600
}

.mehkar_person-list-widget__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mehkar_person-list-widget__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-top: 30px
}

.mehkar_person-list-widget__item:first-child {
    margin-top: 0
}

.mehkar_person-list-widget__item--has-thumb .mehkar_person-list-widget__item-inner {
    position: relative;
    padding-left: 75px;
    min-height: 55px
}

.mehkar_person-list-widget__item-thumb {
    margin: 0;
    position: absolute;
    top: -6px;
    left: 0
}

.mehkar_person-list-widget__item-thumb-link {
    display: block;
    width: 60px;
    transition: all 500ms
}

.mehkar_person-list-widget__item-thumb-link:hover {
    text-decoration: none;
    opacity: 0.9
}

.mehkar_person-list-widget__item-thumb-link:active {
    opacity: 0.85
}

.mehkar_person-list-widget__item-thumb-link > img {
    border-radius: 50%
}

.mehkar_person-list-widget__item-title {
    margin: 0;
    line-height: 1.7em;
    font-size: 1em;
    font-weight: 600
}

.mehkar_person-list-widget__item-title-link, .mehkar_person-list-widget__item-title-link:hover {
    text-decoration: none
}

.mehkar_person-list-widget__item-subtitle {
    margin: 0;
    font-size: 0.813em
}

.mehkar_person-list-widget__item-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 10px 0 0 0
}

.mehkar_person-list-widget__item-social-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    margin: 0 2px;
    font-size: 16px
}

.mehkar_person-list-widget__item-social-link, .mehkar_person-list-widget__item-social-link:hover {
    text-decoration: none
}

.mehkar_person-list-widget .widget__more {
    margin-top: 30px;
    padding: 0;
    border: 0
}

.karat-post-list-widget__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.karat-post-list-widget__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.karat-post-list-widget__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.karat-post-list-widget__item-thumb {
    margin: 0 0 10px 0
}

.karat-post-list-widget__item-thumb-link {
    display: block;
    width: 100%;
    height: 120px;
    transition: all 500ms;
    border-radius: 6px;
    background-position: center;
    background-size: cover
}

.karat-post-list-widget__item-thumb-link:hover {
    text-decoration: none;
    opacity: 0.9
}

.karat-post-list-widget__item-thumb-link:active {
    opacity: 0.8
}

.karat-post-list-widget__item-category {
    margin: 0 0 5px 0
}

.karat-post-list-widget__item-category-link {
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none
}

.karat-post-list-widget__item-category-link:hover {
    text-decoration: none
}

.karat-post-list-widget__item-title {
    margin: 0;
    line-height: 1.7em;
    font-size: 1em;
    font-weight: 600
}

.karat-post-list-widget__item-title-link, .karat-post-list-widget__item-title-link:hover {
    text-decoration: none
}

.karat-post-list-widget__item-date {
    margin: 5px 0 0 0;
    font-size: 0.813em
}

.mehkar_service-list-widget__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mehkar_service-list-widget__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.mehkar_service-list-widget__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.mehkar_service-list-widget__item--has-icon {
    position: relative;
    padding-left: 55px
}

.mehkar_service-list-widget__item-icon {
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
    top: 12px;
    left: 0;
    margin-bottom: 20px;
    padding: 1px;
    border-radius: 50%;
    z-index: 20;
    text-align: center
}

.mehkar_service-list-widget__item:first-child .mehkar_service-list-widget__item-icon {
    top: -7px
}

.mehkar_service-list-widget__item-icon-inner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.mehkar_service-list-widget__item-icon-image {
    display: inline-block;
    position: relative;
    top: 12px;
    font-size: 18px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mehkar_service-list-widget__item-link {
    margin: 0;
    line-height: 1.7em;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none
}

.mehkar_service-list-widget__item-link:hover {
    text-decoration: none
}

.karat-text-widget .widget__content {
    font-size: 0.938em
}

.karat-text-widget .widget__content > p {
    margin: 0 0 20px 0;
    line-height: 1.9em
}

.footer-widgets {
    padding: 90px 0 30px 0;
    border-top: 1px solid transparent
}

.footer-widgets .widget {
    margin-bottom: 60px
}

@media (min-width: 992px) {
    .footer-widgets--wider-first-col .footer-widgets__column:first-child .footer-widgets__column-inner {
        padding-right: 40%
    }

    .footer-widgets--wider-first-col .footer-widgets__column.karat-grid__col--span-4 {
        flex-grow: 3;
        flex-basis: 24.999%
    }

    .footer-widgets--wider-first-col .footer-widgets__column.karat-grid__col--span-4:first-child {
        flex-grow: 6;
        flex-basis: 49.998%
    }

    .footer-widgets--wider-first-col .footer-widgets__column.karat-grid__col--span-3 {
        flex-grow: 2;
        flex-basis: 16.666%
    }

    .footer-widgets--wider-first-col .footer-widgets__column.karat-grid__col--span-3:first-child {
        flex-grow: 6;
        /*flex-basis: 49.998%*/
        flex-basis: 35%

    }
}

.footer-bottom {
    padding: 25px 0;
    font-size: 0.875em;
    border-top: 1px solid transparent
}

.footer-bottom__inner {
    position: relative
}

.footer-bottom__inner:before, .footer-bottom__inner:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
    visibility: hidden
}

.footer--has-back-to-top .footer-bottom__inner {
    padding-right: 90px
}

.footer-social {
    position: relative;
    top: -2px;
    float: right;
    padding-left: 50px;
    margin-left: 20px;
    font-size: 20px
}

.footer--has-menu .footer-social:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 30px;
    height: 1px;
    line-height: 1px;
    border-top: 1px solid transparent
}

.footer-social__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer-social__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    position: realtive;
    top: 1px;
    margin-left: 10px
}

.footer-social__item-link, .footer-social__item-link:hover {
    text-decoration: none
}

.footer-menu {
    float: right
}

.footer-menu__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer-menu__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    margin: 0 0 3px 20px;
    line-height: 1.3em
}

.footer-menu__item-link, .footer-menu__item-link:hover {
    text-decoration: none
}

.footer-text {
    float: left
}

.footer-text p {
    margin: 15px 0 0 0
}

.footer-text p:first-child {
    margin: 0
}

.footer-text a {
    text-decoration: none
}

.back-to-top {
    position: absolute;
    top: -7px;
    right: 0;
    padding-left: 40px
}

.footer--has-social-links .back-to-top:before, .footer--has-menu .back-to-top:before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 30px;
    height: 1px;
    line-height: 1px;
    border-top: 1px solid transparent
}

.back-to-top__link {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    text-decoration: none;
    text-align: center
}

.back-to-top__link:hover {
    text-decoration: none
}

.back-to-top__icon {
    position: relative;
    top: 0;
    transition: top 200ms
}

.back-to-top__icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e906'
}

.back-to-top__link:hover .back-to-top__icon {
    top: -2px
}

.back-to-top__link:active .back-to-top__icon {
    top: -4px
}

.karat-karatsoft-contact {
    position: relative;
    margin: 0 0 60px 0;
    z-index: 10
}

.karat-karatsoft-contact__form {
    border-radius: 6px;
    padding: 60px 60px 30px 60px;
    margin-right: 100px
}

.karat-karatsoft-contact__form-title {
    font-size: 1.875em
}

.karat-karatsoft-contact__info-title {
    font-size: 1.875em
}

.karat-karatsoft-contact__address > p {
    margin: 0 0 15px;
    line-height: 1.9em
}

.karat-karatsoft-contact__contact-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.karat-karatsoft-contact__contact-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    margin-top: 20px;
    padding-left: 35px;
    font-weight: 600
}

.karat-karatsoft-contact__contact-item:first-child {
    margin-top: 0
}

.karat-karatsoft-contact__contact-item-icon {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 16px;
    margin-top: -8px
}

.karat-karatsoft-contact__contact-item-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.karat-karatsoft-contact__contact-item-icon--email:before {
    content: '\e910'
}

.karat-karatsoft-contact__contact-item-icon--phone:before {
    content: '\e91b'
}

.karat-karatsoft-contact__contact-item-icon--fax:before {
    content: '\e970'
}

.karat-karatsoft-contact__contact-item-icon--website {
    font-size: 20px
}

.karat-karatsoft-contact__contact-item-icon--website:before {
    content: '\e918'
}

.karat-karatsoft-contact__contact-item > a {
    text-decoration: none
}

.karat-karatsoft-contact__social-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.karat-karatsoft-contact__social-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px
}

.karat-karatsoft-contact__social-item-link {
    transition: all 300ms;
    text-decoration: none
}

.karat-karatsoft-contact__social-item-link:hover {
    text-decoration: none
}

.karat-karatsoft-hero__inner {
    position: relative;
    padding: 150px 0
}

.karat-karatsoft-hero__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden
}

.karat-karatsoft-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.karat-karatsoft-hero__content {
    position: relative;
    z-index: 20
}

.karat-karatsoft-hero__content:before, .karat-karatsoft-hero__content:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
    visibility: hidden
}

.karat-karatsoft-hero__header {
    width: 100%;
    max-width: 500px
}

.karat-karatsoft-hero--layout-text-right .karat-karatsoft-hero__header {
    float: right
}

.karat-karatsoft-hero__header-inner {
    padding: 50px 40px;
    border-radius: 3px
}

.karat-karatsoft-hero__title {
    margin: 0 0 20px 0;
    font-size: 2.5em;
    font-weight: bold
}

.karat-karatsoft-hero__description > p {
    margin: 30px 0 0 0
}

.karat-karatsoft-hero__description > p:first-child {
    margin: 0
}

.karat-karatsoft-hero__search {
    margin-top: 30px
}

.karat-karatsoft-hero__search-form {
    position: relative;
    margin: 0;
    max-width: 500px
}

.karat-karatsoft-hero__search-input-wrapper {
    transition: border-radius 100ms;
    position: relative;
    border-radius: 6px;
    z-index: 20
}

.karat-karatsoft-hero__search--expanded .karat-karatsoft-hero__search-input-wrapper {
    border-radius: 6px 6px 0 0
}

.karat-karatsoft-hero__search-input {
    padding: 15px 100px 15px 20px;
    font-size: 16px;
    border: 0;
    background: transparent
}

.karat-karatsoft-hero__search-filter-toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 65px;
    margin-top: -15px;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center
}

.karat-karatsoft-hero__search-filter-toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    width: 1px;
    height: 30px
}

.karat-karatsoft-hero__search-filter-toggle-icon {
    font-size: 26px;
    position: relative;
    top: 2px
}

.karat-karatsoft-hero__search-filter-toggle-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e980'
}

.karat-karatsoft-hero__search-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    width: 50px;
    height: 100%
}

.karat-karatsoft-hero__search-submit-icon {
    position: relative;
    top: 1px;
    font-size: 24px
}

.karat-karatsoft-hero__search-submit-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e919'
}

.karat-karatsoft-hero__search-spinner {
    display: none;
    position: absolute;
    top: 50%;
    right: 60px;
    margin-top: -15px
}

.karat-karatsoft-hero--has-filter .karat-karatsoft-hero__search-spinner {
    right: 95px
}

.karat-karatsoft-hero__search-form--loading .karat-karatsoft-hero__search-spinner {
    display: block
}

.karat-karatsoft-hero__search-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px 20px 20px 20px;
    border-top: 1px solid transparent;
    border-radius: 0 0 6px 6px;
    z-index: 10
}

.karat-karatsoft-hero__search-filter {
    display: none
}

.karat-karatsoft-hero__search-filter-label {
    transition: all 250ms;
    display: inline-block;
    margin: 8px 8px 0 0;
    padding: 4px 8px;
    font-size: 0.75em;
    font-weight: normal;
    border-radius: 3px;
    border: 1px solid transparent;
    cursor: pointer
}

.karat-karatsoft-hero__search-filter-checkbox {
    display: none
}

.karat-karatsoft-post-grid {
    position: relative;
    z-index: 10
}

.karat-karatsoft-post-grid--has-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0
}

.icerik-div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.icerik-in {
    position: relative;
    padding: 150px 0 120px 0;
    z-index: 20
}

.icerik-baslik-div {
    margin: 0 0 60px 0;
    max-width: 800px
}

.icerik-baslik {
    margin: 0 0 10px 0;
    font-size: 3.75em;
    font-weight: bold
}

.icerik-altbaslik {
    margin: 0;
    font-size: 1.25em;
    font-weight: normal
}

.karat-karatsoft-post-grid__categories {
    position: relative;
    margin: 60px 0 20px 0;
    padding-left: 40px
}

.karat-karatsoft-post-grid__categories-icon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 17px
}

.karat-karatsoft-post-grid__categories-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e917'
}

.karat-karatsoft-post-grid__categories-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.karat-karatsoft-post-grid__categories-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    position: relative;
    margin: 0 30px 20px 0
}

.karat-karatsoft-post-grid__categories-item-link, .karat-karatsoft-post-grid__categories-item-link:hover {
    text-decoration: none
}

.icerik-haber-item {
    margin: 0 0 30px 0;
    border-radius: 12px
}

.icerik-haber-item-thumb {
    margin: 0
}

.icerik-haber-item-thumb-link {
    transition: all 500ms
}

.icerik-haber-item-thumb-link:hover {
    text-decoration: none;
    opacity: 0.9
}

.icerik-haber-item-thumb-link:active {
    opacity: 0.85
}

.icerik-haber-item-thumb--cropped .icerik-haber-item-thumb-link {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px 12px 0 0
}

.icerik-haber-item-thumb-link > img {
    display: block;
    width: 100%;
    border-radius: 12px 12px 0 0
}

.icerik-haber-item-container {
    padding: 30px;
    border-radius: 12px
}

.icerik-haber-item--has-thumbnail .icerik-haber-item-container {
    border-radius: 0 0 12px 12px
}

.icerik-haber-item-title {
    margin: 0;
    font-size: 1.125em
}

.icerik-haber-item-title-link, .icerik-haber-item-title-link:hover {
    text-decoration: none
}

.icerik-haber-item-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 0.813em
}

.icerik-haber-item-meta-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    display: inline-block;
    margin-right: 7px;
    padding-right: 14px
}

.icerik-haber-item-meta-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.icerik-haber-item-meta-item:last-child {
    margin: 0;
    padding: 0
}

.icerik-haber-item-meta-item:last-child:after {
    display: none
}

.icerik-haber-item-meta-item-link, .icerik-haber-item-meta-item-link:hover {
    font-weight: 600;
    text-decoration: none
}

.icerik-haber-item-content {
    font-size: 0.875em
}

.icerik-haber-item-content > p {
    margin: 20px 0 0 0
}

.icerik-haber-item-permalink {
    margin: 30px 0 0 0
}

.icerik-haber-item-permalink-link {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 0.813em;
    font-weight: 600;
    text-decoration: none
}

.icerik-haber-item-permalink-link:hover {
    text-decoration: none
}

.icerik-haber-item-permalink-link-label {
    transition: all 100ms
}

.icerik-haber-item-permalink-link-icon {
    transition: all 200ms;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    font-size: 18px
}

.icerik-haber-item-permalink-link-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904'
}

.icerik-haber-item-permalink-link:hover .icerik-haber-item-permalink-link-icon {
    right: -5px
}

.icerik-haber-item-permalink-link:active .icerik-haber-item-permalink-link-icon {
    right: -7px
}

.karat-karatsoft-post-grid__more {
    margin: 30px 0;
    padding-top: 30px;
    border-top: 1px solid transparent
}

.karat-karatsoft-post-grid__more-link {
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 4px
}

.karat-karatsoft-post-grid__more-link:hover {
    text-decoration: none
}

.icerik-div-opacity-0 {
    opacity: 0
}

.icerik-div-opacity-5 {
    opacity: .05
}

.icerik-div-opacity-10 {
    opacity: .1
}

.icerik-div-opacity-15 {
    opacity: .15
}

.icerik-div-opacity-20 {
    opacity: .2
}

.icerik-div-opacity-25 {
    opacity: .25
}

.icerik-div-opacity-30 {
    opacity: .3
}

.icerik-div-opacity-35 {
    opacity: .35
}

.icerik-div-opacity-40 {
    opacity: .4
}

.icerik-div-opacity-45 {
    opacity: .45
}

.icerik-div-opacity-50 {
    opacity: .5
}

.icerik-div-opacity-55 {
    opacity: .55
}

.icerik-div-opacity-60 {
    opacity: .6
}

.icerik-div-opacity-65 {
    opacity: .65
}

.icerik-div-opacity-70 {
    opacity: .7
}

.icerik-div-opacity-75 {
    opacity: .75
}

.icerik-div-opacity-80 {
    opacity: .8
}

.icerik-div-opacity-85 {
    opacity: .85
}

.icerik-div-opacity-90 {
    opacity: .9
}

.icerik-div-opacity-95 {
    opacity: .95
}

.icerik-div-opacity-100 {
    opacity: 1
}

.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-categories {
    margin: 0 0 10px 0
}

.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-categories .post__term-link {
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600
}

.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 12px
}

.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item--has-thumbnail .icerik-haber-item-bg:before {
    transition: all 300ms;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px
}

.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-inner {
    box-sizing: border-box;
    position: relative;
    padding: 20px 30px 30px 30px;
    height: 400px;
    border-radius: 12px
}

.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-categories {
    position: relative;
    margin: 0 0 30px 0;
    font-size: 0.75em;
    font-weight: 600;
    z-index: 20
}

.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-categories .post__term-link {
    transition: all 300ms;
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 2px 8px;
    text-decoration: none;
    border-radius: 4px
}

.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-title {
    position: relative;
    font-size: 1.875em;
    z-index: 20
}

.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-meta {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding-top: 20px;
    border-top: 1px solid transparent;
    z-index: 20
}

.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.karat-karatsoft-post-grid--directory.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding-top: 20px;
    border-top: 1px solid transparent;
    z-index: 20
}

.karat-karatsoft-post-grid--directory.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-content > p:first-child {
    margin: 0
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-info {
    position: relative;
    padding-left: 90px
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-info:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 70px;
    bottom: 0;
    width: 1px;
    height: 100%
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-info-date {
    position: absolute;
    top: 8px;
    left: 10px;
    margin: 0
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-info-date-day {
    font-size: 1.938em;
    font-weight: bold
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-info-date-month {
    display: block
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-categories {
    margin: 0 0 2px 0
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-categories .post__term-link {
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-info-time-location {
    margin: 15px 0 0 0;
    line-height: 1.25em;
    font-size: 0.813em
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-info-location {
    display: block
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .post__location-link {
    text-decoration: none;
    font-weight: 600
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-info {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 20
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-title {
    font-size: 1.875em
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-info-date {
    margin: 0;
    width: 55px;
    border-right: 2px solid transparent
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-info-date-day {
    font-size: 1.938em;
    font-weight: bold
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-info-date-month {
    display: block
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-info-time-location {
    margin: 0;
    padding-left: 20px;
    line-height: 1.25em
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-info-time {
    font-size: 0.813em
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-info-location {
    display: block;
    font-size: 0.813em
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .post__location-link {
    font-weight: 600;
    font-size: 1em;
    text-decoration: none
}

.karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .post__location-link:hover {
    text-decoration: none
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item--has-thumbnail .icerik-haber-item-container, .karat-karatsoft-post-grid--testimonials .icerik-haber-item-container {
    border-radius: 12px
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-quote {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-style: normal;
    border: 0
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-quote-content > p {
    margin: 30px 0 0 0;
    line-height: 1.9em
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-quote-content > p:first-child {
    margin-top: 0
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-footer {
    position: relative;
    margin-top: 20px
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-footer--has-thumbnail {
    margin-top: 30px;
    padding-left: 80px;
    min-height: 50px
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-thumbnail {
    margin: 0;
    position: absolute;
    top: -11px;
    left: 0;
    max-width: 60px
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-thumbnail-link {
    display: block;
    transition: all 500ms
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-thumbnail-link:hover {
    opacity: 0.9
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-thumbnail-link:active {
    opacity: 0.8
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-thumbnail img {
    border-radius: 50%
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-title {
    font-style: normal;
    font-size: 1em
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-title-name, .karat-karatsoft-post-grid--testimonials .icerik-haber-item-title-link {
    text-decoration: none;
    font-weight: 600
}

.karat-karatsoft-post-grid--testimonials .icerik-haber-item-title-description {
    display: block;
    margin-top: 5px;
    font-size: 0.875em
}

.karat-karatsoft-sidebar {
    position: relative;
    z-index: 10
}

.karat-karatsoft-sidebar__inner {
    position: relative
}

.karat-karatsoft-sidebar__widgets {
    overflow-x: hidden
}

.karat-karatsoft-sidebar__grid-wrapper {
    position: relative;
    margin-left: -60px;
    margin-right: -60px;
    padding: 90px 0 0 0;
    z-index: 10
}

.karat-karatsoft-sidebar__grid-wrapper:before, .karat-karatsoft-sidebar__grid-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%
}

.karat-karatsoft-sidebar__grid-wrapper:before {
    left: 33.33%;
    width: 33.33%
}

.karat-karatsoft-sidebar__grid-wrapper:after {
    display: none
}

.karat-karatsoft-sidebar__grid {
    box-sizing: border-box;
    position: relative;
    z-index: 20
}

.karat-karatsoft-sidebar__grid:before, .karat-karatsoft-sidebar__grid:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
    visibility: hidden
}

.karat-karatsoft-sidebar__grid > .widget {
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-bottom: 90px;
    padding-left: 60px;
    padding-right: 60px
}

.karat-karatsoft-sidebar .widget__title {
    margin-bottom: 60px;
    font-size: 1.5em;
    font-weight: 600
}

.karat-karatsoft-sidebar__grid > .widget {
    width: 33.33%
}

.karat-karatsoft-sidebar__grid > .widget:nth-child(3n+1) {
    clear: left
}

.karat-karatsoft-sitemap {
    position: relative;
    z-index: 20
}

.karat-karatsoft-sitemap a:hover {
    text-decoration: none
}

.karat-karatsoft-sitemap--has-header .karat-karatsoft-sitemap__content {
    display: flex
}

.karat-karatsoft-sitemap__header {
    flex-basis: 400px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 30px;
    padding-right: 30px
}

.karat-karatsoft-sitemap__header-inner {
    margin-top: -30px;
    padding: 60px 40px;
    border-radius: 3px
}

.karat-karatsoft-sitemap:first-child .karat-karatsoft-sitemap__header-inner {
    margin-top: 60px
}

.karat-karatsoft-sitemap__title {
    margin: 0 0 20px 0;
    font-size: 1.875em;
    font-weight: bold
}

.karat-karatsoft-sitemap__description > p {
    margin: 30px 0 0 0
}

.karat-karatsoft-sitemap__description > p:first-child {
    margin: 0
}

.karat-karatsoft-sitemap__search {
    margin-top: 30px
}

.karat-karatsoft-sitemap__search-form {
    position: relative;
    margin: 0;
    max-width: 500px
}

.karat-karatsoft-sitemap__search-input-wrapper {
    transition: border-radius 100ms;
    position: relative;
    border-radius: 6px;
    z-index: 20
}

.karat-karatsoft-sitemap__search--expanded .karat-karatsoft-sitemap__search-input-wrapper {
    border-radius: 6px 6px 0 0
}

.karat-karatsoft-sitemap__search-input {
    padding: 15px 100px 15px 20px;
    font-size: 16px;
    border: 0;
    background: transparent
}

.karat-karatsoft-sitemap__search-filter-toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 65px;
    margin-top: -15px;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center
}

.karat-karatsoft-sitemap__search-filter-toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    width: 1px;
    height: 30px
}

.karat-karatsoft-sitemap__search-filter-toggle-icon {
    font-size: 26px;
    position: relative;
    top: 2px
}

.karat-karatsoft-sitemap__search-filter-toggle-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e980'
}

.karat-karatsoft-sitemap__search-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    width: 50px;
    height: 100%
}

.karat-karatsoft-sitemap__search-submit-icon {
    position: relative;
    top: 1px;
    font-size: 24px
}

.karat-karatsoft-sitemap__search-submit-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e919'
}

.karat-karatsoft-sitemap__search-spinner {
    display: none;
    position: absolute;
    top: 50%;
    right: 60px;
    margin-top: -15px
}

.karat-karatsoft-sitemap--has-filter .karat-karatsoft-sitemap__search-spinner {
    right: 90px
}

.karat-karatsoft-sitemap__search-form--loading .karat-karatsoft-sitemap__search-spinner {
    display: block
}

.karat-karatsoft-sitemap__search-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px 20px 20px 20px;
    border-top: 1px solid transparent;
    border-radius: 0 0 6px 6px;
    z-index: 10
}

.karat-karatsoft-sitemap__search-filter {
    display: none
}

.karat-karatsoft-sitemap__search-filter-label {
    transition: all 250ms;
    display: inline-block;
    margin: 8px 8px 0 0;
    padding: 4px 8px;
    font-size: 0.75em;
    font-weight: normal;
    border-radius: 3px;
    border: 1px solid transparent;
    cursor: pointer
}

.karat-karatsoft-sitemap__search-filter-checkbox {
    display: none
}

.karat-karatsoft-sitemap__search--filter-expanded .karat-karatsoft-sitemap__search-results {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid transparent
}

.karat-karatsoft-sitemap__search-results-title {
    margin: 0 0 20px 0;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600
}

.karat-karatsoft-sitemap__search-results-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.karat-karatsoft-sitemap__search-results-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid transparent
}

.karat-karatsoft-sitemap__search-results-item:first-child {
    margin: 0;
    padding: 0;
    border: 0
}

.karat-karatsoft-sitemap__search-results-item-type {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.688em
}

.karat-karatsoft-sitemap__search-results-item-link, .karat-karatsoft-sitemap__search-results-item-link:hover {
    text-decoration: none
}

.karat-karatsoft-sitemap__search-results-item-link {
    font-size: 0.875em
}

.karat-karatsoft-sitemap__search-results-item--active .karat-karatsoft-sitemap__search-results-item-link {
    font-weight: bold
}

.karat-karatsoft-sitemap__search-results-more {
    margin: 20px 0 0 0;
    padding-top: 10px;
    border-top: 1px solid transparent
}

.karat-karatsoft-sitemap__search-results-more-link {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 0.875em;
    text-decoration: none
}

.karat-karatsoft-sitemap__search-results-more-link:hover {
    text-decoration: none
}

.karat-karatsoft-sitemap__search-results-more-link-label {
    transition: all 100ms
}

.karat-karatsoft-sitemap__search-results-more-link-icon {
    transition: all 200ms;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -11px;
    font-size: 20px
}

.karat-karatsoft-sitemap__search-results-more-link-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904'
}

.karat-karatsoft-sitemap__search-results-more-link:hover .karat-karatsoft-sitemap__search-results-more-link-icon {
    right: 3px
}

.karat-karatsoft-sitemap__search-results-more-link:active .karat-karatsoft-sitemap__search-results-more-link-icon {
    right: 1px
}

.karat-karatsoft-sitemap__search-results-message {
    margin: 0;
    font-size: 0.875em
}

.karat-karatsoft-sitemap__nav {
    position: relative
}

.karat-karatsoft-sitemap--has-header.karat-karatsoft-sitemap--3-cols .karat-karatsoft-sitemap__nav {
    position: relative;
    width: 75%
}

.karat-karatsoft-sitemap--has-header.karat-karatsoft-sitemap--4-cols .karat-karatsoft-sitemap__nav {
    position: relative;
    width: 80%
}

.karat-karatsoft-sitemap__nav:after, .orta-liste:before, .orta-liste:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%
}

.orta-liste {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.orta-alt {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.orta-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.orta-liste {
    display: flex;
    flex-wrap: wrap
}

.alt-item-link {
    text-decoration: none
}

.orta-lvl-1 {
    position: relative;
    box-sizing: border-box;
    padding: 0 30px 90px 60px
}

.orta-lvl-1:first-child, .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(3n+1), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(4n+1) {
    padding-left: 0
}

.karat-karatsoft-sitemap--has-header .orta-lvl-1:first-child, .karat-karatsoft-sitemap--has-header .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(3n+1), .karat-karatsoft-sitemap--has-header .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(4n+1) {
    padding-left: 60px
}

.karat-karatsoft-sitemap__nav--3-cols .orta-liste:before {
    left: 33.3333%
}

.karat-karatsoft-sitemap__nav--3-cols .orta-liste:after {
    left: 66.6666%
}

.karat-karatsoft-sitemap__nav--4-cols .orta-liste:before {
    left: 25%
}

.karat-karatsoft-sitemap__nav--4-cols .orta-liste:after {
    left: 50%
}

.karat-karatsoft-sitemap__nav--4-cols:after {
    left: 75%
}

.karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(1), .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(2), .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(3) {
    padding-top: 90px
}

.karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(1), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(2), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(3), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(4) {
    padding-top: 90px
}

.karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1 {
    width: 25%
}

.karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(4n) {
    padding-right: 0
}

.karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1 {
    width: 33.3333%
}

.karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(3n) {
    padding-right: 0
}

.orta-lvl-1 > .orta-baslik {
    position: relative;
    font-size: 0.875em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

.orta-lvl-1 > .orta-baslik-icon {
    padding-left: 44px
}

.orta-baslik-icon {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 26px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.orta-alt .orta-item {
    margin-top: 15px
}

.alt-item-link--level-2 {
    font-size: 0.875em
}

.orta-alt .orta-alt {
    margin-left: 30px
}

.alt-item-link--level-3 {
    font-size: 0.875em
}

.karat-karatsoft-slider {
    position: relative;
    transition: background-color 200ms;
    z-index: 10
}

.karat-karatsoft-slider__list {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden
}

.karat-karatsoft-slider__item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.karat-karatsoft-slider--loading .karat-karatsoft-slider__item:first-child {
    display: block
}

.karat-karatsoft-slider__item--active {
    display: block;
    z-index: 20
}

.karat-karatsoft-slider__item--next {
    display: block
}

.karat-karatsoft-slider__item-inner {
    height: 100%
}

.karat-karatsoft-slider__item-inner > .karat-container {
    height: 100%
}

.karat-karatsoft-slider__item-content-wrapper {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%
}

.karat-karatsoft-slider--layout-text-left .karat-karatsoft-slider__item-content-wrapper {
    padding-right: 120px
}

.karat-karatsoft-slider--layout-text-right .karat-karatsoft-slider__item-content-wrapper {
    margin-left: 57%;
    padding-left: 120px
}

.karat-karatsoft-slider__item-content {
    max-width: 500px
}

.karat-karatsoft-slider__item-title {
    position: relative;
    margin: 0;
    font-size: 3.2em;
    font-weight: bold
}

.karat-karatsoft-slider__item-text {
    position: relative;
    font-size: 1.125em
}

.karat-karatsoft-slider__item-text > p {
    margin: 30px 0 0 0
}

.karat-karatsoft-slider__item-button {
    position: relative;
    margin: 30px 0 0 0
}

.karat-karatsoft-slider__item-image {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.karat-karatsoft-slider--layout-text-left .karat-karatsoft-slider__item-image {
    left: 50%;
    right: 0
}

.karat-karatsoft-slider--layout-text-right .karat-karatsoft-slider__item-image {
    left: 0;
    right: 50%
}

.karat-karatsoft-slider__nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 30
}

.karat-karatsoft-slider--layout-text-left .karat-karatsoft-slider__nav {
    right: 50%;
    margin-right: 20px
}

.karat-karatsoft-slider--layout-text-right .karat-karatsoft-slider__nav {
    left: 50%;
    margin-left: 20px
}

.karat-karatsoft-slider__nav-inner {
    text-align: center
}

.karat-karatsoft-slider__nav-button {
    display: block;
    position: relative;
    padding: 0;
    width: 30px;
    height: 30px
}

.karat-karatsoft-slider__nav-button-icon {
    transition: top 200ms;
    position: relative;
    top: 0;
    font-size: 16px
}

.karat-karatsoft-slider__nav-button--prev .karat-karatsoft-slider__nav-button-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90d'
}

.karat-karatsoft-slider__nav-button--next .karat-karatsoft-slider__nav-button-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90e'
}

.karat-karatsoft-slider__nav-button--prev:active .karat-karatsoft-slider__nav-button-icon {
    top: -2px
}

.karat-karatsoft-slider__nav-button--next:active .karat-karatsoft-slider__nav-button-icon {
    top: 2px
}

.karat-karatsoft-slider__nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: -5px 0;
    width: 30px
}

.karat-karatsoft-slider--loading .karat-karatsoft-slider__nav-list {
    display: none
}

.karat-karatsoft-slider__nav-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: block
}

.karat-karatsoft-slider__nav-item-button {
    position: relative;
    display: block;
    margin: 15px auto;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.karat-karatsoft-slider__nav-item-button:before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 50%
}

.karat-karatsoft-slider__image-preloader {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1
}

@media (min-width: 768px) {
    .karat-karatsoft-slider__item {
        animation-fill-mode: forwards;
        animation-duration: 500ms;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out
    }

    .karat-karatsoft-slider__item--animate-out {
        animation-name: karat-karatsoft-slider-out;
        animation-duration: 850ms;
        animation-delay: 150ms
    }

    .karat-karatsoft-slider__item--animate-out .karat-karatsoft-slider__item-title, .karat-karatsoft-slider__item--animate-out .karat-karatsoft-slider__item-text, .karat-karatsoft-slider__item--animate-out .karat-karatsoft-slider__item-button {
        animation: karat-karatsoft-slider-out-content 250ms 1 ease-in-out;
        animation-fill-mode: forwards
    }

    .karat-karatsoft-slider__item--animate-out .karat-karatsoft-slider__item-text, .karat-karatsoft-slider__item--animate-out .karat-karatsoft-slider__item-button {
        animation-delay: 150ms
    }

    .karat-karatsoft-slider__item--animate-in .karat-karatsoft-slider__item-title, .karat-karatsoft-slider__item--animate-in .karat-karatsoft-slider__item-text, .karat-karatsoft-slider__item--animate-in .karat-karatsoft-slider__item-button {
        opacity: 0;
        animation: karat-karatsoft-slider-in-content 250ms 1 ease-in-out;
        animation-fill-mode: forwards
    }

    .karat-karatsoft-slider__item--animate-in .karat-karatsoft-slider__item-title {
        animation-delay: 600ms
    }

    .karat-karatsoft-slider__item--animate-in .karat-karatsoft-slider__item-text, .karat-karatsoft-slider__item--animate-in .karat-karatsoft-slider__item-button {
        animation-delay: 750ms
    }

    @keyframes karat-karatsoft-slider-out {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }@keyframes karat-karatsoft-slider-out-content {
         0% {
             top: 0;
             opacity: 1
         }
         100% {
             top: -20px;
             opacity: 0
         }
     }@keyframes karat-karatsoft-slider-in-content {
          0% {
              top: -20px;
              opacity: 0
          }
          100% {
              top: 0;
              opacity: 1
          }
      }
}

.ikili {
    position: relative;
    z-index: 10
}

.ikili_inner {
    position: relative;
    padding: 180px 0
}

.ikili_icerik {
    box-sizing: border-box;
    width: 50%
}

.ikili-icerik-solda .ikili_icerik {
    padding-right: 100px
}

.ikili-icerik-sagda .ikili_icerik {
    margin-left: 50%;
    padding-left: 100px
}

.ikili_baslik {
    margin: 0 0 10px 0;
    font-size: 3.75em;
    font-weight: bold
}

.ikili_yazi {
    font-size: 1.125em
}

.ikili_yazi > p {
    margin: 30px 0 0 0;
    line-height: 1.7em
}

.ikili_alt {
    margin: 30px 0 0 0
}

.ikili_resim {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center 0
}

.ikili-icerik-solda .ikili_resim {
    left: 50%;
    right: 0
}

.ikili-icerik-sagda .ikili_resim {
    left: 0;
    right: 50%
}

.karat-alert-message {
    position: relative;
    margin: 0 0 30px 0;
    padding: 20px 30px 20px 50px;
    border-radius: 6px
}

.karat-alert-message__title {
    margin: 0 0 10px 0;
    font-size: 1em;
    font-weight: normal
}

.karat-alert-message__text {
    font-size: 0.875em
}

.karat-alert-message__text > p {
    margin: 10px 0 0 0
}

.karat-alert-message__text > p:first-child {
    margin: 0
}

.karat-alert-message__icon {
    position: absolute;
    top: 25px;
    left: 22px
}

.karat-alert-message__icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e97e'
}

.karat-alert-message p {
    margin: 0
}

.karat-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.875em;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    border-radius: 4px;
    transition: all 300ms
}

.karat-button:hover {
    text-decoration: none;
    background-color: #00403e !important;
}

.karat-button--large {
    padding: 10px 30px;
    font-size: 1em
}

.karat-button--small {
    padding: 5px 10px
}

body.karat-has-style-switcher {
    overflow-x: hidden
}

.karat-style-switcher {
    position: fixed;
    top: 200px;
    right: -200px;
    transition: all 200ms;
    z-index: 1000
}

.karat-style-switcher--active {
    right: 0
}

.karat-style-switcher__inner {
    position: relative;
    padding: 10px 20px 10px 60px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.karat-style-switcher__toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.5)
}

.karat-style-switcher__toggle:hover {
    color: rgba(0, 0, 0, 0.4)
}

.karat-style-switcher__toggle:active {
    color: rgba(0, 0, 0, 0.3)
}

.karat-style-switcher__toggle-icon:before {
    font-family: "karatsoft-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e941'
}

.karat-style-switcher__toggle-icon, .karat-style-switcher__toggle-icon:before {
    line-height: inherit
}

.karat-style-switcher__color-scheme-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    whitespace: nowrap
}

.karat-style-switcher__color-scheme-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    margin-left: 5px
}

.karat-style-switcher__color-scheme-item:first-child {
    margin: 0
}

.karat-style-switcher__color-scheme-btn {
    display: block;
    width: 40px;
    height: 40px;
    opacity: 0.5
}

.karat-style-switcher__color-scheme-btn:hover {
    opacity: 0.8
}

.karat-style-switcher__color-scheme-btn:active {
    opacity: 0.6
}

.karat-style-switcher__color-scheme-item--active .karat-style-switcher__color-scheme-btn {
    opacity: 1
}

.karat-style-switcher__color-scheme-btn--default {
    background-color: #227271;
    box-shadow: inset 0 20px 0 0 #227271
}

.karat-style-switcher__color-scheme-btn--scheme2 {
    background-color: #227271;
    box-shadow: inset 0 20px 0 0 #b52a4b
}

.karat-style-switcher__color-scheme-btn--scheme3 {
    background-color: #5dc996;
    box-shadow: inset 0 20px 0 0 #356bff
}

.karat-style-switcher__color-scheme-btn--scheme4 {
    background-color: #a368e0;
    box-shadow: inset 0 20px 0 0 #3848b5
}

#karat-media-query-breakpoint {
    font-family: '1200'
}

@media (max-width: 1800px) {
    #karat-media-query-breakpoint {
        font-family: '1800'
    }

    .core__columns-col--main {
        width: 70%
    }

    .core__columns .main__header-inner {
        width: auto
    }

    .core__columns-col--left .main__header-inner {
        float: none
    }

    .core__columns-col--sidebar {
        width: 30%
    }

    .core__columns .main__content-wrapper {
        width: auto
    }

    .core__columns-col--left .main__content-wrapper {
        float: none
    }

    .sidebar__wrapper {
        width: auto
    }

    .core__columns-col--left .sidebar__wrapper {
        float: none
    }
}

@media (max-width: 1400px) {
    #karat-media-query-breakpoint {
        font-family: '1400'
    }

    .karat-container {
        padding: 0 30px
    }

    .core__columns .main__content {
        padding: 0 30px
    }

    .core__columns-col--left #sidebar {
        padding-left: 30px
    }

    .core__columns-col--right #sidebar {
        padding-right: 30px
    }

    .core__columns-col--left .sidebar__inner {
        padding-right: 30px
    }

    .core__columns-col--right .sidebar__inner {
        padding-left: 30px
    }

    .icerik-in {
        padding: 90px 0 60px 0
    }

    .karat-karatsoft-sidebar__header-inner {
        padding-top: 90px
    }

    .karat-karatsoft-sidebar__grid-wrapper {
        margin-left: -30px;
        margin-right: -30px
    }

    .karat-karatsoft-sidebar__grid > .widget {
        padding-left: 30px;
        padding-right: 30px
    }

    .karat-karatsoft-sitemap__header {
        padding-right: 0
    }

    .ikili_inner {
        padding: 150px 0
    }
}

@media (max-width: 1199px) {
    #karat-media-query-breakpoint {
        font-family: '1199'
    }

    .footer-bottom {
        text-align: center
    }

    .footer--has-back-to-top .footer-bottom__inner {
        padding: 0
    }

    .footer-social {
        float: none;
        margin: 0;
        padding: 0
    }

    .footer--has-menu .footer-social:before {
        display: none
    }

    .footer-social__item {
        margin: 0 4px
    }

    .footer-menu {
        float: none;
        margin-top: 15px
    }

    .footer-menu:first-child {
        float: none;
        margin-top: 0
    }

    .footer-menu__item {
        margin: 5px 10px
    }

    .footer-text {
        float: none;
        margin-top: 15px
    }

    .footer-text:first-child {
        float: none;
        margin-top: 0
    }

    .back-to-top {
        top: -20px;
        padding: 0
    }

    .footer--has-social-links .back-to-top:before, .footer--has-menu .back-to-top:before {
        display: none
    }

    .karat-karatsoft-sitemap__header {
        margin-bottom: 0
    }

    .karat-karatsoft-sitemap:first-child .karat-karatsoft-sitemap__header-inner, .karat-karatsoft-sitemap__header-inner {
        margin: 0 -30px 0 -30px;
        border-radius: 0
    }

    .karat-karatsoft-sitemap--has-header .karat-karatsoft-sitemap__content {
        display: block
    }

    .karat-karatsoft-sitemap__header-content {
        margin: 0 auto;
        max-width: 500px
    }

    .karat-karatsoft-sitemap__title {
        padding: 0 30px;
        text-align: center
    }

    .karat-karatsoft-sitemap__title:last-child {
        margin: 0
    }

    .karat-karatsoft-sitemap__description {
        padding: 0 30px;
        text-align: center
    }

    .karat-karatsoft-sitemap--3-cols .karat-karatsoft-sitemap__header, .karat-karatsoft-sitemap--4-cols .karat-karatsoft-sitemap__header, .karat-karatsoft-sitemap--has-header.karat-karatsoft-sitemap--3-cols .karat-karatsoft-sitemap__nav, .karat-karatsoft-sitemap--has-header.karat-karatsoft-sitemap--4-cols .karat-karatsoft-sitemap__nav {
        width: auto
    }

    .karat-karatsoft-sitemap--has-header .karat-karatsoft-sitemap__nav:before {
        width: 100%;
        height: 1px
    }

    .karat-karatsoft-sitemap--has-header .orta-lvl-1:first-child, .karat-karatsoft-sitemap--has-header .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(3n+1), .karat-karatsoft-sitemap--has-header .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(4n+1) {
        padding-left: 0
    }

    .karat-karatsoft-slider__list {
        height: 550px
    }

    .karat-karatsoft-slider--layout-text-right .karat-karatsoft-slider__item-content-wrapper {
        padding-left: 90px
    }

    .karat-karatsoft-slider--layout-text-left .karat-karatsoft-slider__item-content-wrapper {
        padding-right: 90px
    }

    .karat-karatsoft-slider__item-title {
        font-size: 2.5em
    }

    .ikili_inner {
        padding: 120px 0
    }
}

@media (max-width: 991px) {
    #karat-media-query-breakpoint {
        font-family: '991'
    }

    #header.header--sticky-active {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto
    }

    .header__topbar {
        display: none
    }

    .header__navbar {
        padding: 0
    }

    .header__navbar-inner {
        display: block;
        padding: 0
    }

    .header__navbar-container {
        position: relative;
        padding: 30px 130px 30px 20px;
        min-height: 10px
    }

    .header-mobile-search-toggle, .header-mobile-menu-toggle {
        transition: none;
        display: block;
        position: absolute;
        top: 50%;
        right: 14px;
        margin-top: -20px;
        padding: 0;
        width: 40px;
        height: 40px;
        font-size: 32px
    }

    .header-mobile-search-toggle {
        right: 77px;
        font-size: 20px
    }

    .header-mobile-search-toggle--active, .header-mobile-menu-toggle--active {
        font-size: 36px
    }

    .header-mobile-search-toggle__icon, .header-mobile-menu-toggle__icon {
        position: relative
    }

    .header-mobile-menu-toggle__icon:before {
        font-family: "karatsoft-icons" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative
    }

    .header-mobile-search-toggle__icon:before {
        font-family: "karatsoft-icons" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative
    }

    .header-mobile-search-toggle__icon:before {
        content: '\e919';
        top: 2px
    }

    .header-mobile-menu-toggle__icon:before {
        content: '\e97d';
        top: 4px
    }

    .header-mobile-search-toggle--active .header-mobile-search-toggle__icon:before, .header-mobile-menu-toggle--active .header-mobile-menu-toggle__icon:before {
        content: '\e978';
        top: 3px
    }

    .header--has-search .header-mobile-menu-toggle:before {
        display: block;
        content: '';
        position: absolute;
        top: 11px;
        left: -13px;
        width: 1px;
        height: 20px
    }

    .arama {
        padding: 20px;
        border-top: 1px solid transparent
    }

    .arama__form {
        padding: 0
    }

    .arama__close-button {
        display: none
    }

    .header__navbar-menu {
        display: none;
        padding: 10px 0 20px 0;
        border-top: 1px solid transparent
    }

    .ana-menu__list, .ana-alt {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .m-item {
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: normal;
        position: relative
    }

    .menu-link {
        display: block;
        padding: 15px 80px 15px 20px;
        text-decoration: none
    }

    .menu-level-2 {
        padding-left: 40px
    }

    .menu-level-3 {
        padding-left: 80px
    }

    .menu-level-4 {
        padding-left: 120px
    }

    .m-bag {
        display: none
    }

    .alt-tog {
        display: block;
        position: absolute;
        top: 7px;
        right: 20px;
        padding: 0;
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .alt-tog-icon:before {
        font-family: "karatsoft-icons" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e90c'
    }

    .alt-tog--active .alt-tog-icon:before {
        content: '\e90f'
    }

    .header-cta {
        float: none;
        margin: 20px 0 0 0;
        padding: 0 20px
    }

    .header__navbar-menu .menu-dil {
        display: block
    }

    .menu-dil, .header--has-search .menu-dil, .header--has-social-links .menu-dil {
        margin: 20px 0 0 0;
        padding: 20px 20px 0 20px
    }

    .menu-dil {
        float: none;
        border-top: 1px solid transparent
    }

    .header__navbar-menu .menu-alt {
        display: block
    }

    .menu-alt {
        float: none;
        margin: 20px 0 0 0;
        padding: 20px 20px 0 20px;
        border-top: 1px solid transparent
    }

    .header__navbar-menu .header-social {
        display: block
    }

    .header-social {
        float: none;
        margin: 20px 0 0 0;
        padding: 20px 20px 0 20px;
        border-top: 1px solid transparent
    }

    .header-social__item {
        margin: 0 12px 0 0
    }

    .core__columns {
        display: block
    }

    .core__columns-col--main, .core__columns-col--sidebar {
        width: auto
    }

    .core__columns-col--main.core__columns-col--right {
        order: 1
    }

    .core__columns-col--sidebar.core__columns-col--left {
        order: 2
    }

    .post-pagination__item--prev .post-pagination__item-link, .post-pagination__item--next .post-pagination__item-link {
        padding: 5px 0 0 0
    }

    .post-pagination__item--prev .post-pagination__item-link:before, .post-pagination__item--next .post-pagination__item-link:before {
        display: none
    }

    .mehkar_listing-post-single .karat-grid__col .post-contact-info {
        padding-right: 0
    }

    .mehkar_listing-post-single .post-hours, .mehkar_listing-post-single .post-images {
        margin-top: 60px
    }

    .mehkar_person-post-single .karat-grid__col .post-contact-info {
        padding-left: 0
    }

    .mehkar_gallery-post-single .karat-grid__col--order-1 .post__content, .mehkar_gallery-post-single .karat-grid__col--order-1 .post-fields {
        margin-right: 0
    }

    .mehkar_gallery-post-single .karat-grid__col--order-2 .post__content, .mehkar_gallery-post-single .karat-grid__col--order-2 .post-fields {
        margin-left: 0
    }

    .error-404-page__inner {
        padding: 100px 0
    }

    .error-404-page__wrapper {
        text-align: center
    }

    .error-404-page__404 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 30px;
        line-height: normal
    }

    .error-404-page__content {
        margin: auto;
        padding: 0;
        max-width: 500px
    }

    .core__columns-col--left #sidebar, .core__columns-col--right #sidebar {
        padding: 0 30px
    }

    .sidebar__wrapper {
        padding: 60px 0
    }

    .core__columns-col--left .sidebar__inner, .core__columns-col--right .sidebar__inner {
        padding: 0
    }

    .footer-widgets--wider-first-col .footer-widgets__column.karat-grid__col--md-span-6:first-child, .footer-widgets--wider-first-col .footer-widgets__column.karat-grid__col--md-span-4:first-child {
        flex-grow: 12;
        flex-basis: 100%
    }

    .karat-karatsoft-contact__form {
        margin-right: 0;
        margin-bottom: 60px
    }

    .karat-karatsoft-hero__inner {
        padding: 150px 0 90px 0
    }

    .karat-karatsoft-hero__header {
        margin: 0 auto
    }

    .karat-karatsoft-hero--layout-text-right .karat-karatsoft-hero__header {
        float: none
    }

    .karat-karatsoft-sidebar__grid-wrapper:before {
        left: 50%;
        width: 50%
    }

    .karat-karatsoft-sidebar__grid > .widget {
        width: 50%
    }

    .karat-karatsoft-sidebar__grid > .widget:nth-child(3n+1) {
        clear: none
    }

    .karat-karatsoft-sidebar__grid > .widget:nth-child(2n+1) {
        clear: left
    }

    .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1, .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1 {
        width: 50%
    }

    .karat-karatsoft-sitemap__nav--3-cols .orta-liste:before, .karat-karatsoft-sitemap__nav--4-cols .orta-liste:before {
        left: 50%
    }

    .orta-liste:after, .karat-karatsoft-sitemap__nav--4-cols:after {
        display: none
    }

    .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(2n+1), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(2n+1) {
        padding-left: 0
    }

    .karat-karatsoft-sitemap--has-header .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(2n), .karat-karatsoft-sitemap--has-header .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(2n), .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(2n), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(2n) {
        padding-left: 60px
    }

    .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(1), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(2), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(3), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(4), .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(1), .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(2), .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(3) {
        padding-top: 0
    }

    .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(1), .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(2), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(1), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(2) {
        padding-top: 90px
    }
}

@media (max-width: 767px) {
    #karat-media-query-breakpoint {
        font-family: '767'
    }

    .menu-alt__item {
        display: block;
        margin: 20px 0 0 0
    }

    .menu-alt__item:first-child {
        margin: 0
    }

    .post-author__header:after {
        display: none
    }

    .post-author__name {
        padding: 0
    }

    .post-author--has-portrait .post-author__inner {
        padding-left: 0
    }

    .post-author__portrait {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 15px
    }

    .post-navigation {
        padding: 30px
    }

    .post-navigation:after {
        display: none
    }

    .post-navigation__item {
        margin-top: 30px;
        width: auto
    }

    .post-navigation__item:first-child {
        margin-top: 0
    }

    .post-navigation__item--prev, .post-navigation__item--next {
        float: none
    }

    .post-navigation__item--next {
        text-align: left
    }

    .post-navigation__item--prev .post-navigation__item-link, .post-navigation__item--next .post-navigation__item-link {
        padding: 0
    }

    .post-navigation__item-link-icon {
        display: none
    }

    .post-pagination {
        padding: 20px
    }

    .post-pagination__list {
        padding: 0
    }

    .post-pagination__item--prev, .post-pagination__item--next {
        display: none
    }

    .general-post-archive .post {
        padding-right: 0
    }

    .general-post-archive .post__type {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 20px
    }

    .mehkar_event-post-single .post-info {
        display: block
    }

    .mehkar_event-post-single .post-info__list {
        display: block
    }

    .mehkar_event-post-single .post-info__item {
        margin-top: 30px;
        padding: 0;
        border: 0
    }

    .mehkar_event-post-single .post-info__item:first-child {
        margin-top: 0
    }

    .karat-karatsoft-contact__form {
        padding: 30px 30px 1px 30px
    }

    .icerik-in {
        padding: 60px 0 30px 0
    }

    .icerik-baslik {
        font-size: 2.625em
    }

    .icerik-altbaslik {
        font-size: 1em
    }

    .karat-karatsoft-sidebar__title {
        font-size: 2.625em
    }

    .karat-karatsoft-sidebar__subtitle {
        font-size: 1em
    }

    .karat-karatsoft-sidebar__widgets > .karat-container {
        padding: 0
    }

    .karat-karatsoft-sidebar__grid-wrapper {
        padding: 0;
        margin: 0
    }

    .karat-karatsoft-sidebar__grid-wrapper:before, .karat-karatsoft-sidebar__grid-wrapper:after {
        display: none
    }

    .karat-karatsoft-sidebar__grid > .widget {
        float: none;
        width: auto;
        margin: 0;
        padding: 60px 30px
    }

    .karat-karatsoft-sidebar .widget__title {
        margin-bottom: 30px
    }

    .karat-karatsoft-sitemap__header-content {
        margin: 0;
        max-width: 100%
    }

    .karat-karatsoft-sitemap__title {
        padding: 0;
        text-align: inherit
    }

    .karat-karatsoft-sitemap__description {
        padding: 0;
        text-align: inherit
    }

    .orta-liste:before {
        display: none
    }

    .karat-karatsoft-sitemap__nav {
        margin: 30px 0
    }

    .karat-karatsoft-sitemap--has-header .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(2n), .karat-karatsoft-sitemap--has-header .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(2n), .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(1), .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(2), .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:nth-child(3), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(1), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(2), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(3), .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:nth-child(4), .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1, .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1 {
        padding: 30px 0 0 0
    }

    .orta-lvl-1 {
        margin: 0 0 30px 0;
        border-top: 1px solid transparent
    }

    .orta-lvl-1:first-child {
        border: 0
    }

    .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1, .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1 {
        width: 100%
    }

    .karat-karatsoft-sitemap__nav--4-cols .orta-lvl-1:after, .karat-karatsoft-sitemap__nav--3-cols .orta-lvl-1:after {
        display: none
    }

    .karat-karatsoft-slider__list {
        height: 700px
    }

    .karat-karatsoft-slider--layout-text-left .karat-karatsoft-slider__item-image, .karat-karatsoft-slider--layout-text-right .karat-karatsoft-slider__item-image {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        height: 300px
    }

    .karat-karatsoft-slider--layout-text-left .karat-karatsoft-slider__item-image:before, .karat-karatsoft-slider--layout-text-right .karat-karatsoft-slider__item-image:before {
        display: none
    }

    .karat-karatsoft-slider--layout-text-left .karat-karatsoft-slider__item-content, .karat-karatsoft-slider--layout-text-right .karat-karatsoft-slider__item-content {
        margin: 0;
        padding: 0;
        width: auto
    }

    .karat-karatsoft-slider--layout-text-right .karat-karatsoft-slider__nav-inner {
        margin: 0
    }

    .karat-karatsoft-slider--layout-text-right .karat-karatsoft-slider__nav-inner {
        padding: 0
    }

    .karat-karatsoft-slider__item-inner > .karat-container {
        height: auto
    }

    .karat-karatsoft-slider__item-content-wrapper {
        padding: 0;
        width: auto;
        height: 400px
    }

    .karat-karatsoft-slider--layout-text-left .karat-karatsoft-slider__item-content-wrapper, .karat-karatsoft-slider--layout-text-right .karat-karatsoft-slider__item-content-wrapper {
        margin: 0;
        padding-left: 0;
        padding-right: 50px
    }

    .karat-karatsoft-slider__item-text {
        font-size: 1em
    }

    .karat-karatsoft-slider__nav {
        top: 300px;
        height: 450px
    }

    .karat-karatsoft-slider--layout-text-left .karat-karatsoft-slider__nav, .karat-karatsoft-slider--layout-text-right .karat-karatsoft-slider__nav {
        left: auto;
        right: 20px;
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 900px) {
    .sepet_toplam_tutar{
        margin: 3px 0 12px 0 !important;
    }
    .toplam_fiyat{
        margin: 3px 0 12px 0 !important;
    }
}


@media (max-width: 480px) {
    #karat-media-query-breakpoint {
        font-family: '480'
    }

    h1 {
        font-size: 2.625em
    }

    h2 {
        font-size: 1.575em
    }

    h3 {
        font-size: 1.125em
    }

    h4 {
        font-size: 1em
    }

    h5 {
        font-size: 1em
    }

    h6 {
        font-size: 1em
    }

    .arama__input {
        font-size: 16px
    }

    .arama__results-item {
        padding-right: 0
    }

    .arama__results-item-type {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 10px
    }

    .main-header__subtitle {
        font-size: 1em
    }

    .main-header .post-meta {
        margin-top: 15px
    }

    .main-header .post-meta__item {
        display: block;
        margin-right: 0;
        padding-right: 0
    }

    .main-header .post-meta__item:after {
        display: none
    }

    .post-archive-categories__item {
        margin-right: 15px
    }

    .mehkar_listing-post-single .post-hours__item-day, .mehkar_listing-post-single .post-hours__item-value {
        float: none;
        width: auto
    }

    .mehkar_listing-post-single .post-hours__item-day {
        margin-bottom: 10px
    }

    .mehkar_faq-post-archive--list .post__title {
        font-size: 1em
    }

    .mehkar_person-post-archive--grid .post__title {
        font-size: 1.125em
    }

    .mehkar_service-post-archive--photogrid .post__title {
        font-size: 1.125em
    }

    .mehkar_testimonial-post-single .post__quote-content {
        padding-left: 30px;
        font-size: 1em
    }

    .error-404-page__404 {
        font-size: 3em
    }

    .error-404-page__text {
        font-size: 1em
    }

    .karat-karatsoft-contact__form-title {
        font-size: 1.125em
    }

    .karat-karatsoft-hero__inner {
        padding: 300px 0 0 0
    }

    .karat-karatsoft-hero__inner > .karat-container {
        padding: 0
    }

    .karat-karatsoft-hero__header-inner {
        padding: 40px 30px;
        border-radius: 0
    }

    .karat-karatsoft-hero__title {
        font-size: 1.5em
    }

    .karat-karatsoft-hero__bg-wrapper {
        height: 300px
    }

    .icerik-baslik {
        font-size: 1.5em
    }

    .karat-karatsoft-post-grid__categories-item {
        margin-right: 15px
    }

    .karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-title, .karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-title {
        font-size: 1.313em
    }

    .karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-photogrid .icerik-haber-item-info-date-day {
        font-size: 1.5em
    }

    .karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-info {
        padding-left: 0
    }

    .karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-info:after {
        display: none
    }

    .karat-karatsoft-post-grid--events.karat-karatsoft-post-grid--layout-grid .icerik-haber-item-info-date {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 0 20px 0
    }

    .karat-karatsoft-sitemap__title {
        font-size: 1.5em
    }

    .karat-karatsoft-sitemap__header-inner {
        padding: 60px 30px
    }

    .karat-karatsoft-slider__item-title {
        font-size: 1.5em
    }
}


.widget__content .karat-menu-widget__list li:nth-of-type(n + 7) {
    display: none;
}

.widget__content:has(#show-all:checked) {
    .karat-menu-widget__list li {
        display: block;
    }
}

#show-all ~ label[for='show-all'] {
    display: none;
}

#show-all:checked ~ .text-hide {
    display: inline-block;
}

#show-all:not(:checked) ~ .text-show {
    display: inline-block;
}

.widget__content #show-all {
    display: none;
}

.widget__content label[for='show-all'] {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
}
.anadiv {
    max-width: 350px;
    margin: 80px auto;
    padding: 0 30px 30px 30px;
    border-radius: 15px;
}

.logo_tdedd {
    width: 80px;
    margin: auto;
}

.logo_tdedd img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.anadiv .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #555;
    text-align: center;
}

.anadiv .form-alani input {
    width: 100%;
    display: block;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px;
     border: 1px solid #d1cdcd;
}

.anadiv .form-alani {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    /*box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;*/
}

.anadiv .form-alani .fas {
    color: #555;
}

.anadiv .btnnn {
    box-shadow: none;
    width: 100%;
    height: 40px;
    background-color: #369592;
    color: #fff;
    border: 1px solid #369592;
    border-radius: 25px;
    letter-spacing: 1.3px;
}



.anadiv a {
    text-decoration: none;
    font-size: 17px;
    margin-left: 280px;
    margin-top: 10px;
    color: #369592;
}

.anadiv a:hover {
    color: #369592;
}
.text-ortala {
    margin-top: 20px;
}

@media(max-width: 380px) {
    .anadiv {
        margin: 30px 20px;
        padding: 40px 15px 15px 15px;
    }
}
.breadcrumb a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.dashboard-menu {
    padding: 10px;
}

.dashboard-menu ul {
    list-style-type: none;
    padding: 0;
}

.dashboard-menu ul li {
    border: 1px solid #ececec;
    border-radius: 10px;
    line-height: 32px;
    height: 33px;
    margin-bottom: 17px;
}

.dashboard-menu ul li a {
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    display: block;
}
.dashboard-menu ul li a #dergi{
    color: green;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    display: block;
}

.dashboard-menu ul li a:hover {
    text-decoration: underline;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.btn-success {
    background-color: #369592;
    color: #fff;
    padding: 10px 20px;
    font-size: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-success:hover {
    background-color: #7AB9B7;
}

.ozel{
    margin-top: -8px!important;
}

.card_to h2{
    margin-bottom: 20px;
}
.card_to {
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd; /* Tablo çerçevesi */
}
th, td {
    border: 1px solid #ddd; /* Hücreler arası çizgiler */
    padding: 8px;
    text-align: left;
}
table th {
    background-color: #ececec;
    font-weight: bold;
    text-align: center;
}
table td{
    text-align: center;
    padding: 15px 20px 13px 20px;
    vertical-align: middle;
    border: 0;
}
.btn {
    cursor: pointer;
    padding: 7px 11px;
}
.btn-success {
    background-color: #1F6C6B;
    color: white;
}
.satin{
    background-color: #1F6C6B;
    color: white;
    border-radius: 8px;
    width: 100px;
    height: 42px;
}
.satin:hover {
    background-color: white;
    color: #1F6C6B;
}
.btn-danger {
    background-color: #b81414;
    color: white;
    border-radius: 8px;
    width: 119px;
}
.btn-danger:hover {
    background-color: white;
    color: red;
}
.total-amount {
    text-align: right;
    font-weight: bold;
    background-color: white;
}

.dashboard-menu {
    padding: 10px;
    margin-top: 45px;
}

.dashboard-menu ul {
    list-style-type: none;
    padding: 0;
}

.dashboard-menu ul li {
    margin-bottom: 10px;
}

.dashboard-menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    display: block;
}

.dashboard-content {
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}

.btn-success {
    background-color: #369592;
    color: #fff;
    padding: 10px 20px;
    font-size: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-success:hover {
    background-color: #218838;
}

/* Card Stili */
.card {
    padding: 20px;
    margin-bottom: 20px;
}

.card h2 {
    margin-bottom: 20px;
}

.sepet_temizle{
    color: #dc3545 !important;
    width: 128px;
}

.toplam_tutar {
    position: relative;
    margin: -13px 0 12px 0 !important;
    line-height: 1.4em;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    color: #d83123;
}

.toplam_tutar_uzunluk{
    width: 135px!important;
}

.toplam_fiyat {
    position: relative;
    margin: -13px 0 12px 0 !important;
    line-height: 1.4em;
    font-weight: bold;
    text-align: right;
    font-size: 14px;
    color: #d83123;
}

#odeme_git {
    cursor: pointer;
}


.ust_kisim.ust_kisim_2 {
    padding: 0 0 0 129px;
    font-family: "Roboto", sans-serif;
}
.online_odeme_ust{
    width: 100%;
    margin-top: 20px;
}

.odeme_bilgi{
    margin-top: 20px;
}

.sepet_tutar{
    margin-top: -11px;
    margin-bottom: 6px;
    text-align: center;
    border: 1px solid #DEE2E6;
}

.cart-totals {
    border: 2px solid black;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    margin-left: 135px;
    height: 102px;
}

.odeme_bilgi_kutu{
    width: 100%;
}


.cart_total_label{
    border: 1px solid #dee2e6;
    border: 0;
    padding: 10px 0 0 9px;
}
.sepet_toplam{
    margin-bottom: 0;
    text-align: right;
}
.sepet_toplam_yayin_sayisi{
    text-align: right;
    font-size: 14px;
    margin-bottom: 0;
}
.header_2{
    font-size: 17px;
}
.separator{
    color: #292828;
}
.separator:hover{
    color: #227271;
}
.odeme_bilgi_span{
    color: #227271;
}
.kayit_{
    margin-left: 285px!important;
}
.kayit_:hover{
   color: #84c3c2 !important;
}


@media(max-width: 400px) {

    .kayit_{
        margin-left: 242px!important;
    }
    .kitap-linki{
        padding-left: 50px!important;
    }

}

/*.dergi-text{*/
/*    margin-left: 420px!important;*/
/*    width: 69%!important;*/
/*}*/

.dergi-container{
    padding: 0 30px!important;
}


.kvkk_aydinlatma{
    font-size: 13px !important;
    color:#369592;
}
#online_odeme_iframe iframe{
    border: 0 !important;
}
.s_olmayan_ana {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
}
.ortali-baslik {
    text-align: center;
    margin-bottom: 45px;
}

.ortali-baslik:hover {
    color: #369592;
}

@media (max-width: 900px) {
    .ortali-baslik {
        margin-left: -10px;
        font-size: 18px;
    }
    .s_olmayan_ana{
        margin-left: 0!important;
    }
    .dergi-karti {
        margin-bottom: 15px;
    }
    .dergi-listesi{
        margin-bottom: -47px;
    }
    .alis_veris_border{
        width: 303px;
        margin-left: 0!important;
        margin-top: -14px!important;
    }

}

@media (max-width: 900px) {

    .kucuk_alisveris_tamamla{
        width: 85%;
        margin-left: -30px;
        margin-top: -88px;
    }
}


.s_olmayan {
    width: 100%;
    margin: auto;
}

.dergi-listesi {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
    justify-content: center;
}

.dergi-karti {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 222px;
    text-align: center;
    height: 358px;
}

.dergi-resmi {
    width: 100%;
    height: 180px;
    object-fit: fill;
}

.dergi-detaylari {
    padding: 10px;
}

.dergi-baslik {
    font-size: 1.2em;
    margin: 5px 0;
}

.dergi-fiyat {
    font-weight: bold;
    font-size: 1em;
    color: #555;
    margin-bottom: 10px!important;
}


.sosyal--login{
    font-size: 15px;
}
.sosyal--signup{
    font-size: 15px;
}
.dergi_kate{
    margin-bottom: 0;
    color: #fff;
    background-color: #1F6C6B;
}

.kart_totalss{
    border-radius: 15px;
}
.dis_table{
    margin-bottom: 1.5rem;
    border-collapse: collapse!important;
}
.dis_table td, .dis_table th {
    padding: .80rem;
    vertical-align: top;
}
.alis_veris_border{
    height: 185px;
    margin-top: 75px;
    margin-left: 44px;
    border: 1px solid #dee2e6 !important;
}
.yukseklik{
    height: 131px;
}
#siparisi_tamamla{
    background-color: #1F6C6B;
    color: #fff;
    margin-top: -5px;
    width: 137px;
}
#siparisi_tamamla:hover{
    background-color: #fff;
    color: #1F6C6B;
}

.toplam_tutar_txt{
    text-align: left;
    color: #68676D!important;
}

.toplam_yayin_txt{
    text-align: left;
}
#kisi_bilgi_guncelle{
    padding: 12px 20px!important;
    border-radius: 4px!important;
}
.sepet_urun{
    margin-bottom: 40px;
    color: #68676D!important;
    font-size: 16px!important;
}
.sepet_detay_urun{
    margin-bottom: 10px;
    font-size: 48px;
    margin-top: -23px;
}
.start_radius{
    border-radius: 20px 0 0 20px;
    text-align: center;
}
.end_radius{
    border-radius: 0 20px 20px 0;
    text-align: right;
}
.sepetteki_guncel_urun{
    color: red;
}
.sepet_table{
    border: 0;
}
.urunler_border{
   border:1px solid #e9ecef;
}
.border_dis_katman{
    margin-left: 0!important;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    height: 180px;
    border: 1px solid #ececec !important;
}
.toplam_css{
    text-align: left;
    margin: 0;
}
.odeme_bilgileri_kucuk_kutu{
    border:0!important;
}
.odeme_bilgileri_sag_kutu_height{
    height: 90px;
}
.sepet_detay_urunler_height{
    height: 125px;
    width: 70.666667%;
    flex: 0 0 auto;
}
.sepet_ortalama_kucuk{
    flex: 0 0 auto;
    width: 27.3333333333%;
    padding: 0 0 0 21px;
}
.table_ortala{
    vertical-align: middle!important;
}
.dergi_dinle_ana_div{
    padding: 0 48px;
}
.dergi_dinle{
    font-size: 35px;
    margin-left: 2px;
    font-weight: bold;
    color: #68676D;
    margin-top: 45px;
}
.dergi_dinle:hover{
    color: #369592;
}
.icon_ortala{
    vertical-align: middle;
}
.mp3-hidden {
    display: none;
}
.tumunu_goster:hover{
    color: #369592;
}
.tumunu_goster{
    color: #227271;
    font-weight: bold;
}
.tumunu_gizle{
    color: #227271;
    font-weight: bold;
}
.tumunu_gizle:hover{
    color: #369592;
}

.mp3-title{
    color: #227271;
    margin: 0 0 12px 49px;
    font-weight: bold !important;
    font-size: 45px;
}
.form-container{
    padding: 20px;
    width: 1000px;
    box-sizing: border-box;
}
.form-grouppls{
    margin-bottom: 15px;
}
.dergi_input_height{
    height: 44px!important;
}
.ozel_ayar_dergi_paylas{
    margin-left: 883px;
}

.el_isareti{
    cursor: pointer;
}
.header_giris_yap_yükseklik{
    vertical-align: 1px;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #227271;
    width: 10px;
    height: 10px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-right: 8px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.yarim_sidebar_yükseklik{
    height: 400px!important;
}
.sepet_ortalama{
    display: flex!important;
    flex-wrap: wrap!important;
}
.hesap_bilgi_ortala{
    display: flex !important;
    flex-wrap: wrap !important;
}
.sol_detay_menu{
    flex: 0 0 auto!important;
    width: 23.3333333333%!important;
    margin-left: 56px!important;
}
.sag_detay_menu{
    height: 125px!important;
    width: 56.666667%!important;
    flex: 0 0 auto!important;
}
.bilgi_guncelle_btn{
    width: 119%!important;
}
.sifre_guncelle_btn{
    width: 97%!important;
    padding: 12px 20px !important;
    border-radius: 4px !important;
}
.bilgi_guncelle_ortalama{
    display: flex!important;
    flex-wrap: wrap!important;
    width: 120%;
}
.bilgi_input_still{
    width: 49.666667% !important;
}
.sifre_guncelle_input_still{
    width: 100% !important;
}
.page_ozel_css{
    margin-top: 53px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.dergilerim_ortala_css{
    display: flex!important;
    flex-wrap: wrap!important;
}
.sol_detay_menu_dergilerm{
    flex: 0 0 auto !important;
    width: 18.333333% !important;
}
.dergilerim_dashboard_css{
    padding: 0 25px 0 0; margin-left: 0; margin-top: 0!important;
}
.sag_detay_menu_dergilerim{
    height: auto !important;
    width: 81.666667% !important;
    flex: 0 0 auto !important;
}


@media (max-width: 768px) {

    .sag_detay_menu_dergilerim{
        width: 100% !important;
    }
    .dergilerim-buton-mobil{
        padding: 7px 11px!important;
    }
    .sepet_detay_urunler_height{
        width: 100%!important;
    }

}





.odeme_ortala_css{
    display: flex!important;
    flex-wrap: wrap!important;
}
.buyuk_kutu{
    height: auto !important;
    width: 100% !important;
    flex: 0 0 auto !important;
}
.sag_ust_kutu {
    width: 100% !important;
    margin-top: 20px;
}
.sag_ust_kutu_ozel_css{
    margin-left: 0!important;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #ececec !important;
}
.sepet_mobil_ayar{
    padding: 0 90px;
    width: 100%
}

.mobil_uyum_css_hesap{
    height: 880px;
}

.hesap_mobil_uyum{
    margin: -35px 0 0 0!important;
}
.dergilerim_mobil_css{
    padding: 30px;
}

@media (max-width: 900px) {

    .sag_detay_menu{
        height: 125px !important;
        width: 94.666667% !important;
        flex: 0 0 auto !important;
    }

    .dergilerim_mobil_css{
        padding: 16px 0 0 0!important;
    }

    .page-content{
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .sepet_mobil_ayar{
        padding: 0 0!important;
        width: 100%!important;
    }

    .sol_detay_menu_dergilerm{
        margin-left: 53px!important;
        flex: 0 0 auto !important;
        width: 63.333333% !important;
        margin-bottom: 20px !important;
    }

    .s_olmayan{
        margin-left: 0!important;
    }

    .border_dis_katman{
        margin-left: 15px !important;
        width: 238px;
        margin-top: 81px;
    }

    .dergi-listesi{
        gap: 72px;!important;
        margin-bottom: 10px!important;
    }

    .sol_detay_menu{
        flex: 0 0 auto !important;
        width: 56.333333% !important;
        margin-left: 10px !important;
    }

    .dashboard-content {
        border-radius: 5px!important;
        background-color: transparent!important;
        padding: 0!important;
    }

    .mobil_uyum_css_hesap{
        height: 1020px!important;
    }
    .hesap_mobil_uyum{
        margin: -95px 0 0 0!important;
    }

}
.dergi_dinle_button{
    text-align: center;
    width: 20%;
    color: #fff;
    border-color: #65bfbe !important;
    background-color: #65bfbe;
    cursor: pointer;
}
.dergi_dinle_button:hover{
    background-color: #fff !important;
    color: #65bfbe !important;
}
.jp-controls{
    margin: 45px 0 0 37px !important;
    width: 58%!important;
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-evenly!important;
    align-items: center!important;
    padding: 20px 10px!important;
}
.jp-li-deneme{
    list-style: none!important;
}
.ortak_jp{
    display: block!important;
}
.jp-video-270p {
    margin-left: 89px!important;
    width: 310px!important;
}
.jp-duration{
    margin-right: 93px!important;
}
.jp-controls-holder{
    width: 380px !important;
}
.jp-volume-bar{
    left: 36px !important;
    width: 237px !important;
    top: 43px !important;
}
.jp-mute{
    margin-left: 37px!important;
    margin-top: -121px!important;
}
.jp-volume-max{
    margin-left: 254px;
    margin-top: -14px;
}
.jp-stop{
    margin-left: 0!important;
}
.jp-progress{
    margin-left: 24px!important;
    margin-top: 26px!important;
    width: 69%!important;
}
.jp-current-time{
    margin-top: 110px!important;
    margin-left: -253px!important;
}
.jp-duration{
    margin-top: 15px!important;
}
.jp-video{
    border: 0 !important;
}
.ajax-upload-dragdrop{
    border:2px solid #E9E9EA!important;
    color: #68676D!important;
}
.ajax-file-upload{
    line-height: 26px!important;
}
.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block!important;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0;
}
.ajax-file-upload-preview{
    display: inline-block!important;
}
.ajax-file-upload-error{
    margin-top: 15px!important;
}
.gonderme_alani_ortak_css{
    margin-bottom: -22px;
}
.ajax-file-upload-abort{
    display: none!important;
}

.metin_paylas_temel{
    width: 100%;
    display: flex;
}

.metin_alani{
    width: 75%;
}

.anahtar_kelime_alani{
    width: 25%;
    margin-left: 20px;
}


.wrapper{
    display: flex;
    border: 1px solid #E2E5EE;
    border-radius: 8px;
    background: #E2E5EE;
    justify-content: space-evenly;
    margin-bottom: 15px;
}

#mesaj{
    width: 100%;
    height: 370px;
}

.kelime_sayac_iki{
    padding: 7px 0;
    text-align: center;
}
.kelime_sayac_iki p{
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #344758!important;
}

.kelime_sayaci{
    font-size: 1.3em!important;
    position: relative!important;
    margin: 20px 0 20px 0!important;
    line-height: 1.4em!important;
    font-weight: bold!important;
}
.mesaj_alti_bilgilendirme{
    display: flex;
    justify-content: space-around;
}
.sayac_ici{
    text-align: center;
    margin: 0;
    font-size: 12px;
    line-height: 1.6em;
    color: #344758;
    font-weight: bold;
}
.sayac_ici p{
    margin: 0;
}
.tekrar_eden_kelime{
    margin: 0 0 0 0;
}

.anahtar_kelime_baslik{
    margin: 18px 0 8px 0;
    font-size: 0.813em;
}


.alt_iki_uzunluk{
    width: 100%;
    margin-top: 10px;
}

#sonuc_container{
    margin-top: 7px !important;
    background: white;
    height: 360px;
    overflow-y: auto;
    border: 1px solid #E2E5EE;
    border-radius: 6px;
}

#sonuc{
    margin-top: 5px !important;
    border: 0 solid grey;
    background: white;
    width: 255px;
    border-radius: 15px;
    padding: 5px;
}

.sonuc_btn{
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border-radius: 6px;
}



@media (max-width: 1080px) {

    .metin_paylas_temel{
        flex-direction: column;
    }


    .metin_alani{
        width: 100%;
    }

    .anahtar_kelime_alani{
        width: 100%;
        margin-left: 0;
    }

}

.dergi_suresi{
    width: 135%!important;
}

.mesaj-bildirim {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    padding: 20px 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 14px;
    display: none;
    transition: all 0.3s ease-in-out;
}
.mesaj-bildirim.success {
    background-color: #4caf50;
}
.mesaj-bildirim.danger {
    background-color: #f44336;
}

.abone-button{
    background-color: #1c4147 !important;
    color: white!important;
    margin-top: 10px!important;
}

.abone-button:hover{
    color:#1c4147!important;
}

.abone-ol-secenekler-css {
    color: #0b0b0b;
    font-weight: bold;
    font-size: 16px
}

.abonelikler-gosterim{
    flex: 1!important;
    max-width: 75%!important;
}
.abonelik-sol-detay-menu{
    flex: 0 0 25%!important;
    max-width: 25%!important;
    margin-right: 20px!important;
    margin-left: 16px !important;
}

.abonelik-icerik-liste{
    display: flex!important;
    flex-wrap: nowrap!important;
}


.abonelik-dashboard{
    margin-top:0!important;
}

@media (max-width: 768px) {
    .abonelik-icerik-liste {
        flex-direction: column!important;
    }

    .abonelik-sol-detay-menu,
    .abonelikler-gosterim {
        max-width: 100%!important;
        flex: unset!important;
        margin-right: 0!important;
    }
    .abonelik-dashboard {
        padding: 10px!important;
        margin-top: 5px!important;
    }
    .abonelik-sol-detay-menu{
        margin-left: 70px !important;
    }
}

.abone-ol-liste{
    margin-top: 50px!important;
}
.abone-main-header{
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
    width: 67%!important;
}
.abone-main-header-inner{
    flex: 1!important;
}
.aktif-abonelik{
    margin-top: 30px;
}
.p-a-bitis-tarihi{
    font-size: 13px;
    font-weight: bold;
    color: black;
    margin: 4px 0px 0 10px !important;
}

.pasif-abone-liste {
    padding:0 0 0 0;
}

.abonelik-tablosu {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
}

.abonelik-tablosu th, .abonelik-tablosu td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.abonelik-tablosu th {
    background-color: #f4f4f4;
}

.abonelik-tablosu td {
    background-color: #fff;
}

.pasif-abonelik-yok{
    margin-top: 48px !important;
    font-size: 15px !important;
    margin-left: 0!important;
    font-weight: bold !important;
}


@media (max-width: 768px) {
    .abonelik-tablosu th, .abonelik-tablosu td {
        padding: 10px;
    }

    .abonelik-tablosu {
        font-size: 12px;
    }

    .pasif-abone-liste h2 {
        font-size: 18px;
    }
}

.aktif-aboneliklerim{
    margin: 0 0 0 0;
    font-size: 18px;
}

@media (max-width: 768px) {
    .abone-main-header-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .abone-main-header{
        display: block!important;
        width: 100% !important;
    }
    .abone-sol-list-dikey {
        flex-direction: column;
        margin: 0;
    }

    .abone-sol-list-item {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .aktif-aboneliklerim{
        font-size: 18px;
    }

    .aktif-abonelik {
        font-size: 24px;
        margin-top: 25px;
        width: 237px;
        margin-left: 5px;
    }

    .pasif-abonelik-yok {
        margin-top: 40px !important;
        font-size: 14px !important;
        margin-left: 0 !important;
        font-weight: bold !important;
    }
}

.aktif-abonelik-yok {
    margin-top: 10px !important;
    font-size: 15px !important;
    margin-left: 0 !important;
    font-weight: bold !important;
}


.select-yillik-aylik-select{
    width: auto;
    margin-right: 10px;
}

.aktif-abone-bilgi{
    margin: 0 0 8px 0 !important;
    font-weight: bold;
    color: #6D85FF;
    font-size: 16px;
}
.aktif-abonelik-tablosu{
    height: 100px;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-left: 0;
    font-size: 14px;
}

.aktif-abonelik-tablosu th, .aktif-abonelik-tablosu td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.aktif-abonelik-tablosu th {
    background-color: #f4f4f4;
}

.aktif-abonelik-tablosu td {
    background-color: #fff;
}

.abone-button-mobil{
    width: auto!important;
    display: inline-block!important;
    margin-top: 90px!important;
    margin-bottom: 0!important;
}

.kampanya-button-mobil{
    width: auto!important;
    display: inline-block!important;
    margin-bottom: 10px!important;
    margin-left:10px!important;
}

.dergi-liste-ana{
    width: 100%;
    text-align: center;
    margin-left: 70px;
}

.img-ozel-class{
    margin-top: -140px;
}

@media (max-width: 768px) {
    .aktif-abonelik-tablosu th, .aktif-abonelik-tablosu td {
        padding: 10px;
    }

    .karat-grid > .karat-grid__col {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-top: 0!important;
    }

    .aktif-abonelik-tablosu {
        margin-left: 0!important;
        margin-top: 20px!important;
        font-size: 12px;
    }

    .aktif-abonelik-yok {
        margin-top: 41px !important;
        font-size: 16px !important;
        margin-left: 0 !important;
        font-weight: bold !important;
        margin-bottom: 30px;
    }
    .select-yillik-aylik-select{
        margin-top: 40px!important;
    }
    .abone-button-mobil{
        width: auto!important;
        display: inline-block!important;
        margin-top: 35px!important;
        margin-bottom: 0!important;
    }
    .dergi-liste-ana{
        margin-left: 0!important;
    }
    .ajax-upload-dragdrop{
        width: 253px!important;
    }
}


.pasif-aboneliklerim{
    margin: 0 0 0 0;
    font-size: 18px;
    margin-bottom: 30px;

}
.bilgilendirme-listesi{
    margin: 0 0 0 0!important;
}

.file-upload-container {
    display: flex;
    flex-direction: column;
    margin-left: 47px;
}

.metni-paylas-css-oz-gecmis{
    height: 50px;
    width: 50px;
    margin-left: -52px;
    margin-top: 5px;
    margin-bottom: -50px;
}

.metni-paylas-css-word{
    height: 62px;
    width: 65px;
    margin-left: -59px;
    margin-top: -7px;
    margin-bottom: -58px;
}

.metni-paylas-css-pdf{
    height: 50px;
    width: 50px;
    margin-left: -52px;
    margin-top: 8px;
    margin-bottom: -54px;
}
.metni-paylas-css-img{
    height: 43px;
    width: 42px;
    margin-left: -52px;
    margin-top: 4px;
    margin-bottom: -51px;
}

.img-contai{
    margin-left: 50px;
}

.pdf-ozel-class{
    margin-top: -45px;
}
.kampanya{
    background-color: #227271;
    border-radius: 10px;
    color: white!important;
}
.sifre-guncelle{
    background-color: #227271;
    border-radius: 10px;
    color: white!important;
}
.abonelikler{
    background-color: #227271;
    border-radius: 10px;
    color: white!important;
}
.dergilerim{
    background-color: #227271;
    border-radius: 10px;
    color: white!important;
}
.hesap-sayfasi{
    background-color: #227271;
    border-radius: 10px;
    color: white!important;
}

.kampanya-div {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    text-align: center;
}

.kampanya-div label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.input-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}


.input-button-wrapper button:hover {
    background-color: #0056b3;
}
.sepete_ekle{
    background-color: #1F6C6B;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    padding: 5px;
}

.p-etiketi-a-cevir {
    display: block!important;
    margin-block-start: 1em!important;
    margin-block-end: 1em!important;
    margin-inline-start: 0px!important;
    margin-inline-end: 0px!important;
    unicode-bidi: isolate!important;
}


