/*  
Theme Name: assahifa
Theme URI: https://www.wp-araby.com/akhbarona-theme
Description: صحيفة – قالب ووردبريس إخباري متكامل يجمع بين السرعة والأناقة
Version: 1.0
Author: Yassine Bekouri
Author URI: https://www.wp-araby.com/yassine
Create Date:  01/09/2024
Text Domain: assahifa
Tags: قالب  ووردبريس إخباري
*/



@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'),
        url('fonts/fontawesome-webfont.woff2') format('woff2'),
        url('fonts/fontawesome-webfont.woff') format('woff'),
        url('fonts/fontawesome-webfont.ttf') format('truetype'),
        url('fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'lg';
    src: url("fonts/lg.eot?n1z373");
    src: url("fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("fonts/lg.woff?n1z373") format("woff"), url("fonts/lg.ttf?n1z373") format("truetype"), url("fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    /* لون الخلفية */
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader img {
    width: 100px;
    /* تعديل الحجم حسب رغبتك */
    animation: spin 1s linear infinite;
    /* حركة الدوران */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #d3d3d369;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}



.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}


.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f260"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: "wparaby";
    font-weight: normal;
    src: url(" fonts/wparaby.ttf");
    src: local("☺"),
        url(" fonts/wparaby.ttf") format("woff"),
        url(" fonts/wparaby.ttf") format("truetype");
}

@font-face {
    font-family: "wparaby_m";
    font-weight: normal;
    src: url(" fonts/wparaby_m.ttf");
    src: local("☺"),
        url(" fonts/wparaby_m.ttf") format("woff"),
        url(" fonts/wparaby_m.ttf") format("truetype");
}

@font-face {
    font-family: "wparaby_l";
    font-weight: normal;
    src: url(" fonts/wparaby_l.ttf");
    src: local("☺"),
        url(" fonts/wparaby_l.ttf") format("woff"),
        url(" fonts/wparaby_l.ttf") format("truetype");
}

body {
    font-family: wparaby_l;
    margin: 0;
    font-size: 1.0em;
    transition: all .3s ease;
    direction: rtl;
    background: #f6f6f6
}

a {
    transition: all .6s ease;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, .35);
    z-index: 9997
}

.trans,
.widget .gallery .bt,
.navigation {
    -webkit-transition: all .55s ease;
    transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease
}

.transfast,
.ap_header .ap_logo,
.form-wrapper-wrap .form-wrapper,
.ap_menu li a:after,
.ap_slider .polist .arrow,
.ap_tabs .tab_header ul li span,
.main_videos .polist .item .thumbnail .ap-play,
.main_content .main_videos .polist .item .thumbnail .ap-play,
.main_content .main_videos .polist .item:nth-child(1) .thumbnail .ap-play,
.ap-tabs ul.tabs li,
.ap-slider_widget .polist .slick-dots,
.ap-slider_widget .polist .arrow {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sticky-top {
    position: sticky;
    position: -webkit-sticky;
    top: 70px
}

.thumbnail {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #eee;
    background-size: 50%;
    text-indent: 0
}

.thumbnail img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important
}

.wp-playlist .mejs-container {
    direction: ltr;
}

.alignleft {
    float: left;
    margin: .5em 1em .5em 0;
}

.alignright {
    float: right;
    margin: .5em 0 .5em 1em;
}

.aplink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.ap-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.d-none {
    display: none !important
}

.ap-clock {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.ap-clock.clock-d {
    background-image: url(img/ic/clock.svg)
}

.ap-play {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/ic/ic_play.svg)
}

.ap-plus {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/ic/ic_plus.svg)
}

.ap-plus-w {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/ic/ic_plus-w.svg)
}

.ap-icon {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}

.send_file {
    width: 50px;
    cursor: pointer;
    float: right;
    text-align: center;
}

.fa-envelope-o::before {
    color: #666;
    font-size: 20px;
}

.ap-top {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/ic/ic_top.svg)
}

.arch-layout {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.arch-layout.list {
    background-image: url(img/ic/ic_list.svg)
}

.arch-layout.grid {
    background-image: url(img/ic/ic_grid.svg)
}

.ap-comments {
    background-image: url(img/ic/ic_comments.svg)
}

::-webkit-input-placeholder {
    color: #d1d1d1
}

::-moz-placeholder {
    color: #d1d1d1
}

:-ms-input-placeholder {
    color: #d1d1d1
}

::-ms-input-placeholder {
    color: #d1d1d1
}

::-webkit-input-placeholder {
    color: #d1d1d1
}

::-moz-placeholder {
    color: #d1d1d1
}

:-ms-input-placeholder {
    color: #d1d1d1
}

::placeholder {
    color: #989898
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default) {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 96%;
    font-size: 14px;
    font-family: "wparaby_l";
    margin: 0 0 8px;
    padding: 0 2%;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    -webkit-transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s
}

textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 98%;
    font-size: 14px;
    font-family: "wparaby_l";
    margin: 0 0 8px;
    padding: 0 2%;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    -webkit-transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s
}

input:not([type]):disabled,
input:not([type])[readonly=readonly],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly=readonly],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly=readonly],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly=readonly],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly=readonly],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly=readonly],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly=readonly],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly=readonly],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly=readonly],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly=readonly],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly=readonly],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
    color: rgba(0, 0, 0, .42);
    border-bottom: 1px dotted rgba(0, 0, 0, .42)
}

input:not([type]):disabled+label,
input:not([type])[readonly=readonly]+label,
input[type=text]:not(.browser-default):disabled+label,
input[type=text]:not(.browser-default)[readonly=readonly]+label,
input[type=password]:not(.browser-default):disabled+label,
input[type=password]:not(.browser-default)[readonly=readonly]+label,
input[type=email]:not(.browser-default):disabled+label,
input[type=email]:not(.browser-default)[readonly=readonly]+label,
input[type=url]:not(.browser-default):disabled+label,
input[type=url]:not(.browser-default)[readonly=readonly]+label,
input[type=time]:not(.browser-default):disabled+label,
input[type=time]:not(.browser-default)[readonly=readonly]+label,
input[type=date]:not(.browser-default):disabled+label,
input[type=date]:not(.browser-default)[readonly=readonly]+label,
input[type=datetime]:not(.browser-default):disabled+label,
input[type=datetime]:not(.browser-default)[readonly=readonly]+label,
input[type=datetime-local]:not(.browser-default):disabled+label,
input[type=datetime-local]:not(.browser-default)[readonly=readonly]+label,
input[type=tel]:not(.browser-default):disabled+label,
input[type=tel]:not(.browser-default)[readonly=readonly]+label,
input[type=number]:not(.browser-default):disabled+label,
input[type=number]:not(.browser-default)[readonly=readonly]+label,
input[type=search]:not(.browser-default):disabled+label,
input[type=search]:not(.browser-default)[readonly=readonly]+label,
textarea.materialize-textarea:disabled+label,
textarea.materialize-textarea[readonly=readonly]+label {
    color: rgba(0, 0, 0, .42)
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #e4e6eb;
    box-shadow: 0 1px 0 0 #e4e6eb
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #e4e6eb
}

input:not([type]):focus.valid~label,
input[type=text]:not(.browser-default):focus.valid~label,
input[type=password]:not(.browser-default):focus.valid~label,
input[type=email]:not(.browser-default):focus.valid~label,
input[type=url]:not(.browser-default):focus.valid~label,
input[type=time]:not(.browser-default):focus.valid~label,
input[type=date]:not(.browser-default):focus.valid~label,
input[type=datetime]:not(.browser-default):focus.valid~label,
input[type=datetime-local]:not(.browser-default):focus.valid~label,
input[type=tel]:not(.browser-default):focus.valid~label,
input[type=number]:not(.browser-default):focus.valid~label,
input[type=search]:not(.browser-default):focus.valid~label,
textarea.materialize-textarea:focus.valid~label {
    color: #4caf50
}

input:not([type]):focus.invalid~label,
input[type=text]:not(.browser-default):focus.invalid~label,
input[type=password]:not(.browser-default):focus.invalid~label,
input[type=email]:not(.browser-default):focus.invalid~label,
input[type=url]:not(.browser-default):focus.invalid~label,
input[type=time]:not(.browser-default):focus.invalid~label,
input[type=date]:not(.browser-default):focus.invalid~label,
input[type=datetime]:not(.browser-default):focus.invalid~label,
input[type=datetime-local]:not(.browser-default):focus.invalid~label,
input[type=tel]:not(.browser-default):focus.invalid~label,
input[type=number]:not(.browser-default):focus.invalid~label,
input[type=search]:not(.browser-default):focus.invalid~label,
textarea.materialize-textarea:focus.invalid~label {
    color: #f44336
}

input:not([type]).validate+label,
input[type=text]:not(.browser-default).validate+label,
input[type=password]:not(.browser-default).validate+label,
input[type=email]:not(.browser-default).validate+label,
input[type=url]:not(.browser-default).validate+label,
input[type=time]:not(.browser-default).validate+label,
input[type=date]:not(.browser-default).validate+label,
input[type=datetime]:not(.browser-default).validate+label,
input[type=datetime-local]:not(.browser-default).validate+label,
input[type=tel]:not(.browser-default).validate+label,
input[type=number]:not(.browser-default).validate+label,
input[type=search]:not(.browser-default).validate+label,
textarea.materialize-textarea.validate+label {
    width: 100%
}

input.valid:not([type]),
input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid>input.select-dropdown {
    border-bottom: 1px solid #4caf50;
    box-shadow: 0 1px 0 0 #4caf50
}

input.invalid:not([type]),
input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid>input.select-dropdown,
.select-wrapper.invalid>input.select-dropdown:focus {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #f44336
}

input:not([type]).valid~.helper-text[data-success],
input:not([type]):focus.valid~.helper-text[data-success],
input:not([type]).invalid~.helper-text[data-error],
input:not([type]):focus.invalid~.helper-text[data-error],
input[type=text]:not(.browser-default).valid~.helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid~.helper-text[data-success],
input[type=text]:not(.browser-default).invalid~.helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid~.helper-text[data-error],
input[type=password]:not(.browser-default).valid~.helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid~.helper-text[data-success],
input[type=password]:not(.browser-default).invalid~.helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid~.helper-text[data-error],
input[type=email]:not(.browser-default).valid~.helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid~.helper-text[data-success],
input[type=email]:not(.browser-default).invalid~.helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid~.helper-text[data-error],
input[type=url]:not(.browser-default).valid~.helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid~.helper-text[data-success],
input[type=url]:not(.browser-default).invalid~.helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid~.helper-text[data-error],
input[type=time]:not(.browser-default).valid~.helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid~.helper-text[data-success],
input[type=time]:not(.browser-default).invalid~.helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid~.helper-text[data-error],
input[type=date]:not(.browser-default).valid~.helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid~.helper-text[data-success],
input[type=date]:not(.browser-default).invalid~.helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid~.helper-text[data-error],
input[type=datetime]:not(.browser-default).valid~.helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid~.helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid~.helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid~.helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid~.helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid~.helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid~.helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid~.helper-text[data-error],
input[type=tel]:not(.browser-default).valid~.helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid~.helper-text[data-success],
input[type=tel]:not(.browser-default).invalid~.helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid~.helper-text[data-error],
input[type=number]:not(.browser-default).valid~.helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid~.helper-text[data-success],
input[type=number]:not(.browser-default).invalid~.helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid~.helper-text[data-error],
input[type=search]:not(.browser-default).valid~.helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid~.helper-text[data-success],
input[type=search]:not(.browser-default).invalid~.helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid~.helper-text[data-error],
textarea.materialize-textarea.valid~.helper-text[data-success],
textarea.materialize-textarea:focus.valid~.helper-text[data-success],
textarea.materialize-textarea.invalid~.helper-text[data-error],
textarea.materialize-textarea:focus.invalid~.helper-text[data-error],
.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid~.helper-text[data-error] {
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

input:not([type]).valid~.helper-text:after,
input:not([type]):focus.valid~.helper-text:after,
input[type=text]:not(.browser-default).valid~.helper-text:after,
input[type=text]:not(.browser-default):focus.valid~.helper-text:after,
input[type=password]:not(.browser-default).valid~.helper-text:after,
input[type=password]:not(.browser-default):focus.valid~.helper-text:after,
input[type=email]:not(.browser-default).valid~.helper-text:after,
input[type=email]:not(.browser-default):focus.valid~.helper-text:after,
input[type=url]:not(.browser-default).valid~.helper-text:after,
input[type=url]:not(.browser-default):focus.valid~.helper-text:after,
input[type=time]:not(.browser-default).valid~.helper-text:after,
input[type=time]:not(.browser-default):focus.valid~.helper-text:after,
input[type=date]:not(.browser-default).valid~.helper-text:after,
input[type=date]:not(.browser-default):focus.valid~.helper-text:after,
input[type=datetime]:not(.browser-default).valid~.helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid~.helper-text:after,
input[type=datetime-local]:not(.browser-default).valid~.helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid~.helper-text:after,
input[type=tel]:not(.browser-default).valid~.helper-text:after,
input[type=tel]:not(.browser-default):focus.valid~.helper-text:after,
input[type=number]:not(.browser-default).valid~.helper-text:after,
input[type=number]:not(.browser-default):focus.valid~.helper-text:after,
input[type=search]:not(.browser-default).valid~.helper-text:after,
input[type=search]:not(.browser-default):focus.valid~.helper-text:after,
textarea.materialize-textarea.valid~.helper-text:after,
textarea.materialize-textarea:focus.valid~.helper-text:after,
.select-wrapper.valid~.helper-text:after {
    content: attr(data-success);
    color: #4caf50
}

input:not([type]).invalid~.helper-text:after,
input:not([type]):focus.invalid~.helper-text:after,
input[type=text]:not(.browser-default).invalid~.helper-text:after,
input[type=text]:not(.browser-default):focus.invalid~.helper-text:after,
input[type=password]:not(.browser-default).invalid~.helper-text:after,
input[type=password]:not(.browser-default):focus.invalid~.helper-text:after,
input[type=email]:not(.browser-default).invalid~.helper-text:after,
input[type=email]:not(.browser-default):focus.invalid~.helper-text:after,
input[type=url]:not(.browser-default).invalid~.helper-text:after,
input[type=url]:not(.browser-default):focus.invalid~.helper-text:after,
input[type=time]:not(.browser-default).invalid~.helper-text:after,
input[type=time]:not(.browser-default):focus.invalid~.helper-text:after,
input[type=date]:not(.browser-default).invalid~.helper-text:after,
input[type=date]:not(.browser-default):focus.invalid~.helper-text:after,
input[type=datetime]:not(.browser-default).invalid~.helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid~.helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid~.helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid~.helper-text:after,
input[type=tel]:not(.browser-default).invalid~.helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid~.helper-text:after,
input[type=number]:not(.browser-default).invalid~.helper-text:after,
input[type=number]:not(.browser-default):focus.invalid~.helper-text:after,
input[type=search]:not(.browser-default).invalid~.helper-text:after,
input[type=search]:not(.browser-default):focus.invalid~.helper-text:after,
textarea.materialize-textarea.invalid~.helper-text:after,
textarea.materialize-textarea:focus.invalid~.helper-text:after,
.select-wrapper.invalid~.helper-text:after {
    content: attr(data-error);
    color: #f44336
}

input:not([type])+label:after,
input[type=text]:not(.browser-default)+label:after,
input[type=password]:not(.browser-default)+label:after,
input[type=email]:not(.browser-default)+label:after,
input[type=url]:not(.browser-default)+label:after,
input[type=time]:not(.browser-default)+label:after,
input[type=date]:not(.browser-default)+label:after,
input[type=datetime]:not(.browser-default)+label:after,
input[type=datetime-local]:not(.browser-default)+label:after,
input[type=tel]:not(.browser-default)+label:after,
input[type=number]:not(.browser-default)+label:after,
input[type=search]:not(.browser-default)+label:after,
textarea.materialize-textarea+label:after,
.select-wrapper+label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out
}

.input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.input-field.inline input,
.input-field.inline .select-dropdown {
    margin-bottom: 1rem
}

.input-field.col label {
    right: .75rem
}

.input-field.col .prefix~label,
.input-field.col .prefix~.validate~label {
    width: calc(100% - 3rem - 1.5rem)
}

.input-field>label {
    padding: 0 15px;
    color: #9e9e9e;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
}

.input-field>label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(.8);
    transform: translateY(-14px) scale(.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.input-field>input[type]:-webkit-autofill:not(.browser-default)+label,
.input-field>input[type=date]:not(.browser-default)+label,
.input-field>input[type=time]:not(.browser-default)+label {
    -webkit-transform: translateY(-14px) scale(.8);
    transform: translateY(-14px) scale(.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.input-field .helper-text {
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.input-field .helper-text::after {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0
}

.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: .5rem
}

.input-field .prefix.active {
    color: #e4e6eb
}

.input-field .prefix~input,
.input-field .prefix~textarea,
.input-field .prefix~label,
.input-field .prefix~.validate~label,
.input-field .prefix~.helper-text,
.input-field .prefix~.autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.input-field .prefix~label {
    margin-left: 3rem
}

@media only screen and (max-width:992px) {
    .input-field .prefix~input {
        width: 86%;
        width: calc(100% - 3rem)
    }
}

@media only screen and (max-width:600px) {
    .input-field .prefix~input {
        width: 80%;
        width: calc(100% - 3rem)
    }
}

.input-field input[type=search] {
    display: block;
    line-height: inherit;
    -webkit-transition: .3s background-color;
    transition: .3s background-color
}

select {
    font-family: "wparaby_l";
}

.nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    box-shadow: none
}

.input-field input[type=search]:focus:not(.browser-default) {
    background-color: #fff;
    color: #444
}

.input-field input[type=search]:focus:not(.browser-default)+label i,
.input-field input[type=search]:focus:not(.browser-default)~.mdi-navigation-close,
.input-field input[type=search]:focus:not(.browser-default)~.material-icons {
    color: #444
}

.input-field input[type=search]+.label-icon {
    -webkit-transform: none;
    transform: none;
    left: 1rem
}

.input-field input[type=search]~.mdi-navigation-close,
.input-field input[type=search]~.material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    -webkit-transition: .3s color;
    transition: .3s color
}

textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent
}

textarea.materialize-textarea {
    line-height: normal;
    overflow-y: hidden;
    padding: .8rem 0;
    resize: none;
    min-height: 3rem;
    box-sizing: border-box
}

.pagination-centered {
    text-align: center;
    padding: 15px
}

.pagination-centered .pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pagination-centered .pager .count {
    margin: auto;
    color: #626262
}

.pagination-centered .pager .previous {
    margin: auto 0 auto auto
}

.pagination-centered .pager .next {
    margin: auto auto auto 0
}

.widget {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #d3d3d369
}

.widget .widget-title {
    border-top: 2px solid #1B1464;
    background: #f3f3f3;
    color: #1B1464;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -1px -1px 0;
    font-size: 1.1rem;
    padding: 15px
}

.widget .widget-title a {
    color: #1B1464
}

.widget .widget-title h4 {
    margin: auto 0
}

.widget .widget-title .rmore {
    margin: auto auto auto 0;
    background: rgba(255, 255, 255, .04);
    padding: 15px;
    display: block
}

.widget .widget-content {
    background: #fff;
    padding: 20px
}

.widget.widget_nav_menu ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_views ul li {
    padding: 10px;
    border-bottom: 1px solid #fafafa
}

.widget.ap-code {
    padding: 0;
    border: 0
}

.notification-banner {
    background-color: red;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 4px 2px -2px gray;
}

.notification-banner p {
    margin: 0;
}

.widget.widget_polls-widget .wp-polls {
    border: 1px solid #d3d3d369;
    padding: 10px 0
}

.widget.widget_polls-widget .wp-polls strong {
    color: #1B1464;
    display: block;
    padding: 10px 0
}

.widget.widget_polls-widget .wp-polls .wp-polls-ul {
    margin: 0 10px
}

.widget.widget_polls-widget .wp-polls ul li {
    padding: 5px 0
}

.widget.widget_polls-widget .wp-polls input[type=checkbox],
.widget.widget_polls-widget .wp-polls input[type=radio] {
    position: relative;
    top: -.25em;
    margin: 0 1em;
    cursor: pointer;
    background: #fff
}

.widget.widget_polls-widget .wp-polls .Buttons {
    border: 0;
    background-color: #1B1464;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-left: 10px
}

.widget.widget_polls-widget .wp-polls .Buttons:hover {
    background: #f2f2f2;
    color: #666
}

.widget.widget_polls-widget .wp-polls .pview {
    font-size: 12px;
    padding: 14px 15px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #eee;
    vertical-align: middle
}

.widget.widget_polls-widget .wp-polls input[type=checkbox]:before,
.widget.widget_polls-widget .wp-polls input[type=radio]:before {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    content: "";
    position: absolute;
    left: -3px;
    z-index: 1;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #ddd;
    border-radius: 50%
}

.widget.widget_polls-widget .wp-polls input[type=checkbox]:checked:before,
.widget.widget_polls-widget .wp-polls input[type=radio]:checked:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .6em;
    border-color: #f0a306;
    border-top-style: none;
    border-right-style: none;
    border-radius: 0;
    background: 0 0
}

.widget.widget_polls-widget .wp-polls input[type=checkbox]:after,
.widget.widget_polls-widget .wp-polls input[type=radio]:after {
    content: "";
    position: absolute;
    top: -.125em;
    left: -3px;
    width: 1.6em;
    height: 1.6em;
    background: #fff;
    cursor: pointer
}

.widget .gallery {
    display: none
}

.widget .gallery.slick-initialized {
    display: block
}

.widget .gallery:hover .bt {
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.widget .gallery .gallery-item {
    width: 100%;
    position: relative
}

.widget .gallery .gallery-item .wp-caption-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0 10px 30px;
    text-align: center;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent)
}

.widget .gallery .gallery-item img {
    width: 100%
}

.widget .gallery .slick-dots {
    bottom: 5px;
    margin: auto;
    position: absolute;
    width: 100%;
    text-align: center
}

.widget .gallery .slick-dots li {
    display: inline-block
}

.widget .gallery .slick-dots li button {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    width: 15px;
    font-size: 0
}

.widget .gallery .slick-dots li.slick-active button {
    background: #000;
    color: #fff
}

.widget .gallery .bt {
    position: absolute;
    top: 0;
    z-index: 99;
    color: #1B1464;
    font-size: 1.5em;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0
}

.widget .gallery .bt.nxt {
    right: 20px
}

.widget .gallery .bt.prv {
    left: 20px
}

.me-plugin {
    position: relative !important
}

.widget img,
.widget .size-auto,
.widget .size-full,
.widget .size-large,
.widget .size-medium,
.widget .attachment img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.widget .centered,
.widget .aligncenter {
    display: block;
    margin: 5px auto
}

.widget .alignright {
    margin: 5px 0 5px 25px;
    display: inline;
    float: right
}

.widget .alignleft {
    margin: 5px 25px 5px 0;
    display: inline;
    float: left
}

#wp-calendar {
    width: 100%;
    text-align: center;
    border-spacing: 0
}

#wp-calendar caption {
    padding: 10px;
    background: #ccc;
    color: #fff
}

#wp-calendar thead {
    background: #eee
}

#wp-calendar tbody a {
    background: #eee;
    display: block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center
}

#wp-calendar th,
#wp-calendar td {
    padding: 5px
}

.widget_search .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px
}

.widget_search .search .input-field {
    width: 80%;
    margin: 0
}

.widget_search .search input.input {
    float: right;
    height: auto;
    margin: 0;
    padding: 10px 0;
    width: 100%
}

.widget_search .search .button {
    margin-right: 15px;
    cursor: pointer;
    font-family: wparaby_l;
    text-decoration: none;
    color: #000;
    background-color: #f3f3f3;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.glry .slick-dots {
    margin: auto;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    position: absolute;
    top: 20px;
    right: 50%;
    margin-right: -25px
}

.glry .slick-dots li {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 5px;
    margin-right: 5px;
    width: 5px;
    opacity: .5
}

.glry .slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: medium;
    font-size: 0
}

.glry .slick-dots li.slick-active {
    opacity: 1;
    -webkit-transform: scale(2);
    transform: scale(2)
}

.glry .bt {
    color: #fff;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    z-index: 10
}

.glry .bt:before {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -20px;
    margin-right: -5px
}

.glry .bt.prv {
    left: 0
}

.glry .bt.nxt {
    right: 0
}

.glry .item {
    position: relative
}

.glry .item .det {
    padding: 10px;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent)
}

.glry .item .det h2 {
    font-size: 1em
}

.glry .item .det h2 a {
    color: #fff
}

.glry .item .det .t {
    background: #1B1464;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    font-size: 11px;
    border-radius: 3px
}

.glry .item .det .t a {
    color: #fff
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0
}

*,
*:before,
*:after {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

a {
    text-decoration: none;
    color: #000;
    outline: none
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

input {
    line-height: normal
}

button,
select {
    text-transform: none
}

html input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible
}

input[type=button],
input[type=reset],
button[type=submit],
input[type=submit] {
    width: auto;
    padding: 3px 10px;
    height: 30px;
    margin: 5px auto;
    font-size: 14px;
    color: #fff;
    background: #1B1464;
    border: none;
    font-family: "wparaby_m";
    border-radius: 3px;
    transition: all .6s ease;
}

input[type=button]:hover,
input[type=reset]:hover,
button[type=submit]:hover,
input[type=submit]:hover {
    background-color: #FFCC03;
    transition: all .6s ease;
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
    float: right;
    margin: 2px 5px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
input,
select,
textarea {
    color: #999;
}

button {
    color: #fff;
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

/* تنسيق القائمة المنبثقة */
.desktop-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #222;
    color: white;
    z-index: 10000;
    transform: translateX(100%);
    /* تأكد من أن القائمة تكون خارج الشاشة */
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding: 20px;
    overflow-y: auto;
    opacity: 0;
    /* إخفاء القائمة بالكامل عند التحميل */
    visibility: hidden;
    /* إخفاء القائمة في الوضع الأولي */
    display: none;
    /* إخفاء القائمة تمامًا عند التحميل */
}

/* تنسيق روابط القائمة */
.desktop-menu a {
    color: white;
    text-decoration: none;
    display: block;
    margin: 20px 0;
}

.desktop-menu.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    /* جعل القائمة مرئية عند تفعيلها */
    display: block;
    /* عرض القائمة عند تفعيلها */
}

/* تنسيق زر الإغلاق */
.desktop-menu-close {
    cursor: pointer;
    margin-bottom: 0px;
    color: white;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    float: left;
}

/* تنسيق الطبقة العازلة خلف القائمة */
.desktop-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    /* الطبقة العازلة تحت القائمة مباشرة */
    display: none;
}

.desktop-menu-overlay.active {
    display: block;
}

/* أيقونة القائمة لنسخة الحاسوب */
.desktop-menu-icon {
    display: none;
    cursor: pointer;
    z-index: 10001;
    /* التأكد من أن الأيقونة تكون فوق كل العناصر */
}

.desktop-menu-icon i {
    font-size: 24px;
    color: #333;
}

/* إظهار القائمة والأيقونة فقط على أجهزة الحاسوب */
@media (min-width: 768px) {

    .desktop-menu,
    .desktop-menu-icon {
        display: block;
    }
}

/* إخفاء القائمة والأيقونة على الأجهزة المحمولة */
@media (max-width: 767px) {

    .desktop-menu,
    .desktop-menu-icon {
        display: none;
    }
}

.ttit:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    --tw-bg-opacity: 1;
    background-color: #dfdfdf;
    --tw-content: "";
    content: var(--tw-content);
}

.ttit:after {
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 5px;
    width: 8%;
    background-color: var(--primary);
    --tw-content: "";
    content: var(--tw-content);
}

.da {

    overflow: hidden;
}

.entry p a {
    color: #0321c0;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1em;
    font-weight: normal;
}

.entry h1 {
    font-size: 36px;
}

.entry h2 {
    font-size: 30px;
}

.entry h3 {
    font-size: 24px;
}

.entry h4 {
    font-size: 18px;
}

.entry h5 {
    font-size: 14px;
}

.entry h6 {
    font-size: 12px;
}

.entry ol,
.entry ul {
    margin: 20px 20px 20px 0;
    font-family: "wparaby_l";
}

.entry ul li {
    list-style: outside disc;
    list-style-image: none;
}

.entry ol li {
    list-style: outside decimal;
}

.entry li {
    margin: 0 0 5px;
}

.entry li ul,
.entry li ol {
    margin: 5px 0 0 15px;
}

html,
input,
select,
textarea {
    color: #666;
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0
}

.slick-arrow.slick-hidden {
    display: none
}

.container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1270px
    }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1270px
    }
}

.entry {
    padding: 0;
    text-align: justify;
    padding: 20px 10px;
    border-radius: 3px;
    box-shadow: 0px 29px 30px rgba(176, 176, 176, 0.1);
    background-color: #ffffff;
}

.entry p {
    line-height: 1.5;
    text-align: justify;
    font-size: 0.9em;
    margin-bottom: 15px;
    color: #444;
}

.entry blockquote {
    position: relative;
    font-style: normal;
    padding: 20px;
    background: #eee;
    margin: 20px 0;
    margin-top: 40px;
}

.entry blockquote p {
    padding: 0;
    margin: 0
}

.entry blockquote:before {
    position: relative;
    content: "\f10d";
    top: -25px;
    color: #aaa;
    font-family: 'FontAwesome';
    font-size: 2em;
    right: 45%;
    padding: 15px;
    line-height: 5px;
    border-radius: 50%;
}

.entry blockquote p {
    font-size: 1.0em;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin-top: 25px;
    font-family: "wparaby";
    margin-bottom: 10px;
    line-height: 1.5;
}

.entry ol,
.entry ul {
    margin: 20px 20px 20px 0
}

.entry ul li {
    list-style: outside disc;
    list-style-image: none;
    line-height: 1.5;
    font-size: 0.9em;
    color: #444;
    margin-bottom: 10px;
}

.entry ol li {
    list-style: outside decimal;
    line-height: 1.5;
    font-size: 0.9em;
    color: #444;
    margin-bottom: 10px;
}

.entry li {
    margin: 0 0 5px
}

.entry li ul,
.entry li ol {
    margin: 5px 0 0 15px
}

.entry pre {
    max-width: 100%;
    overflow: auto
}

.entry table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #d3d3d369;
    border-collapse: separate;
    margin-bottom: 1.5em
}

.entry table tr:nth-child(even) {
    background: #f9f9f9
}

.entry table td,
.entry table th {
    text-align: right;
    border-right: 1px dotted #d3d3d369;
    padding: .4em
}

.entry table thead th {
    background: #f4f4f4;
    border-right: 1px solid #d3d3d369;
    border-bottom: 1px solid #d3d3d369;
    text-transform: uppercase;
    vertical-align: middle;
    padding: .7em .4em
}

.entry table tbody th {
    background: #f4f4f4;
    border-bottom: 1px solid #d3d3d369
}

.entry table tbody td {
    border-bottom: 1px solid #d3d3d369
}

.entry table tr th:last-child,
.entry table tr td:last-child {
    border-right: 0
}

.entry table tbody tr:last-child td,
.entry table tbody tr:last-child th {
    border-bottom: 0
}

.entry img {
    max-width: 100%
}

.entry iframe {
    max-width: 100%
}

.entry .post_tags {
    margin: 20px 0
}

.entry .post_tags span {
    background: #f6f7fb;
    color: #a1a1b5;
    padding: 4px 15px;
    font-size: 13px;
    border-radius: 2px;
    margin-left: 10px
}

.entry .post_tags span.tgt {
    background: #f6f7fb;
    font-size: 13px;
    color: #a9a9a9;
    border-radius: 2px;
    padding: 5px 15px;
    margin-left: 10px
}

.entry .post_tags a {
    background: #f6f7fb;
    padding: 4px 15px;
    font-size: 13px;
    border-radius: 2px
}

.entry .post_tags a:hover {
    background: #666;
    color: #fff
}

.entry img,
.entry .size-auto,
.entry .size-full,
.entry .size-large,
.entry .size-medium,
.entry .attachment img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.entry .centered,
.entry .aligncenter {
    display: block;
    margin: 5px auto
}

.entry .alignright {
    margin: 5px 0 5px 25px;
    display: inline;
    float: right
}

.entry .alignleft {
    margin: 5px 25px 5px 0;
    display: inline;
    float: left
}

.entry .gallery {
    clear: both;
    margin: 0 auto 18px
}

.entry .gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 10px
}

.entry .gallery-columns-2 .gallery-item {
    max-width: 50%
}

.entry .gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.entry .gallery-columns-4 .gallery-item {
    max-width: 25%
}

.entry .gallery-columns-5 .gallery-item {
    max-width: 20%
}

.entry .gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.entry .gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.entry .gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.entry .gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.entry .gallery .gallery-item img {
    height: auto;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin: 0 auto
}

.entry .gallery .gallery-item a:hover img {
    opacity: .6 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .32)
}

.entry .gallery-caption {
    color: #888;
    margin: 0 0 12px
}

.customize-support .navigation {
    padding-top: 32px
}

.postc {
  font-size: 15px;
  text-align: right;
  line-height: 27px;
  display: inline-block;
}

.ap_header {
    background: #32a2ef;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 9996;
    /*! margin-bottom:20px; */
}

.ap_header .inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    position: relative
}

.ap_header .ic_menu {
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease;
    text-align: center;
    width: 40px;
    height: 40px;
    display: none;
    line-height: 42px;
    margin: auto 6px auto 0;
    outline: none;
    cursor: pointer;
    font-size: 30px;
}

.ap_header .ap_logo {
    height: 70px;
    margin: auto 0px auto 0px;
}

.ap_header .ap_logo img {
    height: 100%;
    width: auto
}

.ap_header.sticky-header .ap_logo {
    height: 50px
}

.ap_header.sticky-header .bannerads {
    height: 0px
}

.ap_header .ap_logo a {
    color: #fff;
    text-shadow: 0 2px #000;
}

.ap_header .ap_logo a h1 {
    padding-left: 15px;
    padding-top: 15px;
    font-family: "wparaby";
}

.ap_header .ic_menu:hover,
.ap_header .me-icon:hover,
.ap_header .share-icon:hover,
.ap_header .search-icon:hover,
.ap_header .le-icon:hover {
    transition: all .3s ease;
}

.menda {
    background: #150F55 !important;
    height: auto;
    width: 100%;
}

.ap_header .menda .inn {
    padding: 0 5px;
}

.menda .ap_menu a {
    height: 35px;
    padding: 0px 10px;
    line-height: 35px;
    font-size: 16px;
}

.menda .ap_menu li a::after {
    height: 35px;
    line-height: 35px;
}

.menda .ap_menu ul ul {
    padding-top: 5px;
}

.menda .ap_menu ul ul li a {
    font-size: 13px;
}

.ap_header .menda .ic_menu,
.ap_header .menda .me-icon,
.ap_header .menda .share-icon,
.ap_header .menda .search-icon,
.ap_header .menda .mn-icon,
.ap_header .menda .le-icon {
    margin-top: 1px;
    background: #8b8b8b21 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: auto 3px auto 0;
}

.menda .wp-dark-mode-switcher .modes {
    background: #8b8b8b21 !important;
}

.mendd {
    height: auto;
    width: 100%;
    background: url(img/map.png) no-repeat center;
}


.top_header {
    background: #150F55;
    height: 34px;
    top: 0;
    z-index: 9996;
}

.top_header .inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 5px;
    position: relative
}

.top_header .inn .datee {
    float: right;
    font-family: wparaby_l;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    color: #ebebeb;
}

.top_header .inn .datee li {
    float: right;
    margin-left: 20px;
}


.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons li a {
    color: #333;
    font-size: 20px;
}

.social-icons li a:hover {
    color: #0073aa;
    /* Change this to your desired hover color */
}

.top_header .inn .top_menu {
    float: right;
    height: 25px;
    width: 50%;
}

.top_header .inn .top-icons {
    float: right;
    height: 25px;
    width: 50%;
    text-align: left;
    line-height: 34px;
}


.top_menu {
    margin: auto 0;
    z-index: 9999;
    position: relative;
}

.top_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.top_menu ul li {
    display: inline-block
}

.top_menu a {
    padding: 0 5px;
    display: block;
    font-size: 14px;
    height: 34px;
    font-family: "wparaby_l";
    line-height: 28px;
    color: #fff;
}

.top_menu a:hover {
    opacity: .9
}

.top_menu ul ul {
    display: none;
    position: absolute;
    top: 25px;
    background: #150F55;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.top_menu ul li:hover>ul {
    animation-name: fadeInDown;
    animation-duration: 0.4s;
    transition: all .3s ease;
    display: inherit
}

.top_menu ul ul {
    background: #150F55;
    padding: 5px;
    color: #eee
}

.top_menu ul ul li {
    width: 160px;
    float: none;
    display: list-item;
    position: relative
}

.top_menu ul ul li a {
    color: #eee;
    height: 25px;
    padding: 0 5px;
    line-height: 25px
}

.top_menu ul ul ul {
    top: 0;
    right: 230px
}

.top_menu ul ul ul li {
    position: relative;
    top: 0;
    left: 0
}

.top_menu li:hover a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.top_menu li a:after {
    content: "";
    background: url(img/ic/ic_arrow.svg) no-repeat center;
    background-size: 100%;
    width: 7px;
    height: 25px;
    float: left;
    margin-right: 5px
}

.top_menu ul ul li a:after {
    content: "\f107";
    color: #999;
    font: normal normal normal 14px/1 FontAwesome;
    width: 10px;
    height: 25px;
    float: left;
    margin-right: 10px
}

.top_menu li a:only-child:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.all_ads {
    margin-bottom: 20px;
 }

.all_ads img {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}

.ap_header .mn-icon {
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: all .3s ease;
    width: 40px;
    margin: auto 5px auto 0;
    font-size: 25px;
    outline: none;
    height: 40px;
    line-height: 40px;
}

.ap_header .mn-icon .icon-close {
    display: none;
    opacity: 0
}

.ap_header .mb-icon.active .icon-search {
    display: none
}

.ap_header .mn-icon.active .icon-close {
    opacity: 1;
    display: block
}


.ap_header .search-icon {
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: all .3s ease;
    width: 40px;
    margin: auto 5px auto 0;
    outline: none;
    font-size: 23px;
}

.ap_header .search-icon .icon-close {
    display: none;
    opacity: 0
}

.ap_header .search-icon.active .icon-search {
    display: none
}

.ap_header .search-icon.active .icon-close {
    opacity: 1;
    display: block
}

.form-wrapper-wrap {
    width: 100%;
}

.form-wrapper-wrap .form-wrapper {
    height: 0;
    overflow: hidden
}

.form-wrapper-wrap .form-wrapper .field-search {
    width: 95%;
    height: 45px;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    font-size: 17px;
    font-family: "wparaby_l";
    color: #222 !important;
    border-radius: 5px;
    margin: 0;
}

.form-wrapper-wrap .form-wrapper .field-search:focus {
    border: 1px solid #ddd
}

.form-wrapper-wrap .form-wrapper.visible {
    height: auto;
    overflow-x: hidden;
    overflow: hidden;
    padding: 10px 0
}

.form-wrapper-wrap .form-wrapper .search-button {
    transition: all 0.5s ease 0s;
    border-radius: 5px 0 0 5px;
    border: none;
    left: 0;
    margin-top: 8px;
    line-height: 30px;
    height: 43px;
    width: 20%;
    font-family: "wparaby_l";
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #a5a5a533 !important;
    cursor: pointer
}

.form-wrapper-wrap .form-wrapper .search-button:hover {
    background-color: #FFCC03;
    transition: all 0.5s ease 0s;
}

.form-wrapper-wraps {
    background: #1B1464;
    opacity: 0.95;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 5px 5px;
    position: absolute;
    padding: 0 10px;
    width: 220px;
    left: 9.5%;
}

.form-wrapper-wraps .form-wrappers {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.form-wrapper-wraps .form-wrappers.visible {
    height: auto;
    overflow-x: hidden;
    overflow: hidden;
    padding: 10px 0
}

.ap_header .share-icon {
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: all .3s ease;
    background: #150F55;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: auto 5px auto 0;
    outline: none
}

.ap_header .share-icon .icon-close {
    display: none;
    opacity: 0
}

.ap_header .share-icon.active .icon-shar {
    display: none
}

.ap_header .share-icon.active .icon-close {
    opacity: 1;
    display: block
}

.share-menu span {
    color: #fff;
    font: 13px/35px wparaby_m;
    padding-right: 40px;
    overflow: hidden;
}

ul.share-menu li {
    float: right;
    width: 100%;
    margin: 1px;
    padding: 2px;
    height: 39px;
    border-radius: 3px;
    background-color: #a5a5a533;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    background-position: right 8px center;
}

ul.share-menu li:hover {
    transition: all 0.5s ease 0s;
    background-color: #FFCC03;
}

.io-Instagram {
    background-image: url("img/Instagram.png");
}

.io-telegram {
    background-image: url("img/telegram.png");
}

.io-sorosh {
    background-image: url("img/sorosh.png");
}

.io-ita {
    background-image: url("img/ita.png");
}

.io-aparat {
    background-image: url("img/aparat.png");
}

.io-android {
    background-image: url("img/android.png");
}

.ap_header .me-icon {
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: all .3s ease;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #150F55;
    margin: auto 5px auto 0;
}

.ap_header .me-icon .icon-close {
    display: none;
    opacity: 0
}

.ap_header .me-icon.active .icon-meo {
    display: none
}

.ap_header .me-icon.active .icon-close {
    opacity: 1;
    display: block
}

.form-wrapper-wrapm {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 99999;
    background: #1B1464;
    opacity: 0.95;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}

.form-wrapper-wrapm .form-wrapperm {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.form-wrapper-wrapm .form-wrapperm.visible {
    height: auto;
    overflow-x: hidden;
    overflow: hidden;
    padding: 10px 0
}

.ap_header .le-icon {
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: all .3s ease;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #150F55;
    margin: auto 5px auto 0;
    outline: none
}

.ap_header .le-icon .icon-close {
    display: none;
    opacity: 0
}

.ap_header .le-icon.active .icon-leo {
    display: none
}

.ap_header .le-icon.active .icon-close {
    opacity: 1;
    display: block
}

.form-wrapper-wrapl {
    color: #eee;
    width: 300px;
    left: 9.5%;
    position: absolute;
    z-index: 99999;
    background: #1B1464;
    opacity: 0.95;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.form-wrapper-wrapl a {
    color: #eee;
}

.form-wrapper-wrapl .form-wrapperl {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.form-wrapper-wrapl .form-wrapperl.visible {
    height: auto;
    overflow-x: hidden;
    overflow: hidden;
    padding: 10px 0
}

.form-wrapper-wrapl .form-wrapperl input[type=text],
.form-wrapper-wrapl .form-wrapperl input[type=password] {
    height: 35px;
    padding: 0 10px;
    border: 1px solid #eee;
    width: 91%;
    color: #666;
    background: #eee;
}

.form-wrapper-wrapl .form-wrapperl input[type=submit] {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    font-size: 12px;
    color: #eee;
    background-color: #a5a5a533 !important;
    font-family: "wparaby";
    transition: all .6s ease;
}

.form-wrapper-wrapl .form-wrapperl input[type=submit]:hover {
    background-color: #FFCC03 !important;
    transition: all .6s ease;
}

.form-wrapper-wrapl .form-wrapperl label {
    font-family: "wparaby_l";
    font-size: 12px;
    line-height: 35px;
}

.form-wrapper-wrapl .form-wrapperl .user_links {
    width: 100%;
    margin-bottom: 5px;
    height: 45px;
    overflow: hidden;
}

.form-wrapper-wrapl .form-wrapperl .user_links img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 50%;
    float: right
}

.form-wrapper-wrapl .form-wrapperl .user_links strong {
    float: right;
    font-family: "wparaby";
    font-size: 14px;
    line-height: 40px;
}

.io-logout {
    float: right;
    width: 132px;
    margin: 1px;
    padding: 2px;
    text-align: center;
    height: 39px;
    font: 13px/35px wparaby_m;
    border-radius: 3px;
    background-color: #a5a5a533;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-image: url(img/io-logout.png);
}

.io-login {
    float: right;
    width: 132px;
    text-align: center;
    margin: 1px;
    padding: 2px;
    font: 13px/35px wparaby_m;
    height: 39px;
    border-radius: 3px;
    background-color: #a5a5a533;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-image: url(img/io-login.png);
}

.io-login:hover,
.io-logout:hover {
    transition: all 0.5s ease 0s;
    background-color: #FFCC03;
}

.vertical-menu ul {
    width: 100%;
    float: right;
}

.vertical-menu ul li {
    width: 20%;
    float: right;
    margin-bottom: 15px;
    text-align: justify;
}

.vertical-menu ul li a {
    font-family: "wparaby";
    font-size: 15px;
    color: #eee
}

.vertical-menu ul li a::before {
    content: "\f10c";
    font-family: 'FontAwesome';
    color: #eee;
    font-size: 8px;
    float: right;
    line-height: 15px;
    margin-left: 8px;
}

.vertical-menu ul li:hover a::before {
    content: "\f111";
    font-family: 'FontAwesome';
}

.vertical-menu ul li ul li {
    width: 100%;
    float: right;
    margin-bottom: 0;
    line-height: 5px;
}

.vertical-menu ul li ul li a {
    font-family: "wparaby_l";
    font-size: 13px;
    color: #ddd;
    margin-right: 2px;
}

.vertical-menu ul li ul li a::before {
    content: "\f10c" !important;
    font-family: 'FontAwesome';
    color: #ddd !important;
    font-size: 5px;
    float: right;
    line-height: 5px;
    margin-left: 8px;
}

.vertical-menu ul li ul li:hover a::before {
    content: "\f111" !important;
    font-family: 'FontAwesome';
}

.vertical-menu a {
    color: #eee;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.vertical-menu a:hover {
    color: #fff;
}

.ap_menu {
    margin: auto 0 auto auto;
    z-index: 9999;
    position: relative;
    font-size: 16px
}

.ap_menu ul {
    padding: 5px 0px;
    margin: 0;
    list-style: none;
    position: relative;
}

.ap_menu ul li {
    display: inline-block
}

.ap_menu a {
    padding: 0 5px;
    display: block;
    height: 35px;
    font-size: 16px;
    font-family: "wparaby";
    line-height: 35px;
    color: #fff
}

.ap_menu ul ul {
    display: none;
    position: absolute;
    top: 40px;
    background: #1B1464;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.ap_menu ul li:hover>ul {
    animation-name: fadeInDown;
    animation-duration: 0.2s;
    transition: all .2s ease;
    display: inherit
}

.ap_menu ul ul {
    background: #1B1464;
    padding: 10px 5px;
    padding-top: 20px;
    opacity: 0.97;
}

.ap_menu ul ul li {
    width: 200px;
    float: none;
    display: list-item;
    position: relative
}

.ap_menu ul ul li a {
    color: #eee;
    border-right: 3px solid #07070726;
    margin-bottom: 3px;
    font-size: 14px;
    font-family: "wparaby_l";
    transition: all .3s ease;
    height: 35px;
    padding: 0 8px;
    line-height: 35px
}

.ap_menu ul ul li:hover a {
    color: #fff;
    border-right: 3px solid #FFCC03;
    transition: all .3s ease;
}

.ap_menu ul ul ul {
    top: 0;
    right: 200px
}

.ap_menu ul ul ul li {
    position: relative;
    top: 0;
    left: 0
}

.ap_menu li:hover a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.ap_menu li a:after {
    content: "";
    background: url(img/ic/ic_arrow.svg) no-repeat center;
    background-size: 100%;
    width: 8px;
    height: 40px;
    float: left;
    margin-right: 5px
}

.ap_menu li a:only-child:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0
}

.menda .ap_menu ul ul {
    top: 45px;
}

.menda .ap_menu ul ul ul {
    top: 0;
}

.navigation {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #161d27;
    opacity: 0.95;
    z-index: 1001;
    min-width: 350px;
    overflow: auto;
    display: none;
    z-index: 9999;
    box-shadow: -4px 0 16px 3px rgba(0, 0, 0, .18);
    width: 70%;
}

.navigation>nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.navigation .bottomsocial {
    margin: 10px auto;
    margin-bottom: 20px;
}

.navigation .bottomsocial li {
display: inline-block;
  padding: 8px;
  margin-left: 2px;
  text-align: center;
  transition: all .6s ease;
  background: #fff !important;
  border-radius: 4px;
}

.navigation .bottomsocial li .ap-icon {
    transition: all .6s ease;
    width: 20px;
    height: 20px;
    display: block
}

.navigation .bottomsocial li .ap-icon i {
    font-size: 16px;
    color: #ccc;
}

.navigation .bottomsocial li:hover {
    transition: all .6s ease;
    background: #99a8b61f;
}

.navigation.open {
    display: block
}

.navigation-button {
    text-align: left;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    cursor: pointer;
    background: rgba(0, 0, 0, .08);
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.navigation-button .ic_menu {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/ic/ic_close.svg);
    width: 30px;
    height: 30px
}

.navigation-heading {
    margin: 0;
    padding: 10px
}

#sidebmenu {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#sidebmenu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box
}

#sidebmenu ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #1e283f8c;
    list-style: none;
    line-height: 1;
    display: block;
    transition: all .3s ease;
    position: relative;
    box-sizing: border-box
}

#sidebmenu ul li:hover {
    background: rgba(255, 255, 255, .08);
    transition: all .3s ease;
}

#sidebmenu ul li a {
    color: #fff;
    margin: 0;
    padding: 10px;
    font-family: wparaby_m;
    font-size: 14px;
    padding-right: 15px;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box
}

#sidebmenu ul ul {
    display: none
}

#sidebmenu>ul>li.active>ul {
    display: block
}

.align-right {
    float: right
}

#sidebmenu>ul>li>a {
    padding: 15px;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#sidebmenu>ul>li>a:hover {
    opacity: .9
}

#sidebmenu ul>li.menu-item-has-children>a:after {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 13px;
    z-index: 5;
    display: block;
    height: 11px;
    width: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

#sidebmenu ul>li.menu-item-has-children>a:before {
    position: absolute;
    left: 15px;
    top: 18px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

#sidebmenu ul>li.menu-item-has-children.open>a:after,
#sidebmenu ul>li.menu-item-has-children.open>a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#sidebmenu ul ul li a {
    padding: 10px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 13px;
    text-decoration: none;
    background: rgba(73, 80, 90, .12);
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#sidebmenu ul ul ul li a {
    padding-left: 32px
}

#sidebmenu ul ul li a:hover {
    opacity: .8
}

#sidebmenu ul ul>li.menu-item-has-children>a:after {
    top: 16px;
    left: 20px;
    background: #ddd
}

#sidebmenu ul ul>li.menu-item-has-children>a:before {
    top: 20px;
    background: #ddd
}

.navigation .ap-am {
    width: 100%;
    text-align: center;
    float: none;
    margin: 5px 0;
}

.navigation .ap-am b {
    width: 46%;
    margin: 0 1%;
    background: #ffffff21;
    font-size: 11px;
}

.navigation .ap-am b i {
    display: none;
}

.navigation h3 {
    width: 100%;
    text-align: right;
    margin: 0px 15px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #fff;
    font-family: wparaby;
}

.navigation form {
    margin: 0 auto;
    width: 94%;
}

.navigation input[type="search"] {
    background: #ffffff21;
    width: 96% !important;
    border: none !important;
    box-shadow: none !important;
    height: 30px;
    font-size: 12px;
}

.navigation .search-button {
    display: none;
}

.top-header {
    background-color: #f8f8f8;
    padding: 10px 0;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left,
.header-right {
    flex: 1;
}

.categories,
.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.categories li,
.social-links li {
    margin-right: 15px;
}

.categories a,
.social-links a {
    text-decoration: none;
    color: #333;
}

.categories a:hover,
.social-links a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .top-header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .bannerads {
        display: none;
    }

    .categories,
    .social-links {
        flex-direction: column;
    }

    .categories li,
    .social-links li {
        margin-bottom: 10px;
    }
}

.ap_slider {
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    height: 350px
}

.ap_slider:hover .polist .arrow {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.ap_slider .polist.slick-initialized {
    display: block
}

.ap_slider .polist.slick-initialized .item:nth-child(1n+2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ap_slider .polist .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.ap_slider .polist .item:nth-child(1n+2) {
    display: none
}

.ap_slider .polist .item .thumbnail {
    width: 62%;
    height: 350px
}

.ap_slider .polist .item .det {
    width: 35%;
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    margin: 10px 2%
}

.ap_slider .polist .item .det h3 {
    margin: 10px 0 20px;
    position: relative;
    line-height: 1.5
}

.ap_slider .polist .item .det h3 a {
    font-family: wparaby;
    font-size: 20px;
    font-weight: normal;
    color: #1B1464;
}

.ap_slider .polist .item .det h3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #1B1464;
    right: -10%;
    width: 16px
}

.ap_slider .polist .item .det .time {
    font-size: .8rem;
    color: #626262;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ap_slider .polist .item .det .time .ap-clock {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px
}

.ap_slider .polist .item .det .time span {
    margin: auto 0
}

.ap_slider .polist .item .det p {
    color: #626262;
    line-height: 1.6;
    margin: 10px 0;
    font-family: "wparaby_l";
    text-align: justify;
    font-size: 13px
}

.ap_slider .polist .slick-dots {
    top: 10px;
    margin: auto;
    position: absolute;
    width: 0;
    right: 10px;
    text-align: center
}

.ap_slider .polist .slick-dots li {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-bottom: 5px;
    width: 15px;
    text-align: center
}

.ap_slider .polist .slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: medium;
    font-size: 0
}

.ap_slider .polist .slick-dots li.slick-active {
    background: #FFCC03
}

.ap_slider .polist .slick-dots li.slick-active button {
    color: #fff
}

.ap_slider .polist .arrow {
    background-color: #1B1464;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 38%;
    z-index: 99;
    overflow: hidden;
    border-radius: 5px;
}

.ap_slider .polist .arrow:hover {
    background-color: #FFCC03;
}

.ap_slider .polist .arrow.button-next {
    bottom: 35px;
    background-image: url(img/ic/left-arrow.svg);
    background-size: 50%;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center
}

.ap_slider .polist .arrow.button-prev {
    bottom: 80px;
    background-image: url(img/ic/right-arrow.svg);
    background-size: 50%;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center
}

@media only screen and (max-width:768px) {
    .ap_slider .polist .item {
        display: block;
        position: relative
    }

    .ap_slider .polist .item .thumbnail {
        width: 100%;
        height: 300px
    }

    .ap_slider .polist .item .det {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin: 0;
        padding: 15px;
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.63) 0, rgba(30, 30, 30, 0) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0, rgba(30, 30, 30, 0) 100%)
    }

    .ap_slider .polist .item .det h3 {
        color: #fff;
        margin: 0
    }

    .ap_slider .polist .item .det h3:after {
        display: none
    }

    .ap_slider .polist .item .det p {
        display: none
    }

    .ap_slider .polist .arrow {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

    .ap_slider .polist .arrow.button-prev {
        bottom: auto;
        top: 5px;
        left: 40px
    }

    .ap_slider .polist .arrow.button-next {
        bottom: auto;
        top: 5px;
        left: 5px
    }
}

.marquee {
    padding: 0;
    height: 35px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.marquee .t {
    z-index: 999;
    top: 0;
    padding: 0 10px;
    background: #1B1464;
    float: right;
    position: absolute;
    color: #fff
}

.marquee .t h3 {
    padding: 5px;
    height: 35px;
    font-size: 1rem;
    font-family: "wparaby";
    line-height: 25px;
    text-align: center;
    position: relative;
    white-space: nowrap
}

.news-icon {
    cursor: pointer;
    text-align: right;
    color: #fff;
    background: #1B1464;
    outline: none;
    float: right;
    width: 25px;
    height: 35px;
    z-index: 999;
    line-height: 35px;
    padding-right: 8px;
}

.news-icon i {
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}

.news-icon .icon-close {
    display: none;
    opacity: 0
}

.news-icon.active .icon-news {
    display: none
}

.news-icon.active .icon-close {
    opacity: 1;
    display: block
}

.form-wrapper-wrapne {
    position: absolute;
    width: 1270px;
    right: 14%;
}

.form-wrapper-wrapne .form-wrapperne {
    width: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.form-wrapper-wrapne .form-wrapperne.visible {
    overflow-x: hidden;
    overflow: hidden;
    background: #fff;
    width: auto;
    height: 35px;
    line-height: 35px;
}

.ap-am {
    width: auto;
    position: relative;
    float: right;
    margin-left: 20px;
}

.ap-am b {
    color: #ebebeb;
    float: left;
    font-family: "wparaby_l";
    margin-left: 5px;
    font-size: 12px;
    height: 26px;
    display: inline-block;
}

.ap-am b span {
    color: #ebebeb;
    font-family: "wparaby_l";
    font-size: 11px;
    margin-right: 5px;
    margin-left: 10px;
    text-align: center;
    height: 26px;
    display: inline-block;
    line-height: 26px;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.thumbslider {
    clear: both;
    position: relative;
    float: none;
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

.thumbslider .postslid {
    overflow: hidden;
    display: none;
}

.thumbslider .postslid.slick-initialized {
    display: block;
}

.thumbslider .postslid .item {
    position: relative;
}

.thumbslider .postslid .item .det {
    z-index: 4;
    padding: 10px 25%;
    float: right;
    width: 100%;
    position: absolute;
    bottom: 100px;
    text-align: center;
}

.thumbslider .postslid .item .det h2 {
    line-height: 40px;
    text-align: center;
    margin: 20px auto;
}

.thumbslider .postslid .item .det h2 a {
    font-size: 30px;
    font-family: "wparaby";
    color: #fff;
    font-weight: normal;
}

.sliddate {
    color: #fff;
    font-family: "wparaby_l";
    font-size: 14px;
}

.slidcat {
    margin-top: 15px;
}

.slidcat a {
    color: #fff;
    font-family: "wparaby_l";
    font-size: 12px;
    background: #FFCC03;
    padding: 0 5px;
    border-radius: 3px;
}

.thumbslider .postslid .item .thumbnail {
    float: right;
    width: 101%;
    height: 500px;
    position: relative;
    display: block;
    overflow: hidden;
    background-size: 50%;
    text-indent: 0;
    position: relative;
}

.thumbslider .postslid .item .thumbnail::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80%;
    background: #000;
    background: -webkit-linear-gradient(bottom, #000, transparent);
}

.thumbslider .postslid .item .thumbnail img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.99;
    transform: scale(1.1);
}

.thumbslider .postslid .item.slick-active img {
    transform: scale(1, 1);
}

.thumbslider .postslid .item.slick-active .det h2 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.thumbslider .slider-nav {
    z-index: 9;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 80%;
}

.thumbslider .slider-nav .navlist {
    position: relative;
    display: none;
    padding: 0 10%;
    min-height: 100px;
}

.thumbslider .slider-nav .navlist.slick-initialized {
    display: block;
}

.thumbslider .slider-nav .navlist .slick-track {
    display: flex !important;
}

.thumbslider .slider-nav .navlist .slick-slide {
    height: inherit !important;
}

.thumbslider .slider-nav .navlist .itemm {
    border-bottom: 5px solid #0e0e0e00;
    padding: 15px 5px;
    min-height: 100px;
    cursor: pointer;
    transition: all .6s ease;
}

.thumbslider .slider-nav .navlist .itemm h2 {
    font-weight: normal;
    text-align: right;
    line-height: 20px;
    margin-top: 5px;
}

.thumbslider .slider-nav .navlist .itemm h2 a {
    color: #fff;
    font-size: 14px;
    font-family: "wparaby_m";
}

.thumbslider .slider-nav .navlist .itemm .sliddate {
    color: #fff;
    font-family: "wparaby_l";
    font-size: 12px;
}

.thumbslider .slider-nav .navlist .itemm:hover {
    border-bottom: 5px solid #FFCC03;
    transition: all .3s ease;
}

.thumbslider .slider-nav .navlist .itemm.slick-current {
    border-bottom: 5px solid #FFCC03;
}

.thumbslider .slider-nav .slick-arrow {
    position: absolute;
    z-index: 99;
    cursor: pointer;
    text-align: center;
}

.thumbslider .slider-nav .slick-arrow.button-next {
    top: 25px;
    background: #ffffff40;
    left: 0;
    width: 25px;
    height: 50px;
    line-height: 55px;
    color: #ccc;
    font-size: 16px;
    transition: all .6s ease;
    border-radius: 0 3px 3px 0;
}

.thumbslider .slider-nav .slick-arrow.button-prev {
    top: 25px;
    background: #ffffff40;
    transition: all .6s ease;
    right: 0;
    width: 25px;
    height: 50px;
    line-height: 55px;
    color: #ccc;
    font-size: 16px;
    border-radius: 3px 0 0 3px;
}

.thumbslider .slider-nav .slick-arrow.button-prev:hover,
.thumbslider .slider-nav .slick-arrow.button-next:hover {
    color: #fff;
    transition: all .3s ease;
    background: #FF8000;
}

.marquee .mframe {
    float: right;
    width: 100%;
}

.marquee-frame {
    padding: 0 !important;
    overflow: hidden;
}

.marquee-frame p {
    height: 35px;
    margin-right: -1200px;
    line-height: 1.5;
    font-size: 1em;
    direction: rtl
}

.marquee-frame span {
    margin: auto 0;
}

.marquee-frame span a {
    padding: 7px;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 -5px
}

.marquee-frame .time {
    margin: 0 5px;
    font-size: 12px;
    transition: all .4s ease;
    background: #eee;
    padding: 1px 5px;
    text-align: center;
    border-radius: 3px;
}

.marquee-frame span:hover .time {
    color: #eee;
    background: #1B1464;
    transition: all .4s ease;
}

.breaking ul {
    padding-right: 100px;
    height: 35px;
    line-height: 1.5;
    font-size: 1em;
    direction: rtl
}

.breaking ul a {
    padding: 7px;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 -5px
}

.marquee-hadis {
    margin: auto 100px;
    padding: 3px;
}

.marquee-hadis a {
    padding: 7px;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 -5px
}

.marbi .marquee {
    margin-top: 0;
}


.ap_tabs {
    margin-bottom: 15px
}

.ap_tabs .tab_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.ap_tabs .tab_header:after {
    content: "#";
    color: #e7e6e6;
    font-size: 56px;
    position: absolute;
    right: -3px;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ap_tabs .tab_header .hash {
    color: #1B1464;
    padding: 15px;
    font-size: 1.2rem;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0
}

.ap_tabs .tab_header ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto
}

.ap_tabs .tab_header ul li span {
    font-size: 1.1rem;
    display: block;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    padding: 10px 22px;
    margin: 10px 5px;
    border-radius: 50px;
    cursor: pointer
}

.ap_tabs .tab_header ul li.active span {
    background: #1B1464;
    color: #fff
}

.ap_tabs .inn .ap-ring {
    margin: auto;
    display: none
}

.ap_tabs .inn .polist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px
}

.ap_tabs .inn .polist .item {
    position: relative;
    width: calc(100% * 1/4 - 15px);
    margin-left: 15px;
    margin-bottom: 15px
}

.ap_tabs .inn .polist .item .thumbnail {
    height: 140px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.ap_tabs .inn .polist .item .det {
    padding: 10px;
    z-index: 9;
    z-index: 4
}

.ap_tabs .inn .polist .item .det h2 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-right: -15px;
    padding-right: 10px
}

.ap_tabs .inn .polist .item .det .time {
    font-size: .7rem;
    color: #626262;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.ap_tabs .inn .polist .item .det .time .ap-clock {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px
}

.ap_tabs .inn .polist .item .det .time span {
    margin: auto 0
}

@media only screen and (max-width:768px) {
    .ap_tabs .tab_header {
        display: block;
        text-align: center
    }

    .mn-icon {
        display: none;
    }

    .ap_tabs .tab_header .hash {
        position: relative
    }

    .ap_tabs .tab_header ul {
        white-space: nowrap;
        overflow-x: visible;
        overflow-y: hidden
    }

    .ap_tabs .inn .polist {
        display: block;
        margin: 0
    }

    .ap_tabs .inn .polist .item {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.breadcrumb {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px 10px;
    height: auto;
    overflow: hidden;
}

.breadcrumb>* {
    display: inline-block
}

.breadcrumb>*.arrow.button-next {
    width: 17px;
    height: 8px;
    display: inline-block;
    background-image: url(img/ic/ic_arrowd.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center
}

.breadcrumb>*.arrow.button-nextt {
    width: 17px;
    height: 8px;
    display: inline-block;
    background-image: url(img/ic/ic_arrowd.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center
}


.breadcrumb a {
    color: #222;
}



.breadcrumb li {
    float: left;
    height: 18px;
    color: #fff;
    font-size: 12px;
    font-family: 'wparaby_l';
    margin-right: 10px;
    background: #1B1464;
    padding-left: 5px;
    line-height: 19px;
}

.breadcrumb li span {
    font-size: 12px;
    color: #1B1464;
    background: #fff;
    margin-left: 5px;
    padding: 0 5px;
}

.sended_commnet {
    margin-top: 10px;
    background-position-y: 33px;
}

.sended_commnet .date_code {
    float: none;
    color: #a0a0a0;
}

.in-login {
    width: 100%;
    height: auto;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #e9e9e973;
    padding: 0 10px;
}

.cm_wrapper {
    width: 100%;
    height: auto;
    padding: 15px;
    padding-top: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: inline-block;
}


#comments {
    margin-top: 50px;
}

#comments .ttit b {
    font-family: "wparaby_m";
    color: #1B1464;
    margin-top: 15px;
    float: left;
    font-size: 13px;
    line-height: 15px;
    height: 15px;
    font-weight: normal;
    border-right: 3px solid #FFCC03;
    margin-right: 10px;
    padding-right: 10px;
}

#comments .ttit b:last-child {
    border: none !important;
}

ul.commentlist {
    display: block;
    margin: 0px;
    position: relative;
}

ul.commentlist li {
    display: block;
    margin: 0px 0px 15px 0px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
}

ul.commentlist li .top_cm {
    display: block;
    height: 60px;
    width: 100%;
    padding: 3px 0;
}

ul.commentlist li ul li {
    display: block;
    margin: 0px 0px 5px 0px;
    border: #efefef 1px solid;
}

ul.commentlist li ul li .top_cm {
    display: block;
    height: 28px;
    background-color: #FAFAFA;
}

.top_cm .avatar {
    float: right;
    margin: 1px 4px 0 8px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.top_cm .avatar img {
    border: 7px solid #fff;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
}

.com_da {
    background: #eeeeee70;
    width: 96%;
    margin-right: 30px;
    height: 35px;
    margin-top: 9px;
}

.com_da span {
    background: #fff;
    margin: 6px 0;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    width: auto;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #999;
}

ul.commentlist>ul.children {
    margin: 0px 40px 5px 0px;
}

ul.commentlist>ul.children li .top_cm .avatar img {
    border: 7px solid #fff0;
}

ul.commentlist>ul.children li .com_da {
    background: #35353536;
}

ul.commentlist>ul.children li .com_da span {
    background: #fff;
}


.top_cm p {
    font-family: wparaby_m;
    font-size: 14px;
    color: #0b0e5f;
    line-height: 35px;
    margin: 0px 5px;
    width: 100%;
    display: block;
}

.top_cm b {
    font-family: wparaby_m;
    font-size: 10px;
    color: #3f4053;
    line-height: 15px;
    margin: 0px 5px;
    width: 100%;
    display: block;
    font-weight: normal;
}

.comment-edit-link {
    font-family: wparaby_m;
    font-size: 10px;
    color: #3f4053;
    line-height: 15px;
    margin: 0px 5px;
    display: block;
    font-weight: normal;
}

.comment_box {
    display: block;
    text-align: justify;
    position: relative;
    padding: 10px;
    font-family: wparaby_l;
    font-size: 12px;
    color: #828282;
    height: auto;
    overflow: hidden;
}

.comment_box p {
    font-family: wparaby_l;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}

.replay_cm a {
    border-radius: 3px;
    display: inline-block;
    font-family: "wparaby_m";
    font-size: 11px;
    color: #999;
    height: 23px;
    line-height: 23px;
    position: relative;
    overflow: hidden;
    width: auto;
    padding: 0 5px;
    transition: all .6s ease;
    float: left;
}

.replay_cm a:hover {
    color: #FFCC03;
    transition: all .6s ease;
}

.respond-detile {
    width: 96%;
    max-width: 96%;
    max-height: 50%;
    height: auto;
    padding: 15px;
    margin: 0px auto;
    overflow: hidden;
    color: #888;
    background: #fcfcfc;
    margin-bottom: 7px;
}

ul.respond-detile {
    margin-bottom: 20px;
    color: #999;
    line-height: normal;
}

ul.respond-detile li {
    font-size: 11px;
    font-family: 'wparaby_l';
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

.comments-area .comments_header {
    padding: 10px;
    background: #f3f3f3;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.comments-area .comments_header h5 {
    margin: auto 15px;
    font-size: 1rem;
    font-weight: 200
}

.comments-area .comments_header .ap-icon {
    margin: auto 0;
    width: 20px;
    height: 20px
}

.comments-area .comments_body {
    padding: 15px
}

.is-invalid {
    border-bottom: 1px red solid !important;
    box-shadow: 0 1px 0 0 red !important
}

.text-danger {
    color: red;
    font-size: 11px
}

.fn {
    margin-right: 0
}

.vote-counter {
    height: 25px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: .7rem;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 10px
}

.comment-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto
}

.comment-action .ap-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.comment-action span {
    cursor: pointer
}

.comment-action i {
    width: 20px;
    height: 20px;
    display: block
}

.action-text {
    font-size: 12px;
    font-weight: 700
}

.un-like-btn {
    padding: 8px;
    cursor: pointer;
    border: 0;
    background: 0 0
}

.un-like-btn:hover {
    background: #f3f3f3
}

.mr-auto {
    margin-right: auto
}

.mr-auto>* {
    color: #1B1464;
    padding: 0 10px;
    font-size: .7rem
}

.comment-respond {
    position: relative;
    padding: 15px
}

.comment-respond .logged-in-as {
    padding: 10px
}

.comment-respond h3.comment-reply-title {
    font-size: 1rem;
    padding: 10px;
    background: #f3f3f3
}

.comment-field-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    position: relative;
    width: calc(50% - 25px);
    margin-left: 20px;
    float: right
}

.comment-form-url {
    padding-left: 0;
    padding-right: 0
}

.comment-respond .required {
    position: absolute;
    left: 5px;
    top: 5px;
    color: red
}

.text-secondary {
    color: #6c757d !important
}

.text-secondary span {
    margin-bottom: 10px;
    display: inline-block
}

.alert-box {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px
}

.ajax-success {
    color: #270;
    background-color: #dff2bf
}

.ajax-error {
    color: #d8000c;
    background-color: #ffbaba
}

.btn-submit {
    font-family: wparaby_l;
    text-decoration: none;
    color: #000;
    background-color: #f3f3f3;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.comment-form-cookies-consent {
    width: 100%;
    overflow: hidden;
}

.comment_ta {
    font-family: wparaby_m;
    font-size: 14px;
    color: #1B1464;
    line-height: 35px;
    margin: 10px 0;
    width: 100%;
    display: block;
    background: #eee;
    padding: 5px 10px;
    border-radius: 3px;
}

.character-counter {
    float: right;
    width: 100%;
    font-size: 12px;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    width: 40%;
    position: relative;
    margin: 10% auto;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    font-family: wparaby_l;
}

.modalDialog h2 {
    color: #1B1464;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-family: "wparaby";
}

.modalDialog p {
    font-family: "wparaby_m";
    font-size: 13px;
    padding: 3px 0;
    color: #1B1464;
}

.modalDialog ul {
    padding: 10px 18px;
}

.modalDialog ul li {
    transition: all .2s ease;
    list-style: outside disc;
    list-style-image: none;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    list-style-image: none;
}

.closed {
    color: #fff;
    position: absolute;
    margin-top: -45px;
    font-size: 35px;
    right: 5px;
    transition: all 0.3s ease-in-out;
    background: #1B1464;
    width: 30px;
    border-radius: 3px 3px 0 0;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.closed:hover,
.closed:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    background: #FFCC03;
    color: #fff;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.modalsubmit {
    width: auto;
    padding: 3px 10px;
    height: 30px;
    margin: 5px auto;
    font-size: 14px;
    color: #fff;
    background: #1B1464;
    border: none;
    font-family: "wparaby_m";
    border-radius: 3px;
}

.modalsubmit:hover {
    background: #FFCC03;
    transition: all .6s ease;
}

.accordion {
    background-color: #eeeeee80;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 98%;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: right;
    font-family: "wparaby_m";
    border: none;
    outline: none;
    transition: all .4s ease;
}

.accordion:hover {
    background-color: #eee;
    transition: all .4s ease;
}

.panel {
    padding: 10px 18px;
    display: none;
    overflow: hidden;
    line-height: 20px;
    transition: all .2s ease;
    font-size: 12px;
    font-family: "wparaby_l";
}

.panel ul li {
    transition: all .2s ease;
    list-style: outside disc;
    list-style-image: none;
    list-style-image: none;
}

.accordion:after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #777;
    float: right;
    line-height: 20px;
    margin-left: 5px;
}

.accordion.active::after {
    content: '\f077';
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #777;
    float: right;
    line-height: 20px;
    margin-left: 5px;
}

.tags-links {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}

.im-tag-title {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-family: wparaby;
    font-size: 13px;
    float: right;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
}

.im-tag-title .fa {
    color: #fff;
    background-color: #1B1464;
    margin-left: 8px;
    display: block;
    float: right;
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    width: 30px;
    padding: 0 3px;
    text-align: center;
}

.im-tag-items {
    display: block;
}

.im-tag-items a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #999;
    display: inline-block;
    margin-left: 1px;
    margin-bottom: 3px;
    padding: 0 10px;
    min-height: 27px;
    line-height: 27px;
    font-family: wparaby_m;
    font-size: 13px;
    transition: all .6s ease;
}

.im-tag-items a:hover {
    background-color: #FFCC03;
    color: #fff;
    transition: all .6s ease;
}

.im-meta-item .im-tag-items a {
    color: rgba(0, 0, 0, 0.35);
}

.jmb_banner,
.bnr_thumb,
.bnr_post {
    margin: 10px auto;
    text-align: center
}

.jmb_banner img,
.bnr_thumb img,
.bnr_post img {
    max-width: 100%;
    height: auto
}

.ap-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px
}

.ap-single .single-main {
    width: calc(77.777777% - 15px);
    top: 0;
    float: right
}

.ap-single .single-main .post-header h1.post-title {
    line-height: 1.5;
    margin-bottom: 15px
}

.ap-single .single-main .post-header h1.post-title a {
    font-family: "wparaby";
    color: #1B1464;
    font-size: 22px;
}

.ap-single .single-main .post-header .lead {
    padding: 15px 10px;
    text-align: justify;
    line-height: 25px;
    background: #eee;
    margin-bottom: 15px;
    font-family: "wparaby_m";
    color: #1B1464;
    font-size: 14px;
    margin-bottom: 15px
}

.ap-single .single-main .post-header .post-media {
    margin-bottom: 15px
}

.ap-single .single-main .post-header .post-media .thumbnail {
    height: auto
}

.ap-single .single-main .post-entry .thumbnail-small {
    width: 250px;
    overflow: hidden;
    position: relative;
    display: block;
    text-indent: 0;
    height: auto;
    position: relative;
    float: left;
    margin-right: 20px;
}

.ap-single .single-main .post-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    margin-bottom: 15px
}

.ap-single .single-main .post-entry .post-content {
    width: 100%
}

.ap-single .single-main .post-entry .post-controll {
    z-index: 999;
    padding-left: 15px
}

.ap-single .single-main .post-entry .post-controll .inn {
    position: sticky;
    position: -webkit-sticky;
    top: 70px
}

.ap-single .single-main .post-entry .post-controll .inn .post-icons,
.ap-single .single-main .post-entry .post-controll .inn .post-share {
    border: 1px solid #d3d3d369;
    background-color: #ffffff;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.ap-single .single-main .post-entry .post-controll .inn .post-icons li,
.ap-single .single-main .post-entry .post-controll .inn .post-share li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    margin: 3px;
}

.ap-single .single-main .post-entry .post-controll .inn .post-icons li:last-child,
.ap-single .single-main .post-entry .post-controll .inn .post-share li:last-child {
    border: 0
}

.ap-single .single-main .post-entry .post-controll .inn .post-icons li:hover,
.ap-single .single-main .post-entry .post-controll .inn .post-share li:hover {
    transition: all 0.5s ease 0s;
    background: #eee
}

.ap-single .single-main .post-entry .post-controll .inn .post-icons li a,
.ap-single .single-main .post-entry .post-controll .inn .post-share li a {
    color: #666;
    font-size: 20px;
    display: block;
    border-radius: 10px;
}

.ap-single .single-main .post-entry .post-controll .inn .post-icons li.plus,
.ap-single .single-main .post-entry .post-controll .inn .post-share li.plus {
    font-size: 1.4rem
}

.ap-single .single-main .post-entry .post-controll .inn .post-icons li .ap-icon,
.ap-single .single-main .post-entry .post-controll .inn .post-share li .ap-icon {
    width: 50px;
    height: 50px;
    display: block;
    background-size: 50%
}

.ap-single .single-main .post-entry .post-controll .inn .post-share {
    border: 1px solid #ffff;
    margin-bottom: 15px
}

.ap-single .single-main .post-entry .post-controll::before {
    display: none;
    content: "\f1de";
    font-family: 'FontAwesome';
    color: #666;
    font-weight: normal;
    font-size: 25px;
    float: left;
    line-height: 35px;
    margin-left: -36px;
    margin-top: 0px;
    background: #fff;
    padding-right: 5px;
    padding-left: 9px;
    border-radius: 5px 0 0 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.post-info {
    width: 100%;
    margin: 15px 0 0 0;
    overflow: hidden;
}

.post-info li {
    background-color: rgba(0, 0, 0, 0.1);
    color: #999;
    display: block;
    font-family: wparaby_m;
    font-size: 13px;
    float: right;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
}

.post-info li a {
    font-family: wparaby_m;
    color: #999;
    font-size: 13px;
}

.post-info li span {
    font-family: wparaby;
    color: rgba(0, 0, 0, 0.5);
}

.post-info li .fa {
    color: #fff;
    background-color: #1B1464;
    margin-left: 8px;
    display: block;
    float: right;
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    width: 30px;
    padding: 0 3px;
    text-align: center;
    border-radius: 4px;
}

.ap-single .single-main .post-entry .post-info .time {
    color: #828282
}

.ap-single .single-main .post-entry .post-info .time .ap-clock {
    width: 12px;
    height: 12px;
    display: inline-block
}

.ap-single .single-sidebar {
    width: calc(33.333% - 15px);
    margin-right: 15px;
    top: 0
}

.ap-single .single-sidebar>div:last-child {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    z-index: 9;
    margin-bottom: 0
}

@media only screen and (max-width:768px) {
    .ap-single {
        display: block
    }

    .mn-icon {
        display: none;
    }

    .ap-single .single-main {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        float: none
    }

    .ap-single .single-main .post-header h1.post-title {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600
    }

    .ap-single .single-main .post-header .post-media .thumbnail {
        height: auto
    }

    .ap-single .single-main .post-entry {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .ap-single .single-sidebar {
        width: 100%;
        margin-right: 0
    }
}

@media print {
    .ap_header {
        position: relative
    }

    .ap-single .single-main {
        width: 100%
    }

    .ap-single .single-main .post-entry .post-content {
        width: 100%
    }

    .ap-single .single-main .post-entry .post-controll {
        display: none
    }

    .ap-single .single-sidebar {
        display: none
    }

    .go-top {
        display: none
    }
}

.news_body {
    margin-bottom: 15px;
}

.news_body .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news_body .list .item {
    width: calc(100% * 1/2 - 8px);
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.news_body .list .item:nth-last-child(-n+2) {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.news_body .list .item .thumbnail {
    width: 45%;
    height: 110px
}

.news_body .list .item .det {
    width: 55%;
    padding: 5px 9px 1px 2px;
}

.news_body .list .item .det h2 {
    font-size: 16px;
    transition: all .6s ease;
    font-family: "wparaby";
    line-height: 1.5;
}

.news_body .list .item .det h2 a {
    color: #1B1464;
    transition: all .6s ease;
}

.news_body .list .item .det .roti {
    margin: 0px
}

.news_body .list .item .det p {
    display: none;
}

.news_body .lists {
    padding: 15px 10px;
    padding-bottom: 5px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.news_body .list .item:nth-child(2) {
    margin-right: 15px;
}

.news_body .list .item:nth-child(4) {
    margin-right: 15px;
}

.news_body .list .item:nth-child(6) {
    margin-right: 15px;
}

.news_body .list .item:nth-child(8) {
    margin-right: 15px;
}



.ap-archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px
}

.ap-archive .archive-main {
    width: calc(67.7777% - 15px);
    top: 0;
    -webkit-align-self: self-start;
    -ms-flex-item-align: self-start;
    align-self: self-start
}

.ap-archive .archive-main .archive-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ap-archive .archive-main .archive-head .ttit {
    margin: 5px 10px 5px 10px;
}

.ap-archive .archive-main .archive-head .arch-layout {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin: auto 5px;
    cursor: pointer
}

.ap-archive .archive-main .archive-body .items {
    padding: 0px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ap-archive .archive-main .archive-body .items .item {
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    position: relative
}

.ap-archive .archive-main .archive-body .items .item .det h2 {
    font-size: 17px;
    font-family: "wparaby";
    line-height: 1.5;
    margin-bottom: 10px
}

.ap-archive .archive-main .archive-body .items .item .det h2 a {
    color: #1B1464;
}

.ap-archive .archive-main .archive-body .items .item .det .roti {
    margin: 0px
}

.ap-archive .archive-main .archive-body .items .item .det p {
    color: #626262;
    line-height: 1.5;
    margin: 10px 0;
    font-size: 13px
}

.ap-archive .archive-main .archive-body .items .item .det .time {
    font-size: .6rem;
    color: #626262;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ap-archive .archive-main .archive-body .items .item .det .time .ap-clock {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px
}

.ap-archive .archive-main .archive-body .items .item .det .time span {
    margin: auto 0
}

.ap-archive .archive-main .archive-body .items.list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative
}

.ap-archive .archive-main .archive-body .items.list .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.ap-archive .archive-main .archive-body .items.list .item .thumbnail {
    width: 35%;
    height: 150px
}

.ap-archive .archive-main .archive-body .items.list .item .det {
    width: 65%;
    padding: 10px
}

.ap-archive .archive-main .archive-body .items.grid {
    margin-left: -15px
}

.ap-archive .archive-main .archive-body .items.grid .item {
    display: block;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 15px;
    width: calc(100% * 1/3 - 15px);
    margin-left: 15px
}

.ap-archive .archive-main .archive-body .items.grid .item:nth-last-child(-1n+2) {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.ap-archive .archive-main .archive-body .items.grid .item .thumbnail {
    width: 100%;
    height: 150px;
    margin-bottom: 10px
}

.ap-archive .archive-main .archive-body .items.grid .item .det {
    padding: 0 10px
}

.ap-archive .archive-main .archive-footer {
    padding: 15px;
    border-top: 1px solid #f3f3f3;
    text-align: center
}

.ap-archive .archive-sidebar {
    width: calc(33.333% - 15px);
    margin-right: 10px;
    top: 0
}

.ap-archive .archive-sidebar>div:last-child {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    z-index: 9
}

.ap-page {
    width: 100%;
    margin: auto;
    margin-bottom: 15px
}

.ap-page .page-header {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
    text-align: center
}

.ap-page .page-header h1.page-title {
    font-size: 1.5rem;
    border-bottom: 2px solid #1B1464;
    display: inline-block;
    padding: 0 15px 15px;
    margin-bottom: -1px
}

.ap-page .page-main {
    background: #fff;
    border-radius: 10px;
    padding: 15px
}

.sec_one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px
}

.sec_one .main_content {
    width: 70%;
    top: 0;
    padding-left: 5px;
}

.sec_one .main_content .inn_top {}

.sec_one .main_content .inn_top>.inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: sticky;
    position: -webkit-sticky;
    top: 70px
}

.sec_one .main_sidebar {
    width: calc(30% - 15px);
    margin-right: 15px;
    top: 0
}

.sec_one .main_sidebar>div:last-child {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    z-index: 9;
    margin-bottom: 0
}

.main-news {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.main-news .polist {
    padding-right: 0px;
    margin-right: 0px;
    height: auto
}

.main-news .polist .item {
    margin-bottom: 15px;
    position: relative
}

.main-news .polist .item .thumbnail {
    height: 210px;
}

.main-news .polist .item .det h2 {
    font-size: 1.3rem;
    line-height: 1.5
}

.main-news .polist .item .det p {
    color: #808080;
    line-height: 1.5;
    margin: 10px 0;
    text-align: justify;
    font-size: 13px;
}

.main-news .polist .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-news .polist .item .thumbnail {
    width: 33%;
    height: 150px
}

.main-news .polist .item .det {
    width: 71%;
    padding: 14px
}

.main-news .polist .item .det h2 {
    font-size: 1rem;
    font-weight: 600
}

.main-news .polist .item {
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative
}

.main-news .polist .item .det {}

.main-news .polist .item .det h2 {
    font-size: 16px;
    font-family: "wparaby";
    font-weight: 600
}

.main-news .polist .item .det h2 a {
    color: #1B1464;
}

.main-news .polist .item:last-child {
    border: 0;
    margin: 0
}

.main_fixed {
    width: 25%;
    position: relative;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.main_fixed .sidebar-content {
    font-family: "wparaby_l";
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative
}

.itemm {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.itemm:last-child {
    padding-bottom: 0;
    border: 0
}

.itemm .thumbnail {
 
    
}

.main_sidebar .itemm .thumbnail {
    height: 200px
}

.itemm .det {
    padding: 10px
}

.itemm .det h2 {
    font-size: 14px;
    line-height: 1.5;
    text-align: right
}

.itemm .det h2 a {
    font-family: "wparaby";
    color: #1B1464;
}

.wi_n {}

.wi_n:last-child {
    border-bottom: 0
}

.wi_n .wi_title {
    padding: 0;
    color: #1B1464;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #f3f3f3
}

.wi_n .wi_title h4 {
    position: relative;
    font-size: 1.1rem
}

.wi_n .wi_title h4 a {
    color: #1B1464;
    border-bottom: 2px solid;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: -2px
}

.wi_n .time {
    font-size: .7rem;
    color: #626262;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.wi_n .time .ap-clock {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px
}

.wi_n .time span {
    margin: auto 0
}

.wi_n_one {
    margin-bottom: 15px;
}

.wi_n_one .ttit {
    margin: 10px 0;
}

.wi_n_one .polist .item .det .roti {
    margin: 0;
}

.wi_n_one .polist {
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wi_n_one .polist .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 99.3%;
    position: relative
}

.wi_n_one .polist .item .thumbnail {
    width: 50%;
    height: 230px
}

.wi_n_one .polist .item .det {
    width: 50%;
    padding: 10px
}

.wi_n_one .polist .item .det h2 {
    font-size: 18px;
    font-family: "wparaby";
    line-height: 1.5
}

.wi_n_one .polist .item .det h2 a {
    color: #1B1464
}

.wi_n_one .polist .item .det p {
    color: #626262;
    line-height: 1.5;
    margin: 10px 0;
    font-size: 14px
}

.wi_n_one .polist .item:nth-child(1n+2) {
    width: 49.3%;
    margin-left: 5px;
    float: right
}

.wi_n_one .polist .item:nth-child(1n+2) .thumbnail {
    width: 35%;
    height: 90px
}

.wi_n_one .polist .item:nth-child(1n+2) .det {
    width: 65%
}

.wi_n_one .polist .item:nth-child(1n+2) .det h2 {
    font-size: 14px
}

.wi_n_one .polist .item:nth-child(1n+2) .det h2 a {
    color: #1B1464
}

.wi_n_one .polist .item:nth-child(1n+2) .det p {
    display: none
}

.wi_n_one .polist .item:nth-last-child(-n+2) {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}



.wi_n_two {
    margin-bottom: 15px;
}

.wi_n_two .polist {
    padding: 0 0 0 5px
}

.wi_n_two .ttit {
    margin: 10px 0;
}

.wi_n_two .polist .item .det {
    padding: 10px;
}

.wi_n_two .polist .item .det .roti {
    margin: 0;
}

.wi_n_two .polist .item {
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: calc(51% - 17px);
    float: right;
    position: relative
}

.wi_n_two .polist .item .thumbnail {
    width: 100%;
    height: 240px
}

.wi_n_two .polist .item .det h2 {
    font-size: 18px;
    font-family: "wparaby";
    line-height: 1.5
}

.wi_n_two .polist .item .det h2 a {
    color: #1B1464;
}

.wi_n_two .polist .item .det p {
    color: #626262;
    line-height: 1.5;
    margin: 15px 0;
    font-size: 13px
}

.wi_n_two .polist .item:nth-child(1) {
    border: 0
}

.wi_n_two .polist .item:nth-child(1n+2) {
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

.wi_n_two .polist .item:nth-child(1n+2) .thumbnail {
    width: 35%;
    height: 90px;
}

.wi_n_two .polist .item:nth-child(1n+2) .det {
    width: 65%;
    padding-left: 15px
}

.wi_n_two .polist .item:nth-child(1n+2) .det h2 {
    font-size: 14px
}

.wi_n_two .polist .item:nth-child(1n+2) .det h2 a {
    color: #1B1464;
}

.wi_n_two .polist .item:nth-child(1n+2) .det p {
    display: none
}

.wi_n_two .polist .item:nth-last-child(-n+1) {
    border: 0;
    margin-bottom: 0
}

.wi_n_three {
    margin-bottom: 15px;
}

.wi_n_three .polist {
    padding: 0 0 0 5px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wi_n_three .ttit {
    margin: 10px 0;
}

.wi_n_three .polist .item {
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: calc(100% * 1/3 - 10px);
    margin-left: 10px;
    float: right;
    position: relative
}

.wi_n_three .polist .item .thumbnail {
    width: 100%;
    height: 160px
}

.wi_n_three .polist .item .det {
    width: 100%;
    padding: 10px;
}

.wi_n_three .polist .item .det .roti {
    margin: 0;
}

.wi_n_three .polist .item .det h2 {
    font-size: 11px;
    font-family: "wparaby_l";
    line-height: 1.4
}

.wi_n_three .polist .item .det h2 a {
    color: #1B1464
}

.wi_n_three .polist .item .det p {
    color: #626262;
    line-height: 1.5;
    margin: 10px 0;
    font-size: .9rem
}

.wi_n_four {}

.wi_n_four .ttit {
    margin: 10px 0;
}

.wi_n_four .polist .item .det .roti {
    margin: 0;
}

.wi_n_four .polist {
    padding: 0 0 0 5px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wi_n_four .polist .item {
    margin-bottom: 15px;
    width: calc(100% * 1/3 - 15px);
    margin-left: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    float: right;
    position: relative
}

.wi_n_four .polist .item .thumbnail {
    width: 100%;
    height: 180px
}

.wi_n_four .polist .item .det {
    width: 100%;
    padding: 10px
}

.wi_n_four .polist .item .det h2 {
    font-size: 16px;
    font-family: "wparaby";
    line-height: 1.4
}

.wi_n_four .polist .item .det h2 a {
    color: #222;
}

.wi_n_four .polist .item .det p {
    color: #626262;
    line-height: 1.5;
    margin: 10px 0;
    font-size: 12px
}


.wi_n_five {}

.wi_n_five .ttit {
    margin: 10px 0;
}

.wi_n_five .ttit .contrl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 0 0;
    margin-top: 5px;
    float: left;
    position: absolute;
    left: 0;
}

.wi_n_five .ttit .contrl span {
    cursor: pointer;
    transition: all .6s ease;
    background: #1B1464;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    border-radius: 50PC;
}

.wi_n_five .ttit .contrl span:hover {
    background: #FFCC03 !important;
    transition: all .4s ease;
}

.wi_n_five .ttit .contrl span.button-next {
    margin-left: 3px
}

.wi_n_five .ttit .contrl span svg {
    width: 14px;
    height: 14px;
}

.wi_n_five .ttit .contrl span .arrow {
    stroke: #1B1464
}

.wi_n_five .polist {
    padding: 5px 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
    margin: 0 -7.5px
}

.wi_n_five .polist.slick-initialized {
    display: block
}

.wi_n_five .polist .item {
    float: right;
    margin: 0 7.3px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    position: relative
}

.wi_n_five .polist .item .thumbnail {
    width: 100%;
    height: 140px
}

.wi_n_five .polist .item .det {
    width: 100%;
    padding: 10px
}

.wi_n_five .polist .item .det h2 {
    font-size: 14px;
    font-family: "wparaby";
    line-height: 1.4
}

.wi_n_five .polist .item .det h2 a {
    color: #1B1464;
}

.wi_n_five .polist .item .det p {
    display: none;
}

.wi_n_five .polist .item .det .roti {
    display: none;
}

.wi_n_seven {}

.wi_n_seven .polist {
    padding: 0 0 0 5px
}

.wi_n_seven .ttit {
    margin: 10px 0;
}

.wi_n_seven .polist .item .det {
    padding: 10px;
    float: left;
}

.wi_n_seven .polist .item .det .roti {
    margin: 0;
}

.wi_n_seven .polist .item {
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffffd4;
    width: calc(33.7% - 15px);
    float: right;
    position: relative
}

.wi_n_seven .polist .item .thumbnail {
    width: 100%;
    height: 250px;
    float: right;
}

.wi_n_seven .polist .item .det h2 {
    font-size: 18px;
    font-family: "wparaby";
    line-height: 1.5
}

.wi_n_seven .polist .item .det h2 a {
    color: #1B1464;
}

.wi_n_seven .polist .item .det p {
    color: #626262;
    line-height: 1.5;
    margin: 6px 0;
    font-size: 13px
}

.wi_n_seven .polist .item:nth-child(1) {
    border: 0
}

.wi_n_seven .polist .item:nth-child(1n+2) {
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

.wi_n_seven .polist .item:nth-child(1n+2) .thumbnail {
    width: 60%;
    height: 130px;
}

.wi_n_seven .polist .item:nth-child(1n+2) .det {
    width: 65%;
    padding-left: 15px
}

.wi_n_seven .polist .item:nth-child(1n+2) .det h2 {
    font-size: 16px
}

.wi_n_seven .polist .item:nth-child(1n+2) .det h2 a {
    color: #1B1464;
}

.wi_n_seven .polist .item:nth-child(1n+2) .det p {
    display: none
}

.wi_n_seven .polist .item:nth-last-child(-n+1) {
    margin-bottom: 0
}



.wi_n_then {}

.wi_n_then .polist {
    padding: 0 0 0 5px
}

.wi_n_then .ttit {
    margin: 10px 0;
}

.wi_n_then .polist .item .det {
    padding: 10px;
}

.wi_n_then .polist .item .det .roti {
    margin: 0;
}

.wi_n_then .polist .item:nth-child(1n+2) .det {
    padding-top: 0px;
}

.wi_n_then .polist .item:nth-child(1n+2) .det .roti {
    display: none;
}

.wi_n_then .polist .item {
    margin-bottom: 5px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding-bottom: 5px;
    width: calc(33.7% - 15px);
    float: right;
    position: relative
}

.wi_n_then .polist .item .thumbnail {
    width: 100%;
    height: 250px
}

.wi_n_then .polist .item .det h2 {
    font-size: 18px;
    font-family: "wparaby";
    line-height: 1.5
}

.wi_n_then .polist .item .det h2 a {
    color: #1B1464;
}

.wi_n_then .polist .item .det p {
    color: #626262;
    line-height: 1.5;
    margin: 6px 0;
    font-size: 13px
}

.wi_n_then .polist .item:nth-child(1) {
    border: 0
}

.wi_n_then .polist .item:nth-child(1n+2) {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 21.2%;
    height: 210px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

.wi_n_then .polist .item:nth-child(1n+2) .thumbnail {
    width: 100%;
    height: 150px;
    position: absolute;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.wi_n_then .polist .item:nth-child(1n+2) .det {
    width: 100%;
    top: 160px;
    position: absolute;
}

.wi_n_then .polist .item:nth-child(1n+2) .det h2 {
    font-size: 14px
}

.wi_n_then .polist .item:nth-child(1n+2) .det h2 a {
    color: #1B1464;
}

.wi_n_then .polist .item:nth-child(1n+2) .det p {
    display: none
}

.wi_n_then .polist .item:nth-last-child(-n+1) {
    margin-bottom: 0
}


.wi_n_bottom {
    width: calc(33.5% - 15px);
    margin: 0 0.5%;
    margin-bottom: 25px;
    float: right;
    position: relative
}

.wi_n_bottom .polist {
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: auto;
    background-color: #ffffff;
    padding-bottom: 5px;
}

.wi_n_bottom .ttit {
    margin: 10px 0;
}

.wi_n_bottom .polist .item .det {
    padding: 10px;
}

.wi_n_bottom .polist .item:nth-child(1n+2) .det {
    padding: 5px 10px;
}

.wi_n_bottom .polist .item {}

.wi_n_bottom .polist .item .thumbnail {
    width: 100%;
    height: 200px
}

.wi_n_bottom .polist .item .det h2 {
    font-size: 18px;
    font-family: "wparaby";
    line-height: 1.5
}

.wi_n_bottom .polist .item .det h2 a {
    color: #1B1464;
}

.wi_n_bottom .polist .item:nth-child(1) {
    border: 0
}

.wi_n_bottom .polist .item:nth-child(n+2) {
    width: 100%;
    height: auto;
    display: block;
    float: right;
}

.wi_n_bottom .polist .item:nth-child(1n+2) .thumbnail {
    display: none;
}

.wi_n_bottom .polist .item:nth-child(n+2) .det {
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #ddd;
}

.wi_n_bottom .polist .item:last-child .det {
    border-bottom: none;
}

.wi_n_bottom .polist .item:nth-child(1n+2) .det h2 {
    font-size: 14px
}

.wi_n_bottom .polist .item:nth-child(1n+2) .det h2 a {
    color: #1B1464;
}

.wi_n_bottom .polist .item:nth-child(1n+2) .det h2 a::before {
    content: "\f10c";
    font-family: 'FontAwesome';
    transition: all .6s ease;
    font-size: 12px;
    padding-left: 7px;
    float: right;
    line-height: 20px;
}

.wi_n_bottom .polist .item:nth-child(1n+2) .det h2:hover a::before {
    content: "\f111";
    font-family: 'FontAwesome';
    transition: all .6s ease;
}

.wi_n_bottom .polist .item:nth-last-child(-n+1) {
    margin-bottom: 0
}



.wi_n_eleva {}

.wi_n_eleva .ttit {
    margin: 10px 0;
}

.wi_n_eleva .polist .item .det .roti {
    margin: 0;
}

.wi_n_eleva .polist {
    padding: 0 0 0 5px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wi_n_eleva .polist .item {
    margin-bottom: 15px;
    width: calc(100% * 1/4 - 15px);
    margin-left: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    float: right;
    position: relative
}

.wi_n_eleva .polist .item .thumbnail {
    width: 100%;
    height: 170px
}

.wi_n_eleva .polist .item .det {
    width: 100%;
    padding: 10px;
}

.wi_n_eleva .polist .item .det h2 {
    font-size: 16px;
    font-family: "wparaby";
    line-height: 1.4
}

.wi_n_eleva .polist .item .det h2 a {
    color: #1B1464;
}

.wi_n_eleva .polist .item .det p {
    display: none
}

.sidebar .wi_n_one .polist .item {
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.sidebar .wi_n .wi_title {
    margin-bottom: 15px
}

.sidebar .wi_n_one .polist .item .det .roti {
    margin: 0px;
}

.sidebar .wi_n_one .polist,
.sidebar .wi_n_two .polist,
.sidebar .wi_n_three .polist,
.sidebar .wi_n_four .polist,
.sidebar .wi_n_seven .polist {
    display: block;
    padding: 0;
    margin: 0
}

.sidebar .wi_n_one .polist .item,
.sidebar .wi_n_one .polist .item:nth-child(1n+2),
.sidebar .wi_n_seven .polist .item:nth-child(1n+2),
.sidebar .wi_n_two .polist .item,
.sidebar .wi_n_two .polist .item:nth-child(1n+2),
.sidebar .wi_n_three .polist .item,
.sidebar .wi_n_three .polist .item:nth-child(1n+2),
.sidebar .wi_n_four .polist .item,
.sidebar .wi_n_four .polist .item:nth-child(1n+2) {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px dashed #d3d3d369
}

.sidebar .wi_n_one .polist .item:nth-last-child(-n+2),
.sidebar .wi_n_seven .polist .item:nth-last-child(-n+2),
.sidebar .wi_n_one .polist .item:nth-child(1n+2):nth-last-child(-n+2),
.sidebar .wi_n_seven .polist .item:nth-child(1n+2):nth-last-child(-n+2),
.sidebar .wi_n_two .polist .item:nth-last-child(-n+2),
.sidebar .wi_n_two .polist .item:nth-child(1n+2):nth-last-child(-n+2),
.sidebar .wi_n_three .polist .item:nth-last-child(-n+2),
.sidebar .wi_n_three .polist .item:nth-child(1n+2):nth-last-child(-n+2),
.sidebar .wi_n_four .polist .item:nth-last-child(-n+2),
.sidebar .wi_n_four .polist .item:nth-child(1n+2):nth-last-child(-n+2) {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #f3f3f3
}

.sidebar .wi_n_one .polist .item:last-child,
.sidebar .wi_n_seven .polist .item:last-child,
.sidebar .wi_n_one .polist .item:nth-child(1n+2):last-child,
.sidebar .wi_n_two .polist .item:last-child,
.sidebar .wi_n_two .polist .item:nth-child(1n+2):last-child,
.sidebar .wi_n_three .polist .item:last-child,
.sidebar .wi_n_three .polist .item:nth-child(1n+2):last-child,
.sidebar .wi_n_four .polist .item:last-child,
.sidebar .wi_n_four .polist .item:nth-child(1n+2):last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0
}

.sidebar .wi_n_one .polist .item .thumbnail,
.sidebar .wi_n_seven .polist .item .thumbnail,
.sidebar .wi_n_one .polist .item:nth-child(1n+2) .thumbnail,
.sidebar .wi_n_two .polist .item .thumbnail,
.sidebar .wi_n_two .polist .item:nth-child(1n+2) .thumbnail,
.sidebar .wi_n_three .polist .item .thumbnail,
.sidebar .wi_n_three .polist .item:nth-child(1n+2) .thumbnail,
.sidebar .wi_n_four .polist .item .thumbnail,
.sidebar .wi_n_four .polist .item:nth-child(1n+2) .thumbnail {
    width: 130px;
    height: 80px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.sidebar .wi_n_one .polist .item .det,
.sidebar .wi_n_seven .polist .item .det,
.sidebar .wi_n_one .polist .item:nth-child(1n+2) .det,
.sidebar .wi_n_two .polist .item .det,
.sidebar .wi_n_two .polist .item:nth-child(1n+2) .det,
.sidebar .wi_n_three .polist .item .det,
.sidebar .wi_n_three .polist .item:nth-child(1n+2) .det,
.sidebar .wi_n_four .polist .item .det,
.sidebar .wi_n_four .polist .item:nth-child(1n+2) .det {
    width: calc(100% - 130px);
    padding: 0 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.sidebar .wi_n_one .polist .item .det h2,
.sidebar .wi_n_one .polist .item:nth-child(1n+2) .det h2,
.sidebar .wi_n_seven .polist .item .det h2,
.sidebar .wi_n_seven .polist .item :nth-child(1n+2) .det h2,
.sidebar .wi_n_two .polist .item .det h2,
.sidebar .wi_n_two .polist .item:nth-child(1n+2) .det h2,
.sidebar .wi_n_three .polist .item .det h2,
.sidebar .wi_n_three .polist .item:nth-child(1n+2) .det h2,
.sidebar .wi_n_four .polist .item .det h2,
.sidebar .wi_n_four .polist .item:nth-child(1n+2) .det h2 {
    font-size: 14px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sidebar .wi_n_one .polist .item .det p,
.sidebar .wi_n_one .polist .item:nth-child(1n+2) .det p,
.sidebar .wi_n_two .polist .item .det p,
.sidebar .wi_n_two .polist .item:nth-child(1n+2) .det p,
.sidebar .wi_n_three .polist .item .det p,
.sidebar .wi_n_three .polist .item:nth-child(1n+2) .det p,
.sidebar .wi_n_four .polist .item .det p,
.sidebar .wi_n_four .polist .item:nth-child(1n+2) .det p {
    display: none
}

.sidebar .wi_n_five {
    padding: 15px
}

.sidebar .wi_n_five .polist {
    padding: 0
}

.sidebar .wi_n_five .polist .item {
    position: relative;
    width: calc(100% * 1/3 - 15px);
    box-shadow: 0 3px 6px 0 #d6d3d6
}

.sidebar .wi_n_five .polist .item:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    content: "";
    background: rgba(0, 0, 0, .8);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent)
}

.sidebar .wi_n_five .polist .item .thumbnail {
    height: 300px
}

.sidebar .wi_n_five .polist .item .det {
    padding: 10px;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    z-index: 4;
    width: auto
}

.sidebar .wi_n_five .polist .item .det h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 #000
}

.sidebar .wi_n_five .polist .item .det p {
    color: #fff;
    text-align: center
}

.sidebar .wi_n_five .polist .item .det .time {
    display: none
}

.sidebar .wi_n_one1 .polist .item {
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.sidebar .wi_n .wi_title {
    margin-bottom: 15px
}

.sidebar .wi_n_one1 .polist .item .det .roti {
    margin: 0px;
}

.sidebar .wi_n_one1 .polist,
.sidebar .wi_n_two .polist,
.sidebar .wi_n_three .polist,
.sidebar .wi_n_four .polist,
.sidebar .wi_n_seven .polist {
    display: block;
    padding: 0;
    margin: 0
}

.sidebar .wi_n_one1 .polist .item,
.sidebar .wi_n_one1 .polist .item:nth-child(1n+2),
.sidebar .wi_n_seven .polist .item:nth-child(1n+2),
.sidebar .wi_n_two .polist .item,
.sidebar .wi_n_two .polist .item:nth-child(1n+2),
.sidebar .wi_n_three .polist .item,
.sidebar .wi_n_three .polist .item:nth-child(1n+2),
.sidebar .wi_n_four .polist .item,
.sidebar .wi_n_four .polist .item:nth-child(1n+2) {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 10px;
    border-bottom: 1px dashed #d3d3d369
}

.sidebar .wi_n_one1 .polist .item:nth-last-child(-n+2),
.sidebar .wi_n_seven .polist .item:nth-last-child(-n+2),
.sidebar .wi_n_one1 .polist .item:nth-child(1n+2):nth-last-child(-n+2),
.sidebar .wi_n_seven .polist .item:nth-child(1n+2):nth-last-child(-n+2),
.sidebar .wi_n_two .polist .item:nth-last-child(-n+2),
.sidebar .wi_n_two .polist .item:nth-child(1n+2):nth-last-child(-n+2),
.sidebar .wi_n_three .polist .item:nth-last-child(-n+2),
.sidebar .wi_n_three .polist .item:nth-child(1n+2):nth-last-child(-n+2),
.sidebar .wi_n_four .polist .item:nth-last-child(-n+2),
.sidebar .wi_n_four .polist .item:nth-child(1n+2):nth-last-child(-n+2) {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #f3f3f3
}

.sidebar .wi_n_one1 .polist .item:last-child,
.sidebar .wi_n_seven .polist .item:last-child,
.sidebar .wi_n_one1 .polist .item:nth-child(1n+2):last-child,
.sidebar .wi_n_two .polist .item:last-child,
.sidebar .wi_n_two .polist .item:nth-child(1n+2):last-child,
.sidebar .wi_n_three .polist .item:last-child,
.sidebar .wi_n_three .polist .item:nth-child(1n+2):last-child,
.sidebar .wi_n_four .polist .item:last-child,
.sidebar .wi_n_four .polist .item:nth-child(1n+2):last-child {
    margin-bottom: 10px;
    border: 0;
    padding-bottom: 0
}

.sidebar .wi_n_one1 .polist .item .thumbnail,
.sidebar .wi_n_seven .polist .item .thumbnail,
.sidebar .wi_n_one1 .polist .item:nth-child(1n+2) .thumbnail,
.sidebar .wi_n_two .polist .item .thumbnail,
.sidebar .wi_n_two .polist .item:nth-child(1n+2) .thumbnail,
.sidebar .wi_n_three .polist .item .thumbnail,
.sidebar .wi_n_three .polist .item:nth-child(1n+2) .thumbnail,
.sidebar .wi_n_four .polist .item .thumbnail,
.sidebar .wi_n_four .polist .item:nth-child(1n+2) .thumbnail {
    width: 70px;
    height: 70px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-radius: 50%;
    border: 3px solid #F1F1F1;
}

.sidebar .wi_n_one1 .polist .item .det,
.sidebar .wi_n_seven .polist .item .det,
.sidebar .wi_n_one1 .polist .item:nth-child(1n+2) .det,
.sidebar .wi_n_two .polist .item .det,
.sidebar .wi_n_two .polist .item:nth-child(1n+2) .det,
.sidebar .wi_n_three .polist .item .det,
.sidebar .wi_n_three .polist .item:nth-child(1n+2) .det,
.sidebar .wi_n_four .polist .item .det,
.sidebar .wi_n_four .polist .item:nth-child(1n+2) .det {
    width: calc(100% - 130px);
    padding: 0 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.sidebar .wi_n_one1 .polist .item .det h2,
.sidebar .wi_n_one1 .polist .item:nth-child(1n+2) .det h2,
.sidebar .wi_n_seven .polist .item .det h2,
.sidebar .wi_n_seven .polist .item :nth-child(1n+2) .det h2,
.sidebar .wi_n_two .polist .item .det h2,
.sidebar .wi_n_two .polist .item:nth-child(1n+2) .det h2,
.sidebar .wi_n_three .polist .item .det h2,
.sidebar .wi_n_three .polist .item:nth-child(1n+2) .det h2,
.sidebar .wi_n_four .polist .item .det h2,
.sidebar .wi_n_four .polist .item:nth-child(1n+2) .det h2 {
    font-size: 14px;
    overflow: hidden;
    font-weight: 900 !important;
    line-height: 1.6;
    height: 50px;
}

.sidebar .wi_n_one1 .polist .item .det p,
.sidebar .wi_n_one1 .polist .item:nth-child(1n+2) .det p,
.sidebar .wi_n_two .polist .item .det p,
.sidebar .wi_n_two .polist .item:nth-child(1n+2) .det p,
.sidebar .wi_n_three .polist .item .det p,
.sidebar .wi_n_three .polist .item:nth-child(1n+2) .det p,
.sidebar .wi_n_four .polist .item .det p,
.sidebar .wi_n_four .polist .item:nth-child(1n+2) .det p {
    display: none
}

.sidebar .wi_n_five {
    padding: 15px
}

.sidebar .wi_n_five .polist {
    padding: 0
}

.sidebar .wi_n_five .polist .item {
    position: relative;
    width: calc(100% * 1/3 - 15px);
    box-shadow: 0 3px 6px 0 #d6d3d6
}

.sidebar .wi_n_five .polist .item:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    content: "";
    background: rgba(0, 0, 0, .8);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent)
}

.sidebar .wi_n_five .polist .item .thumbnail {
    height: 300px
}

.sidebar .wi_n_five .polist .item .det {
    padding: 10px;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    z-index: 4;
    width: auto
}

.sidebar .wi_n_five .polist .item .det h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 #000
}

.sidebar .wi_n_five .polist .item .det p {
    color: #fff;
    text-align: center
}

.sidebar .wi_n_five .polist .item .det .time {
    display: none
}


.main_videos {
    background: #1e222b;
    width: 100%;
    margin-bottom: 15px
}

.main_videos .tt {
    padding: 15px;
    font-size: 1.1rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main_videos .tt a {
    color: #fff
}

.main_videos .tt .ap-plus-w {
    width: 15px;
    height: 15px;
    margin: auto auto auto 0
}

.main_videos .polist .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    position: relative
}

.main_videos .polist .item:hover .thumbnail .ap-play {
    background-color: #c00
}

.main_videos .polist .item .thumbnail {
    width: 40%;
    height: 80px;
    position: relative
}

.main_videos .polist .item .thumbnail .ap-play {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .41);
    background-size: 60%
}

.main_videos .polist .item .det {
    width: 60%;
    padding: 10px
}

.main_videos .polist .item .det h2 {
    color: #fff;
    font-size: .9rem;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 500
}

.main_videos .polist .item .det .time {
    font-size: .6rem;
    color: #626262;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main_videos .polist .item .det .time .ap-clock {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px
}

.main_videos .polist .item .det .time span {
    margin: auto 0
}

.main_videos .polist .item:nth-child(1) {
    position: relative;
    display: block;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    border-bottom: 1px dashed rgba(238, 238, 238, .25)
}

.main_videos .polist .item:nth-child(1) .thumbnail {
    width: 100%;
    height: 170px
}

.main_videos .polist .item:nth-child(1) .thumbnail .ap-play {
    bottom: auto;
    top: 0;
    width: 45px;
    height: 45px
}

.main_videos .polist .item:nth-child(1) .det {
    width: 100%;
    padding: 0
}

.main_videos .polist .item:nth-child(1) .det h2 {
    font-size: 1rem;
    padding: 15px;
    font-weight: 600
}

.main_videos .polist .item:nth-child(1) .det .time {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, .32);
    padding: 5px;
    border-radius: 3px;
    color: #fff
}

.main_content .main_videos .polist {
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px
}

.main_content .main_videos .polist .item,
.main_content .main_videos .polist .item:nth-child(1) {
    width: calc(100% * 1/3 - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
    display: block;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    border-bottom: 1px dashed rgba(238, 238, 238, .25);
    position: relative
}

.main_content .main_videos .polist .item:hover .thumbnail .ap-play,
.main_content .main_videos .polist .item:nth-child(1):hover .thumbnail .ap-play {
    background-color: #c00
}

.main_content .main_videos .polist .item .det,
.main_content .main_videos .polist .item:nth-child(1) .det {
    width: 100%
}

.main_content .main_videos .polist .item .det h2,
.main_content .main_videos .polist .item:nth-child(1) .det h2 {
    font-size: 1rem;
    margin-bottom: 0
}

.main_content .main_videos .polist .item .det .time,
.main_content .main_videos .polist .item:nth-child(1) .det .time {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, .32);
    padding: 5px;
    border-radius: 3px;
    color: #fff
}

.main_content .main_videos .polist .item .thumbnail,
.main_content .main_videos .polist .item:nth-child(1) .thumbnail {
    width: 100%;
    height: 120px
}

.main_content .main_videos .polist .item .thumbnail .ap-play,
.main_content .main_videos .polist .item:nth-child(1) .thumbnail .ap-play {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 0;
    top: auto;
    background-color: rgba(0, 0, 0, .41);
    background-size: 60%
}

@media only screen and (max-width:768px) {
    .main_content .main_videos .polist {
        display: block;
        margin-left: 0
    }

    .main_content .main_videos .polist .item,
    .main_content .main_videos .polist .item:nth-child(1) {
        width: 100%;
        margin-left: 0
    }
}

.ap-last {
    margin-bottom: 15px;
    border: 1px solid #f3f3f3
}

.ap-last .wi_title {
    padding: 15px;
    color: #616161;
    font-size: 1.1rem;
    background: #f3f3f3
}

.ap-last .wi_title a {
    color: #616161;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ap-last .wi_title a span {
    margin: auto 0
}

.ap-last .wi_title .ic {
    background: url(img/ic/ic_24.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px
}

.ap-last .polist {
    padding: 15px
}

.ap-last .polist .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d3d3d369
}

.ap-last .polist .item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.ap-last .polist .item .item_time {
    width: 20%;
    font-size: 1rem;
    padding: 0 0 0 .75rem;
    text-align: center;
    font-family: Open Sans
}

.ap-last .polist .item .det {
    width: 80%;
    padding: 0
}

.ap-last .polist .item .det .cat {
    color: #1B1464;
    margin-bottom: 10px;
    display: block;
    font-weight: 500
}

.ap-last .polist .item .det .cat a {
    color: #1B1464
}

.ap-last .polist .item .det h2 {
    font-size: 1rem;
    line-height: 1.5
}

.main_content .ap-last {
    margin-left: 15px
}

.main_content .ap-last .polist .item .item_time {
    width: 10%
}

@media only screen and (max-width:768px) {
    .main_content .ap-last {
        margin-left: 0
    }
    .wi_n_eleva .polist .item .thumbnail {
    width: 100%;
    height: 130px
}

    .main_content .ap-last .polist .item .item_time {
        width: 50px
    }

    .main_content .ap-last .polist .item .det {
        width: calc(100% - 50px)
    }
}

.main_editors {
    border-top: 2px solid #1B1464;
    margin-bottom: 15px
}

.main_editors .tt {
    padding: 15px;
    font-size: 1.1rem;
    background: #f3f3f3;
    color: #1B1464;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main_editors .tt a {
    color: #fff
}

.main_editors .tt .ap-plus {
    width: 15px;
    height: 15px;
    margin: auto auto auto 0
}

.main_editors .polist {
    border: 1px solid #f3f3f3;
    padding: 15px
}

.main_editors .polist .item {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #d3d3d369;
    position: relative
}

.main_editors .polist .item:last-child {
    border: 0
}

.main_editors .polist .item .av {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.main_editors .polist .item .det {
    width: calc(100% - 65px);
    padding-right: 10px
}

.main_editors .polist .item .det .name {
    font-size: .8rem;
    padding: 5px;
    color: #a8a8a8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main_editors .polist .item .det .name .man {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/ic/ic_usser.svg);
    width: 17px;
    height: 12px;
    margin-left: 5px
}

.main_editors .polist .item .det .name a {
    color: #a8a8a8
}

.main_editors .polist .item .det h2 {
    font-size: 1rem;
    line-height: 1.7;
    padding-right: 10px
}

.main_content .main_editors .polist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 0
}

.main_content .main_editors .polist .item {
    padding: 0;
    width: calc(100% * 1/2 - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.main_content .main_editors .polist .item:nth-last-child(-n+2) {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

@media only screen and (max-width:768px) {
    .main_content .main_editors .polist {
        display: block;
        border: 1px solid #f3f3f3
    }

    .main_content .main_editors .polist .item {
        width: 100%;
        margin-left: 0
    }
}

.ap-tabs {
    height: auto;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 15px
}

.ap-tabs ul.tabs {
    position: absolute;
    z-index: 9988;
    width: 30px;
    height: 108px;
    top: 10px;
    left: -30px;
    background-color: #1B1464;
}

.ap-tabs ul.tabs li {
    font-family: "wparaby_l";
    font-size: 10px;
    float: right;
    width: 100%;
    text-align: center;
    margin: 0;
    cursor: pointer;
    padding: 10px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.ap-tabs ul.tabs li span {
    font-family: "wparaby_m";
    font-size: 18px;
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
}

.ap-tabs ul.tabs li.active {
    background-color: #FFCC03;
    display: block;
}

.ap-tabs .tab_container {
    min-height: 150px;
    position: relative;
    clear: both;
    width: 100%;
    padding: 5px 10px;
    padding-top: 10px;
}

.ap-tabs .tab_container .tab_content {
    padding: 0;
    display: none
}

.ap-tabs .tab_container .tab_content .item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px dashed #d3d3d369;
    padding: 15px;
    position: relative
}

.ap-tabs .tab_container .tab_content .item:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0
}

.ap-tabs .tab_container .tab_content .item .det h2 {
    font-size: 1rem;
    line-height: 1.5;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ap-tabs .tab_container .tab_content .item .det .time {
    font-size: .7rem;
    color: #626262;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.ap-tabs .tab_container .tab_content .item .det .time .ap-clock {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px
}

.ap-tabs .tab_container .tab_content .item .det .time span {
    margin: auto 0
}

.ap-tabs .wpp-meta,
.post-stats {
    display: none !important;
}

.ap-tabs .wpp-list li {
    font-size: 14px;
    padding-right: 2px;
    font-family: "wparaby";
    line-height: 1.5;
    transition: all .6s ease;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px dashed #ddd !important;
}

.ap-tabs .wpp-list li a {
    color: #1B1464;
    transition: all .6s ease;
}

.ap-tabs .wpp-list li:last-child {
    border-bottom: none !important;
}

.ap-tabs .wpp-list li a::before {
    content: "\f10c";
    color: #1B1464 !important;
    font-family: 'FontAwesome';
    transition: all .6s ease;
    font-size: 10px;
    padding-left: 7px;
    float: right;
    line-height: 20px;
}

.ap-tabs .wpp-list li:hover a::before {
    content: "\f111";
    color: #1B1464 !important;
    font-family: 'FontAwesome';
    transition: all .6s ease;
}


@media only screen and (max-width:768px) {
    .main_content .widget_ap_posts_tabs_widget {
        margin-left: 0
    }
}

.ap-slider_widget {
    overflow: hidden;
    margin-bottom: 15px
}

.main-news .ap-slider_widget .polist .item {
    padding-right: 0px
}

.main-news .ap-slider_widget {
    margin-top: 15px;
}

.ap-slider_widget .polist.slick-initialized {
    display: block
}

.ap-slider_widget .polist.slick-initialized .item:nth-child(1n+2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main_fixed .ap-slider_widget .polist .item,
.main-news .ap-slider_widget .polist .item .thumbnail {
    height: 170px;
}

.main_fixed .ap-slider_widget .polist .item .det span {
    display: none
}

.main_fixed .ap-slider_widget .polist .item .det {
    width: 96%;
    padding: 0px;
    right: 5px;
    left: 5px;
    bottom: 10px;
}

.main_fixed .ap-slider_widget .polist .item .det h3 a {
    font-family: "wparaby_l";
    font-size: 12px;
}

.main_fixed .ap-slider_widget .polist .item .det h3 {
    margin: 5px;
}

.slider_comments {
    height: 110px;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.slider_comments .polist.slick-initialized {
    display: block
}

.slider_comments .polist .item {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider_comments .polist .item figure {
    background-color: #1B1464;
    margin-top: 0px !important;
    width: 100% !important;
    height: 55px !important;
    margin-bottom: 30px !important;
}

.slider_comments .polist .item .thumc {
    width: 80px !important;
    margin-right: 3%;
    top: 15px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFCC03;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    height: 80px !important;
    position: relative;
    border-radius: 50%;
}

.slider_comments .polist .item .thumc img {
    width: 100%;
    padding: 4px;
    height: 100%;
    border-radius: 50%;
    position: relative;
    margin-bottom: 0
}

.slider_comments .polist .item h3 {
    overflow: hidden;
    text-align: right;
    margin-top: -60px;
    margin-right: 28%;
    height: auto;
    width: 100%;
    position: relative;
    line-height: 1.1;
}

.slider_comments .polist .item h3 a {
    font-family: "wparaby";
    font-size: 13px;
    color: #fff;
}

.slider_comments .polist .item p {
    color: #9a9a9a;
    color: #6e6c6c;
    line-height: 1.4;
    text-align: justify;
    padding-right: 25%;
    margin: 15px 10px;
    font-size: 10px;
}

.slider_comments .polist .item p a {
    color: #FFCC03;
    font-family: "wparaby";
    font-size: 12px;
}

.slider_comments .polist .slick-dots {
    top: 1px;
    width: 100%;
    position: absolute;
    float: left;
    left: 6px;
    text-align: left;
}

.slider_comments .polist .slick-dots li {
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}

.slider_comments .polist .slick-dots li button {
    padding: 0;
    margin: 0;
    opacity: 1;
    font-size: 0;
    line-height: 0;
    height: 10px;
    width: 10px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 0
}

.slider_comments .polist .slick-dots li.slick-active button {
    background: #FFCC03
}



.main-news .ap-slider_widget .polist .item,
.main-news .ap-slider_widget .polist .item .thumbnail {
    height: 430px;
}

.main-news .ap-slider_widget .polist .item .det h3 a {
    font-size: 16px;
}

.ap-slider_widget .polist .item {
    height: 250px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.ap-slider_widget .polist .item:nth-child(1n+2) {
    display: none
}

.ap-slider_widget .polist .item .thumbnail {
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 0
}

.ap-slider_widget .polist .item .thumbnail img {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0
}

.ap-slider_widget .polist .item .det {
    background: rgb(53 60 73 / 61%);
    border-right: 5px solid #FFCC03;
    position: absolute;
    width: 94%;
    right: 10px;
    left: 10px;
    bottom: 20px;
    z-index: 99
}

.ap-slider_widget .polist .item .det h3 {
    margin: 10px;
    text-align: right;
    position: relative;
    line-height: 1.1;
}

.ap-slider_widget .polist .item .det h3 a {
    font-family: "wparaby";
    font-size: 14px;
    color: #fff;
}

.ap-slider_widget .polist .item .det p {
    color: #eee;
    line-height: 1.5;
    text-align: justify;
    margin: 10px;
    font-size: 12px
}

.ap-slider_widget .polist .item .det span {
    font-size: 12px;
    text-align: right;
    color: #fff;
    width: 100%;
    padding: 10px 10px 5px 10px;
    float: right;
}

.ap-slider_widget .polist .slick-dots {
    top: 5px;
    width: 20px;
    position: absolute;
    float: right;
    right: 12px;
    text-align: right;
}

.ap-slider_widget .polist .slick-dots li {
    text-align: center;
    display: inline-block;
    margin: 1px
}

.ap-slider_widget .polist .slick-dots li button {
    padding: 0;
    margin: 0;
    opacity: 1;
    font-size: 0;
    line-height: 0;
    height: 15px;
    width: 15px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 0
}

.ap-slider_widget .polist .slick-dots li.slick-active button {
    background: #FFCC03
}

.sidebar .ap-slider_widget .polist .item .thumbnail {
    height: 330px
}

.sidebar .ap-slider_widget .polist .item .det {
    text-align: center
}

.sidebar .ap-slider_widget .polist .item .det h3 {
    font-size: 1.3rem
}

.sidebar .ap-slider_widget .polist .item .det .time {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:768px) {
    .ap-slider_widget .polist .item .thumbnail {
        height: 330px
    }

    .ap-slider_widget .polist .item .det {
        text-align: center
    }

    .ap-slider_widget .polist .item .det h3 {
        font-size: 1.3rem
    }

    .ap-slider_widget .polist .item .det .time {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.ap_footer {
    padding: 20px;
    background: #161d27;
    color: #ced4da
}

.ap_footer a {
    color: #ced4da;
    font-family: 'wparaby_m';
}

.ap_footer .ft_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.ap_footer .ft_top .ft_menu {
    width: 75%;
    padding: 15px
}

.ap_footer .ft_top .ft_menu li {
    transition: all .6s ease;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    position: relative;
    width: 20%
}

.ap_footer .ft_top .ft_menu li:hover {
    transition: all .6s ease;
    background: #4e5b661f;
}

.ap_footer .ft_top .ft_menu li a::before {
    content: "\f10c" !important;
    font-family: 'FontAwesome';
    float: right;
    font-size: 6px;
    line-height: 12px;
    padding-left: 8px;
}

.ap_footer .ft_top .ft_menu li:hover a::before {
    content: "\f111" !important;
}

.ap_footer .ft_top .ft_info {
    width: 25%
}

.ap_footer .ft_top .ft_info .ftlogo {
    width: 100%
}

.ap_footer .ft_top .ft_info .ftlogo a {
    float: left;
}

.ap_footer .ft_top .ft_info .ftlogo img {
    width: 85%;
    float: right;
    height: auto
}

.ap_footer .ft_top .ft_info .ftsocial a {
    float: left;
}

.ap_footer .ft_top .ft_info .ftsocial a.ap-icon li {
    display: inline-block;
    padding: 7px;
    float: left;
    line-height: 25px;
    margin-left: 2px;
    text-align: center;
    background: #4e5b661f;
    transition: all .6s ease;
    width: 35px;
    height: 35px;
    display: block
}

.ap_footer .ft_top .ft_info .ftsocial a.ap-icon li i {
    font-size: 16px;
}

.ap_footer .ft_top .ft_info .ftsocial a.ap-icon li:hover {
    transition: all .6s ease;
    background: #99a8b61f;
}

.ap_footer .ft_bottom {
    background: #4e5b661f;
    padding: 15px 10px;
    display: flex;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'wparaby_m';
}

.ap_footer .ft_bottom,
.ap_footer .ft_bottom a {
    color: #909499
}

.ap_footer .ft_bottom .copyright {
    margin: 0;
 }

.ap_footer .ft_bottom .copyleft {
    margin: auto auto auto 0
}

.ap_footer .sidebar-foot {
    margin-bottom: 20px;
    border-bottom: 2px solid #4e5b661f;
    width: 100%;
    position: relative;
    height: auto;
}

.ap_footer .sidebar-foot .sidebar-title {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 30px;
    margin-bottom: 10px;
}

.ap_footer .sidebar-foot .sidebar-title h3 {
    width: auto;
    float: right;
    padding: 8px 0;
    font-family: "wparaby";
    font-size: 16px;
    color: #fff;
}

.ap_footer .sidebar-foot p {
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    padding-bottom: 10px;
}

.ap_footer .sidebar-foot ul {
    padding-bottom: 10px;
}

.ap_footer .sidebar-foot li a {
    color: #ced4da;
    font-family: 'wparaby_m';
    font-size: 12px;
    line-height: 20px;
    transition: all .3s ease-in;
}

.ap_footer .sidebar-foot li:hover a {
    color: #fff;
    transition: all .3s ease-in;
}

.ap_footer .sidebar-foot li span {
    font-size: 12px;
    padding-right: 15px;
}

.tagcloud {
    padding: 10px 15px
}

.tagcloud a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 11px !important;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0 10px 0 12px;
    background: #4e5b661f;
    color: #ced4da;
    font-family: 'wparaby_m';
    text-decoration: none;
    border-radius: 4px;
}

.tagcloud a:hover {
    color: #fff;
    background: #FFCC03
}



.go-top {
    text-align: center;
    z-index: 9999;
    border-radius: 50%;
    transition: all .3s ease-in;
    bottom: 50px;
    color: #1B1464;
    cursor: pointer;
    display: none;
    font-size: 30px !important;
    height: 50px;
    line-height: 15px;
    position: fixed;
    right: 15px;
    width: 50px;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.go-top span {
    font: 14px/20px wparaby_l;
    width: 100%;
    float: right;
    transition: all .3s ease-in;
    color: #1B1464;
}

.go-top .fa-angle-up {
    font-size: 30px !important;
    line-height: 47px;
    color: #fff;
}

.go-top:hover {
    animation: 1s ease-in 0s alternate none infinite running dordorbywptemp;
    background: #FFCC03 none repeat scroll 0 0;
    transition: all .3s ease-in;
}

.go-top:hover span,
.go-top:hover .fa-angle-up {
    color: #fff;
    transition: all .3s ease-in;
}


@media only screen and (max-width:768px) {
    .ap_footer .ft_top {
        display: block
    }

    .ap_footer .ft_top .ft_menu {
        width: 100%;
        padding: 15px 0
    }

    .ap_footer .ft_top .ft_menu li {
        width: auto
    }

    .ap_footer .ft_top .ft_info {
        width: 100%
    }

    .ap_footer .ft_top .ft_info .ftlogo {
        margin: 0 auto
    }

    .ap_footer .ft_top .ft_info .ftsocial ul {
        margin: auto;
        text-align: center
    }

    .ap_footer .ft_bottom {
        display: block;
        text-align: center
    }

    .ap_footer .ft_bottom>div {
        margin-bottom: 10px
    }
}

.tooltip {
    color: #333;
    text-decoration: none;
    font-size: 14px !important;
    font-family: "wparaby_l" !important;
}

.tooltip:hover {
    color: #fff;
}

.tooltip,
[data-iros] {
    position: relative;
    display: inline-block;
}

.tooltip:before,
.tooltip:after,
[data-iro]:before,
[data-iro]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}

.tooltip:before,
[data-iro]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 8px solid transparent;
    z-index: 1000001;
}

.tooltip:after,
[data-iro]:after {
    content: attr(data-iro);
    background: #383838;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 -1px 0px black;
    padding: 8px 10px 10px;
    line-height: 15px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.tooltip-top:before {
    border-top-color: #383838;
}

.tooltip-top:before {
    margin-bottom: -15px;
    margin-left: -7px;
}

.tooltip-top:after {
    margin-left: -22px;
}

.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}

.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip-top:focus:after,
.tooltip-top:focus:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
[data-iro]:hover:before,
[data-iro]:hover:after,
[data-iro]:focus:before,
[data-iro]:focus:after {
    visibility: visible;
    opacity: 1;
}

.tooltip:hover:before,
.tooltip:hover:after,
[data-iro]:hover:before,
[data-iro]:hover:after {
    -webkit-transition-delay: 90ms;
    -moz-transition-delay: 90ms;
    transition-delay: 90ms;
}

.tree {
    width: 100%;
    background-color: #ececec78;
    overflow: hidden;
    height: auto;
}

.tree .item:nth-child(1) {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
    margin-right: 0;
}

.tree .item:nth-child(1) .thumbnail {
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
}

.tree .item:nth-child(1) .det {
    text-align: center;
}

.tree .item:nth-child(1) .det h2 {
    padding: 0px 15px;
    text-align: right;
    line-height: 27px;
}

.tree .item:nth-child(1) .det h2 a {
    font-family: "wparaby";
    font-size: 18px;
    color: #1B1464;
}

.tree .item:nth-child(1) .det .roti {
    display: inline;
    text-align: center;
    color: #1B1464;
    margin-bottom: 0px;
    font-size: 13px;
}

.tree .item .det .roti {
    display: none;
}

.tree .item {
    width: 46%;
    height: 160px;
    float: right;
    margin-right: 2.5%;
    margin-bottom: 10px;
}

.tree .item .thumbnail {
    width: 100%;
    margin-bottom: 5px;
    height: 100px;
}

.tree .item .det h2 {
    font-family: "wparaby_l";
    padding: 0;
    text-align: right;
    line-height: 15px;
}

.tree .item .det h2 a {
    font-size: 15px;
    color: #1B1464;
}

.post-header .roti {
    margin: 0;
    min-height: 10px;
    line-height: 10px;
    margin-top: 30px;
}

.roti {
    color: #9a9a9a;
    font-family: wparaby_l;
    min-height: 18px;
    line-height: 18px;
    width: 100%;
    margin: 5px;
    font-size: 12px;
}

.ttit {
    width: 99.5%;
    position: relative;
    overflow: hidden;
    min-height: 30px;
    margin: 10px 0;
}

.ttit h3 {
    width: auto;
    float: right;
    padding: 15px 0px;
    font-family: "wparaby";
    font-size: 20px;
    color: var(--primary);
}

.ttito {
    width: 99.5%;
    position: relative;
    overflow: hidden;
    min-height: 35px;
    margin: 10px 0;
    font-family: "wparaby";
    font-size: 20px;
}

.ttito h3 {
    width: auto;
    float: right;
    padding: 15px 0px;
    font-family: "wparaby";
    font-size: 20px;
    color: var(--primary);
}

.ttito h2 {
    width: auto;
    float: right;
    padding: 15px 0px;
    font-family: "wparaby";
    font-size: 20px;
    color: var(--primary);
}


.ttito::before {
    position: absolute;

    bottom: 0;

    right: 0;

    left: 0;

    height: 5px;

    --tw-bg-opacity: 1;

    background-color: #dfdfdf;

    --tw-content: "";

    content: var(--tw-content);

}

.ttito::after {
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 5px;
    width: 8%;
    background-color: var(--primary);
    --tw-content: "";
    content: var(--tw-content);
}

.ttit-t {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 30px;
    margin: 10px 0;
}

.ttit-t h3 {
    width: auto;
    float: right;
    padding: 8px 5px;
    font-family: "wparaby";
    font-size: 18px;
    color: #eee;
}

.item-t {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}

.item-t:last-child {
    border-bottom: none;
}

.item-t h2 {
    font-size: 14px;
    padding-right: 2px;
    font-family: "wparaby";
    line-height: 1.5;
    transition: all .6s ease;
}

.item-t h2 a {
    color: #1B1464;
    transition: all .6s ease;
}

.item-t h2 span:before {
    content: "\f10c";
    color: #1B1464 !important;
    font-family: 'FontAwesome';
    transition: all .6s ease;
    font-size: 10px;
    padding-left: 7px;
    float: right;
    line-height: 20px;
}

.item-t h2:hover span:before {
    content: "\f111";
    color: #1B1464 !important;
    font-family: 'FontAwesome';
    transition: all .6s ease;
}

.item-t h2 b {
    font-family: "wparaby_l";
    padding: 0;
    transition: all .2s ease;
    text-align: left;
    color: #666;
    margin-left: -70px;
    font-size: 12px;
    float: left;
    line-height: 15px;
}

.item-t:hover h2 b {
    font-family: "wparaby_l";
    margin-left: 5px;
    padding: 0;
    transition: all .3s ease;
}

.sidebar-box {
    position: relative;
    left: 0;
    margin-bottom: 15px;
    padding-bottom: 5px;
    top: 0;
    height: auto;
    width: 100%;
}

.sidebar-title {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 30px;
}

.sidebar-title h3 {
    width: auto;
    float: right;
    padding: 8px 0;
    font-family: "wparaby";
    font-size: 16px;
    color: #1B1464;
}

.sidebar-content {
    overflow: hidden;
    height: auto;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.track {
    width: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.2);
}

.dragging {
    right: 8px;
    background: rgba(0, 0, 0, 0.2);
}

.track.dragging {
    background: #ccc;
    right: 8px;
}

.handle {
    width: 8px;
    background: #FFCC03;
    transition: width 250ms;
}

.track .handle,
.track.dragging .handle {
    width: 8px;
}


.widget_8 {
    width: 100%;
    float: right;
    margin: 10px 0px 15px 0px;
    max-height: 600px;
}

.widget_8 h2 {
    width: 100%;
    height: 25px;
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
    padding-right: 2px;
    font-family: "wparaby";
    line-height: 21px;
    transition: all .6s ease;
}

.widget_8 h2 a {
    color: #1B1464;
    transition: all .6s ease;
}

.widget_8 h2:last-child {
    border-bottom: none;
}

.widget_8 h2:hover span {
    color: #FFCC03;
}

.widget_8 h2 span {
    font-family: "wparaby_l";
    color: #999;
    font-size: 12px;
    float: right;
    margin-left: 10px;
    line-height: 20px;
    border-left: 2px solid #ccc;
    padding-left: 7px;
}

.read-more {
    position: absolute !important;
    display: block;
    line-height: 15px;
    left: 2px;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
    transition: all .4s ease;
}

.read-more a {
    color: #6866664f;
    font-size: 18px;
    transition: all .4s ease;
}

.read-more:hover a {
    transition: all .2s ease;
    color: #FFCC03;
}

.read-moreg i {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    float: left;
    overflow: hidden;
    transition: all .4s ease;
    text-align: center;
    margin-left: 5px;
}

.read-moreg i:hover {
    color: #FFCC03;
    transition: all .2s ease;
    margin-left: 2px;
}


.item .det p {
    text-align: justify;
}

.pagination {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
    padding: 10px 0;
}

.pagination span,
.pagination a {
    float: right;
    width: auto;
    height: 35px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #1B1464;
    background: #fff;
    border-radius: 3px;
    margin: 0 3px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 35px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
    font-family: "wparaby_m";
    transition: all .6s ease;
}

.pagination a:hover {
    background: #FFCC03;
    color: #fff;
    transition: all .2s ease;
}

.pagination .current {
    background: #FFCC03;
    color: #fff;
    transition: all .6s ease;
}

.slider-big {
    width: 100%;
    height: auto;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
}

.slider-big .rright {
    width: 24%;
    float: right;
    margin-left: 1%;
    position: relative;
    overflow: hidden;
}

.slider-big .mmilld {
    width: 50%;
    float: right;
    position: relative;
    overflow: hidden;
}

.slider-big .lleft {
    width: 24%;
    float: right;
    margin-right: 1%;
    position: relative;
    overflow: hidden;
}

.big-item {
    height: 195px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.big-item .thumbnail {
    width: 100%;
    height: 195px;
    position: relative;
    overflow: hidden;
}

.big-item .thumbnail:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80%;
    background: #000;
    background: -webkit-linear-gradient(bottom, #000, transparent);
}

.big-item .det {
    position: absolute;
    width: 94%;
    right: 10px;
    left: 10px;
    padding: 5px 5px;
    bottom: 5px;
    z-index: 99
}

.big-item .det h3 {
    margin: 5px 0 5px;
    position: relative;
    line-height: 1.1;
}

.big-item .det h3 a {
    font-family: "wparaby";
    font-size: 13px;
    color: #fff;
}

.big-item .det .time {
    font-size: .8rem;
    color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.big-item .det .time .ap-clock {
    display: inline-block;
    color: #eee;
    width: 15px;
    height: 15px;
    margin-left: 10px
}




.vid-item {
    height: 195px;
    width: calc(100% * 1/3 - 9px);
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box !important;
    display: table;
    display: -ms-flexbox !important;
    display: flex;
    position: relative;
    margin-left: 9px;
    border-radius: 3px;
}


.vid-item .thumbnail {
    width: 100%;
    height: 195px;
    position: relative;
    overflow: hidden;
}

.vid-item .thumbnail::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80%;
    background: #000;
    background: -webkit-linear-gradient(bottom, #000, transparent);
}

.vid-item a {
    color: white;
    font-size: 15px;
    line-height: 1.1;
}

.vid-item .det {
    position: absolute;
    width: 96%;
    right: 5px;
    left: 10px;
    padding: 18px 4px;
    bottom: 5px;
    z-index: 99;
}

.vid-item .det h3 {
    margin: 5px 0 5px;
    position: relative;
    line-height: 1.1;
}

.vid-item .det h3 a {
    font-family: "wparaby";
    font-size: 13px;
    color: #fff;
}

.vid-item .det .time {
    font-size: .8rem;
    color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.vid-item .det .time .ap-clock {
    display: inline-block;
    color: #eee;
    width: 15px;
    height: 15px;
    margin-left: 10px
}

.thumbnail {
    position: relative;
    display: inline-block;
}

.thumbnail img {
    display: block;
}


.play-icon {
    position: absolute;
    top: 27px;
    left: 15%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    visibility: ;
}

.thumbnail:hover .play-icon {
    visibility: visible;
    /* Show icon on hover */
}

.slider-big .ap-slider_media .polist .item .det {
    padding: 5px 5px;
    bottom: 10px;
}

.slider-3 {
    width: 100%;
    height: auto;
    padding: 10px 0 20px;
    background: #2c3136;
    position: relative;
    overflow: hidden;
}

.slider-3 .galleryt {
    width: 49%;
    float: right;
    margin-left: 2%;
    position: relative;
    overflow: hidden;
}

.slider-3 .mediat {
    width: 49%;
    float: right;
    position: relative;
    overflow: hidden;
}

.ap-slider_gallery {
    overflow: hidden;
    margin-bottom: 15px
}

.main-news .ap-slider_gallery .polist .item {
    padding-right: 0px
}

.main-news .ap-slider_gallery {
    padding-right: 15px
}

.ap-slider_gallery .polist.slick-initialized {
    display: block
}

.ap-slider_gallery .polist.slick-initialized .item:nth-child(1n+2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ap-slider_gallery .polist .item {
    height: 400px;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.ap-slider_gallery .polist .item:nth-child(1n+2) {
    display: none
}

.ap-slider_gallery .polist .item .thumbnail {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.ap-slider_gallery .polist .item .thumbnail img {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0
}

.ap-slider_gallery .polist .item .thumbnail:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    background: -webkit-linear-gradient(bottom, #000, transparent);
    background: linear-gradient(to top, #000, transparent)
}

.ap-slider_gallery .polist .item .det {
    position: absolute;
    width: 94%;
    right: 10px;
    left: 10px;
    bottom: 30px;
    padding: 5px 15px;
    z-index: 99
}

.ap-slider_gallery .polist .item .det h3 {
    margin: 10px 0 10px;
    position: relative;
    line-height: 1.5;
}

.ap-slider_gallery .polist .item .det h3 a {
    font-family: "wparaby";
    font-size: 18px;
    color: #fff;
}

.ap-slider_gallery .polist .item .det p {
    color: #eee;
    line-height: 1.5;
    text-align: justify;
    margin: 10px 0;
    font-size: 12px
}

.ap-slider_gallery .polist .item .det .time {
    font-size: .8rem;
    color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ap-slider_gallery .polist .item .det .time .ap-clock {
    display: inline-block;
    color: #eee;
    width: 15px;
    height: 15px;
    margin-left: 10px
}

.ap-slider_gallery .polist .item .det .time span {
    margin: auto 0
}

.ap-slider_gallery .polist .slick-dots {
    display: none !important;
}

.ap-slider_gallery .polist .arrow {
    opacity: 1;
    height: 20px;
    width: 20px;
    border: 1px solid #827f7f;
    cursor: pointer;
    position: absolute;
    top: 50%;
    background: rgb(128 128 130 / 56%);
    margin-top: -15px;
    z-index: 9;
    text-align: center;
    font-size: 1.5em;
    transition: all .3s ease;
}

.ap-slider_gallery .polist .arrow:hover {
    background: rgb(128 128 130 / 77%);
    transition: all .3s ease;
}

.ap-slider_gallery .polist .arrow.button-prev {
    background-image: url(img/ic/ic_arrow.svg);
    opacity: 0.8;
    transform: rotate(270deg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    right: 0px;
}

.ap-slider_gallery .polist .arrow.button-next {
    background-image: url(img/ic/ic_arrow.svg);
    opacity: 0.8;
    transform: rotate(90deg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
}

.ap-slider_gallery .polist .item .thumbnail .ap-gallery {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 45%;
    z-index: 999;
    border-radius: 50%;
    top: 45%;
    background-color: #8e9dc461;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/ic/camera.svg);
    transition: all .6s ease;
}

.ap-slider_gallery .polist .item .thumbnail:hover .ap-gallery {
    box-shadow: 0 0px 0px 2px #b9c3dd75, 0 0 5px 2px #b9c3dd75, 0 0 0px 6px #b9c3dd75;
}

.slider-page {
    width: 100%;
    height: auto;
    padding: 30px 0 20px;
    margin-top: -10px;
    background: #2c3136;
    position: relative;
    overflow: hidden;
}

.slider-page .ap-slider_gallery .polist .item {
    height: 600px;
    width: 100%;
}

.slider-page .ap-slider_gallery .polist .item .thumbnail {
    height: 600px;
}

.slider-page .ap-slider_gallery {
    width: 98%;
    margin: 0 auto
}

.slider-page .ap-slider_gallery .polist .item .thumbnail .ap-gallery {
    display: none !important;
}

.slider-page .ap-slider_gallery .polist .slick-dots {
    bottom: 20px;
    margin: auto;
    display: inline !important;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
}

.slider-page .ap-slider_gallery .polist .item .det {
    position: absolute;
    width: 100%;
    text-align: center;
    right: 0px;
    left: 0px;
    bottom: 60px;
    z-index: 99
}

.slider-page .ap-slider_gallery .polist .item .det h3 {}

.slider-page .ap-slider_gallery .polist .item .det h3 a {
    font-family: "wparaby";
    font-size: 22px;
    color: #fff;
}

.slider-page .ap-slider_gallery .polist .slick-dots li {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    width: 20px;
    text-align: center
}

.slider-page .ap-slider_gallery .polist .slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: medium;
    font-size: 0
}

.slider-page .ap-slider_gallery .polist .slick-dots li.slick-active {
    background: #FFCC03
}

.slider-page .ap-slider_gallery .polist .slick-dots li.slick-active button {
    color: #fff
}

.ap-page .pagination {
    padding: 10px 5px;
}

.slider-page .ap-slider_gallery .polist .item:hover .thumbnail img {
    filter: none;
}


.ap-slider_media {
    overflow: hidden;
    margin-bottom: 15px
}

.main-news .ap-slider_media .polist .item {
    padding-right: 0px
}

.main-news .ap-slider_media {
    padding-right: 15px
}

.ap-slider_media .polist.slick-initialized {
    display: block
}

.ap-slider_media .polist.slick-initialized .item:nth-child(1n+2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ap-slider_media .polist .item {
    height: 400px;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.ap-slider_media .polist .item:nth-child(1n+2) {
    display: none
}

.ap-slider_media .polist .item .thumbnail {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.ap-slider_media .polist .item .thumbnail img {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0
}

.ap-slider_media .polist .item .thumbnail:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80%;
    background: #000;
    background: -webkit-linear-gradient(bottom, #000, transparent);
}

.ap-slider_media .polist .item .det {
    position: absolute;
    width: 94%;
    right: 10px;
    left: 10px;
    padding: 5px 15px;
    bottom: 30px;
    z-index: 99
}

.ap-slider_media .polist .item .det h3 {
    margin: 10px 0 10px;
    position: relative;
    line-height: 1.5;
}

.ap-slider_media .polist .item .det h3 a {
    font-family: "wparaby";
    font-size: 18px;
    color: #fff;
}

.ap-slider_media .polist .item .det p {
    color: #eee;
    line-height: 1.5;
    text-align: justify;
    margin: 10px 0;
    font-size: 12px
}

.ap-slider_media .polist .item .det .time {
    font-size: .8rem;
    color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ap-slider_media .polist .item .det .time .ap-clock {
    display: inline-block;
    color: #eee;
    width: 15px;
    height: 15px;
    margin-left: 10px
}

.ap-slider_media .polist .item .det .time span {
    margin: auto 0
}

.ap-slider_media .polist .slick-dots {
    display: none !important;
}

.ap-slider_media .polist .arrow {
    opacity: 1;
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 9;
    text-align: center;
    font-size: 1.5em;
    transition: all .3s ease;
}

.ap-slider_media .polist .arrow:hover {
    background: rgb(128 128 130 / 77%);
    transition: all .3s ease;
}

.ap-slider_media .polist .arrow.button-prev {
    background-image: url(img/ic/ic_arrow.svg);
    opacity: 0.8;
    transform: rotate(270deg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    right: 0px;
}

.ap-slider_media .polist .arrow.button-next {
    background-image: url(img/ic/ic_arrow.svg);
    opacity: 0.8;
    transform: rotate(90deg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
}

.ap-slider_media .polist .item .thumbnail .ap-play {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 45%;
    z-index: 999;
    border-radius: 50%;
    top: 45%;
    background-color: #8e9dc461;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/ic/ic_play.svg);
    transition: all .6s ease;
}

.ap-slider_media .polist .item .thumbnail:hover .ap-play {
    box-shadow: 0 0px 0px 2px #b9c3dd75, 0 0 5px 2px #b9c3dd75, 0 0 0px 6px #b9c3dd75;
}


.city-posts {
    margin-bottom: 15px;
    overflow: hidden;
}

.city-posts .polist {
    padding: 0 1px
}

.city-posts .ttit {
    margin: 10px 0;
}

.city-posts .polist .item .det {
    padding: 5px 10px;
    padding-left: 3px;
    width: 83%;
    float: right;
}

.city-posts .polist .item .det .roti {
    margin: 1px 0;
    font-size: 11px;
}

.city-posts .polist .item {
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 3px;
    width: 100%;
    float: right;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative
}

.city-posts .polist .item .thumbnail {
    width: 15%;
    float: right;
    height: 55px;
}

.city-posts .polist .item .det h2 {
    font-size: 14px;
    font-family: "wparaby";
    line-height: 1.4
}

.city-posts .polist .item .det h2 a {
    color: #1B1464;
}

.city-title .ma-icon {
    color: #eee;
    text-align: center;
    width: 30px;
    height: 25px;
    float: left;
    margin: 5px;
    font-size: 15px;
    line-height: 30px;
    background: #a5a5a533;
    outline: none;
    border-radius: 3px;
}

.city-title .ma-icon:hover {
    transition: all 0.5s ease 0s;
    color: #fff;
    background-color: #FFCC03;
}

.city-title .ma-icon .icon-close {
    display: none;
    opacity: 0
}

.city-title .ma-icon.active .icon-mao {
    display: none
}

.city-title .ma-icon.active .icon-close {
    opacity: 1;
    line-height: 25px;
    display: block
}

.form-wrapper-wrapa {
    width: 98.3%;
    position: absolute;
    z-index: 8888;
    background: #1B1464;
    margin-top: 30px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    padding: 2px 2%;
}

.form-wrapper-wrapa .form-wrappera {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.form-wrapper-wrapa .form-wrappera.visible {
    height: auto;
    overflow-x: hidden;
    overflow: hidden;
    padding: 5px 0
}

.city-title {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #1B1464;
    width: 100%;
    float: right;
    overflow: hidden;
    height: 35px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.city-title h2 {
    width: 50%;
    line-height: 35px;
    padding: 0 15px;
    float: right;
    font-family: "wparaby";
    font-size: 15px;
    color: #fff;
}

.map-posts .more {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 5px;
    height: auto;
    overflow: hidden;
}

.map-posts .more h3 {
    width: 100%;
    height: 30px;
    text-align: center;
}

.map-posts .more h3 a {
    font: 12px "wparaby_l";
    background-color: #1B1464;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
}

.map-posts .more h3::before {
    content: '';
    display: inline-block;
    width: 35%;
    height: 1px;
    margin-bottom: 4px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #9999992b;
}

.map-posts .more h3::after {
    content: '';
    display: inline-block;
    width: 35%;
    height: 1px;
    margin-bottom: 4px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #9999992b;
}

.map-posts .more h3:hover a {
    background: #FFCC03;
    transition: all .5s ease;
}

.disable {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    position: relative;
    opacity: 0.3;
}


.postlist {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.postlist .item {
    width: calc(100% * 1/4 - 15px);
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 10px 0.6%;
    height: auto;
    float: right;
}

.postlist .item .thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 100px;
    padding: 0;
    height: 145px;
    background-size: 50%;
}

.postlist .item .thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.postlist .item .det {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    height: 100px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: height .25s, background-color .25s, box-shadow .25s;
    transition: height .25s, background-color .25s, box-shadow .25s;
}

.postlist .item .det p {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-top: 10px;
    max-height: 40px;
    color: #222;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    -webkit-transition: margin-top .25s;
    transition: margin-top .25s;
}

.postlist .item .det time {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
    color: #999;
    text-align: right;
    font-size: 11px;
    opacity: 0;
    transition: opacity .15s, -webkit-transform .25s;
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, transform .15s;
    transition: opacity .15s, transform .15s, -webkit-transform .15s;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.postlist .item .det time b {
    margin-right: 5px;
}

.postlist .item:hover .image {
    opacity: 1;
}

.postlist .item:hover .det {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    background-color: #fff;
}

.postlist .item:hover .det time {
    opacity: 1;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.postlist .item:hover .det p {
    margin-top: 20px;
    max-height: 100%;
}

.postlist .item:hover .play {
    background: #FFCC03;
    box-shadow: 0 0px 0px 2px #FFCC03, 0 0 5px 2px #FFCC03, 0 0 0px 6px #FFCC03;
}

.postlist .item:hover .play a {
    color: #fff;
}

.postlist .item:hover .play:before {
    opacity: .8;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.postlist .item:hover .play:after {
    opacity: .72;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.postlist .item .plink {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    float: right;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.postlist .item .play {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: -35px;
    height: 50px;
    width: 50px;
    line-height: 55px;
    padding: 0 7px 0 7px;
    font-size: 28px;
    background-color: #FFCC03;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 transparent;
    -webkit-transition: .75s;
    transition: .75s;
}

.postlist .item .play a {
    color: #FFC000;
    text-align: center;
}

.thumbnail .mydate b {
    transform: scale(0);
    position: absolute;
    color: #fff;
    font-size: 10px;
    background-color: rgb(53 60 73 / 61%);
    left: 2px;
    top: 5px;
    line-height: 15px;
    transition: all .2s ease;
    padding: 3px 5px;
    width: auto;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    border-radius: 10px;
}

.thumbnail:hover .mydate b {
    transform: scale(1);
    transition: all .2s ease;
}

.thumbnail:hover .myclock::before {
    color: #fff;
    transition: all .2s ease;
}

.thumbnail .myclock::before {
    content: "\f017";
    font-family: 'FontAwesome';
    color: #ffffff7a;
    font-size: 17px;
    float: right;
    line-height: 15px;
    margin-left: 5px;
}


.postgrid {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.postgrid .item {
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: calc(100% * 1/3 - 9px);
    margin: 0 0.5% 10px 0.5%;
    height: auto;
    float: right;
}

.postgrid .item .thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 70px;
    padding: 0;
    height: 160px;
    background-size: 50%;
}

.postgrid .item .thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.postgrid .item .det {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    height: 70px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: height .25s, background-color .25s, box-shadow .25s;
    transition: height .25s, background-color .25s, box-shadow .25s;
}

.postgrid .item .det h2 {
line-height: 20px;
  font-size: 15px;
  font-family: "wparaby";
  font-weight: 600;
  padding-top: 60px;
  color: #222;
  text-align: right !important;
}

.postgrid .item .det p {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-top: 20px;
    max-height: 40px;
    color: #626262;
    text-align: justify;
    font-family: "wparaby_l";
    font-size: 12px;
    line-height: 15px;
    -webkit-transition: margin-top .25s;
    transition: margin-top .25s;
}

.postgrid .item:hover .image {
    opacity: 1;
}

.postgrid .item:hover .det {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    background-color: #fff;
}

.postgrid .item:hover .det p {
    max-height: 100%;
}

.postgrid .item .thumbnail .mydate b {
    color: #fff;
    font-size: 10px;
    background-color: rgb(53 60 73 / 61%);
}

.main-tb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.tabe-top {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: right;
    height: auto;
    margin-bottom: 5px;
}

.tabe-top .tabs li {
    display: inline-block;
    list-style: none;
    margin-left: 5px;
    transition: all .6s ease;
    background-color: rgba(0, 0, 0, 0.1);
    color: #999;
}

.tabe-top .tabs li a {
    display: inline-block;
    width: 100%;
    float: right;
    padding: 10px 15px;
    font-family: "wparaby";
    font-size: 15px;
    color: #1B1464;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-radius: 4px;
}

.tabe-top .tabs li a.active {
    color: #fff !important;
    background-color: #1B1464;
    width: 100%;
}

.tabe-top .tabs li:hover {
    background-color: rgb(77 76 76 / 10%);
    transition: all .6s ease;
}

.tabe-bottom {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: right;
    height: auto;
}

.main-tb .archive-head {
    padding-top: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-tb .archive-head .arch-layout {
    width: 20px;
    height: 25px;
    padding: 5px;
    display: inline-block;
    float: left;
    margin: auto 5px;
    margin-bottom: 10px;
    cursor: pointer
}

.main-tb .archive-body .items {
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-tb .archive-body .items .item {
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    position: relative
}

.main-tb .archive-body .items .item .det h2 {
    font-size: 17px;
    font-family: "wparaby";
    line-height: 1.6;
    margin-bottom: 10px
}

.main-tb .archive-body .items .item .det h2 a {
    color: #1B1464;
}

.main-tb .archive-body .items .item .det .roti {
    margin: 0px
}

.main-tb .archive-body .items .item .det p {
    color: #646464;
    line-height: 1.8;
    margin: 6px 0px;
    font-size: 13px;
}

.main-tb .archive-body .items .item .det .time {
    font-size: .6rem;
    color: #626262;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-tb .archive-body .items .item .det .time .ap-clock {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px
}

.main-tb .archive-body .items .item .det .time span {
    margin: auto 0
}

.main-tb .archive-body .items.list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative
}

.main-tb .archive-body .items.list .item:last-child {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0
}

.main-tb .archive-body .items.list .item .thumbnail {
    width: 35%;
}

.main-tb .archive-body .items.list .item .det {
    width: 65%;
    padding: 10px
}

.main-tb .archive-body .items.grid {
    margin-left: -15px
}

.main-tb .archive-body .items.grid .item {
    overflow: hidden;
    display: block;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 15px;
    float: right;
    height: 222px;
    width: calc(100% * 1/3 - 15px);
    margin-left: 15px
}

.main-tb .archive-body .items.grid .item .thumbnail {
    width: 100%;
    height: 150px;
    margin-bottom: 10px
}

.main-tb .archive-body .items.grid .item .det {
    padding: 0 10px
}


.all-post li.media-all::before,
.all-post li.gallery-all::before {
    content: none;
}

.all-post ul {
    padding: 2px 0;
    list-style: none !important;
}

.all-post li {
    font-size: 14px;
    font-family: "wparaby";
    line-height: 1.5;
    transition: all .6s ease;
    list-style: none !important;
    padding: 0;
    float: right;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}

.all-post li:last-child {
    border-bottom: none;
}

.all-post li a {
    color: #1B1464;
}

.all-post li i {
    color: #fff;
    float: right;
    background: #1B1464;
    margin-left: 7px;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    padding: 4px 4px;
    transition: all .3s ease;
    border-radius: 50px;
}

.all-post li::before {
    content: "\f10d";
    font-family: 'FontAwesome';
    float: right;
    transition: all .3s ease;
    color: #fff;
    float: right;
    background: #1B1464;
    margin-left: 7px;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    padding: 4px 5px;
    border-radius: 50px;
}

.all-post li:hover::before,
.all-post li:hover i {
    transition: all .3s ease;
    background: #FFCC03;
}


@keyframes fio {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.25
    }

    100% {
        opacity: 1
    }
}

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

    50% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

#tc_loading {
    display: none;
    background: #fff;
    text-align: center;
    height: 400px;
    width: 100%;
    line-height: 100px;
    animation: fio 1s linear infinite;
    -webkit-animation: fio 1s linear infinite;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: context-menu;
}

#tc_loading p {
    text-align: center;
    color: #333;
    font-size: 14px;
}

.main-tb.light #tc_loading p {
    text-align: center;
    color: #333;
    direction: rtl;
}

.main-tb #tc_loading p {
    text-align: center;
    color: #1B1464;
    direction: rtl;
}

.ap-ring {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 85px;
    text-align: center;
}

.ap-ring p {
    margin-top: 105px;
}

.ap-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 15px;
    margin-top: 70px;
    border: 3px solid;
    border-radius: 50%;
    animation: ap-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -webkit-animation: ap-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #1B1464 transparent transparent transparent
}

.ap-ring div:nth-child(1) {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.ap-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.ap-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes ap-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ap-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/************************************video*****************************************/
.player-right {
    position: relative;
    width: 100%;
    float: right;
    height: 470px;
}

.player-left {
    position: relative;
    width: 33%;
    margin-right: 1%;
    float: right;
    height: 470px;
}

.player-download {
    float: right;
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: auto;
    padding-top: 15px;
    bottom: 0;
    border-top: 1px solid #2c3136;
    margin-top: 10px;
}

.player-download li {
    overflow: hidden;
    position: relative;
    list-style: none;
    float: right;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    transition: all .6s ease;
}

.player-download li a {
    font: 13px/30px "wparaby_m";
    padding-right: 1%;
    float: right;
    color: #999;
    transition: all .6s ease;
}

.player-download li b {
    font: 10px/20px "Arial";
    background: rgba(0, 0, 0, 0.1);
    float: left;
    color: #999;
    text-align: center;
    width: 110px;
    padding: 5px 10px;
    transition: all .6s ease;
}

.player-download li:hover b {
    transition: all .6s ease;
    color: #fff;
}

.player-download li a:hover {
    color: #fff;
}

.player-download li i {
    float: right;
    background: rgba(0, 0, 0, 0.1);
    padding: 5px;
    color: #999;
    border-radius: 50px;
    width: 25px;
    text-align: center;
    height: 25px;
    margin-left: 5px;
    transition: all .6s ease;
}

.player-download li:hover i {
    color: #fff;
    transition: all 0.5s ease 0s;
    background-color: #FFCC03;
}

.my-video {
    cursor: pointer;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: wparaby_m;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    width: 100%;
}

video {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important
}

/************************************video*****************************************/

#gallery-1 img {
    border: none !important;
}

.sh-are .icon:before {
    content: '';
    position: absolute
}

.sh-are {
    float: left;
    left: 0;
    top: 30%;
    width: 40px;
    z-index: 999;
    position: fixed;
    height: 170px;
}

.sh-are i {
    font-size: 14px;
    padding: 9px;
}

.sh-are .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ccc;
    position: relative;
    z-index: 2;
    margin: 2px 0;
    border-radius: 3%;
    -moz-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.sh-are .icon.what-sh {
    background-color: #3b404b
}

.sh-are .icon.what-sh:hover {
    color: #fff;
}

.sh-are .icon.red {
    background-color: #3b404b
}

.sh-are .icon.red:hover {
    color: #fff
}

.sh-are .icon.lin-sh {
    background-color: #3b404b
}

.sh-are .icon.lin-sh:hover {
    color: #fff
}

.sh-are .icon.blue {
    background-color: #3b404b
}

.sh-are .icon.blue:hover {
    color: #fff
}

.sh-are .icon.dblue {
    background-color: #3b404b
}

.sh-are .icon.dblue:hover {
    color: #fff
}

.sh-are .icon.green {
    background-color: #3b404b
}

.sh-are .icon.green:hover {
    color: #fff
}

.sh-are .icon:before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    z-index: -1;
    background-color: #4f5868;
    width: 0;
    height: 0;
    -webkit-border-radius: 3%;
    -moz-border-radius: 3%;
    border-radius: 3%;
    -moz-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.sh-are .icon:hover:before {
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in
}

.sh-are .icon:hover:before {
    width: 30px;
    height: 30px;
    transition: all .3s ease-in
}


.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content .close {
    color: #fff;
    position: absolute;
    font-size: 35px;
    transition: all 0.3s ease-in-out;
    background: #1B1464;
    background-color: rgb(27, 20, 100);
    width: 35px;
    border-radius: 50px;
    height: 35px;
    text-align: center;
    line-height: 34px;
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    background: #FFCC03;
    color: #fff;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        transition: all 0.3s ease-in-out;
        opacity: 0
    }

    to {
        top: 0;
        transition: all 0.3s ease-in-out;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        transition: all 0.3s ease-in-out;
        opacity: 0
    }

    to {
        top: 0;
        transition: all 0.3s ease-in-out;
        opacity: 1
    }
}

.modal-content {
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    margin: auto;
    border-radius: 5px;
    padding: 20px;
    width: 40%;
    margin-top: 15%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-content h2 {
    width: 100%;
    font-size: 22px;
    font-family: wparaby;
    color: #1B1464;
    text-align: center;
    margin: 20px auto;
}

.modal-content h3 {
    width: 100%;
    font-size: 12px;
    font-family: wparaby_l;
    color: #999;
    text-align: center;
    margin: 5px auto;
}

.modal-content h4 {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    background: #eee;
    padding: 15px 0;
    border-radius: 30px;
    color: #999;
    font-family: arial;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
}

.modal-content h4:hover {
    background: #1B1464;
    color: #fff;
    transition: all 0.3s ease-in-out;
}



.progress-container {
    width: 100%;
    height: 6px;
    background: #1B1464;
}

.progress-bar {
    height: 6px;
    background: #FFCC03;
    width: 0%;
    float: left;
}

.gallery-content .content .gallery .gallery-item {
    float: none !important;
    margin: auto;
}

.gallery-content .content .gallery .gallery-item img {
    width: 100% !important;
    height: auto !important;
}

.gallery-content .content .gallery {
    text-align: justify;
    overflow: hidden;
}

.gallery-content .content .gallery img {
    width: 100%;
    height: 190px !important;
    transition: all 0.5s ease;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
}

.gallery-content .content .gallery img:hover {
    -webkit-filter: brightness(120%) contrast(120%);
    -moz-filter: brightness(120%) contrast(120%);
    filter: brightness(120%) contrast(120%);
    -ms-transition: .2s filter linear;
    -o-transition: .2s filter linear;
    -webkit-transition: .2s filter linear;
    transition: .2s filter linear;
}

.content .gallery a {
    width: 23%;
    display: inline-block;
    float: right;
    margin: 1%;
}

.content .gallery a img {
    width: 100%;
    object-fit: cover !important;
}

.gallery-content h1 {
    margin: 10px 0;
    width: 100%;
    padding: 0 10px;
}

.gallery-content h1 a {
    font-family: wparaby;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    color: #eee;
}

.gallery-content p {
    color: #ddd;
    line-height: 20px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.gallery-content .gallery-li::before {
    content: none;
}

.gallery-content .gallery .gallery-item {
    float: none !important;
    margin: auto;
}

.gallery-content .gallery .gallery-item img {
    width: 100% !important;
    height: auto !important;
}

.gallery-content .gallery {
    text-align: justify;
    overflow: hidden;
}

.gallery-content .gallery img {
    width: 100%;
    height: 250px !important;
    transition: all 0.5s ease;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
}

.gallery-content .gallery img:hover {
    -webkit-filter: brightness(120%) contrast(120%);
    -moz-filter: brightness(120%) contrast(120%);
    filter: brightness(120%) contrast(120%);
    -ms-transition: .2s filter linear;
    -o-transition: .2s filter linear;
    -webkit-transition: .2s filter linear;
    transition: .2s filter linear;
}

.gallery-content .gallery a {
    width: 31%;
    display: inline-block;
    float: right;
    margin: 1%;
}

.gallery-content .gallery a img {
    width: 100%;
    object-fit: cover !important;
}

.lg * {
    direction: ltr;
    text-align: left;
}

.lg-outer .lg-thumb {
    margin: auto !important;
}

.gallery-content {
    text-align: justify;
    width: 100%;
    height: auto;
    padding: 30px 0 20px;
    margin-top: -10px;
    background: #2c3136;
    position: relative;
    overflow: hidden;
}

.post-ga {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #2c3136;
    overflow: hidden;
}

.post-ga li {
    background-color: rgba(0, 0, 0, 0.1);
    color: #b4b0b0a8;
    display: block;
    font-family: wparaby_m;
    font-size: 13px;
    float: right;
    text-align: center;
    width: 12.5%;
    line-height: 40px;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    margin: 0 0 0 1%;
}

.post-ga li:nth-child(1n+2):last-child {
    width: 18%;
}

.post-ga li a {
    font-family: wparaby_m;
    color: #b4b0b0a8;
    font-size: 13px;
}

.post-ga li span {
    font-family: wparaby;
    color: rgba(0, 0, 0, 0.5);
}

.post-ga li .fa {
    color: #ccc;
    background-color: #4e5b6642;
    display: block;
    float: right;
    font-size: 25px;
    padding: 10px 2%;
    height: 45px;
    line-height: 27px;
    width: 100%;
    text-align: center;
}




/*--------------wp-dark-mode---------------------*/
.wp-dark-mode-switcher.style-1 label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-dark-mode-switcher.style-1 .modes {
    display: flex;
    align-items: center;
    justify-content: center
}

.wp-dark-mode-switcher.style-1 .modes .light::before {
    content: "\f186";
    font-family: FontAwesome;
    font-size: 25px;
    position: relative;
    color: #fff;
}

.wp-dark-mode-switcher.style-1 .modes .dark::before {
    content: "\f185";
    font-family: FontAwesome;
    font-size: 20px;
    position: relative;
    color: #fff;
}

.wp-dark-mode-switcher.style-1 .dark {
    display: none
}

.wp-dark-mode-switcher.active.style-1 .light {
    display: none
}

.wp-dark-mode-switcher.active.style-1 .dark {
    display: block
}

.wp-dark-mode-switcher {
    display: inline-flex;
    align-items: center;
    z-index: 999;
    position: relative;
    background: 0 0 !important;
    text-align: left
}

.wp-dark-mode-switcher label {
    position: relative;
    cursor: pointer;
}

.wp-dark-mode-switcher .modes {
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: auto 5px auto auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.wp-dark-mode-switch {
    display: none !important
}

.ap_header .menda .wp-dark-mode-switcher .modes {
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin: auto 4px auto auto;
}

.ap_header .menda .wp-dark-mode-switcher.style-1 .modes .light::before,
.ap_header .menda .wp-dark-mode-switcher.style-1 .modes .dark::before {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
}

.wp-dark-mode-switcher .modes:hover {
    transition: all 0.3s ease;
}

html.wp-dark-mode-active .slider-big:not(.wp-dark-mode-ignore),
  html.wp-dark-mode-active .marquee-frame span:hover .time:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .slideThree:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .modalDialog>div:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .modal-content:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce div.product .woocommerce-tabs ul.tabs li:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .da:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .top_cm .avatar img:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .com_da:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .top_menu ul ul:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .form-wrapper-wrapl:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .form-wrapper-wraps:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap_header .le-icon:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap_header .share-icon:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap_header .me-icon:not(.wp-dark-mode-ignore),
/* تم إضافة .mn-icon هنا */
html.wp-dark-mode-active .form-wrapper-wrapm:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .top_header:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active body:not(.wp-dark-mode-ignore) {
    background: #1B2128 !important;
}

/* الخلفية البيضاء للـ sidebar عند تفعيل الوضع الليلي */
html.wp-dark-mode-active .desktop-menu:not(.wp-dark-mode-ignore) {
    background: #ffffff !important;
    /* خلفية بيضاء */
    color: #000000 !important;
    /* لون النص داكن */
}

/* تخصيص الروابط داخل الـ sidebar */
html.wp-dark-mode-active .desktop-menu a:not(.wp-dark-mode-ignore) {
    color: #000000 !important;
    /* لون النص للروابط يكون داكنًا */
}

/* تخصيص زر الإغلاق داخل الـ sidebar */
html.wp-dark-mode-active .desktop-menu-close:not(.wp-dark-mode-ignore) {
    color: #000000 !important;
    /* لون زر الإغلاق داكن */
}

/* التأكد من أن أيقونة القائمة .mn-icon تتناسب مع الوضع الليلي */
html.wp-dark-mode-active .ap_header .mn-icon:not(.wp-dark-mode-ignore) {
     /* خلفية الأيقونة بيضاء */
    color: #ffff !important;
    /* لون الأيقونة داكن */
}

html.wp-dark-mode-active .progress-container:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .wi_n_bottom .polist:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active blockquote .fa-quote-left:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .form-wrapper-wrapne .form-wrapperne.visible:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .marquee:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .pagination span:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .pagination a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .postlist .item .det:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce ul.products li.product:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce-page ul.products li.product:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce div.product .woocommerce-tabs .panel:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce-breadcrumb:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .city-title:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .form-wrapper-wrapa:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .cm_wrapper:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .com_da span:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active ul.commentlist li:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .news_body .lists:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .entry:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .breadcrumb li span:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap_menu ul ul:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap_header:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .read-more:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .shopp li:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .item:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .tree:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap-tabs:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .sidebar-content:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .post-icons:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .inn .post-share:not(.wp-dark-mode-ignore) {
    background-color: #1F262C !important;
}

html.wp-dark-mode-active .postgrid .item .det:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .marquee-frame span .time:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .slider_comments:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .wi_n_five .ttit .contrl span:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap_slider .polist .arrow:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap_menu ul ul li:hover a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .go-top:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .menda:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .entry table tr:nth-child(2n):not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .entry table thead th:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .entry blockquote:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .tabe-top .tabs li a.active:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .news-icon:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .accordion:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .modal-content h4:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .map-posts .more h3 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .breadcrumb li:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .im-tag-title .fa:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .post-info li .fa:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .modalsubmit:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .marquee .t:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .pagination .current:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce .entry-summary .stock:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce div.product .woocommerce-tabs ul.tabs:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce div.product form.cart div.quantity:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active input:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active textarea:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active select:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active #tc_loading:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active ul.commentlist>ul.children li .com_da:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .post-icons li:hover:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .post-share li:hover:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .slider_comments .polist .item figure:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .lead:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap-tabs ul.tabs:not(.wp-dark-mode-ignore) {
    background-color: #282E34 !important;
}


html.wp-dark-mode-active .ap-am b span:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap-tabs ul.tabs li span:not(.wp-dark-mode-ignore) {
    color: #fff !important;
}

html.wp-dark-mode-active .post-icons li:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap-archive .archive-main .archive-body .items .item .det h2 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .news_body .list .item .det h2 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap-single .single-main .post-header h1.post-title a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .item-t h2 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .all-post li a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .widget_8 h2 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .marquee-frame span a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .main-tb .archive-body .items .item .det h2 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .tree .item .det h2 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap-tabs .wpp-list li a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .itemm .det h2 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .tree .item:nth-child(1) .det h2 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .ap_slider .polist .item .det h3 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .tabe-top .tabs li a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .polist .item .det h2 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .postgrid .item .det h2 a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .go-top .fa-angle-up:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce div.product .woocommerce-tabs .panel h2:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce-breadcrumb:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active b:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active h1:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active h2:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active h3:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active h4:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active h5:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active h6:not(.wp-dark-mode-ignore) {
    color: #eee !important;
}


html.wp-dark-mode-active .postgrid .item .det h2:hover a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .accordion:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce div.product .woocommerce-tabs ul.tabs li a:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .im-tag-title:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .roti:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .lead:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active p:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active span:not(.wp-dark-mode-ignore) {
    color: #ccc !important;
}

html.wp-dark-mode-active .ap-ring div:not(.wp-dark-mode-ignore) {
    border-color: #eee !important;
}

html.wp-dark-mode-active input:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active textarea:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active select:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .itemm:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .wi_n_bottom .polist:nth-child(n+2) .det:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .wi_n_bottom .polist .item:nth-child(n+2) .det:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .widget_8 h2:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .modalDialog h2:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .sku_wrapper:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .top_cm .avatar img:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .tagged_as:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .posted_in:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce ul.products li.product .button:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce div.product .woocommerce-tabs ul.tabs li:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .woocommerce div.product .woocommerce-tabs .panel h2:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .map-posts:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .map-posts:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .post-icons:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .post-share:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .item-t:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .item:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active li:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active .shopp li .morshop:not(.wp-dark-mode-ignore) {
    border-color: #0F1113 !important;
}

html.wp-dark-mode-active input:focus:not(.wp-dark-mode-ignore),
html.wp-dark-mode-active textarea.materialize-textarea:focus:not(.wp-dark-mode-ignore) {
    border-bottom: 1px solid #666 !important;
    box-shadow: 0 1px 0 0 #666 !important
}





/*--------------wp-dark-mode---------------------*/


/*-------------- player---------------------*/
[class^="ckin-"],
[class*=" ckin-"] {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ckin-compress:before {
    content: "\f066";
}

.ckin-expand:before {
    content: "\f065";
}

.ckin-play:before {
    content: "\f04b";
}

.ckin-pause:before {
    content: "\f04c";
}

.ckin-stop:before {
    content: "\f04d";
}

.ckin-backward:before {
    content: "\ea1f";
}

.ckin-forward:before {
    content: "\ea20";
}

.ckin-volume-high:before {
    content: "\f028";
}

.ckin-volume-medium:before {
    content: "\f028";
}

.ckin-volume-low:before {
    content: "\f027";
}

.ckin-volume-mute:before {
    content: "\f026";
}

video {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.ckin__player {
    margin-bottom: 20px;
    font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif;
    letter-spacing: 0.02em;
}

.ckin__player.ckin__fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    border-radius: 0 !important;
    display: -ms-flexbox;
    display: flex;
}

.ckin__overlay {
    position: relative;
}

.ckin__overlay:before {
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.ckin__overlay--2:before {
    background: rgba(24, 24, 24, 0.8);
}

.default {
    border: 0 solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
    cursor: pointer;
    direction: ltr;
}

.default:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: opacity .2s;
    opacity: 1;
    visibility: visible;
}

.default__button {
    background: none;
    border: 0;
    line-height: 1;
    color: #FFCC03;
    outline: 0;
    padding: 0;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    max-width: 50px;
}

.default__button i {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.default__button--big {
    background: none;
    border: 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    font-size: 45px;
    transition: all .2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 50%;
    background-color: #FFCC03;
    background-size: 50%;
    width: 80px;
    transition: all .3s ease;
    height: 80px;
}

.default__button--big .ckin-play:before {
    font-size: 45px;
    transition: all .3s ease;
}

.default__button--big:hover .ckin-play:before {
    font-size: 55px;
    transition: all .3s ease;
}

.default__button--big .ckin-pause:before {
    font-size: 40px;
}

.default__button--big:hover {
    transition: all .3s ease;
    box-shadow: 0 0px 0px 4px #FFCC03, 0 0 5px 4px #FFCC03, 0 0 0px 8px #FFCC03;
}

.default__slider {
    width: 10px;
    height: 30px;
}

.default__controls {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    transition: all .3s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    font-size: 32px;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.default.is-playing:before {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.default.is-playing .default__button--big {
    opacity: 0;
    visibility: hidden;
}

.default.is-playing .default__controls {
    -ms-transform: translateY(52px);
    transform: translateY(52px);
}

.default.is-playing:hover .default__controls {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.default__controls>* {
    -ms-flex: 1;
    flex: 1;
}

.default .progress {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    transition: height 0.3s;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 4px;
}

.default .progress__filled {
    width: 0%;
    background: #FFCC03;
    -ms-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    border-radius: 4px;
}

.minimal {
    border: 0 solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.minimal:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    transition: opacity .2s;
    opacity: 1;
    visibility: visible;
}

.minimal__title {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

.minimal__button {
    background: none;
    border: 0;
    line-height: 1;
    color: #00CF7D;
    outline: 0;
    padding: 0;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    max-width: 50px;
}

.minimal__button i {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.minimal__button--big {
    background: none;
    border: 0;
    line-height: 1;
    color: #00CF7D;
    text-align: center;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    font-size: 64px;
    transition: all .2s ease-in;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.minimal__slider {
    width: 50px;
    height: 30px;
}

.minimal__controls {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all .3s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #242424;
    font-size: 32px;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0 0 5px 5px;
}

.minimal.is-playing:before {
    opacity: 0;
    visibility: hidden;
}

.minimal.is-playing .minimal__button--big {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.minimal.is-playing .minimal__controls {
    -ms-transform: translateY(52px);
    transform: translateY(52px);
}

.minimal.is-playing:hover .minimal__controls {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.minimal__controls>* {
    -ms-flex: 1;
    flex: 1;
}

.minimal .progress {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    transition: height 0.3s;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 4px;
}

.minimal .progress__filled {
    width: 0%;
    background: #00CF7D;
    -ms-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    border-radius: 4px;
}

.compact {
    border: 0 solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.compact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    transition: opacity .2s;
    opacity: 1;
    visibility: visible;
}

.compact__title {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.compact__button {
    background: none;
    border: 0;
    line-height: 1;
    color: #00CF7D;
    outline: 0;
    padding: 0;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    max-width: 50px;
}

.compact__button i {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.compact__button--big {
    background: none;
    border: 0;
    line-height: 1;
    color: #00CF7D;
    text-align: center;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    font-size: 64px;
    transition: all .2s ease-in;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.compact__slider {
    width: 10px;
    height: 30px;
}

.compact__controls {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    max-width: 400px;
    bottom: 0;
    right: 0;
    left: 50%;
    transition: all .3s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #242424;
    font-size: 32px;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -ms-transform: translateY(-20px) translateX(-50%);
    transform: translateY(-20px) translateX(-50%);
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
}

.compact.is-playing:before {
    opacity: 0;
    visibility: hidden;
}

.compact.is-playing .compact__button--big {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.compact.is-playing .compact__controls {
    -ms-transform: translateY(52px) translateX(-50%);
    transform: translateY(52px) translateX(-50%);
}

.compact.is-playing:hover .compact__controls {
    -ms-transform: translateY(-20px) translateX(-50%);
    transform: translateY(-20px) translateX(-50%);
}

.compact__controls>* {
    -ms-flex: 1;
    flex: 1;
}

.compact .progress {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    transition: height 0.3s;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 4px;
}

.compact .progress__filled {
    width: 0%;
    background: #00CF7D;
    -ms-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    border-radius: 4px;
}

@media (max-width: 480px) {
    .ckin__player button {
        font-size: 18px;
    }
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

/*-------------- player---------------------*/

/*-------------- gallery---------------------*/
.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: #0C0D1D99;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #0C0D1D99;
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #FFF;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: #0C0D1D99;
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

#lg-counter span {
    vertical-align: middle;
    font-family: "BYekan-light";
}

.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #2c3136;
    opacity: 0.7;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #777;
    border-radius: 1px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #eee;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #2c3136;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #FFF;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.group {
    *zoom: 1;
}

.group:before,
.group:after {
    display: table;
    content: "";
    line-height: 0;
}

.group:after {
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: RGBA(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*-------------- gallery---------------------*/



/*-------------- woocommerce---------------------*/
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    font-family: "wparaby_m";
}

.add_to_cart_button::before {
    content: '\f217';
    font-family: FontAwesome;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.page-title {
    display: none;
}

.woocommerce div.product .product_title {
    margin: 10px 0 !important;
    font-family: 'wparaby';
    color: #1B1464;
    font-size: 18px;
    width: 100%;
}

.woocommerce div.product p.price {
    overflow: hidden;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
    color: #999;
}

.woocommerce-Price-amount {
    font-family: 'wparaby_m';
    font-size: 16px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #1B1464 !important;
}

.woocommerce .entry-summary .out-of-stock {
    color: #ff5252;
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce .entry-summary .stock {
    margin: 10px 0 0px !important;
    font-family: 'wparaby_m';
    background-color: #fcebeb;
    padding: 7px 15px;
    border-radius: 3px;
    font-size: 13px !important;
    display: block;
    width: auto;
    text-align: center;
}

.woocommerce-Price-currencySymbol {
    margin-right: 4px;
}

.item-abstract {
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    width: 100%;
}

.woocommerce div.product form.cart div.quantity {
    float: right;
    height: 30px;
    background: #fff;
    margin: 0 0 0 10px;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    height: 30px;
    border-radius: 5px;
    text-align: center;
}

span.sku,
.product_meta a {
    color: #0063d1;
    font-family: 'wparaby_m' !important;
    font-size: 13px;
}

.woocommerce .woocommerce-breadcrumb {
    background-color: #eee;
    border-radius: 3px;
    font-size: 13px !important;
    line-height: 25px !important;
    padding: 5px 15px !important;
}

.woocommerce div.product form.cart .button {
    height: 30px;
    line-height: 10px !important;
    float: right;
    vertical-align: middle;
    font-size: 14px;
    background: #23bf53;
    font-weight: normal;
    transition: all 0.5s ease;
}

.woocommerce div.product form.cart .button:hover {
    background: #069b34;
    transition: all 0.5s ease;
}

.woocommerce ul.products li.product .button {
    color: #23bf53 !important;
    background: #fff0 !important;
    transition: all 0.5s ease;
    font-family: 'wparaby_m';
    text-align: center;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    border-radius: 0;
}

.woocommerce ul.products li.product .button:hover {
    color: #069b34 !important;
    transition: all 0.5s ease;
}

.woocommerce ul.products li.product .button {
    margin-top: 2px !important;
    border-top: 1px dashed #ddd;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    padding: 8px;
    color: #fff;
    font-size: 12px;
    background: #23bf53;
    width: 100%;
    text-align: center;
    display: inline-block;
    transition: all 0.5s ease;
}

.woocommerce a.added_to_cart:hover {
    background: #069b34;
    transition: all 0.5s ease;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #23bf53 !important;
    color: #fff !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #069b34 !important;
    transition: all 0.5s ease;
}

.woocommerce-review-link {
    font-size: 12px !important;
}

.up-sells h2,
.woocommerce .related h2 {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 30px;
    margin-bottom: 10px;
    float: right;
    padding: 8px 0;
    font-family: "wparaby";
    font-size: 14px !important;
    color: #1B1464;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    font-family: 'wparaby_m';
    color: #1B1464;
    font-size: 16px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: right;
    margin: 0 0 1.992em 3.8%;
    padding: 0;
    position: relative;
    width: 22.05%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
    margin-right: 0;
    border-radius: 3px;
}

h2.woocommerce-loop-product__title {
    font-size: 14px !important;
    font-size: 14px !important;
    padding: 5px !important;
    text-align: center;
}

h2.woocommerce-loop-product__title::before {
    display: none
}

.woocommerce ul.products li.product .woocommerce-Price-amount {
    font-size: 12px;
    padding: 0;
    color: #999;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    font-family: 'wparaby_l';
    font-size: 12px;
}

.sku_wrapper,
.posted_in,
.tagged_as {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'wparaby';
    color: #1B1464;
    padding: 5px 0;
    border-right: 3px solid #ddd;
    float: right;
    overflow: hidden;
    padding-right: 10px;
}

.woocommerce-tabs {
    padding-top: 25px;
    overflow: hidden;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
}

.woocommerce div.product form.cart {
    margin-bottom: 2em;
    margin-top: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    text-align: justify;
    padding: 15px 10px !important;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs .panel .rtejustify {
    line-height: 1.5;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    margin: 10px 0;
    color: #1B1464 !important;
    font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    background: #eee;
    padding-top: 4px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #fff0 !important;
    border-radius: 0 !important;
    border: #fff0 !important;
    padding: 5px 20px !important;
    border-top: 3px solid #eee !important;
    border-left: 1px solid #ddd !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'wparaby_m' !important;
    font-size: 14px;
    font-weight: 700 !important;
    color: #1B1464 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #fff !important;
    border-top: 3px solid #23bf53 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    border-left: none;
}

.woocommerce div.product form.cart .variations select {
    font-family: 'wparaby_l';
    font-size: 12px;
}

.woocommerce-variation-price {
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    font-size: 12px;
}

.woocommerce-product-details__short-description {
    line-height: 25px;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 40px;
}

.woocommerce #review_form #respond textarea {
    width: 96% !important;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}

.woocommerce label {
    text-align: right;
    float: right;
}

.stars span {
    line-height: 15px;
    margin-right: 10px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 5px !important;
    right: -5px !important;
    padding: 3px !important;
    width: 50px !important;
    border-radius: 50px;
    border: none !important;
    height: 50px !important;
    background: #eee;
}

.woocommerce #reviews #comments ol.commentlist ul.children li img.avatar {
    background: #7cd300;
}

.woocommerce #reviews #comments ol.commentlist li::marker {
    color: #fff;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 50px 0 0;
    border: 1px solid #fff0 !important;
    border-radius: 4px;
    background: #eeeeee36;
    padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist ul.children li .comment-text {
    margin: 0 50px 0 0;
    border: 1px solid #fff0 !important;
    border-radius: 4px;
    background: #d5dff14d;
    padding: 1em 1em 0;
}

.comment-respond .required {
    position: relative !important;
    right: 0 !important;
}

.woocommerce #review_form #respond .form-submit input {
    width: auto;
    padding: 3px 10px;
    height: 30px;
    margin: 5px auto;
    font-size: 14px;
    color: #fff;
    background: #1B1464;
    border: none;
    font-family: "wparaby_m";
    border-radius: 3px;
    font-weight: normal;
    transition: all .6s ease;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #FFCC03;
    color: #fff;
    transition: all .6s ease;
}

.woocommerce ul.products li.product .star-rating {
    margin-right: 30%;
}

.woocommerce div.product .out-of-stock {
    color: red;
    margin: 5px 0;
}

.woocommerce .star-rating span::before {
    color: #FFCC03;
}

.woocommerce ul.products li.product .price {
    text-align: center;
    width: 100%;
}

.onsale {
    top: 10px !important;
    left: 10px !important;
    line-height: 35px !important;
    width: 35px !important;
    font-size: 10px !important;
    text-align: center !important;
    height: 35px !important;
    right: 5px !important;
    font-weight: normal !important;
    position: absolute !important;
    border-radius: 100% !important;
    background-color: #77a464 !important;
    color: #fff !important;
    z-index: 9 !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 3.5em 1em 1em !important;
    line-height: 35px !important;
    border-top: none !important;
    border-radius: 5px;
    background-color: #eee !important;
}

.woocommerce ul.product_list_widget {}

.woocommerce ul.product_list_widget li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px !important;
    border-bottom: 1px dashed #ddd;
}

.woocommerce ul.product_list_widget li:last-child {
    border-bottom: none;
}

.woocommerce ul.product_list_widget li a {
    padding: 8px 0;
    font-family: "wparaby";
    font-size: 16px;
    color: #1B1464;
}

.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
    font-size: 12px;
}

.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 4px;
    width: 45px !important;
    height: 45px !important;
    box-shadow: none;
}

span.reviewer {
    font-size: 12px;
}

ul.product-categories {
    padding-bottom: 5px;
    padding-right: 5px;
}

ul.product-categories li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}

ul.product-categories li a {
    font-size: 14px;
    font-family: "wparaby";
    line-height: 1.5;
    color: #1B1464;
    transition: all .6s ease;
}

ul.product-categories li a:before {
    content: "\f10c";
    color: #1B1464;
    font-family: 'FontAwesome';
    transition: all .6s ease;
    font-size: 10px;
    padding-left: 7px;
    float: right;
    line-height: 20px;
}

ul.product-categories li:hover a:before {
    content: "\f111";
    font-family: 'FontAwesome';
    transition: all .6s ease;
}

ul.product-categories li:last-child {
    border-bottom: none;
}

ul.product-categories li ul {
    padding-right: 15px;
    margin: 5px auto;
}

ul.product-categories li ul li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

ul.product-categories li ul li a {
    font-size: 12px;
}

ul.product-categories li ul li a::before {
    font-size: 8px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: calc(100% * 1/4 - 18px) !important;
    margin: 5px 0 !important;
    margin-left: 2% !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    line-height: 5px;
    height: 30px;
}

.woocommerce table.cart img {
    height: auto;
    width: 50px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    height: 50px;
    line-height: 30px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    line-height: 30px !important;
}

.cross-sells h2,
.cart_totals h2 {
    font-size: 18px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: right;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
    width: 98%;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto !important;
    height: 50px;
}

.woocommerce-MyAccount-navigation {
    margin-bottom: 15px
}

.woocommerce-MyAccount-navigation ul li {
    float: right;
    margin-left: 10px;
    list-style: none !important
}

.woocommerce-MyAccount-navigation {
    float: none !important;
    width: 100% !important;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    border-radius: 3px;
    text-align: center
}

.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.1);
    color: #1B1464 !important;
    font-family: wparaby;
    transition: all .6s ease;
}

.woocommerce-MyAccount-navigation ul li:hover a {
    background: rgba(60, 58, 58, 0.1);
    transition: all .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%
}

.woocommerce-MyAccount-navigation ul {
    width: 100%;
    margin: 0;
    padding: 5px 0;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    cursor: pointer;
    list-style: none;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}

.shopp {
    overflow: hidden;
    height: auto;
    width: 100%;
}

.shopp li {
    float: right;
    margin: 5px 1%;
    padding: 0;
    position: relative;
    width: calc(99% * 1/4 - 16px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 3px;
}

.shopp li img {
    width: 100%;
    height: auto;
    display: block;
}

.shopp li h2 {
    padding: 5px !important;
    text-align: center;
    width: 100%;
    float: right;
}

.shopp li h2 a {
    font-size: 14px !important;
    font-family: "wparaby";
    color: #1B1464;
}

.shopp li .price {
    color: #77a464;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: .5em;
}

.shopp li .price .woocommerce-Price-amount {
    font-family: 'wparaby_m';
    font-size: 12px;
    float: none;
    text-align: center;
}

.shopp li .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    float: revert;
    margin-right: 4px;
}

.shopp li .morshop {
    border-top: 1px dashed #ddd;
    transition: all 0.5s ease;
    font-family: 'wparaby_m';
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 25px;
    overflow: hidden;
    font-weight: normal;
}

.shopp li .morshop a {
    color: #23bf53 !important;
    font-size: 12px;
    transition: all 0.5s ease;
}

.shopp li .morshop a:hover {
    color: #069b34 !important;
    transition: all 0.5s ease;
}

.shopp li .morshop a::before {
    content: '\f217';
    font-family: FontAwesome;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.wc-layered-nav-rating {
    padding: 8px 0;
}

/*-------------- woocommerce---------------------*/

ul.xoxol.blogrol {
    padding: 0 !important;
    margin: 0 !important;
}

ul.xoxol.blogrol li a {
    color: #666;
    font-family: "wparaby_l";
}

ul.xoxol.blogrol li a:hover {
    color: #333;
}

ul.xoxol.blogrol li:hover::before {
    color: #333;
}

ul.xoxol.blogrol li {
    list-style: none;
    font-size: 12px;
    right: 0;
    background: #eeeeee7d;
    width: 100%;
    padding: 0 5px;
}

ul.xoxol.blogrol li::before {
    content: "■ ";
    color: #666;
    font-size: 8px;
    float: right;
    line-height: 20px;
    margin-left: 8px;
}


.post-wrap ul li {
    width: 100%;
    font-size: 14px;
    height: auto;
    font-family: "wparaby_l";
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}

.post-wrap ul li a {
    font-size: 14px;
    padding-right: 2px;
    font-family: "wparaby";

    line-height: 1.5;
    transition: all .6s ease;
}


/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
    /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: .7em;
    /* opinion 3 */
    font-family: "wparaby_l";
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    /* magic! */

    /* most of the rest of this is opinion */
    font-family: "wparaby_l";
    text-align: center;

    /* 
Let the content set the size of the tooltips 
but this will also keep them from being obnoxious
*/
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .6ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}



/*--------------------------------setings------------------------*/

.postgrid .item .det h2 a,
.tabe-top .tabs li a,
.ap-single .single-main .post-header h1.post-title a,
.shopp li h2 a,
.wi_n_two .polist .item .det h2 a,
.wi_n_five .polist .item .det h2 a,
.widget_8 h2 a,
.ap-tabs .wpp-list li a,
.all-post li a,
span.sku,
.product_meta a,
.woocommerce ul.product_list_widget li a,
ul.product-categories li a,
.news_body .list .item .det h2 a,
.ap-archive .archive-main .archive-body .items .item .det h2 a,
.city-posts .polist .item .det h2 a,
.marquee-frame span a,
.marquee-hadis a,
.item-t h2 a,
.wi_n_four .polist .item .det h2 a,
.wi_n_eleva .polist .item .det h2 a,
.wi_n_seven .polist .item .det h2 a,
.wi_n_then .polist .item:nth-child(1n+2) .det h2 a,
.wi_n_one .polist .item .det h2 a,
.wi_n_three .polist .item .det h2 a,
.main_fixed .item .det h2 a,
.tree .item .det h2 a,
.ap_slider .polist .item .det h3 a,
.main-news .polist .item .det h2 a,
.main-tb .archive-body .items .item .det h2 a,
.itemm .det h2 a {
    color: #1B1464;
    transition: all .6s ease;
}

.postgrid .item .det h2:hover a,
.breaking ul a:hover.replay_cm a:hover,
.marquee-frame span:hover a,
.item-t h2:hover span::before,
.breadcrumb a:hover,
.ap-single .single-main .post-header h1.post-title:hover a,
.shopp li h2:hover a,
.wi_n_two .polist .item .det h2:hover a,
.wi_n_five .polist .item .det h2:hover a,
.itemm .det h2:hover a,
.widget_8 h2:hover a,
.ap-tabs .wpp-list li a:hover,
.ap-tabs .wpp-list li a:hover::before,
.all-post li:hover a,
span.sku:hover,
.product_meta:hover a,
.woocommerce ul.product_list_widget li:hover a,
ul.product-categories li:hover a,
.news_body .list .item .det h2:hover a,
.ap-archive .archive-main .archive-body .items .item .det h2:hover a,
.city-posts .polist .item .det h2:hover a,
.marquee-hadis:hover a,
.item-t h2:hover a,
.wi_n_four .polist .item .det h2:hover a,
.wi_n_eleva .polist .item .det h2:hover a,
.wi_n_seven .polist .item .det h2:hover a,
.wi_n_bottom .polist .item .det h2:hover a,
.wi_n_then .polist .item:nth-child(1n+2) .det h2:hover a,
.wi_n_one .polist .item .det h2:hover a,
.wi_n_three .polist .item .det h2:hover a,
.main_fixed .item .det h2:hover a,
.tree .item .det h2:hover a,
.ap_slider .polist .item .det h3:hover a,
.main-news .polist .item .det h2:hover a,
.main-tb .archive-body .items .item .det h2:hover a {
    color: #150F55;
    transition: all .3s ease;
}


.bbi,
li.bbi {
    display: none;
}

.hhi {
    display: inherit;
}




@media only screen and (max-width:1400px) {
    .form-wrapper-wrap {
        left: 6%;
    }
}




@media only screen and (max-width:1300px) {
    .form-wrapper-wrap .form-wrapper .field-search {
        width: 75%;
    }

    ul.share-menu li {
        width: 49.8%;
        margin: 1px 0.1%;
    }

    .form-wrapper-wrap,
    .form-wrapper-wraps,
    .form-wrapper-wrapl {
        width: 100%;
        left: 0;
        margin-top: -1px;
    }

    .form-wrapper-wrapl .form-wrapperl.visible {
        float: left;
    }
}


@media only screen and (max-width:1200px) {
    .tree .item {
        height: 170px;
    }

    .ap_header .menda .wp-dark-mode-switcher .modes,
    .ap_header .menda .ic_menu,
    .ap_header .menda .me-icon,
    .ap_header .menda .share-icon,
    .ap_header .menda .search-icon,
    .ap_header .menda .le-icon {
        margin: 2px 5px;
    }

    .modalDialog>div {
        width: 50%;
    }

    .player-right {
        width: 100%;
        height: auto;
    }

    .player-left {
        position: relative;
        width: 100%;
        margin-right: 0;
        float: right;
        height: auto;
    }

    .player-download {
        width: 100%;
        position: relative;
        height: auto;
        background: #44465145;
        padding: 10px;
    }

    .post-ga li,
    .post-ga li:nth-child(n+2):last-child {
        width: 24%;
        margin-bottom: 10px;
    }

    .gallery-content .gallery img {
        height: 200px !important;
    }

    .tree .item .thumbnail {
        height: 80px;
    }

    .sidebar .wi_n_one .polist .item:nth-child(n+2) .thumbnail,
    .sidebar .wi_n_one .polist .item .thumbnail {
        width: 100px;
    }

    .sidebar .wi_n_one .polist .item:nth-child(n+2) .det,
    .sidebar .wi_n_one .polist .item .det {
        width: calc(100% - 100px);
    }

    .sidebar .wi_n_one .polist .item .det .roti {
        display: none;
    }

    .tree .item:nth-child(1) .thumbnail,
    .main_sidebar .itemm .thumbnail {
        height: 150px;
    }

    .ap_footer .ft_top .ft_menu {
        width: 70%;
    }

    .ap_footer .ft_top .ft_info {
        width: 30%;
    }

    .city-posts .polist .item .det .roti {
        display: none;
    }

    .form-wrapper-wrapa {
        width: 97.7%;
    }


    .shopp li {
        width: calc(99% * 1/3 - 14px);
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc(100% * 1/3 - 18px) !important;
    }

    .wi_n_eleva .polist .item {
        width: calc(100% * 1/4 - 15px);
    }

    .wi_n_seven .polist .item:nth-child(n+2) .thumbnail {
        height: 140px;
    }

    .wi_n_one .polist .item:nth-child(n+2) {
        width: 49.1%;
    }

    .wi_n_one .polist .item .det p {
        font-size: 12px;
    }

    .wi_n_then .polist .item:nth-child(n+2) .thumbnail,
    .postgrid .item .thumbnail {
        height: 130px;
    }

    .wi_n_then .polist .item:nth-child(n+2) .det {
        top: 140px;
    }

    .wi_n_then .polist .item:nth-child(n+2) {
        margin-right: 12px;
    }

    .wi_n_then .polist .item .thumbnail,
    .wi_n_seven .polist .item .thumbnail {
        height: 220px;
    }

    .ap_menu ul {
        display: none;
    }

    .ap_header .ic_menu {
        display: inline;
    }

    .form-wrapper-wrap,
    .form-wrapper-wrapm,
    .ap_header .search-icon,
    .ap_header .me-icon,
    .ap-am,
    .top_menu {
        display: none;
    }

    .marquee-hadis a {
        padding: 3px;
        font-size: 13px;
    }

    .navigation .ap-am {
        display: inline;
    }

    .ap_header .ap_logo {
        width: calc(88% - 10px);
    }


    .ap_slider .polist .arrow.button-prev {
        bottom: 110px;
    }

    .ap_slider .polist .arrow.button-next {
        bottom: 75px;
    }

    .ap_slider .polist .item .det p {
        font-size: 12px;
    }

    .wi_n_three .polist .item {
        width: calc(100% * 1/4 - 10px);
    }

    .ap-slider_widget .polist .item,
    .sidebar .ap-slider_widget .polist .item .thumbnail {
        height: 200px;
    }

    .ap-archive .archive-main .archive-body .items.grid .item {
        width: calc(100% * 1/2 - 15px);
    }

    .slider-page .ap-slider_gallery .polist .item,
    .slider-page .ap-slider_gallery .polist .item .thumbnail {
        height: 550px;
    }

    .postlist .item {
        width: calc(100% * 1/3 - 15px);
        margin: 15px 0.8%;
    }
}



@media only screen and (max-width:1100px) {
    .tree .item {
        height: auto;
    }

    .slider-page .ap-slider_gallery .polist .item,
    .slider-page .ap-slider_gallery .polist .item .thumbnail {
        height: 500px;
    }

    .tree .item .thumbnail {
        height: auto;
    }

    .tree .item {
        width: 100%;
        margin-right: 0;
    }

    .wi_n_five .polist .item .det h2 {
        font-size: 13px;
    }

    .wi_n_five .polist .item .thumbnail {
        height: 100px;
    }

    .big-item .thumbnail,
    .big-item {
        height: 165px;
    }

    .vid-item .thumbnail,
    .vid-item {
        height: 165px;
    }

    .ap-slider_gallery .polist .item,
    .ap-slider_media .polist .item,
    .ap-slider_media .polist .item .thumbnail {
        height: 340px;
    }

    .main-news .polist .item .thumbnail,
    .itemm .thumbnail {
        height: 100px;
    }

    .main-news .ap-slider_widget .polist .item,
    .main-news .ap-slider_widget .polist .item .thumbnail {
        height: 300px;
    }

    .main-news .polist .item .det p {
        display: none;
    }

    .ap-single .single-main .post-header h1.post-title {
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .ap-single .single-main .post-header h1.post-title a {
        font-size: 20px;
    }

    .post-info li {
        margin: 5px 0 0 5px;
    }
}




@media only screen and (max-width:990px) {
    .modalDialog>div {
        width: 60%;
    }

    .ttit {
        margin-top: 20px;
    }

    .post-ga li .fa {
        width: 45px;
    }

    .post-ga li {
        width: 32%;
        margin-bottom: 5px;
    }

    .post-ga li:nth-child(n+2):last-child {
        width: 98%;
        margin-bottom: 5px;
    }

    .gallery-content .gallery img {
        height: 150px !important;
    }

    .postlist .item {
        margin: 15px 1%;
    }

    .slider-page .ap-slider_gallery .polist .item,
    .slider-page .ap-slider_gallery .polist .item .thumbnail {
        height: 400px;
    }

    .ap-archive .archive-main .archive-body .items .item .det p {
        font-size: 11px;
    }

    .ap-single .single-main .post-header .lead {
        padding: 10px 5px;
        line-height: 20px;
        font-family: 'wparaby_l';
        font-size: 12px;
        margin-bottom: 10px;
    }

    .news_body .list .item {
        width: calc(100% * 1/1 - 0px);
        display: block;
    }

    .news_body .list .item:nth-child(2) {
        margin-right: 0;
    }

    .news_body .list .item .thumbnail {
        width: 40%;
        float: right;
    }

    .news_body .list .item .det {
        width: 60%;
        float: right;
    }

    .news_body .list .item:nth-child(4) {
        margin-right: 0;
    }

    .news_body .list .item:nth-last-child(-n+2) {
        margin-bottom: 15px;
    }

    .ap-single .single-main .post-header h1.post-title a {
        font-size: 18px;
    }

    .news_body .list .item .det h2 {
        font-size: 16px;
    }

    .ap-single .single-main .post-entry .thumbnail-small {
        width: 100%;
        margin-bottom: 25px;
    }

    .ttit h3 {
        width: 100%;
    }

    .archive-head .ttit h3 {
        width: auto;
    }

    #comments .ttit b {
        float: right;
        margin-right: 0;
        padding-right: 5px;
        margin-top: 5px;
        margin-left: 15px;
    }

    .breadcrumb {
        padding: 5px 0px;
    }

    .breadcrumb li {
        margin: 0;
        margin-left: 5px;
        float: right;
    }


    .breadcrumb>.arrow.button-next,
    .breadcrumb a {
        display: none;
    }

    .post-header .roti {
        margin-top: 10px;
    }

    .ap-slider_widget .polist .item,
    .sidebar .ap-slider_widget .polist .item .thumbnail {
        height: 150px;
    }

    .sidebar .wi_n_one .polist .item:nth-child(n+2) .thumbnail,
    .sidebar .wi_n_one .polist .item .thumbnail {
        width: 100%;
        height: 100px;
    }

    .sidebar .wi_n_one .polist .item:nth-child(n+2) .det,
    .sidebar .wi_n_one .polist .item .det {
        width: 100%;
        overflow: hidden;
        padding: 5px 0;
    }

    .sidebar .wi_n_one .polist .item:nth-child(n+2),
    .sidebar .wi_n_one .polist .item {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .tree .item:nth-child(1) .thumbnail,
    .main_sidebar .itemm .thumbnail {
        height: 120px;
    }

    .ap_footer .ft_top .ft_menu li {
        width: auto;
    }

    .ap_footer .ft_bottom {
        display: block;
        padding: 5px;
        text-align: center;
        overflow: hidden;
    }

    .ft_bottom .copyright,
    .ft_bottom .copyleft {
        width: 100%;
        line-height: 20px;
        font-size: 10px;
    }

    .ap_footer .ft_top .ft_info .ftsocial a {
        margin-bottom: 3px;
    }

    .form-wrapper-wrapa {
        width: 100%;
    }

    .shopp li {
        width: calc(99% * 1/2 - 14px);
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc(100% * 1/2 - 18px) !important;
    }

    .wi_n_eleva .polist .item {
        width: calc(100% * 1/3 - 15px);
    }

    .wi_n_then .polist .item,
    .wi_n_seven .polist .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .wi_n_then .polist .item:nth-child(n+2) .thumbnail,
    .wi_n_seven .polist .item:nth-child(n+2) .thumbnail {
        width: 30%;
        float: right;
        height: 120px;
        position: relative;
    }

    .wi_n_bottom .polist .item .thumbnail {
        height: 120px;
    }

    .wi_n_then .polist .item .thumbnail,
    .wi_n_seven .polist .item .thumbnail {
        width: calc(50% - 10px);
        height: 220px;
        float: right;
    }

    .wi_n_then .polist .item .det,
    .wi_n_seven .polist .item .det {
        float: right;
        width: 50%;
    }

    .wi_n_then .polist .item:nth-child(n+2),
    .wi_n_seven .polist .item:nth-child(n+2) {
        margin-right: 0;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .wi_n_then .polist .item:nth-child(n+2) .det {
        top: 10px;
        position: absolute;
        float: left;
        width: 70%;
        left: 0;
    }

    .wi_n_bottom .polist .item .det h2,
    .wi_n_then .polist .item:nth-child(n+2) .det h2 {

        font-size: 16px;
    }

    .wi_n_then .polist .item:nth-child(n+2) .det .roti {
        display: inherit;
    }

    .wi_n_then .polist .item {
        padding-bottom: 0;
    }

    .da {
        padding-bottom: 5px;
    }

    .wi_n_five .polist .item .thumbnail {
        height: 120px;
    }

    .wi_n_two .polist .item {
        width: 100%;
    }

    .wi_n_two .polist .item:nth-child(n+2) {
        margin-right: 0;
    }

    .wi_n_one .polist .item:nth-child(n+2) {
        width: 100%;
        margin-left: 5px;
    }

    .wi_n_two .polist .item .thumbnail,
    .wi_n_one .polist .item .thumbnail {
        height: 140px;
        width: 50%;
        float: right;
    }

    .wi_n_two .polist .item .det {
        width: 50%;
        float: right;
        padding: 10px;
    }

    .wi_n_one .polist .item:nth-child(n+2) {
        margin-bottom: 10px;
    }

    .wi_n_one .polist .item .det p,
    .wi_n_two .polist .item .det p {
        display: none;
    }

    .postgrid .item {
        width: calc(100% * 1/2 - 4px);
    }

    .ap_header .ap_logo {
        width: calc(80% - 0px);
    }

    .big-item .thumbnail,
    .big-item {
        height: 145px;
    }

    .ap-slider_gallery .polist .item,
    .ap-slider_media .polist .item,
    .ap-slider_media .polist .item .thumbnail {
        height: 300px;
    }

    .thumbslider .slider-nav .navlist .itemm {
        display: none;
    }

    .thumbslider .postslid .item .det {
        padding: 10px 15%;
    }

    .thumbslider .postslid .item .det h2 a {
        font-size: 25px;
    }

    .ap_slider .polist .item .det p {
        display: none;
    }

    .wi_n_three .polist .item {
        width: calc(100% * 1/3 - 10px);
    }

    .main-news .polist .item .thumbnail,
    .itemm .thumbnail {
        height: 80px;
    }

    .main-news .ap-slider_widget .polist .item:nth-child(3) .thumbnail,
    .main-news .ap-slider_widget .polist .item:nth-child(4) .thumbnail,
    .ap-slider_widget .polist .item .thumbnail,
    .main-news .ap-slider_widget .polist .item,
    .main-news .ap-slider_widget .polist .item .thumbnail {
        height: 280px;
        width: 100%;
    }

    .ap-single .single-main .post-header h1.post-title {
        text-align: right;
        margin-top: 5px;
    }

    .main-tb .archive-body .items .item .det p {
        line-height: 1.4;
        margin: 5px 0;
        font-size: 11px;
    }


}




@media only screen and (max-width:768px) {
    .tree .item {
        height: 230px;
    }

    .modalDialog>div {
        width: 70%;
    }

    .gallery-content {
        padding: 20px 0 10px;
    }

    .post-ga li {
        width: 48.5%;
    }

    .gallery-content .gallery a {
        width: 48%;
    }

    .postlist .item {
        width: calc(100% * 1/2 - 15px);
        margin: 15px 1.4%;
    }

    .slider-page .ap-slider_gallery .polist .item,
    .slider-page .ap-slider_gallery .polist .item .thumbnail {
        height: 320px;
    }

    .ap-archive .archive-main .archive-body .items.grid .item {
        height: 160px;
    }

    .hhi {
        display: none;
    }

    .bbi,
    li.bbi {
        display: inherit;
    }

    .post-controll {
        position: fixed;
        top: 55%;
        right: 5px;
        transition: all 1.6s ease;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .send_file {
        width: 40px;
    }

    .ap-single .single-main .post-entry .post-controll .inn .post-icons li,
    .ap-single .single-main .post-entry .post-controll .inn .post-share li {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .post-controll:hover {
        right: 10px;
        transition: all .2s ease;
    }

    .polist {
        padding: 0;
    }

    .ap-slider_widget .polist .item,
    .sidebar .ap-slider_widget .polist .item .thumbnail {
        height: 300px;
    }

    .tree .item {
        width: 46%;
        margin-right: 2.5%;
    }

    .tree .item .thumbnail {
        height: 150px;
    }

    .sec_one .main_content {
        padding-left: 0;
    }

    .main_sidebar .itemm .thumbnail {
        height: 150px;
    }

    .tree .item:nth-child(1) .thumbnail {
        height: 250px;
    }

    .ap_footer .ft_top .ft_menu {
        width: 100%;
         margin-bottom: 10px;
        padding: 5px 0;
    }

    .ap_footer .ft_top .ft_info {
        width: 100%;
        overflow: hidden;
    }

    .ap_footer .ft_top .ft_info .ftlogo {
        width: 200px;
        float: right;
    }

    .ap_footer .sidebar-foot {
        margin-bottom: 0px;
    }

    .ap_footer .ft_top {
        margin-bottom: 5px;
    }

    .wi_n_bottom {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .wi_n_eleva .polist .item {
        width: calc(100% * 1/2 - 15px);
    }

    .wi_n_bottom .polist .item .thumbnail,
    .wi_n_then .polist .item .thumbnail,
    .wi_n_seven .polist .item .thumbnail {
        width: 100%;
        height: 250px;
    }

    .wi_n_then .polist .item .det,
    .wi_n_seven .polist .item .det,
    #tc-content {
        width: 100%;
    }

    .main_content .wi_n,
    .sidebar .wi_n {
    }

    .main_content .wi_n .wi_title,
    .sidebar .wi_n .wi_title {
        margin-bottom: 15px
    }

    .main_content .wi_n_one,
    .main_content .wi_n_two,
    .main_content .wi_n_three,
    .main_content .wi_n_four,
    .sidebar .wi_n_one,
    .sidebar .wi_n_two,
    .sidebar .wi_n_three,
    .sidebar .wi_n_four {
        border: 0;
        padding: 0
    }

    .main_content .wi_n_one .polist,
    .main_content .wi_n_two .polist,
    .main_content .wi_n_three .polist,
    .main_content .wi_n_four .polist,
    .sidebar .wi_n_one .polist,
    .sidebar .wi_n_two .polist,
    .sidebar .wi_n_three .polist,
    .sidebar .wi_n_four .polist {
        display: block;
        padding: 0;
        margin: 0
    }

    .main_content .wi_n_one .polist .item,
    .main_content .wi_n_one .polist .item:nth-child(1n+2),
    .main_content .wi_n_two .polist .item,
    .main_content .wi_n_two .polist .item:nth-child(1n+2),
    .main_content .wi_n_three .polist .item,
    .main_content .wi_n_three .polist .item:nth-child(1n+2),
    .main_content .wi_n_four .polist .item,
    .main_content .wi_n_four .polist .item:nth-child(1n+2),
    .sidebar .wi_n_one .polist .item,
    .sidebar .wi_n_one .polist .item:nth-child(1n+2),
    .sidebar .wi_n_two .polist .item,
    .sidebar .wi_n_two .polist .item:nth-child(1n+2),
    .sidebar .wi_n_three .polist .item,
    .sidebar .wi_n_three .polist .item:nth-child(1n+2),
    .sidebar .wi_n_four .polist .item,
    .sidebar .wi_n_four .polist .item:nth-child(1n+2) {
        width: 100%;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        margin-right: 0;
        border-bottom: none
    }

    .main_content .wi_n_one .polist .item:nth-last-child(-n+2),
    .main_content .wi_n_one .polist .item:nth-child(1n+2):nth-last-child(-n+2),
    .main_content .wi_n_two .polist .item:nth-last-child(-n+2),
    .main_content .wi_n_two .polist .item:nth-child(1n+2):nth-last-child(-n+2),
    .main_content .wi_n_three .polist .item:nth-last-child(-n+2),
    .main_content .wi_n_three .polist .item:nth-child(1n+2):nth-last-child(-n+2),
    .main_content .wi_n_four .polist .item:nth-last-child(-n+2),
    .main_content .wi_n_four .polist .item:nth-child(1n+2):nth-last-child(-n+2),
    .sidebar .wi_n_one .polist .item:nth-last-child(-n+2),
    .sidebar .wi_n_one .polist .item:nth-child(1n+2):nth-last-child(-n+2),
    .sidebar .wi_n_two .polist .item:nth-last-child(-n+2),
    .sidebar .wi_n_two .polist .item:nth-child(1n+2):nth-last-child(-n+2),
    .sidebar .wi_n_three .polist .item:nth-last-child(-n+2),
    .sidebar .wi_n_three .polist .item:nth-child(1n+2):nth-last-child(-n+2),
    .sidebar .wi_n_four .polist .item:nth-last-child(-n+2),
    .sidebar .wi_n_four .polist .item:nth-child(1n+2):nth-last-child(-n+2) {
        margin-bottom: 15px;
        padding-bottom: 0;
        border-bottom: none
    }

    .main-tb .archive-body .items.list .item,
    .main_content .wi_n_one .polist .item:last-child,
    .main_content .wi_n_one .polist .item:nth-child(1n+2):last-child,
    .main_content .wi_n_two .polist .item:last-child,
    .main_content .wi_n_two .polist .item:nth-child(1n+2):last-child,
    .main_content .wi_n_three .polist .item:last-child,
    .main_content .wi_n_three .polist .item:nth-child(1n+2):last-child,
    .main_content .wi_n_four .polist .item:last-child,
    .main_content .wi_n_four .polist .item:nth-child(1n+2):last-child,
    .sidebar .wi_n_one .polist .item:last-child,
    .sidebar .wi_n_one .polist .item:nth-child(1n+2):last-child,
    .sidebar .wi_n_two .polist .item:last-child,
    .sidebar .wi_n_two .polist .item:nth-child(1n+2):last-child,
    .sidebar .wi_n_three .polist .item:last-child,
    .sidebar .wi_n_three .polist .item:nth-child(1n+2):last-child,
    .sidebar .wi_n_four .polist .item:last-child,
    .sidebar .wi_n_four .polist .item:nth-child(1n+2):last-child {
        margin-bottom: 15px;
        border: 0;
        padding-bottom: 0
    }

    .news_body .list .item .thumbnail,
    .ap-archive .archive-main .archive-body .items.list .item .thumbnail,
    .wi_n_then .polist .item:nth-child(n+2) .thumbnail,
    .wi_n_seven .polist .item:nth-child(n+2) .thumbnail,
    .main-news .polist .item:nth-child(3) .thumbnail,
    .main-news .polist .item:nth-child(4) .thumbnail,
    .main-news .polist .item .thumbnail,
    .main-tb .archive-body .items.list .item .thumbnail,
    .main_content .wi_n_one .polist .item .thumbnail,
    .main_content .wi_n_one .polist .item:nth-child(1n+2) .thumbnail,
    .main_content .wi_n_two .polist .item .thumbnail,
    .main_content .wi_n_two .polist .item:nth-child(1n+2) .thumbnail,
    .main_content .wi_n_three .polist .item .thumbnail,
    .main_content .wi_n_three .polist .item:nth-child(1n+2) .thumbnail,
    .main_content .wi_n_four .polist .item .thumbnail,
    .main_content .wi_n_four .polist .item:nth-child(1n+2) .thumbnail,
    .sidebar .wi_n_one .polist .item .thumbnail,
    .sidebar .wi_n_one .polist .item:nth-child(1n+2) .thumbnail,
    .sidebar .wi_n_two .polist .item .thumbnail,
    .sidebar .wi_n_two .polist .item:nth-child(1n+2) .thumbnail,
    .sidebar .wi_n_three .polist .item .thumbnail,
    .sidebar .wi_n_three .polist .item:nth-child(1n+2) .thumbnail,
    .sidebar .wi_n_four .polist .item .thumbnail,
    .sidebar .wi_n_four .polist .item:nth-child(1n+2) .thumbnail {
        width: 150px;
        height: 100px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .news_body .list .item .det,
    .ap-archive .archive-main .archive-body .items.list .item .det,
    .wi_n_then .polist .item:nth-child(n+2) .det,
    .wi_n_seven .polist .item:nth-child(n+2) .det,
    .main-tb .archive-body .items.list .item .det,
    .main_content .wi_n_one .polist .item .det,
    .main_content .wi_n_one .polist .item:nth-child(1n+2) .det,
    .main_content .wi_n_two .polist .item .det,
    .main_content .wi_n_two .polist .item:nth-child(1n+2) .det,
    .main_content .wi_n_three .polist .item .det,
    .main_content .wi_n_three .polist .item:nth-child(1n+2) .det,
    .main_content .wi_n_four .polist .item .det,
    .main_content .wi_n_four .polist .item:nth-child(1n+2) .det,
    .sidebar .wi_n_one .polist .item .det,
    .sidebar .wi_n_one .polist .item:nth-child(1n+2) .det,
    .sidebar .wi_n_two .polist .item .det,
    .sidebar .wi_n_two .polist .item:nth-child(1n+2) .det,
    .sidebar .wi_n_three .polist .item .det,
    .sidebar .wi_n_three .polist .item:nth-child(1n+2) .det,
    .sidebar .wi_n_four .polist .item .det,
    .sidebar .wi_n_four .polist .item:nth-child(1n+2) .det {
        width: calc(100% - 150px);
        padding: 0 10px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .ap-archive .archive-main .archive-body .items .item .det h2,
    .tree .item .det h2,
    .tree .item .det h2 a,
    .wi_n_eleva .polist .item .det h2,
    .postgrid .item .det h2 a,
    .main-tb .archive-body .items .item .det h2,
    .main_content .wi_n_one .polist .item .det h2,
    .main_content .wi_n_one .polist .item:nth-child(1n+2) .det h2,
    .main_content .wi_n_two .polist .item .det h2,
    .main_content .wi_n_two .polist .item:nth-child(1n+2) .det h2,
    .main_content .wi_n_three .polist .item .det h2,
    .main_content .wi_n_three .polist .item:nth-child(1n+2) .det h2,
    .main_content .wi_n_four .polist .item .det h2,
    .main_content .wi_n_four .polist .item:nth-child(1n+2) .det h2,
    .sidebar .wi_n_one .polist .item .det h2,
    .sidebar .wi_n_one .polist .item:nth-child(1n+2) .det h2,
    .sidebar .wi_n_two .polist .item .det h2,
    .sidebar .wi_n_two .polist .item:nth-child(1n+2) .det h2,
    .sidebar .wi_n_three .polist .item .det h2,
    .sidebar .wi_n_three .polist .item:nth-child(1n+2) .det h2,
    .sidebar .wi_n_four .polist .item .det h2,
    .sidebar .wi_n_four .polist .item:nth-child(1n+2) .det h2,
    .news_body .list .item .det h2 {
        padding: 5px 0;
        font-size: 1rem;
        line-height: 1.4;
        -webkit-align-self: start;
        -ms-flex-item-align: start;
        align-self: start;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .ap_slider .polist .item .det h3 a {
        font-family: wparaby;
        font-size: 16px;
    }

    .wi_n_then .polist .item .det p,
    .wi_n_seven .polist .item .det p,
    .main-tb .archive-body .items .item .det p,
    .main_content .wi_n_one .polist .item .det p,
    .main_content .wi_n_one .polist .item:nth-child(1n+2) .det p,
    .main_content .wi_n_two .polist .item .det p,
    .main_content .wi_n_two .polist .item:nth-child(1n+2) .det p,
    .main_content .wi_n_three .polist .item .det p,
    .main_content .wi_n_three .polist .item:nth-child(1n+2) .det p,
    .main_content .wi_n_four .polist .item .det p,
    .main_content .wi_n_four .polist .item:nth-child(1n+2) .det p,
    .sidebar .wi_n_one .polist .item .det p,
    .sidebar .wi_n_one .polist .item:nth-child(1n+2) .det p,
    .sidebar .wi_n_two .polist .item .det p,
    .sidebar .wi_n_two .polist .item:nth-child(1n+2) .det p,
    .sidebar .wi_n_three .polist .item .det p,
    .sidebar .wi_n_three .polist .item:nth-child(1n+2) .det p,
    .sidebar .wi_n_four .polist .item .det p,
    .sidebar .wi_n_four .polist .item:nth-child(1n+2) .det p {
        display: none
    }

    .main_content .wi_n_five,
    .sidebar .wi_n_five {
        padding: 0;
        border: 0
    }

    .main_content .wi_n_five .wi_title,
    .sidebar .wi_n_five .wi_title {
        margin: 0
    }

    .main_content .wi_n_five .polist,
    .sidebar .wi_n_five .polist {
        padding: 0
    }

    .main_content .wi_n_five .polist .item,
    .sidebar .wi_n_five .polist .item {
        position: relative;
        width: calc(100% * 1/3 - 15px);
        box-shadow: 0 3px 6px 0 #d6d3d6
    }

    .main_content .wi_n_five .polist .item:before,
    .sidebar .wi_n_five .polist .item:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        content: "";
        background: rgba(0, 0, 0, .8);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent)
    }

    .main_content .wi_n_five .polist .item .thumbnail,
    .sidebar .wi_n_five .polist .item .thumbnail {
        height: 150px
    }

    .main_content .wi_n_five .polist .item .det,
    .sidebar .wi_n_five .polist .item .det {
        padding: 5px;
        position: absolute;
        bottom: 5px;
        right: 0;
        left: 0;
        z-index: 4;
        width: auto
    }

    .main_content .wi_n_five .polist .item .det h2,
    .sidebar .wi_n_five .polist .item .det h2 {
         line-height: 1.4;
        margin-bottom: 0px;
        color: #fff;
        text-align: right;
        text-shadow: 1px 1px 0 #000
    }

    .main_content .wi_n_five .polist .item .det h2 a,
    .sidebar .wi_n_five .polist .item .det h2 a,
    .main_content .wi_n_five .polist .item .det h2:hover a,
    .sidebar .wi_n_five .polist .item .det h2:hover a {
        color: #fff !important;
    }

    .main_content .wi_n_five .polist .item .det p,
    .sidebar .wi_n_five .polist .item .det p {
        color: #fff;
        text-align: center
    }

    .main_content .wi_n_five .polist .item .det .time,
    .sidebar .wi_n_five .polist .item .det .time {
        display: none
    }

    .wi_n_five {
        margin-bottom: 15px;
    }

    .tree .item .det h2 a,
    .wi_n_one .polist .item .det h2 a,
    .postgrid .item .det h2 a,
    .main-news .polist .item .det h2 a,
    .tabe-top .tabs li a,
    .ap-single .single-main .post-header h1.post-title a,
    .shopp li h2 a,
    .wi_n_two .polist .item .det h2 a,
    .wi_n_five .polist .item .det h2 a,
    .widget_8 h2 a,
    .ap-tabs .wpp-list li a,
    .all-post li a,
    span.sku,
    .product_meta a,
    .woocommerce ul.product_list_widget li a,
    ul.product-categories li a,
    .news_body .list .item .det h2 a,
    .ap-archive .archive-main .archive-body .items .item .det h2 a,
    .city-posts .polist .item .det h2 a,
    .marquee-frame span a,
    .marquee-hadis a,
    .item-t h2 a,
    .wi_n_four .polist .item .det h2 a,
    .wi_n_eleva .polist .item .det h2 a,
    .wi_n_seven .polist .item .det h2 a,
    .wi_n_then .polist .item:nth-child(n+2) .det h2 a,
    .wi_n_one .polist .item .det h2 a,
    .wi_n_three .polist .item .det h2 a,
    .main_fixed .item .det h2 a,
    .tree .item .det h2 a,
    .main-news .polist .item .det h2 a,
    .main-tb .archive-body .items .item .det h2 a,
    .itemm .det h2 a {
        font-family: "wparaby_m" !important;
    }

    .sec_one {
        display: block
    }

    .sec_one .main_content {
        width: 100%;
        border-left: 0
    }

    .sec_one .main_content .inn_top {
        padding-left: 0
    }

    .sec_one .main_content .inn_top>.inn {
        display: block;
        position: relative;
        top: 0
    }

    .sec_one .main_sidebar {
        width: 100%;
        margin-right: 0
    }

    .main_fixed {
        width: 100%
    }

    .main-news {
        width: 100%;
        margin-bottom: 15px
    }

    .main-news .polist {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        padding: 0;
        border: 0;
        margin-right: 0
    }

    .main-news .polist .item .det h2 {
        font-size: 1rem
    }

    .postgrid .item .det p,
    .main-news .polist .item .det p {
        display: none
    }

    .main-news .polist .item .det,
    .main-news .polist .item:nth-child(3) .det,
    .main-news .polist .item:nth-child(4) .det {
        width: 96%
    }

    .main-news .polist .item:nth-child(3) .det h2,
    .main-news .polist .item:nth-child(4) .det h2 {
        -webkit-align-self: start;
        -ms-flex-item-align: start;
        align-self: start;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .main-news .polist .item:nth-child(1n+5) .det h2 {
        font-weight: 500
    }

    .ap-archive {
        display: block
    }

    .ap-archive .archive-main {
        width: 100%
    }

    .ap-archive .archive-main .archive-body .items.list .item .det p,
    .ap-archive .archive-main .archive-body .items.grid .item .det p {
        display: none
    }

    .ap-archive .archive-main .archive-body .items.list .item .thumbnail,
    .ap-archive .archive-main .archive-body .items.grid .item .thumbnail {
        height: 80px
    }

    .ap-archive .archive-sidebar {
        width: 100%;
        margin-right: 0
    }

    .ap-page {
        width: 100%;
        padding: 0;
        border: 0
    }

    .ap-page .page-main {
        padding: 0
    }

    .more_news .news_body .list {
        display: block
    }

    .more_news .news_body .list .item {
        width: 100%;
        margin-left: 0
    }

    .more_news .news_body .list .item:nth-last-child(-n+2) {
        margin-bottom: 15px;
        border-bottom: 1px dashed #d3d3d369;
        padding-bottom: 15px
    }

    .more_news .news_body .list .item:nth-last-child(-n+1) {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }


    .slider-3 .mediat,
    .slider-3 .galleryt {
        width: 100%;
        margin-left: 0;
    }

    .itemm {
        width: 50%;
        float: right;
    }

    .itemm .thumbnail {
        height: 120px;
    }

    .main-news .ap-slider_widget {
        margin-top: 0;
    }

    .wi_n_then .polist .item:nth-child(n+2) .det .roti,
    .item .det .roti,
    .items .item .det .roti,
    .mydate {}

    .wi_n_then .polist .item:nth-child(n+2) .det {
        top: 5px;
    }

    .big-item {
        height: 200px;
        margin-bottom: 0;
        width: 50%;
        float: right;
    }

    .vid-item {
        height: 200px;
        margin-bottom: 0;
        width: 50%;
        float: right;
    }

    .ap-slider_media {
        margin-bottom: 0;
    }

    .slider-big {
        padding: 5px 0;
    }

    .big-item .thumbnail {
        height: 100%;
    }

    .slider-big .mmilld {
        width: 100%;
        float: right;
    }

    .slider-big .lleft,
    .slider-big .rright {
        width: 100%;
        float: left;
        margin: 0;
        display: none;
    }

    .ap_header .ap_logo {
        width: calc(75% - 0px);
    }

    .marquee-hadis a {
        padding: 2px 3px;
        font-size: 11px;
        font-family: wparaby_l !important;
        line-height: 13px;
    }

    .marquee-frame .time {
        font-size: 10px;
    }

    .marquee-frame span a {
        font-size: 13px;
    }

    .thumbslider .postslid .item .det {
        padding: 10px 10%;
    }

    .main-tb .archive-head .arch-layout,
    .ap_slider .polist .item .det .time,
    .ap_slider .polist .item .roti {
        display: none;
    }

    .polist .item .det h2 {
        padding: 5px 0;
    }

    .polist .item .det h2 a {
        font-family: "wparaby_m" !important;
    }

    .modal-content {
        width: 80%;
    }
}



@media only screen and (max-width:600px) {

    .slider-page .ap-slider_gallery .polist .item,
    .slider-page .ap-slider_gallery .polist .item .thumbnail {
        height: 300px;
    }

    .post-controll {
        right: -43px;
    }

    .ap-single .single-main .post-entry .post-controll {
        padding-left: 0;
    }

    .ap-single .single-main .post-entry .post-controll::before {
        display: inherit;
        cursor: pointer;
    }

    .modal-content {
        width: 90%;
    }

    .big-item {
        height: 180px;
    }

    .vid-item {
        height: 180px;
    }

    .ap-slider_media .polist .item .det p {
        display: none;
    }

    .ap-slider_gallery .polist .item .thumbnail,
    .ap-slider_gallery .polist .item,
    .ap-slider_media .polist .item,
    .ap-slider_media .polist .item .thumbnail {
        height: 280px;
    }

    .ap-slider_gallery .polist .item .det h3 a,
    .ap-slider_media .polist .item .det h3 a {
        font-size: 14px;
    }

    .thumbslider .postslid .item .det {
        padding: 10px 5%;
        bottom: 10px;
    }

    .thumbslider .postslid .item .det h2 a {
        font-size: 20px;
    }

    .thumbslider,
    .thumbslider .postslid .item .thumbnail {
        height: 350px;
    }

    .thumbslider .slider-nav {
        top: 30%;
    }

    .thumbslider .postslid .item .det h2 {
        line-height: 30px;
    }
}



@media only screen and (max-width:500px) {
    .ap_slider .polist .arrow {
        display: none !important;
    }

    .map-posts .more h3::after,
    .map-posts .more h3::before {
        display: none;
    }
.wi_n_eleva .polist .item .thumbnail {
    width: 100%;
    height: 130px
}
    .tree .item {
        height: 220px;
    }

    .modal-content {
        width: 95%;
    }

    .modal-content h4 {
        font-size: 14px;
    }

    .ap-slider_widget .polist .item,
    .sidebar .ap-slider_widget .polist .item .thumbnail {
        height: 280px;
    }

    .tree .item .thumbnail {
        height: 120px;
    }

    .wi_n_one {
        margin-bottom: 0;
    }

    .main_sidebar .itemm .thumbnail {
        height: 120px;
    }

    .tree .item:nth-child(1) .thumbnail {
        height: 230px;
    }

    .ap-slider_gallery .polist .item .det .time,
    .ap-slider_media .polist .item .det .time {
        display: none;
    }

    .ap-slider_gallery .polist .item .det h3,
    .ap-slider_media .polist .item .det h3 {
        line-height: 1.3;
    }

    .ap-slider_gallery .polist .item .det,
    .ap-slider_media .polist .item .det {
        width: 100%;
        padding: 5px 5px;
        bottom: 10px;
    }



    .main_content .wi_n_five .polist .item .thumbnail,
    .sidebar .wi_n_five .polist .item .thumbnail {
        height: 130px;
    }


    .ap_header .container {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
    }

    .wp-dark-mode-switcher .modes {
        width: 30px;
        height: 30px;
    }

    .ap_header .ic_menu,
    .ap_header .me-icon,
    .ap_header .share-icon,
    .ap_header .search-icon,
    .ap_header .mn-icon,
    .ap_header .le-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .ap_header {
        height: auto;
    }

    .big-item {
        height: 150px;
    }

    .vid-item {
        height: 150px;
    }

    .ap-slider_gallery .polist .item .thumbnail,
    .ap-slider_gallery .polist .item,
    .ap-slider_media .polist .item,
    .ap-slider_media .polist .item .thumbnail {
        height: 250px;
    }


    .ap_header .ap_logo img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .ap_header .ap_logo {
        height: auto;
        top: -5px;
        width: 200px;
        position: relative;
    }

    .ap_header.sticky-header .menda {
        margin-top: 0px;
    }



    .ap_menu {
        margin: 0;
        width: calc(30% - 20px);
    }

    .ap_header .mendd .ap_logo {
        top: 0px;
    }

    .menda {
        margin-top: 0px;
    }

    .ap_header .menda .ap_menu {
        width: calc(70% - 0px);
    }

    .ap_header.sticky-header .marquee .t {
        display: none;
    }

    .wp-dark-mode-switcher .modes {
        top: 10%;
    }

    .ap_header .ic_menu,
    .ap_header .share-icon,
    .ap_header .le-icon {
        top: 5%;
        position: relative;
    }

    .ap_header .menda .ic_menu,
    .ap_header .menda .share-icon,
    .ap_header .menda .le-icon,
    .menda .wp-dark-mode-switcher .modes {
        margin-top: 1px;
    }

    .wp-dark-mode-switcher.style-1 .modes .light::before,
    .wp-dark-mode-switcher.style-1 .modes .dark::before {
        font-size: 25px;
    }

    .marquee .t,
    .top_header {
        display: none;
    }

    .marquee .mframe {
        margin-right: 0;
    }

    .breaking ul {
        padding-right: 0px;
    }

    .form-wrapper-wrapl .form-wrapperl.visible {
        float: right;
        width: 100%;
        padding: 2%;
    }

    .form-wrapper-wrapl .form-wrapperl input[type="text"],
    .form-wrapper-wrapl .form-wrapperl input[type="password"] {
        width: 95%;
    }

    .form-wrapper-wrapl .form-wrapperl input[type="checkbox"] {
        margin: 10px 5px;
    }
}



@media only screen and (max-width:450px) {
    .tree .item {
        height: 220px;
    }
.wi_n_eleva .polist .item .thumbnail {
    width: 100%;
    height: 190px
}
    .navigation {
        left: 0;
        min-width: 70%;
    }

    .modalDialog>div {
        width: 96%;
    }

    .default__button--big {
        display: none;
    }

    .gallery-content h1 a {
        font-size: 16px;
    }

    .ckin__player {
        margin-bottom: 10px;
    }

    .post-ga li {
        width: 98%;
    }

    .gallery-content h1 a {
        line-height: 25px;
        font-size: 18px;
    }

    .gallery-content .gallery img {
        height: 120px !important;
    }

    .postlist .item {
        width: 100%;
        margin: 15px 0;
    }

    .slider-page .ap-slider_gallery .polist .item .det h3 a {
        font-size: 18px;
    }

    .slider-page .ap-slider_gallery .polist .item,
    .slider-page .ap-slider_gallery .polist .item .thumbnail {
        height: 280px;
    }

    .det {
        padding: 5px 10px;
    }

    .modal-content h4 {
        font-size: 13px;
    }

    .news_body .list .item .thumbnail {
        height: 90px;
    }

    #comments .ttit b {
        width: 100%;
    }

    .com_da {
        width: 90%;
    }

    .com_da span {
        font-size: 10px;
        padding: 5px 10px;
    }

    .entry p {
        font-size: 0.8em;
    }

    .comment_box p {
        font-size: 12px;
    }

    .ap-slider_widget .polist .item,
    .sidebar .ap-slider_widget .polist .item .thumbnail {
        height: 250px;
    }

    .tree .item:nth-child(1) .thumbnail,
    .main_sidebar .itemm .thumbnail {
        height: auto;
    }

    .ap-archive .archive-main .archive-body .items .item .det h2,
    .tree .item .det h2,
    .tree .item .det h2 a,
    .wi_n_eleva .polist .item .det h2,
    .postgrid .item .det h2 a,
    .main-tb .archive-body .items .item .det h2,
    .main_content .wi_n_one .polist .item .det h2,
    .main_content .wi_n_one .polist .item:nth-child(n+2) .det h2,
    .main_content .wi_n_two .polist .item .det h2,
    .main_content .wi_n_two .polist .item:nth-child(n+2) .det h2,
    .main_content .wi_n_three .polist .item .det h2,
    .main_content .wi_n_three .polist .item:nth-child(n+2) .det h2,
    .main_content .wi_n_four .polist .item .det h2,
    .main_content .wi_n_four .polist .item:nth-child(n+2) .det h2,
    .sidebar .wi_n_one .polist .item .det h2,
    .sidebar .wi_n_one .polist .item:nth-child(n+2) .det h2,
    .sidebar .wi_n_two .polist .item .det h2,
    .sidebar .wi_n_two .polist .item:nth-child(n+2) .det h2,
    .sidebar .wi_n_three .polist .item .det h2,
    .sidebar .wi_n_three .polist .item:nth-child(n+2) .det h2,
    .sidebar .wi_n_four .polist .item .det h2,
    .sidebar .wi_n_four .polist .item:nth-child(n+2) .det h2,
    .news_body .list .item .det h2,
    .widget_8 h2 a,
    .ap-tabs .wpp-list li,
    .wi_n_then .polist .item .det h2,
    .main-news .polist .item .det h2,
    .ap-archive .archive-main .archive-body .items .item .det h2,
    .wi_n_then .polist .item:nth-child(n+2) .det h2 a,
    .wi_n_seven .polist .item:nth-child(n+2) .det h2,
    .postgrid .item .det h2 a,
    .main-tb .archive-body .items .item .det h2,
    .main_content .wi_n_one .polist .item .det h2,
    .main_content .wi_n_one .polist .item:nth-child(1n+2) .det h2,
    .main_content .wi_n_two .polist .item .det h2,
    .main_content .wi_n_two .polist .item:nth-child(1n+2) .det h2,
    .main_content .wi_n_three .polist .item .det h2,
    .main_content .wi_n_three .polist .item:nth-child(1n+2) .det h2,
    .main_content .wi_n_four .polist .item .det h2,
    .main_content .wi_n_four .polist .item:nth-child(1n+2) .det h2,
    .sidebar .wi_n_one .polist .item .det h2,
    .sidebar .wi_n_one .polist .item:nth-child(1n+2) .det h2,
    .sidebar .wi_n_two .polist .item .det h2,
    .sidebar .wi_n_two .polist .item:nth-child(1n+2) .det h2,
    .sidebar .wi_n_three .polist .item .det h2,
    .sidebar .wi_n_three .polist .item:nth-child(1n+2) .det h2,
    .sidebar .wi_n_four .polist .item .det h2,
    .sidebar .wi_n_four .polist .item:nth-child(1n+2) .det h2 {
        font-size: 14px;
        line-height: 1.6;
    }

    .wi_n_then .polist .item:nth-child(n+2) .det {
        top: 0;
    }

    .wi_n_bottom .polist .item .thumbnail,
    .wi_n_then .polist .item .thumbnail,
    .wi_n_seven .polist .item .thumbnail {
        height: auto;
    }




    .postgrid .item .det h2 {
        line-height: 26px !important;
        font-size: 19px;
        font-family: "wparaby";
        font-weight: 600;
        color: #222;
        text-align: right;
        padding-top: 0px !important;
    }

    .ap_menu {
        width: calc(30% - 5px);
    }

    .menda .ap_menu {
        width: calc(30% - 0px);
    }

    .thumbslider,
    .thumbslider .postslid .item .thumbnail {
        height: 300px;
    }

    .thumbslider .postslid .item .det {
        padding: 5px 5%;
        bottom: 0px;
    }

    .read_more,
    .ap-slider_widget .polist .item .det span,
    .sliddate,
    .slidcat {
        display: none;
    }

    .main-news .ap-slider_widget .polist .item:nth-child(3) .thumbnail,
    .main-news .ap-slider_widget .polist .item:nth-child(4) .thumbnail,
    .ap-slider_widget .polist .item .thumbnail,
    .main-news .ap-slider_widget .polist .item,
    .main-news .ap-slider_widget .polist .item .thumbnail,
    .ap-slider_gallery .polist .item .thumbnail,
    .ap-slider_gallery .polist .item,
    .ap-slider_media .polist .item,
    .ap-slider_media .polist .item .thumbnail,
    .main-news .ap-slider_widget .polist .item:nth-child(3) .thumbnail,
    .main-news .ap-slider_widget .polist .item:nth-child(4) .thumbnail,
    .ap-slider_widget .polist .item .thumbnail,
    .main-news .ap-slider_widget .polist .item,
    .main-news .ap-slider_widget .polist .item .thumbnail,
    .ap_slider .polist .item .thumbnail,
    .ap_slider,
    .thumbslider,
    .thumbslider .postslid .item .thumbnail {
        height: 250px;
    }

    #comments {
        margin-top: 20px;
    }

    .input-field>label {
        padding: 0 10px;
        font-size: 12px;
    }

    .breadcrumb li {
        margin-left: 1%;
        margin-bottom: 2px;
    }

    .slider-page .ap-slider_gallery .polist .item .det {
        bottom: 40px;
    }

    .ap_header .ap_logo img {
        height: auto;
        width: 150px;
    }

}



@media only screen and (max-width:400px) {
    .navigation input[type="search"] {
        width: 98% !important;
    }

    .ap_menu {
        width: calc(25%);
    }

    .post-controll {
        top: 55%;
    }

    .tree .item {
        height: 200px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 5px 15px !important;
        border-left: none;
    }

    .gallery-content p {
        font-size: 12px;
    }

    .gallery-content h1 a {
        font-size: 16px;
    }

    .gallery-content .gallery img {
        height: 100px !important;
    }

    .slider-page .ap-slider_gallery .polist .item,
    .slider-page .ap-slider_gallery .polist .item .thumbnail {
        height: 250px;
    }

    .ap-archive .archive-main .archive-body .items.grid .item,
    .ap-archive .archive-main .archive-body .items.grid .item:nth-last-child(-n+2) {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .ap-archive .archive-main .archive-body .items.grid .item .thumbnail {
        height: auto;
    }

    .ap-archive .archive-main .archive-body .items.grid,
    .ap-archive .archive-main .archive-body .items {
        margin-left: 0;
        padding: 0;
    }

    .ap-archive .archive-main {
        margin-bottom: 20px;
    }

    textarea.materialize-textarea,
    input:not([type]),
    input[type="text"]:not(.browser-default),
    input[type="password"]:not(.browser-default),
    input[type="email"]:not(.browser-default),
    input[type="url"]:not(.browser-default),
    input[type="time"]:not(.browser-default),
    input[type="date"]:not(.browser-default),
    input[type="datetime"]:not(.browser-default),
    input[type="datetime-local"]:not(.browser-default),
    input[type="tel"]:not(.browser-default),
    input[type="number"]:not(.browser-default),
    input[type="search"]:not(.browser-default) {
        width: 96%;
        font-size: 12px;
        font-family: "wparaby_l";
        margin: 0;
        padding: 0 1%;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100%;
        margin-left: 0;
    }

    .comment-field-group {
        display: block;
        margin-left: 0;
    }

    .news_body .list .item .thumbnail {
        height: 80px;
    }

    .main-news .ap-slider_widget .polist .item:nth-child(3) .thumbnail,
    .main-news .ap-slider_widget .polist .item:nth-child(4) .thumbnail,
    .ap-slider_widget .polist .item .thumbnail,
    .main-news .ap-slider_widget .polist .item,
    .main-news .ap-slider_widget .polist .item .thumbnail,
    .ap-slider_gallery .polist .item .thumbnail,
    .ap-slider_gallery .polist .item,
    .ap-slider_media .polist .item,
    .ap-slider_media .polist .item .thumbnail,
    .main-news .ap-slider_widget .polist .item:nth-child(3) .thumbnail,
    .main-news .ap-slider_widget .polist .item:nth-child(4) .thumbnail,
    .ap-slider_widget .polist .item .thumbnail,
    .main-news .ap-slider_widget .polist .item,
    .main-news .ap-slider_widget .polist .item .thumbnail,
    .ap_slider .polist .item .thumbnail,
    .ap_slider,
    .thumbslider,
    .thumbslider .postslid .item .thumbnail {
        height: 200px;
    }

    .tree .item .thumbnail {
        height: 100px;
    }

    .ap_footer {
        padding: 10px 0;
    }

    .go-top {
        bottom: 20px;
        height: 45px;
        right: 10px;
        width: 50px;
    }

    .go-top span {
        display: none;
    }

    .ap-slider_gallery .polist .item .det,
    .ap-slider_media .polist .item .det {
        bottom: 5px;
    }

    .ap-slider_gallery .polist .item .det h3,
    .ap-slider_media .polist .item .det h3 {
        line-height: 1.2;
    }

    .city-posts .polist .item .det {
        width: 78%;
        padding: 3px 10px;
    }

    .city-posts .polist .item .thumbnail {
        width: 20%;
    }



    .shopp li {
        width: calc(100% * 1/1 - 0px);
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 10px 0 !important;
        width: calc(100% * 1/1 - 0px) !important;
    }

    .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
        float: right;
    }

    .postgrid .item {
        width: calc(100% * 1/2 - 5px);
    }

    .wi_n_eleva .polist .item {
        width: calc(100% * 1/1 - 15px);
    }

    ul.share-menu li {
        width: 99.8%;
    }

    .big-item {
        height: 180px;
        width: 100%;
    }

    .vid-item {
        height: 180px;
        width: 100%;
    }

    .main-news .polist .item .det,
    .main-news .polist .item:nth-child(3) .det,
    .main-news .polist .item:nth-child(4) .det {
        bottom: 10px;
    }

    .ap-slider_widget .polist .item .det h3 {
        font-size: 1.0rem;
        line-height: 1.4rem;
    }

    .main-news {
        margin-bottom: 5px;
    }


    .wi_n_eleva .polist .item .thumbnail,
    .postgrid .item .thumbnail,
    .itemm .thumbnail,
    .main-news .ap-slider_widget .polist .item:nth-child(3) .thumbnail,
    .main-news .ap-slider_widget .polist .item:nth-child(4) .thumbnail,
    .ap-slider_widget .polist .item .thumbnail,
    .main-news .ap-slider_widget .polist .item,
    .main-news .ap-slider_widget .polist .item .thumbnail,
    .ap-slider_gallery .polist .item .thumbnail,
    .ap-slider_gallery .polist .item,
    .ap-slider_media .polist .item,
        {
        height: 110px;
    }

    .thumbslider .slider-nav {
        top: 20%;
    }

    .thumbslider .slider-nav .navlist {
        min-height: 80px;
    }

    .itemm {
        width: 100%;
        float: right;
    }

    .main_content .wi_n_five .polist .item .det h2,
    .sidebar .wi_n_five .polist .item .det h2 {
        font-size: 12px;
    }

    .post-header .roti,
    .ap-single .single-main .post-header h1.post-title {
        text-align: right;
    }

}



@media only screen and (max-width:380px) {
    .breadcrumb li {
        margin-left: 1%;
        margin-bottom: 2px;
        width: 49%;
    }
.wi_n_eleva .polist .item .thumbnail {
    width: 100%;
    height: 190px
}
    .ap_header .ap_logo {
        top: 0px;
        width: 180px;
        position: relative;
    }

    .ap_header .ap_logo img {
        height: auto;
        width: 140px;
    }


}




@media only screen and (max-width:350px) {
    .tree .item {
        height: auto;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
        border: none !important;
        margin: 0 !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        border-top: none !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding: 5px 8px !important;
    }

    .gallery-content .gallery img {
        height: 80px !important;
    }

    .slider-page .ap-slider_gallery .polist .item .det {
        bottom: 20px;
    }

    .slider-page .ap-slider_gallery .polist .item .det h3 a {
        font-size: 16px;
    }

    .slider-page .ap-slider_gallery .polist .item,
    .slider-page .ap-slider_gallery .polist .item .thumbnail {
        height: 200px;
    }

    .modal-content h4 {
        font-size: 12px;
        padding: 10px 0;
    }

    .news_body .list .item .thumbnail {
        width: 40%;
        height: 70px;
    }

    .news_body .list .item .det h2 {
        font-size: 14px;
    }

    .tree .item {
        width: 100%;
        margin-right: 0;
    }

    .tree .item .thumbnail {
        height: auto;
    }

    .ap_slider .polist .item .thumbnail,
    .ap_slider,
    .thumbslider,
    .thumbslider .postslid .item .thumbnail {
        height: 200px;
    }

    .ap_slider .polist .item .det h3,
    .thumbslider .postslid .item .det h2 {
        line-height: 25px;
        margin: 5px auto;
    }

    .ap_slider .polist .item .det h3 a,
    .thumbslider .postslid .item .det h2 a {
        font-size: 16px;
    }

    .tabe-top .tabs li {
        width: 49%;
        margin: 0px 0.5%;
    }

    .main-tb .archive-body .items .item .det h2,
    .main_content .wi_n_one .polist .item .det h2,
    .main_content .wi_n_one .polist .item:nth-child(n+2) .det h2,
    .main_content .wi_n_two .polist .item .det h2,
    .main_content .wi_n_two .polist .item:nth-child(n+2) .det h2,
    .main_content .wi_n_three .polist .item .det h2,
    .main_content .wi_n_three .polist .item:nth-child(n+2) .det h2,
    .main_content .wi_n_four .polist .item .det h2,
    .main_content .wi_n_four .polist .item:nth-child(n+2) .det h2,
    .sidebar .wi_n_one .polist .item .det h2,
    .sidebar .wi_n_one .polist .item:nth-child(n+2) .det h2,
    .sidebar .wi_n_two .polist .item .det h2,
    .sidebar .wi_n_two .polist .item:nth-child(n+2) .det h2,
    .sidebar .wi_n_three .polist .item .det h2,
    .sidebar .wi_n_three .polist .item:nth-child(n+2) .det h2,
    .sidebar .wi_n_four .polist .item .det h2,
    .sidebar .wi_n_four .polist .item:nth-child(n+2) .det h2 {
        line-height: 20px;
        font-size: 14px;
    }

    .tabe-top .tabs li a,
    .shopp li h2 a,
    .wi_n_two .polist .item .det h2 a,
    .widget_8 h2 a,
    .ap-tabs .wpp-list li a,
    .all-post li a,
    span.sku,
    .product_meta a,
    .woocommerce ul.product_list_widget li a,
    ul.product-categories li a,
    .news_body .list .item .det h2 a,
    .ap-archive .archive-main .archive-body .items .item .det h2 a,
    .city-posts .polist .item .det h2 a,
    .marquee-frame span a,
    .marquee-hadis a,
    .item-t h2 a,
    .wi_n_four .polist .item .det h2 a,
    .wi_n_eleva .polist .item .det h2 a,
    .wi_n_seven .polist .item .det h2 a,
    .wi_n_then .polist .item:nth-child(n+2) .det h2 a,
    .wi_n_one .polist .item .det h2 a,
    .wi_n_three .polist .item .det h2 a,
    .main_fixed .item .det h2 a,
    .tree .item .det h2 a,
    .main-news .polist .item .det h2 a,
    .main-tb .archive-body .items .item .det h2 a,
    .itemm .det h2 a {
        font-size: 14px;

    }

    .wi_n_five .polist .item .det h2 a {
        font-size: 12px;
    }

    .comment_box p {
        font-size: 10px;
    }

    .breadcrumb li {
        margin-left: 0;
        width: 100%;
    }
}



@media only screen and (max-width:300px) {
    .tabe-top .tabs li {
        width: 100%;
        margin: 0;
    }
}