@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/assets/fonts/BasisGrotesquePro-Regular.eot');
    src: url('/assets/fonts/BasisGrotesquePro-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BasisGrotesquePro-Regular.woff2') format('woff2'), url('/assets/fonts/BasisGrotesquePro-Regular.woff') format('woff'), url('/assets/fonts/BasisGrotesquePro-Regular.ttf') format('truetype'), url('/assets/fonts/BasisGrotesquePro-Regular.svg#Basis Grotesque Pro') format('svg');
}

@font-face {
    font-family: 'Basis Grotesque Pro Bold';
    src: url('/assets/fonts/BasisGrotesquePro-Bold.eot');
    src: url('/assets/fonts/BasisGrotesquePro-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BasisGrotesquePro-Bold.woff2') format('woff2'), url('/assets/fonts/BasisGrotesquePro-Bold.woff') format('woff'), url('/assets/fonts/BasisGrotesquePro-Bold.ttf') format('truetype'), url('/assets/fonts/BasisGrotesquePro-Bold.svg#Basis Grotesque Pro') format('svg');
}

@font-face {
    font-family: 'Basis Grotesque Pro Light';
    src: url('/assets/fonts/BasisGrotesquePro-Light.eot');
    src: url('/assets/fonts/BasisGrotesquePro-Light.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BasisGrotesquePro-Light.woff2') format('woff2'), url('/assets/fonts/BasisGrotesquePro-Light.woff') format('woff'), url('/assets/fonts/BasisGrotesquePro-Light.ttf') format('truetype'), url('/assets/fonts/BasisGrotesquePro-Light.svg#Basis Grotesque Pro') format('svg');
}

.animatedbg {
    background: url(../img/bgillustrasyon.svg) no-repeat #f9f9f9;
    background-size: 120%;
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 80s linear infinite;
    padding: 7.65rem 3rem 7.65rem 5rem;
    border: 1px solid #e9e9e9;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.text-colored {
    color: #534d44;
}

.app-header {
    line-height: 1;
}

.app-header-logo {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
}

    .app-header-logo img {
        width: 100px;
        padding: 15px;
        display: inline-block;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 20px;
        transition: .3s all;
        position: relative;
        background-color: #544d44;
    }

        .app-header-logo img:hover {
            text-decoration: none;
            border-bottom-right-radius: 0px;
        }

    .app-header-logo.text-dark:focus, .app-header-logo.text-dark:hover {
        color: #fff !important
    }

.app-header-logo-text {
    font-family: 'Basis Grotesque Pro';
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    color: #534d44;
    line-height: 1;
}

.app-header-logo-text-small {
    position: absolute;
    color: #ff2f00;
    right: -20px;
    font-size: 12px;
    bottom: -10px;
    line-height: 1;
    font-weight: 900;
}

input#txtSearch {
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    outline: none;
}

.searchBoxMaster {
    position: absolute;
    width: 100%;
    margin-top: -31px;
    z-index: 99;
}

    .searchBoxMaster .col-12 {
        padding-right: 30px;
    }

        .searchBoxMaster .col-12 .container-fluid-full {
            background-color: #ffffff;
            padding: 15px 20px 30px 20px;
            border: 1px solid #e9e9e9;
        }

.searchBox .col-12 {
    padding-right: 15px;
}

    .searchBox .col-12 .container-fluid-full {
        background-color: #ffffff;
        padding: 15px 20px 30px 20px;
        border: 1px solid #e9e9e9;
    }

.searchinDetails span {
    padding: 2px 5px;
    background-color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #ebebeb;
}

.headerbg {
    background-image: url(/assets/img/bgillustrasyon.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    position: relative;
}

    .headerbg:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(180deg, rgba(255,255,255,0.7511379551820728) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.7511379551820728) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(180deg, rgba(255,255,255,0.7511379551820728) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    }

.profileLinks {
    display: flow-root;
}

    .profileLinks li {
        margin-right: 30px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 18px;
    }

        .profileLinks li.current {
            border-bottom: 3px solid #a69175;
            font-weight: bold;
        }



.secondarybtn {
    background-color: #fbfbfb;
    border: 1px solid #e9e9e9;
    padding: 8px 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
}

    .secondarybtn svg {
        margin-right: 3px;
        width: 14px;
        height: 14px;
        top: 2px;
    }

select.secondarybtn {
    padding: 7px 5px 7px 10px !important;
}

.secondarybtn:hover {
    background-color: #fff;
}

.col-sm-visible {
    display: none !important;
}


@media (max-width:1024px) {

    .col-lg-11-less-alt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .animatedbg {
        padding: 3rem 3rem;
        background-size: 200%;
    }

    .blog-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-hidden {
        display: none;
    }

    .searchBoxMaster .col-12 {
        padding-right: 15px;
    }

    .searchBoxMaster {
        margin-top: -17px;
    }

    .app-header-logo {
        width: 100%;
        height: 60px;
        display: inline-block;
    }

        .app-header-logo img {
            width: 50px;
            padding: 8px;
            border-bottom-right-radius: 10px;
        }

    .app-header-logo-text {
        display: inline-block;
        position: relative;
        margin-top: 0px;
    }

    .app-header-logo-text-small {
        right: 0;
        bottom: 14px;
    }

    .profileLinks li {
        margin-right: 15px;
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .col-sm-hidden {
        display: none !important;
    }

    .col-sm-visible {
        display: block !important;
    }

    .searchBoxMaster .col-12 {
        padding-right: 15px;
    }

    .profileLinks {
        padding-bottom: 10px;
    }
}

@media (max-width:580px) {
    .animatedbg {
        animation: animatedBackground 200s linear infinite;
        padding: 2rem 1rem;
        background-size: 300%;
    }

    .col-sm-hidden {
        display: none;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Basis Grotesque Pro';
}

.display-4 {
    font-size: 2.5rem;
}

.bg-milk {
    background-color: #a69175;
}

.menuicon {
    display: none;
    margin-bottom: 15px;
    text-transform: uppercase;
}

    .menuicon svg {
        width: 20px;
        height: 20px;
        position: relative;
        top: 4.4px;
        display: inline-block;
    }

.mainNav {
    list-style-type: none;
    padding: 0;
}

    .mainNav li {
        font-size: 17px;
    }

        .mainNav li a svg {
            width: 15px;
            height: 15px;
            position: relative;
            top: 2px;
        }

        .mainNav li a {
            display: block;
            padding: 10px 0px 10px 0px;
            text-align: left;
            text-transform: uppercase;
            border-bottom: 1px solid #e9e9e9;
            color: #534d44;
            font-weight: 500;
            font-size: 16px;
        }

            .mainNav li a:hover {
                color: #a69175;
            }

        .mainNav li:last-child a {
            border-bottom: 0px solid #fff;
        }

.selectLang svg {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.selectLang select {
    border: 1px solid #e9e9e9;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}

    .selectLang select:active, .selectLang select:focus {
        outline: none;
    }

.selectLangFooter {
    display: none;
}

    .selectLangFooter svg {
        width: 15px;
        height: 15px;
        position: relative;
        top: 2px;
        margin-right: 3px;
        color: #534d44;
    }

    .selectLangFooter select {
        border: 1px solid #e9e9e9;
        font-size: 13px;
        text-transform: uppercase;
        outline: none;
        color: #534d44;
    }

        .selectLangFooter select:active, .selectLangFooter select:focus {
            outline: none;
        }

    .selectLangFooter cookie svg {
        position: relative;
        width: 15px;
        height: 15px;
        top: 3px;
    }

    .selectLangFooter cookie {
        display: block;
        width: 100%;
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 13px;
        cursor: pointer;
        color: #8f8f8f;
    }

.removeAds {
    display: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 3px;
    color: #534d44;
    opacity: 0.5;
    flex-direction: row;
    cursor: pointer;
    -webkit-text-decoration-skip: objects;
    transition: opacity .15s ease-in-out;
    align-content: center;
    align-items: flex-end;
}

    .removeAds:hover {
        opacity: 1;
    }

    .removeAds svg {
        width: 14px;
        margin-right: 5px;
    }

    .removeAds text {
        font-weight: 600;
    }

.removeAdsMobile {
    display: none;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 3px;
    color: #534d44;
    opacity: 0.5;
    flex-direction: row;
    cursor: pointer;
    -webkit-text-decoration-skip: objects;
    transition: opacity .15s ease-in-out;
    align-content: center;
    align-items: flex-end;
}

    .removeAdsMobile:hover {
        opacity: 1;
    }

    .removeAdsMobile svg {
        width: 14px;
        margin-right: 5px;
    }

    .removeAdsMobile text {
        font-weight: 600;
    }

@media (max-width:1024px) {
    .selectLangFooter {
        display: block;
        margin-bottom: 10px;
    }

    .removeAdsMobile {
        display: none;
        margin-bottom: 10px;
    }
}

.accounticon {
    display: none;
    margin-bottom: 15px;
    text-transform: uppercase;
}

    .accounticon svg {
        width: 20px;
        height: 20px;
        position: relative;
        top: 4.4px;
        display: inline-block;
    }

.mainAccountNav {
    list-style-type: none;
    padding: 0;
}

    .mainAccountNav li {
        font-size: 17px;
    }

        .mainAccountNav li a svg {
            width: 15px;
            height: 15px;
            position: relative;
            top: 2px;
        }

        .mainAccountNav li a {
            display: block;
            padding: 10px 0px 10px 0px;
            text-align: left;
            text-transform: uppercase;
            border-bottom: 1px solid #e9e9e9;
            color: #534d44;
            font-weight: 500;
        }

            .mainAccountNav li a:hover {
                color: #a69175;
            }

        .mainAccountNav li:last-child a {
            border-bottom: 0px solid #fff;
        }

@media (max-width:1024px) {
    .menuicon {
        display: inline-block;
    }

    .accounticon {
        display: inline-block;
        float: right;
    }

    .mainNav {
        display: none;
    }

    .mobileMenu {
        position: absolute;
        top: 35px;
        left: 0;
        background-color: #f5f5f5;
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

    .owl-dots {
        height: 15px;
        overflow: hidden;
    }
}


@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .nav-scroller .nav-link {
        padding-top: .75rem;
        padding-bottom: .75rem;
        font-size: .875rem;
    }

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/*Blog name and description*/
.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
}

.blog-description {
    font-size: 1.1rem;
    color: #999;
}

@media (min-width: 40em) {
    .blog-title {
        font-size: 3.5rem;
    }
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}

    .blog-pagination > .btn {
        border-radius: 2rem;
    }

/*Blog posts*/
.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

/* owl */
.bg-left-half {
    position: relative;
}

    .bg-left-half:before {
        position: absolute;
        width: 50%;
        height: 100%;
        z-index: -1;
        content: "";
        left: 0;
        top: 0;
        background-color: #f8f9fa;
    }

.homeCats img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.homeCats h3 {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 61px;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    margin-bottom: 0px;
}

    .homeCats h3 a {
        color: #fff;
    }

.searchCats img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.searchCats h3 {
    font-size: 23px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 120px;
    line-height: 124px;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    margin-bottom: 0px;
}

    .searchCats h3 a {
        color: #fff;
    }


.owl-2-style .owl-nav {
    display: none;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
}

    .owl-2-style .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-2-style .owl-dots .owl-dot span {
            display: inline-block;
            width: 15px;
            height: 3px;
            border-radius: 0px;
            background: #cccccc;
            -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            margin: 3px;
        }

        .owl-2-style .owl-dots .owl-dot.active span {
            background: #a69175;
        }

        .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
            outline: none;
        }

/*search*/
.form-control.custom-checkbox label {
    margin-bottom: 0;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

/*word*/
.wordsList a {
    color: #534d44;
}

.word {
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    display:inline-block;
    width:100%;
}

.wordmeta {
    display: block;
    width: 100%;
}

    .wordmeta svg {
        position: relative;
        top: 3px;
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }

.wordmetaitem {
    display: inline-block;
    width: auto;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
}

    .wordmetaitem .langIcon {
        width: 16px;
        position: relative;
        top: -1.50px;
        margin-right: 4px;
        border-radius: 5px;
    }

    div#ContentPlaceHolder1_wordDefs .wordmetaitem:active {
        opacity: 0.5;
    }

.wordmetaitem:after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.wordmetaitem:last-child:after {
    content: '';
}

.wordmetaitem.last:after {
    content: '';
}

d.wordmetaitemShare {
    float: right;
    display: inline-block;
    width: auto;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px
}

    d.wordmetaitemShare svg {
        width: 12px;
        height: 12px;
    }

d.wordmetaitem copied {
    display: inline-block;
    background-color: #fbfbfb;
    border: 1px solid #e8e8e8;
    margin-left: 5px;
    padding: 0px 5px;
    font-size: 10px;
    opacity: 0;
}

    d.wordmetaitem copied.show {
        -webkit-animation: flickerAnimationForCopy 1s;
        -moz-animation: flickerAnimationForCopy 1s;
        -o-animation: flickerAnimationForCopy 1s;
        animation: flickerAnimationForCopy 1s;
    }

@keyframes flickerAnimationForCopy {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.wordheader {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fbfbfb;
    font-size: 12px;
    padding: 2px 5px 3px 5px;
    margin-bottom: 5px;
}

.wordheader svg {
    background-color: #73b96e;
    color: #fff;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-right: 2px;
    border-radius: 12px;
    padding: 1px;
    top: 2px;
    position: relative;
}

.word .listImage {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

    .word .listImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px solid #e9e9e9;
    }

.focusedDef .word.p-3 {
    outline: #7bbbff auto 1px;
    -moz-outline-radius: 0px
}

.focusedDefRemove .word.p-3 {
    outline: none;
    transition-duration: 0;
    transition-timing-function: ease-in-out;
}

a.saveButton, a.savedButton {
    padding: 2px 10px;
    color: #fff;
    margin-right: 5px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
}

a.saveButton {
    background-color: #534d44
}

a.savedButton {
    background-color: #73b96e
}

a.wordcatslinks {
    color: #534d44;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

a.wordcatslinks:hover {
    color: #a69175;
}

    a.wordcatslinks:last-child {
        margin-right: 5px;
    }

p.defL, p.defQ, p.DefS {
    margin-bottom: 5px;
}

    p.defQ a svg {
        top: 0;
    }

    p.defL a {
        color: #588755;
    }

        p.defL a svg {
            fill: #73b96e;
            width: 18px;
            height: 18px;
            margin-right: 3px;
            position: relative;
            top: 0;
            display: inline-block;
        }

    p.defL count {
        position: relative;
        top: -2px;
    }

p.defS {
    color: #534d44;
    cursor: pointer;
    -webkit-text-decoration-skip: objects;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    p.defS:hover {
        color: #a69175;
    }

    p.defS svg {
        width: 16px;
        height: 16px;
        margin-right: 3px;
        position: relative;
        top: 0;
        display: inline-block;
    }

.word.p-3 a {
    text-decoration: underline;
}

    .word.p-3 a[itemprop="author"] {
        text-decoration: none;
    }

/*category*/
.category {
    width: 100%;
    height: 100px;
    line-height: 88px;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    background-size:cover;
    background-position:center;
}

.catTitle {
    text-transform: uppercase;
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    text-align: center;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 25px;
}

    .catTitle a {
        color: #fff;
        margin-right: 5px;
        position: relative;
        top: -1px;
    }

        .catTitle a svg {
            width: 19px;
            height: 19px;
        }

.catImage {
    width: 333px;
    height: 100px;
    display: block;
    margin-right: 15px;
    position: relative;
}

span#ContentPlaceHolder1_lblCatDesc {
    display: block;
    margin-top: 10px;
    line-height: 1.2;
}

.catImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 20px;
}

@media (max-width:767px) {
    .catImage {
        width: 100%;
    }

    #ContentPlaceHolder1_lblCatDesc {
        line-height: 1.2;
        display: inline-block;
        font-size: 17px;
        margin-top: 10px;
    }

    p.defL, p.defQ, p.DefS {
        margin-bottom: 0px;
    }
}

/*word images*/
.wordImages img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    margin: 0 auto;
    background-color: #f1f1f1;
    border: 1px solid #e9e9e9;
}

.wordImages .imagemeta {
    width: 100%;
    display: block;
    padding-top: 3px;
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
}

    .wordImages .imagemeta svg {
        width: 17px;
        height: 17px;
        position: relative;
        top: 4px;
    }

/*post images*/
.postImages {
    text-align: center;
    width: 99.99%;
}

    .postImages img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .postImages .imagemeta {
        width: 100%;
        display: block;
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        font-size: 13px;
    }

        .postImages .imagemeta svg {
            width: 17px;
            height: 17px;
            position: relative;
            top: 4px;
        }

.blogcontent {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
}

    .blogcontent .postImages {
        padding-top: 10px;
        text-align: left;
        border: none;
        width: auto;
    }

        .blogcontent .postImages .imagemeta {
            color: #909090;
            text-align: left;
            padding-left: 0px;
            padding-bottom: 5px;
        }

span#ContentPlaceHolder1_blogContent a {
    text-decoration: underline;
}

@media (max-width:767px) {
    .postImages img {
        height: 350px;
        object-fit: contain;
    }
}

@media (max-width:580px) {
    .postImages img {
        height: 175px;
        object-fit: cover;
    }

    .blogcontent .postImages img {
        height: auto;
        max-height: 250px;
    }

    .blogcontent .postImages .imagemeta {
        line-height: 1.2;
    }
}

/*login button*/
.loginbutton a.loginbuttona {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    height: 58px;
}

.loginbutton a img {
    height: 58px;
    float: left;
    border-right: 0px;
    width: 53px;
    object-fit: cover;
}

.loginbutton a span {
    text-transform: uppercase;
    height: 58px;
    line-height: 56px;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #534d44;
}

.loginbutton a.loginbuttona:hover {
    background-color: #f7f7f7;
}

    .loginbutton a.loginbuttona:hover span {
        color: #a69175;
    }

.loginbutton {
    text-align: right;
}

.loginBoxMaster {
    position: absolute;
    width: 225px;
    height: auto;
    z-index: 2;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    right: 15px;
    margin-top: 65px;
}

    .loginBoxMaster:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f1f1f1;
        position: absolute;
        right: 10px;
        top: -10px;
        z-index:2;
    }

    .loginBoxMaster:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        right: 9px;
        top: -12px;
        border-left: 12px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 12px solid #e9e9e9;
        z-index: 1;
    }

    .loginBoxMaster ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .loginBoxMaster ul li {
            display: inline-block;
            text-align: left;
            width: 100%;
            border-bottom: 1px solid #e9e9e9;
            background-color: #f1f1f1;
        }

            .loginBoxMaster ul li:hover {
                background-color: #fff;
            }

                .loginBoxMaster ul li:hover a {
                    color: #a69175;
                }

            .loginBoxMaster ul li:last-child {
                border-bottom: 0px;
            }

            .loginBoxMaster ul li a {
                display: inline-block;
                width: 100%;
                text-transform: uppercase;
                font-weight: 500;
                color: #534d44;
                padding: 10px 5px 10px 10px;
            }

                .loginBoxMaster ul li a:hover {
                    color: #a69175;
                }

                .loginBoxMaster ul li a svg {
                    width: 16px;
                    height: 16px;
                    position: relative;
                    top: 2px;
                }

span#ContentPlaceHolder1_googleLogin {
    background-color: #f9f9f9;
    border: 1px solid #d7d5d5;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    color: #534d44;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    span#ContentPlaceHolder1_googleLogin:hover {
        background-color:#fff;
    }

    span#ContentPlaceHolder1_googleLogin img {
        width: 25px !important;
        position: relative !important;
        top: -0.65px !important;
    }

.signeduser {
    position: absolute;
    left: 0;
    background-color: rgb(166 145 117 / 69%) !important;
    color: #fff !important;
    width: 100%;
}

.normalLists li {
    background-color: #ffffff;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    text-transform: uppercase;
}

    .normalLists li a {
        display: block;
        padding: 5px 5px 5px 10px;
        font-size:15px;
    }

        .normalLists li a img {
            width: 19px;
            margin-right: 4px;
            position: relative;
            top: -1.75px;
            border-radius: 5px;
        }

        .normalLists li a.active {
            font-weight: bold;
        }

    .normalLists li:last-child {
        border-bottom: 1px solid #e8e8e8;
    }

ul.normalLists defCount {
    font-size: 10px;
    color: #ff2f00;
    display: inline-block;
    text-align: center;
    margin-left: 2px;
    position: relative;
    top: 2px;
    font-weight: 600;
}

.latestNewsList li {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

    .latestNewsList li img {
        float: left;
        margin-right: 10px;
        width: 75px;
        height: 75px;
        object-fit: cover;
    }

    .latestNewsList li div {
        display: inline;
    }

        .latestNewsList li div h6 {
            margin-bottom: 3px;
        }

        .latestNewsList li div a {
            color: #534d44;
            background-color: #f7f7f7;
            padding: 2px 5px;
            text-transform: uppercase;
            border: 1px solid #e9e9e9;
            font-size: 12px;
        }

.loginscreen {
    border: 1px solid #e9e9e9;
}

.file-upload svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

.getEmaila {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 8px 10px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    background-color: #fff;
}

    .getEmaila svg {
        width: 15px;
        height: 15px;
        position: relative;
        top: 2px;
        left: 1px;
    }

.newsSocial a li, .newsSocialContact a div {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    float: left
}

    .newsSocial a li svg, .newsSocialContact a div svg {
        height: 20px;
        width: 20px;
        position: relative;
        top: 5px;
    }

.newsSocial {
    margin-bottom: 80px
}

    .newsSocial a div {
        width: calc(99.99% * 1/5 - (0px - 0px * 1/4));
        background-color: #333
    }

    .newsSocial a:first-child div {
        border-bottom-left-radius: 2px
    }

    .newsSocial a:last-child div {
        border-bottom-right-radius: 2px
    }

    .newsSocial a.facebook div {
        background-color: #5374B3
    }

    .newsSocial a.twitter div {
        background-color: #73C5FF
    }

    .newsSocial a.instagram div {
        background-color: #0c84c6
    }

    .newsSocial a.youtube div {
        background-color: #fc574b
    }

    .newsSocial a.tumblr div {
        background-color: #36465d
    }

.newsSocialContact a div {
    width: calc(99.99% * 1/5 - (0px - 0px * 1/5));
    background-color: #333
}

.newsSocialContact a.facebook div {
    background-color: #5374B3
}

.newsSocialContact a.twitter div {
    background-color: #73C5FF
}

.newsSocialContact a.instagram div {
    background-color: #0c84c6
}

.newsSocialContact a.youtube div {
    background-color: #fc574b
}

.newsSocialContact a.tumblr div {
    background-color: #36465d
}

.newsCategories {
    list-style-type: none;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 1px
}

    .newsCategories li {
        padding: 10px 15px;
        background-color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        color: #534d44;
        border-radius: 0;
        position: relative;
        overflow: hidden;
    }

        .newsCategories li:after {
            content: attr(data-content);
            font-size: 55px;
            position: absolute;
            left: -15px;
            margin-top: -34px;
            z-index: 1;
            color: rgba(0,0,0,.03);
            font-weight: 900;
            font-family:Arial;
        }

        .newsCategories li:hover {
            background-color: #a69175;
            color: #fff
        }

        .newsCategories li span {
            font-size: 55px;
            position: absolute;
            left: 14px;
            margin-top: -39px;
            z-index: 1;
            color: rgba(0,0,0,.03);
            font-weight: 900
        }

    .newsCategories a li {
        border-bottom: 1px solid #ebebeb;
    }

    .newsCategories a:last-child li {
        border-bottom: 0px solid #ebebeb;
    }

.newsLangBtn {
    background-color: #fff;
    color: #534e44;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size: 14px
}

    .newsLangBtn svg {
        position: absolute;
        z-index: 0;
        color: #f7f7f7;
        width: 65px;
        height: 65px;
        top: -15px;
        left: -15px;
    }

        .newsLangBtn svg:last-child {
            width: 20px;
            height: 20px;
            color: #333;
            right: 0;
            left: auto;
            top: auto;
            float: right;
            position: relative;
        }

    .newsLangBtn d {
        display: inline-block;
        float: right;
        position: relative;
        top: 6px;
        right: 7px;
        color: #534e44
    }

.newsLangDrop {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.newsLangDrop-content {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 42px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #ebebeb;
}

    .newsLangDrop-content a {
        color: #534e44;
        padding: 9px 10px;
        text-decoration: none;
        display: block;
        text-transform: uppercase;
        border-bottom: 1px solid #ebebeb;
        font-size: 14px
    }

        .newsLangDrop-content a:hover {
            background-color: #ddd
        }

.newsLangDrop:hover .newsLangDrop-content {
    display: block
}

.newsLangDrop:hover .newsLangBtn {
    background-color: #a69175;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

    .newsLangDrop:hover .newsLangBtn svg {
        color: #c1ae94;
    }

    .newsLangDrop:hover .newsLangBtn d {
        color: #fff;
    }

.latestnewImg {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 15px;
}

    .latestnewImg img {
        width: 100%;
        height:100%;
        object-fit:cover;
    }

.latestnewstitle {
    padding: 10px 15px;
    background-color: #fff;
    color: #534d44 !important;
    margin-bottom: 0;
    min-height: 50px;
    text-transform: uppercase;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    line-height: 18px;
    font-size: 18px;
    text-align: left;
}

.latestnewsimg {
    width: 100% !important;
    object-fit: cover !important;
}

/*image.aspx*/
.wordImageSingle {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ebebeb;
}

    .wordImageSingle img {
        float: left;
        margin-right: 10px
    }

.sourceText:active {
    color: #bfbfbf;
}

span#ContentPlaceHolder1_wordCategory {
    font-size: 13px;
}

span.wordAddedBy {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.wordAddedBy svg {
    background-color: #73b96e;
    color: #fff;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-right: 2px;
    border-radius: 12px;
    padding: 1px;
    top: 1.2px;
    position: relative;
}

span.addedByspan {
    font-size: 12px;
    float: left;
    width: 100%;
    color: #a69175;
    background-color: #fbfbfb;
    padding: 5px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;    
}

    span.addedByspan svg {
        background-color: #73b96e;
        color: #fff;
        width: 12px;
        height: 12px;
        margin-left: 3px;
        margin-right: 2px;
        border-radius: 12px;
        padding: 1px;
        top: 2px;
        position: relative;
    }

.sourceText {
    border: none;
    padding-bottom: 0;
    margin-top: -5px;
    font-size: 9px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

span i.approved {
    color: #73b96e
}

.imgPageLink {
    font-size: 7px;
    text-align: center;
    text-transform: uppercase;
    line-height: 13px;
    height: 13px;
    width: 45px;
    top: -20px;
    left: -15px;
    margin-right: -20px;
    background-color: #534d44;
    color: #fff;
    display: inline-block;
    position: relative;
    transform: rotate(-90deg); /* Legacy vendor prefixes that you probably don't need... */ /* Safari */
    -webkit-transform: rotate(-90deg); /* Firefox */
    -moz-transform: rotate(-90deg); /* IE */
    -ms-transform: rotate(-90deg); /* Opera */
    -o-transform: rotate(-90deg); /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

    .imgPageLink:hover {
        background-color: #a69175;
        color: #fff;
    }

.dwnldimg {
    position: relative;
    top: 20px;
    margin-bottom: 40px;
    width: 100% !important;
    float: left;
    padding: 5px 10px;
    display: block;
    text-align: center;
}

span#ContentPlaceHolder1_wordCategoryForImage {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size:13px;
}

div#ContentPlaceHolder1_mediaImg img {
    max-width: 100%;
    border: 1px solid #e9e9e9;
}

div#generateLinksSection a {
    background-color: #f1f1f1;
    border: 1px solid #e9e9e9;
    padding: 1px 10px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-top: 3px;
}

/*contact*/

div#ContentPlaceHolder1_reportinginfo svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

div#ContentPlaceHolder1_reportinginfo {
    background-color: #f1f1f1;
    border: 1px solid #e9e9e9;
    padding: 8px 10px;
    text-align: center;
}

.messagesent {
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    float: left;
    background-color: #31b137;
    text-align: center;
    margin-bottom: 20px;
}

.messageerror {
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    float: left;
    background-color: #c31717;
    text-align: center;
    margin-bottom: 20px;
}

.errorsection {
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    float: left;
    background-color: #c31717;
    margin-bottom: 20px;
}

.successsection {
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    float: left;
    background-color: #31b137;
    margin-bottom: 20px;
}

.registerInfoTextSmall {
    font-size: 13px;
}

div#profile-sidebar-name {
    padding: 25px 15px 0px 15px;
    text-align: center;
}

span#ContentPlaceHolder1_lblSonAramalar {
    padding: 10px 15px 0px 30px;
    position: relative;
    display: block;
}

    span#ContentPlaceHolder1_lblSonAramalar ul {
        list-style-type: disc;
    }

        span#ContentPlaceHolder1_lblSonAramalar ul li {
            line-height: 1.1;
            margin-bottom: 10px;
        }

h5#ContentPlaceHolder1_profilAdSoyad svg {
    background-color: #73b96e;
    color: #fff;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-right: 2px;
    border-radius: 12px;
    padding: 1px;
    top: 2px;
    position: relative;
}

#ContentPlaceHolder1_GridView2, #ContentPlaceHolder1_GridView3, #ContentPlaceHolder1_GridView4 {
    margin-bottom: 20px
}

.gridviewDiv {
    max-height: 330px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 40px;
    width: 100%
}

.gridviewDivTitle {
    width: 100%;
    display: flex;
    padding: 5px 0px 14px 0px;
    background-color: #fafafa;
    font-weight: 700;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    color: #555
}

.gridviewContent {
    max-height: 330px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    padding: 0;
    background-color: #fafafa;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    margin-top: -7px
}

    .gridviewContent::-webkit-scrollbar {
        width: 3px
    }

    .gridviewContent::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #fff;
        border-radius: 10px;
        cursor: pointer
    }

    .gridviewContent::-webkit-scrollbar-thumb {
        background: #ebebeb;
        border-radius: 10px;
        cursor: pointer
    }

        .gridviewContent::-webkit-scrollbar-thumb:hover {
            background: #a69175
        }

.gridviewContentItem {
    background-color: #f9f9f9;
    display: flex;
    width: 100%;
    min-height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px
}

    .gridviewContentItem a {
        color: #555
    }

    .gridviewContentItem:nth-child(2n+1) {
        background-color: #fdfdfd
    }

.gridData .col-12 {
    margin-bottom: 5px;
}

.gridData .row a {
    position: relative;
    display: contents;
}

.gridData .gridItemLeft {
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 7px 15px;
}

.gridData .gridItemRight a {
    background-color: #fbfbfb;
    display: inline-block;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    height: 100%;
    width: 33.3%;
    text-align: center;
}

.gridData .col-lg-1.gridItemRight a {
    width: 50%;
}

    .gridData .col-lg-1.gridItemRight a:first-child {
        border-right: 1px solid #e9e9e9;
    }

.gridData .gridItemRight a:first-child {
    border-right: 0;
}

.gridData .gridItemRight {
    padding-right: 0px;
}

    .gridData .gridItemRight a:hover {
        background-color: #f7f7f7;
    }

    .gridData .gridItemRight a:last-child {
        border-left: none;
    }

.gridData .col-12:last-child .row .col-lg-1 a {
    border-bottom: 1px solid #e9e9e9;
}

.gridData .col-12:last-child .row .col-lg-11 {
    border-bottom: 1px solid #e9e9e9;
}

.gridData .gridItemRight a svg {
    vertical-align: middle;
    height: 95%;
}

.gridDataMeta {
    text-transform: uppercase;
    font-size: 12px;
    color: #898989;
}

    .gridDataMeta svg {
        width: 12px;
        height: 12px;
        position: relative;
        top: 2px;
        margin-right: 2px;
        color: #898989;
    }

.defAciklamaForWord, .gridPostBaslik {
    line-height: 1.2;
    margin-bottom: 9px;
    margin-top: 5px;
}

.defAciklama {
    line-height: 1.2;
    margin-bottom: 9px;
    margin-top: 5px;
    color: #787878;
}

.gridItemImage img {
    width: 100%;
    height: 185px;
    object-fit: contain;
    background-color: #f1f1f1;
    border: 1px solid #e9e9e9;
}

.gridItemImage delete {
    position: absolute;
    left: 26px;
    top: 10px;
    background-color: #c31717;
    color: #fff;
    padding: 2px 4px;
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

    .gridItemImage delete svg {
        width: 17px;
        height: 17px;
    }

.gridItemImage edit {
    position: absolute;
    left: 26px;
    top: 40px;
    background-color: #c31717;
    color: #fff;
    padding: 2px 4px;
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

    .gridItemImage edit svg {
        width: 17px;
        height: 17px;
    }

.gridItemImage status {
    position: absolute;
    left: 26px;
    top: 70px;
    background-color: #534d44;
    color: #fff;
    padding: 2px 4px;
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

    .gridItemImage status svg {
        width: 17px;
        height: 17px;
    }

.gridviewContentAddedWords {
    max-height: 330px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    padding: 0;
    background-color: #fafafa;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    margin-top: -7px
}

    .gridviewContentAddedWords::-webkit-scrollbar {
        width: 3px
    }

    .gridviewContentAddedWords::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #fff;
        border-radius: 10px;
        cursor: pointer
    }

    .gridviewContentAddedWords::-webkit-scrollbar-thumb {
        background: #ebebeb;
        border-radius: 10px;
        cursor: pointer
    }

        .gridviewContentAddedWords::-webkit-scrollbar-thumb:hover {
            background: #a69175
        }

.gridviewContentAddedWordsItem {
    background-color: #f9f9f9;
    display: flex;
    width: 100%;
    min-height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px
}

    .gridviewContentAddedWordsItem a {
        color: #555
    }

    .gridviewContentAddedWordsItem:nth-child(2n+1) {
        background-color: #fdfdfd
    }

.gridviewContentDefsLoadMore {
    position: relative;
    top: -51px;
    text-align: right;
    display: inline-block;
    float: right;
}

.sortIcons {
    font-size: 11px;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 10px;
    left: 60px
}

.gridviewDiv table {
    color: unset !important
}

    .gridviewDiv table tr {
        border-color: #ebebeb
    }

        .gridviewDiv table tr:hover {
            background-color: #f9f9f9
        }

    .gridviewDiv table th {
        padding: 5px
    }

    .gridviewDiv table td {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 5px
    }

.gridviewDiv::-webkit-scrollbar {
    width: 3px
}

.gridviewDiv::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px
}

.gridviewDiv::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 10px
}

    .gridviewDiv::-webkit-scrollbar-thumb:hover {
        background: #a69175
    }

div#ContentPlaceHolder1_addedWordsGridTitle svg {
    width: 13px;
    height: 13px;
    position: relative;
    top: 1px;
}

table#ContentPlaceHolder1_chkKelimeKategoriler input[type=checkbox], table#ContentPlaceHolder1_chkKategoriler input[type=checkbox] {
    margin-right: 5px;
}

span#ContentPlaceHolder1_lblKelimeAdi a, span#ContentPlaceHolder1_lblEklenenAciklamaKelime a, span#ContentPlaceHolder1_lblMediaForPostTitle a, #ContentPlaceHolder1_lblMedyaKelimeBaslik a, #ContentPlaceHolder1_locationBaslik a {
    font-weight: bold;
}

    span#ContentPlaceHolder1_lblKelimeAdi a svg, span#ContentPlaceHolder1_lblEklenenAciklamaKelime a svg, span#ContentPlaceHolder1_lblMediaForPostTitle a svg, #ContentPlaceHolder1_lblMedyaKelimeBaslik a svg, #ContentPlaceHolder1_locationBaslik a svg {
        margin-left: 3px;
    }

#ContentPlaceHolder1_lblUserType {
    position: absolute;
    background-color: #6b00ff;
    color: #fff;
    border-top-right-radius: 5px;
    padding: 2px 10px 2px 10px;
    left:0;
    bottom: 0;
}

.profileLeft {
    position: relative;
}

#ContentPlaceHolder1_profilesidebarsocial {
    position: relative;
    margin-bottom: 15px;
    opacity: .5;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    #ContentPlaceHolder1_profilesidebarsocial:hover {
        opacity: 1
    }

    #ContentPlaceHolder1_profilesidebarsocial a {
        color: #534d44;
        padding: 5px 7px;
        font-size: 15px;
        text-align: center
    }

        #ContentPlaceHolder1_profilesidebarsocial a:hover {
            color: #a69175
        }

span#ContentPlaceHolder1_lblAddedPostMedia div img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    margin-right: 10px;
}

span#ContentPlaceHolder1_lblAddedPostMediaSingle a img {
    height: 425px;
    width: 100%;
    object-fit: cover;
}

.featuredPostImage {
    display: block !important;
    width: 100% !important;
    height: 425px !important;
    padding: 0 !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    border-radius: 0 !important;
    line-height: 500px !important;
    background-color: #fff !important;
    margin-bottom: 0px !important;
    border: 1px solid #d7d5d5;
    border-bottom: 0;
}

    .featuredPostImage:hover {
        background-color: #e9e9e9 !important;
    }

    .featuredPostImage svg {
        width: 56px;
        height: 56px;
        color: #c1c1c1;
        margin-bottom: 5px;
    }

    .featuredPostImage div {
        position: relative;
        display: inline-block;
        line-height: 1;
        text-transform: uppercase;
        color: #918d8d;
    }

span#ContentPlaceHolder1_lblAddedPostMedia div span {
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #e9e9e9;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #544d44;
}

span#ContentPlaceHolder1_lblAddedPostMedia div {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    span#ContentPlaceHolder1_lblAddedPostMedia div:last-child img {
        margin-right: 0;
    }

.featuredPostImageSource span {
    background-color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    height: 38px;
    line-height: 36px;
    border: 1px solid #d7d5d5;
    border-right: 0;
}

.featuredPostImageSource {
    padding-right: 0;
}

span#ContentPlaceHolder1_lblAddedPostMedia div delete {
    position: absolute;
    right: 10px;
    background-color: #c31717;
    color: #fff;
    padding: 3px;
    width: 26px;
    height: 26px;
    text-align: center;
    cursor: pointer;
}

    span#ContentPlaceHolder1_lblAddedPostMedia div delete svg {
        width: 16px;
        height: 16px;
        position: relative;
        top: 0px;
    }

.profileSearchInput {
    height: 35px;
    padding: 0px 5px 0px 10px;
    background-color: #fbfbfb;
    border: 1px solid #e9e9e9;
    width: 250px;
}

.profileLinks icon {
    background-color: #fbfbfb;
    border: 1px solid #e9e9e9;
    border-right: 0;
    height: 35px;
    display: inline-block;
    width: 35px;
    text-align: center;
    margin-right: -5px;
    top: 1px;
    position: relative;
}

    .profileLinks icon svg {
        position: relative;
        top: 4px;
        display: inline-block;
        width: 20px;
    }

.sourcestext {
    padding: 3px 10px;
    background-color: #f1f1f1;
    border: 1px solid #e7e7e7;
    text-transform: uppercase;
}

label[for="ContentPlaceHolder1_chkUserEmailNotif"] {
    margin-left: 5px;
}

.errorpage {
    padding-top: 140px !important;
    padding-bottom: 151px !important;
}

.supportText span {
    background-color: #fff7e2;
    padding: 10px 10px 10px 10px;
    border: 1px solid #f1ece0;
    display: inline-block;
    line-height: 1.2;
    width: 100%;
}

    .supportText span svg {
        width: 17px;
        height: 17px;
        position: relative;
        top: 3px;
    }

.supportText span a {
    text-decoration:underline;
}

.buymeacoffee {
    background-color: #fff7e2;
    padding: 5px 5px 5px 5px;
    border: 1px solid #f1ece0;
    display: inline-block;
    font-size: 11px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.word p[itemprop="description"] {
    line-height: 1.4;
    margin-bottom: 5px;
}

    .word p[itemprop="description"] highlight {
        background-color: #fffbce;
    }

.word h4[itemprop="name"] {
    line-height: 1.1;
}

.ads ins {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    position: relative;
    min-height:200px;
}
    .ads ins:before {
        content: 'advertisement';
        width: 100%;
        text-align: center;
        display: block;
        color: #c9c9c9;
        position: absolute;
        font-size: 12px;
        margin-top: 5px;
        z-index: 0;
    }

.word.ads ins {
    border: 0;
}

.app-header cookie svg {
    position: relative;
    width: 15px;
    height: 15px;
    top: 3px;
}

.app-header cookie {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    color: #8f8f8f;
}

.bccs-option {
    font-size: 15px;
    margin-bottom: 15px;
}

    .bccs-option ul {
        list-style-type: disc;
        padding: 0px 0px 0px 20px;
    }

div#bootstrapCookieConsentSettingsModal .modal-content a {
    text-decoration: underline;
}

button#bccs-buttonDoNotAgree {
    text-transform: capitalize;
}

button#bccs-buttonAgree {
    text-transform: capitalize;
}

button#bccs-buttonSave {
    text-transform: capitalize;
}

button#bccs-buttonAgreeAll {
    text-transform: capitalize;
}

button#ContentPlaceHolder1_tryChatGPT svg {
    position: relative;
    top: 1.37px;
}

div#bootstrapCookieConsentSettingsModal .modal-dialog {
    width: 100%;
    position: absolute;
    display: inline-block;
    max-width: 100%;
    bottom: 0;
    margin: 0;
    border-top: 1px solid #e9ecef
}

body.modal-open {
    overflow: auto;
}

.modal-backdrop {
    background-color: #464646;
}

.smallGrayText {
    color: #7e7e7e;
    font-size: 13px;
}

ul.searchLetters li {
    display: table-cell;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    width:5%;
}

    ul.searchLetters li:last-child {
        border-right: 1px solid #e8e8e8;
    }

    ul.searchLetters li letter {
        cursor:pointer;
        padding: 13px 20.171px;
        display: inline-block;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    ul.searchLetters li letter:hover {
        color:#a69175;
    }

ul.searchLetters {
    display: inline-block;
    width: 100%;
    overflow-x: scroll;
    border-right: 1px solid #e8e8e8;
}

.searchLetters::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.searchLetters::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
    cursor: pointer
}

.searchLetters::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 10px;
    cursor: pointer
}

    .searchLetters::-webkit-scrollbar-thumb:hover {
        background: #a69175
    }

.searchLetters {
    scrollbar-face-color: #f1f1f1; /* Firefox 63 compatibility */
    scrollbar-track-color: #f1f1f1; /* Firefox 63 compatibility */
    scrollbar-color: #c1c1c1 #f1f1f1;
    scrollbar-width: thin;
}

    .searchLetters:hover::-webkit-scrollbar-thumb {
        background: #a69175;
    }

.errorpage div svg line {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/*Footer*/
.main-footer {
    text-align: center;
    text-transform: uppercase;
    color: #e9e9e9;
}


@media only screen and (max-width: 1536px) and (orientation: landscape) {
    .container-fluid {
        width: 98%;
    }

    .col-lg-11-less {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .col-lg-1-more {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }

    .col-lg-1-more-alt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-lg-2-less {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }

    .col-lg-10-more {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .newsLangBtn {
        font-size:12px;
    }
}

@media only screen and (max-width: 1280px) and (orientation: landscape) {
    #logintextmaster {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {

    .container-fluid {
        width: 100%;
    }

    .col-lg-11-less {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-1-more {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-2-less {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .col-lg-10-more {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .gridData .gridItemRight a {
        padding: 0 !important;
    }
    .profileSearchInput {
        position:relative;
        top:-1px;
    }
}

@media (max-width:1024px) {
    .p-1024-l-15 {
        padding-left: 15px !important;
    }

    div#ContentPlaceHolder1_languagesList .normalLists {
        margin-bottom: 10px !important;
        display: inline-block;
        width: 100%;
    }

    div#ContentPlaceHolder1_languagesList .normalLists li {
        float: left;
        width: 33.333%;
        font-size: 12px;
        text-align: left;
        border-bottom: 1px solid #e8e8e8;
    }

    .gridData {
        padding-left: 1rem;
    }

        .gridData .gridItemLeft {
            border-left: 1px solid #e9e9e9;
        }

        .gridData .gridItemRight {
            padding-left: 0px;
        }

            .gridData .gridItemRight a {
                padding: 10px 14.3px;
                padding-top: 0;
            }

        .gridData .col-12 {
            margin-bottom: 10px;
        }

    .profileSearchInput {
        position: relative;
        top: -1px;
    }
}

@media only screen and (max-width: 860) and (orientation: landscape) {
    .searchBoxMaster {
        margin-top: -17px;
    }
}

@media only screen and (max-width:767px) {
    div#ContentPlaceHolder1_wordDefs .col-lg-1 p {
        display: inline-block;
        margin-right: 10px;
    }

    .featuredPostImage svg {
        width: 46px;
        height: 46px;
        margin-bottom: 10px;
    }

    .featuredPostImage {
        height: 175px !important;
        line-height: 240px !important;
    }

    .featuredPostImageSource span {
        border-right: 1px solid #d7d5d5;
        border-bottom: 0;
    }

    .featuredPostImageSource {
        padding-right: 15px;
    }

    span#ContentPlaceHolder1_lblAddedPostMedia div img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    span#ContentPlaceHolder1_lblAddedPostMediaSingle a img {
        height: 175px;
    }

    .featuredPostImage div {
        font-size: 13px;
    }

    .profileSearchInput {
        width: calc(100% - 35px);
        position: relative;
        top: -1px;
    }

    .errorpage {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .profileLeft {
        width: 33%;
        display: inline-block;
        position: relative;
        float: left;
        padding-left: 15px;
        padding-top: 15px;
    }

    #ContentPlaceHolder1_lblUserType {
        font-size: 12px;
    }

    .profileRight {
        width: 63%;
        display: inline-block;
        padding-left: 15px;
        padding-top: 15px;
    }

    .file-upload, .file-upload span {
        top: 20px !important;
    }

    .profileRight #profile-sidebar-name {
        padding-top: 15px;
    }

    span#ContentPlaceHolder1_lblSonAramalar {
        display: none;
    }

    .profileLinks icon {
        top: 1px;
    }

    .gridItemImage {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }

        .gridItemImage edit, .gridItemImage delete {
            left: 10px;
        }

    .supportText span {
        padding: 8px 15px 11px 15px;
        font-size: 14px;
        line-height: 1.1;
    }

    .supportText span a {
        text-decoration:underline;
    }

    a#ContentPlaceHolder1_adddefLink {
        display: inline-block;
        width: 90%;
        margin-bottom: 10px;
        padding: 6px 15px 4px 15px;
    }

    a#ContentPlaceHolder1_contactlink {
        display: inline-block;
        width: 90%;
        margin-top: 9px;
        padding: 6px 15px 4px 15px;
    }

    button#ContentPlaceHolder1_tryChatGPT {
        display: inline-block;
        width: 90%;
        margin-top: 9px;
    }

    .orspan {
        display:inline-block;
        width:100%;
    }

    .gridItemImage status {
        left:10px;
    }

    .wordmeta {
        max-height: 27px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .wordmetaitem {
        display:inline;
    }

    span#ContentPlaceHolder1_blogSource span {
        display: inline-block;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    header.app-header.sticky-top-header {
        margin-top: 20px;
    }
}