.wpnm-button /*-------------------------------------------------------*/
    /*-------------------------------------------------------*/
    /* General
/*-------------------------------------------------------*/
.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}


.relative {
    position: relative;
}

.white {
    color: #fff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bg-light {
    background-color: #f7f7f7;
}

.bg-dark {
    background-color: #171821;
}

.last {
    margin-bottom: 0 !important;
}

.img-fullwidth {
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.nocaps {
    text-transform: none;
    letter-spacing: 0;
}

::-moz-selection {
    color: #333;
    background: #fbedc4;
}

::-webkit-selection {
    color: #333;
    background: #fbedc4;
}

::selection {
    color: #333;
    background: #fbedc4;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #3a7bd5;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #3a7bd5;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
}

body img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

video {
    height: 100%;
    width: 100%;
}


/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    color: #222;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

h1 {
    font-size: 32px;
    letter-spacing: -0.03em;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 18px;
    }
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: inherit;
}

p {
    font-size: 16px;
    color: #54555E;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 10px;
}

address {
    font-style: normal;
    margin-bottom: 0;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

@media only screen and (max-width: 1199px) {
    .text-lg-center {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .text-md-center {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .text-sm-center {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .text-xs-center {
        text-align: center;
    }
}

blockquote {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

blockquote p {
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    margin-bottom: 0 !important;
    position: relative;
    color: #171821;
}

blockquote cite {
    font-size: 15px;
    font-weight: 400;
    color: #83858F;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #E3E4E8;
}

/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.section {
    margin-bottom: 40px;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1228px;
    }
}

.container-semi-fluid {
    padding: 0 50px;
}

@media only screen and (max-width: 767px) {
    .container-semi-fluid {
        padding: 0 15px;
    }
}

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-child {
    -webkit-box-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}

/* Columns With No Gutters
-------------------------------------------------------*/
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Row Gutters
-------------------------------------------------------*/
.row-2 {
    margin: 0 -1px;
}

.row-2 > div,
.row-2 > aside {
    padding: 0 1px;
}

.row-8 {
    margin: 0 -4px;
}

.row-8 > div,
.row-8 > aside {
    padding: 0 4px;
}

.row-10 {
    margin: 0 -5px;
}

.row-10 > div,
.row-10 > aside {
    padding: 0 5px;
}

.row-16 {
    margin: 0 -8px;
}

.row-16 > div,
.row-16 > aside {
    padding: 0 8px;
}

.row-20 {
    margin: 0 -10px;
}

.row-20 > div,
.row-20 > aside {
    padding: 0 10px;
}

.row-24 {
    margin: 0 -12px;
}

.row-24 > div,
.row-24 > aside {
    padding: 0 12px;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 700;
    text-transform: uppercase;
}

.btn:hover {
    color: #fff !important;

    border-color: transparent;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.btn-lg, .btn-lg.btn-button {
    font-size: 14px;
    padding: 0 16px;
}

.btn-lg span, .btn-lg.btn-button span {
    line-height: 46px;
}

.btn-lg.btn-button {
    height: 46px;
}

.btn-sm, .btn-sm.btn-button {
    font-size: 11px;
    padding: 0 20px;
    line-height: 28px;
}

.btn-sm.btn-button {
    height: 30px;
}

.btn-sp .btn {
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 20px;
    padding-right: 20px;
}

/* Input Buttons
-------------------------------------------------------*/
.btn-button {
    border: none;
    margin-bottom: 0;
    width: auto;
}

.btn-button.btn-color, .btn-button.btn-dark {
    color: #fff;
}

.btn-button.btn-wide {
    width: 100%;
}

.btn-button:hover, .btn-button:focus {
    color: #fff;
    background-color: #171821;
}

.icerik-btn {
    border-radius: 4px;
    background: #4568dc;
    padding-right: 50px !important;
    color: #fff !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea {
    height: 46px;
    border: 1px solid #E3E4E8;
    background-color: #fff;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
    -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

textarea {
    height: auto;
    display: block;
    padding: 8px 16px;
    margin-bottom: 24px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input:focus,
textarea:focus {
    border-color: #3a7bd5;
    background-color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #54555E;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #54555E;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #54555E;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #54555E;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 12px;
    background-image: url(../img/dropdown.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

select::-ms-expand {
    display: none;
}

label {
    color: #171821;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    font-size: 13px;
    margin: -4px 10px 0 0;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #dbdce1;
}

input[type="checkbox"]:checked + label:after {
    font-family: 'ui-icons';
    content: "\f383";
    display: inline-block;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    line-height: 22px;
}

.radio > li,
.checkbox > li {
    padding: 7px 0;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 1px #dbdce1;
    box-shadow: 0 0 0 1px #dbdce1;
    border-radius: 40px;
    margin: -3px 10px 0 0;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
}

input[type="radio"]:checked + label:before {
    background-color: #000;
    border: 6px solid #fff;
    padding: 1px;
}

input[type="radio"]:focus {
    outline: none;
}

#contact-form .message {
    height: 50px;
    width: 100%;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    float: none;
    margin-top: 20px;
    display: none;
    color: #fff;
}

#contact-form .message.error {
    background-color: #f44336;
}

#contact-form .message.success {
    background-color: #4CAF50;
}

/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: 0;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}

.flickity-button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
    opacity: .6;
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none;
}

.flickity-button-icon {
    fill: #333;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

/**
 * Owl Carousel v2.2.1
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-prev, .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 48px;
    z-index: 10;
    width: 48px;
    height: 48px;
    font-size: 14px;
    color: #171821;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-prev:hover, .owl-next:hover {
    color: #fff;
    background-color: #3a7bd5;
    border-color: transparent;
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 1;
}

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
    color: #54555E;
}

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
    opacity: 1;
}

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
    left: -60px;
}

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
    right: -60px;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

.owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dot span {
    width: 22px;
    height: 4px;
    margin: 3px;
    background: #fff;
    opacity: 0.4;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.owl-dot.active span,
.owl-dot:hover span {
    opacity: 1;
    background-color: #3a7bd5;
}

.owl-carousel--dots-inside .owl-dots {
    position: absolute;
    bottom: 20px;
    margin-top: 0;
    width: 100%;
}

.owl-carousel--arrows-outside .owl-prev,
.owl-carousel--arrows-outside .owl-next {
    opacity: 1;
    top: -62px;
    margin-top: 0;
    padding: 0;
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #E3E4E8;
    font-size: 12px;
    border-radius: 0;
}

.owl-carousel--arrows-outside .owl-prev:hover,
.owl-carousel--arrows-outside .owl-next:hover {
    border-color: transparent;
}

.owl-carousel--arrows-outside .owl-prev {
    right: 32px;
    left: auto;
}

.owl-carousel--arrows-outside .owl-next {
    right: 0;
}

.owl-custom-nav {
    margin-top: 24px;
}

.owl-custom-nav__btn {
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 5px;
    border: 1px solid #E3E4E8;
    padding: 0 5px;
    line-height: 26px;
    background-color: transparent;
}

.owl-custom-nav__btn:hover {
    background-color: #3a7bd5;
    color: #fff;
    border-color: transparent;
}

.owl-custom-nav__btn:focus {
    outline: none;
}

.owl-custom-nav__btn i {
    font-size: 8px;
    margin: 0 3px;
    position: relative;
    top: -1px;
}


/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
.table-wrap {
    margin-bottom: 34px;
}

/*-------------------------------------------------------*/
/* Tabs
/*-------------------------------------------------------*/
.tabs__list {
    margin-bottom: -1px;
    overflow: hidden;
}

.tabs__item {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #171821;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tabs__item:not(:first-child) {
    margin-left: -1px;
}

@media only screen and (max-width: 575px) {
    .tabs__item {
        display: block;
        margin-right: 0;
    }
}

.tabs__url {
    display: block;
    position: relative;
    padding: 12px 18px 11px;
    border: 1px solid #E3E4E8;
    color: #171821;
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}

.tabs__url:focus {
    color: inherit;
}

.tabs__url:hover {
    background-color: white;
}

.tabs__item--active:before {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #3a7bd5;
}

.tabs__item--active .tabs__url {
    color: #171821;
    background-color: #fff;
    border-bottom: 1px solid transparent;
}

.tabs__content {
    padding: 20px;
    border: 1px solid #E3E4E8;
    overflow: hidden;
}

.tabs__content-pane {
    display: none;
}

.tabs__content-pane--active {
    display: block;
}


.site-title {
    padding-top: 5px;
}

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.socials {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.socials--nobase a {
    width: 13px;
    height: auto;
    border: 0;
    line-height: 32px;
    margin-right: 15px;
    margin-bottom: 0;
    color: #54555E;
    background-color: transparent;
}

.socials--nobase a:hover, .socials--nobase a:focus {
    color: #fff;
    background-color: transparent !important;
}

.socials--white-base a {
    background-color: #fff;
    color: #171821;
}

.socials--dark .social-facebook:hover,
.socials--dark .social-facebook:focus {
    color: #39599f !important;
}

.socials--dark .social-twitter:hover,
.socials--dark .social-twitter:focus {
    color: #55ACEE !important;
}

.socials--dark .social-google-plus:hover,
.socials--dark .social-google-plus:focus {
    color: #DE4B39 !important;
}

.socials--dark .social-youtube:hover,
.socials--dark .social-youtube:focus {
    color: #c61d23 !important;
}

.socials--dark .social-snapchat:hover,
.socials--dark .social-snapchat:focus {
    color: #fffb01 !important;
}

.socials--dark .social-linkedin:hover,
.socials--dark .social-linkedin:focus {
    color: #0e76a8 !important;
}

.socials--dark .social-pinterest:hover,
.socials--dark .social-pinterest:focus {
    color: #c8232c !important;
}

.socials--dark .social-instagram:hover,
.socials--dark .social-instagram:focus {
    color: #e1306c !important;
}

.socials--dark .social-rss:hover,
.socials--dark .social-rss:focus {
    color: #ef822a !important;
}

.socials--grey a {
    background-color: #f7f7f7;
    color: #171821;
}

.socials--medium a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
}

.socials--large a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 16px;
}

.socials--wide a {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    margin-bottom: 16px;
}


.socials--rounded a {
    border-radius: 50% !important;
}

.social {
    display: inline-block;
    line-height: 32px;
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.social:hover, .social:focus {
    color: #fff;
}

.social:last-child {
    margin-right: 0;
}

.social__text {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}


.widget-socials .socials--wide a {
    margin-bottom: 5px;
    border-radius: 4px;
}

.w-lg-4 .widget-socials .socials--wide a {
    margin: 0 15px 5px 15px;
}

.widget-socials .socials--wide .social-icon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin-top: 8px;
    height: 20px;
    width: 40px !important;
    border-radius: 6px;
    text-align: Center;
    transition: height .5s ease-in-out;
    line-height: 35px;
}

.widget-socials .socials--wide a:hover .social-icon {
    height: 32px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.widget-socials a.social {
    text-align: left;
}

@media only screen and (max-width: 1199px) {
    .social__text {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .social__text {
        display: inline-block;
    }
}

@media only screen and (max-width: 575px) {
    .social__text {
        display: none;
    }
}

.social-facebook {
    background-color: #39599f;
}

.social-facebook:hover {
    background-color: #324e8c !important;
    color: #fff !important;
}

.social-twitter {
    background-color: #55ACEE;
}

.social-twitter:hover {
    background-color: #3ea1ec !important;
    color: #fff !important;
}

.social-google-plus {
    background-color: #DE4B39;
}

.social-google-plus:hover {
    background-color: #d93824 !important;
    color: #fff !important;
}

.social-youtube {
    background-color: #c61d23;
}

.social-youtube:hover {
    background-color: #b01a1f !important;
    color: #fff !important;
}

.social-snapchat {
    background-color: #fffb01;
}

.social-snapchat:hover {
    background-color: #e7e300 !important;
    color: #fff !important;
}

.social-linkedin {
    background-color: #0e76a8;
}

.social-linkedin:hover {
    background-color: #0c6590 !important;
    color: #fff !important;
}

.social-pinterest {
    background-color: #c8232c;
}

.social-pinterest:hover {
    background-color: #b21f27 !important;
    color: #fff !important;
}

.social-whatsapp {
    background-color: #25D366;
}

.social-whatsapp:hover {
    background-color: #74E79F !important;
    color: #fff !important;
}

.social-instagram {
    background-color: #e1306c;
}

.social-instagram:hover {
    background-color: #d81f5e !important;
    color: #fff !important;
}

.social-rss {
    background-color: #ef822a;
}

.social-rss:hover {
    background-color: #ed7412 !important;
    color: #fff !important;
}

.social-comments-count {
    position: absolute;
    right: 5px;
    bottom: -5px;
    background: #fff;
    font-weight: 700;
    color: #222;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8px;
    border-radius: 50%;
}


/*-------------------------------------------------------*/
/* Main Entry Styles
/*-------------------------------------------------------*/
.entry {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.entry__img-holder {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.entry__img {
    width: 100%;
}

.entry__title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: -5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Archivo", sans-serif;
}

.entry__title a {
    color: #222 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.entry:hover .entry__title a {
    color: #3a7bd5;
}

.entry__title--sm {
    font-size: 15px;
}

.entry__excerpt {
    margin-top: 16px;
}

.entry__excerpt p {
    margin-bottom: 0;
}

.entry__play-time {
    position: absolute;
    bottom: 32px;
    left: 32px;
    background-color: #3a7bd5;
    color: #fff;
    padding: 7px 11px;
    font-weight: 700;
    pointer-events: none;
}

.entry__play-time i {
    margin-right: 5px;
}

/* Meta
-------------------------------------------------------*/
.entry__meta li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #83858F;
}

.entry__meta li:after {
    content: '-';
    display: inline-block;
    margin: 0 3px;
}

.entry__meta li.entry__meta-views:after {
    content: '';
    margin: 0 8px;
    display: inline-block;
}

.entry__meta li:last-child:after {
    display: none;
}

.entry__meta a {
    color: #3a7bd5;
}

.entry__meta a:hover {
    color: #171821;
}

.entry__meta i {
    display: inline-block;
    margin-right: 5px;
}

.entry__meta-category {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 700;
    color: #0098d0;
}

.entry__meta-category--label {
    font-size: 10px;
    background-color: #3a7bd5;
    padding: 5px 10px;
    z-index: 2;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
}

.entry__meta-category--label:hover, .entry__meta-category--label:focus {
    color: #fff;
    opacity: 0.90;
}

.entry__meta-category--align-in-corner {
    position: absolute;
    left: 16px;
    bottom: 16px;
}

.entry__meta-category--violet {
    background-color: #3E3EDD;
}

.entry__meta-category--purple {
    background-color: #9C27B0;
}

.entry__meta-category--blue {
    background-color: #0E79C9;
}

.entry__meta-category--cyan {
    background-color: #00BCD4;
}

.entry__meta-category--green {
    background-color: #19C22A;
}

.entry__meta-category--orange {
    background-color: #E65100;
}

.entry__meta-category--red {
    background-color: #F44336;
}

.entry__meta-rating i {
    font-size: 16px;
    color: #FBC02D;
    margin-right: 2px;
}

.entry__meta + .entry__meta,
.entry__meta-category--label + .entry__meta {
    margin-top: 16px;
}

.entry__meta + .entry__img-holder {
    margin-top: 20px;
}

.entry__meta-holder {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.entry__meta-holder .entry__meta {
    margin-top: 0;
}

.entry-date-label {
    background-color: #fff;
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.entry-date-label__weekday, .entry-date-label__month {
    font-size: 8px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
}

.entry-date-label__weekday {
    color: #54555E;
}

.entry-date-label__day {
    color: #3a7bd5;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
}

.entry-date-label__month {
    color: #3a7bd5;
}

/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-container {
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.thumb-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footer--dark .thumb-container {
    background-color: #171821;
}

.thumb-text-holder {
    position: absolute;
    bottom: 24px;
    width: 100%;
    z-index: 3;
    padding: 0 24px;
    text-align: center;
}

.thumb-text-holder2 {

    bottom: 15px;

    padding: 0 15px;
}


.thumb-text-holder .entry__meta li,
.thumb-text-holder .entry__meta a,
.thumb-text-holder .entry__meta a:hover,
.thumb-text-holder .entry__meta a:focus {
    color: #fff !important;
}

.thumb-text-holder--1 {
    text-align: left;
}

.thumb-text-holder--1 .thumb-entry-title {
    font-size: 18px;
    margin-bottom: 24px;
}

.thumb-text-holder--2 {
    text-align: left;
}

.thumb-text-holder--2 .thumb-entry-title {
    font-size: 34px;
    margin-top: 14px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .thumb-text-holder--2 .thumb-entry-title {
        font-size: 20px;
    }
}

.thumb-text-holder--2 .entry__meta a {
    color: #fff !important;
}

.thumb-text-holder--3 {
    text-align: left;
}

.thumb-text-holder--3 .thumb-entry-title {
    font-size: 28px;
    margin-top: 16px;
    color: #fff !important;
    text-shadow: 1px 1px #000;
}

.thumb-text-holder--3 .thumb-entry-title a {
    color: #fff !important;
}


@media only screen and (max-width: 767px) {
    .thumb-text-holder--3 .thumb-entry-title {
        font-size: 20px;
    }
}

.thumb-text-holder--4 {
    text-align: left;
}

.thumb-text-holder--4 .thumb-entry-title {
    font-size: 16px;
}

.thumb-text-holder--5 {
    text-align: center;
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thumb-text-holder--5 .thumb-entry-title {
    font-size: 40px;
    max-width: 770px;
    margin: 8px auto;
}

@media only screen and (max-width: 767px) {
    .thumb-text-holder--5 .thumb-entry-title {
        font-size: 20px;
    }
}

.thumb {
    margin-bottom: 48px;
}

.thumb--mb-20 {
    margin-bottom: 20px;
}

.thumb--size-1 {
    height: 197px;
}

.thumb--size-2 {
    height: 298px;
}

.thumb--size-3 {
    height: 460px;
}

.thumb--size-4 {
    height: 395px;
}

.thumb--size-5 {
    height: 521px;
}

.thumb--size-6 {
    height: 609px;
}

@media only screen and (max-width: 991px) {
    .thumb--size-6 {
        height: 440px;
    }
}

@media only screen and (max-width: 767px) {
    .thumb--size-3, .thumb--size-4, .thumb--size-5, .thumb--size-6 {
        height: 300px;
    }
}

.thumb__img-holder {
    height: 100%;
    margin-bottom: 0;
}

.thumb-url {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.thumb-entry-title {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif;
}

.thumb-entry-title:hover a,
.thumb-entry-title a:focus {
    color: #fff;
}

.thumb-50 {
    padding-bottom: 50%;
}

.thumb-60 {
    padding-bottom: 60%;
}

.thumb-65 {
    padding-bottom: 65%;
}

.thumb-70 {
    padding-bottom: 70%;
}

.thumb-75 {
    padding-bottom: 75%;
}

.thumb-80 {
    padding-bottom: 80%;
}

.thumb-100 {
    padding-bottom: 100%;
}


/*-------------------------------------------------------*/
/* Featured Posts Grid
/*-------------------------------------------------------*/
.featured-posts-grid {
    padding-bottom: 24px;
    padding-top: 24px;
    overflow: hidden;
}

.featured-posts-grid__item {
    padding-bottom: 8px;
}

.featured-posts-grid__item--sm {
    height: 33.333%;
}

.featured-posts-grid__item--sm .entry__title {
    font-size: 16px;
}

@media only screen and (min-width: 992px) {
    .featured-posts-grid__item--sm:first-child .post-list__img-holder, .featured-posts-grid__item--sm:last-child .post-list__img-holder {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.featured-posts-grid__entry {
    height: 100%;
    margin-bottom: 0 !important;
    min-height: auto !important;
}

.featured-posts-grid__item--lg {
    height: 100%;
}

.featured-posts-grid__item--lg .thumb-text-holder {
    bottom: 60px;
    padding: 0 50px;
}

.featured-posts-grid__item--lg .entry__title {
    font-size: 32px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .featured-posts-grid__item--lg .entry__title {
        font-size: 20px;
    }
}

.featured-posts-grid--1 {
    padding-bottom: 32px;
}

.featured-posts-grid--1 .row {
    margin: 0 -1px;
}

.featured-posts-grid--1 .row > div {
    padding: 0 1px;
}

.featured-posts-grid--1 .thumb {
    margin-bottom: 2px;
}


/*-------------------------------------------------------*/
/* Featured Posts Grid
/*-------------------------------------------------------*/
.featured-posts-grid2 {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.featured-posts-grid2 .thumb-text-holder {

    bottom: 14px;
}

.featured-posts-grid2 .thumb-entry-title a:hover {
    color: #eee !important;
}


.wm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50%;

}

.wm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50%;

}


.thumb--size-370 {
    height: 370px;
}

.thumb--size-180 {
    height: 183.8px;
}

.thumb--size-210 {
    height: 210px;
}

.thumb--size-130 {
    height: 152px;
}

.thumb--size-172 {
    height: 177px;
}


.mb-5px {
    margin-bottom: 5px !important;
}

.featured-posts-grid2 .wm-1 .thumb-text-holder--3 {
    text-align: left;
}

.featured-posts-grid2 .wm-1 .thumb-text-holder--3 .thumb-entry-title {
    font-size: 28px;
    margin-top: 16px;
    font-weight: 700;
}

.featured-posts-grid2 .wm-2 .thumb-text-holder--3 .thumb-entry-title {
    font-size: 22px;
    margin-top: 16px;
    font-weight: 700;
}

.featured-posts-grid2 .wm-3 .thumb-text-holder--3 .thumb-entry-title {
    font-size: 16px;
    font-weight: 700;
}

.featured-posts-grid2 .entry__meta, .featured-widget1 .entry__meta {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
    margin-bottom: -20px;
}

.featured-posts-grid2 .entry:hover .entry__meta, .featured-widget1 .entry:hover .entry__meta {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0;
    margin-top: 3px;
}


.featured-posts-grid2 .entry__meta li, .featured-posts-grid2 .entry__meta li a {
    color: #777 !important;
    text-transform: capitalize !important;
}


/*-------------------------------------------------------*/
/* Featured Posts Grid
/*-------------------------------------------------------*/

.w-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px) !important;
    flex: 0 0 calc(100% - 320px) !important;
    max-width: calc(100% - 320px);
    padding-right: 25px !important;

}


.w-lg-8.w-lg-8-np {
    padding-right: 0 !important;
}

.w-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px !important;
    flex: 0 0 320px !important;
    max-width: 320px;
    padding-left: 20px !important;
    border-left: 1px solid #eee;
}


/*-------------------------------------------------------*/
/* card video
/*-------------------------------------------------------*/
.card-video {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.card-video:hover .card-img:after {
    width: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.card-video .card-img {
    position: relative;
    margin: 0 0 8px 0;
    border-radius: 0

}

.card-video .card-img:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    z-index: 3;
    background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.card-video .card-img .card-meta span {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: auto;
    display: inline-block;
    background-color: rgba(25, 25, 25, 0.9);
    font-size: 12px;
    padding: 2px 7px;
    color: #fff;
    border-radius: 3px
}

.card-video .card-img-top {
    padding: 0px;
    border-radius: 0;

}

.card-video .card-block {
    padding: 0;

}

.card-video .card-block .card-meta {
    margin-top: 5px;
    font-size: 13px;
    color: #888888
}

.card-video .card-block .card-meta span:after {
    content: "\002022";
    margin: 0 3px 0 5px;
    display: inline-block
}

.card-video .card-block .card-meta span:last-child:after {
    display: none
}

.card-video .card-block .card-meta i {
    margin-right: 3px
}

.card-video .card-block .card-title {
    font-size: 13.5px;
    line-height: 20px;
    font-weight: 600;
    color: #111;
}

/*-------------------------------------------------------*/
/* Content
/*-------------------------------------------------------*/
.title-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.title-wrap--line {
    border-top: 3px solid #888994;
    padding-top: 32px;
}

.title-wrap--pr {
    padding-right: 62px;
}

.section-title {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    font-size: 21px;
    display: inline-block;
    float: left;
    font-weight: 700;
}

.section-title--sm {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .section-title {
        float: none;
    }
}

.all-posts-url {
    float: right;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: "Montserrat", sans-serif;
    color: #54555E;
    font-size: 11px;
    line-height: 28px;
}

.content-box {
    background-color: #fff;
    padding: 40px;
}

@media only screen and (min-width: 992px) {
    .content-box--top-offset {
        margin-top: -232px;
    }
}

@media only screen and (max-width: 575px) {
    .content-box {
        padding: 24px;
    }
}

.content-box--pt-108 {
    padding-top: 108px;
}

@media only screen and (max-width: 575px) {
    .content-box--pt-108 {
        padding-top: 60px;
    }
}

/* Tab Post
-------------------------------------------------------*/
.tab-post__tabs {
    float: right;
    line-height: 27px;
}

@media only screen and (max-width: 767px) {
    .tab-post__tabs {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
}

.tab-post__tabs .tabs__item {
    margin-right: 26px;
}

.tab-post__tabs .tabs__item a {
    color: #54555E;
}

.tab-post__tabs .tabs__item a:hover, .tab-post__tabs .tabs__item a:focus {
    color: #3a7bd5;
}

.tab-post__tabs .tabs__item:last-child {
    margin-right: 0;
}

.tab-post__tabs .tabs__item--active a {
    color: #3a7bd5;
}

.tab-post__tabs .tabs__item--active:before {
    display: none;
}

.tab-post .tabs__content {
    padding: 0;
    border: 0;
}

.tab-post .entry {
    margin-bottom: 20px;
}

/* Card
-------------------------------------------------------*/
.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
}

.card-row > div {
    margin-bottom: 30px;
}

.card-row .card {
    height: 100%;
    margin-bottom: 0;
}

.card__img-holder {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.card__body {
    background-color: #fff;
    padding: 24px 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card--1 .entry__title {
    margin-bottom: 32px;
}

/* Post List
-------------------------------------------------------*/
.post-list {
    position: relative;
    margin-bottom: 20px;
    min-height: 241px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.post-list:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.post-list__img-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-right: 30px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .post-list__img-holder {
        width: 170px;
    }
}

.post-list__body {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media only screen and (max-width: 575px) {
    .post-list {
        display: block;
    }

    .post-list__img-holder, .post-list__body {
        width: 100%;
    }

    .post-list__img-holder {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
        height: 180px;
    }
}

/* Post List Small
-------------------------------------------------------*/
.post-list-small__item {
    padding: 16px 0;
    position: relative;
}

.post-list-small__item:first-child {
    padding-top: 0;
}

.post-list-small__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.post-list-small__img-holder {
    width: 88px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

@media only screen and (max-width: 575px) {
    .post-list-small__img-holder {
        width: 50px;
    }
}

.post-list-small__img--rounded {
    border-radius: 50%;
    overflow: hidden;
}

.post-list-small__body {
    overflow: hidden;
}

.post-list-small__entry-title {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: 600 !important;
    font-family: "Archivo", sans-serif;
}

.post-list-small__entry-title a {
    color: #222;
}

.post-list-small__entry-title a:hover, .post-list-small__entry-title a:focus {
    color: #3a7bd5;
}

.post-list-small--border-top {
    border-top: 1px solid #E3E4E8;
    padding-top: 16px;
    margin-top: -10px;
}

.post-list-small--dividers li {
    border-bottom: 1px solid #E3E4E8;
}

.post-list-small--arrows {
    position: relative;
}

.post-list-small--arrows li {
    padding-left: 16px;
}

.post-list-small--arrows li:before {
    content: '\e804';
    font-family: 'ui-icons';
    color: #3a7bd5;
    position: absolute;
    left: 0;
    top: 22px;
    font-size: 10px;
}

.post-list-small--arrows li:first-child:before {
    top: 6px;
}

.post-list-small--1 .post-list-small__item {
    border-bottom: 1px solid #E3E4E8;
}

.post-list-small--1 .post-list-small__item:last-child {
    border-bottom: 0;
}

.post-list-small--1 .post-list-small__img-holder {
    border-radius: 0;
    width: 78px;
}

.post-list-small--1 .post-list-small__entry-title {
    margin: 0;
}


.post-list-small--2 .post-list-small__entry-title {
    font-size: 16px;
}

.post-list-small--2 .post-list-small__img-holder {
    border-radius: 0;
    width: 130px;
}

.post-list-small--2.post-list-1 .post-list-small__img-holder {
    border-radius: 0;
    width: 180px;
}


.post-list-small--2.post-list-1 .post-list-small__entry-title {
    font-size: 17px;
}

.post-list-small--2.post-list-1 .post-list-small__entry-desc {
    color: #666;
    font-size: 14px;
}

.post-list-small--2.post-list-1 .entry__meta li {
    color: #aaa !important;
    font-size: 10px !important;
}

.post-list-small--2.post-list-2 .post-list-small__img-holder {
    border-radius: 0;
    width: 240px;
}

.post-list-small--2.post-list-2 .post-list-small__entry-title {
    font-size: 20px;
}

.post-list-small--2.post-list-2 .post-list-small__entry-desc {
    color: #888;
    font-size: 15px;
}

.post-list-small--2.post-list-2 .entry__meta li {
    margin-top: 10px;
    border-top: 2px solid #eee;
    padding-top: 10px;
    color: #aaa !important;
    font-size: 10px !important;
}


.post-list-small--3 .post-list-small__item {
    border-bottom: 1px solid #eee;
}

.post-list-small--3 .post-list-small__item:last-child {
    border-bottom: none;
}


.post-list-small--3 .post-list-small__img-holder {
    border-radius: 0;
    width: 100px;
}


.post-list-small--3 .post-list-small__entry-title {
    font-size: 15px;
}


/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
.sidebar {
    margin-top: 30px;
}

.sidebar .widget, .widget {
    margin-bottom: 30px;

}

.sidebar .widget_mc4wp_form_widget {
    padding: 0 !important;
}

.newsletter-widget {
    background: #f7f7f7;
    padding: 15px;
    margin-top: -5px;
}

@media only screen and (min-width: 1200px) {
    .blog__content--right,
    .sidebar--right {
        float: right;
    }

    .sidebar--right {
    }
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #222;
}

.widget-title:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 80px;
    background: #3a7bd5;
    bottom: 2px;
    left: 0;
    z-index: -1;
    transition: all 0.2s linear;
}

.widget .widget-title {
    margin-top: 0;
}


.widget .entry:last-child {
    margin-bottom: 0;
}

.widget .sub-menu {
    padding-left: 15px;
    padding-top: 5px;
}

.widget .sub-menu li {
    padding: 5px 0 !important;
}

.widget .children {
    padding-top: 10px;
    padding-left: 15px;
    margin-top: 10px;
}

/* Widget Ad
-------------------------------------------------------*/
.widget_media_image {
    text-align: center;
    padding: 0 !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Widget category
-------------------------------------------------------*/

.side_categories ul {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}

.side_categories li {
    position: relative;
    color: #54555E;
    font-weight: 600;

    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    z-index: 2;

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side_categories li a {

    color: #333;

}

.side_categories li:nth-child(odd) {
    background: #fff;
}

.side_categories li:nth-child(even) {
    background: #fafafa;
}

.side_categories li:hover {
}

.side_categories li:hover a {
    color: #222;
}

.side_categories li::after {
    position: absolute;
    content: '';
    height: 45px;
    width: 0;

    top: 0;
    left: 0;
    transition: all 0.6s linear;
    z-index: -1;
}

.side_categories li:hover::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    width: 45px;
    background: #3a7bd5;
}

.side_categories.side_tags {
    margin-bottom: -15px;
}

.side_categories.side_tags li {
    display: inline-block;
    width: 48%;
}

.side_categories.side_tags li a {
    font-size: 12px;
    margin-bottom: 6px;
}

.side_categories.side_tags li:nth-child(odd) {
    margin-right: 2%;
}

.side_categories.side_tags li:nth-child(even) {
    margin-left: 2%;
}

.side-category-icon {

    width: 45px;
    line-height: 45px;
    display: inline-block;
    margin-right: 15px;

    border-right: 1px solid #eee;
    text-align: center;
    padding: 13px;
    transition: all .2s;
}

.side_categories li:hover .side-category-icon {
    margin-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.side_categories li i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    margin-right: 12px;
    border-right: 1px solid #eee;
    text-align: center;
    transition: all .2s;
    color: #aaa;
}

.side_categories li:hover i {
    margin-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4);
}


/* Widget Search
-------------------------------------------------------*/
.widget-search-button,
.search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    padding: 0 !important;
    border: 0;
    vertical-align: middle;
}

.widget-search-button i,
.search-button i {
    font-size: 18px;
    margin: 0;
    top: 3px;
}

.search-form {
    position: relative;
}

/* Categories
-------------------------------------------------------*/
.widget_categories li {
    padding: 9px 0;
    color: #54555E;
    line-height: 24px;
}

.widget_categories li:first-child {
    padding-top: 0;
}

.widget_categories li:last-child {
    padding-bottom: 0;
}

.widget_categories li a {
    color: #54555E;
}

.widget_categories li a:before {
    content: "\e804";
    font-family: "ui-icons";
    font-size: 10px;
    color: #3a7bd5;
    margin-right: 8px;
    line-height: 1;
    vertical-align: middle;
}

.widget_categories li a:hover {
    color: #3a7bd5;
}

.categories-count {
    float: right;
    background-color: #f7f7f7;
    display: inline-block;
    padding: 0 11px;
    height: 24px;
    border-radius: 5px;
}

/* Widget Newsletter
-------------------------------------------------------*/
.widget_mc4wp_form_widget .widget-title:after {
    display: none;
}

.mc4wp-form-fields {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mc4wp-form-fields > .form-group:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=text] {
    margin-bottom: 8px;
}

.mc4wp-form-fields input[type=submit] {
    margin-bottom: 0;
    width: auto;
}

.mc4wp-form-fields input[type=submit]:focus {
    background-color: #3a7bd5;
}

.newsletter__text {
    color: #83858F;
}

.newsletter__icon {
    color: #AFB2BD;
    margin-right: 5px;
    font-size: 18px;
}

/* Widget Newsletter Wide
-------------------------------------------------------*/
.newsletter-wide {
    background-color: #f7f7f7;
    padding: 48px 0;
}

.newsletter-wide__container {
    padding: 0 15px;
}

@media only screen and (min-width: 576px) {
    .newsletter-wide__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.newsletter-wide__text-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter-wide__text {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .newsletter-wide__text {
        margin-bottom: 10px;
    }
}

.newsletter-wide .mc4wp-form-fields input[type=email],
.newsletter-wide .mc4wp-form-fields input[type=text] {
    margin-bottom: 0;
    border-color: transparent;
}

/* Widget Socials
-------------------------------------------------------*/
.widget-socials .socials {
    display: block;
}

/* Widget Nav Menu
-------------------------------------------------------*/
.widget_nav_menu li {
    padding: 4px 0;
}

.widget_nav_menu li:first-child {
    padding-top: 0;
}

.widget_nav_menu li:last-child {
    padding-bottom: 0;
}

/* Widget Review Posts
-------------------------------------------------------*/
.widget-rating-posts .entry__title {
    font-size: 16px;
    font-weight: 600;
    margin-top: -5px;
}

.widget-rating-posts .post-list-small--2 .post-list-small__entry-title {
    font-size: 14px;
}

/* Widget Latest Videos
-------------------------------------------------------*/
.widget-latest-videos .entry__title {
    font-size: 15px;
}


/* Widget Logo
-------------------------------------------------------*/
.widget-logo .copyright {
    margin-top: 24px;
    margin-bottom: 24px;
}


/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud a,
.entry__tags a {
    padding: 6px 10px;
    line-height: 1;
    margin: 0 8px 8px 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f7f7f7;
    font-family: "Source Sans Pro", sans-serif;
    color: #54555E;
    display: inline-block;
    float: left;
}

.widget_tag_cloud a:hover,
.entry__tags a:hover {
    background-color: #3a7bd5;
    border-color: transparent;
    color: #fff !important;
}

.tagcloud {
    overflow: hidden;
}


/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
.post-wrappp {
    margin-top: 30px;
    display: block;
}

.single-post__entry-header {
    margin-bottom: 24px;
}

.single-post__entry-title {
    margin-bottom: 5px;
    font-size: 2.25em;
    font-weight: 700 !important;
    color: #000
}

.single-post__description {
    font-family: 'Archivo', sans-serif;
    position: relative;
    font-weight: 400;
    margin-top: 15px;
    font-style: normal;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #222
}


.entry__article {
}

@media only screen and (max-width: 767px) {
    .single-post__entry-title {
        font-size: 24px;
    }
}

.single-post__thumb-entry-title {
    max-width: 570px;
}

.entry__article-wrap {
    display: block;
    position: relative;
    clear: both;
}

.sticky-share-wrap {
    width: 75px;
    float: left;
    position: sticky;
    top: 0;
    margin-top: 20px;
}

.entry__article-top {
    width: calc(100% - 75px);
    float: left;
    padding-left: 15px;
}


.entry__article > h1,
.entry__article > h2,
.entry__article > h3,
.entry__article > h4,
.entry__article > h5,
.entry__article > h6 {
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif !important;
}


.entry__article > h1 {
    font-size: 35px;
    line-height: 45px;
}

.entry__article > h2 {
    font-size: 30px;
    line-height: 40px;
}

.entry__article > h3 {
    font-size: 26px;
    line-height: 36px;
}

.entry__article > h4 {
    font-size: 23px;
    line-height: 33px;
}

.entry__article > h5 {
    font-size: 20px;
    line-height: 27px;
}

.entry__article > h6 {
    font-size: 18px;
    line-height: 24px;
}

.entry__article > p {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #222;
    font-family: "Archivo", sans-serif !important;
}

.entry__article p > a {
    text-decoration: underline;
}

.entry__article figure {
    margin-bottom: 24px;
}

.entry__article ol, .entry__article ul {
    padding-left: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #222 !important;
    margin-bottom: 20px;
    font-family: "Archivo", sans-serif !important;
}

.entry__article ul {
    list-style: disc;
}

figure {
    margin: 0;
}

figcaption {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
    color: #83858F;
}

.entry__share {
    margin-bottom: 16px;
    margin-left: 20px;
    margin-top: 10px;
    position: sticky;
}


/* Entry Tags
/*-------------------------------------------------------*/
.entry__tags {
    margin-top: 15px;
    margin-bottom: 15px;
}

.entry__tags a {
    float: none;
}

.entry__tags i {
    font-size: 12px;
}

.entry__tags-label {
    color: #171821;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-right: 8px;
    margin-left: 3px;
}


/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination__page {
    font-size: 15px;
    display: inline-block;
    width: 30px;
    height: 32px;
    line-height: 32px;
    margin-right: 2px;
    text-align: center;
    color: #171821;
    background-color: #fff;
    vertical-align: middle;
}

.pagination__page:not(span):hover {
    background-color: #3a7bd5;
    border-color: transparent;
    color: #fff;
}

.pagination__page--current {
    background-color: #3a7bd5;
    color: #fff;
    border-color: transparent;
}

.pagination__icon {
    font-size: 12px;
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
    font-size: 38px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 575px) {
    .page-title {
        font-size: 24px;
    }
}

.page-featured-img {
    margin-bottom: 40px;
}


/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
.page-404-number {
    font-size: 80px;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .page-404-number {
        font-size: 50px;
    }
}


/*-------------------------------------------------------*/
/* Doviz
/*-------------------------------------------------------*/

.breaking-news {
    height: 55px;
    overflow: hidden;
    line-height: 55px;
    background: transparent
}


.breaking-news_title {
    float: left;
    width: 157px;
    color: #fff;
    line-height: 55px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    font-weight: 800 !important;
    padding-left: 10px;
    margin-left: -10px;
    -webkit-transform: skewX(-26deg);
    -ms-transform: skewX(-26deg);
    transform: skewX(-26deg);
}

.breaking-news_title:after,
.breaking-news_title:before {
    height: 55px;
    line-height: 55px;
    content: '';
    background: inherit;
    position: absolute;
    top: 0
}

.breaking-news_title:before {
    width: 1000px;
    right: 100%
}

.breaking-news_title:after {
    right: -9px;
    width: 6px
}

.breaking-news_title span {
    display: block;
    -webkit-transform: skewX(26deg);
    -ms-transform: skewX(26deg);
    transform: skewX(26deg)
}

.breaking-news_item {
    float: left;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-left: 32px;
    font-family: "Poppins", sans-serif !important;
}

.breaking-news_item a {
    color: #fff !important;
}

.breaking-news_item .owl-ticker {
    padding-left: 20px;
}


span.pulsewr-btn {
    position: absolute;
    top: 20px;
    left: 15px;
    content: '';
    background: linear-gradient(to right, #f07f0f 0%, #a72555 100%);
    height: 6px;
    width: 6px;
    border-radius: 100%;
    z-index: 1;
}

span.pulsewr-btn.opacity60 {
    opacity: 0.6;
}

span.pulsewr-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f07f0f 0%, #a72555 100%);
    border-radius: 100%;
    z-index: -1;
    animation: pulse 2s infinite;
    will-change: transform;
}

span.pulsewr-btn.user-online-btn:before {
    background-color: #606c88;

}

span.pulsewr2-btn {
    opacity: 0.8;
    position: absolute;
    top: 24px;
    left: 0;
    content: '';
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    height: 6px;
    width: 6px;
    border-radius: 100%;
    z-index: 1;
}

span.pulsewr2-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    border-radius: 100%;
    z-index: -1;
    animation: pulse 2s infinite;
    will-change: transform;
}


@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}


.owl-ustdov {
    float: left;
    position: relative;
    overflow: hidden;
    width: 200px;
    margin-left: -10px;
}

.owl-ustdov .owl-prev,
.owl-ustdov .owl-next {
    opacity: 0;
    position: absolute;
    top: -10px;
    right: 10px;
    margin-top: 0;
    padding: 0;
    width: 22px;
    height: 100%;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.0);
    border: none;
    color: #fff;
}

.owl-ustdov .owl-prev:hover,
.owl-ustdov .owl-next:hover {
    border-color: transparent;
    opacity: 1;
}

.owl-ustdov .owl-prev {
    right: 30px;
    left: auto;
}


.dovbox {
    overflow: hidden;
    position: relative;
}

.doviz-ic {
    padding-left: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
}

.dovbaslik {
    font-weight: 700;
    font-size: 14px;
    margin-top: -5px;
    color: #fff;
    text-transform: uppercase;
}

.dovdeger {
    display: block;
    font-weight: 700;
    color: #fff;
    margin-top: -40px;
}

.dovdegisim {
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px !important;
    padding-left: 3px;
}

.dovicon i {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    z-index: 1 !important;
}


.top-bar {
    background: linear-gradient(to right, #3a7bd5 0%, #444 100%);
    height: 55px;
    line-height: 55px;
}


.w-lg-4-s {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

.w-lg-4-s:before {
    width: 1000px;
    left: 100%;
    background-image: linear-gradient(147deg, #c62128 0%, #a00000 74%);
}

.w-lg-4-s:after,
.w-lg-4-s:before {
    height: 100%;
    content: '';
    background: inherit;
    position: absolute;
    top: 0;

}


.w-lg-4-l {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

.w-lg-4-l:before {
    width: 1000px;
    right: 100%;
    background-image: linear-gradient(147deg, #c62128 0%, #a00000 74%);
}

.w-lg-4-l:after,
.w-lg-4-l:before {
    height: 100%;
    content: '';
    background: inherit;
    position: absolute;
    top: 0;

}


.havaselect-css {
    display: block;
    opacity: 0;

    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;


}

.havaselect-css::-ms-expand {
    display: none;
}

.havaselect-css:hover {
    border-color: #888;
}

.havaselect-css:focus {
    background: #f7f7f7;

}

.havaselect-css option {
    font-weight: normal;
}

.havaselect-css option:not(:checked) {
    color: black;
}


.hava {
    height: 60px;
    padding: 0 20px 0 20px;
    color: #fff !important;
}

.havabaslik {
    font-size: 14px;
    font-weight: 700;
    color: #2196f3;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-left: 40px;


    background: linear-gradient(to right, #fff 0%, #eee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.havabaslik span {
    color: #444;
    font-size: 16px;
    padding-left: 2px;
    font-weight: 700;

}

.weather {


    position: absolute;

}

.weather32::before,
.weather34::before,
.weather50::before,
.weatherA:before {
    content: url(../img/hava/sun.png);
    display: inline-block;
    padding-right: 10px;
    padding-top: 10px
}

.weatherAB:before {
    content: url(../img/hava/az-bulut.png);
    display: inline-block;
    padding-right: 10px;
    margin-top: 10px
}

.weather28::before,
.weather30::before,
.weatherPB:before {
    content: url(../img/hava/pbulutlu.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}

.weather20::before,
.weather26::before,
.weather27::before,
.weatherCB:before {
    content: url(../img/hava/clouds.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}

.weather09:before,
.weather11:before,
.weather12:before,
.weather17:before,
.weatherHSY:before,
.weatherHY:before {
    content: url(../img/hava/hafifyagmur.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}

.weather06::before,
.weather13::before,
.weather14::before,
.weather15::before,
.weather40::before,
.weatherK:before,
.weatherKAR:before {
    content: url(../img/hava/kar.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}

.weather03::before,
.weather04::before,
.weather35::before,
.weatherGG:before,
.weatherGSY:before {
    content: url(../img/hava/gokgurultulu.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}

.weather39::before,
.weatherY:before {
    content: url(../img/hava/yagmur.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: -10px
}

.weather05::before,
.weather42::before,
.weatherAC:before,
.weatherPUS:before {
    content: url(../img/hava/agirciseleme.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}

.nav {
    min-height: 48px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 120;
    position: relative;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    display: block;
    /* Dropdowns (large screen) */
}

.nav__holder {
    background-color: #fff;
    background-image: linear-gradient(147deg, #fff 0%, #fff 74%);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    line-height: 60px;
    height: 60px !important;
}

.nav__wrap {
    padding-left: 40px;
}

.nav__menu, .nav__dropdown-menu {
    list-style: none;
}

.nav__menu {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__menu > li {
    position: relative;
}

.nav__menu > li.active a:before,
.nav__menu > li:hover a:before {
    width: 100%;
}

.nav__menu > li > a {
    font-family: "Source Sans Pro", sans-serif;
    color: #171821;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 16px;
    display: block;
    position: relative;
    line-height: 48px;
}

.nav__menu > li > a:hover {
    color: #3a7bd5;
}

.nav__menu > li > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #3a7bd5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav__dropdown > a:after {
    content: '\f123';
    font-family: 'ui-icons';
    margin-left: 7px;
    font-size: 10px;
    line-height: 1;
}

.nav__dropdown .nav__dropdown > a:after {
    content: '\e804';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) {
    .nav__menu > li {
        display: inline-block;
        text-align: center;
    }

    .nav__dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        padding: 10px 0;
        z-index: 1000;
        min-width: 200px;
        width: 100%;
        text-align: left;
        list-style: none;
        white-space: nowrap;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        background-clip: padding-box;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .nav__dropdown-menu > li > a {
        color: #54555E;
        padding: 8px 22px;
        font-size: 14px;
        display: block;
    }

    .nav__dropdown-menu > li > a:hover {
        color: #3a7bd5;
    }

    .nav__dropdown-menu.hide-dropdown {
        visibility: hidden !important;
        opacity: 0 !important;
    }

    .nav__dropdown-menu--right {
        right: 0;
    }

    .nav__dropdown:hover > .nav__dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

    .nav__dropdown-menu .nav__dropdown-menu {
        left: 100%;
        top: -10px;
    }

    .nav__dropdown .nav__dropdown {
        position: relative;
    }

    .nav__megamenu {
        padding: 32px 30px;
    }

    .nav__megamenu .row {
        white-space: normal;
    }

    .nav__megamenu-item .entry {
        margin-bottom: 0;
    }

    .nav__megamenu-item .entry__title {
        font-size: 16px;
    }

    .nav__megamenu-list a {
        font-family: "Montserrat", sans-serif;
        display: block;
        clear: both;
        padding: 4px 0;
        white-space: nowrap;
        color: #b2b2b2;
        font-size: 15px;
    }
}

.mobile body {
    cursor: pointer;
}

/* Nav Style 1
-------------------------------------------------------*/
.header {
    padding: 30px 0;
}

.header__menu-list li {
    display: inline-block;
    font-size: 14px;
    margin-right: 19px;
}

.header__menu-list a {
    color: #54555E;
}

@media only screen and (min-width: 992px) {
    .nav--1 {
        min-height: 82px;
    }

    .nav--1 .container:before, .nav--1 .container:after {
        content: '';
        display: block;
        position: absolute;
        left: 15px;
        right: 15px;
        height: 2px;
        background-color: #E3E4E8;
    }

    .nav--1 .container:after {
        bottom: 0;
    }

    .nav--1 .nav--sticky,
    .nav--1 .nav__menu > li > a {
        height: 82px;
    }

    .nav--1 .nav__menu > li > a {
        line-height: 82px;
    }
}

.nav--1 .sticky {
    height: 48px;
}

.nav--1 .sticky .nav__menu > li > a {
    line-height: 48px;
    height: 48px;
}

.nav--1 .nav__holder {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav--1 .nav__wrap {
    padding-left: 0;
    -webkit-box-flex: 4;
    -ms-flex: 4 0 0px;
    flex: 4 0 0;
    text-align: center;
}

.nav--1 .nav__menu > li > a:before {
    display: none;
}

.home .nav--1 .container:after,
.nav--1 .nav__holder.scrolling .container:after,
.nav--1 .nav__holder.scrolling .container:before {
    display: none;
}

/* Nav Style 2
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
    .nav--2 {
        min-height: 100px;
    }

    .nav--2 .nav__holder {
        height: 100px;
    }

    .nav--2 .nav__menu > li > a {
        line-height: 100px;
    }
}

.nav--2 .nav__holder {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav--2 .nav__wrap {
    padding-left: 0;
    -webkit-box-flex: 4;
    -ms-flex: 4 0 0px;
    flex: 4 0 0;
    text-align: center;
}

.nav--2 .nav__menu > li > a:before {
    display: none;
}

.nav--2 .nav-icon-toggle {
    margin-right: 48px;
}

/* Logo
-------------------------------------------------------*/
.logo {
    line-height: 1;
}

.logo-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Nav Flexbox
-------------------------------------------------------*/
header .flex-parent {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .flex-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    line-height: 1;
}

.nav--align-right {
    margin-left: auto;
}

.nav--align-left {
    margin-right: auto;
}

/* Nav Right
-------------------------------------------------------*/
.nav__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    min-height: 60px;
}

@media only screen and (max-width: 991px) {
    .nav__right-item {
        margin-right: 0;
    }
}

.nav__right a:hover,
.nav__right a:focus {
    color: #3a7bd5;
}

/* Nav Search
-------------------------------------------------------*/
.nav__search {
    margin-left: auto;
}

.nav__search-box {
    width: 300px;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 15px 20px;
    background-color: #f7f7f7;
    display: none;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nav__search-form {
    position: relative;
}

.nav__search-form input {
    background: #fff !important;
    border-color: #eee !important;
}

.nav__search-input {
    margin-bottom: 0;
    display: block;
    line-height: 40px;
}

.nav__search-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
    width: 42px;
}

.nav__search-trigger {
    color: #fff !important;
    font-size: 16px;
    display: inline-block;
    width: 34px;
    height: 28px;
    line-height: 30px;
    margin-left: -48px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav__search-trigger:hover {
    color: #fff !important;
}

.nav__search .ui-close {
    font-size: 19px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .nav__search-box {
        width: 100%;
    }
}

/* Mobile Search */
.nav__search-mobile-form {
    position: relative;
}

.nav__search-mobile-input {
    height: 46px;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #171821;
    border-radius: 0;
    border-bottom: 1px solid #182835;
}

.nav__search-mobile-input:focus {
    background-color: transparent;
    border-color: #fff;
}

.nav__search-mobile-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border: 0;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    color: #9AA3AB;
    background-color: transparent;
}

/* Change Color of Placeholders */
input.nav__search-mobile-input::-webkit-input-placeholder {
    color: #9AA3AB;
}

input.nav__search-mobile-input:-moz-placeholder {
    color: #9AA3AB;
    opacity: 1;
}

input.nav__search-mobile-input::-moz-placeholder {
    color: #9AA3AB;
    opacity: 1;
}

input.nav__search-mobile-input:-ms-input-placeholder {
    color: #9AA3AB;
}


/* Sticky Nav
-------------------------------------------------------*/
.nav--sticky {
    height: 48px;
}

.nav--sticky.offset {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav--sticky.scrolling {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.nav--sticky.sticky {
    position: fixed;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    height: 48px;
    top: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 120;
}

.nav--sticky.sticky.scrolling {
    opacity: 1;
    visibility: visible;
}

.nav--sticky.sticky .nav__menu > li > a {
    line-height: 48px;
}

.nav--sticky.sticky .logo-wrap a {
    height: 48px;
}


/* Go to Top
-------------------------------------------------------*/
#back-to-top {
    display: block;
    z-index: 100;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 12px;
    position: fixed;
    bottom: -34px;
    right: 20px;
    line-height: 32px;
    background-color: rgba(23, 24, 33, 0.5);
    -webkit-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

#back-to-top i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#back-to-top a {
    display: block;
    color: #fff;
}

#back-to-top.show {
    bottom: 20px;
}

#back-to-top:hover {
    background-color: #3a7bd5;
    border-color: transparent;
}

#back-to-top:hover i {
    color: #fff;
}

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .nav__header {
        height: 48px;
    }

    .nav__wrap {
        text-align: left;
    }

    .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 48px;
        line-height: 48px;
        text-align: center;
    }
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
    position: relative;
    z-index: 1;
    background: #fff;
}

.footer a:not(.social):hover {
    color: #3a7bd5;
}

.footer--white {
    background-color: #fff;
}

.footer--dark {
    background-color: #171821;
}

.footer--dark a,
.footer--dark .widget-title,
.footer--dark .social {
    color: #fff;
}

.footer--dark p {
    color: #83858F !important;
}

.footer--dark .post-list-small__item,
.footer--dark .widget_nav_menu li {
    border-color: #54555E;
}

.footer--dark .entry__meta li {
    color: #5f686b !important;
}

.footer--dark .mc4wp-form-fields input[type=email],
.footer--dark .mc4wp-form-fields input[type=text] {
    border-color: transparent;
}

.footer--dark .mc4wp-form-fields input[type=email]:focus,
.footer--dark .mc4wp-form-fields input[type=text]:focus {
    border-color: #3a7bd5;
}

.footer--dark .newsletter__icon {
    color: #575961;
}

.footer--dark .tagcloud a {
    background-color: #2D2E36;
    color: #fff;
}

.footer__widgets {
    padding: 15px 0 15px 0;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.footer__widgets p {
    font-size: 14px;
    line-height: 26px;
}

@media only screen and (max-width: 991px) {
    .footer__widgets > .row > div:not(:last-child) {
        margin-bottom: 50px;
    }
}

.footer__widgets--short {
    padding: 60px 0;
}

.footer .logo__img {
    display: block;
    padding-bottom: 20px;
}

.logo__img {
    max-height: 40px;
    width: auto;
}


.footers a {
    color: #696969;
}

.footers p {
    color: #696969;
}

.footers ul {
    line-height: 30px;
}


/* footbutton
-------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .footers-logo, .footers-info {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
}

.footbutton {
    background: #F0F0F0;
    border-left: 3px solid #DBDBDB;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}


/* Footer Grey
-------------------------------------------------------*/
.footer--grey {
    background-color: #f7f7f7;
}

/* Footer Bg Image
-------------------------------------------------------*/
.footer--bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer--bg-img:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(23, 24, 33, 0.9);
}

/* Footer Widgets Top
-------------------------------------------------------*/
.footer__widgets-top {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #54555E;
}

/* Footer Nav Menu
-------------------------------------------------------*/
.footer__nav-menu {
    line-height: 30px;
}

.footer__nav-menu li {
    display: inline-block;
    margin-right: 24px;
    position: relative;
}

.footer-menu-wrap .footer__nav-menu li {
    margin-right: 14px;
    padding-right: 14px;
}


.footer__nav-menu a {
    color: #171821;
}

.footer__nav-menu a:hover {
    color: #222 !important;
}

.footer__nav-menu + .copyright {
    margin-top: 24px;
}

.footer__nav-menu--1 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.copyright {
    color: #83858F;
    display: inline-block;
    font-size: 15px !important;
}

.copyright a {
    color: inherit;
}

.copyright a:hover {
    color: #3a7bd5;
}

.footer-menu-ikon {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 4px;
    background: #eee;
}

.footer__nav-menu li:hover .footer-menu-ikon {
    background: #ddd;
}

/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
    padding: 25px 0 15px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .footer__bottom .copyright {
        margin-top: 15px;
    }
}

.footer__bottom .widget_nav_menu li {
    display: inline-block;
    margin-right: 15px;
    border-bottom: 0;
    padding: 0;
}

.footer__bottom .widget_nav_menu li:last-child {
    margin-right: 0;
}

.footer__bottom--dark {
    background-color: #0E0F14;
}

.footer__bottom--dark .footer__nav-menu a {
    color: #fff;
}

.footer__bottom--dark .footer__nav-menu a:hover {
    color: #3a7bd5;
}

.footer__bottom--white {
    background-color: #fff;
}

.footer__bottom--light {
    background-color: #fafafa;
}

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-56 {
    margin-top: 56px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-72 {
    margin-top: 72px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-72 {
    margin-bottom: 72px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pt-0 {
    padding-top: 0;
}

.pt-8 {
    padding-top: 8px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-48 {
    padding-top: 48px;
}

.pt-56 {
    padding-top: 56px;
}

.pt-64 {
    padding-top: 64px;
}

.pt-72 {
    padding-top: 72px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-48 {
    padding-bottom: 48px;
}

.pb-56 {
    padding-bottom: 56px;
}

.pb-64 {
    padding-bottom: 64px;
}

.pb-72 {
    padding-bottom: 72px;
}

.pb-80 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-8 {
        margin-top: 8px;
    }

    .mt-lg-16 {
        margin-top: 16px;
    }

    .mt-lg-24 {
        margin-top: 24px;
    }

    .mt-lg-32 {
        margin-top: 32px;
    }

    .mt-lg-40 {
        margin-top: 40px;
    }

    .mt-lg-48 {
        margin-top: 48px;
    }

    .mt-lg-56 {
        margin-top: 56px;
    }

    .mt-lg-64 {
        margin-top: 64px;
    }

    .mt-lg-72 {
        margin-top: 72px;
    }

    .mt-lg-80 {
        margin-top: 80px;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-8 {
        margin-bottom: 8px;
    }

    .mb-lg-16 {
        margin-bottom: 16px;
    }

    .mb-lg-24 {
        margin-bottom: 24px;
    }

    .mb-lg-32 {
        margin-bottom: 32px;
    }

    .mb-lg-40 {
        margin-bottom: 40px;
    }

    .mb-lg-48 {
        margin-bottom: 48px;
    }

    .mb-lg-56 {
        margin-bottom: 56px;
    }

    .mb-lg-64 {
        margin-bottom: 64px;
    }

    .mb-lg-72 {
        margin-bottom: 72px;
    }

    .mb-lg-80 {
        margin-bottom: 80px;
    }

    .pt-lg-0 {
        padding-top: 0;
    }

    .pt-lg-8 {
        padding-top: 8px;
    }

    .pt-lg-16 {
        padding-top: 16px;
    }

    .pt-lg-24 {
        padding-top: 24px;
    }

    .pt-lg-32 {
        padding-top: 32px;
    }

    .pt-lg-40 {
        padding-top: 40px;
    }

    .pt-lg-48 {
        padding-top: 48px;
    }

    .pt-lg-56 {
        padding-top: 56px;
    }

    .pt-lg-64 {
        padding-top: 64px;
    }

    .pt-lg-72 {
        padding-top: 72px;
    }

    .pt-lg-80 {
        padding-top: 80px;
    }

    .pb-lg-0 {
        padding-bottom: 0;
    }

    .pb-lg-8 {
        padding-bottom: 8px;
    }

    .pb-lg-16 {
        padding-bottom: 16px;
    }

    .pb-lg-24 {
        padding-bottom: 24px;
    }

    .pb-lg-32 {
        padding-bottom: 32px;
    }

    .pb-lg-40 {
        padding-bottom: 40px;
    }

    .pb-lg-48 {
        padding-bottom: 48px;
    }

    .pb-lg-56 {
        padding-bottom: 56px;
    }

    .pb-lg-64 {
        padding-bottom: 64px;
    }

    .pb-lg-72 {
        padding-bottom: 72px;
    }

    .pb-lg-80 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-8 {
        margin-top: 8px;
    }

    .mt-md-16 {
        margin-top: 16px;
    }

    .mt-md-24 {
        margin-top: 24px;
    }

    .mt-md-32 {
        margin-top: 32px;
    }

    .mt-md-40 {
        margin-top: 40px;
    }

    .mt-md-48 {
        margin-top: 48px;
    }

    .mt-md-56 {
        margin-top: 56px;
    }

    .mt-md-64 {
        margin-top: 64px;
    }

    .mt-md-72 {
        margin-top: 72px;
    }

    .mt-md-80 {
        margin-top: 80px;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-8 {
        margin-bottom: 8px;
    }

    .mb-md-16 {
        margin-bottom: 16px;
    }

    .mb-md-24 {
        margin-bottom: 24px;
    }

    .mb-md-32 {
        margin-bottom: 32px;
    }

    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-48 {
        margin-bottom: 48px;
    }

    .mb-md-56 {
        margin-bottom: 56px;
    }

    .mb-md-64 {
        margin-bottom: 64px;
    }

    .mb-md-72 {
        margin-bottom: 72px;
    }

    .mb-md-80 {
        margin-bottom: 80px;
    }

    .pt-md-0 {
        padding-top: 0;
    }

    .pt-md-8 {
        padding-top: 8px;
    }

    .pt-md-16 {
        padding-top: 16px;
    }

    .pt-md-24 {
        padding-top: 24px;
    }

    .pt-md-32 {
        padding-top: 32px;
    }

    .pt-md-40 {
        padding-top: 40px;
    }

    .pt-md-48 {
        padding-top: 48px;
    }

    .pt-md-56 {
        padding-top: 56px;
    }

    .pt-md-64 {
        padding-top: 64px;
    }

    .pt-md-72 {
        padding-top: 72px;
    }

    .pt-md-80 {
        padding-top: 80px;
    }

    .pb-md-0 {
        padding-bottom: 0;
    }

    .pb-md-8 {
        padding-bottom: 8px;
    }

    .pb-md-16 {
        padding-bottom: 16px;
    }

    .pb-md-24 {
        padding-bottom: 24px;
    }

    .pb-md-32 {
        padding-bottom: 32px;
    }

    .pb-md-40 {
        padding-bottom: 40px;
    }

    .pb-md-48 {
        padding-bottom: 48px;
    }

    .pb-md-56 {
        padding-bottom: 56px;
    }

    .pb-md-64 {
        padding-bottom: 64px;
    }

    .pb-md-72 {
        padding-bottom: 72px;
    }

    .pb-md-80 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-8 {
        margin-top: 8px;
    }

    .mt-sm-16 {
        margin-top: 16px;
    }

    .mt-sm-24 {
        margin-top: 24px;
    }

    .mt-sm-32 {
        margin-top: 32px;
    }

    .mt-sm-40 {
        margin-top: 40px;
    }

    .mt-sm-48 {
        margin-top: 48px;
    }

    .mt-sm-56 {
        margin-top: 56px;
    }

    .mt-sm-64 {
        margin-top: 64px;
    }

    .mt-sm-72 {
        margin-top: 72px;
    }

    .mt-sm-80 {
        margin-top: 80px;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-8 {
        margin-bottom: 8px;
    }

    .mb-sm-16 {
        margin-bottom: 16px;
    }

    .mb-sm-24 {
        margin-bottom: 24px;
    }

    .mb-sm-32 {
        margin-bottom: 32px;
    }

    .mb-sm-40 {
        margin-bottom: 40px;
    }

    .mb-sm-48 {
        margin-bottom: 48px;
    }

    .mb-sm-56 {
        margin-bottom: 56px;
    }

    .mb-sm-64 {
        margin-bottom: 64px;
    }

    .mb-sm-72 {
        margin-bottom: 72px;
    }

    .mb-sm-80 {
        margin-bottom: 80px;
    }

    .pt-sm-0 {
        padding-top: 0;
    }

    .pt-sm-8 {
        padding-top: 8px;
    }

    .pt-sm-16 {
        padding-top: 16px;
    }

    .pt-sm-24 {
        padding-top: 24px;
    }

    .pt-sm-32 {
        padding-top: 32px;
    }

    .pt-sm-40 {
        padding-top: 40px;
    }

    .pt-sm-48 {
        padding-top: 48px;
    }

    .pt-sm-56 {
        padding-top: 56px;
    }

    .pt-sm-64 {
        padding-top: 64px;
    }

    .pt-sm-72 {
        padding-top: 72px;
    }

    .pt-sm-80 {
        padding-top: 80px;
    }

    .pb-sm-0 {
        padding-bottom: 0;
    }

    .pb-sm-8 {
        padding-bottom: 8px;
    }

    .pb-sm-16 {
        padding-bottom: 16px;
    }

    .pb-sm-24 {
        padding-bottom: 24px;
    }

    .pb-sm-32 {
        padding-bottom: 32px;
    }

    .pb-sm-40 {
        padding-bottom: 40px;
    }

    .pb-sm-48 {
        padding-bottom: 48px;
    }

    .pb-sm-56 {
        padding-bottom: 56px;
    }

    .pb-sm-64 {
        padding-bottom: 64px;
    }

    .pb-sm-72 {
        padding-bottom: 72px;
    }

    .pb-sm-80 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-8 {
        margin-top: 8px;
    }

    .mt-xs-16 {
        margin-top: 16px;
    }

    .mt-xs-24 {
        margin-top: 24px;
    }

    .mt-xs-32 {
        margin-top: 32px;
    }

    .mt-xs-40 {
        margin-top: 40px;
    }

    .mt-xs-48 {
        margin-top: 48px;
    }

    .mt-xs-56 {
        margin-top: 56px;
    }

    .mt-xs-64 {
        margin-top: 64px;
    }

    .mt-xs-72 {
        margin-top: 72px;
    }

    .mt-xs-80 {
        margin-top: 80px;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xs-8 {
        margin-bottom: 8px;
    }

    .mb-xs-16 {
        margin-bottom: 16px;
    }

    .mb-xs-24 {
        margin-bottom: 24px;
    }

    .mb-xs-32 {
        margin-bottom: 32px;
    }

    .mb-xs-40 {
        margin-bottom: 40px;
    }

    .mb-xs-48 {
        margin-bottom: 48px;
    }

    .mb-xs-56 {
        margin-bottom: 56px;
    }

    .mb-xs-64 {
        margin-bottom: 64px;
    }

    .mb-xs-72 {
        margin-bottom: 72px;
    }

    .mb-xs-80 {
        margin-bottom: 80px;
    }

    .pt-xs-0 {
        padding-top: 0;
    }

    .pt-xs-8 {
        padding-top: 8px;
    }

    .pt-xs-16 {
        padding-top: 16px;
    }

    .pt-xs-24 {
        padding-top: 24px;
    }

    .pt-xs-32 {
        padding-top: 32px;
    }

    .pt-xs-40 {
        padding-top: 40px;
    }

    .pt-xs-48 {
        padding-top: 48px;
    }

    .pt-xs-56 {
        padding-top: 56px;
    }

    .pt-xs-64 {
        padding-top: 64px;
    }

    .pt-xs-72 {
        padding-top: 72px;
    }

    .pt-xs-80 {
        padding-top: 80px;
    }

    .pb-xs-0 {
        padding-bottom: 0;
    }

    .pb-xs-8 {
        padding-bottom: 8px;
    }

    .pb-xs-16 {
        padding-bottom: 16px;
    }

    .pb-xs-24 {
        padding-bottom: 24px;
    }

    .pb-xs-32 {
        padding-bottom: 32px;
    }

    .pb-xs-40 {
        padding-bottom: 40px;
    }

    .pb-xs-48 {
        padding-bottom: 48px;
    }

    .pb-xs-56 {
        padding-bottom: 56px;
    }

    .pb-xs-64 {
        padding-bottom: 64px;
    }

    .pb-xs-72 {
        padding-bottom: 72px;
    }

    .pb-xs-80 {
        padding-bottom: 80px;
    }
}

/*-------------------------------------------------------*/
/* Helper Classes
/*-------------------------------------------------------*/
/* Gradients / Overlays
-------------------------------------------------------*/
.full-overlay {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.bottom-gradient {
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .5s;
    transition: all .5s;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.entry:hover .bottom-gradient, .box:hover .bottom-gradient, .item:hover .bottom-gradient {

    height: 80%;

    background: rgba(0, 0, 0, 1);
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}


.bottom-gradient-2 {
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

/* Section Dividers
-------------------------------------------------------*/
.top-divider {
    border-top: 1px solid #E3E4E8;
}

.bottom-divider {
    border-bottom: 1px solid #E3E4E8;
}

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
body.admin-bar .nav--sticky {
    top: 50px;
}

.gallery-caption {
    display: block;
    border: none !important
}


img {
    height: auto;
}

.alignnone {
    margin: 8px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 8px auto 8px auto;
}

.alignright {
    float: right;
    margin: 8px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 8px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 8px 0 20px 20px;
}

a img.alignnone {
    margin: 8px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 8px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */
.screen-reader-text,
.says {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #E3E4E8;
    padding: 2px;
}

.widget_recent_entries ul li a {
    color: #54555E;
}

.widget_recent_entries ul li a:hover {
    color: #3a7bd5;
}

.widget .recentcomments a {
    color: #54555E;
}

/* Calendar */
#wp-calendar {
    width: 100%;
}

#wp-calendar th,
#wp-calendar td {
    text-align: center;
}

#wp-calendar tbody td {
    line-height: 1;
}

#wp-calendar > tfoot > tr {
    border: 1px solid #E3E4E8;
}

#wp-calendar > tfoot > tr > td {
    border: 0;
}

.post-password-form label > input {
    margin-bottom: 24px;
}

.post-password-form label + input {
    line-height: 41px;
    font-size: 11px;
    padding: 0 24px;
    font-family: "Montserrat", sans-serif;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: #000;
    color: #fff;
    position: relative;
    top: -2px;
    width: auto;
}

/* Sticky Post */
.post.sticky .entry__title:before {
    content: '\e804';
    font-family: "ui-icons";
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -2px;
    font-size: 18px;
    color: #bbbbbb;
    max-height: 20px;
}

/*-------------------------------------------------------*/
/* Article styles
/*-------------------------------------------------------*/
dt,
dd {
    padding: 10px 0;
    border-bottom: 1px solid #E3E4E8;
}

/* Pagination */
.entry-pages {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E3E4E8;
}

.entry-pages a {
    min-width: 12px;
    display: inline-block;
    text-align: center;
}

.comment-navigation {
    margin: 20px 0;
}

.comment-navigation .nav-previous {
    float: left;
}

.comment-navigation .nav-next {
    float: right;
}

.comment-respond {
    margin-top: 60px;
}


/* Style foxtheme
-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.section-title,
.widget-title {
    font-weight: 700;
}

.btn,
.nav__menu > li > a,
.trending-now__label,
.sidenav__menu-url,
.entry__meta-category,
.widget_tag_cloud a,
.entry__tags a,
.entry-date-label,
label {
    font-family: "Poppins", sans-serif;
}

.nav__dropdown.active {
    background-color: #3a7bd5;
}

.nav__dropdown.active > a {
    color: #fff !important;
}

a:hover, a:focus, .entry__title:hover a {
    color: #3a7bd5;
}


/* widget-games
-------------------------------------------------------*/
.widget-games a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 100px;
    width: 100%;
    padding: 25px 20px;
    position: relative;
}


.widget-games a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #232323 0%, #232323 26%, rgba(37, 37, 37, 0.3) 100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}


.widget-games a:hover .overlay {
    background: linear-gradient(45deg, #3a7bd5 0%, #222 46%, rgba(37, 37, 37, 0.3) 100%);
}


.widget-games a .widget-block {
    position: relative;
    z-index: 3;
    display: table;
    width: 100%;
    height: 100%;

}


.widget-games a .widget-block .count {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    float: left;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 0.5);
    width: 45px;
    height: 45px;
    border-radius: 50% 50% 50% 50%;
    line-height: 40px;

    transition: .2s ease-in-out;

    margin-left: -10px;

}

.widget-games a:hover .widget-block .count {
    margin-left: 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.widget-games a .widget-block .count:before {
    transition: .2s ease-in-out;
    margin-left: -10px;
}

.widget-games a:hover .widget-block .count:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 5px;
    bottom: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50% 50% 50% 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    margin-left: 0;

    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

.widget-games a .widget-block .description {
    display: table-cell;
    vertical-align: middle;
    padding-left: 14px;
    text-align: left;
    width: 95%
}

.widget-games a .widget-block .title {
    line-height: 22px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: -5px;
    max-height: 47px;
    overflow: hidden;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.widget-games a .widget-block .date {
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5)
}


.widget-games-cat a .widget-block .title {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 6px;
    display: inline-block;
}

.widget-games-cat2 a .widget-block .title {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    max-height: 57px;
    line-height: 23px;
    background: rgba(0, 0, 0, 0.1);
    padding: 6px;
    border-radius: 6px;
    display: inline-block;
}

.widget-games-cat2 a {

    padding: 0 10px;


}


.widget-games-cat a:hover .effect-shine {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.effect-shine-ak {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .7) 30%, #000 50%, rgba(0, 0, 0, .7) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

.widget-games-cat a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #232323 0%, #232323 26%, rgba(37, 37, 37, 0.3) 100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}


.widget-games-cat a:hover .overlay {
    background: linear-gradient(45deg, #3a7bd5 0%, #3a7bd5 46%, rgba(0, 0, 0, 0.3) 100%);
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


.pop-chart {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    top: -10px;
    left: -15px;
    z-index: 2;

}


.pop-chart span {
    font-size: 25px;
    color: #222;
    font-weight: 700;
}

.pop-chart.pop-chart-sm span {
    font-size: 25px;
    color: #222;
    font-weight: 700;
}

.pop-chart:before {
    transition: all .2s ease-in-out;
    opacity: 0.5;
    content: " ";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 51px;
    height: 51px;
    border-radius: 51px;
    line-height: 50px;
    border-radius: 100%;
}

.pop-chart.pop-chart-1:before {
    border: 5px solid #f6d365;
}

.pop-chart.pop-chart-2:before {
    border: 5px solid #00e795;
}

.pop-chart.pop-chart-3:before {
    border: 5px solid #f56348;
}

.pop-chart.pop-chart-4:before {
    border: 5px solid #4568dc;
}

.pop-chart.pop-chart-5:before {
    border: 5px solid #f6d365;
}

.pop-chart.pop-chart-6:before {
    border: 5px solid #00e795;
}

.pop-chart.pop-chart-7:before {
    border: 5px solid #f56348;
}

.pop-chart.pop-chart-8:before {
    border: 5px solid #4568dc;
}

.pop-chart.pop-chart-9:before {
    border: 5px solid #f6d365;
}

.pop-chart.pop-chart-10:before {
    border: 5px solid #00e795;
}

.pop-chart.pop-chart-11:before {
    border: 5px solid #f56348;
}

.pop-chart.pop-chart-12:before {
    border: 5px solid #4568dc;
}


.video-iko {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    text-align: center;
    background: linear-gradient(to right, #ed213a, #ed213a);
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    transition: .4s all;
}

.video-iko.iko-sm {
    width: 29px;
    height: 29px;
    border-radius: 29px;
    line-height: 29px;
}


.video-iko.iko-mt {
    top: 20px;
    left: 20px;
    margin: 0;
}


.video-iko span {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.video-iko.iko-sm span {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}


.video-iko:before {
    transition: all .2s ease-in-out;
    opacity: 0.5;
    content: " ";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    line-height: 35px;
    border-radius: 100%;
}


.video-iko.iko-sm:before {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 29px;
}

.video-iko-1:before {
    border: 4px solid rgba(0, 0, 0, 0.8);
}

.entry:hover .video-iko, li.post-list-small__item:hover .video-iko, .card:hover .video-iko, .box:hover .video-iko {
    background: rgba(0, 0, 0, 0.8);
    transform: rotateX(180deg);
}

.entry:hover .video-iko.video-cam, .card:hover .video-iko.video-cam, .box:hover .video-iko.video-cam {
    transform: rotateX(360deg);
}

.video-iko.video-cam {
    background: linear-gradient(to right, #3a7bd5, #3a7bd5);
}

.video-iko.video-cam span {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}


.entry:hover .pop-chart:before, li.post-list-small__item:hover .pop-chart:before, .card:hover .pop-chart:before {

    opacity: 1;
}


.single-post-info {
    margin-top: 15px;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    color: #999
}

.single-post-info span {
    display: table-cell
}


/*//////// llevel //////// */
.level .meta-view {
    float: right;
    margin-left: 10px;
    color: #3a7bd5;
    text-align: right;
    font-size: 24px;
    margin-top: 0
}

.level .meta-view span {
    display: block;
    font-size: 13px;
    margin-top: -5px;
}

.level .meta-comments {
    float: right;
    margin-left: 10px;
    color: #888;
    text-align: right;
    font-size: 24px;
    margin-top: 0;
    padding-right: 15px;
    margin-right: 5px;
}

.level .meta-comments span {
    display: block;
    font-size: 13px;
    margin-top: -5px;
}

.level {
    align-items: center;
    justify-content: space-between;
}

.level code {
    border-radius: 4px;
}

.level img {
    display: inline-block;
    vertical-align: top;
}

.level.is-mobile {
    display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
    display: flex;
}

.level.is-mobile .level-left + .level-right {
    margin-top: 0;
}

.level.is-mobile .level-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(.is-narrow) {
    flex-grow: 1;
}

@media screen and (min-width: 769px), print {
    .level {
        display: flex;
    }

    .level > .level-item:not(.is-narrow) {
        flex-grow: 1;
    }
}

.level-item {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
}

.level-item .title,
.level-item .subtitle {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .level-item:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .is-galerilevel .level-left {
        display: none !important;
        width: 0;
    }

}

.level-left,
.level-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
    flex-grow: 1;
}

@media screen and (min-width: 769px), print {
    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
        margin-right: 0.75rem;
    }
}

.level-left {
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    .level-left + .level-right {
        margin-top: 1.5rem;
    }

    .level.is-mobile {
        display: flex;
        overflow: hidden;
        overflow-x: scroll;
    }


}

@media screen and (min-width: 769px), print {
    .level-left {
        display: flex;
    }
}

.level-right {
    align-items: center;
    justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
    .level-right {
        display: flex;
    }
}

/*//////// level_social_box //////// */
.level_social_box {
    background: #FFDD57;
    color: #363636;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 32px;
}

.level_social_box.facebook_color {
    background: #305C99;
    color: rgba(255, 255, 255, 0.94);
}

.level_social_box.twitter_color {
    background: #00CDFF;
    color: rgba(255, 255, 255, 0.94);
}

.level_social_box.pinterest_color {
    background: #E22B26;
    color: rgba(255, 255, 255, 0.94);
}

.level_social_box.like_color {
    background: #4352BE;
    color: rgba(255, 255, 255, 0.94);
}


/*////////news-abone //////// */
.news-abone {
}

.news-abone-logo {
    border: 1px solid #dedede;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    font-size: 13px;
    padding-top: 2px;
    border-radius: 4px;
}

.news-abone-logo img {
    height: 14px;
    margin-right: 3px;

}

.news-abone-logo span {
    color: #7E8488;
    font-weight: 600;
    margin-top: -2px;
}

.news-abone a span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #7E8488;
    transition: color .2s ease-in-out;
}


.user-info {
    font-family: inherit;
    float: left;
    width: 70%
}

.user-info .avatar {
    margin-right: 10px;
    float: left
}

.user-info .avatar img {
    width: 45px;
    height: 45px
}

.user-info .meta-info {
    width: 100%;
    position: relative
}

.user-info .meta-info .single-post-info__author {
    color: #3a7bd5;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.user-info .meta-info .single-post-info__author:hover {
    color: #555
}

.user-info .meta-info .meta-detail {
    display: block;
    color: #888;
    font-size: 14px;
    margin-top: 4px
}

.single-post-info .item_category a {
    float: left;
    display: inline-block;
    background-color: #eee;
    padding: 3px 6px;
    font-size: 11px;
    line-height: 14px;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600 !important;
}

.single-post-info .item_category a:hover {
    background-color: #3a7bd5;
    color: #fff !important;
}

.single-post-info__date {
    font-size: 12px;
}

.single-post-info__line {
    display: inline-block;
    padding: 0 2px
}

.label {
    position: relative;
    display: inline-block;
    padding: 2px 5px;
    font-size: 65%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}

.meta-info:hover .label {
    opacity: 1;
}

.label-editor {
    background-color: #3a7bd5
}

.label-admin {
    background-color: #d9534f
}


/*-------------------------------------------------------*/
/* 3-col-post
/*-------------------------------------------------------*/
.stil-3c .row {
    margin-right: 0;
    margin-left: 0;
}

.rt-3c1-inloop .row {
    margin-right: 0;
}

.rt-3c1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 655px) !important;
    flex: 0 0 calc(100% - 655px) !important;
    max-width: calc(100% - 655px);
    padding-right: 15px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rt-3c2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px !important;
    flex: 0 0 330px !important;
    max-width: 330px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    border-left: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rt-3c3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px !important;
    flex: 0 0 315px !important;
    max-width: 315px;
    padding-left: 15px !important;
    border-left: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rt-3c1-st2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 630px) !important;
    flex: 0 0 calc(100% - 630px) !important;
    max-width: calc(100% - 630px);
    padding-right: 15px !important;
    padding-left: 15px !important;
    border-left: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rt-3c2-st2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px !important;
    flex: 0 0 315px !important;
    max-width: 315px;
    padding-right: 15px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}


.w-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50%;
    padding: 0.5%;
}

.w-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3% !important;
    flex: 0 0 33.3% !important;
    max-width: 33.3%;
    padding: 0.5%;
}

.w-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25%;
    padding: 0.3%;
}


/*-------------------------------------------------------*/
/* Bootstrap Hero
/*-------------------------------------------------------*/
.hero {
    background-color: #fff;
}

@media only screen and (min-width: 1200px) {
    .hero__item .entry {
        overflow: visible;
        margin-bottom: 42px;
    }

    .hero__item .entry__body {
        -webkit-transform: translate(100%, -100%);
        transform: translate(100%, -100%);
        padding: 24px;
        background: #fff;
        position: absolute;
        right: 0;
        left: 50px;
        z-index: 1;
        max-width: 83%;
        min-height: 210px;
        margin-top: -20px;
    }
}

.hero__item .entry__title {
    font-size: 28px;
}

.hero-slider {
    margin-top: 8px;
    margin-bottom: 40px;
}

.hero-slider__item .thumb {
    height: 537px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .hero-slider__item .thumb {
        height: 460px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slider__item .thumb {
        height: 320px;
    }
}

.hero-slider-1 {
    position: relative;
}

.hero-slider-1__item {
    width: 100%;
    height: 395px;
}

.hero-slider-1__entry {
    height: 100%;
    margin: 0 !important;
}

.hero-slider-1__thumb-img-holder {
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hero-slider-1__thumb-img-holder .bottom-gradient {
    background: #171821;
    background: -webkit-gradient(linear, left bottom, left top, from(#171821), to(transparent));
    background: linear-gradient(to top, #171821 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.hero-slider-1__thumb-text-holder {
    bottom: 2%;
    position: absolute;
    width: 100%;
    padding: 20px;
    z-index: 3;
}


@media only screen and (max-width: 767px) {
    .hero-slider-1__thumb-text-holder {
        bottom: 5%;
    }
}

.hero-slider-1__entry-title {
    color: #fff;
    font-size: 22px;
    max-width: 594px;
}


.hero-slider-1__entry-title:hover a,
.hero-slider-1__entry-title:focus a {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .hero-slider-1__entry-title {
        font-size: 24px;
    }
}

/*-------------------------------------------------------*/
/* Bootstrap Hero Slider Thumbs
/*-------------------------------------------------------*/


.slide4-wrap {
    position: relative;
}

.slide4-wrap .slide1-thumb-wrap {
    padding: 0 30px;
    top: 20px;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}

.slide4-wrap .carousel-nav .carousel-cell {
    height: 28px;
    width: 28px;
    border-radius: 100%;
    margin-right: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slide4-wrap .carousel-nav .carousel-cell {
    background-color: rgba(0, 0, 0, 0.4);
    counter-increment: carousel-cell;
}

.slide4-wrap .carousel-nav .carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.slide4-wrap .carousel-cell:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.slide4-wrap .carousel-cell.is-nav-selected {
    background: #3a7bd5;
    border-radius: 20% 20% 50% 50%;
}


/* slide3 */
.slide3-wrap {
    position: relative;
}

.slide3-holder {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 99;
}

.slide3-holder-title {
    font-size: 24px;
    color: #fff;
    padding: 0 30px;
    font-weight: 800
}

.slide3-holder-title-sm {
    font-size: 19px;
}

.slide3-holder-button {
    opacity: 0;
    transition: all 0.5s;
    background: linear-gradient(120deg, #fff 0%, #fff 100%);
    display: inline-block;
    border-radius: 6px;
    padding: 4px 10px;
    margin-bottom: 15px;
    margin-left: -30px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}


.carousel-cell:hover .slide3-holder-button {
    opacity: 1;
    margin-left: 30px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*  post-pagination
/* ------------------------------------ */
.post-pagination {
    overflow: hidden;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #eee;
}


.post-pagination span {
    padding: 0 10px;
    min-width: 30px;
    text-align: center;
    margin: 0 5px 0 0;
    line-height: 30px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: #222;
    text-decoration: none;
}

.post-pagination a,
.post-pagination span {
    float: left;
    display: inline-block;

}


.post-pagination a span {
    color: #222;
    background: #eee;

}

.post-pagination span a {
    color: #fff;
    float: right;
}

.post-pagination a span:hover {
    color: #fff;
    background: #3a7bd5;
}


.malinky-ajax-pagination-loading {
    display: none;
    margin: 0 0 15px 0;
    text-align: center
}

.malinky-ajax-pagination-loading img {
    width: 50px;
    height: 50px
}

.malinky-load-more {
    text-align: center
}

.malinky-load-more__button-disable {
    pointer-events: none
}

.malinky-load-more__button {
    clear: both;
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
}


.malinky-load-more__button:after {
    background: #444;
    border-radius: 4px;
    color: #fff;
    padding: 2px 3px;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 5px;
}

a.malinky-load-more__button:hover, a.malinky-load-more__button:focus {
    color: #222;
}


.post-navigation {
    opacity: 0;
}

/** ------------------------------------------
* Bootstrap MENU LABEL
* ------------------------------------------ */
.item-with-label > a {
    position: relative;
}

span.menu-label {
    color: white;
    line-height: 12px;
    letter-spacing: .3px;
    font-size: 9px;
    font-weight: 600;
}

.menu-label {
    position: absolute;
    bottom: 75%;
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    display: inline-block;
    margin-left: -20px;
    padding: 2px 4px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transition: opacity 0.3s ease, color .25s ease, background-color .25s ease;
    transition: opacity 0.3s ease, color .25s ease, background-color .25s ease;
}

.menu-label:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 7px 0 0;
    border-top-color: transparent;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}

.menu-label-black {
    background-color: black;
    color: white;
}

.menu-label-black:before {
    border-color: black;
}

.menu-label-grey {
    background-color: #ECECEC;
    color: #333333;
}

.menu-label-grey:before {
    border-color: #ECECEC;
}

.menu-label-orange {
    background-color: #fbbc34;
}

.menu-label-orange:before {
    border-color: #fbbc34;
}

.menu-label-blue {
    background-color: #00A1BE;
}

.menu-label-blue:before {
    border-color: #00A1BE;
}

.menu-label-white {
    background-color: white;
    color: #333333;
}

.menu-label-white:before {
    border-color: white;
}

.menu-label-red {
    background-color: #D41212;
}

.menu-label-red:before {
    border-color: #D41212;
}

.menu-label-green {
    background-color: #65B32E;
}

.menu-label-green:before {
    border-color: #65B32E;
}

.menu-label-purple {
    background-color: #663399;
}

.menu-label-purple:before {
    border-color: #663399;
}

.document-ready .menu-label {
    opacity: 1;
}


/** ------------------------------------------------------------------------------------------------
*  Bootstrap NAVIGATION /
* ------------------------------------------------------------------------------------------------ */
.sub-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 380;
    text-align: left;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.sub-menu-dropdown.color-scheme-light {
    background-color: #101010;
}

.whb-col-right .menu-simple-dropdown .sub-menu-dropdown, .top-bar-right .sub-menu-dropdown, .right-column .sub-menu-dropdown {
    left: auto;
    right: 0;
}

.menu-simple-dropdown .sub-menu-dropdown,
.menu-simple-dropdown .sub-sub-menu {
    width: 200px;
    padding-top: 0;
    padding-bottom: 0;
    top: 116%;
}

.menu-simple-dropdown .sub-menu-dropdown > .container {
    width: auto;
    padding: 0;
}

.menu-simple-dropdown .sub-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.menu-simple-dropdown ul li {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.menu-simple-dropdown ul li a {
    display: block;
    position: relative;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.menu-simple-dropdown ul li:last-child > a {
    border-bottom: none;
}

.menu-simple-dropdown .menu-item-has-children > a {
    padding-right: 30px;
}

.menu-simple-dropdown .menu-item-has-children > a:after {
    content: "\f105";
    position: absolute;
    color: rgba(82, 82, 82, 0.45);
    right: 20px;
    top: 50%;
    margin-top: -7px;
    line-height: 14px;
    font-family: "FontAwesome";
}

.menu-simple-dropdown .color-scheme-light .sub-sub-menu {
    background-color: #101010;
}

.menu-item-design-sized .sub-menu-dropdown {
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
}

.menu-item-design-sized .sub-menu-dropdown > .container {
    width: auto;
    padding: 0;
}

.menu-item-design-full-width .sub-menu-dropdown {
    width: 100vw;

    padding-top: 30px;
}

.platform-Windows .menu-item-design-full-width .sub-menu-dropdown {
    padding-left: 17px;
}

.menu-mega-dropdown .sub-menu-dropdown {
    margin: 15px 0 0 0;
    padding: 0;
    box-shadow: 0px 10px 20px 0 rgba(111, 111, 111, 0.35), 0px 10px 10px -5px rgba(111, 111, 111, 0.2);
}

.menu-mega-dropdown .sub-menu-dropdown .sub-menu {
    padding: 30px;
}

.menu-mega-dropdown .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.menu-mega-dropdown .sub-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}

.menu-mega-dropdown .vc_row .sub-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.mega-menu-list > li > a {
    color: #2d2a2a;
}

.mega-menu-list .sub-sub-menu li a {
    color: #777777;
}

.color-scheme-light .mega-menu-list > li > a {
    color: white;
}

.color-scheme-light .mega-menu-list > li > a:hover, .color-scheme-light .mega-menu-list > li > a:focus {
    color: rgba(255, 255, 255, 0.8);
}

.color-scheme-light .mega-menu-list .sub-sub-menu li a {
    color: rgba(255, 255, 255, 0.6);
}

.color-scheme-light .mega-menu-list .sub-sub-menu li a:hover, .color-scheme-light .mega-menu-list .sub-sub-menu li a:focus {
    color: white;
}


.main-nav {
    border-left: 1px solid #eee;
    line-height: 60px;
    padding-left: 15px;
    margin-top: -2px;
}

.main-nav .menu {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav .menu li {
    position: relative;
    margin-left: 2px;
}

.main-nav .menu li.item-level-0.current-menu-item a:before,
.main-nav .menu li.item-level-0:hover a:before {
    width: 50px;
    left: 5%;
}


.main-nav .menu li.item-level-0 > a {

    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 12px;
    display: block;
    position: relative;
    line-height: 48px;
}

.main-nav .menu li.item-level-0 > a:hover {
    color: #FEDD1B;
}

.main-nav .menu li.item-level-0 > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(120deg, #3a7bd5 0%, #3a7bd5 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}


.main-nav .menu li a i {
    margin-right: 7px;
    font-size: 115%;
}


.main-nav .category-icon {
    max-height: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 7px;
    margin-left: -2px;
}


.main-nav .item-level-0 > a .menu-label {
    left: calc(100% - 30px);
    margin-left: 0;
}

.main-nav .item-level-0.menu-item-has-children {
    position: relative;
}

.main-nav .item-level-0.menu-item-has-children > a {
    position: relative;
}

.main-nav .item-level-0.menu-item-has-children > a:after {
    content: "\f107";
    margin-left: 4px;
    font-size: 100%;
    font-style: normal;
    color: #222;
    font-weight: normal;
    font-family: "FontAwesome";
    line-height: 46px;
}

.main-nav .item-level-0.menu-item-has-children:hover > a:after {
    color: #222;
}

.main-nav .item-level-0.menu-item-has-children > a .menu-label {
    left: calc(100% - 38px);
}

.main-nav.menu-center {
    text-align: center;
}

.main-nav.menu-right {
    text-align: right;
    float: right;
}

.main-nav.menu-left {
    text-align: left;
}

.main-nav .menu li.item-level-0 > a {
    transition: all 0.4s ease-in-out;
}

.main-nav .menu li.item-level-0 > a:hover,
.main-nav .menu li.current-menu-item.item-level-0 a,
.site-mobile-menu li.current_page_item > a,
.site-mobile-menu .sub-menu li.current_page_item > a {
    color: #222 !important;
    border-radius: 6px;
}


.sub-menu li.item-level-1 a:hover {
    background: #fbfbfb;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.sub-menu li.item-level-1 a {
    color: #222;
    font-weight: 600;
}


.main-nav .item-level-0.callto-btn {
    margin-left: 10px;
    margin-right: 10px;
}

.main-nav .item-level-0.callto-btn > a {
    height: auto;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.main-nav .item-level-0.callto-btn > a:hover, .main-nav .item-level-0.callto-btn > a:focus {
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.main-nav .item-level-0.callto-btn > a:hover {
    text-decoration: none;
}

.main-nav .item-level-0.callto-btn > a:focus {
    outline: none;
}

.main-nav .item-level-0.callto-btn > a:after {
    content: none;
}

.main-nav .item-level-0.callto-btn > a span:not(.menu-label):after {
    content: none;
}

.main-nav .item-level-0.callto-btn:hover > a {
    color: white !important;
}


.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999 !important;
    width: 300px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    -webkit-transition: transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
}


.whb-enabled .mobile-nav {
    display: block;
}

.mobile-nav.slide-from-right {
    left: auto;
    right: 0;
    transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
}

.act-mobile-menu .mobile-nav {
    transform: none;
    -webkit-transform: none;
}

.site-mobile-menu li {
    display: block;
    position: relative;
}

.site-mobile-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #2d2a2a;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.site-mobile-menu li a .category-icon {
    max-height: 19px;
    height: 19px;
    margin-right: 7px;
}

.site-mobile-menu li a i {
    font-size: 115%;
    margin-right: 7px;
}

.site-mobile-menu li:active > a, .site-mobile-menu li:focus > a, .site-mobile-menu li.opener-page > a {
    color: #2d2a2a;
    background-color: rgba(0, 0, 0, 0.04);
}

.site-mobile-menu li.menu-item-has-children > a {
    padding-right: 60px;
}

.site-mobile-menu .sub-menu-dropdown {
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: visible;
    pointer-events: unset;
    -webkit-transform: none;
    transform: none;
}

.site-mobile-menu .sub-menu-dropdown:after {
    content: none;
}

.site-mobile-menu .sub-menu-dropdown .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

.site-mobile-menu .sub-menu,
.site-mobile-menu .sub-sub-menu {
    display: none;
}

.site-mobile-menu .sub-menu li a {
    font-size: 14px;
    color: #777777;
    text-transform: none;
}

.site-mobile-menu .sub-menu li:active > a, .site-mobile-menu .sub-menu li:focus > a, .site-mobile-menu .sub-menu li.opener-page > a {
    color: #2d2a2a;
}

.site-mobile-menu .menu-item-has-children:after {
    content: none;
}


.mobile-nav-tabs {
    background-color: rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.mobile-nav-tabs:after {
    content: "";
    clear: both;
    display: block;
}

.mobile-nav-tabs > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.mobile-nav-tabs .mobile-tab-title {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 18px 15px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #909090;
    -webkit-transition: background-color 0.25s ease, color 0.25s ease;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.mobile-nav-tabs .mobile-tab-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    width: 0;
    height: 2px;
    transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.mobile-nav-tabs .mobile-pages-title:after {
    left: auto;
    right: 0;
}

.mobile-nav-tabs .active {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333333;
}

.mobile-nav-tabs .active:after {
    width: 100%;
}


.mobile-menu-tab {
    display: none;
    animation: fadeIn 1s ease;
    -webkit-animation: fadeIn 1s ease;
}

.mobile-menu-tab.active {
    display: block;
}

.icon-sub-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #2d2a2a;
    border-left: 1px solid rgba(129, 129, 129, 0.2);
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: background-color 0.25s ease, color 0.25s ease;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.icon-sub-menu:after {
    content: "\f054";
    font-family: "fontawesome";
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: transform 0.25s ease;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.icon-sub-menu.up-icon {
    color: white;
}

.icon-sub-menu.up-icon:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/** ------------------------------------------
* Bootstrap CLOSE MOBILE MENU
* ------------------------------------------ */
.rtmag-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
}

.rtmag-dark .rtmag-close-side {
    background-color: rgba(0, 0, 0, 0.8);
}

.act-mobile-menu .rtmag-close-side,
.rtmag-show-hidden-sidebar .rtmag-close-side {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}


/* ------------------------------------------------------------------------------------------------
* Bootstrap EXTEND Mobile Menu
* ------------------------------------------------------------------------------------------------ */
.rtmag-burger-icon, .rtmag-shopping-cart > a {
    padding-left: 10px;
    padding-right: 10px;
}

.menu-mega-dropdown .sub-menu > li > a, .mega-menu-list > li > a {
    display: block;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
}

.menu-mega-dropdown .sub-menu > li > a .category-icon, .mega-menu-list > li > a .category-icon {
    margin-top: -2px;
}

.menu-mega-dropdown .sub-menu > li > a .menu-label, .mega-menu-list > li > a .menu-label {
    margin-bottom: 7px;
}

.menu-mega-dropdown .sub-sub-menu li a, .mega-menu-list .sub-sub-menu li a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 0;
}

.menu-mega-dropdown .sub-sub-menu li a .menu-label, .mega-menu-list .sub-sub-menu li a .menu-label {
    margin-bottom: -2px;
}

.sub-menu-dropdown,
.menu-simple-dropdown .sub-sub-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.sub-menu-dropdown:after,
.menu-simple-dropdown .sub-sub-menu:after {
    content: "";
    position: absolute;
}

.browser-Safari .sub-menu-dropdown,
.browser-Safari .menu-simple-dropdown .sub-sub-menu,
.menu-simple-dropdown .browser-Safari .sub-sub-menu {
    visibility: visible;
}

.sub-menu-dropdown {
    margin: 0;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
}

.sub-menu-dropdown:after {
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0;
    width: auto;
    height: 15px;
}

.item-event-hover:hover > .sub-menu-dropdown,
.item-menu-opened > .sub-menu-dropdown,
.menu-simple-dropdown ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset;
    -webkit-transform: none;
    transform: none;
}


.site-mobile-menu li a .menu-label {
    position: static;
    margin-left: 5px;
    opacity: 1;
}

.site-mobile-menu li a .menu-label:before {
    content: none;
}


.mobile-nav-tabs .mobile-tab-title:after,
.icon-sub-menu.up-icon, .callto-btn {
    background-color: #222;
}


/** ------------------------------------------------------------------------------------------------
* MAX-WIDTH: 992px Mobile menĂ¼ responsive
* ------------------------------------------------------------------------------------------------ */

@media (max-width: 1024px) {
    /**  MAIN HEADER  **/
    .document-ready .mobile-nav {
        display: block;
    }

    .entry-title {
        font-size: 36px;
    }

    .main-header .main-nav {
        display: none;
    }


    .mobile-nav-icon:not(.whb-mobile-nav-icon) {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

}


/** ------------------------------------------------------------------------------------------------
* MAX-WIDTH: 992px Mobile menĂ¼ responsive
* ------------------------------------------------------------------------------------------------ */
.side-pop {
    padding: 30px;
}


/* Nav Icon Toggle
-------------------------------------------------------*/
.nav-icon-toggle, .mobile-nav-icon {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin-right: 20px;
    overflow: visible;
}

.nav-icon-toggle:focus, .mobile-nav-icon:focus {
    outline: none;
}

.nav-icon-toggle__box {
    width: 18px;
    height: 20px;
    position: relative;
    display: block;
}

.nav-icon-toggle__inner {
    display: block;
    top: 50%;
    margin-top: -1px;
    margin-left: 3px;
    width: 15px;
}

.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
    height: 2px;
    background-color: #171821;
    position: absolute;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-icon-toggle:hover .nav-icon-toggle__inner,
.nav-icon-toggle:hover .nav-icon-toggle__inner:before,
.nav-icon-toggle:hover .nav-icon-toggle__inner:after {
    background-color: #3E3EDD;
}

.nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
    content: "";
    display: block;
    margin-left: -3px;
}

.nav-icon-toggle__inner:before {
    top: -6px;
    width: 18px;
}

.nav-icon-toggle__inner:after {
    bottom: -6px;
    width: 18px;
}

.mobile-nav-icon {
    display: none;
}

.mobile-nav-icon.mobile-nav-icon-bg {
    text-align: center;
    display: block;
    overflow: hidden;
    background: #eee;
    color: #222;
    width: 100%;
    padding: 10px;
}

@media only screen and (max-width: 991px) {
    .mobile-nav-icon {
        display: block;
    }

    .btn-m-search {
        background: #fff;
        color: #222;
        width: 50px;
        height: 44px !important;
        line-height: 20px;
        margin-top: 1px;
        border-left: 1px solid #eee;
    }
}


/*-------------------------------------------------------*/
/* user/login
/*-------------------------------------------------------*/
.btn-sp {
    margin-right: 10px;
    padding-right: 5px;
    margin-top: -2px;
}

.js-signin-modal-trigger {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding-right: 10px;
    margin-right: 15px;
}

.js-signin-modal-trigger button, .js-signin-modal-trigger a {
    position: relative;
    font-size: 21px;
    background: transparent;
    border: none;
    color: #222;
}

.js-signin-modal-trigger a:hover {
    color: #222;
}

span.login-user-btn {
    position: absolute;
    top: -2px;
    left: -5px;
    content: '';
    background: #3a7bd5;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    z-index: 1;
}

span.login-user-btn.user-online-btn {
    background: #606c88;
    top: 15px;
    left: 0;
}

span.login-user-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3a7bd5;
    border-radius: 100%;
    z-index: -1;
    animation: pulse 2s infinite;
    will-change: transform;
}

span.login-user-btn.user-online-btn:before {
    background-color: #606c88;

}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}


/** ------------------------------------------------------------------------------------------------
* profil
* ------------------------------------------------------------------------------------------------ */


.puser-info-wrap {
    display: Block;
    clear: Both;
    background: #fafafa;
    padding: 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid #eee;
}

.puser-avatar {
    width: 150px;
    float: left;
}

.puser-info-body {
    float: left;
    width: calc(100% - 150px);
    padding-left: 30px;
}

.profil-yazilar li, .profil-yorumlar li {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.profil-yazilar li a, .fep-nav a, .profile-nav li a.nav-link {
    color: #222;
    font-weight: 600;
}

.profile-nav {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    height: 50px;
}

.profile-nav li a {
    width: 33.3%;
    float: left;
    padding: 15px;
}

.profile-nav li a.nav-link.active {
    background: linear-gradient(to bottom, #222 0%, #333 100%);
    color: #fff;
}

.profil-smedia li {
    display: inline-block;
    padding: 5px;
}

.profil-smedia li a {
    color: #222;
    font-size: 18px;
    font-weight: 700;
}

#fep-featured-image-link {
    color: #555;
    font-weight: 600;
}

#fep-featured-image-link:before {
    font-family: 'fontawesome';
    content: "\f0ee";
    clear: both;
    display: Block;
    font-size: 40px;
    color: #777;
}

#fep-featured-image {
    margin-bottom: 15px;
    text-align: center;
    padding: 30px;
    background: #f7f7f7;
    border: 1px solid #eee;
    max-width: 300px;
    width: auto;
}


.post-in-single-1-holder {
    width: 60px;
    float: left;

    margin-right: 16px;
}


.post-in-single-1 {
    position: relative;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 20px;
}

.post-in-single-1-header {
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 0;
    margin-bottom: 20px;
}

.post-in-single-1__entry-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 800 !important;
    font-family: "Archivo", sans-serif;
}

.post-in-single-1-circle {
    float: right;
    margin-top: -21px;
    border-radius: 60px;
}

.post-in-single-1__desc {
    color: #444;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.post-in-single-info {
    position: absolute;
    top: -25px;
    left: 0;
    background: #3a7bd5;
    padding: 2px 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}


.post-in-related-wrap {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
}

.post-in-related-info {
    font-weight: 700;
    color: #3a7bd5;
    margin-bottom: 20px;
}

.post-in-related-list li {
    padding: 0;
    margin: 0 0 -10px 0;
    line-height: 15px;
}

.post-in-related-list li a {
    color: #333;
    font-weight: 700;
}

.post-in-related-list li:hover a {
    color: #000;
    font-weight: 700;
}

/*  reklamlar
/* ------------------------------------ */
.reads-ma {
    padding: 15px 0;
}

.reads-loop1 {
    padding: 0 0 25px 0;
}

.reads-loop2 {
    padding: 25px 0 25px 0;
}

.reads-single1 {
    padding: 0 0 25px 0;
}

.reads-single2 {
    padding: 25px 0 0 0;
}

.reads-esingle1 {
    padding: 10px 0 25px 0;
}

.reads-esingle2 {
    padding: 5px 0 5px 0;
}

.reads-esingle3 {
    padding: 25px 0 25px 0;
}

/*-- Bootstrap Video Play Button --*/

.video-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
    color: #222;
    font-size: 11px;
    text-align: center;

}

.video-btn:hover {

    animation: pulse 2s infinite;
    will-change: transform;
}

.related-wrap {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    display: block;
    clear: both;
}


.resvideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
}

.resvideo iframe, .resvideo object, .resvideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.num-count {
    background: #222;
    color: #fff;
    padding: 0 16px;
    margin-right: 10px;
    border-radius: 4px;

}

/*  mobile
/* ------------------------------------ */
@media screen and (max-width: 1200px) and (min-width: 991px) {
    .btn-sp, .nav__right-item {
        display: None;
    }

    .rt-3c2 {
        display: None;
    }

    .rt-3c1, .rt-3c1-st2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 325px) !important;
        flex: 0 0 calc(100% - 325px) !important;
        max-width: calc(100% - 325px);
        padding-right: 15px !important;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0 !important;
        border-left: 0;
    }

    .rt-3c2-st2 {
        display: None;
    }


}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .no-mobile {
        display: none;
    }

    .wm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
        max-width: 60%;
        padding-right: 0 !important;
    }

    .wm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40% !important;
        flex: 0 0 40% !important;
        max-width: 40%;
        padding-right: 0 !important;
    }


    .wm-3 {
        display: none;
    }


    .rt-3c1, .rt-3c1-st2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        border: none;
    }

    .rt-3c2, .rt-3c3 {
        display: none;
    }


    .w-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        padding-right: 0 !important;

    }

    .w-lg-4 {
        display: none
    }


}

@media (max-width: 768px) {

    .post-in-single-1-holder, .post-in-single-1__body {
        display: none;
    }

    .post-in-single-1-header {
        border-bottom: none;
        padding-top: 10px;
        margin-bottom: 0;
    }


    .comment-author.vcard {
        float: left;
        width: 1px;
        margin-right: 0px;
    }

    .comment-author .avatar {
        display: none;
    }

    .comment-body p {
        padding-left: 10px;
        font-size: 12px;
        max-height: 150px;
        overflow: auto;
        overflow-x: hidden;
    }

    .comment-author.vcard .fn {

        left: 11px;

    }

    .comment-meta.commentmetadata {
        display: none;

    }

    .no-mobile {
        display: none;
    }

    .js-signin-modal-trigger {
        border-right: none;
        padding-right: 0;
        padding-left: 10px;
        margin-right: 0;
    }


    .wm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        padding-right: 0 !important;
    }

    .wm-2 {
        display: none;
    }

    .wm-3 {
        display: none;
    }

    .thumb--size-370 {
        height: 270px;
    }


    .rt-3c1, .rt-3c2, .rt-3c3, .rt-3c1-st2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        border: none;
    }


    .rt-3c2, .rt-3c3 {
        padding-top: 0;
    }


    .w-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        padding-right: 0 !important;

    }

    .w-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        padding-left: 0 !important;
        border-left: none;
    }

    .blog__content {
        padding: 0 15px;
    }

    /*  sticky mob
/* ------------------------------------ */
    .sticky-share-wrap {
        width: 100%;
        position: relative !important;
        bottom: 0;
        margin: 15px 0 0 0;
        padding: 0;
        z-index: 1;
    }

    .entry__article-top {
        width: 100%;
        display: block;
        padding-left: 0;
    }

    .articlepad {
        margin: 0 15px !important;
    }

    .entry__share {
        height: 53px;
        padding: 0 0 0 15px;
        margin: 0 0 5px 0;
        border-radius: 0;
    }

    .entry__share.shadow-sm {
        box-shadow: none !important;
    }

    .entry__share-first {
        display: none;
    }

    .socials--rounded a {
        width: 45px;
        height: 45px;
    }

    .entry__share .socials {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.dark-mode .sticky-share-wrap {
        background: #222;
    }

    body.dark-mode .entry__share {
        border-color: #444;
    }

    #back-to-top {
        z-index: 112;
        bottom: 10px !important;

    }

    .single-post__entry-title {
        margin-bottom: 5px;
        font-size: 1.45em;
        color: #000
    }

    .single-post__description {
        font-weight: 400;
        margin-top: 20px;
        font-style: normal;
        font-size: 0.9em;
        line-height: 1.4em;
        color: #222
    }


    .w-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50%;
        padding: 0.3%;
    }


    .puser-avatar {
        width: 100%;
        float: none;
    }

    .puser-info-body {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .footer__bottom {
        text-align: center;
        padding: 15px 0 15px;
    }

    .footer-menu-wrap {
        overflow: auto;
        padding: 0 30px;
    }

    .footer__nav-menu {
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .footer__nav-menu li {
        width: auto !important;
        display: inline-block;
        white-space: normal;
    }


    .hero-slider-1__item {
        width: 100%;
        height: 255px;
    }

    .slide3-holder-title {
        font-size: 20px;
        color: #fff;
        padding: 0 30px;
        font-weight: 800
    }


    .loop-card {
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        height: auto;
    }

    .loop-card .row {
        overflow: auto;
        width: calc(185px * 3.02);
        white-space: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        height: auto;
    }

    .loop-card .w-33 {
        height: auto;
        width: 185px;
        display: inline-block;
        white-space: normal;
    }

    .related-card {
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        height: auto;
    }

    .related-card .row {
        overflow: auto;
        width: calc(185px * 4.02);
        white-space: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        height: auto;
    }

    .related-card .w-25 {
        height: auto;
        width: 185px;
        max-width: 185px;
        display: inline-block;
        white-space: normal;
    }


    .entry__article > h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .entry__article > h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .entry__article > h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .entry__article > h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .entry__article > h5 {
        font-size: 16px;
        line-height: 21px;
    }

    .entry__article > h6 {
        font-size: 15px;
        line-height: 20px;
    }

    .num-count {

        padding: 0 12px;

    }

}


.sectionb-title {
    color: #222;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 17px;
    position: relative;
    font-family: 'poppins', sans-serif;
    clear: both;
    display: block;
    text-transform: uppercase;
}


.sectionb-title .stitle:after, .sectionb-title .stitle:before {
    width: 100%;
    left: 0;
    bottom: -8px;
    height: 3px;
    content: '';
    position: absolute
}


.sectionb-title .stitle:after {
    width: 80px;
    background: #222
}

.sectionb-title .stitle:before {

    background: rgba(0, 0, 0, 0.1)
}


.sectionb-title .slink {
    position: absolute;
    right: 0;
    top: 8px;
    color: #BECECE;
    font-size: 13px;
    line-height: 20px;
}


.box-main-content-l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 540px) !important;
    flex: 0 0 calc(100% - 540px) !important;
    max-width: calc(100% - 540px);
    z-index: 1;
    padding-top: 20px;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.box-main-content-r {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px !important;
    flex: 0 0 320px !important;
    max-width: 320px;
    padding-right: 0 !important;
    padding-left: 20px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
    border-left: 1px solid #eee;
}

.l-box-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px !important;
    flex: 0 0 220px !important;
    max-width: 220px;
    padding-left: 15px !important;
    padding-right: 20px !important;

    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}


.gradient-3-t3 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;

    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;

}


.gradient-3-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), rgba(255, 255, 255, 0.7));
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0);
    /* IE6-9 */

}

.thumb-text-holder-box2 {
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 999;
    padding: 0 30px;
    color: #fff;
}


.sliderim .owl-dots {
    counter-reset: dots
}

.sliderim .owl-dot:before {
    counter-increment: dots;
    content: counter(dots)
}

.sliderim {
    position: relative;
    margin-bottom: 66px;
    clear: Both;
    display: block;
}

.sliderim.asliderim {
    position: relative;
    margin-bottom: 36px;
    clear: Both;
    display: block;
}

.sliderim.asliderim .item {
    height: 393px;
}

@media only screen and (max-width: 780px) {
    .sliderim.asliderim .item {
        height: 257px;
        max-height: 257px;

    }
}

.sliderim .owl-dots {
    position: absolute;
    bottom: -37px;
    background-color: #fff;
    height: 38px;
    width: 100%;
    border: 1px solid #eee;
    border-top: 2px solid #3a7bd5
}

.sliderim .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    border-right: 1px solid #eee !important;

    text-align: center;
    font-weight: 900 !important;
    color: #000 !important;
    background-color: #fff !important
}

.sliderim .owl-dot:last-child {
    border-right: none !important
}

.sliderim .owl-dot:hover {
    box-shadow: none;
    color: #3a7bd5
}


.sliderim .owl-dot span {
    display: None;
}


.sliderim .owl-dot.active {
    background-color: #3a7bd5 !important;
    color: #fff !important
}

.sliderim .owl-dot:nth-child(1) {
    margin-left: 0
}

.sliderim .owl-nav {
    position: absolute;
    top: calc(50% - 64px);
    height: 0;
    width: calc(100% - 20px);
    margin: 0 10px
}

.sliderim .owl-nav button {
    font-size: 55px;
    border: none;
    background-color: transparent;
    color: #fff;
    text-shadow: 0 0 3px 0 #000;
    transition: color .5s;
    cursor: pointer
}

.sliderim .owl-nav button:hover {
    color: #c00
}

@media screen and (max-width: 991px) {
    .blok1-mobile {
        padding-bottom: 0
    }

    .sliderim {
        margin-bottom: 25px;
        Display: block;
        width: 100%;
        clear: both
    }

    .sliderim .owl-dot {
        height: 12px;
        width: 12px;
        margin-top: 5px;
        margin-right: 5px;
        border-radius: 50%;
        background-color: #eee !important
    }

    .sliderim .owl-dot:before {
        content: ''
    }

    .sliderim .owl-dots {
        bottom: -26px;
        height: 27px;
        padding: 0 10px;
        text-align: Center
    }
}


.sliderim8 .owl-dots {
    counter-reset: dots;

}

.sliderim8 .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

.sliderim8 {

    position: relative;

}


.sliderim8 .item {

    margin-right: 63px;
}

.sliderim8 .item .bottom-gradient {

    width: calc(100% - 63px) !important;
}

.sliderim8 .item img {
    height: 100%;
    max-height: 358px;
    min-height: 358px;

}

.sliderim8 .owl-dots {
    position: absolute;
    right: 0;
    top: -30px;
    background-color: transparent;

    border: none;

}

.sliderim8 .owl-dot {
    display: block;
    vertical-align: top;
    position: relative;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;

    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #eee !important;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 900 !important;
    color: #000 !important;
    background-color: #fff !important;
}

.sliderim8 .owl-dot:hover:after,
.sliderim8 .owl-dot.active:after {
    z-index: -1;
    position: absolute;
    top: 35%;
    left: 2px;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #007bff transparent transparent;
}


.sliderim8 .owl-dot span {
    display: None;
}


.sliderim8 .owl-dot:hover {
    box-shadow: none;
    color: #cc0000;
    border: none !important;
}

.sliderim8 .owl-dot.active {
    background: #3a7bd5 !important;
    border: none !important;
    color: #fff !important;

}

.sliderim8 .owl-dot:nth-child(1) {
    margin-left: 0;
}

.sliderim8 .owl-nav {
    position: absolute;
    top: calc(50% - 64px);
    height: 0;
    width: calc(100% - 20px);
    margin: 0 10px;
}

.sliderim8 .owl-nav button {
    font-size: 55px;
    border: none;
    background-color: transparent;
    color: #fff;
    text-shadow: 0px 0px 3px 0px #000;
    transition: color .5s;
    cursor: pointer;
}

.sliderim8 .owl-nav button:hover {
    color: #cc0000;
}

.sliderim8 .owl-nav .owl-next {

}


.sliderim6 .owl-dots {
    counter-reset: dots;

}

.sliderim6 .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

.sliderim6 {

    position: relative;

}


.sliderim6 .item {
    height: 320px;
    margin-left: 33px;
}

@media only screen and (max-width: 780px) {
    .sliderim6 .item {
        height: 300px;
        max-height: 300px;

    }
}

.sliderim6 .item img {

}

.sliderim6 .owl-dots {
    position: absolute;
    left: 0;
    top: -30px;
    background-color: transparent;

    height: 100% !important;

    border: none;
    border-right: 2px solid #3a7bd5;
    border-top: none;
    border-left: 1px solid #eee !important;

}

.sliderim6 .owl-dot {
    display: block;
    vertical-align: top;

    width: 32px;
    height: 10%;
    line-height: 32px;
    font-size: 13px;

    border: none;
    cursor: pointer;
    border-bottom: 1px solid #eee !important;
    text-align: center;
    font-weight: 900 !important;
    color: #000 !important;
    background-color: #fff !important;
}


.sliderim6 .owl-dot span {
    display: None;
}


.sliderim6 .owl-dot:last-child {

    border-right: none !important;

}

.sliderim6 .owl-dot:hover {
    box-shadow: none;
    color: #cc0000;
}

.sliderim6 .owl-dot.active {
    background: #3a7bd5 !important;

    color: #fff !important;

}

.sliderim6 .owl-dot:nth-child(1) {
    margin-left: 0;
}

.sliderim6 .owl-nav {
    position: absolute;
    top: calc(50% - 64px);
    height: 0;
    width: calc(100% - 20px);
    margin: 0 10px;
}

.sliderim6 .owl-nav button {
    font-size: 55px;
    border: none;
    background-color: transparent;
    color: #fff;
    text-shadow: 0px 0px 3px 0px #000;
    transition: color .5s;
    cursor: pointer;
}

.sliderim6 .owl-nav button:hover {
    color: #cc0000;
}

.sliderim6 .owl-nav .owl-next {

}


.sliderim7 .item {
    margin-top: 36px;
}


.sliderim7 .owl-dots {
    counter-reset: dots
}

.sliderim7 .owl-dot:before {
    counter-increment: dots;
    content: counter(dots)
}

.sliderim7 {
    position: relative;
    margin-bottom: 66px;
    clear: Both;
    display: block;
}

.sliderim7 .owl-dots {
    position: absolute;
    top: -32px;
    background-color: #fff;
    height: 38px;
    width: 100%;
    border: 1px solid #eee;
    border-bottom: 2px solid #3a7bd5
}

.sliderim7 .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    border-right: 1px solid #eee !important;

    text-align: center;
    font-weight: 900 !important;
    color: #000 !important;
    background-color: #fff !important
}

.sliderim7 .owl-dot:last-child {
    border-right: none !important
}

.sliderim7 .owl-dot:hover {
    box-shadow: none;
    color: #3a7bd5
}


.sliderim7 .owl-dot span {
    display: None;
}


.sliderim7 .owl-dot.active {
    background-color: #3a7bd5 !important;
    color: #fff !important
}

.sliderim7 .owl-dot:nth-child(1) {
    margin-left: 0
}

.sliderim7 .owl-nav {
    position: absolute;
    top: calc(50% - 64px);
    height: 0;
    width: calc(100% - 20px);
    margin: 0 10px
}

.sliderim7 .owl-nav button {
    font-size: 55px;
    border: none;
    background-color: transparent;
    color: #fff;
    text-shadow: 0 0 3px 0 #000;
    transition: color .5s;
    cursor: pointer
}

.sliderim7 .owl-nav button:hover {
    color: #c00
}

@media screen and (max-width: 991px) {
    .blok1-mobile {
        padding-bottom: 0
    }

    .sliderim7 {
        margin-bottom: 25px;
        Display: block;
        width: 100%;
        clear: both
    }

    .sliderim7 .owl-dot {
        height: 12px;
        width: 12px;
        margin-top: 5px;
        margin-right: 5px;
        border-radius: 50%;
        background-color: #eee !important
    }

    .sliderim7 .owl-dot:before {
        content: ''
    }

    .sliderim7 .owl-dots {
        bottom: -26px;
        height: 27px;
        padding: 0 10px;
        text-align: Center
    }
}

/*L  Bootstrap box menu
-------------------------------------------------------*/
.l-box-menu li {
    padding: 26.4px 20px;
    margin-bottom: 2px;
    text-align: center;

    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.l-box-menu li span {
    background: rgba(0, 0, 0, 0.3);
    padding: 0 5px;
    border-radius: 4px;
}

.l-box-menu li img {
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
}


.l-box-menu li:after {
    content: '';
    width: 175%;
    height: 100%;
    background: linear-gradient(to right, #222 0%, #3a6073 100%);
    opacity: 0.8;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
    z-index: -1;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.l-box-menu li.l-box-menu-bg:after {
    background: linear-gradient(45deg, #232323 0%, #232323 26%, rgba(37, 37, 37, 0.3) 100%);
}


.bg-gradient1 {
    background-image: linear-gradient(120deg, #f56348 0%, #f81f8b 100%);
}

.bg-gradient2 {
    background-image: linear-gradient(120deg, #00e795 0%, #0095e2 100%);
}

.bg-gradient3 {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.bg-gradient4, .main-gradient {
    background: linear-gradient(120deg, #606c88 0%, #330867 100%);
}

.bg-gradient5 {
    background: linear-gradient(120deg, #000 0%, #555 100%);
}

.bg-gradient6 {
    background: linear-gradient(120deg, #67d690 0%, #00a99d 100%);
}

.bg-gradient-transparent {
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0.1) 100%);
    color: #f6d365;
}


.bg-gradient-transparent2 {
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    color: #f6d365;
}

.bg-gradient-transparent3 {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    color: #f6d365;
}

.bg-gradient-transparent4 {

    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.9));
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0);
}


/*# Bootstrap lbox */


.l-box-menu li:hover:after {
    background: linear-gradient(45deg, #3a7bd5 0%, #222 46%, rgba(37, 37, 37, 0.3) 100%);
    width: 130%;
    left: 0px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);


}


.l-box-menu li:hover {
    color: #fff;
    font-weight: 700;
}


/*# vid slide */

.sli-vid .owl-prev, .sli-vid2 .owl-prev,
.sli-vid .owl-next, .sli-vid2 .owl-next {
    opacity: 0;
    position: absolute;
    top: -50px;
    right: 0;
    margin-top: 0;
    padding: 0;
    width: 42px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff;

    opacity: 1;
}

.sli-vid .owl-prev:hover, .sli-vid2 .owl-prev:hover,
.sli-vid .owl-next:hover, .sli-vid2 .owl-next:hover {
    border-color: transparent;
    opacity: 1;
}

.sli-vid .owl-prev, .sli-vid2 .owl-prev {
    left: 0;
}


/*# gutterspxx */
.row .gut-15px {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.gut-15px > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}


/*# breadcrumbs */
.breadcrumbs {
    margin-bottom: 10px;
    margin-top: 10px
}

.breadcrumbs li {
    color: #777;
    background: #eee;
    border-radius: 4px;
    margin-right: 5px;
    padding: 1px 8px;
    display: inline-block
}

.breadcrumbs li a {
    color: #777;
    font-weight: 600;
    font-size: 12px
}

.breadcrumbs li:last-child {
    opacity: .7;
    margin-bottom: -7px;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #eee;
    border-radius: 4px;
    padding: 1px 8px
}


/*# videpost */
.video-post .entry-title {
    color: #eee;
}


.video-post .breadcrumbs li {
    color: #eee;
    background: rgba(0, 0, 0, 0.1);

}


.video-post .breadcrumbs li a {
    color: #eee;


}

.video-post .breadcrumbs li:last-child {
    color: #fff;
    background: linear-gradient(to right, #3a7bd5 0%, #3a6073 100%);
}


.video-post .w-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px !important;
    flex: 0 0 320px !important;
    max-width: 320px;
    padding-left: 0 !important;
    border-left: 0;
}


.video-post .post-list-small--3 .post-list-small__item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.video-post .post-list-small__entry-title {
    font-size: 13px;
}

.video-post .post-list-small__entry-title a {
    color: #eee;
}


/*# galeri */


/*# galeri */
.gallery {
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #eee;
}

.gallery-item {
    margin: 0 !important;
    padding: 0 5px;
}

.gallery.gallery-columns-1 {
    padding: 0;
    margin-top: 60px !important;
    display: block;
    background: transparent;
    border: none;
}

.gal1-selector-wrap {
    display: none;
}

.gallery-columns-1 .gal1-selector-wrap {
    margin-bottom: 0;
    border-bottom: 4px solid #3a7bd5;
    color: #fff;
    position: relative;
    margin-top: -40px;
    display: block;
}


.gallery-columns-1 .gal1-selector {
    background: #3a7bd5;
    padding: 8px 15px;
    font-weight: 800;
    border-radius: 4px
}

.gallery-columns-1 .gal1-selector-2 {
    color: #f6d365
}


.foto-galeri .gallery img, .entry__article .gallery img,
.foto-galeri dt, .entry__article dt {
    border: 0 !important;
}

.foto-galeri .gallery-columns-1 .gallery-item, .entry__article .gallery-columns-1 .gallery-item {
    margin-bottom: 60px !important;
}


.foto-galeri .gallery-columns-1 .wp-caption-text, .entry__article .gallery-columns-1 .wp-caption-text {
    margin-bottom: 0px !important;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #222;
    font-family: "Archivo", sans-serif !important;
}


/*# box */

.box {
    margin-bottom: 1.875rem;
    display: block;
    background-color: #fff;
    width: 100%
}

.box,
.box > figure {
    position: relative
}

.box > span {
    display: block;
    margin: 1rem;
    overflow: hidden;
    overflow-wrap: break-word;
    height: 45px !important;
    font-size: 14px !important;
    color: #222;
    font-weight: 700;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.box > span.sm-tt {

    height: 40px !important;
    font-size: 13px !important;

}

.box > span.height-auto {
    height: auto !important
}

.box:hover span.shadow-sm_text {
    color: #3a7bd5
}

.box.shadow-sm, .post-list-small__item.shadow-sm {
    transition: all .2s ease-in-out
}

.box:hover.shadow-sm, .post-list-small__item:hover.shadow-sm {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

@media (max-width: 1239.98px) {
    .box > span {
        height: auto
    }
}

@media (min-width: 1240px) and (max-width: 1499.98px) {
    .box > span {
        height: 37px
    }
}

.box.image_top-text_bottom > figure {
    margin: 0
}

.box.image_top-text_bottom > figure > img {
    width: 100%;
    height: auto;
    max-width: 100%
}

.box.image_top-text_bottom > figure > span[class^=icon-] {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    margin: 0;
    font-size: 2.5rem;
    color: #fff
}

.box.image_top-text_bottom > span {
    font-size: 1.25rem
}

@media (min-width: 1240px) and (max-width: 1499.98px) {
    .box.image_top-text_bottom > span {
        font-size: 1rem
    }
}

@media (max-width: 1239.98px) {
    .box.image_top-text_bottom {
        margin-bottom: 1.875rem
    }
}

.box.border-bottom {
    border-bottom: 1px solid #dbdbdb
}

.box.half-margin_bottom {
    margin-bottom: .875rem
}

@media (min-width: 1240px) and (max-width: 1499.98px) {
    .box.image-right_responsive-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .box.image-right_responsive-lg > figure {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .box.image-right_responsive-lg > figure > span[class^=icon-] {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0;
        margin: 0;
        font-size: 2rem;
        color: #fff
    }

    .box.image-right_responsive-lg > span {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        font-size: 1rem
    }
}

.box > span[class^=icon-] {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    margin: 0;
    font-size: 2.5rem
}

.box > span[class^=icon-].big {
    margin: 0;
    padding: 0;
    overflow: unset;
    font-size: 4rem
}

@media (max-width: 1239.98px) {
    .box > span[class^=icon-].big {
        font-size: 2.5rem
    }
}

.box.only-text {
    line-height: 1.6
}

.box.image-left_text-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box.image-left_text-right > figure {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0
}

.box.image-left_text-right > figure > span[class^=icon-] {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
    font-size: 2rem;
    color: #fff
}

.box.image-left_text-right > span {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 0 0 .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: .9rem
}

.box.dark {
    background-color: #222325
}

.box.dark > span {
    color: #fff
}

.box.dark.border-bottom {
    border-bottom: 1px solid #000 !important
}

.box.dark:last-child {
    margin-bottom: 0
}

.box.dark.image_top-text_bottom > span {
    font-size: 1.1rem
}


/*# box */
.owl-ticker {
    position: relative;
    width: 600px;
}

.owl-ticker .item {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.owl-ticker .item a {
    color: #fff;
}

.owl-ticker .owl-prev,
.owl-ticker .owl-next {
    opacity: 0;
    position: absolute;
    top: -10px;
    right: 10px;
    margin-top: 0;
    padding: 0;
    width: 22px;
    height: 100%;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.0);
    border: none;
    color: #fff;
}

.owl-ticker .owl-prev:hover,
.owl-ticker .owl-next:hover {
    border-color: transparent;
    opacity: 1;
}

.owl-ticker .owl-prev {
    right: 30px;
    left: auto;
}


.box-bg-img img {
    width: 100%;
    height: auto;
    max-height: 300px;
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 95%;
    }


    .box-main-content-l {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px) !important;
        flex: 0 0 calc(100% - 320px) !important;
        max-width: calc(100% - 320px);
        z-index: 1;
        padding-top: 20px;
        padding-right: 20px !important;

    }

    .box-main-content-r {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px !important;
        flex: 0 0 320px !important;
        max-width: 320px;
        padding-right: 0 !important;
        padding-left: 20px !important;
        padding-top: 20px;
        padding-bottom: 20px;
        z-index: 2;
        border-left: 1px solid #eee;
    }

    .l-box-wrap {
        display: none;
    }
}


@media screen and (max-width: 991px ) {
    .btnasd.primary{
        font-size: 9px !important;
    }
    .container {
        max-width: 70%;
    }


    .breadcrumbs li:last-child {
        max-width: 120px
    }


    .video-post .w-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        padding: 0 15px !important;
        border-left: 0;
    }

    .video-post .w-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        padding-left: 0 !important;
        border-left: 0;
    }


    .box-main-content-l {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
        z-index: 1;
        padding-top: 15px;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .box-main-content-r {
        display: none;
    }

    .l-box-wrap {
        display: none;
    }

    .main-wrap.bg-light {
        background: #fff !important;
    }


    .post-list-small--2 .post-list-small__img-holder {

        width: 0;
    }

    .post-list-small--2 .post-list-small__body {
        padding: 0 15px;
    }


    .modul1 {
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        height: auto;
    }

    .modul1 .row {
        overflow: auto;
        width: calc(225px * 3.1);
        white-space: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        height: auto;
    }

    .modul1 .col-12 {
        height: auto;
        width: 225px;
        max-width: 225px;
        display: inline-block;
        white-space: normal;
    }

    .sliderim8 .item {

        margin-right: 0;
    }

    .sliderim8 .owl-dots {
        display: None;

    }


    .sliderim8 {
        margin-bottom: 25px;
        Display: block;
        width: 100%;
        clear: both;
    }

    .sliderim8 .item .bottom-gradient {

        width: 100% !important;
    }

    .sliderim8 .item img {
        height: 100%;
        min-height: 225px;
        max-height: 225px;

    }


}


@media screen and (max-width: 768px) {
    .container {
        max-width: 80%;
    }

    .mobile-st.pt-0, .mobile-st.pb-3, .mobile-st.pr-4, .mobile-st.pl-4 {
        padding: 0 !important;
    }

    .mobile-st.shadow {
        box-shadow: none !important;
    }


    .sliderim6 .item {
        height: auto;
        margin-left: 33px;
    }

    .sliderim6 .item img {
        height: auto;

    }

    .sliderim6 {
        margin-bottom: 0px;
    }

    .sliderim6 .item {

        margin-left: 0;
    }

    .sliderim6 .owl-dots {
        display: None;


    }


    .blok1-mobile {
        padding-bottom: 0;
    }


    .sliderim6 {
        margin-bottom: 25px;
        Display: block;
        width: 100%;
        clear: both;
    }


    .sliderim6 .owl-dot {
        height: 12px;
        width: 12px;
        margin-top: 5px;
        margin-right: 5px;
        border-radius: 50%;
        background-color: #eee !important;
    }

    .sliderim6 .owl-dot:before {
        content: '';
    }

    .sliderim6 .owl-dots {
        bottom: -26px;
        height: 27px;
        padding: 0 10px;
        text-align: Center;
    }


    .no-mobile {
        display: none;
    }


    .mobil-mt--10 {
        margin-top: -10px;
    }

    .mobil-mt--20 {
        margin-top: -20px;
    }

    .mobil-mt--30 {
        margin-top: -30px;
    }

    .mobil-mt-10 {
        margin-top: 10px;
    }

    .mobil-mt-20 {
        margin-top: 20px;
    }

    .mobil-mt-30 {
        margin-top: 30px;
    }

    .mobil-mb-10 {
        margin-bottom: 10px;
    }

    .mobil-mb-20 {
        margin-bottom: 20px;
    }

    .mobil-mb-30 {
        margin-bottom: 30px;
    }


    .post-list-small--2 .post-list-small__img-holder {
        border-radius: 0;
        width: 130px;
    }

    .post-list-small--2 .post-list-small__body {
        padding: 0;
    }

}


@media screen and (max-width: 575px) {
    .container {
        max-width: 100%;
    }

    .mmanset--title {
        font-size: 19px !important;
        line-height: 28px !important;
    }

    .mmanset2--title {
        font-size: 15px !important;
    }


    .mobile-slide {
        width: 100%;
        margin: -15px 0 -25px 0 !important;
        padding: 0 !important;
    }


    .m-thumb--size-200 {
        height: 200px;
    }


}


/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.resnek {
}

.r1660 {
    width: 160px;
    height: auto;
    margin: 0 auto;
}

.r468 {
    width: 468px;
    height: auto;
    margin: 0 auto;
}

.r300 {
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.post-in-reads {
    margin-bottom: 20px;
}

/*-------------------------------------------------------*/
/* tab
/*-------------------------------------------------------*/
.entry__article th, .entry__article td {
    padding: 15px;
    text-align: left;
}

.entry__article table {
    border-collapse: collapse;
    overflow-x: auto;
    margin-bottom: 30px;
}

.entry__article table, .entry__article th, .entry__article td {
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.entry__article tr:nth-child(even) {
    background-color: #f2f2f2;
}

.entry__article th {
    background: #222;
    color: white;
}


.top-br-holder {
    position: absolute;
}

.top-br-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 40px;
    height: 4px;
    background: #3a7bd5;
    z-index: 2;
}


.owl-cats .owl-prev, .owl-cats .owl-next {
    color: #fff;
    background-color: #3a7bd5;
    border-color: transparent;
}

.owl-cats .owl-prev {
    left: -100px;
}

.owl-cats .owl-next {
    right: -100px;
}

.owl-cats .owl-prev:hover, .owl-cats .owl-next:hover {
    opacity: 0.7;
}

.owl-cats:hover .owl-prev {
    left: -10px;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.owl-cats:hover .owl-next {
    right: -10px;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.agotime {
    font-family: 'Archivo', serif;
    color: #a1a1a1;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.sidemodul1wr {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
}

.sidemodul1wr:last-child {
    border-bottom: none;
}

.sidemodul1wr:first-child .sidemodul1num {
    color: #ddd;
}

.sidemodul1img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.sidemodul1baslik {
    font-family: 'Archivo', serif;
    color: #222;
    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
    max-height: 45px;
    overflow: hidden;
}

.sidemodul1num {
    transition: all .2s ease-in-out;
    font-family: 'Archivo', serif;
    font-weight: 900;
    z-index: -1;
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: -10px;
    right: 0;
}

.sidemodul1num i {
    font-size: 34px;
}

.sidemodul1num.sidemodul1num2 {
    bottom: -5px;
}

.sidemodul1wr:hover .sidemodul1num {
    color: #ddd;
}


/* zuck */
@keyframes zuckSlideTime {
    0% {
        max-width: 0;
    }
    100% {
        max-width: 100%;
    }
}

@keyframes zuckLoading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#zuck-modal {
    outline: 0 !important;
    overflow: hidden;
    position: fixed !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 100000 !important;
    font-size: 14px;
    font-family: inherit;
}

#zuck-modal-content,
#zuck-modal-content .story-viewer,
#zuck-modal-content .story-viewer > .slides,
#zuck-modal-content .story-viewer > .slides > * {
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}

#zuck-modal * {
    user-select: none;
    outline: 0;
}

#zuck-modal.with-effects {
    transform: scale(0.01);
    transform-origin: top left;
    transition: 0.25s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
}

#zuck-modal.with-effects.animated {
    transform: scale(1);
    border-radius: 0;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

#zuck-modal.with-effects.closed {
    transform: translateY(100%);
}

#zuck-modal .slider {
    width: 300vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -100vw;
    position: absolute;
}

#zuck-modal .slider > * {
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
}

#zuck-modal .slider > .previous {
    left: 0;
}

#zuck-modal .slider > .viewing {
    left: 100vw;
}

#zuck-modal .slider > .next {
    left: 200vw;
}

#zuck-modal .slider.animated {
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

#zuck-modal.with-cube #zuck-modal-content {
    perspective: 1000vw;
    transform: scale(0.95);
    perspective-origin: 50% 50%;
    overflow: visible;
    transition: 0.3s;
}

#zuck-modal.with-cube .slider {
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}

#zuck-modal.with-cube .slider > .previous {
    backface-visibility: hidden;
    left: 100vw;
    transform: rotateY(270deg) translateX(-50%);
    transform-origin: center left;
}

#zuck-modal.with-cube .slider > .viewing {
    backface-visibility: hidden;
    left: 100vw;
    transform: translateZ(50vw);
}

#zuck-modal.with-cube .slider > .next {
    backface-visibility: hidden;
    left: 100vw;
    transform: rotateY(-270deg) translateX(50%);
    transform-origin: top right;
}

#zuck-modal-content .story-viewer.paused.longPress .head,
#zuck-modal-content .story-viewer.paused.longPress .slides-pointers,
#zuck-modal-content .story-viewer.paused.longPress .tip {
    opacity: 0;
}

#zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers > * > .active > b {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

#zuck-modal-content .story-viewer.next {
    z-index: 10;
}

#zuck-modal-content .story-viewer.viewing {
    z-index: 5;
}

#zuck-modal-content .story-viewer.previous {
    z-index: 0;
}

#zuck-modal-content .story-viewer.muted .tip.muted,
#zuck-modal-content .story-viewer.loading .head .loading {
    display: block;
}

#zuck-modal-content .story-viewer.loading .head .right .time,
#zuck-modal-content .story-viewer.loading .head .right .close {
    display: none;
}

#zuck-modal-content .story-viewer .slides-pagination span {
    position: absolute;
    top: 50vh;
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    width: 48px;
    margin: 6px;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
}

#zuck-modal-content .story-viewer .slides-pagination .previous {
    left: 0;
}

#zuck-modal-content .story-viewer .slides-pagination .next {
    right: 0;
}

#zuck-modal-content .story-viewer .slides-pointers {
    display: table;
    table-layout: fixed;
    border-spacing: 6px;
    border-collapse: separate;
    position: absolute;
    width: 100vh;
    top: 0;
    left: calc(50vw - 50vh);
    right: calc(50vw - 50vh);
    z-index: 100020;
}

#zuck-modal-content .story-viewer .slides-pointers > * {
    display: table-row;
}

#zuck-modal-content .story-viewer .slides-pointers > * > * {
    display: table-cell;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

#zuck-modal-content .story-viewer .slides-pointers > * > .seen {
    background: #fff;
}

#zuck-modal-content .story-viewer .slides-pointers > * > * > b {
    background: #fff;
    width: auto;
    max-width: 0;
    height: 2px;
    display: block;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    border-radius: 2px;
}

#zuck-modal-content .story-viewer .slides-pointers > * > .active > b {
    -webkit-animation-name: zuckSlideTime;
    animation-name: zuckSlideTime;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#zuck-modal-content .story-viewer .head {
    position: absolute;
    height: 56px;
    left: 0;
    right: 0;
    line-height: 56px;
    z-index: 100010;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35);
    padding: 6px 12px;
}

#zuck-modal-content .story-viewer .head .item-preview {
    overflow: hidden;
    vertical-align: top;
    background-size: cover;
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-right: 9px;
    border-radius: 50%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

#zuck-modal-content .story-viewer .head .item-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

#zuck-modal-content .story-viewer .head .time {
    opacity: 0.75;
    font-weight: 500;
    font-size: 13px;
}

#zuck-modal-content .story-viewer .head .left {
    line-height: 1 !important;
    display: inline-block;
    margin: 6px 0;
}

#zuck-modal-content .story-viewer .head .left .info {
    display: inline-block;
    max-width: 30vw;
    vertical-align: middle;
}

#zuck-modal-content .story-viewer .head .left .info > * {
    width: 100%;
    display: inline-block;
    line-height: 21px;
}

#zuck-modal-content .story-viewer .head .left .info .name {
    font-weight: 500;
}

#zuck-modal-content .story-viewer .head .right {
    float: right;
}

#zuck-modal-content .story-viewer .head .right .close,
#zuck-modal-content .story-viewer .head .back {
    font-size: 42px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin-right: 30px;
    font-weight: 400;
}

#zuck-modal-content .story-viewer .head .left .back {
    display: none;
    width: 24px;
    margin: -9px -6px 0 -6px;
}

#zuck-modal-content .story-viewer .head .right .time {
    display: none;
}

#zuck-modal-content .story-viewer .head .loading {
    display: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 9px 0;
    border: 4px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-top-color: #fff;
    -webkit-animation: zuckLoading 1s infinite linear;
    animation: zuckLoading 1s infinite linear;
}

#zuck-modal-content .story-viewer .head,
#zuck-modal-content .story-viewer .slides-pointers,
#zuck-modal-content .story-viewer .tip {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#zuck-modal-content .story-viewer .slides .item {
    display: none;
    overflow: hidden;
    background: #000;
}

#zuck-modal-content .story-viewer .slides .item:before {
    z-index: 4;
    background: transparent;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#zuck-modal-content .story-viewer .slides .item > .media {
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
}

@media only screen and (max-width: 720px) {
    #zuck-modal-content .story-viewer .slides .item > .media {
        display: block;
        height: auto;
        left: 50%;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto
    }
}

#zuck-modal-content .story-viewer .slides .item.active,
#zuck-modal-content .story-viewer .slides .item.active .tip.link {
    display: block;
}

#zuck-modal-content .indesc {
    z-index: 5;

    position: absolute;
    bottom: 24px;
    left: 50%;

}

#zuck-modal-content .story-viewer .tip {
    z-index: 999999 !important;
    text-decoration: none;
    display: none;
    border-radius: 24px;
    background: #fff;
    font-size: 16px;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    color: #2f2ce8;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 12px;
    width: 140px;
}


#zuck-modal-content .strydesc {
    z-index: 5;

    font-size: 26px;
    padding: 0;
    padding-bottom: 30px;
    width: 70%;

    transform: translateX(-50%);
    z-index: 1000;
    color: #fff;
    text-align: center;

    font-weight: 600;

}

@media screen and (max-width: 991px) {

    #zuck-modal-content .story-viewer .tip {

        top: 94px;

    }


    #zuck-modal-content .strydesc {
        font-size: 18px;
        width: 100%;


    }
}


#zuck-modal-content .bottom-gradient {
    background: #171821;
    background: -webkit-gradient(linear, left bottom, left top, from(#171821), to(transparent));
    background: linear-gradient(to top, #171821 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}


@media (max-width: 1024px) {
    #zuck-modal-content .story-viewer .head {
        top: 3px;
    }

    #zuck-modal-content .story-viewer .head .loading {
        width: 24px;
        height: 24px;
        margin: 6px 0;
    }

    #zuck-modal-content .story-viewer .head .item-preview {
        width: 30px;
        height: 30px;
        margin-right: 9px;
    }

    #zuck-modal-content .story-viewer .head .left {
        font-size: 15px;
        margin: 15px 0;
    }

    #zuck-modal-content .story-viewer .head .left > div {
        line-height: 30px;
    }

    #zuck-modal-content .story-viewer .head .right .time {
        display: block;
        white-space: nowrap;
        font-size: 15px;
        margin: 15px 0;
        line-height: 30px;
    }

    #zuck-modal-content .story-viewer .head .left > .back {
        display: none;
        background: transparent;
        z-index: 20;
        visibility: visible;
        position: absolute;
        height: 42px;
        width: 24px;
        line-height: 36px;
        text-align: left;
        vertical-align: top;
        text-shadow: none;
    }

    #zuck-modal-content .story-viewer.with-back-button .head .left > .back {
        display: block;
    }

    #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
        margin-left: 18px;
    }

    #zuck-modal-content .story-viewer .slides-pointers {
        width: 100vw;
        left: 0;
        right: 0;
    }

    #zuck-modal-content .story-viewer .tip {
        font-size: 14px;
        padding: 6px 12px;
    }

    #zuck-modal-content .story-viewer .head .left .time,
    #zuck-modal-content .story-viewer .head .right .close {
        display: block;
    }
}

/* timeline */
.stories-wrap {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.stories.carousel {
    white-space: nowrap;
    height: 120px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-direction: horizontal;
    -webkit-overflow-scrolling: auto;
}

.stories.carousel::-webkit-scrollbar {
    width: 0px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
.stories.carousel::-webkit-scrollbar-thumb {
    background: transparent;
}


.stories.carousel::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.stories.carousel .story {
    display: inline-block;
    width: 18vw;
    max-width: 60px;
    margin: 0 6px;
    vertical-align: top;
    margin-right: 14px;
}

.stories.carousel.carouselst2 .story {
    display: inline-block;
    width: 18vw;
    max-width: 60px;
    margin: 0 6px;
    vertical-align: top;
    margin-right: 10.3px;
}

.stories.carousel .story:first-child {
    margin-left: 0;
}

.stories.carousel .story:last-child {
    margin-right: 0;
}


.stories.carousel .story > .item-link {
    text-align: center;
    display: block;
    position: relative;
}

.stories.carousel .story > .item-link:active > .item-preview {
    transform: scale(0.9);
}

.stories.carousel .story > .item-link > .item-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 90px;
    height: 18vw;
    overflow: hidden;
    transition: transform 0.2s;
}

.stories.carousel .story > .item-link > .item-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.stories.carousel .story > .item-link > .info {
    display: inline-block;
    margin-top: 0.5em;
    line-height: 1.2em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stories.carousel .story > .item-link > .info .name {
    font-weight: 300;
}


.stories.carousel .story:first-child > .item-link > .info .name {
    left: 10px;
}

.stories.carousel .story:nth-child(15) > .item-link > .info .name {
    left: -85px;
}

.stories.snapgram .story > .item-link:hover > .info .name {
    opacity: 1;
}

.stories.carousel .story > .item-link > .info .time {
    display: none;
}

.stories.carousel .story > .items {
    display: none;
}


.stories.snapgram .story > .item-link {
    text-decoration: none;
    position: relative !important;
    color: #333;
    z-index: 3 !important;
}

.stories.snapgram .story > .item-link > .item-preview {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 2px;
    background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}

.stories.snapgram .story > .item-link > .item-preview img {
    border-radius: 50%;
    border: 3px solid #fff;
}

.stories.snapgram .story.seen > .item-link > .item-preview {
    opacity: 0.7;
    position: relative;
}


.stories.snapgram .story.seen > a > .item-preview {
    background: #999;
}

.stories.snapgram .story.seen > a {
    color: #999 !important;
}

@media screen and (max-width: 768px) {
    .tooltip {
        display: none !important;
    }
}

.slidecats {
    padding-right: 0 !important;
    padding-left: 15px !important;
}

@media screen and (max-width: 992px) {
    .slidecats {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .slidecats .owl-prev, .slidecats .owl-next {
        display: none;
    }
}

.comment-form-cookies-consent {
    display: Block;
    clear: both;
}


.nav-links {
    display: none;
}

/* ==========================================================================
slidecat
========================================================================== */
.slidecatwrap {
    z-index: 3;
    background: #fff;
    position: relative;
    border-top: 1px solid #eee;
}

body.dark-mode .slidecatwrap {
    background: #222;
    border-top: 1px solid #444;
}

.box-bottom {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
    margin-top: -135px;
    margin-left: 20px;
    z-index: 3;
    position: relative;
}

body.dark-mode .box-bottom {
    background: linear-gradient(to top, rgba(110, 110, 110, 0.8) 0%, rgba(110, 110, 110, 1) 100%);
}

body.dark-mode .sidemodul1wr {
    border-bottom: 1px solid #565656;
}

body.dark-mode .sidemodul1baslik {
    color: #fff;
}

body.dark-mode .sidemodul1wr:first-child .sidemodul1num {
    color: #444;
}

body.dark-mode .sidemodul1num {
    color: #555;
}

body.dark-mode .sidemodul1wr:hover .sidemodul1num {
    color: #444;
}


body.dark-mode .sliderim8 .owl-dot {
    border: 1px solid #232323 !important;
    color: #aaa !important;
    background-color: #333 !important;
}


body.dark-mode .sliderim8 .owl-dot:hover {
    box-shadow: none;
    color: #222;
    border: none !important;
}

body.dark-mode .sliderim8 .owl-dot.active {
    background: #222 !important;
    border: none !important;
    color: #fff !important;
}


body.dark-mode .sliderim8 .owl-dot:hover:after,
body.dark-mode .sliderim8 .owl-dot.active:after {

    border-color: transparent #222 transparent transparent;
}


body.dark-mode .js-signin-modal-trigger button, body.dark-mode .js-signin-modal-trigger a {
    color: #999;
}

/* ==========================================================================
Emoji
========================================================================== */
.renkli-emo-wrap {
    margin-bottom: 15px;
}

.renkli-emo-wrap .renkli-emo-baslik {
    margin-top: 0;
    margin-bottom: 15px;
    color: #222;
}

.renkli-emo .renkli-emo-tepki {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 0;
    transition: all .2s ease-in-out;
}

.renkli-emo .renkli-emo-tepki:hover {
    transform: scale(1.1);
}


.renkli-emo .renkli-emo-tepki:last-child {
    margin-right: 0
}

.renkli-emo .renkli-emo-tepki .mkdf-reaction {
    display: block;
    padding: 15px 5px 8px;
    border: 1px dashed #ebebeb;
    box-sizing: border-box;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.renkli-emo .renkli-emo-tepki .renkli-emo-resim img {
    border: none;
}

.renkli-emo .renkli-emo-tepki .renkli-emo-resim {

    opacity: .7;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.renkli-emo .renkli-emo-tepki .renkli-emo-ic {
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    margin-top: 9px
}

.renkli-emo .renkli-emo-tepki .renkli-emo-ic .renkli-emo-isim {
    color: #121212;
    margin-bottom: 5px;
}

.renkli-emo .renkli-emo-tepki .renkli-emo-ic span.count_number {
    color: #ffc10e;
    font-size: 12px;
}

.renkli-emo .renkli-emo-tepki.oy {
    cursor: default;
    pointer-events: none;
    background-color: #fafafa
}

.renkli-emo .renkli-emo-tepki:hover .renkli-emo-isim,
.renkli-emo .renkli-emo-tepki.oy .renkli-emo-isim,
.renkli-emo .renkli-emo-tepki .voted2 .renkli-emo-isim {
    color: #ff483a
}

.renkli-emo .renkli-emo-tepki.oy span.count_number,
.renkli-emo .renkli-emo-tepki .voted2 span.count_number {
    color: #ff483a;
    font-size: 13px;
}

.renkli-emo .renkli-emo-tepki .voted2:after {
    font-family: "FontAwesome";
    content: "\f058";
    font-style: normal;
    background-color: #fafafa;
    color: #ffc10e;
    display: block;
    clear: both;
    overflow: hidden;
}

.renkli-emo .renkli-emo-tepki.oy .renkli-emo-resim,
.renkli-emo .renkli-emo-tepki .voted2 .renkli-emo-resim,
.renkli-emo .renkli-emo-tepki:hover .renkli-emo-resim {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

/* Dark mode switcher */
.wpnm-button-mobmenu {
    padding: 10px 15px 0 15px;
}

.wpnm-button {
    font-size: 16px
}

.wpnm-button-inner-left:empty {
    margin-left: -0.625em
}

.wpnm-button-inner-left:before, .wpnm-button-inner-left:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*transition*/
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    outline: none
}

.wpnm-button .wpnm-button-inner, .wpnm-button .wpnm-button-inner-left {
    display: inline-block;
    font-size: 0.875em;
    position: relative;
    padding: 0em;
    line-height: 1em;
    cursor: pointer;
    color: rgba(149, 149, 149, 0.51);
    font-weight: normal
}

.wpnm-button .wpnm-button-inner-left:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 2.125em;
    text-indent: 2.5em;
    height: 1em;
    width: 1em;
    margin: 0.25em;
    /*border-radius*/
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    right: 1.625em;
    bottom: 0em;
    background: #FFB200;
    transform: rotate(-45deg);
    box-shadow: 0 0 0.625em white
}

.wpnm-button .wpnm-button-inner-left:after {
    content: "";
    display: inline-block;
    width: 2.5em;
    height: 1.5em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: rgba(255, 255, 255, 0.15);
    vertical-align: middle;
    margin: 0 0.625em;
    border: 0.125em solid #FFB200
}

.wpnm-button.active .wpnm-button-inner-left:before {
    right: 1.0625em;
    box-shadow: 0.3125em 0.3125em 0 0 #eee;
    background: transparent
}

.wpnm-button.active .wpnm-button-inner-left:after {
    background: rgba(0, 0, 0, 0.15);
    border: 0.125em solid white
}

.wpnm-button .wpnm-button-inner-left {
    color: rgba(250, 250, 250, 0.51);
    font-weight: bold
}

.wpnm-button.active .wpnm-button-inner-left {
    color: rgba(149, 149, 149, 0.51);
    font-weight: normal
}

.wpnm-button.active .wpnm-button-inner-left + .wpnm-button-inner {
    color: rgba(250, 250, 250, 0.51);
    font-weight: bold
}

/* catinfobox */
.catinfobox {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
}

body.dark-mode .catinfobox {
    background: #262626;
    border: 1px solid #222;
    color: #aaa;
}

/* Dark mode switcher */
body.dark-mode, body.dark-mode .nav__holder, body.dark-mode .headeralt, body.dark-mode .headeraltsingle {
    background: #222;
}

body.dark-mode, body.dark-mode .bg-light {
    background: #333 !important;
}

body.dark-mode .bg-white {
    background: transparent !important;
}

body.dark-mode .l-box-wrap {
    border-right: 1px solid #252525;
    border-left: 1px solid #252525;
}

body.dark-mode .box-main-content-r {
    border-left: 1px solid #252525;
}

body.dark-mode .malinky-load-more__button {
    background: #444;
    color: #eee;
    border: 1px solid #343434;
}


/* Dark mode header */
body.dark-mode .top-bar {
    background: linear-gradient(to right, #252525 0%, #444 100%);
    height: 55px;
    line-height: 55px;
}

body.dark-mode .main-nav {
    border-left: 1px solid #141414;
}

body.dark-mode .js-signin-modal-trigger button {
    color: #aaa;
}

body.dark-mode .main-nav .menu li.item-level-0 > a {
    color: #aaa !important;
}

body.dark-mode .nav-icon-toggle__inner, body.dark-mode .nav-icon-toggle__inner:before, body.dark-mode .nav-icon-toggle__inner:after {
    background: #fff;
}

/* Dark mode story */
body.dark-mode .stories-wrap {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
}

body.dark-mode .stories.snapgram .story > .item-link {
    color: #aaa;
}

body.dark-mode .stories.snapgram .story > .item-link > .item-preview img {
    border: 3px solid #222;
}

/* Dark mode footer */
body.dark-mode .footer-menu-ikon, body.dark-mode .footer {
    background: #222 !important;
}

body.dark-mode .border-top {
    border-color: #252525 !important;
}

body.dark-mode .footer__nav-menu a, body.dark-mode .footer__nav-menu a:hover {
    color: #fff !important;
}

body.dark-mode .footer__bottom--light {
    background-color: #222;
}

body.dark-mode .footer__widgets {
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
}


/* Dark mode numslide */
body.dark-mode .sliderim6 .owl-dots {
    border-left: 1px solid #252525 !important;

}

body.dark-mode .sliderim6 .owl-dot {
    border-bottom: 1px solid #222 !important;
    color: #aaa !important;
    background-color: #252525 !important;
}

body.dark-mode .sliderim6 .owl-dot.active {
    background: #000 !important;
}

body.dark-mode .sliderim .owl-dots {
    background-color: #252525;
    border: 1px solid #222;
    border-top: 2px solid #3a7bd5
}

body.dark-mode .sliderim .owl-dot {
    border-right: 1px solid #222 !important;
    color: #aaa !important;
    background-color: #252525 !important
}

body.dark-mode .sliderim .owl-dot.active {
    background-color: #000 !important;
    color: #fff !important
}

/* Dark mode single */
body.dark-mode .w-lg-4 {
    border-left: 1px solid #252525;
}

body.dark-mode .single-post__entry-title {
    color: #aaa
}

body.dark-mode .single-post__description {
    color: #aaa
}

body.dark-mode .entry__article, body.dark-mode .entry__article div, body.dark-mode .entry__article p, body.dark-mode .entry__article h1, body.dark-mode .entry__article h2, body.dark-mode .entry__article h3, body.dark-mode .entry__article h4, body.dark-mode .entry__article h5 {
    color: #aaa
}

body.dark-mode .post-in-related-wrap {
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
    padding: 15px;
    margin-bottom: 15px;
}

body.dark-mode .post-in-related-list li a {
    color: #aaa;
}

body.dark-mode .post-in-single-1 {
    border: 1px solid #292929;
    background: #333;
}

body.dark-mode .post-in-single-1__desc {
    color: #aaa;
}

body.dark-mode .entry__tags span {
    color: #aaa;
}

body.dark-mode .entry__tags a {
    background-color: #292929;
}

/* Dark mode benzer */
body.dark-mode .related-wrap {
    border-top: 1px solid #212121;
}

body.dark-mode .card {
    background-color: #333;
    padding: 5px;
}

body.dark-mode .card-title a {
    color: #aaa;
}

/* Dark mode sidebar */
body.dark-mode .stitle {
    color: #aaa;
}

body.dark-mode .sectionb-title .stitle:after {
    background: #666
}

/* Dark mode sidelinks */
body.dark-mode .side_categories ul {
    border-left: 1px solid #252525;
    border-right: 1px solid #252525;
    border-top: 1px solid #252525;
}

body.dark-mode .side_categories li:nth-child(odd) {
    background: #222;
}

body.dark-mode .side_categories li:nth-child(even) {
    background: #232323;
}

body.dark-mode .side_categories li a {
    color: #aaa;
}

body.dark-mode .side_categories li {
    border-bottom: 1px solid #252525;
}

body.dark-mode .side-category-icon, body.dark-mode .side_categories li i {
    border-right: 1px solid #252525;
}

/* Dark mode ana1 */
body.dark-mode .box {
    background-color: #252525;
}

body.dark-mode .box.border-bottom {
    border-bottom: 1px solid #222 !important
}

body.dark-mode .box > span {
    color: #aaa;
}

/* Dark mode ana4 */
body.dark-mode .post-list-small__entry-title a {
    color: #aaa;
}

/* Dark mode side1 */
body.dark-mode .entry .entry__title a {
    color: #aaa !important;
}

/* Dark mode side2 */
body.dark-mode .post-list-small--3 .post-list-small__item {
    border-bottom: 1px solid #222;
}

/* Dark mode profil */
body.dark-mode .puser-info-wrap {
    background: #232323;
    border-bottom: 3px solid #222;
}

body.dark-mode .profil-smedia {
    border-top: 1px solid #222;
}

body.dark-mode .puser-info-body h4, body.dark-mode .puser-info-body p, body.dark-mode .profil-smedia li a {
    color: #aaa;
}

body.dark-mode .profil-yazilar li, body.dark-mode .profil-yorumlar li {
    border-bottom: 1px solid #222;
}

body.dark-mode .profil-yazilar li a, body.dark-mode .fep-nav a, body.dark-mode .profile-nav li a.nav-link {
    color: #aaa;
}

/* Dark mode fep */
body.dark-mode #fep-new-post label {
    color: #aaa;
}


/* Dark mode other */
body.dark-mode .level-item.pl-3, body.dark-mode .news-abone-logo, body.dark-mode .level.is-mobile {
    border-color: #222 !important;
}

body.dark-mode .entry__article ul, body.dark-mode .entry__article ol {
    color: #aaa !important;
}


/* Dark mode comments */

body.dark-mode .commentsWrapper .comments .commentListing .head {
    border-color: #222;
}

body.dark-mode .commentsWrapper .comments .head span {
    background: #232323;
}

body.dark-mode .commentCountBox {
    background: #121212;
}

body.dark-mode .commentsWrapper .comments .commentListing .comment .right .commentName, body.dark-mode .commentsWrapper .comments .commentListing .comment .right .commentName a {
    color: #eee;
}

body.dark-mode .commentsWrapper .comments .commentListing .comment .right p, body.dark-mode .commentsWrapper .comments .commentListing .comment .right ul, body.dark-mode .commentsWrapper .comments .commentListing .comment .right ol {
    color: #aaa;
}

body.dark-mode .commentAra:before {
    background: #555;
}

body.dark-mode .commentsWrapper .comments .commentListing .comment .right .commentDate {
    color: #555;
}

body.dark-mode .comment-reply-link {
    color: #9f9f9f;
    background: #232323;
}

body.dark-mode .comment-reply-link:hover {
    color: #eee;
}

body.dark-mode .commentsWrapper .comments .commentListing .comment {
    border-color: #222;
}

body.dark-mode .commentsWrapper .comments .commentListing .children .comment:before {
    background: #222;
}

body.dark-mode #editor-container, body.dark-mode #toolbar-container {
    border-color: #222;
}

body.dark-mode #editorTool .send button:before, body.dark-mode #editorTool .ql-formats:before {
    background-color: #222;
}

body.dark-mode #editorTool .send button {
    background: #222;
    color: #737373;
}

body.dark-mode #editorTool .send button:hover {
    color: #eee;
}

body.dark-mode .cevaplaTitle {
    border: 2px dashed #222;
}

/* Dark new profile */
body.dark-mode .authorwidget {
    background: #222;
}

body.dark-mode .db-social .head-profile:before {
    background: rgba(0, 0, 0, .2);
}

body.dark-mode .db-social .head-profile:after {
    background: rgba(0, 0, 0, .1);
}

body.dark-mode .db-social .head-profile li .counter {
    color: #aaa;
}

body.dark-mode .db-social h2 {
    color: #aaa;
}

body.dark-mode .project-tab .nav-tabs {
    border-color: #222;
}

body.dark-mode .project-tab .card-box {
    background-color: #222;
}

body.dark-mode .project-tab .card-box h4 {
    color: #aaa;
}

body.dark-mode .project-tab .card-box .mt-4.pt-2 {
    border-color: #333 !important;
}

body.dark-mode .project-tab .nav-tabs .nav-item.show .nav-link, body.dark-mode .project-tab .nav-tabs .nav-link.active {
    color: #aaa !important;
}

body.dark-mode .project-tab .nav-link {
    color: #666 !important;
}


/* Dark new profile ++ */
body.dark-mode .infos .profil-smedia {
    border-color: #333 !important;
}

.NewProfileDesc {
    display: block;
    border-top: 1px solid #eee;
    padding: 15px 0;
    text-align: center;
}

body.dark-mode .NewProfileDesc {
    border-color: #333 !important;
    color: #aaa;
}

/* Dark mode footer */
body.dark-mode .footbutton {
    background: #222;
    border-left: 3px solid #111;
    color: #aaa;
}

.disclaimer.border {
    border-right: none !important;
    border-left: none !important;
}

body.dark-mode .disclaimer.border {
    border-color: #222 !important;
    color: #aaa;
}


/* ==========================================================================
Dark Emoji
========================================================================== */
body.dark-mode .renkli-emo .renkli-emo-tepki .renkli-emo-ic .renkli-emo-isim {
    color: #fff;
    margin-bottom: 5px;
}

body.dark-mode .renkli-emo .renkli-emo-tepki .mkdf-reaction {
    border-color: #222;
}

body.dark-mode .renkli-emo .renkli-emo-tepki .voted2:after {
    background-color: #222;
}

/* ==========================================================================
diğer
========================================================================== */
body.dark-mode .pop-chart {
    background: #252525;
}

body.dark-mode .pop-chart span {
    color: #666;
}

body.dark-mode .pop-chart.pop-chart-sm span {
    color: #666;
}


/*
	Editor
	======================================
*/
#editorTool .send button {
    background: #eee;
    color: #737373;
    font-weight: 600;
    width: 100%;
    float: left;
    border-radius: 4px;
    height: 30px;
    padding: 0 10px;
    line-height: 20px;
    font-weight: 10px;
    position: relative;
}

#editorTool .send button:hover {
    color: #222;
}

#editorTool .send button:before {
    content: "";
    display: block;
    position: absolute;
    right: -14px;
    top: 5px;
    width: 2px;
    height: 20px;
    background-color: #eee;
    z-index: 0
}

#editorTool .ql-formats {
    position: relative;
}

#editorTool .ql-formats:before {
    content: "";
    display: block;
    position: absolute;
    right: -12px;
    top: 2px;
    width: 1px;
    height: 20px;
    background-color: #eee;
    z-index: 0
}

#editorTool .ql-formats.send:before, #editorTool .ql-formats.qlclean:before {
    display: none;
}


#editor-container {
    height: 150px;
}

/*
	Comments
	======================================
*/
.commentsWrapper {
    margin-bottom: 30px;
    margin-top: 30px;
}

.commentsWrapper .comments {
    margin-top: 10px;
    width: 100%;
    display: block;
}

.commentsWrapper .comments .head {
    width: 100%;
    margin: 0 0 0 0px;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    color: #737373;
    text-transform: Uppercase;
    display: block;
    padding: 0;
}

.commentsWrapper .comments .head span {
    background: #eee;
    border-radius: 6px;
    padding: 2px 15px 2px 10px;
}

.commentsWrapper .commentForm {
    display: block;
    clear: Both;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.commentsWrapper .commentForm .namemail .name {
    margin: 0;
    margin-bottom: 10px;
    border: none;
    height: 38px;
    font-size: 13px;
    font-weight: 400;
    color: #767676;
    font-family: 'Poppins', sans-serif;
    transform: 300ms;
    border: 1px solid #aaa;
    background: #fff;
}

.commentsWrapper .commentForm .namemail .email {
    margin: 0;
    margin-bottom: 10px;
    border: 1px solid transparent;
    height: 38px;
    font-size: 13px;
    font-weight: 400;
    color: #767676;
    font-family: 'Poppins', sans-serif;
    transform: 300ms;
    border: 1px solid #aaa;
    background: #fff;
}

.commentsWrapper .commentForm textarea {
    width: 100%;
    margin-bottom: 15px;
    resize: none;
    display: block;
    height: 117px;
    max-height: 118px;
    font-size: 13px;
    font-weight: 400;
    color: #767676;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #aaa;
    background: #fff;
}

.commentsWrapper .commentForm .namemail {
    display: inline-block;
    min-width: 49.7%;
}

.commentsWrapper .commentForm .namemail-wrap {
    margin-top: 10px;
    display: block;
}

.commentsWrapper .commentForm .bottom {
    width: 100%;
    float: left;
}

.commentsWrapper .commentForm .submit {
    margin-top: 15px;
    width: 150px;
    float: right;
    background: #5a5a5a;
    color: #FFFFFF;
    border: none;
    height: 40px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Archivo', sans-serif;
    border-radius: 6px;
    cursor: pointer;
}

.commentsWrapper .commentForm .submit:hover {
    opacity: 0.8;
    background: #5a5a5a;
}

.commentsWrapper .commentForm .name::placeholder, .commentsWrapper .commentForm .email::placeholder, .wideElement .commentForm textarea::placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #767676;
    font-family: 'Poppins', sans-serif;
}

.commentsWrapper .commentForm .bottom.focus {
    transform: 300ms
}

/*
	SINGLE PAGE (COMMENT LISTING)
	======================================
*/

.commentsWrapper ul, .commentsWrapper li {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
    background: transparent;
}

.commentsWrapper .comments .commentListing {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.commentsWrapper .comments .commentListing .head {
    padding: 10px 0 10px 0;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}

.commentsWrapper .comments .commentListing .head span {
    color: #737373;
}


.commentsWrapper .comments .commentListing .comment {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.commentsWrapper .comments .commentListing .comment:first-child {
    margin-top: 13px;
}

.commentsWrapper .comments .commentListing .comment .left {
    float: left;
    width: 55px;
    height: auto;
    display: inline-block
}

.commentsWrapper .comments .commentListing .comment .left .avatar {
    float: left;
    width: 55px;
    height: 55px;
    display: block;
}

.commentsWrapper .comments .commentListing .comment .left .avatar img {
    max-width: 100%;
    display: block;
    height: auto;
    width: 55px;
    height: 55px;
    border-radius: 100%;
}


.commentsWrapper .comments .commentListing .comment .right {
    float: right;
    width: calc(100% - 70px);
    display: inline-block
}

.commentsWrapper .comments .commentListing .comment .right .commentnamedate {
    dispaly: block;
    clear: both;
}

.commentsWrapper .comments .commentListing .comment .right .commentName {
    display: inline-block;
    font-size: 19px;
    color: #505050;
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
}

.commentsWrapper .comments .commentListing .comment .right .commentName a {
    color: #505050;
}

.commentsWrapper .comments .commentListing .comment .right .commentDate {
    display: inline-block;
    font-size: 16px;
    color: #DBDBDB;
    font-weight: 300;
    font-family: 'Archivo', sans-serif;
    text-transform: Lowercase;
}

.commentsWrapper .comments .commentListing .comment .right p {
    float: left;
    display: block;
    width: 100%;
    font-size: 17px;
    color: #404141;
    font-weight: 400;
    font-family: 'Archivo', sans-serif;
    margin-top: 5px;
    line-height: 24px
}

.commentsWrapper .comments .commentListing .children .comment {
    margin-left: 70px;
    position: relative;
    padding-top: 20px;
    margin-top: -10px;
}

.commentsWrapper .comments .commentListing .children .comment:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #eee;
    left: -35px;
    margin-left: -6px;
}

.commentsWrapper .comments .commentListing .comment:last-child {
    margin-bottom: 13px
}


.comment-system-text {
    border: 2px dashed #ecede8;
    padding: 17px 20px;
    font-size: 15px;
    color: #7b7b7b;
    float: left;
    width: 100%;
    box-sizing: Border-box
}

.comment-system-text a {
    color: #b72324
}

.cevaplaTitle {
    border: 2px dashed #ecede8;
    padding: 17px 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #7b7b7b;
    float: left;
    width: 100%;
    box-sizing: Border-box
}

.cevaplaTitle a {
    color: #b72324
}

.comment-reply-link {
    float: left;
    border-radius: 4px;
    color: #9f9f9f;
    font-size: 16px;
    font-weight: 500;
    background: #f5f5f5;
    padding: 2px 8px;
}

.comment-reply-link:hover {
    color: #222;
}

a#cancel-comment-reply-link {
    background: #b72324;
    color: #fff;
    padding: 7px 10px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    display: table;
    margin: 0 auto 15px;
    float: right;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f76286', endColorstr='#ff6e91', GradientType=1)
}


.commentRank {
    display: inline-block;
    border-radius: 4px;
    color: #9f9f9f;
    font-size: 11px;
    font-weight: 600;
    background: #f5f5f5;
    padding: 2px 8px;
    text-transform: uppercase;
}


.yorumBegen {
    float: left;
}

.yorumBegen i {
    color: #333;
    display: inline-block;
}

.yorumBegen a {
    color: #aaa;
}

.yorumBegenSayisi i.fa {
    color: #e2011a;
    display: inline-block;
}

.yorumBegenSayisi {
    margin-left: 4px;
    position: relative;
    display: inline-block;
}

.commentAra {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.commentAra:before {
    height: 3px;
    width: 7px;
    content: "";
    background: #eee;
    font-size: 6px;
    position: absolute;
    top: -7px;
}

.likecommm {
    background: #FEECF0;
    display: inline-block;
    margin-left: 10px;
    padding: 3px 8px;
    border-radius: 4px;
    color: #E2011A;
}

.commentCountBox {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #aaa; /* fallback for old browsers */


    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    margin-left: -8px;
    margin-top: -1px;
    font-weight: 600;
    text-align: center;
}

.commentLoadMoreWrapper {
    margin-bottom: 0px;
    display: block;
    box-sizing: border-box;
}

.commentLoadMore {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
    float: left;
    background: transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

.commentLoadMore span {
    font-family: 'Poppins', sans-serif;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 600;
    text-transform: Uppercase;
    position: Relative;
    display: inline-block;
}

.commentLoadMore span i {
    display: block;
    text-align: center;
}

.commentPostAuthor {
    display: inline-block;
    border-radius: 4px;
    background: #EBFFFC;
    color: #00D1B2;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    text-transform: uppercase;
    margin-right: 5px;
}


.commentsWrapper .comments .commentListing .comment .right ol li {
    counter-increment: muffins
}

.commentsWrapper .comments .commentListing .comment .right ol li:before {
    content: counter(muffins) ". ";
}

.commentsWrapper .comments .commentListing .comment .right ol {
    list-style: none;
    counter-reset: muffins;
    padding: 0;
    margin: 10px 0;

}


.commentsWrapper .comments .commentListing .comment .right ul li {
    list-style-type: disc;
    margin: 0 15px !important;

}

.commentsWrapper .comments .commentListing .comment .right ul, .commentsWrapper .comments .commentListing .comment .right ol {
    font-size: 17px;
    font-weight: 400;
    color: #222;
    font-family: "Archivo", sans-serif !important;
    margin-bottom: 10px !important;
}


/*-------------------------------------------------------*/
/* Profil
/*-------------------------------------------------------*/


.db-social .jumbotron {
    border-radius: 6px;
    margin: 0;

    color: #fff !important;
    height: 300px;
    position: relative;

    padding: 0;
}

.container-fluid {
    padding: 30px 30px;
}

.db-social .head-profile {
    margin-top: -120px;
    border-radius: 4px;
    position: relative;
}

.authorwidget {
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}

.has-shadow {
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08);
}

.db-social .head-profile:before {
    content: "";
    background: rgba(255, 255, 255, .6);
    height: 20px;
    width: 90%;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 4px 4px 0 0;
}

.db-social .head-profile:after {
    content: "";
    background: rgba(255, 255, 255, .3);
    height: 20px;
    width: 80%;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 4px 4px 0 0;
}

.db-social .authorwidget-body {
    padding: 1rem 1.4rem;
}

.authorwidget-body {
    padding: 1.4rem;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.db-social .image-default img {
    width: 120px;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 1);
    z-index: 10;
}

.db-social .infos {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 1rem;
    line-height: 1.8rem;
}

.db-social h2 {
    color: #2c304d;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: .2rem;
}

.db-social .location {
    color: #aea9c3;
    font-size: 1rem;
}

.db-social .follow .btn {
    padding: 10px 30px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-shadow, .btn-shadow a {
    color: #5d5386;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
}

.db-social .head-profile .actions {
    display: inline-block;
    vertical-align: middle;
    margin-left: .5rem;
}

.actions {
    z-index: 999;
    display: block;
}

.actions.dark .dropdown-toggle {
    color: #2c304d;
}

.actions .dropdown-toggle {
    color: #98a8b4;
    background: none;
    border: none;
    padding: 0;
    font-size: 1.7rem;
}

.actions .dropdown-menu {
    border: none;
    min-width: auto;
    font-size: 1rem;
    border-radius: 4px;
    padding: 1.4rem 1.8rem;
    text-align: left;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, .15);
}

.actions .dropdown-menu .dropdown-item {
    padding: .5rem 0;
}

.actions .dropdown-menu a {
    color: #2c304d;
    font-weight: 500;
}

.db-social .head-profile li:first-child {
    padding-left: 0;
}

.db-social .head-profile li {
    display: inline-block;
    text-align: center;
    padding: 0 1rem;
}

.db-social .head-profile li .counter {
    color: #2c304d;
    font-size: 1.4rem;
    font-weight: 600;
}

.db-social .head-profile li .heading {
    color: #aea9c3;
    font-size: 1rem;
}

/*-------------------------------------------------------*/
/* tabs
/*-------------------------------------------------------*/
/* Tabs*/
.project-tab {

    padding-bottom: 2%;

}

.project-tab h6.section-title {
    color: #eee;
}

.project-tab .nav-tabs .nav-item.show .nav-link, .project-tab .nav-tabs .nav-link.active {
    color: #222;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;


}

.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.project-tab .nav-link:hover {
    border: none;
}

.project-tab thead {
    background: #f3f3f3;
    color: #333;
}

.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.project-tab .tab-content {
    margin-top: 30px;
}

.project-tab .nav-tabs .nav-item {
    display: inline-block;
    width: 33%;
    text-transform: uppercase;
}

.project-tab .nav-tabs {
    border-bottom: none;
    border-bottom: 3px solid #eee;
}


/*-------------------------------------------------------*/
/* card
/*-------------------------------------------------------*/

.project-tab .card-box {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #fff;
}

.social-links li a {
    border-radius: 50%;
    color: rgba(121, 121, 121, .8);
    display: inline-block;
    height: 30px;
    line-height: 27px;
    border: 2px solid rgba(121, 121, 121, .5);
    text-align: center;
    width: 30px
}

.social-links li a:hover {
    color: #797979;
    border: 2px solid #797979
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.btn-rounded {
    border-radius: 2em;
}

h4 {
    line-height: 22px;
    font-size: 18px;
}


/*-------------------------------------------------------*/
/* timeline
/*-------------------------------------------------------*/
.timeline {
    position: relative;
    display: block;
    clear: both;
    padding-bottom: 30px;
}

.timelinewrapper {
    margin: 0 auto;
    padding: 0 0 0 60px;
    width: 100%;
}

.timeline__section {
}


.timeline__nav {
    position: sticky;
    float: left;
    top: 0;
    transition: top 0.3s ease-out;
    max-width: 30px;
}

.timeline__nav ul {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.timeline__nav ul li {
    margin: 15px 0;
    position: relative;
    padding-left: 0;
    list-style-type: none;
    color: #aaa;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #eee;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.timeline__nav ul li.active {
    font-weight: bold;
    color: #fff;
    background: #222;
    transform: scale(1.2);
}

.timeline__nav ul li:hover {
    color: #000;
}


.timeline__nav ul li span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/*-------------------------------------------------------*/
/* author fallow
/*-------------------------------------------------------*/
.fav_authors {
    color: #fff;
    background: #FFC800;
    padding: 12px 20px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
}

.fav_authors.is-small {

    padding: 6px 10px;

}

.add-fav {
    background: #FEECF0;
    color: #FF3860;
}

.rmv-fav {
    background: #EFFAF3;
    color: #23D160;
}

.fav-authors-pagination {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.fav-authors-pagination li {
    float: left;
    list-style: none;
    padding: 4px 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    margin-right: 6px;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #ddd;
}

li.fa_current {
    cursor: default;
    font-weight: bold;
    background: #fff;
}

/*-------------------------------------------------------*/
/* rank color
/*-------------------------------------------------------*/


.ziyaretci-color-bg {
    background: #444; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #444, #555); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #444, #555); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}

/*-------------------------------------------------------*/
/* profilmob
/*-------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .hidden-mobile {
        display: none !important;
    }

    .fav_authors {
        margin-bottom: 20px;
    }

    .project-tab .nav-tabs .nav-item {
        width: 100%;
    }

}

.npostsingle {
    opacity: 0;
}

/*-------------------------------------------------------*/
/* text-limit
/*-------------------------------------------------------*/

.text-limit-1-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
}

.text-limit-2-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.text-limit-3-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}

.text-limit-4-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
}


.buttons {
    position: absolute;
    top: 15px;
    left: 15px;
}

.buttons.buttonscenter {
    top: 40%;
    left: 45%;
}

.buttons.buttonsdown {
    top: 60%;
    left: 45%;
}

.buttons.buttonsdown .ameer {
    background: transparent;
    box-shadow: none;
}

.ameer {
    width: 30px;
    height: 30px;
    background: linear-gradient(to right, #ffcc33, #ffb347);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12), 0 1px 5px 0 rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    z-index: 2;

}

.ameer.video-clr {
    background: linear-gradient(to right, #3f4c6b, #606c88);
}

.ameer span {
    display: block;
    position: absolute;
}

.entry:hover .ameer span, .post .box:hover .ameer span, .box:hover .ameer span {

    border: 2px dotted #fff;
    border-radius: 50%;
    animation: ameer 1s;
    opacity: 0;
}

.ameer span:nth-child(2) {
    width: 250%;
    height: 250%;
    animation-delay: 0.1s;
    opacity: 1;

}

.ameer span:nth-child(3) {
    width: 350%;
    height: 350%;
    animation-delay: 0.2s

}

.ameer span:nth-child(4) {
    width: 450%;
    height: 450%;
    animation-delay: 0.3s

}

.ameer:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50%;
    background: #eee;
    opacity: 0;


}


.entry:hover .ameer:after, .post .box:hover .ameer:after {

    animation: ameer 1s;
    z-index: -1;

}

@keyframes ameer {

    from {

        transform: scale(1);
        opacity: 0.5

    }
    to {

        transform: scale(1.4);
        opacity: 0
    }
}

/*-------------------------------------------------------*/
/* mobile-giris-btn
/*-------------------------------------------------------*/
.mobile-giris-btn {
    padding: 12px 15px;
    font-weight: 600;
    background: #5C258D; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4389A2, #5C258D); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4389A2, #5C258D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    text-align: center;
}

.mobile-giris-btn a {
    color: #fff;
}

img.card-img-right.align-middle {
    width: 150px;
}
img.card-img-right.align-middle.acentedetay {
    background-color: white;
    box-shadow: 0 0 0 2px #2c3e50, 0 0 0 4px #444, 0 0 0 6px white;
    padding: 10px;
}

.card.a-detay {
    background: linear-gradient(to right, #2c3e50 0%, #444 100%);
}

@media only screen and (max-width: 767px) {
    .modal {
        z-index: 99999 !important;
    }
}


/*-------------------------------------------------------*/
/* single-rank
/*-------------------------------------------------------*/
.single-rank {
    position: absolute;
    top: -13px;
    left: 0;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 600;
    padding: 0 5px;
}


/*-------------------------------------------------------*/
/* modal
/*-------------------------------------------------------*/

.modal-confirm {
    color: #636363;
    width: 325px;
    margin: 80px auto 0;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #ef513a;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
    font-size: 56px;
    position: relative;
    top: 4px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #ef513a;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #da2c12;
    outline: none;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}


.post-wrappp .commentsWrapper {
    display: none;
}

.post-wrappp .post-wrapppBorder {
    display: block;
    float: none;
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 2px solid #fbfbfb;
}

.post-wrappp:first-child .commentsWrapper {
    display: block;
}

.post-wrappp:first-child .post-wrapppBorder {
    margin-top: 60px;
    margin-bottom: 30px;
}