@import "mdcolors.css";
@import "style-tuka.css";
@import "mobile.css";
@import "tablet.css";
@import "desktop.css";
@import "print.css";

:root {
    --main-primary: #6fc1b3;
    --main-primary-dark: #129197;
    --main-secondary: #bf9c5c;
    --main-gray: #474747;
    --main-blue: #093e8a;
    --main-red: #991010;
    --main-radius : 10px;
}

/************************************************/
#toolbar-administration {
    display: none;
    width: 0px;
}

body {
    background-color: #ffffff;
    padding: 0px !important;
    font-size: 14px;
    line-height: 1.7;
    /* color: var(--ostokhani); */
    direction: rtl;
}

body.path-front {
    padding-top: 0px;
}

.pull-side{
    float:left;
}
.rtl .pull-side{
    float:right;
}

.pull-side-alt{
    float:right;
}
.rtl .pull-side-alt{
    float:left;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 5%;
    z-index: 999999;
    font-size: 6px;
    display: none;
    background: white;
    box-shadow: 7px 7px 12px #00000026;
    color: gray;
    border-radius: 50px;
    padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}

.pageSideFloatIcon {
    position: fixed;
    right: -10px;
    z-index: 999999;
    font-size: 10px;
    background: white;
    box-shadow: 7px 7px 12px #00000026;
    color: #444444;
    border-radius: 50px 0px 0px 50px;
    padding: 8px 18px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    transition: 0.5s ease all;
}

.main-container {
    /* padding-top: 59px; */
}

#gotoDashboard {
    top: 200px;
}

#nodeEditLink {
    top: 275px;
    font-size: 5px;
    /* right: -18px; */
}

.pageSideFloatIcon:hover {
    right: 0px;
}

a {
    text-decoration: none !important;
}

a:focus, a:hover {
    color: var(--main-primary);
}

.nav-link{
    color:var(--main-gray);
}
.nav-link:hover{
    color:var(--main-primary);
}

.sf-dump {
    direction: ltr !important;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow:hidden;
    position: relative;
}

.swiper-container {
    width: 100%;
    /* height: 100%; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled, .swiper-button-next, .swiper-button-prev {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    border-radius: 0px 4px 4px 0px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    right: auto;
    border-radius: 4px 0px 0px 4px;
}

.inlineTabs {
}

.inlineTabs ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: var(--main-primary);
    border-radius: 5px;
    min-height: 40px;
}

.inlineTabs ul li {
}

.inlineTabs ul li a {
    padding: 0px 10px;
    display: block;
    color: white;
}

.inlineTabs ul li a.ective {
    padding: 0px 10px;
    display: block;
    color: white;
}

.inlineTabs ul li a h2 {
    font-size: 15px;
}

.inlineTabs ul li a h2 .ico {
}

.inlineTabs ul li a h2 .text {
}

/*===================[ Side nav ]======================*/
.slideout-menu {
    transition: 0.5s ease all;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 0px;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
    background: var(--main-primary);
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    /* background-color: #FFF; */
    /* A background-color is required */
    min-height: 100vh;
}

.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-panel::after {
    content: " ";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background: #000000e0;
    z-index:10000;
    backdrop-filter: blur(2px);
}

.slideout-open .slideout-menu {
    display: block;
    width: 256px;
}

.panel:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
}

.menu-section {
    margin: 0px 0px 20px 0px;
}

.menu-section-title {
    text-transform: uppercase;
    color: #e7e7e7;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px 20px;
    margin: 0;
    background: #17466d;
}

#menu.sideNavMenu .menu-section-list {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

#menu.sideNavMenu .menu-section-list ul {
    display: block;
    float: none;
    width: 100%;
    margin: 0px;
}

#menu.sideNavMenu .menu-section-list ul li {
    display: block;
    float: none;
    width: 100%;
}

#menu.sideNavMenu .menu-section-list a {
    display: block;
    padding: 15px 20px;
    color: white;
}

#menu.sideNavMenu .menu-section-list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}


/*=================[ SemStyle ]===================*/

.w-25{ width:25%; }
.w-30{ width:30%; }
.w-35{ width:35%; }
.w-40{ width:40%; }
.w-45{ width:45%; }
.w-50{ width:50%; }
.w-55{ width:55%; }
.w-60{ width:60%; }
.w-65{ width:65%; }
.w-70{ width:70%; }
.w-75{ width:75%; }
.w-80{ width:80%; }
.w-85{ width:85%; }
.w-90{ width:90%; }
.w-95{ width:95%; }
.w-100{ width:100%; }

/*=================[ blocks ]===================*/
.blockTitleBox {
}
/*
.blockTitleBox h2 .titleIcon {
    font-size: 13px;
    padding-left: 10px;
    color: var(--main-orange);
}

.blockTitleBox h2.block-title {
    width: 100%;
    margin-bottom: 25px;
    font-weight: bold;
    background-color: var(--main-primary-dark);
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    /* text-align: center; */
font-size: 15px;
}

.blockTitleBox h2.block-title::after {
    display: block;
    content: ' ';
    /* border-bottom: 2px solid #d3d3d3; */
    /* margin-top: 8px; */
}

.blockTitleBox h2.block-title span {
    /* background: var(--main-primary); */
    /* padding: 5px 20px; */
    /* border-bottom: 2px solid var(--main-primary); */
    color: white;
    /* font-size: 18px; */
    font-weight: 400;
    /* border-radius: 0px 10px 0px 0px; */
} */

/*=================[ ITEM: thumb-title-shadow ]===================*/
.item.d-thumb-title-shadow {
}

.item.d-thumb-title-shadow .imgPack {
    position: relative;
}

.item.d-thumb-title-shadow .imgPack .titlePack h1 {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    color: white;
    transition: .5s ease all;
    width: 100%;
    padding: 0px 15px 20px 15px;
    text-shadow: 0 0 10px #000;
    margin: 0px;
}

.item.d-thumb-title-shadow.thumbsmall .imgPack .titlePack h1 {
    font-size: 17px;
    line-height: 1.6;
}

.item.d-thumb-title-shadow .titlePack h1:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    height: 190px;
    z-index: -1;
    left: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, transparent 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, transparent 0, #000 100%);
    background: -o-linear-gradient(top, transparent 0, #000 100%);
    background: -ms-linear-gradient(top, transparent 0, #000 100%);
    background: linear-gradient(to bottom, transparent 0, #000 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

/*=================[ ITEM: CARD ]===================*/
.item.vm-card {
    /* background: #ededed; */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: 0.5s ease all;
    margin-bottom: 10px;
}

.item.vm-card img {
    /* border-radius:var(--main-radius); */
}
.item.vm-card:hover {
    /* -webkit-box-shadow: 0 2px 17px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 17px 0 rgb(0 0 0 / 46%); */
    /* z-index: 11; */
}

.item.vm-card .imgWrapper {
    position: relative;
    overflow: hidden;
}

.item.vm-card .wrapper {
    padding: 10px;
    /* height: 110px; */
    overflow-y: hidden;
    /* position: absolute; */
    /* bottom: -45px; */
    right:50%;
    /* transform:translateX(50%); */
    /* min-height: 85px; */
    background: #ffffff;
    /* box-shadow: 0px 0px 10px #00000085; */
    /* border-radius: 10px; */
    width: 100%;
}

.item.vm-card h1 {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    margin: 0px 0px 10px 0px;
    padding: 10px 20px;
}

.item.vm-card a h1 {
    color: black;
}

.item.vm-card .imgWrapper img {
    transition: 0.5s ease all;
}

.item.vm-card:hover .imgWrapper img {
    transform: scale(1.8);
}

.item.vm-card .imgWrapper {
    position: relative;
}

.item.vm-card .cat {
    position: absolute;
    bottom: 25%;
    left: 0px;
    padding: 5px 11px;
    background: var(--main-primary);
    color: white;
    text-align: center;
    font-size: 10px;
    z-index: 99;
}

.item.vm-card .newsTime{
    font-size:10px;
    text-align: center;
}

/*=================[ ITEM: CARD desc ]===================*/
.item.vm-card-desc {
    /* background: #ededed; */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: 0.5s ease all;
    /* margin-bottom:80px; */
}

.item.vm-card-desc:hover {
}

.item.vm-card-desc .imgWrapper {
    position: relative;
    overflow: hidden;
}

.item.vm-card-desc img {
    border-radius:var(--main-radius);
}

.item.vm-card-desc .wrapper {
    padding: 10px;
    /* height: 110px; */
    overflow-y: hidden;
    /* position: absolute; */
    /* bottom: -45px; */
    /* right:50%; */
    /* transform:translateX(50%); */
    min-height: 85px;
    /* background: #ffffff; */
    /* box-shadow: 0px 0px 10px #00000085; */
    /* border-radius: 10px; */
    width: 100%;
}

.item.vm-card-desc h1 {
    font-size: 20px;
    /* text-align: center; */
    font-weight: 300;
    line-height: 1.7;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px;
}

.item.vm-card-desc a h1 {
    color: black;
}

.item.vm-card-desc .imgWrapper img {
    transition: 0.5s ease all;
}

.item.vm-card-desc:hover .imgWrapper img {
    transform: scale(1.8);
}

.item.vm-card-desc .imgWrapper {
    position: relative;
}

.item.vm-card-desc .cat {
    position: absolute;
    bottom: 25%;
    left: 0px;
    padding: 5px 11px;
    background: var(--main-primary);
    color: white;
    text-align: center;
    font-size: 10px;
    z-index: 99;
}

.item.vm-card-desc .newsTime{
    font-size:10px;
    text-align: center;
}
/*=================[ ITEM: TEASER ]===================*/
.item.vm-teaser {
    position: relative;
    /* display: table; */
    margin-bottom: 20px;
    width: 100%;
    /* clear: both; */
}

.item.vm-teaser h1 {
}

.item.vm-teaser small.surtitle {
    font-size: 12px;
    color: #888888;
}

.item.vm-teaser .desc {
    font-size: 12px;
    color: #000000;
}

body.rtl .item.vm-teaser h1 {
    line-height: 1.5;
    font-size: 16px;
    margin-top: 0px;
    /* font-weight: bold; */
}

.item.vm-teaser .wrapper {
    padding: 0px 20px 20px 0px;
}

.item.vm-teaser .newsTime {
    font-size: 11px;
    color: #b9bec1;
    padding-top: 6px;
    /* position: absolute; */
    bottom: 0px;
}

.item.vm-teaser .col-md-8 {
    display: flex;
    height: 100%;
}

/*=================[ ITEM: LITTLE TEASER ]===================*/
.item.vm-little-teaser {
    position: relative;
    background: #ffffff73;
}

.item.vm-little-teaser h1 {
}

.item.vm-little-teaser .desc {
    font-size: 12px;
}

body.rtl .item.vm-little-teaser h1 {
    line-height: 1.5;
    font-size: 13px;
    margin-top: 0px;
    font-weight: bold;
}

.item.vm-little-teaser .wrapper {
    padding-bottom: 0px;
}

.item.vm-little-teaser .newsTime {
    font-size: 11px;
    color: #b9bec1;
    /* padding-top: 20px; */
    position: absolute;
    bottom: 0px;
}

.item.vm-little-teaser .col-md-8 {
    display: flex;
    height: 100%;
}

/*=================[ ITEM: box-title-shadow ]===================*/
.item.box-title-shadow {
    position: relative;
    margin-bottom: 0px;
    /* background: black; */
    /* box-shadow: 2px 2px 5px #00000066; */
}

.item.box-title-shadow:hover img {
    opacity: 0.8;
}

.item.box-title-shadow .imgWrapper:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    height: 70%;
    z-index: 0;
    left: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, transparent 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, transparent 0, #000 100%);
    background: -o-linear-gradient(top, transparent 0, #000 100%);
    background: -ms-linear-gradient(top, transparent 0, #000 100%);
    background: linear-gradient(to bottom, transparent 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.item.box-title-shadow > .wrapper {
    width: 100%;
    height: 100%;
}

.item.box-title-shadow .imgWrapper {
    /* position:absolute; */
    width: 100%;
    height: 100%;
}

.item.box-title-shadow .imgWrapper img {
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: 0.5s ease all;
}

.item.box-title-shadow .title {
}

.item.box-title-shadow .titleWrapper {
    position: absolute;
    width: 100%;
    height: 100;
    bottom: 0px;
    z-index: 10;
    padding: 0px 20px 20px 20px;
}

.item.box-title-shadow .title h1 {
    text-shadow: 0 0 10px #000;
    font-size: 16px;
    line-height: 1.5;
}

.item.box-title-shadow .surtitle {
    margin: 10px 0px;
}

.item.box-title-shadow .surtitle small {
    color: white;
}

.item.box-title-shadow a, .item.box-title-shadow .surtitle small {
    color: white;
}

.item.box-title-shadow a:hover {
    color: white;
}

.small .item.box-title-shadow .title h1:after {
    height: 100px
}

.item.box-title-shadow.small .title h1:after {
    height: 70px
}

/*=================[ ITEM: icontitle ]===================*/
.item.vm-icon-title {
    margin-bottom: 0px;
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 7px;
}

.item.vm-icon-title.redtitle a {
    color: #de1900;
}

.item.vm-icon-title.redtitle a:hover {
    color: var(--main-orange);
}

.item.vm-icon-title a {
    color: black;
}

.item.vm-icon-title a:hover {
    color: var(--main-primary);
}

.item.vm-icon-title .fas.fa-circle {
    font-size: 6px;
    color: var(--main-orange);
}

.item.vm-icon-title h1 {
    font-size: 13px;
}

.item.vm-icon-title h1 i {
    color: var(--main-red);
}

body.ltr .item.vm-icon-title h1 {
    line-height: 1.3;
}

.item.vm-icon-title .icoAttach {
}

/*=================[ content page ]===================*/
body.path-node.page-node-type-content .block-system-main-block .itemscope > div {
    padding: 10px 0px;
}

body.path-node.page-node-type-content .block-system-main-block .itemscope > div.cImgWrapper {
    padding: 0px;
}

body.path-node.page-node-type-content .block-system-main-block {
    /* background: white; */
}

body.path-node.page-node-type-content .block-system-main-block .cTitle , #block-apeba-page-title h1{
    padding: 0px 0px 10px 0px;
    text-align: right;
    margin: 0px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.6;
}

body.path-node.page-node-type-content .block-system-main-block .titleWrapper {
    /* padding: 25px 10px 5px 10px; */
}

body.path-node.page-node-type-content .block-system-main-block .titleWrapper small {
    font-size: 12px;
}

body.path-node.page-node-type-content .block-system-main-block .cImg {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0px;
    border-radius: 10px;
}

body.path-node.page-node-type-content .block-system-main-block .titleWrapper a {
    color: black;
}

body.path-node.page-node-type-content .block-system-main-block .titleWrapper a:hover {
    color: var(--main-secondary);
}

body.path-node.page-node-type-content .block-system-main-block .cExcerpt {
    padding: 20px;
    text-align: justify;
    line-height: 1.8;
    background: #ffffff4f;
    clear: both;
    font-weight: 700;
}

body.path-node.page-node-type-content .block-system-main-block .cBody {
    padding: 10px 20px;
    text-align: justify;
    margin: 5px 0px;
    transition: 0.5s ease all;
    line-height: 180%;
    color: black;
    font-weight: 400;
}

body.path-node.page-node-type-content .block-system-main-block .cBody img {
    width: 80%;
    margin: 10px auto;
    text-align: center;
}

body.path-node.page-node-type-content .block-system-main-block .cBody {
    background: white;
}

body.path-node.page-node-type-content .block-system-main-block .cBody a {
    color: var(--main-primary);
}

body.path-node.page-node-type-content .block-system-main-block .cBody a:hover {
    color: #6e6e6e;
}

body.path-node.page-node-type-content .block-system-main-block .cBody a.btn-primary {
    background:var(--main-secondary);
    border:0px;
    padding:5px 40px;
    color: #343434;
}

body.path-node.page-node-type-content .block-system-main-block .cBody a.btn-primary:hover {
    color: white;
    background:#b1a577;
}

body.path-node.page-node-type-content .block-system-main-block .cBody blockquote {
    font-size: 15px;
    line-height: 180%;
}

body.path-node.page-node-type-content .block-system-main-block .cBody img {
    margin: 20px 0px;
}

body.path-node.page-node-type-content .block-system-main-block .nodeMeta div {
    font-size: 15px;
}

body.path-node.page-node-type-content .block-system-main-block .nodeMeta .tools {
    margin: 0px 5px 0px 0px;
}

body.path-node.page-node-type-content .block-system-main-block .nodeMeta .tools .mta {
    margin: 13px 10px;
    display: inline-block;
}

body.path-node.page-node-type-content .block-system-main-block .nodeMeta .tools i {
    font-size: 22px;
}

body.path-node.page-node-type-content .cAttach .contMedia {
    margin: 25px 0px 25px 0px;
    clear: both;
    /* display:flex; */
}

body.path-node.page-node-type-content .socialshare {
    display: flex;
    justify-content: space-around;
}

body.path-node.page-node-type-content .socialshare a {
    display: inline-block;
    padding: 7px 12px 0px 12px;
    font-size: 22px;
}

body.path-node.page-node-type-content .socialshare a.telegram {
    color: #0087cc;
}

body.path-node.page-node-type-content .socialshare a.telegram:hover {
    color: white;
    background: #0087cc;
}

body.path-node.page-node-type-content .socialshare a.twitter {
    color: #1da1f2;
}

body.path-node.page-node-type-content .socialshare a.twitter:hover {
    color: white;
    background: #1da1f2;
}

body.path-node.page-node-type-content .socialshare a.facebook {
    color: #3b5998;
}

body.path-node.page-node-type-content .socialshare a.facebook:hover {
    color: white;
    background: #3b5998;
}

body.path-node.page-node-type-content .socialshare a.linkedin {
    color: #0077b5;
}

body.path-node.page-node-type-content .socialshare a.linkedin:hover {
    color: white;
    background: #0077b5;
}

body.path-node.page-node-type-content .socialshare a.whatsapp {
    color: #0b8a0b;
}

body.path-node.page-node-type-content .socialshare a.whatsapp:hover {
    color: white;
    background: #0b8a0b;
}

body.path-node.page-node-type-content .redStyle{
    color: var(--main-primary);
    font-size: 17px;
    margin-bottom: 20px;
}

.cAttach {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cAttach video {
    width: 100%;
    height: 490px;
    position: relative;
    /* -webkit-transform: scaleX(2);  */
    /* -moz-transform: scaleX(2); */
}

.cAttach .video {
    /* width: 100%; */
    /* min-height: 500px; */
    /* position:relative; */
    /* -webkit-transform: scaleX(2);  */
    /* -moz-transform: scaleX(2); */
}

.cAttach .video:before {
    background: rgb(0, 0, 0);
    width: 100%;
    height: 500px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

body.path-node.page-node-type-content .cAttach .contMedia h4 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #7e7e7e;
}

body.path-node.page-node-type-content .cAttach .contMedia audio {
    width: 80%;
    /* background:#ddd; */
}

body.path-node.page-node-type-content .contMedia.gal_winMode .galimg .item {
    /* background: #dedede; */
    display: block;
    width: 100%;
    margin-bottom: 20px;
    /* padding: 20px 10px; */
    transition: 0.5s ease all;
}

body.path-node.page-node-type-content .contMedia.gal_winMode .galimg .item:hover {
    background: #bbb;
}

#edit-comment-body-0-format{
    display:none;
}


.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}

.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}

.video-js-responsive-container {
    width: 100%;
    position: relative;
}

.video-js-responsive-container .video-js {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#headnewsSlider .item {
    min-height: 220px;
}

.swiper-pagination-bullets {
    margin: 5px auto;
    text-align: center;
    margin-top: 0px;
}

.swiper-pagination-bullet {
    width: 5px;
    height: 6px;
    margin: 0px 4px;

}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--main-primary);
}

/*=======================[ ADS blocks ]=====================*/
.agahi.vmode-adv-text {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #bce3fd;
    background: #ecf6fe;
    color: #003366;
}

.agahi.vmode-adv-text a {
    font-size: 15px;
    font-weight: 700;
    color: #003366;
}

.agahi.vmode-adv-text a:hover {
    color: var(--main-primary);
    border: 1px solid #E8E8E8;
}

.agahi.vmode-adv-text p {
    font-size: 8pt;
}

#flashObject {
    position: relative;
    z-index: 1;
    width: 100%;
}

#floater {
    position: absolute;
    z-index: 100;
    top: 0px;
}

#floater:hover {
}

/*=======================[ END: ADS blocks ]=====================*/
body.path-node.page-node-type-content .entry-tags ul {
    padding: 0
}

body.path-node.page-node-type-content .entry-tags ul li {
    margin: 5px 16px 5px 12px;
    display: inline-block
}

body.path-node.page-node-type-content .entry-tags ul li h3 {
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 11px;
}

body.path-node.page-node-type-content .entry-tags ul li h3 a {
    color: #000000;
    display: block;
    padding: 0 8px;
    position: relative;
    background: #d1d1d1;
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:after, body.path-node.page-node-type-content .entry-tags ul li h3 a:before {
    display: block;
    content: "";
    position: absolute;
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:before {
    width: 5px;
    height: 5px;
    background: white;
    top: 10px;
    right: -3px;
    z-index: 11;
    border-radius: 100%
}

body.ltr body.path-node.page-node-type-content .entry-tags ul li h3 a:before {
    right: auto;
    left: -3px
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:after {
    width: 0;
    height: 0;
    border-left: 16px solid #d1d1d1;
    right: -16px;
    top: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 10
}

body.ltr body.path-node.page-node-type-content .entry-tags ul li h3 a:after {
    right: auto;
    left: -16px;
    border-left: 0 none;
    border-right: 16px solid #333
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:hover {
    text-decoration: none;
    color: rgb(255 255 255);
    background: var(--main-primary);
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:hover:after {
    border-left-color: var(--main-primary);
}

body.ltr body.path-node.page-node-type-content .entry-tags ul li h3 a:hover:after {
    border-left-color: var(--main-orange);
}


#mostsTabs {
    background: var(--main-primary-dark);
    border-radius: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
}

#mostsTabs .nav-link {
    padding: 5px 10px;
    margin: 5px 5px;
    background: #ffffff26;
    border-radius: 50px;
    color: white;
}

#mostsTabs .nav-link.active {
    background: white;
    color: var(--main-primary);
    border-radius: 50px;
}






/*--- custom styles ---*/

.text-color-primary{/* color: var(--main-primary); */}
.text-color-secondary{ color: var(--main-secondary); }

footer#main {
    margin-top:40px;
    color:white;
    background:var(--main-primary-dark);
}
footer#main a{
    color:white;
}
footer#main > .container > .row#row1{
    border-radius:var(--main-radius);
    padding:40px;
}
footer#main .footerTitle{
    color:var(--main-primary-dark);
}

footer#main #row2 .cc{
    font-size:11px;
}

.footerLogo{
    height:100px;
}

footer#main.dark{
    color: #8d8d8d;
    background: #141414;
}


#mainHeader .topLine .logo img{
    /* height: 65px; */
}



#mainMenu .navbar-nav{
    display:flex;
    flex-direction: row;
}

#mainMenu .nav-link{
    color: #ffffff;
    padding: 0px 14px;
    /* border-left: 1px solid #d1d1d1; */
    margin: 7px 0px 7px 3px;
    display: block;
    /* font-weight: bold; */
}

#mainMenu .dropdown-menu{
    padding:2px 10px;
    border-radius:0px;
    background: #ffffff;
    border: 0px;
}
#mainMenu .dropdown-item{
    padding:2px 10px;
}
#mainMenu .dropdown-item a{
    font-size:12px;
}


.modal {
    z-index: 1060;
}
.modal-backdrop {
    z-index: 1050;
}

.mainContent{
    padding-top:30px;
}


#mainHeader{
    color: white;
}


#mainHeader .topLine{
    background: var(--main-primary-dark) url(img/cstm/headerBG.jpg) top center no-repeat;
    min-height:165px;
    color: white;
}
#mainHeader .row2{
    background: #d1b178;
    color: #535353;
}

#mainHeader .row2 a{
    color: #313131;
}

#mainHeader .row2 a:hover{
    color: #ffffff;
}

#mainHeader .row2 .nav-item a:hover{
    color: #ffffff;
    background: #00000021;
    box-shadow: 2px 2px 0px #00000038;
}


#usermenuDropdownBox{
    background:#bf9c5c;
    padding: 7px 15px;
    border-radius:25px;
    font-size:12px;
    margin:0px 10px;
}
#usermenuDropdownBox > a{
    color:#ffffff;
}
#usermenuDropdownBox .dropdown-menu a{
    color:#3f3f3f;
    padding:5px 15px;
    display:block;
    font-size:12px;
}
#usermenuDropdownBox .dropdown-menu a:hover{
    color:#3f3f3f;
    background: #e9e9e9;
}

#mainHeader .socialIcons a{
    background: #ffffff8a;
    color: #08474a !important;
    padding:10px;
    color:black;
    border-radius: 100px;
    width: 35px;
    margin: 0px 5px;
    height: 35px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#mainHeader .socialIcons a:hover{
    background: #ffffff;
    color: #08474a !important;
}
#mainHeader .socialIcons a i{

}


#topRow .n2 img{
    height: 327px;
}
#topRow .n2{
    margin-bottom:5px;
}

#topRow .rightCol{
    padding-left:0px !important;
}

#topRow .leftCol{
    padding-right:7px !important;
}





/*-- Block title --*/

.block-title {
    font-size: 14px;
    line-height: 100%;
    margin: 0 0 40px;
    border-bottom: 2px solid var(--main-primary-dark);
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

.block-title > span {
    background: var(--main-primary-dark);
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
    display: inline-block;
}

.block-title > span:after {
    border-color: var(--main-primary-dark) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-right: -10px;
    right: 50%;
    border-width: 10px;
    border-style: solid;
}



.featured-tab {
    margin-bottom:25px;
}

.featured-tab {
    position: relative;
}

.featured-tab .nav-tabs {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.featured-tab .nav-tabs > li > a {
    color: #999999;
    text-shadow: none;
    font-weight: 700;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 1px 0;
    padding: 0 15px 0 0;
    border: 0 !important;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-tab .tab-content {
    border-top: 0;
    padding: 0;
    overflow: hidden;
}

.featured-tab .nav-tabs > li.active > a {
    color: #1c1c1c;
    position: relative;
    background: none;
    border:0px;
}

.featured-tab .nav-tabs > li.active > a:after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -10px;
    margin-right: 0;
    right: 50%;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c1c1c rgba(0, 0, 0, 0);
}


.featured-tab .list-post-block {
    margin-top: 0;
}


/* Different Color
================================================== */

/*-- Color Default --*/

.color-default a.post-cat {
    background: #1c1c1c;
}

.color-default .post-cat:before {
    border-top: 8px solid #1c1c1c;
}

/*-- Color Red --*/

.color-red .block-title {
    border-bottom: 2px solid #ec0000;
}

.color-red .block-title > span,
.color-red a.post-cat {
    background: #ec0000;
}

.color-red .post-cat:before {
    border-top: 8px solid #ec0000;
}

.color-red .block-title > span:after {
    border-color: #ec0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-red .owl-carousel.owl-theme .owl-nav > div:hover {
    background: #ec0000;
}

/*-- Color Blue --*/

.color-blue .block-title {
    border-bottom: 2px solid #a1824b;
}

.color-blue .block-title > span,
.color-blue a.post-cat {
    background: #a1824b;
}

.color-blue .post-cat:before {
    border-top: 8px solid #a1824b;
}

.color-blue.featured-tab .nav-tabs > li.active > a {
    color: #a1824b;
}

.color-blue.featured-tab .nav-tabs > li.active > a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a1824b rgba(0, 0, 0, 0);
}

.color-blue .block-title > span:after {
    border-color: #a1824b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Blue --*/

.color-dark-blue .block-title {
    border-bottom: 2px solid #4258fe;
}

.color-dark-blue .block-title > span,
.color-dark-blue a.post-cat {
    background: #4258fe;
}

.color-dark-blue .post-cat:before {
    border-top: 8px solid #4258fe;
}

.color-dark-blue.featured-tab .nav-tabs > li.active > a {
    color: #4258fe;
}

.color-dark-blue.featured-tab .nav-tabs > li.active > a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
}

.color-dark-blue .block-title > span:after {
    border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}


/*-- Color Orange --*/

.color-orange .block-title {
    border-bottom: 2px solid #ff7a09;
}

.color-orange .block-title > span,
.color-orange a.post-cat {
    background: #ff7a09;
}

.color-orange .post-cat:before {
    border-top: 8px solid #ff7a09;
}

.color-orange.featured-tab .nav-tabs > li.active > a {
    color: #ff7a09;
}

.color-orange.featured-tab .nav-tabs > li.active > a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a09 rgba(0, 0, 0, 0);
}

.color-orange .block-title > span:after {
    border-color: #ff7a09 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Aqua --*/

.color-aqua .block-title {
    border-bottom: 2px solid #00bdb3;
}

.color-aqua .block-title > span,
.color-aqua a.post-cat {
    background: #00bdb3;
}

.color-aqua .post-cat:before {
    border-top: 8px solid #00bdb3;
}

.color-aqua.featured-tab .nav-tabs > li.active > a {
    color: #00bdb3;
}

.color-aqua.featured-tab .nav-tabs > li.active > a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0);
}

.color-aqua .block-title > span:after {
    border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Violet --*/

.color-violet .block-title {
    border-bottom: 2px solid #007290;
}

.color-violet .block-title > span,
.color-violet a.post-cat {
    background: #007290;
}

.color-violet .post-cat:before {
    border-top: 8px solid #007290;
}

.color-violet.featured-tab .nav-tabs > li.active > a {
    color: #007290;
}

.color-violet.featured-tab .nav-tabs > li.active > a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #007290 rgba(0, 0, 0, 0);
}

.color-violet .block-title > span:after {
    border-color: #007290 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}



#topRow .item.box-title-shadow, #topRow .item.box-title-shadow .imgWrapper, #topRow .item.box-title-shadow .imgWrapper img{
    border-radius:7px;
}

#topRow .item.box-title-shadow .imgWrapper:after{
    border-radius:0px 0px 7px 7px;
}

#topRow{
    background: #d1b178;
    background: -webkit-linear-gradient(180deg, #d1b178 0%, #d1b178 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(180deg, #d1b178 0%, #d1b178 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, #d1b178 0%, #d1b17800 80%, rgb(255 255 255) 80%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF1D7", endColorstr="#FFFFFF", GradientType=0);
}

.mainContent{
    background: #d1b178;
    background: -webkit-linear-gradient(180deg, #d1b178 0%, #d1b178 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(180deg, #d1b178 0%, #d1b178 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, #d1b178 0%, #d1b17800 15%, rgb(255 255 255) 1%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF1D7", endColorstr="#FFFFFF", GradientType=0);
}






body.path-search-news .view-id-search_engine .views-row{
    margin-bottom: 25px;
}

body.path-search-news .view-id-search_engine .view-header{
    padding:10px 0px;
}

body.path-search-news .view-id-search_engine .views-field-title a{
    font-size:16px;
    font-weight:bold;
    margin-bottom: 10px;
}

body.path-search-news .view-id-search_engine .field-content strong{
    background: yellow;
    padding:1px 1px;
}