.ak-module {
    margin-bottom: 30px;
    min-height: 0;
    position: relative
}

.ak-module:last-child {
    margin-bottom: 0
}

.ak-module.sticky {
    background: var(--ak-dark-bg-color);
    padding: 15px;
    border: 1px dashed var(--ak-border-color)
}

.ak-module-inner {
    display: block
}

.ak-module-featured,
.ak-module-details {
    position: relative
}

.ak-module-featured.wp-block-embed {
    margin-bottom: 0
}

.ak-module-featured .twitter-tweet[style] {
    margin-right: auto;
    margin-left: auto
}

.ak-module-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35
}

.ak-module-title a {
    color: #212121;
    -webkit-transition: color .2s;
    transition: color .2s
}

@media(max-width:576px) {
    .ak-module-title {
        font-size: 15px !important
    }
}

.ak-module-summary {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6
}

.ak-module-summary p {
    margin: 0 0 5px
}

@media(max-width:767px) {
    .ak-module-summary {
        display: none
    }
}

.ak-module-terms {
    line-height: initial
}

.ak-module-terms.badge a,
.ak-module-terms.inline_badge a {
    background-color: rgba(38, 38, 38, 0.63);
    color: #fff;
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    font-size: 11px;
    line-height: 18px;
    margin-left: 5px;
    padding: 0 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    transition: .2s
}

.ak-module-terms.badge {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 1
}

.ak-module-terms.inline_badge,
.ak-module-terms.inline_badge a {
    margin-bottom: 5px
}

.ak-module-terms.inline {
    margin: 5px 0 10px;
    font-size: 12px;
    font-weight: 700
}

.ak-module-terms.inline a {
    color: inherit;
    margin-left: 15px;
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: transparent !important
}

.ak-module-terms.inline a:hover {
    color: #000
}

.ak-module-terms.inline a .ak-icon {
    margin-left: 2px
}

.ak-module-terms.inline a .ak-icon img {
    width: 24px;
    height: 24px;
    margin-left: 5px
}

.ak-module-badges {
    float: left
}

.ak-module-featured .ak-module-badges {
    float: none;
    position: absolute;
    z-index: 3;
    top: -10px;
    right: -10px
}

@media(max-width:576px) {
    .ak-module-featured .ak-module-badges {
        top: 5px;
        right: 5px
    }
}

.ak-module-featured .ak-module-badges a {
    float: right
}

.ak-module-featured .ak-module-badges a:last-child {
    margin-left: 0
}

.ak-module-meta {
    font-size: 12px;
    line-height: 1.4;
    color: var(--ak-meta-text-color)
}

.ak-module-meta>div {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px
}

.ak-module-meta>div .ak-icon {
    display: inline-block;
    margin-left: 5px
}

.ak-module-meta>div:last-child {
    margin-left: 0
}

.ak-module-meta .ak-module-author a,
.ak-module-meta .ak-module-time a,
.ak-module-meta .ak-module-comments a {
    color: var(--ak-meta-text-color)
}

.ak-module-meta .ak-module-author a {
    color: var(--ak-accent-color)
}

@media(max-width:576px) {
    .ak-module-meta .ak-module-author {
        display: none
    }
}

.ak-module-meta .ak-module-author .avatar {
    display: inline-block;
    border-radius: 50%;
    margin-left: 7px;
    margin-top: -2px;
    width: 22px;
    height: 22px
}

.ak-module-meta .ak-module-author .ak-module-author-by {
    margin-left: 3px
}

.ak-module-meta .ak-module-author .ak-module-author-name {
    max-width: 110px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ak-module-meta .ak-module-share-counts {
    font-style: normal
}

.ak-module-meta .ak-module-share-counts span.social-item {
    display: inline-block;
    margin-left: 12px;
    color: inherit;
    background-color: transparent
}

.ak-module-meta .ak-module-share-counts span.social-item .ak-icon {
    display: inline-block;
    margin-left: 7px;
    color: inherit
}

.ak-module-review-star {
    font-size: 14px
}

.ak-module-review-star .fa {
    color: #f7c90d;
    font-style: normal;
    margin-left: 2px
}

.ak-module-featured-meta {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    line-height: 20px
}

.ak-module-featured-meta>div {
    display: inline-block;
    margin-left: 10px;
    color: #fff
}

.ak-module-featured-meta>div .ak-icon {
    margin-left: 5px
}

.ak-module-featured-meta>div a,
.ak-module-featured-meta>div span {
    color: #fff
}

.ak-module-featured-meta>div:last-child {
    margin-left: 0
}

.ak-module-bottom {
    margin-top: 15px
}

.ak-module-bottom .ak-share-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.ak-module-sponsor {
    margin: 0 0 5px
}

.ak-module-format-icon {
    position: absolute;
    z-index: 2;
    right: 50%;
    top: 50%;
    margin: -19px -19px 0 0;
    pointer-events: none;
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.42);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.ak-module-format-icon .fa {
    line-height: 28px;
    width: 100%;
    text-align: center
}

.ak-module-format-icon.format-audio {
    padding-left: 2px
}

.ak-module-format-icon.format-video {
    padding-right: 2px
}

.ak-module:hover .ak-module-format-icon {
    background: rgba(0, 0, 0, 0.5)
}

.ak-edit-post-link {
    position: absolute;
    top: -15px;
    z-index: 5;
    left: 0;
    color: #fff !important;
    padding: 4px 8px;
    line-height: 20px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 500;
    opacity: 0;
    visibility: hidden
}

.ak-edit-post-link:hover .ak-edit-post-link {
    background-color: rgba(0, 0, 0, 0.8)
}

.ak-module:hover .ak-edit-post-link {
    top: 0;
    opacity: 1;
    visibility: visible
}

.ak-featured-content {
    position: relative;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #000), to(transparent));
    -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #000), to(transparent));
    mask-image: linear-gradient(180deg, #000 60%, transparent);
    max-height: 250px
}

.ak-featured-content *:last-child {
    margin-bottom: 0
}

.ak-featured-content-more {
    position: absolute;
    z-index: 2;
    bottom: -5px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center
}

.ak-featured-content-more .btn {
    background-color: var(--ak-bg-color) !important;
    color: var(--ak-text-color);
    letter-spacing: 0;
    font-weight: 500;
    -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1)
}

.ak-featured-content-more .btn:hover {
    background-color: var(--ak-highlight-color) !important;
    color: #fff;
    -webkit-box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.5)
}

.ak-featured-content-more .btn i {
    margin-right: 5px
}

.ak-featured-cover {
    position: relative;
    overflow: hidden
}

.ak-module-video-duration {
    position: absolute;
    bottom: 7px;
    left: 7px;
    height: 22px;
    z-index: 3;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    cursor: pointer
}

.ak-module-video-duration .inactive {
    -webkit-transform: translateZ(11px);
    transform: translateZ(11px);
    background-color: rgba(0, 0, 0, 0.6)
}

.ak-module-video-duration .active {
    -webkit-transform: rotateX(-90deg) translateZ(-11px);
    transform: rotateX(-90deg) translateZ(-11px);
    background-color: var(--ak-block-accent-color)
}

.ak-module-video-duration .inactive,
.ak-module-video-duration .active {
    height: 22px;
    padding: 0 8px;
    color: #fff;
    border-radius: 3px
}

.ak-module:hover .ak-module-video-duration {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -ms-transform: none
}

.ak-module-1 {
    margin-bottom: 25px
}

.ak-module-1 .ak-module-title {
    font-size: 17px
}

.ak-module-1 .ak-module-summary p {
    margin: 0
}

.ak-module-1 .ak-module-featured {
    float: right;
    width: 190px
}

.ak-module-1 .ak-module-details {
    margin-right: 190px;
    padding-right: 20px
}

.ak-block-width-1 .ak-module-1 .ak-module-title,
.ak-block-width-1 .ak-module-1-medium .ak-module-title {
    font-size: 16px
}

.ak-block-width-1 .ak-module-1 .ak-module-featured,
.ak-block-width-1 .ak-module-1-medium .ak-module-featured {
    width: 160px;
    margin-left: 15px
}

.ak-block-width-1 .ak-module-1 .ak-module-details,
.ak-block-width-1 .ak-module-1-medium .ak-module-details {
    margin: 0;
    padding: 0
}

@media only screen and (max-width:768px) {
    .ak-module-1 .ak-module-title,
    .ak-module-1-medium .ak-module-title {
        font-size: 14px
    }
    .ak-module-1 .ak-module-featured,
    .ak-module-1-medium .ak-module-featured {
        width: 120px
    }
    .ak-module-1 .ak-module-details,
    .ak-module-1-medium .ak-module-details {
        margin-right: 120px
    }
}

.ak-module-1-large .ak-module-title a {
    font-size: 1.25em
}

.ak-module-1-large .ak-module-featured {
    float: right;
    width: 360px
}

.ak-module-1-large .ak-module-details {
    margin-right: 360px;
    padding-right: 30px
}

@media only screen and (min-width:992px) {
    .ak-module-1-large-big {
        margin-bottom: 50px
    }
    .ak-module-1-large-big .ak-module-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .ak-module-1-large-big .ak-module-featured {
        width: 50%
    }
    .ak-module-1-large-big .ak-featured-thumb.size-500 {
        padding-bottom: 55%
    }
    .ak-module-1-large-big .ak-module-title a {
        font-size: 1.6em
    }
    .ak-module-1-large-big .ak-module-summary {
        margin-top: 15px
    }
    .ak-module-1-large-big .ak-module-meta {
        margin-top: 10px
    }
    .ak-module-1-large-big .ak-module-details {
        width: 50%;
        margin-right: 0;
        padding: 1.5em 3em !important
    }
    .ak-module-1-large-big .ak-module-details .ak-module-terms {
        margin-bottom: 10px
    }
}

.ak-block-width-1 .ak-module-1-large .ak-module-title,
.ak-block-width-1 .ak-module-1-large-big .ak-module-title {
    font-size: 16px
}

.ak-block-width-1 .ak-module-1-large .ak-module-featured,
.ak-block-width-1 .ak-module-1-large-big .ak-module-featured {
    width: 100%;
    margin-bottom: 15px
}

.ak-block-width-1 .ak-module-1-large .ak-module-details,
.ak-block-width-1 .ak-module-1-large-big .ak-module-details {
    margin: 0;
    padding: 0
}

.ak-module-1-medium {
    margin-bottom: 30px
}

.ak-module-1-medium .ak-module-title a {
    font-size: 1.15em
}

.ak-module-1-medium .ak-module-featured {
    width: 270px;
    float: right
}

.ak-module-1-medium .ak-module-details {
    margin-right: 270px;
    padding-right: 30px
}

@media(max-width:991px) {
    .ak-module-1-medium .ak-module-title a,
    .ak-module-1-large .ak-module-title a,
    .ak-module-1-large-big .ak-module-title a {
        font-size: 1em
    }
    .ak-module-1-medium .ak-module-featured,
    .ak-module-1-large .ak-module-featured,
    .ak-module-1-large-big .ak-module-featured {
        width: 220px
    }
    .ak-module-1-medium .ak-module-details,
    .ak-module-1-large .ak-module-details,
    .ak-module-1-large-big .ak-module-details {
        margin-right: 220px
    }
}

@media(max-width:767px) {
    .ak-module-1-medium .ak-module-featured,
    .ak-module-1-large .ak-module-featured,
    .ak-module-1-large-big .ak-module-featured {
        width: 125px
    }
    .ak-module-1-medium .ak-module-details,
    .ak-module-1-large .ak-module-details,
    .ak-module-1-large-big .ak-module-details {
        margin-right: 125px;
        padding-right: 15px
    }
    .ak-module-1-medium .ak-module-terms,
    .ak-module-1-large .ak-module-terms,
    .ak-module-1-large-big .ak-module-terms {
        display: none
    }
    .ak-module-1-large-big .ak-featured-thumb.size-500 {
        padding-bottom: 70%
    }
}

.ak-module-1-small,
.ak-module-1-small-square {
    border-bottom: 0;
    margin-bottom: 25px
}

.ak-module-1-small .ak-module-title,
.ak-module-1-small-square .ak-module-title {
    font-size: 15px !important;
    line-height: 20px !important;
    letter-spacing: normal
}

.ak-module-1-small .ak-module-terms.inline,
.ak-module-1-small-square .ak-module-terms.inline {
    margin-bottom: 0
}

.ak-module-1-small .ak-module-video-duration,
.ak-module-1-small-square .ak-module-video-duration {
    height: 16px;
    font-size: 9px;
    line-height: 16px
}

.ak-module-1-small .ak-module-video-duration .inactive,
.ak-module-1-small-square .ak-module-video-duration .inactive,
.ak-module-1-small .ak-module-video-duration .active,
.ak-module-1-small-square .ak-module-video-duration .active {
    height: 16px;
    padding: 0 4px
}

.ak-module-1-small .ak-module-featured {
    float: right;
    width: 120px
}

.ak-module-1-small .ak-module-details {
    margin-right: 120px;
    padding-right: 15px
}

.ak-module-1-small-square .ak-module-featured {
    float: right;
    width: 75px
}

.ak-module-1-small-square .ak-module-details {
    margin-right: 75px;
    padding-right: 15px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .ak-module-1-small .ak-module-title,
    .ak-module-1-small-square .ak-module-title {
        font-size: 13px !important
    }
    .ak-module-1-small .ak-module-featured {
        width: 75px
    }
    .ak-module-1-small .ak-module-details {
        margin-right: 75px
    }
}

.ak-module-1-tall {
    margin-bottom: 30px
}

.ak-module-1-tall .ak-module-featured {
    float: right;
    width: 270px
}

.ak-module-1-tall .ak-module-details {
    margin-right: 295px;
    min-height: 200px
}

.ak-module-1-tall .ak-module-title {
    font-size: 28px;
    margin-top: 5px
}

.ak-module-1-tall .ak-module-meta {
    margin-top: 10px;
    padding-bottom: 0
}

.ak-module-1-wide {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(20, 0, 0, 0.1)
}

.ak-module-1-wide:last-of-type {
    border-bottom: 0;
    padding-bottom: 0
}

.ak-module-1-wide .ak-module-details {
    margin-top: 20px
}

.ak-module-1-wide .ak-module-details .ak-module-summary {
    display: block
}

@media only screen and (min-width:992px) {
    .ak-module-1-wide .ak-module-featured {
        float: right;
        width: 360px
    }
    .ak-module-1-wide .ak-module-details {
        margin-top: 0;
        margin-right: 385px
    }
}

.ak-module-1-wide .ak-module-title {
    margin-bottom: 10px
}

.ak-module-1-wide .ak-module-title a {
    font-size: 1.15em
}

.ak-module-1-wide .ak-module-meta {
    margin-bottom: 15px
}

.ak-module-1-wide .ak-module-meta>div {
    margin-top: 0
}

.ak-block-width-1 .ak-module-1-wide .ak-module-title {
    font-size: 16px
}

.ak-block-width-1 .ak-module-1-wide .ak-module-featured,
.ak-block-width-1 .ak-module-1-wide .ak-module-details {
    width: 100%;
    margin: 0;
    padding: 0
}

.ak-block-width-1 .ak-module-1-wide .ak-module-featured {
    margin-bottom: 10px
}

.ak-module-2 .ak-module-featured {
    margin-bottom: 15px
}

.ak-module-2-tall {
    margin-bottom: 30px
}

.ak-module-2-tall .ak-module-featured {
    margin-bottom: 10px
}

.ak-module-2-wide .ak-module-featured {
    margin-bottom: 15px
}

.ak-module-3 .ak-module-grid-wrap {
    position: relative
}

.ak-module-3 .ak-module-video-duration {
    bottom: auto;
    top: 7px
}

.ak-module-3 .ak-module-details {
    position: absolute !important;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    overflow: hidden;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}

.ak-module-3 .ak-module-details .ak-module-title a,
.ak-module-3 .ak-module-details .ak-module-meta,
.ak-module-3 .ak-module-details .ak-module-meta a {
    color: #fff !important;
    -webkit-text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2)
}

.ak-module-3 .ak-module-terms.badge {
    top: 0;
    bottom: auto !important;
    z-index: 3;
    right: 20px !important
}

.ak-module-3 .ak-module-terms.badge a {
    margin-top: 0 !important;
    margin-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.ak-module-3:hover .ak-module-title a {
    color: #fff !important
}

.ak-block-module-thumb-round .ak-module-3 .ak-module-details {
    border-radius: 0 0 5px 5px
}

.ak-block-numeric-style-7 .ak-module.ak-module-3 .ak-module-details:before {
    top: auto;
    bottom: 30px;
    left: 20px;
    color: rgba(255, 255, 255, 0.3)
}

.ak-module-4 .ak-module-featured {
    margin-bottom: 10px
}

.ak-module-4 .ak-module-featured .ak-module-terms {
    bottom: 38px !important;
    right: 15px
}

.ak-module-4 .ak-module-featured .ak-module-view {
    bottom: 38px;
    left: 15px
}

.ak-module-4 .ak-module-video-duration {
    bottom: auto;
    top: 7px
}

.ak-module-4 .ak-module-details {
    position: relative;
    background-color: var(--ak-bg-color);
    margin: -40px 15px 0 15px;
    padding: 15px 20px
}

.ak-module-4 .ak-module-title {
    font-size: 18px
}

.ak-module-5 {
    margin-bottom: 40px
}

.ak-module-5 .ak-module-featured {
    margin-bottom: 15px
}

.ak-module-5 .ak-module-title a {
    font-size: 1.55em
}

.ak-block-width-1 .ak-module-5 .ak-module-title {
    font-size: 18px
}

@media only screen and (max-width:768px) {
    .ak-module-5 .ak-module-title {
        font-size: 18px
    }
}

.ak-module-6 {
    margin-bottom: 40px
}

.ak-module-6 .ak-module-featured {
    margin-bottom: 15px
}

.ak-module-6 .ak-module-title {
    font-size: 32px;
    line-height: 1.2
}

.ak-module-7 {
    margin-bottom: 40px
}

.ak-module-7 .ak-module-featured {
    margin-bottom: 10px
}

.ak-module-7 .ak-module-featured .ak-module-terms {
    bottom: 50px;
    right: 40px
}

.ak-module-7 .ak-module-featured .ak-module-view {
    bottom: 30px;
    left: 30px
}

.ak-module-7 .ak-module-details {
    position: relative;
    background-color: #fff;
    margin: -50px 20px 0 20px;
    padding: 20px
}

.ak-module-7 .ak-module-title {
    font-size: 32px;
    line-height: 1.2
}

.ak-module-8:not(:last-child) {
    border-bottom: 1px solid var(--ak-alpha-border-color);
    padding-bottom: 30px;
    margin-bottom: 30px
}

.ak-module-8 .ak-module-terms.inline a {
    font-size: 1.2em
}

.ak-module-8 .ak-module-terms,
.ak-module-8 .ak-module-featured,
.ak-module-8 .ak-module-meta,
.ak-module-8 .ak-module-summary {
    margin: 0 0 15px
}

.ak-module-8 .ak-module-title {
    margin: 0 0 10px
}

.ak-module-8 .ak-module-title a {
    font-size: 1.55em
}

.ak-module-8 .ak-module-title {
    line-height: 1.2
}

.ak-module-8 .ak-module-meta>div {
    margin-top: 0
}

.ak-block-module-boxed .ak-module-8,
.ak-block-module-inner-boxed .ak-module-8 {
    border-bottom: 0;
    padding-bottom: 0
}

.ak-module-9 {
    border-bottom: 1px solid var(--ak-alpha-border-color);
    padding-bottom: 30px;
    margin-bottom: 30px
}

.ak-module-9 .ak-module-title,
.ak-module-9 .ak-module-featured {
    margin-bottom: 10px
}

.ak-module-9 .ak-module-title a {
    font-size: 1.15em
}

.ak-module-9 .ak-module-featured,
.ak-module-9 .ak-module-details:not(.top),
.ak-module-9 .ak-module-bottom {
    max-width: 600px
}

.ak-block-module-boxed .ak-module-9,
.ak-block-module-inner-boxed .ak-module-9 {
    border-bottom: 0;
    padding-bottom: 0
}

.ak-block-module-boxed .ak-module-9 .ak-module-featured {
    margin-right: -15px;
    margin-left: -15px;
    max-width: none
}

.ak-block-module-boxed .ak-module-9 .ak-module-details,
.ak-block-module-boxed .ak-module-9 .ak-module-bottom {
    max-width: 100%
}

.ak-block-module-inner-boxed .ak-module-9 {
    max-width: 600px
}

.ak-block-module-inner-boxed .ak-module-9 .ak-module-title {
    margin-bottom: 0
}

.ak-block-module-inner-boxed .ak-module-9 .ak-module-featured,
.ak-block-module-inner-boxed .ak-module-9 .ak-module-details,
.ak-block-module-inner-boxed .ak-module-9 .ak-module-bottom {
    max-width: 100%
}

.ak-module-11 .ak-module-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: -40px;
    padding: 10px 0 10px 0;
    background-color: var(--ak-grey-bg-color);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 100%;
    border-radius: 0 5px 5px 0
}

.ak-module-11 .ak-post-voting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--ak-text-color)
}

.ak-module-11 .ak-post-voting .ak-voting-count {
    font-weight: 600
}

.ak-module-11 .ak-post-voting .ak-voting-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 18px;
    color: var(--ak-meta-text-color)
}

.ak-module-11 .ak-post-voting .ak-voting-button:hover {
    background-color: var(--ak-alpha-bg-color)
}

.ak-module-11 .ak-module-inner {
    position: relative;
    margin-right: 40px;
    border-radius: 5px 0 0 5px;
    padding: 10px 0;
    background-color: var(--ak-box-bg-color);
    border: 1px solid var(--ak-box-border-color)
}

.ak-module-11:hover .ak-module-inner {
    border-color: var(--ak-darker-border-color)
}

.ak-module-11 .ak-module-top,
.ak-module-11 .ak-module-bottom,
.ak-module-11 .ak-featured-content {
    margin: 0 15px
}

.ak-module-11 .ak-module-title {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 15px 10px
}

.ak-module-11 .ak-module-meta {
    margin: 0 15px 15px
}

.ak-module-11 .ak-module-meta>div {
    margin-top: 15px
}

@media(max-width:400px) {
    .ak-module-11 .ak-module-inner {
        margin-right: 0;
        margin-bottom: 10px
    }
    .ak-module-11 .ak-module-left {
        -webkit-box-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        position: absolute;
        z-index: 1;
        top: auto;
        right: 7px;
        bottom: 14px;
        height: 40px;
        background: transparent
    }
    .ak-module-11 .ak-post-voting {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .ak-module-11 .ak-module-bottom {
        margin-right: 124px
    }
}

.ak-module-grid {
    position: relative;
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%
}

.ak-module-grid .ak-module-inner {
    position: relative
}

.ak-module-grid .ak-module-inner,
.ak-module-grid .ak-module-grid-wrap,
.ak-module-grid .ak-module-featured,
.ak-module-grid .ak-featured-cover {
    width: 100%;
    height: 100%
}

.ak-module-grid .ak-module-grid-wrap {
    position: relative
}

.ak-module-grid .ak-featured-cover,
.ak-module-grid .ak-featured-link,
.ak-module-grid .ak-featured-thumb,
.ak-module-grid .ak-featured-thumb>div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    padding: 0
}

.ak-module-grid .ak-module-details {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px;
    pointer-events: none
}

.ak-module-grid .ak-module-title {
    letter-spacing: -0.02em;
    line-height: 1.3
}

.ak-module-grid .ak-module-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal
}

.ak-module-grid.ak-module-grid-tall .ak-module-title a {
    -webkit-line-clamp: 5
}

.ak-module-grid.ak-module-grid-wide-big .ak-module-title a,
.ak-module-grid.ak-module-grid-small .ak-module-title a {
    -webkit-line-clamp: 2
}

.ak-module-grid .ak-module-terms.inline a,
.ak-module-grid .ak-module-title a,
.ak-module-grid .ak-module-summary,
.ak-module-grid .ak-module-meta,
.ak-module-grid .ak-module-meta a {
    color: #fff;
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4)
}

.ak-module-grid .ak-module-terms.inline,
.ak-module-grid .ak-module-meta,
.ak-module-grid .ak-module-meta a {
    color: #fff !important
}

.ak-module-grid:hover .ak-module-title a {
    color: #fff !important
}

.ak-module-grid .ak-module-meta {
    font-size: 13px
}

.ak-module-grid .ak-module-featured-meta {
    position: relative;
    bottom: auto;
    left: auto;
    background-color: transparent
}

.ak-module-grid .ak-module-format-icon {
    right: auto;
    left: 20px;
    top: 40px;
    bottom: auto
}

.ak-module-grid .ak-module-terms {
    margin-bottom: 5px
}

.ak-module-grid .ak-module-terms.badge {
    top: 0;
    bottom: auto !important;
    z-index: 3;
    right: 25px !important
}

.ak-module-grid .ak-module-badges {
    left: 15px;
    right: auto
}

.ak-module.ak-module-grid-big .ak-module-title a {
    font-size: 1.75em
}

.ak-module.ak-module-grid-wide-big .ak-module-title a {
    font-size: 1.55em
}

.ak-module.ak-module-grid-tall .ak-module-title a {
    font-size: 1.35em
}

.ak-module.ak-module-grid-wide .ak-module-title a {
    font-size: 1.25em
}

.ak-module.ak-module-grid-medium .ak-module-title a {
    font-size: 1.15em
}

.ak-module.ak-module-grid-small .ak-module-title a {
    font-size: 1em
}

@media only screen and (max-width:991px) {
    .ak-module-grid .ak-module-details {
        padding: 20px
    }
    .ak-module-grid .ak-module-title {
        font-size: 14px !important
    }
}

@media only screen and (max-width:767px) {
    .ak-module-grid .ak-module-title {
        font-size: 13px !important
    }
    .ak-module-grid .ak-module-meta {
        display: none
    }
}

.ak-module-image {
    position: relative
}

.ak-module-image .ak-module-title {
    font-size: 12px !important;
    line-height: 16px
}

.ak-module-image .ak-module-title a {
    color: #fff !important
}

.ak-module-image .ak-featured-link:before {
    bottom: 0;
    z-index: 5;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0
}

.ak-module-image:hover .ak-featured-link:before {
    opacity: .8;
    background-color: var(--ak-block-accent-color)
}

.ak-module-image .ak-module-details {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 15px;
    opacity: 0;
    z-index: 6;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.ak-module-image:hover .ak-module-details {
    opacity: 1
}

.ak-block {
    --ak-block-accent-color: #377dce;
    position: relative;
    margin-bottom: 40px
}

.ak-block .row {
    margin-bottom: 30px
}

.ak-block .row:last-child {
    margin-bottom: 0
}

@media(max-width:767px) {
    .ak-block .row>div:not(:last-child) {
        margin-bottom: 30px
    }
}

.ak-block .ak-loading-wrap span,
.ak-block .owl-dot.active span,
.ak-block .owl-dot:hover span {
    background-color: var(--ak-block-accent-color)
}

.ak-block .ak-pagination:not(.next_prev) .ak-pagination-btn,
.ak-block .ak-pagination:not(.next_prev) .ak-pagination-btn:hover {
    background-color: var(--ak-block-accent-color);
    border-color: var(--ak-block-accent-color);
    color: #fff
}

.ak-block .ak-module .ak-module-title a:hover,
.ak-block .ak-module-8 .ak-module-title:before {
    color: var(--ak-block-accent-color)
}

.elementor-widget .ak-block,
.elementor-widget .ak-block-custom-header .ak-block-header,
.elementor-widget .ak-ad {
    margin-bottom: 0
}

.ak-block-inner {
    position: relative
}

.ak-block-boxed {
    background-color: var(--ak-box-bg-color);
    border: 1px solid var(--ak-box-border-color);
    padding: 20px
}

@media(max-width:576px) {
    .ak-block-boxed {
        padding: 20px
    }
}

.ak-block-shadow,
.ak-block-item-shadow .ak-block-module .ak-module-inner {
    border: 0;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1)
}

.ak-block-inner-boxed .ak-block-header {
    margin-bottom: 0
}

.ak-block-inner-boxed .ak-block-inner {
    background-color: var(--ak-box-bg-color);
    padding: 20px;
    margin: 0;
    border: 1px solid var(--ak-box-border-color)
}

.ak-block-module-boxed .ak-module-inner {
    padding: 15px;
    background-color: var(--ak-box-bg-color);
    border: 1px solid var(--ak-box-border-color)
}

.ak-block-module-inner-boxed .ak-module .ak-module-inner {
    background-color: var(--ak-box-bg-color);
    border: 1px solid var(--ak-box-border-color)
}

.ak-block-module-inner-boxed .ak-module .ak-module-featured {
    margin-bottom: 0
}

.ak-block-module-inner-boxed .ak-module .ak-module-featured .post-terms {
    bottom: auto;
    top: 0
}

.ak-block-module-inner-boxed .ak-module .ak-module-details {
    padding: 15px 20px
}

@media(max-width:576px) {
    .ak-block-module-inner-boxed .ak-module .ak-module-details {
        padding: 10px 15px
    }
}

.ak-block-module-inner-boxed .ak-module.ak-module-2 .ak-module-terms.badge,
.ak-block-module-inner-boxed .ak-module.ak-module-2-tall .ak-module-terms.badge,
.ak-block-module-inner-boxed .ak-module.ak-module-2-wide .ak-module-terms.badge,
.ak-block-module-inner-boxed .ak-module.ak-module-5 .ak-module-terms.badge {
    right: 20px
}

.ak-block-module-inner-boxed .ak-module.ak-module-2 .ak-module-terms.badge a,
.ak-block-module-inner-boxed .ak-module.ak-module-2-tall .ak-module-terms.badge a,
.ak-block-module-inner-boxed .ak-module.ak-module-2-wide .ak-module-terms.badge a,
.ak-block-module-inner-boxed .ak-module.ak-module-5 .ak-module-terms.badge a {
    margin-right: 0 !important
}

.ak-block-module-inner-highlight .ak-module-featured .ak-module-terms {
    bottom: auto;
    top: 0
}

.ak-block-module-inner-highlight .ak-module-details {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px 20px 25px 20px;
    margin: -55px 20px 0 20px;
    background-color: var(--ak-box-bg-color);
    -webkit-box-shadow: 0 4px 20px var(--ak-box-border-color);
    box-shadow: 0 4px 20px var(--ak-box-border-color);
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.ak-block-module-center-elements .ak-module.ak-module-1 .ak-module-inner,
.ak-block-module-center-elements .ak-module.ak-module-1-medium .ak-module-inner,
.ak-block-module-center-elements .ak-module.ak-module-1-small-square .ak-module-inner,
.ak-block-module-center-elements .ak-module.ak-module-1-small .ak-module-inner,
.ak-block-module-center-elements .ak-module.ak-module-1-tall .ak-module-inner,
.ak-block-module-center-elements .ak-module.ak-module-1-wide .ak-module-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ak-block-module-center-elements .ak-module.ak-module-1 .ak-module-featured,
.ak-block-module-center-elements .ak-module.ak-module-1-medium .ak-module-featured,
.ak-block-module-center-elements .ak-module.ak-module-1-small-square .ak-module-featured,
.ak-block-module-center-elements .ak-module.ak-module-1-small .ak-module-featured,
.ak-block-module-center-elements .ak-module.ak-module-1-tall .ak-module-featured,
.ak-block-module-center-elements .ak-module.ak-module-1-wide .ak-module-featured {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ak-block-module-center-elements .ak-module.ak-module-1 .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-1-medium .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-1-small-square .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-1-small .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-1-tall .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-1-wide .ak-module-details {
    margin-right: 0
}

.ak-block-module-center-elements .ak-module.ak-module-2,
.ak-block-module-center-elements .ak-module.ak-module-2-tall,
.ak-block-module-center-elements .ak-module.ak-module-2-wide,
.ak-block-module-center-elements .ak-module.ak-module-5,
.ak-block-module-center-elements .ak-module.ak-module-6,
.ak-block-module-center-elements .ak-module.ak-module-7,
.ak-block-module-center-elements .ak-module.ak-module-8,
.ak-block-module-center-elements .ak-module.ak-module-9,
.ak-block-module-center-elements .ak-module.ak-module-10,
.ak-block-module-center-elements .ak-module.ak-module-11 {
    text-align: center
}

.ak-block-module-center-elements .ak-module.ak-module-2 .ak-module-terms.badge,
.ak-block-module-center-elements .ak-module.ak-module-2-tall .ak-module-terms.badge,
.ak-block-module-center-elements .ak-module.ak-module-2-wide .ak-module-terms.badge,
.ak-block-module-center-elements .ak-module.ak-module-5 .ak-module-terms.badge,
.ak-block-module-center-elements .ak-module.ak-module-6 .ak-module-terms.badge,
.ak-block-module-center-elements .ak-module.ak-module-7 .ak-module-terms.badge,
.ak-block-module-center-elements .ak-module.ak-module-8 .ak-module-terms.badge,
.ak-block-module-center-elements .ak-module.ak-module-9 .ak-module-terms.badge,
.ak-block-module-center-elements .ak-module.ak-module-10 .ak-module-terms.badge,
.ak-block-module-center-elements .ak-module.ak-module-11 .ak-module-terms.badge {
    bottom: -10px;
    left: 0;
    right: 0
}

.ak-block-module-center-elements .ak-module.ak-module-2 .ak-module-terms.badge a,
.ak-block-module-center-elements .ak-module.ak-module-2-tall .ak-module-terms.badge a,
.ak-block-module-center-elements .ak-module.ak-module-2-wide .ak-module-terms.badge a,
.ak-block-module-center-elements .ak-module.ak-module-5 .ak-module-terms.badge a,
.ak-block-module-center-elements .ak-module.ak-module-6 .ak-module-terms.badge a,
.ak-block-module-center-elements .ak-module.ak-module-7 .ak-module-terms.badge a,
.ak-block-module-center-elements .ak-module.ak-module-8 .ak-module-terms.badge a,
.ak-block-module-center-elements .ak-module.ak-module-9 .ak-module-terms.badge a,
.ak-block-module-center-elements .ak-module.ak-module-10 .ak-module-terms.badge a,
.ak-block-module-center-elements .ak-module.ak-module-11 .ak-module-terms.badge a,
.ak-block-module-center-elements .ak-module.ak-module-2 .ak-module-terms.inline a,
.ak-block-module-center-elements .ak-module.ak-module-2-tall .ak-module-terms.inline a,
.ak-block-module-center-elements .ak-module.ak-module-2-wide .ak-module-terms.inline a,
.ak-block-module-center-elements .ak-module.ak-module-5 .ak-module-terms.inline a,
.ak-block-module-center-elements .ak-module.ak-module-6 .ak-module-terms.inline a,
.ak-block-module-center-elements .ak-module.ak-module-7 .ak-module-terms.inline a,
.ak-block-module-center-elements .ak-module.ak-module-8 .ak-module-terms.inline a,
.ak-block-module-center-elements .ak-module.ak-module-9 .ak-module-terms.inline a,
.ak-block-module-center-elements .ak-module.ak-module-10 .ak-module-terms.inline a,
.ak-block-module-center-elements .ak-module.ak-module-11 .ak-module-terms.inline a {
    margin-right: 8px;
    margin-left: 8px
}

.ak-block-module-center-elements .ak-module.ak-module-2 .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-2-tall .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-2-wide .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-5 .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-6 .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-7 .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-8 .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-9 .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-10 .ak-module-details,
.ak-block-module-center-elements .ak-module.ak-module-11 .ak-module-details {
    margin-right: 5%;
    margin-left: 5%
}

.ak-block-module-center-elements .ak-module.ak-module-2 .ak-module-featured,
.ak-block-module-center-elements .ak-module.ak-module-2-tall .ak-module-featured,
.ak-block-module-center-elements .ak-module.ak-module-2-wide .ak-module-featured {
    margin-bottom: 15px
}

.ak-block-module-seperator-line .ak-module-inner {
    border-bottom: 1px solid var(--ak-alpha-border-color)
}

.ak-block-module-seperator-line.ak-block-width-1 .ak-module:last-child .ak-module-inner {
    border-bottom: 0;
    padding-bottom: 0 !important
}

.ak-block-module-thumb-round .ak-module-grid .ak-featured-link,
.ak-block-module-thumb-round .ak-module-featured .ak-featured-thumb {
    border-radius: 5px;
    overflow: hidden
}

.ak-block-border-round,
.ak-block-inner-border-round .ak-block-inner {
    border-radius: 5px
}

.ak-block-column .ak-block-posts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ak-block-column .ak-block-posts .ak-module {
    width: 100%
}

@media only screen and (min-width:576px) {
    .ak-block-column .ak-block-posts {
        margin-left: -30px
    }
    .ak-block-column .ak-block-posts .ak-no-posts {
        margin-left: 30px
    }
    .ak-block-column .ak-block-posts .ak-module {
        float: right;
        padding-left: 30px
    }
    .ak-block-column .ak-block-posts .ak-module:last-child {
        margin-bottom: 0 !important
    }
    .ak-block-column.ak-block-width-1 .ak-block-posts {
        margin-left: 0 !important
    }
    .ak-block-column.ak-block-width-1 .ak-block-posts .ak-no-posts {
        margin-left: 0 !important
    }
    .ak-block-column.ak-block-width-1 .ak-block-posts .ak-module {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .ak-block-column.ak-block-width-2 .ak-block-posts .ak-module {
        width: 50%
    }
    .ak-block-column.ak-block-width-2 .ak-block-posts .ak-module:nth-last-child(-n+2) {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width:768px) {
    .ak-block-column.ak-block-width-3 .ak-block-posts .ak-module {
        width: 33.33336%
    }
    .ak-block-column.ak-block-width-3 .ak-block-posts .ak-module:nth-last-child(-n+3) {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width:992px) {
    .ak-block-column.ak-block-width-4 .ak-block-posts .ak-module {
        width: 25%
    }
    .ak-block-column.ak-block-width-4 .ak-block-posts .ak-module:nth-last-child(-n+4) {
        margin-bottom: 0 !important
    }
    .ak-block-column.ak-block-width-5 .ak-block-posts .ak-module {
        width: 20%
    }
    .ak-block-column.ak-block-width-5 .ak-block-posts .ak-module:nth-last-child(-n+5) {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width:576px) and (max-width:991px) {
    .ak-block-column.ak-block-width-5 .ak-block-posts .ak-module,
    .ak-block-column.ak-block-width-4 .ak-block-posts .ak-module {
        width: 50%
    }
    .ak-block-column.ak-block-width-5 .ak-block-posts .ak-module:nth-last-child(-n+3),
    .ak-block-column.ak-block-width-4 .ak-block-posts .ak-module:nth-last-child(-n+3) {
        margin-bottom: 0 !important
    }
    .ak-block-column.ak-block-width-5 .ak-block-posts .ak-module:last-of-type {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .ak-block-column.ak-block-width-5 .ak-block-posts .ak-module {
        width: 33.33336%
    }
    .ak-block-column.ak-block-width-5 .ak-block-posts .ak-module:nth-last-child(-n+3) {
        margin-bottom: 0 !important
    }
}

@media only screen and (max-width:992px) {
    .ak-block-column .ak-block-posts {
        margin-left: -30px !important
    }
    .ak-block-column .ak-block-posts .ak-no-posts {
        margin-left: 30px
    }
    .ak-block-column .ak-block-posts .ak-module {
        padding-left: 30px !important
    }
}

@media only screen and (max-width:768px) {
    .ak-block-column .ak-block-posts {
        margin-left: -15px !important
    }
    .ak-block-column .ak-block-posts .ak-no-posts {
        margin-left: 15px !important
    }
    .ak-block-column .ak-block-posts .ak-module {
        padding-left: 15px !important
    }
}

.ak_column_1 .ak-block-column:not(.ak-block-width-1) .ak-module .ak-module-title,
.ak_column_2 .ak-block-column:not(.ak-block-width-2) .ak-module .ak-module-title,
.ak_column_3 .ak-block-column.ak-block-width-1 .ak-module .ak-module-title,
.ak_column_3 .ak-block-column.ak-block-width-2 .ak-module .ak-module-title {
    font-size: 16px;
    line-height: 22px
}

.ak-no-posts {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    padding-top: 20px;
    border: 1px solid var(--ak-dark-border-color);
    background: var(--ak-dark-bg-color);
    color: var(--ak-text-color)
}

.ak-block.ak-pagination-container.next_prev .ak-pagination-wrapper.ak-loading .ak-module {
    opacity: .5
}

[class*="ak-block-numeric-style-"] {
    list-style-type: none;
    counter-reset: li-counter
}

[class*="ak-block-numeric-style-"] .ak-module-badges {
    display: none
}

.ak-block-numeric-style-1 .ak-module-featured:before,
.ak-block-numeric-style-2 .ak-module-featured:before,
.ak-block-numeric-style-3 .ak-module-featured:before,
.ak-block-numeric-style-4 .ak-module-featured:before,
.ak-block-numeric-style-5 .ak-module-inner:before,
.ak-block-numeric-style-6 .ak-module-details:before,
.ak-block-numeric-style-7 .ak-module-details:before,
.ak-block-numeric-style-8 .ak-module-details:before {
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 3px;
    text-align: center;
    font-family: inherit;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
    content: counter(li-counter);
    counter-increment: li-counter;
    z-index: 2;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.ak-block-numeric-style-1 .ak-module .ak-module-featured:before,
.ak-block-numeric-style-2 .ak-module .ak-module-featured:before,
.ak-block-numeric-style-3 .ak-module .ak-module-featured:before {
    background-color: #000;
    border-radius: 100%;
    border: 2px solid var(--ak-accent-color);
    -ms-box-shadow: -1px 1px 20px rgba(0, 0, 0, 0.35);
    -o-box-shadow: -1px 1px 20px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: -1px 1px 20px rgba(0, 0, 0, 0.35);
    box-shadow: -1px 1px 20px rgba(0, 0, 0, 0.35)
}

.ak-block-numeric-style-1 .ak-module .ak-module-featured:before {
    right: -6px;
    top: -6px
}

.ak-block-numeric-style-2 .ak-module .ak-module-featured:before {
    right: -10px;
    top: 50%;
    margin-top: -16px
}

.ak-block-numeric-style-3 .ak-module .ak-module-featured:before {
    right: 50%;
    top: -16px;
    margin-right: -16px
}

.ak-block-numeric-style-4 .ak-module .ak-module-featured:before {
    right: 0;
    background-color: var(--ak-block-accent-color);
    border: 2px solid var(--ak-block-accent-color)
}

.ak-block-numeric-style-5 .ak-module .ak-module-inner {
    padding-right: 40px
}

.ak-block-numeric-style-5 .ak-module .ak-module-inner:before {
    right: 0;
    top: 5px;
    padding: 2px;
    color: #fff;
    background-color: var(--ak-block-accent-color);
    border-radius: 100%
}

.ak-block-numeric-style-6 .ak-module .ak-module-details {
    padding-right: 60px
}

.ak-block-numeric-style-6 .ak-module .ak-module-details:before {
    padding: 8px;
    font-style: italic;
    top: 5px;
    right: 0;
    color: #000;
    background-color: #eee;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 100%
}

.ak-block-numeric-style-6 .ak-module.ak-block-module-inner-boxed .ak-module-details:before {
    top: 15px;
    right: 10px
}

.ak-block-numeric-style-7 .ak-module .ak-module-details {
    padding-left: 60px;
    min-height: 50px
}

.ak-block-numeric-style-7 .ak-module .ak-module-details:before {
    font-size: 66px;
    font-style: italic;
    top: 15px;
    left: 10px;
    width: auto;
    height: auto;
    overflow: visible;
    color: #eee;
    color: rgba(173, 173, 173, 0.2)
}

.ak-block-numeric-style-7 .ak-module.ak-block-module-inner-boxed .ak-module-details:before {
    top: 20px;
    left: 15px
}

.ak-block-numeric-style-7.dark .ak-module .ak-module-details:before {
    color: rgba(255, 255, 255, 0.2)
}

.ak-block-numeric-style-8 .ak-module .ak-module-details {
    padding-right: 40px
}

.ak-block-numeric-style-8 .ak-module .ak-module-details:before {
    width: auto;
    height: auto;
    padding-right: 0;
    right: 0;
    top: 2px;
    text-align: right;
    font-size: 28px;
    color: #d7d7d7;
    content: counter(li-counter) ".";
    background-color: transparent
}

.ak-block-header {
    --ak-block-header-bg-color: #377dce;
    --ak-block-header-line-color: #377dce;
    --ak-block-title-text-color: #377dce;
    --ak-block-title-bg-color: #377dce;
    --ak-block-title-icon-color: inherit;
    --ak-block-title-text-size: inherit;
    --ak-block-title-line-height: inherit;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    background-color: var(--ak-block-header-bg-color)
}

.ak-block-header:after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: auto;
    width: 100%;
    border-color: var(--ak-block-header-line-color);
    background-color: var(--ak-block-header-line-color)
}

.dark .ak-block-header {
    --ak-block-title-text-color: #fff !important;
    --ak-block-subtitle-text-color: #fff !important;
    --ak-block-title-icon-color: #fff !important
}

.ak-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: var(--ak-block-title-bg-color);
    color: var(--ak-block-title-text-color) !important;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ak-block-title a,
.ak-block-title span {
    color: inherit;
    line-height: inherit
}

.ak-block-title .title-text {
    z-index: 1;
    display: inline-block;
    font-size: var(--ak-block-title-text-size);
    line-height: var(--ak-block-title-line-height)
}

.ak-block-title .subtitle-text {
    margin-right: 5px;
    z-index: 1;
    display: inline-block;
    font-size: var(--ak-block-subtitle-text-size);
    line-height: var(--ak-block-subtitle-line-height);
    color: var(--ak-block-subtitle-text-color)
}

.ak-block-title:after {
    content: "";
    display: block;
    position: absolute;
    border-color: var(--ak-block-header-line-color);
    background-color: var(--ak-block-header-line-color)
}

.ak-block-title .ak-icon {
    margin-left: 8px;
    line-height: inherit;
    color: var(--ak-block-title-icon-color)
}

.ak-block-title .fa-angle-double-right {
    margin: 0 8px 0 0
}

.ak-block-tabs {
    position: relative;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ak-block-tabs>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.ak-block-tabs>ul>li {
    float: none;
    display: inline-block
}

.ak-block-tabs>ul>li>a {
    display: block;
    padding: 0 7px;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase;
    color: var(--ak-link-text-color);
    font-weight: 500;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.ak-block-tabs>ul>li>a:hover,
.ak-block-tabs>ul>li>a.active {
    color: var(--ak-block-accent-color);
    border-color: var(--ak-block-accent-color)
}

.ak-block-tabs>ul>li>.sub-menu {
    right: auto;
    left: 0
}

.ak-block-tabs>ul>li.menu-last-of-type a {
    padding-left: 0
}

.ak-block-tabs.ak-more-menuenabled>ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .15s linear, opacity .15s linear;
    transition: visibility .15s linear, opacity .15s linear
}

.ak-block-tabs.ak-more-menuenabled.loaded>ul.ak-menu {
    opacity: 1;
    visibility: visible
}

.ak-block.ak-block-custom-header,
.widget_newsy_block_header {
    margin-bottom: 0
}

.ak-block-url-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

.ak-block-url-text i {
    margin-right: 8px;
    line-height: inherit
}

.ak-block-header.ak-block-header-style-1 {
    --ak-block-header-bg-color: transparent !important;
    --ak-block-title-bg-color: transparent !important
}

.ak-block-header.ak-block-header-style-1:after {
    height: 2px;
    bottom: -2px;
    background-color: var(--ak-border-color)
}

.ak-block-header.ak-block-header-style-1 .ak-block-title {
    position: relative
}

.ak-block-header.ak-block-header-style-1 .ak-block-title .title-text {
    margin-left: 17px
}

.ak-block-header.ak-block-header-style-1 .ak-block-title:after {
    top: auto;
    bottom: -2px;
    right: 0;
    left: auto;
    width: 100%;
    height: 2px;
    z-index: 1
}

.ak-block-header.ak-block-header-style-2 {
    --ak-block-header-bg-color: transparent !important;
    --ak-block-title-bg-color: transparent !important;
    padding-top: 4px;
    padding-bottom: 2px
}

.ak-block-header.ak-block-header-style-2:after {
    height: 1px;
    bottom: 0;
    background-color: var(--ak-dark-border-color)
}

.ak-block-header.ak-block-header-style-2 .ak-block-title:after {
    bottom: auto;
    top: 0;
    right: 0;
    left: 0;
    height: 3px
}

.ak-block-boxed .ak-block-header.ak-block-header-style-2 {
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -20px
}

.ak-block-boxed .ak-block-header.ak-block-header-style-2 .ak-block-title {
    padding-right: 20px
}

.ak-block-boxed .ak-block-header.ak-block-header-style-2 .ak-block-tabs {
    padding-left: 20px
}

.ak-block-header.ak-block-header-style-3 {
    --ak-block-title-text-color: #fff;
    --ak-block-header-bg-color: transparent !important
}

.ak-block-header.ak-block-header-style-3:after {
    display: none
}

.ak-block-header.ak-block-header-style-3 .ak-block-title {
    border-radius: 2px 2px 0 0;
    padding: 0 15px 0 15px
}

.ak-block-header.ak-block-header-style-3 .ak-block-title:after {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 2px
}

.ak-block-header.ak-block-header-style-4 {
    --ak-block-header-bg-color: transparent !important;
    --ak-block-title-bg-color: transparent !important
}

.ak-block-header.ak-block-header-style-4:after {
    display: none
}

.ak-block-header.ak-block-header-style-4 .ak-block-title {
    position: relative;
    padding: 0 0 0 15px
}

.ak-block-header.ak-block-header-style-4 .ak-block-title:after {
    top: auto;
    bottom: -3px;
    right: 0;
    left: auto;
    width: 50px;
    height: 3px
}

.ak-block-header.ak-block-header-style-5 {
    --ak-block-header-bg-color: transparent !important;
    --ak-block-title-bg-color: transparent !important
}

.ak-block-header.ak-block-header-style-5:after {
    display: none
}

.ak-block-header.ak-block-header-style-5 .ak-block-title {
    padding: 0 0 0 17px
}

.ak-block-header.ak-block-header-style-5 .ak-block-title:after {
    top: auto;
    bottom: -3px;
    right: 0;
    left: auto;
    width: 100%;
    height: 3px
}

.ak-block-inner-boxed .ak-block-header.ak-block-header-style-5 {
    margin-bottom: 3px
}

.ak-block-header.ak-block-header-style-6 {
    --ak-block-title-text-color: #fff;
    --ak-block-header-bg-color: transparent !important
}

.ak-block-header.ak-block-header-style-6:after {
    display: none
}

.ak-block-header.ak-block-header-style-6 .ak-block-title {
    border-radius: 2px;
    padding: 0 15px
}

.ak-block-header.ak-block-header-style-6 .ak-block-title:after {
    top: auto;
    right: 20px;
    left: auto;
    background-color: transparent !important;
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    z-index: 5;
    bottom: -12px;
    border-width: 6px
}

.ak-block-header.ak-block-header-style-7 {
    --ak-block-title-text-color: #fff;
    --ak-block-header-bg-color: var(--ak-dark-bg-color);
    border-radius: 2px
}

.ak-block-header.ak-block-header-style-7:after {
    display: none
}

.ak-block-header.ak-block-header-style-7 .ak-block-title {
    padding: 0 15px
}

.ak-block-header.ak-block-header-style-7 .ak-block-title:after {
    top: auto;
    right: 20px;
    left: auto;
    background-color: transparent !important;
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    z-index: 5;
    bottom: -12px;
    border-width: 6px
}

.ak-block-header.ak-block-header-style-7 .ak-block-tabs {
    padding-left: 15px
}

.ak-block-header.ak-block-header-style-8 {
    --ak-block-title-text-color: #fff;
    --ak-block-header-bg-color: transparent !important
}

.ak-block-header.ak-block-header-style-8:after {
    display: none
}

.ak-block-header.ak-block-header-style-8 .ak-block-title {
    padding: 0 15px
}

.ak-block-header.ak-block-header-style-8 .ak-block-title:after {
    display: none
}

.ak-block-header.ak-block-header-style-9 {
    --ak-block-title-text-color: #fff;
    --ak-block-header-bg-color: transparent !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHUlEQVQYV2NkwAIYGRgY/jMwMIBoOEDhwESJFwQAUaABBqhlwJ0AAAAASUVORK5CYII=);
    border-radius: 2px
}

.ak-block-header.ak-block-header-style-9:after {
    display: none
}

.ak-block-header.ak-block-header-style-9 .ak-block-title {
    border-radius: 2px;
    padding: 0 15px
}

.ak-block-header.ak-block-header-style-9 .ak-block-title:after {
    display: none
}

.ak-block-header.ak-block-header-style-9 .ak-block-tabs {
    padding-left: 15px
}

.ak-block-header.ak-block-header-style-10 {
    --ak-block-title-text-color: #fff;
    --ak-block-title-bg-color: var(--ak-alpha-bg-color);
    border-radius: 2px
}

.ak-block-header.ak-block-header-style-10:after {
    display: none
}

.ak-block-header.ak-block-header-style-10 .ak-block-title {
    padding: 0 12px 0 12px
}

.ak-block-header.ak-block-header-style-10 .ak-block-title:after {
    display: none
}

.ak-block-header.ak-block-header-style-10 .ak-block-tabs {
    padding-left: 15px
}

.ak-block-header.ak-block-header-style-10 .ak-block-tabs>ul>li>a {
    color: #fff !important
}

.ak-block-header.ak-block-header-style-11 {
    --ak-block-header-bg-color: transparent !important;
    --ak-block-title-bg-color: transparent !important;
    --ak-block-title-line-height: 1;
    margin-bottom: 15px
}

.ak-block-header.ak-block-header-style-11:after {
    display: none
}

.ak-block-header.ak-block-header-style-11 .ak-block-title:after {
    display: none
}

.ak-block-header.ak-block-header-style-12 {
    --ak-block-header-bg-color: transparent !important;
    --ak-block-title-bg-color: transparent !important;
    display: block
}

.ak-block-header.ak-block-header-style-12:after {
    display: none
}

.ak-block-header.ak-block-header-style-12 .ak-block-title {
    display: block;
    text-align: center;
    padding: 0
}

.ak-block-header.ak-block-header-style-12 .ak-block-title .ak-icon {
    display: block;
    text-align: center;
    font-size: 29px;
    line-height: 32px;
    margin: 0
}

.ak-block-header.ak-block-header-style-12 .ak-block-title:after {
    top: auto;
    bottom: -3px;
    right: 50%;
    margin-right: -25px;
    left: auto;
    width: 50px;
    height: 3px
}

.ak-block-header.ak-block-header-style-12 .ak-block-tabs {
    display: block;
    width: 100%;
    float: none !important
}

.ak-block-header.ak-block-header-style-12 .ak-block-tabs>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ak-block-header.ak-block-header-style-13 {
    --ak-block-header-bg-color: transparent !important;
    --ak-block-title-bg-color: transparent !important
}

.ak-block-header.ak-block-header-style-13:after {
    display: none
}

.ak-block-header.ak-block-header-style-13 .ak-block-title {
    position: relative;
    padding: 0 15px 0 15px
}

.ak-block-header.ak-block-header-style-13 .ak-block-title:after {
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 3px;
    height: 100%
}

.ak-block-header.ak-block-header-style-14 {
    --ak-block-header-bg-color: transparent !important;
    --ak-block-title-bg-color: transparent !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ak-block-header.ak-block-header-style-14:after {
    display: none
}

.ak-block-header.ak-block-header-style-14 .ak-block-title {
    padding: 0 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.ak-block-header.ak-block-header-style-14 .ak-block-title:after {
    display: none
}

.ak-block-header.ak-block-header-style-14 .ak-block-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--ak-bg-color)
}

.ak-block-header.ak-block-header-style-14 .ak-block-tabs>ul {
    display: block;
    width: 100%;
    float: none !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    border: 1px solid var(--ak-border-color);
    border-radius: 3px
}

.ak-block-header.ak-block-header-style-14 .ak-block-tabs>ul>li {
    float: none;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.ak-block-header.ak-block-header-style-14 .ak-block-tabs>ul>li>a {
    border-right: 1px solid var(--ak-border-color) !important;
    border-bottom: 2px solid var(--ak-alpha-border-color);
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    padding: 0 5px !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.ak-block-header.ak-block-header-style-14 .ak-block-tabs>ul>li>a.active {
    border-bottom-color: var(--ak-block-accent-color)
}

.ak-block-header.ak-block-header-style-14 .ak-block-tabs>ul>li>a:hover {
    background: var(--ak-dark-bg-color)
}

.ak-block-header.ak-block-header-style-14 .ak-block-tabs>ul>li:first-child a {
    border-right: 0 !important
}

.ak-block-boxed .ak-block-header.ak-block-header-style-14 {
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -20px
}

.ak-block-boxed .ak-block-header.ak-block-header-style-14 .ak-block-tabs>ul {
    border: 0
}

.ak-block-boxed .ak-block-header.ak-block-header-style-14 .ak-block-tabs>ul>li>a {
    border-top: 2px solid transparent;
    border-bottom: 2px solid var(--ak-border-color)
}

.ak-block-boxed .ak-block-header.ak-block-header-style-14 .ak-block-tabs>ul>li>a.active {
    border-top-color: var(--ak-block-accent-color);
    border-bottom-color: transparent !important
}

.ak-block-header.ak-block-header-style-15 {
    --ak-block-header-line-color: var(--ak-alpha-border-color);
    --ak-block-title-text-color: #fff;
    --ak-block-header-bg-color: transparent !important
}

.ak-block-header.ak-block-header-style-15.no-tabs:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    z-index: 0
}

.ak-block-header.ak-block-header-style-15 .ak-block-title,
.ak-block-header.ak-block-header-style-15 .ak-block-tabs>ul>li>a {
    position: relative;
    padding: 0 15px 0 15px;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: 1
}

.ak-block-header.ak-block-header-style-15 .ak-block-title .title-text {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg)
}

.ak-block-header.ak-block-header-style-15 .ak-block-tabs>ul>li>a {
    margin: 0;
    font-weight: 700;
    line-height: 1;
    padding: 8px 10px
}

.ak-block-header.ak-block-header-style-15 .ak-block-tabs>ul>li>a.active {
    background-color: var(--ak-block-accent-color);
    color: #fff
}

.ak-block-header.ak-block-header-style-15.no-title,
.ak-block-header.ak-block-header-style-15.no-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ak-block-header.ak-block-header-style-15.no-title>.ak-block-tabs>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ak-block-header.ak-block-header-style-15.no-tabs>.ak-block-title {
    margin: 0 auto
}

.ak-block-header.ak-block-header-style-16,
.ak-block-header.ak-block-header-style-17 {
    --ak-block-header-bg-color: transparent !important;
    --ak-block-title-bg-color: transparent !important;
    margin-top: 20px;
    margin-bottom: 15px
}

.ak-block-header.ak-block-header-style-16 .ak-block-title,
.ak-block-header.ak-block-header-style-17 .ak-block-title {
    position: relative
}

.ak-block-header.ak-block-header-style-16 .subtitle-text,
.ak-block-header.ak-block-header-style-17 .subtitle-text {
    font-size: 3em;
    line-height: 1;
    position: absolute;
    top: auto;
    bottom: -1px;
    right: 0;
    margin: 0;
    pointer-events: none;
    opacity: .12
}

.ak-block-header.ak-block-header-style-16:after,
.ak-block-header.ak-block-header-style-17:after {
    display: none
}

.ak-block-header.ak-block-header-style-16 .ak-block-title:after,
.ak-block-header.ak-block-header-style-17 .ak-block-title:after {
    display: none
}

.ak-block-header.ak-block-header-style-17 {
    display: block
}

.ak-block-header.ak-block-header-style-17 .ak-block-title {
    display: block;
    text-align: center;
    padding: 0
}

.ak-block-header.ak-block-header-style-17 .subtitle-text {
    left: 0;
    text-align: center;
    width: 100%
}

.ak-block-header.ak-block-header-style-17 .ak-block-tabs {
    display: block;
    width: 100%;
    float: none !important
}

.ak-block-header.ak-block-header-style-17 .ak-block-tabs>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 4px solid var(--ak-darker-border-color)
}

.ak-block-header.ak-block-header-style-17 .ak-block-url-text {
    display: block;
    text-align: center
}

.ak-block-3 .ak-block-top-grids {
    height: 250px
}

.ak-block-3 .ak-block-top-grids .ak-module-inner {
    margin: 0
}

.ak-block-4 .ak-block-top-grids {
    height: 250px
}

.ak-block-4 .ak-block-top-grids .ak-module-inner {
    margin: 0
}

.ak-block-6 .ak-module-1-large {
    width: 100% !important
}

.ak-block-12 .ak-module-1-large {
    width: 100% !important;
    margin-bottom: 0
}

.ak-block-12 .ak-block-bottom-posts {
    margin-top: 25px
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .ak-masonry.ak-block-width-5 .ak-block-posts .ak-module {
        width: 25%
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .ak-masonry.ak-block-width-5 .ak-block-posts .ak-module {
        width: 33.33336%
    }
}

.ak-block-grid {
    position: relative;
    margin-bottom: 40px
}

.ak-block-grid .ak-block-posts {
    margin: -5px -5px 0 0
}

.ak-block-grid .ak-block-posts .ak-module-grid {
    padding: 5px 5px 0 0
}

.ak-block-grid .ak-slider-item {
    width: 100%;
    height: 100%
}

.ak-block-grid .ak-module-grid .ak-featured-link:before {
    bottom: 0;
    z-index: 1;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: .4
}

.ak-block-grid .ak-module-grid:hover .ak-featured-link:before {
    opacity: .6
}

.ak-block-grid .ak-module-grid .ak-module-meta>div {
    margin-top: 6px
}

.ak-block-grid .ak-module-grid .ak-module-author .avatar {
    width: 18px;
    height: 18px
}

.ak-block-grid.tg-simple .ak-module-grid .ak-featured-link:before {
    display: none
}

.ak-block-grid.tg-simple .ak-module-grid .ak-post-terms.inline_badge {
    margin-top: -23px;
    margin-bottom: 5px
}

.ak-block-grid.tg-simple .ak-module-grid .ak-module-details {
    padding: 25px 25px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s;
    transition: all .3s
}

.ak-block-grid.tg-simple.tg-focus .ak-module-grid:hover .ak-module-details {
    background: rgba(0, 0, 0, 0.7)
}

.ak-block-grid.tg-simple.tg-focus .ak-module-grid .ak-module-terms.inline_badge {
    margin-top: -25px
}

.ak-block-grid.tg-gradient .ak-module-grid .ak-featured-link:before {
    opacity: .8;
    height: 60%;
    background: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0)), color-stop(65%, #000), to(#000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 65%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

.ak-block-grid.tg-gradient .ak-module-grid:hover .ak-featured-link:before {
    height: 50%
}

.ak-block-grid.tg-highlight .ak-module-grid .ak-featured-link:before {
    opacity: .1
}

.ak-block-grid.tg-highlight .ak-module-grid .ak-module-title,
.ak-block-grid.tg-highlight .ak-module-grid .ak-module-meta {
    margin-right: 6px
}

.ak-block-grid.tg-highlight .ak-module-grid .ak-module-title a,
.ak-block-grid.tg-highlight .ak-module-grid .ak-module-meta {
    display: inline !important;
    background: #fff;
    -webkit-box-shadow: -5px 0 0 #fff, 5px 0 0 #fff;
    box-shadow: -5px 0 0 #fff, 5px 0 0 #fff;
    text-shadow: none
}

.ak-block-grid.tg-highlight .ak-module-grid .ak-module-title a,
.ak-block-grid.tg-highlight .ak-module-grid .ak-module-meta,
.ak-block-grid.tg-highlight .ak-module-grid .ak-module-meta a {
    color: #212121 !important;
    text-shadow: none
}

.ak-block-grid.tg-highlight .ak-module-grid .ak-module-meta {
    padding: 2px 0
}

.ak-block-grid.tg-box .ak-module-grid .ak-featured-link:before {
    display: none
}

.ak-block-grid.tg-box .ak-module-grid .ak-module-details {
    position: absolute;
    max-height: 500px;
    z-index: 3;
    background: #fff;
    -webkit-box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.1)
}

.ak-block-grid.tg-box .ak-module-grid .ak-module-terms.inline a,
.ak-block-grid.tg-box .ak-module-grid .ak-module-title a,
.ak-block-grid.tg-box .ak-module-grid .ak-module-meta,
.ak-block-grid.tg-box .ak-module-grid .ak-module-meta a {
    color: #212121 !important;
    text-shadow: none
}

.ak-block-grid.tg-box .ak-module-grid .ak-module-terms.inline_badge {
    margin-top: -30px
}

.ak-block-grid.tg-colored .ak-module-grid .ak-featured-link:before {
    opacity: .5
}

.ak-block-grid.tg-colored .ak-module-grid:hover .ak-featured-link:before {
    opacity: .3
}

.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-17 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-9 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-1 .ak-featured-link:before {
    background: #dc4225;
    background: -webkit-gradient(right bottom, left top, color-stop(0, #292484), color-stop(100%, #dc4225));
    background: linear-gradient(-45deg, #292484 0, #dc4225 100%)
}

.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-18 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-10 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-2 .ak-featured-link:before {
    background: #26d0ce;
    background: -webkit-gradient(right bottom, left top, color-stop(0, #1a2980), color-stop(100%, #26d0ce));
    background: linear-gradient(-45deg, #1a2980 0, #26d0ce 100%)
}

.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-19 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-11 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-3 .ak-featured-link:before {
    background: #1d976c;
    background: -webkit-gradient(right bottom, left top, color-stop(0, #1d976c), color-stop(100%, #3cf93d));
    background: linear-gradient(-45deg, #1d976c 0, #3cf93d 100%)
}

.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-20 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-12 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-4 .ak-featured-link:before {
    background: #dc4225;
    background: -webkit-gradient(right bottom, left top, color-stop(0, #e0be00), color-stop(100%, #dc4225));
    background: linear-gradient(-45deg, #e0be00 0, #dc4225 100%)
}

.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-21 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-13 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-5 .ak-featured-link:before {
    background: #ff4f39;
    background: -webkit-gradient(right bottom, left top, color-stop(0, #ff4f39), color-stop(100%, #dd0098));
    background: linear-gradient(-45deg, #ff4f39 0, #dd0098 100%)
}

.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-22 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-14 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-6 .ak-featured-link:before {
    background: #3895ff;
    background: -webkit-gradient(right bottom, left top, color-stop(0, #3895ff), color-stop(100%, #2add28));
    background: linear-gradient(-45deg, #3895ff 0, #2add28 100%)
}

.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-23 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-15 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-7 .ak-featured-link:before {
    background: #7741d5;
    background: -webkit-gradient(right bottom, left top, color-stop(0, #7741d5), color-stop(100%, #c56200));
    background: linear-gradient(-45deg, #7741d5 0, #c56200 100%)
}

.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-24 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-16 .ak-featured-link:before,
.ak-block-grid.tg-colored .ak-module-grid.ak-block-item-8 .ak-featured-link:before {
    background: #06c67b;
    background: -webkit-gradient(right bottom, left top, color-stop(0, #06c67b), color-stop(100%, #076fc5));
    background: linear-gradient(-45deg, #06c67b 0, #076fc5 100%)
}

.ak-block-grid.tg-colored-single .ak-module-grid .ak-featured-link:before {
    background: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, #000), to(#000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 75%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    opacity: .5;
    height: 75%
}

.ak-block-grid.tg-colored-single .ak-module-grid .ak-featured-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #dd0098;
    background: -webkit-gradient(linear, left top, right top, from(#dd0098), to(#ff4f39));
    background: linear-gradient(to right, #dd0098, #ff4f39);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

.ak-block-grid.tg-colored-single .ak-module-grid:hover .ak-featured-link:before {
    opacity: 0
}

.ak-block-grid.tg-colored-single .ak-module-grid:hover .ak-featured-link:after {
    opacity: .4
}

.ak-block-grid.tg-focus .ak-module-grid .ak-featured-thumb {
    -webkit-transition: all .2s;
    transition: all .2s
}

.ak-block-grid.tg-focus .ak-module-grid:hover .ak-featured-thumb.background-thumb {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1)
}

@media only screen and (min-width:768px) {
    .ak-block-grid.tg-focus:not(.tg-simple):not(.tg-box) .ak-module-grid:not(.ak-module-meta-hide) .ak-module-terms.inline,
    .ak-block-grid.tg-focus:not(.tg-simple):not(.tg-box) .ak-module-grid:not(.ak-module-meta-hide) .ak-module-terms.inline_badge,
    .ak-block-grid.tg-focus:not(.tg-simple):not(.tg-box) .ak-module-grid:not(.ak-module-meta-hide) .ak-module-title {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s
    }
    .ak-block-grid.tg-focus:not(.tg-simple):not(.tg-box) .ak-module-grid:not(.ak-module-meta-hide) .ak-module-meta {
        opacity: 0;
        -ms-filter: "alpha(opacity=" 0 ")";
        filter: alpha(opacity=0);
        max-height: 25px;
        overflow: hidden;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        -webkit-transition: .2s ease;
        transition: .2s ease
    }
    .ak-block-grid.tg-focus:not(.tg-simple):not(.tg-box) .ak-module-grid:not(.ak-module-meta-hide):hover .ak-module-meta,
    .ak-block-grid.tg-focus:not(.tg-simple):not(.tg-box) .ak-module-grid:not(.ak-module-meta-hide):hover .ak-module-terms.inline,
    .ak-block-grid.tg-focus:not(.tg-simple):not(.tg-box) .ak-module-grid:not(.ak-module-meta-hide):hover .ak-module-terms.inline_badge,
    .ak-block-grid.tg-focus:not(.tg-simple):not(.tg-box) .ak-module-grid:not(.ak-module-meta-hide):hover .ak-module-title {
        opacity: 1;
        -ms-filter: "alpha(opacity=" 100 ")";
        filter: alpha(opacity=100);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .ak-block-grid.tg-simple.tg-focus .ak-module-grid .ak-module-meta,
    .ak-block-grid.tg-box.tg-focus .ak-module-grid .ak-module-meta {
        max-height: 0;
        opacity: 0;
        -ms-filter: "alpha(opacity=" 0 ")";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .ak-block-grid.tg-simple.tg-focus .ak-module-grid:hover .ak-module-meta,
    .ak-block-grid.tg-box.tg-focus .ak-module-grid:hover .ak-module-meta {
        opacity: 1;
        -ms-filter: "alpha(opacity=" 100 ")";
        filter: alpha(opacity=100);
        max-height: 100px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.ak-block-grid.tg-center .ak-module-grid .ak-module-details {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: auto;
    width: 80%;
    max-width: 500px;
    margin: auto;
    padding: 25px;
    z-index: 3;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ak-block-grid.tg-center-left .ak-module-grid .ak-featured-link:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(60%, rgba(0, 0, 0, 0.55)), to(transparent));
    background: linear-gradient(-90deg, #000 0, rgba(0, 0, 0, 0.55) 60%, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1)
}

.ak-block-grid.tg-center-left .ak-module-grid .ak-module-details {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    bottom: auto;
    padding: 30px 0;
    max-width: 500px;
    background: 100%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ak-block-grid.tg-center-left .ak-slider-thumb-wrap .owl-item .ak-module-details {
    opacity: 0;
    -webkit-transform: translate(-40px, -50%);
    transform: translate(-40px, -50%);
    -webkit-transition: .4s ease .2s;
    transition: .4s ease .2s
}

.ak-block-grid.tg-center-left .ak-slider-thumb-wrap .owl-item.active .ak-module-details {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.ak-block-grid-1 .ak-block-posts {
    height: 600px
}

.ak-block-grid-1 .ak-block-item-1 {
    width: 100%;
    height: 50%
}

.ak-block-grid-1 .ak-block-item-2 {
    width: 50%;
    height: 50%
}

.ak-block-grid-1 .ak-block-item-3,
.ak-block-grid-1 .ak-block-item-4 {
    width: 50%;
    height: 25%
}

@media(min-width:992px) {
    .ak-block-grid-1.ak-block-width-3 .ak-block-posts {
        height: 400px
    }
    .ak-block-grid-1.ak-block-width-3 .ak-block-item-1 {
        width: 46%;
        height: 100%
    }
    .ak-block-grid-1.ak-block-width-3 .ak-block-item-2 {
        width: 28%;
        height: 100%
    }
    .ak-block-grid-1.ak-block-width-3 .ak-block-item-3,
    .ak-block-grid-1.ak-block-width-3 .ak-block-item-4 {
        width: 26%;
        height: 50%
    }
}

.ak-block-grid-2 .ak-block-posts {
    height: 600px
}

.ak-block-grid-2 .ak-block-item-1 {
    width: 100%;
    height: 50%
}

.ak-block-grid-2 .ak-block-item-2,
.ak-block-grid-2 .ak-block-item-3 {
    width: 100%;
    height: 25%
}

@media(min-width:768px) {
    .ak-block-grid-2.ak-block-width-3 .ak-block-posts {
        height: 500px
    }
    .ak-block-grid-2.ak-block-width-3 .ak-block-item-1 {
        height: 50%
    }
    .ak-block-grid-2.ak-block-width-3 .ak-block-item-2,
    .ak-block-grid-2.ak-block-width-3 .ak-block-item-3 {
        width: 50%;
        height: 50%
    }
}

@media(min-width:992px) {
    .ak-block-grid-2.ak-block-width-3 .ak-block-posts {
        height: 500px
    }
    .ak-block-grid-2.ak-block-width-3 .ak-block-item-1 {
        width: 50%;
        height: 100%
    }
    .ak-block-grid-2.ak-block-width-3 .ak-block-item-2,
    .ak-block-grid-2.ak-block-width-3 .ak-block-item-3 {
        width: 50%;
        height: 50%
    }
}

.ak-block-grid-3 .ak-block-posts {
    height: 350px
}

.ak-block-grid-3 .ak-block-item-1 {
    width: 100%;
    height: 100%
}

@media(max-width:767px) {
    .ak-block-grid-3 .ak-block-item-1 {
        width: 100%
    }
}

.ak-block-grid-3 .ak-block-item-2,
.ak-block-grid-3 .ak-block-item-3,
.ak-block-grid-3 .ak-block-item-4,
.ak-block-grid-3 .ak-block-item-5 {
    width: 50%;
    height: 50%
}

@media(min-width:768px) {
    .ak-block-grid-3.ak-block-width-3 .ak-block-posts {
        height: 475px
    }
    .ak-block-grid-3.ak-block-width-3 .ak-block-item-1 {
        width: 50%;
        height: 100%
    }
    .ak-block-grid-3.ak-block-width-3 .ak-block-item-2,
    .ak-block-grid-3.ak-block-width-3 .ak-block-item-3,
    .ak-block-grid-3.ak-block-width-3 .ak-block-item-4,
    .ak-block-grid-3.ak-block-width-3 .ak-block-item-5 {
        width: 25%;
        height: 50%
    }
}

.ak-block-grid-4 .ak-block-posts {
    height: 600px
}

.ak-block-grid-4 .ak-block-item-1 {
    width: 100%;
    height: 40%
}

.ak-block-grid-4 .ak-block-item-2 {
    width: 100%;
    height: 30%
}

.ak-block-grid-4 .ak-block-item-3,
.ak-block-grid-4 .ak-block-item-4 {
    width: 50%;
    height: 30%
}

@media(min-width:992px) {
    .ak-block-grid-4.ak-block-width-3 .ak-block-posts {
        height: 500px
    }
    .ak-block-grid-4.ak-block-width-3 .ak-block-item-1 {
        width: 50%;
        height: 100%
    }
    .ak-block-grid-4.ak-block-width-3 .ak-block-item-2 {
        width: 50%;
        height: 50%
    }
    .ak-block-grid-4.ak-block-width-3 .ak-block-item-3,
    .ak-block-grid-4.ak-block-width-3 .ak-block-item-4 {
        width: 25%;
        height: 50%
    }
}

.ak-block-grid-5 .ak-block-posts {
    height: 500px
}

.ak-block-grid-5 .ak-module {
    width: 100%;
    height: 50%
}

@media(min-width:768px) {
    .ak-block-grid-5.ak-block-width-2 .ak-block-posts,
    .ak-block-grid-5.ak-block-width-3 .ak-block-posts {
        height: 350px
    }
    .ak-block-grid-5.ak-block-width-2 .ak-module,
    .ak-block-grid-5.ak-block-width-3 .ak-module {
        width: 50%;
        height: 100%
    }
}

@media(min-width:992px) {
    .ak-block-grid-5.ak-block-width-2 .ak-block-posts,
    .ak-block-grid-5.ak-block-width-3 .ak-block-posts {
        height: 450px
    }
}

.ak-block-grid-6 .ak-block-posts {
    height: 270px
}

.ak-block-grid-6 .ak-module {
    width: 100%
}

@media(min-width:992px) {
    .ak-block-grid-6.ak-block-width-2 .ak-block-posts,
    .ak-block-grid-6.ak-block-width-3 .ak-block-posts {
        height: 450px
    }
    .ak-block-grid-6.ak-block-width-2 .ak-module,
    .ak-block-grid-6.ak-block-width-3 .ak-module {
        width: 33.33333%
    }
}

.ak-block-grid-7 .ak-block-posts {
    height: 400px
}

.ak-block-grid-7 .ak-module {
    width: 50%;
    height: 50%
}

@media(min-width:992px) {
    .ak-block-grid-7 .ak-block-posts {
        height: 300px
    }
    .ak-block-grid-7 .ak-module {
        width: 25%;
        height: 100%
    }
}

.ak-block-grid-8 .ak-block-posts {
    height: 550px
}

.ak-block-grid-8 .ak-module {
    width: 50%;
    height: 50%
}

.ak-block-grid-8 .owl-item .ak-module {
    width: 100%
}

@media(min-width:992px) {
    .ak-block-grid-8 .ak-block-posts {
        height: 440px
    }
    .ak-block-grid-8 .ak-module {
        width: 25%;
        height: 100%
    }
}

.ak-block-grid-9 .ak-block-posts {
    height: 400px
}

@media(min-width:992px) {
    .ak-block-grid-9 .ak-block-posts {
        height: 500px
    }
    .ak-block-grid-9.ak-block-width-3 .ak-module-details {
        padding: 60px
    }
}

.ak-block-grid-10 .ak-block-posts {
    height: 500px
}

.ak-block-grid-10 .ak-block-item-1,
.ak-block-grid-10 .ak-block-item-5 {
    width: 33.33333333%;
    height: 66.66666667%
}

@media(max-width:767px) {
    .ak-block-grid-10 .ak-block-item-1,
    .ak-block-grid-10 .ak-block-item-5 {
        width: 100%
    }
}

.ak-block-grid-10 .ak-block-item-2,
.ak-block-grid-10 .ak-block-item-3,
.ak-block-grid-10 .ak-block-item-4,
.ak-block-grid-10 .ak-block-item-6,
.ak-block-grid-10 .ak-block-item-7 {
    width: 33.33333333%;
    height: 33.33333333%
}

@media(max-width:767px) {
    .ak-block-grid-10 .ak-block-item-2,
    .ak-block-grid-10 .ak-block-item-3,
    .ak-block-grid-10 .ak-block-item-4,
    .ak-block-grid-10 .ak-block-item-6,
    .ak-block-grid-10 .ak-block-item-7 {
        width: 50%
    }
    .ak-block-grid-10 .ak-block-item-2:nth-child(4),
    .ak-block-grid-10 .ak-block-item-3:nth-child(4),
    .ak-block-grid-10 .ak-block-item-4:nth-child(4),
    .ak-block-grid-10 .ak-block-item-6:nth-child(4),
    .ak-block-grid-10 .ak-block-item-7:nth-child(4) {
        display: none
    }
}

.ak-block-grid-10 .ak-block-item-5 {
    float: left
}

.ak-block-grid-11 .ak-block-posts {
    height: 500px
}

.ak-block-grid-11 .ak-block-item-1 {
    width: 65%;
    height: 100%
}

@media(max-width:767px) {
    .ak-block-grid-11 .ak-block-item-1 {
        width: 100%;
        height: 50%
    }
}

.ak-block-grid-11 .ak-block-item-2,
.ak-block-grid-11 .ak-block-item-3,
.ak-block-grid-11 .ak-block-item-4 {
    width: 35%;
    height: 33.3333336%
}

@media(max-width:767px) {
    .ak-block-grid-11 .ak-block-item-2,
    .ak-block-grid-11 .ak-block-item-3,
    .ak-block-grid-11 .ak-block-item-4 {
        width: 33.3333336%;
        height: 50%
    }
}

.ak-block-grid-12 .ak-block-posts {
    height: 600px
}

.ak-block-grid-12 .ak-block-item-1,
.ak-block-grid-12 .ak-block-item-2 {
    width: 50%;
    height: 65%
}

@media(max-width:767px) {
    .ak-block-grid-12 .ak-block-item-1,
    .ak-block-grid-12 .ak-block-item-2 {
        width: 100%
    }
}

.ak-block-grid-12 .ak-block-item-3,
.ak-block-grid-12 .ak-block-item-4,
.ak-block-grid-12 .ak-block-item-5,
.ak-block-grid-12 .ak-block-item-6 {
    width: 25%;
    height: 35%
}

@media(max-width:767px) {
    .ak-block-grid-12 .ak-block-item-3,
    .ak-block-grid-12 .ak-block-item-4,
    .ak-block-grid-12 .ak-block-item-5,
    .ak-block-grid-12 .ak-block-item-6 {
        width: 50%
    }
}

.ak-block-grid-13 .ak-block-posts {
    height: 800px
}

.ak-block-grid-13 .ak-block-item-1,
.ak-block-grid-13 .ak-block-item-2,
.ak-block-grid-13 .ak-block-item-3 {
    width: 100%;
    height: 30%
}

.ak-block-grid-13 .ak-block-item-3 {
    width: 100%;
    height: 20%
}

.ak-block-grid-13 .ak-block-item-4,
.ak-block-grid-13 .ak-block-item-5 {
    width: 50%;
    height: 20%
}

@media(min-width:992px) {
    .ak-block-grid-13.ak-block-width-3 .ak-block-posts {
        height: 600px
    }
    .ak-block-grid-13.ak-block-width-3 .ak-block-item-1,
    .ak-block-grid-13.ak-block-width-3 .ak-block-item-2 {
        width: 50%;
        height: 60%
    }
    .ak-block-grid-13.ak-block-width-3 .ak-block-item-3,
    .ak-block-grid-13.ak-block-width-3 .ak-block-item-4,
    .ak-block-grid-13.ak-block-width-3 .ak-block-item-5 {
        width: 33.333%;
        height: 40%
    }
}

.ak-slider-1 .ak-module {
    width: 140px !important
}

.ak-slider-2 .ak-block-posts {
    height: 300px
}

.ak-slider-nav {
    display: block;
    margin-top: 10px
}

.ak-slider-nav a {
    display: inline-block
}

.ak-slider-nav.tns-vertical a {
    display: block
}

.ak-slider-nav .ak-slider-nav-thumb {
    position: relative
}

.ak-slider-nav .tns-nav-active .ak-slider-nav-thumb:before {
    border-color: var(--ak-bg-color) transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    left: 0;
    right: 0;
    width: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 2
}

.ak-slider-nav .tns-nav-active .ak-slider-nav-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.4)
}

.ak-slider-3 .ak-block-posts,
.ak-slider-4 .ak-block-posts,
.ak-slider-5 .ak-block-posts {
    height: 400px
}

.ak-slider-3.ak-block-width-1 .ak-module-grid-big .ak-module-title a,
.ak-slider-4.ak-block-width-1 .ak-module-grid-big .ak-module-title a,
.ak-slider-5.ak-block-width-1 .ak-module-grid-big .ak-module-title a {
    font-size: 1.25em;
    line-height: 1
}

.ak-slider-3.ak-block-width-3 .ak-module-grid-big .ak-module-title a,
.ak-slider-4.ak-block-width-3 .ak-module-grid-big .ak-module-title a,
.ak-slider-5.ak-block-width-3 .ak-module-grid-big .ak-module-title a {
    font-size: 2.55em;
    line-height: 1
}

.ak-slider-5 .ak-slider-nav {
    margin-top: 0;
    margin-right: 10px
}

.ak-slider-5 .ak-slider-nav .tns-nav-active .ak-slider-nav-thumb:before {
    border-color: transparent var(--ak-bg-color) transparent transparent;
    border-width: 10px 10px 10px 0;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -10px
}

.ak-slider-5 .ak-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ak-slider-5 .ak-slider-posts-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ak-slider-5 .ak-slider-nav-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 90px;
    height: 400px;
    overflow: hidden
}

.ak-slider-5 .tns-ovh {
    height: 400px !important
}

@media(min-width:768px) {
    .ak-slider-5 .ak-slider-nav-container {
        width: 110px
    }
}

@media(min-width:992px) {
    .ak-slider-3 .ak-block-posts,
    .ak-slider-4 .ak-block-posts,
    .ak-slider-5 .ak-block-posts {
        height: 500px
    }
    .ak-slider-3 .ak-module-details,
    .ak-slider-4 .ak-module-details,
    .ak-slider-5 .ak-module-details {
        padding: 30px
    }
    .ak-slider-3.ak-block-width-3 .ak-module-details,
    .ak-slider-4.ak-block-width-3 .ak-module-details,
    .ak-slider-5.ak-block-width-3 .ak-module-details {
        padding: 60px
    }
    .ak-slider-5 .ak-slider-nav-container {
        width: 138.7px;
        height: 500px
    }
    .ak-slider-5 .tns-ovh {
        height: 500px !important
    }
}

.ak-block-list-12 .ak-block-bottom-posts .ak-module {
    margin-bottom: 30px
}

@media(min-width:576px) {
    .ak-block-list-12 .ak-block-posts {
        margin-left: -30px
    }
    .ak-block-list-12 .ak-module {
        padding-left: 30px;
        margin-bottom: 30px
    }
    .ak-block-list-12 .ak-block-bottom-posts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .ak-block-list-12 .ak-block-bottom-posts .ak-module {
        width: 50%
    }
}

.ak-block-list-13 .ak-module-5 {
    width: 100% !important
}

.ak-ad {
    text-align: center;
    margin-bottom: 40px
}

.ak-ad .adlink {
    display: inline-block
}

.ak-block-newsletter {
    position: relative;
    padding: 25px 27px;
    background-color: var(--ak-bg-color)
}

.ak-block-newsletter .ak-block-inner {
    position: unset
}

.ak-block-newsletter .ak-newsletter-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 50%;
    margin-right: -35px;
    top: -35px;
    text-align: center;
    border-radius: 50%;
    background-color: #333
}

.ak-block-newsletter .ak-newsletter-icon .ak-icon {
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    font-weight: 700;
    vertical-align: inherit
}

.ak-block-newsletter .ak-newsletter-image {
    margin: 0 0 15px
}

.ak-block-newsletter .ak-newsletter-image img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.ak-block-newsletter .ak-newsletter-title {
    margin: 0 0 10px
}

.ak-block-newsletter .ak-newsletter-message {
    margin: 0 0 15px;
    font-size: 15px
}

.ak-block-newsletter .ak-newsletter-message p {
    margin-bottom: 5px
}

.ak-block-newsletter .ak-newsletter-form {
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto
}

.ak-block-newsletter .ak-newsletter-form .newsletter-email {
    width: 100%;
    height: 45px
}

.ak-block-newsletter .ak-newsletter-form .newsletter-subscribe {
    width: 100%;
    height: 45px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.ak-block-newsletter .ak-newsletter-form .newsletter-subscribe .fa {
    margin-left: 3px
}

.ak-block-newsletter .unsubscribe-info {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #b7b7b7
}

.ak-block-newsletter.has-icon {
    margin-top: 35px !important;
    padding: 50px 25px 27px
}

.ak-block-newsletter.text-align-center {
    text-align: center
}

.ak-block-newsletter.text-align-center .newsletter-email {
    text-align: center
}

.ak-block-newsletter.form-horizontal .ak-newsletter-form .newsletter-email {
    text-align: right;
    border-radius: 5px
}

.ak-block-newsletter.form-horizontal .ak-newsletter-form .newsletter-subscribe {
    margin-top: 0;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px
}

.ak-block-newsletter.ak-block-width-2 .ak-newsletter-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ak-block-newsletter.ak-block-width-2 .ak-newsletter-head>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (min-width:768px) {
    .ak-block-newsletter.ak-block-width-3:not(.text-align-center) .ak-block-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: none !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .ak-block-newsletter.ak-block-width-3:not(.text-align-center) .ak-block-inner .ak-newsletter-head {
        padding-left: 40px;
        max-width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .ak-block-newsletter.ak-block-width-3:not(.text-align-center) .ak-block-inner .ak-newsletter-head .ak-newsletter-image {
        float: right;
        width: 50%;
        margin-bottom: 0;
        margin-left: 15px
    }
    .ak-block-newsletter.ak-block-width-3:not(.text-align-center) .ak-block-inner .ak-newsletter-head .ak-newsletter-title {
        font-size: 1.75rem
    }
    .ak-block-newsletter.ak-block-width-3:not(.text-align-center) .ak-block-inner .ak-newsletter-head .ak-newsletter-message,
    .ak-block-newsletter.ak-block-width-3:not(.text-align-center) .ak-block-inner .ak-newsletter-head .ak-newsletter-message p {
        margin-bottom: 0
    }
    .ak-block-newsletter.ak-block-width-3:not(.text-align-center) .ak-block-inner .ak-newsletter-form {
        padding-left: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 14px
    }
    .ak-block-newsletter.ak-block-width-3:not(.text-align-center) .ak-block-inner .ak-newsletter-form>* {
        margin-bottom: 0
    }
    .ak-block-newsletter.ak-block-width-3.text-align-center .ak-newsletter-form {
        width: 75%
    }
}

@media only screen and (max-width:767px) {
    .ak-block-newsletter .ak-newsletter-title {
        font-size: 18px
    }
    .ak-block-newsletter .ak-newsletter-message {
        font-size: 12px
    }
}

.ak-block-newsletter.style-1 {
    border: 5px solid rgba(0, 0, 0, 0.06)
}

.ak-block-newsletter.style-2 {
    border: 1px solid var(--ak-box-border-color)
}

.ak-block-newsletter.style-3 {
    border: 1px solid var(--ak-box-border-color)
}

.ak-block-newsletter.style-3:before {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 4px;
    background: #000;
    content: ""
}

.ak-block-newsletter.style-4 {
    border: 1px solid var(--ak-box-border-color)
}

.ak-block-newsletter.style-4:before {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 4px;
    background: repeating-linear-gradient(45deg, #e91c2e, #e91c2e 19px, transparent 10px, transparent 30px, #4882ce 20px, #4882ce 46px, transparent 40px, transparent 57px) !important;
    background-clip: padding-box;
    content: ""
}

.ak-block-newsletter.style-5 {
    background: #242424;
    color: #fff;
    border: 1px solid #000
}

.ak-block-newsletter.style-5 .ak-newsletter-title,
.ak-block-newsletter.style-5 .ak-newsletter-message,
.ak-block-newsletter.style-5 .unsubscribe-info {
    color: #fff
}

.ak-block-newsletter.style-6 {
    padding: 0
}

.ak-block-newsletter.style-7 {
    background: var(--ak-dark-bg-color);
    border: 1px solid var(--ak-box-border-color)
}

.ak-block-about-us .ak-about-image {
    margin: 0 0 15px
}

.ak-block-about-us .ak-about-image img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.ak-block-about-us.image-align-rounded .ak-about-image img {
    border-radius: 100%;
    overflow: hidden
}

.ak-block-about-us .ak-about-name {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px
}

.ak-block-about-us .ak-about-description {
    margin: 0 0 15px;
    font-size: 15px
}

.ak-block-about-us .ak-about-description .ak-about-link {
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px
}

.ak-block-about-us.text-align-center .ak-block-inner {
    text-align: center
}

.ak-block-about-us.text-align-center .ak-block-inner .ak-about-social-items {
    float: none;
    margin: 0 auto;
    display: inline-block;
    text-align: center
}

.ak-block-about-us .ak-about-social-items {
    margin: 0
}

.ak-block-about-us .ak-about-social-items .ak-social-counter.social-counter-style-4 .social-item a {
    height: 38px;
    line-height: 38px
}

.ak-block-about-us .ak-about-social-items .ak-social-counter.social-counter-style-4 .social-item a .item-icon {
    width: 38px
}

.ak-block-categories .popular-cats-list {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

.ak-block-categories .popular-cats-list.columns-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.ak-block-categories .popular-cats-list.columns-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.ak-block-categories .popular-cat-item {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: normal;
    font-weight: 600
}

.ak-block-categories .popular-cat-item>a {
    padding: 8px 0;
    color: inherit;
    display: block
}

.ak-block-categories .popular-cat-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.ak-block-categories .popular-cat-item .term-count {
    float: left;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    font-weight: 400;
    min-width: 24px;
    height: 24px;
    padding: 0 3px;
    line-height: 24px;
    margin-top: -4px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.ak-block-categories .popular-cat-item:hover .term-count {
    background: #333;
    color: #fff
}

.dark .ak-block-categories .popular-cat-item .term-count {
    background: rgba(255, 255, 255, 0.1)
}

.dark .ak-block-categories .popular-cat-item:hover .term-count {
    background: rgba(255, 255, 255, 0.4)
}

.ak-block-instagram {
    position: relative
}

.ak-block-instagram .ak-block-instagram-heading {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 2;
    text-align: center
}

.ak-block-instagram .ak-block-instagram-heading>a {
    background: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    color: #212121
}

.ak-block-instagram .ak-block-instagram-heading>a .fa {
    font-size: 12px
}

.ak-block-instagram ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 -5px 0 0
}

.ak-block-instagram li {
    float: right;
    padding-left: 5px;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ak-block-instagram li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.ak-block-instagram li:hover a:before {
    opacity: .6
}

.ak-block-instagram li .item-meta {
    display: inline-block;
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    top: 50%;
    right: 50%;
    text-align: center;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    -webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ak-block-instagram li .item-meta .fa {
    margin-left: 5px
}

.ak-block-instagram li .item-meta .fa+.fa {
    margin-right: 10px
}

.ak-block-instagram li:hover .item-meta {
    opacity: 1;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.ak-block-instagram .col2 li {
    width: 50%
}

.ak-block-instagram .col3 li {
    width: 33.33333334%
}

.ak-block-instagram .col4 li {
    width: 25%
}

.ak-block-instagram .col5 li {
    width: 20%
}

.ak-block-instagram .col6 li {
    width: 16.66666667%
}

.ak-block-instagram .col7 li {
    width: 14.28571429%
}

.ak-block-instagram .col8 li {
    width: 12.5%
}

.ak-block-instagram .col9 li {
    width: 11.11111111%
}

.ak-block-instagram .col10 li {
    width: 10%
}

.ak-block-instagram .instagram-pics li {
    float: right;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: .2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ak-block-instagram .instagram-pics li a {
    display: block;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width:767px) {
    .ak-block-instagram .col6 li,
    .ak-block-instagram .col7 li,
    .ak-block-instagram .col9 li {
        width: 33.33333333%
    }
    .ak-block-instagram .col7 li:nth-child(7) {
        display: none
    }
    .ak-block-instagram .col8 li {
        width: 25%
    }
    .ak-block-instagram .col10 li {
        width: 20%
    }
}

.ak-block-video-playlist .jspTrack {
    background: var(--ak-alpha-bg-color)
}

.ak-block-video-playlist .jspDrag {
    background: var(--ak-alpha-border-color);
    right: 0 !important;
    border-radius: 8px !important
}

.ak-video-playlist-player-wrap {
    background: #141414
}

.ak-video-playlist-item-title {
    color: var(--ak-text-color);
    font-size: 13px;
    margin: 0 0 5px
}

.ak-video-playlist-item-duration {
    color: var(--ak-meta-text-color);
    font-size: 10px;
    text-transform: uppercase
}

.ak-video-playlist-playing-wrap {
    position: relative;
    overflow: hidden;
    padding: 10px 15px
}

.ak-video-playlist-playing-title {
    z-index: 2;
    position: relative
}

.ak-video-playlist-playing-wrap h2 {
    margin: 0;
    font-weight: bold;
    font-size: 14px
}

.ak-video-playlist-playing-wrap h2 a {
    color: var(--ak-text-color)
}

.ak-video-playlist-player-holder {
    position: relative
}

@media only screen and (min-width:768px) {
    .ak-video-playlist-vertical:not(.ak-block-width-1) .ak-video-playlist-player-wrap {
        width: 68%;
        float: right
    }
    .ak-video-playlist-vertical:not(.ak-block-width-1) .ak-video-playlist-list-wrap {
        width: 32%;
        height: auto !important;
        float: left;
        overflow: hidden
    }
    .ak-video-playlist-vertical.ak-block-width-2 .ak-video-playlist-player-wrap {
        width: 55%
    }
    .ak-video-playlist-vertical.ak-block-width-2 .ak-video-playlist-list-wrap {
        width: 45%
    }
}

.ak-video-playlist-vertical .ak-video-playlist-list-inner-wrap {
    border-right: 0;
    border-top: 0;
    max-width: 100%;
    background-color: var(--ak-dark-bg-color);
    position: relative
}

.ak-video-playlist-vertical .ak-video-playlist-item {
    overflow: hidden;
    display: table;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid var(--ak-dark-border-color)
}

.ak-video-playlist-vertical .ak-video-playlist-item .ak-video-playlist-item-wrap {
    padding: 10px 15px
}

.ak-video-playlist-vertical .ak-video-playlist-item .ak-video-playlist-item-thumb {
    display: table-cell;
    width: 85px;
    vertical-align: middle;
    position: relative
}

.ak-video-playlist-vertical .ak-video-playlist-item .ak-video-playlist-item-thumb .ak-featured-thumb,
.ak-video-playlist-vertical .ak-video-playlist-item .ak-video-playlist-item-thumb img {
    width: 100%
}

.ak-video-playlist-vertical .ak-video-playlist-item.active {
    background-color: var(--ak-bg-color)
}

.ak-video-playlist-vertical .ak-video-playlist-item.active .ak-video-playlist-item-thumb:before {
    font-family: Fontawesome;
    content: "\f04b";
    color: var(--ak-accent-color);
    position: absolute;
    font-size: 8px;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ak-video-playlist-vertical .ak-video-playlist-item.active .ak-video-playlist-item-thumb img {
    border: 3px solid var(--ak-accent-color)
}

.ak-video-playlist-vertical .ak-video-playlist-item-desc {
    display: table-cell;
    padding: 0 15px 0 5px;
    vertical-align: middle
}

.ak-video-playlist-vertical .ak-video-playlist-playing-wrap {
    background-color: var(--ak-accent-color);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 1
}

.ak-video-playlist-vertical .ak-video-playlist-playing-wrap h2 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ak-video-playlist-vertical .ak-video-playlist-playing-wrap h2,
.ak-video-playlist-vertical .ak-video-playlist-playing-wrap a {
    color: #fff
}

.ak-video-playlist-vertical .ak-video-playlist-playing-icon {
    color: var(--ak-accent-color);
    position: absolute;
    background-color: #fff;
    text-align: center;
    opacity: .4;
    width: 40px;
    line-height: 40px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    padding-right: 6px;
    font-size: 20px
}

.ak-video-playlist-vertical .ak-video-playlist-playing-wrap {
    padding-right: 70px
}

.ak-video-playlist-vertical .ak-video-playlist-playing-top span {
    color: rgba(255, 255, 255, 0.8);
    font-size: smaller;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}

.ak-video-playlist-horizontal .ak-video-playlist-playing-wrap {
    margin: 10px 0;
    padding: 0 10px 0 80px;
    line-height: 30px;
    border: 1px solid var(--ak-box-border-color)
}

.ak-video-playlist-horizontal .ak-video-playlist-playing-top,
.ak-video-playlist-horizontal .ak-video-playlist-playing-icon,
.ak-video-playlist-horizontal .ak-video-playlist-playing-wrap .ak-video-playlist-playing-title h2,
.ak-video-playlist-horizontal .ak-video-playlist-playing-wrap .ak-video-playlist-playing-title span,
.ak-video-playlist-horizontal .ak-video-playlist-playing-title {
    display: inline-block
}

.ak-video-playlist-horizontal .ak-video-playlist-playing-top {
    color: var(--ak-accent-color);
    font-size: 12px;
    margin-left: 5px
}

.ak-video-playlist-horizontal .ak-video-playlist-playing-top span {
    text-transform: uppercase;
    margin-right: 3px;
    font-weight: bolder
}

.ak-video-playlist-horizontal .tns-outer {
    position: relative
}

.ak-video-playlist-horizontal .tns-controls {
    position: absolute;
    top: -42px;
    left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ak-video-playlist-horizontal .tns-controls button {
    width: 30px;
    height: 32px;
    font-size: 13px;
    line-height: 30px;
    left: 0;
    margin-left: 0;
    border-radius: 0;
    background-color: var(--ak-bg-color);
    border: 1px solid var(--ak-box-border-color);
    color: var(--ak-text-color)
}

.ak-video-playlist-horizontal .tns-controls button[disabled] {
    display: inline-block !important;
    opacity: .5
}

.ak-video-playlist-horizontal .tns-controls button:not([disabled]):hover {
    background-color: var(--ak-dark-bg-color);
    color: var(--ak-text-color)
}

.ak-video-playlist-horizontal .tns-controls button[data-controls="prev"] {
    border-left: 0
}

.ak-video-playlist-horizontal .ak-video-playlist-item {
    display: block;
    height: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    background-color: var(--ak-bg-color)
}

.ak-video-playlist-horizontal .ak-video-playlist-item .ak-video-playlist-item-wrap {
    padding: 10px;
    border: 1px solid var(--ak-box-border-color)
}

.ak-video-playlist-horizontal .ak-video-playlist-item.active .ak-video-playlist-item-wrap {
    border: 2px solid var(--ak-accent-color)
}

.ak-video-playlist-horizontal .ak-video-playlist-item-title {
    margin: 5px 0
}

.ak-block-newsticker {
    position: relative;
    display: block;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
    margin-bottom: 25px;
    background: var(--ak-box-bg-color);
    border: 1px solid var(--ak-box-border-color)
}

.ak-block-newsticker .ak-block-header {
    float: right;
    height: 40px;
    margin: 0
}

.ak-block-newsticker .ak-block-header .ak-block-title {
    font-size: 13px;
    line-height: 40px
}

.ak-block-newsticker .ak-block-inner {
    border-right: 0;
    padding: 0 15px;
    height: 40px;
    display: block;
    overflow: hidden;
    width: auto
}

.ak-block-newsticker.ak-slider-nav-enabled .ak-block-inner {
    padding-left: 90px
}

.ak-block-newsticker .ak-newsticker-item {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ak-block-newsticker .ak-newsticker-item span {
    color: var(--ak-text-color);
    font-weight: 400;
    font-size: 13px;
    line-height: 38px
}

.ak-block-newsticker .ak-newsticker-item a:hover {
    color: var(--ak-block-accent-color)
}

.ak-block-newsticker .ak-newsticker-item span.newsticker-date {
    margin-right: 5px;
    color: var(--ak-meta-text-color)
}

.ak-block-newsticker .ak-newsticker-item span.newsticker-date:before {
    content: "\2014";
    margin-left: 5px
}

.ak-block-newsticker .tns-controls {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ak-block-newsticker .tns-controls>button {
    background: transparent;
    border: 0;
    border-right: 1px solid var(--ak-border-color);
    border-radius: 0;
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    color: var(--ak-meta-text-color)
}

.ak-block-newsticker .tns-controls>button .fa {
    font-size: 16px
}

.ak-block-newsticker .tns-controls>button:not([disabled]):hover {
    background-color: var(--ak-alpha-bg-color);
    color: var(--ak-text-color)
}

.ak-block-newsticker .tns-controls>button [data-controls="next"] {
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.ak-bar-dark .ak-block-newsticker {
    background: transparent;
    border: 0
}

.ak-bar-dark .ak-block-newsticker .tns-controls>button {
    border-right-color: var(--ak-alpha-border-color)
}

.ak-bar-dark .ak-newsticker-item a:hover {
    color: #fff
}

@media only screen and (max-width:767px) {
    .ak-block-newsticker .ak-block-header .ak-block-title {
        padding: 0 10px
    }
    .ak-block-newsticker .ak-block-header .ak-block-title .title-text .ak-icon {
        margin-left: 0
    }
    .ak-block-newsticker .ak-block-header .ak-block-title .title-text>span {
        display: none
    }
}

.ak-block-nav-menu .ak-menu-wide>li>a {
    font-size: 14px;
    font-weight: 700
}

.ak-pagination {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 25px 0 0
}

.ak-pagination .ak-pagination-btn {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.ak-pagination .ak-pagination-btn.disabled,
.ak-pagination .ak-pagination-btn.disabled:hover {
    background: transparent;
    opacity: .5
}

.ak-pagination .ak-pagination-btn .fa {
    font-weight: bold
}

.ak-pagination.next_prev .ak-pagination-btn {
    display: inline-block;
    margin-left: 1px;
    line-height: 30px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    border-radius: 3px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #dadada;
    color: #8a8f92;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1)
}

.ak-pagination.next_prev .ak-pagination-btn.disabled {
    cursor: default !important
}

.ak-pagination.next_prev .ak-pagination-btn:hover {
    background-color: #fbfbfb;
    border-color: #dedede
}

.ak-pagination.next_prev .ak-pagination-btn.next {
    margin-right: 5px
}

.ak-pagination.next_prev .ak-pagination-btn.next .fa {
    margin-right: 5px;
    margin-left: 0
}

.ak-pagination.next_prev .ak-pagination-btn.prev .fa {
    margin-left: 5px
}

.ak-pagination.next_prev .ak-pagination-label {
    font-size: 11px;
    margin-right: 8px
}

.ak-pagination.load_more,
.ak-pagination.infinity,
.ak-pagination.infinity_load_more {
    text-align: center
}

.ak-pagination.load_more .ak-pagination-btn,
.ak-pagination.infinity .ak-pagination-btn,
.ak-pagination.infinity_load_more .ak-pagination-btn {
    padding: 0 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: var(--ak-highlight-color);
    color: #fff
}

.ak-pagination.load_more .ak-pagination-btn .fa,
.ak-pagination.infinity .ak-pagination-btn .fa,
.ak-pagination.infinity_load_more .ak-pagination-btn .fa {
    margin-left: 7px
}

.ak-pagination.load_more .ak-pagination-btn .ak-pagination-btn-loading,
.ak-pagination.infinity .ak-pagination-btn .ak-pagination-btn-loading,
.ak-pagination.infinity_load_more .ak-pagination-btn .ak-pagination-btn-loading,
.ak-pagination.load_more .ak-pagination-btn .ak-pagination-btn-no-more,
.ak-pagination.infinity .ak-pagination-btn .ak-pagination-btn-no-more,
.ak-pagination.infinity_load_more .ak-pagination-btn .ak-pagination-btn-no-more {
    display: none
}

.ak-pagination.load_more .ak-pagination-btn.loading .ak-pagination-btn-loading,
.ak-pagination.infinity .ak-pagination-btn.loading .ak-pagination-btn-loading,
.ak-pagination.infinity_load_more .ak-pagination-btn.loading .ak-pagination-btn-loading {
    display: block
}

.ak-pagination.load_more .ak-pagination-btn.loading .ak-pagination-btn-load-more,
.ak-pagination.infinity .ak-pagination-btn.loading .ak-pagination-btn-load-more,
.ak-pagination.infinity_load_more .ak-pagination-btn.loading .ak-pagination-btn-load-more,
.ak-pagination.load_more .ak-pagination-btn.loading .ak-pagination-btn-no-more,
.ak-pagination.infinity .ak-pagination-btn.loading .ak-pagination-btn-no-more,
.ak-pagination.infinity_load_more .ak-pagination-btn.loading .ak-pagination-btn-no-more {
    display: none
}

.ak-pagination.load_more .ak-pagination-btn.disabled,
.ak-pagination.infinity .ak-pagination-btn.disabled,
.ak-pagination.infinity_load_more .ak-pagination-btn.disabled {
    pointer-events: none
}

.ak-pagination.load_more .ak-pagination-btn.disabled .ak-pagination-btn-no-more,
.ak-pagination.infinity .ak-pagination-btn.disabled .ak-pagination-btn-no-more,
.ak-pagination.infinity_load_more .ak-pagination-btn.disabled .ak-pagination-btn-no-more {
    display: block
}

.ak-pagination.load_more .ak-pagination-btn.disabled .ak-pagination-btn-load-more,
.ak-pagination.infinity .ak-pagination-btn.disabled .ak-pagination-btn-load-more,
.ak-pagination.infinity_load_more .ak-pagination-btn.disabled .ak-pagination-btn-load-more,
.ak-pagination.load_more .ak-pagination-btn.disabled .ak-pagination-btn-loading,
.ak-pagination.infinity .ak-pagination-btn.disabled .ak-pagination-btn-loading,
.ak-pagination.infinity_load_more .ak-pagination-btn.disabled .ak-pagination-btn-loading {
    display: none
}

.ak-pagination.simple {
    background: var(--ak-dark-bg-color);
    padding: 12px 12px 8px 12px;
    text-align: center
}

.ak-pagination.simple ul {
    background-color: var(--ak-box-bg-color);
    border: 1px solid var(--ak-box-border-color);
    border-radius: 5px;
    display: inline-block;
    font-size: 0;
    list-style: none;
    overflow: hidden
}

.ak-pagination.simple ul li {
    border-left: 1px solid var(--ak-box-border-color);
    display: inline-block;
    font-size: 14px;
    line-height: 13px
}

.ak-pagination.simple ul li:last-child {
    border-left: 0 transparent
}

.ak-pagination.simple ul li a,
.ak-pagination.simple ul li span {
    color: var(--ak-text-color);
    display: block;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 24px
}

.ak-pagination.simple ul li a.disabled,
.ak-pagination.simple ul li span.disabled {
    background: 100%;
    cursor: default
}

.ak-pagination.simple ul li a:hover,
.ak-pagination.simple ul li span:hover,
.ak-pagination.simple ul li a.current,
.ak-pagination.simple ul li span.current {
    background-color: var(--ak-highlight-color);
    color: #fff
}

.ak-pagination.simple ul li .next .fa {
    margin-right: 4px;
    font-size: 15px
}

.ak-pagination.simple ul li .prev .fa {
    margin-left: 4px;
    font-size: 15px
}

.ak-pagination.simple ul li .next:after,
.ak-pagination.simple ul li .prev:before {
    font-weight: 400;
    font-family: FontAwesome;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ak-pagination.simple ul li .next:after {
    content: "\F105";
    padding-right: 6px
}

.ak-slider-container .ak-slider-item {
    display: none;
    padding: 0;
    margin-bottom: 0
}

.ak-slider-container .ak-block-posts {
    margin: 0
}

.ak-slider-container .ak-block-posts .ak-module-grid {
    padding: 0
}

.ak-slider-container .ak-module-inner {
    padding: 0 !important
}

.ak-slider-container .ak-module-featured .ak-module-badges {
    top: 10px
}

.tns-ovh {
    position: relative
}

.tns-autowidth {
    display: block
}

.tns-controls {
    margin-top: 7px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.tns-controls button {
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 22px;
    line-height: 44px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.tns-controls button .fa {
    font-weight: normal;
    line-height: inherit
}

.tns-controls button:not([disabled]):hover {
    background-color: #000;
    color: #fff;
    text-decoration: none
}

.tns-controls button[disabled] {
    display: none !important
}

.tns-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.tns-nav button {
    width: 10px;
    height: 10px;
    margin: 5px;
    padding: 0;
    background: #d6d6d6;
    background: rgba(100, 100, 100, 0.2);
    border: 0;
    display: inline-block;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 100%
}

.tns-nav button.tns-nav-active,
.tns-nav button:hover {
    background: var(--ak-accent-color)
}

.ak-slider-dots-style-2 .tns-nav button,
.ak-slider-dots-style-3 .tns-nav button {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 3px solid var(--ak-darker-border-color)
}

.ak-slider-dots-style-2 .tns-nav button.tns-nav-active,
.ak-slider-dots-style-3 .tns-nav button.tns-nav-active,
.ak-slider-dots-style-2 .tns-nav button:hover,
.ak-slider-dots-style-3 .tns-nav button:hover {
    background-color: var(--ak-accent-color);
    border-color: var(--ak-accent-color)
}

.ak-slider-dots-style-3 .tns-nav button {
    border-radius: 0
}

.ak-slider-dots-style-4 .tns-nav,
.ak-slider-dots-style-5 .tns-nav {
    margin-top: 0;
    counter-reset: li-counter
}

.ak-slider-dots-style-4 .tns-nav button,
.ak-slider-dots-style-5 .tns-nav button {
    min-width: 34px;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 3px;
    margin: 7px 5px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: var(--ak-text-color)
}

.ak-slider-dots-style-4 .tns-nav button::before,
.ak-slider-dots-style-5 .tns-nav button::before {
    overflow: hidden;
    content: counter(li-counter);
    counter-increment: li-counter
}

.ak-slider-dots-style-4 .tns-nav button:hover,
.ak-slider-dots-style-5 .tns-nav button:hover,
.ak-slider-dots-style-4 .tns-nav button.tns-nav-active,
.ak-slider-dots-style-5 .tns-nav button.tns-nav-active {
    color: #fff
}

.ak-slider-dots-style-5 .tns-nav button {
    border-radius: 0
}

.ak-slider-nav-style-1 .tns-controls {
    height: 0;
    margin: 0;
    padding: 0
}

.ak-slider-nav-style-1 .tns-controls button {
    position: absolute;
    top: 50%;
    bottom: auto;
    margin-top: -22px;
    z-index: 1;
    opacity: .7;
    background-color: #333;
    color: #fff
}

.ak-slider-nav-style-1 .tns-controls button .fa {
    font-size: 26px !important
}

.ak-slider-nav-style-1 .tns-controls button:hover {
    opacity: 1
}

.ak-slider-nav-style-1 .tns-controls button[data-controls="prev"] {
    right: 0;
    border-radius: 50% 0 0 50%
}

.ak-slider-nav-style-1 .tns-controls button[data-controls="next"] {
    left: 0;
    border-radius: 0 50% 50% 0
}

.ak-slider-nav-style-2 .tns-controls {
    height: 0;
    margin: 0;
    padding: 0
}

.ak-slider-nav-style-2 .tns-controls button {
    position: absolute;
    top: 50%;
    bottom: auto;
    margin-top: -22px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    border: 2px solid #fff;
    opacity: .8;
    border-radius: 50%;
    color: #fff
}

.ak-slider-nav-style-2 .tns-controls button .fa {
    font-size: 26px !important
}

.ak-slider-nav-style-2 .tns-controls button:hover {
    opacity: 1
}

.ak-slider-nav-style-2 .tns-controls button[data-controls="prev"] {
    right: 20px
}

.ak-slider-nav-style-2 .tns-controls button[data-controls="next"] {
    left: 20px
}

.ak-slider-nav-style-3 .tns-controls {
    height: 0;
    margin: 0;
    padding: 0
}

.ak-slider-nav-style-3 .tns-controls button {
    position: absolute;
    top: 50%;
    bottom: auto;
    margin-top: -22px;
    z-index: 1;
    border: 0;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    font-weight: 300 !important;
    padding: 0 3px;
    display: inline-block;
    text-align: center !important;
    cursor: pointer;
    text-transform: uppercase !important;
    opacity: 0
}

.ak-slider-nav-style-3 .tns-controls button[data-controls="prev"] {
    right: -40px
}

.ak-slider-nav-style-3 .tns-controls button[data-controls="next"] {
    left: -40px
}

.ak-slider-nav-style-3 .tns-nav {
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px;
    bottom: auto;
    z-index: 1;
    margin: 0
}

.ak-slider-nav-style-3:hover .tns-controls>button {
    opacity: 1
}

.ak-slider-nav-style-3:hover .tns-controls>button[data-controls="prev"] {
    right: 15px
}

.ak-slider-nav-style-3:hover .tns-controls>button[data-controls="next"] {
    left: 15px
}

.ak-slider-nav-style-4 .tns-controls {
    height: 0;
    margin: 0;
    padding: 0
}

.ak-slider-nav-style-4 .tns-controls button {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 5%;
    max-width: 45px;
    height: 100%;
    cursor: pointer;
    opacity: .7
}

.ak-slider-nav-style-4 .tns-controls button .fa {
    color: #fff;
    margin: 0 auto;
    font-size: 46px;
    line-height: 46px
}

.ak-slider-nav-style-4 .tns-controls button[data-controls="prev"] {
    right: 0;
    background: rgba(0, 0, 0, 0.3)
}

.ak-slider-nav-style-4 .tns-controls button[data-controls="prev"] .fa {
    right: 0
}

.ak-slider-nav-style-4 .tns-controls button[data-controls="next"] {
    left: 0;
    background: rgba(0, 0, 0, 0.3)
}

.ak-slider-nav-style-4 .tns-controls button[data-controls="next"] .fa {
    left: 0
}

.ak-slider-nav-style-4 .tns-controls button:hover {
    opacity: 1
}

.ak-slider-nav-style-4 .tns-nav {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 300px;
    z-index: 1
}

.ak-slider-nav-style-4 .tns-nav button {
    background: rgba(255, 255, 255, 0.2)
}

.ak-slider-nav-style-5 .tns-controls {
    height: 0;
    margin: 0;
    padding: 0
}

.ak-slider-nav-style-5 .tns-controls button {
    position: absolute;
    top: 50%;
    bottom: auto;
    margin-top: -30px;
    z-index: 1;
    opacity: .8;
    background-color: transparent;
    border: 0;
    color: #fff
}

.ak-slider-nav-style-5 .tns-controls button .fa {
    font-size: 60px !important
}

.ak-slider-nav-style-5 .tns-controls button:hover {
    opacity: 1;
    background-color: transparent
}

.ak-slider-nav-style-5 .tns-controls button[data-controls="prev"] {
    right: 10px
}

.ak-slider-nav-style-5 .tns-controls button[data-controls="next"] {
    left: 10px
}

@media(max-width:991px) {
    .ak-slider-dots-style-4 .tns-nav,
    .ak-slider-dots-style-5 .tns-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none
    }
    .ak-slider-dots-style-4 .tns-nav::-webkit-scrollbar,
    .ak-slider-dots-style-5 .tns-nav::-webkit-scrollbar {
        display: none
    }
}

.ak-featured-thumb {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0
}

.ak-featured-thumb>img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: -1
}

.ak-featured-thumb.background-thumb>div {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: var(--ak-dark-bg-color)
}

.ak-featured-thumb.lazy-thumb>img {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.ak-featured-thumb.lazy-thumb>img.lazyloaded {
    opacity: 1
}

.ak-featured-thumb.lazy-thumb:before {
    content: "";
    opacity: 1;
    background: var(--ak-dark-bg-color) url("../images/imgloader.gif");
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1
}

.ak-featured-thumb.size-500 {
    padding-bottom: 50%
}

.ak-featured-thumb.size-715 {
    padding-bottom: 71.5%
}

.ak-featured-thumb.size-1000 {
    padding-bottom: 100%
}

.ak-featured-thumb.size-1400 {
    padding-bottom: 140%
}

.ak-featured-thumb.size-auto {
    height: auto
}

.ak-featured-thumb.size-auto .featured-thumb {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    width: 100% !important;
    height: auto !important;
    min-height: 100%;
    z-index: -1
}

.ak-featured-thumb.no_thumbnail:before {
    background: var(--ak-grey-bg-color) !important
}

.ak-featured-thumb.no_thumbnail:after {
    font-family: "FontAwesome", serif;
    content: "\f03e";
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    color: #bfbfbf;
    font-size: 24px;
    margin-top: -7px;
    margin-right: -10px;
    line-height: 1
}

.dark .ak-featured-thumb.lazy-thumb:before {
    background-color: var(--ak-dark-bg-color);
    background-image: url("../images/imgloader-dark.gif")
}

.ak-featured-media {
    position: relative
}

.ak-video-container:not(.ak-gif-wrap) {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.ak-video-container:not(.ak-gif-wrap).square {
    padding-bottom: 100%
}

.ak-video-container:not(.ak-gif-wrap) iframe,
.ak-video-container:not(.ak-gif-wrap) object,
.ak-video-container:not(.ak-gif-wrap) embed,
.ak-video-container:not(.ak-gif-wrap) video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.ak-player-wrap {
    position: relative;
    background: #000 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc1MHB4JyBoZWlnaHQ9JzUwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXNwaW4iPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MCA1MCkiPjxnIHRyYW5zZm9ybT0icm90YXRlKDApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4xMnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMTJzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg5MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZmZmZmZiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuMjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjI1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMTM1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC4zN3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuMzdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODApIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyMjUpIHRyYW5zbGF0ZSgzNCAwKSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjgiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwLjEiIGJlZ2luPSIwLjYycyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBmcm9tPSIxLjUiIHRvPSIxIiBiZWdpbj0iMC42MnMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDI3MCkgdHJhbnNsYXRlKDM0IDApIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iOCIgZmlsbD0iI2ZmZmZmZiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAuMSIgYmVnaW49IjAuNzVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGZyb209IjEuNSIgdG89IjEiIGJlZ2luPSIwLjc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzE1KSB0cmFuc2xhdGUoMzQgMCkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI4IiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIxIiB0bz0iMC4xIiBiZWdpbj0iMC44N3MiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgZnJvbT0iMS41IiB0bz0iMSIgYmVnaW49IjAuODdzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48L2c+PC9zdmc+") center center no-repeat
}

.ak-player-wrap .ak-player-image {
    margin: 0 auto
}

.ak-player-wrap.ak-player-responsive {
    width: 100%
}

.ak-player-wrap.ak-player-responsive .ak-player-image {
    width: 100%
}

.ak-module .ak-player-wrap .ak-video-player video {
    min-height: 300px;
    max-height: 700px
}

.ak-player-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1
}

.ak-player-control {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    display: inline-block;
    width: 72px;
    height: 72px;
    padding: 3px;
    border-radius: 72px;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 68px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9)
}

.ak-player-control .fa-play {
    margin-left: -5px
}

.ak-player-active .ak-player-control {
    visibility: hidden
}

.ak-player-overlay.ak-player-active {
    background-color: rgba(0, 0, 0, 0)
}

.ak-player-wrap.ak-player-active .ak-player-control,
.ak-player-wrap.ak-player-active .ak-video-length {
    display: none
}

.ak-video-sound-toggle {
    width: 42px;
    height: 42px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 20px;
    right: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 42px;
    border-radius: 50%;
    cursor: pointer
}

.ak-video-sound-toggle .fa-volume-off {
    display: none
}

.ak-video-sound-toggle.off .fa-volume-off {
    display: inline-block
}

.ak-video-sound-toggle.off .fa-volume-up {
    display: none
}

.ak-video-length {
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 24px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    padding: 0 8px;
    line-height: 24px
}

.ak-gif-wrap .ak-player-image {
    z-index: 0;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0
}

.ak-gif-wrap .ak-player-image.ak-player-image-ready {
    opacity: 1
}

.ak-gif-wrap .ak-player-canvas {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
    vertical-align: top;
    opacity: 0
}

.ak-gif-wrap.ak-player-responsive .ak-player-canvas {
    width: 100%
}

.ak-gif-wrap .ak-player-canvas.ak-player-canvas-ready {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 1
}

.ak-gif-wrap .ak-player-canvas.ak-player-canvas-active {
    -webkit-transition: none;
    transition: none;
    opacity: 0
}

.ak-gif-wrap .ak-player-control {
    font-size: 20px
}

.ak-gif-wrap .ak-player-control:before {
    content: " ";
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 66px;
    height: 66px;
    border: 3px dashed #fff;
    border-radius: 66px
}

.ak-gif-wrap video.ak-player-image {
    opacity: 1
}

.wp-video {
    width: 100% !important;
    margin-bottom: 15px
}

.wpb_video_wrapper .ak-video-container {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    height: auto
}

.wpb_video_wrapper .ak-featured-media {
    margin-bottom: 0
}

.entry-content iframe.instagram-media {
    max-width: 748px !important
}

.dark .ak-block-header .ak-block-tabs>ul>li a {
    color: var(--ak-text-color)
}

.dark .ak-block-header .ak-block-tabs>ul>li.active a {
    color: var(--ak-link-text-color)
}

.dark .ak-pagination .ak-pagination-btn {
    background: var(--ak-alpha-bg-color) !important;
    border-color: var(--ak-alpha-border-color) !important;
    color: var(--ak-text-color) !important
}

.dark .ak-module .ak-module-title a,
.dark .ak-module .ak-module-title a:hover,
.dark .ak-module .ak-module-title a:focus {
    color: var(--ak-link-text-color) !important
}

.dark .ak-module .ak-module-summary,
.dark .ak-module .ak-module-author,
.dark .ak-module .ak-module-author .ak-module-author-name {
    color: var(--ak-text-color)
}

.dark .ak-module .ak-module-meta {
    color: var(--ak-meta-text-color)
}

.dark .ak-module .ak-module-terms.inline a {
    color: var(--ak-link-text-color)
}

.dark .ak-post-meta-author a {
    color: var(--ak-link-text-color)
}