@import "mdcolors.css";
@import "mobile.css";
@import "tablet.css";
@import "desktop.css";

/*:root {*/
/*    --gin-toolbar-height: 39px;*/
/*    --gin-toolbar-secondary-height: 48px;*/
/*    --gin-scroll-offset: 72px;*/
/*    --gin-toolbar-y-offset: var(--gin-toolbar-height);*/
/*    --gin-toolbar-x-offset: 0px;*/
/*    --gin-sticky-offset: 0px;*/
/*}*/

:root {
    --main-primary: #006ac3;
    --main-secondary: #ffd600;
    --main-radius : 10px;
}

/************************************************/

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

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;
}

.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);
}

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

.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: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: 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: #000000f7;
    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.show {
    display:block;
    background: #014075;
}


#menu.sideNavMenu ul.dropdown-menu {
    background: #0808084a;
    border-radius: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;
}

/*=================[ 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);
    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:80px;
    border: 1px solid #000;
}

.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: 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: 15px;
    margin-top: 0px;
    font-weight: bold;
}

.item.vm-teaser .wrapper {
    /* padding-bottom:30px; */
}

.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;
    display: flex;
    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: #ffffff5c;
    padding: 5px 15px;
    border-radius: 5px;
}

.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 {
    padding: 0px 0px 30px 0px;
    /* text-align: right; */
    margin: 0px;
    font-size: 39px;
    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: 20px;
    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.5;
    /* background: #ebebeb; */
    clear: both;
    font-weight: bolder;
    font-size: 19px;
}

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;
    font-size: 17px;
}

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 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;
}

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

/*=======================[ 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);
    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 ---*/
.btn{
    border-radius:0px;
}




.mainSwiper{
    overflow:hidden;
    width:100%;
}

.mainSwiper .swiper-slide{
    width:100vw;
    position:relative;
    color:white;
    overflow:hidden;
}

.mainSwiper .swiper-slide .textBox{
    z-index:10;
    padding:0px 40px;
}

._temp .mainSwiper .swiper-slide:after{
    content:" ";
    background:#00000047;
    position:absolute;
    top:0px;
    z-index:1;
    height:100%;
    width:100vw;
}


footer.mainFooter{
    background:rgba(0, 0, 0, 0.8);
    color:white;
}
footer.mainFooter a{
    color:white;
}

#row2{
    background:var(--main-primary);
}



#secConnectors {
}

#secConnectors .imgSide{
    background: url('img/Connectors-Homepage-Whiter.jpg') left center no-repeat;
    background-size: cover;
    min-height: 420px;
}

#secConnectors .textSide{
    background: #54595F;
    color:white;
}




#secCable {
}

#secCable .imgSide{
    background: url('img/2_-_Cable_Assemblies-scaled.jpeg') left center no-repeat;
    background-size: cover;
    min-height: 420px;
}

#secCable .textSide{
    background: #ECECEC;
}

#secCable .textSide .title{
    color: var(--main-primary);
}




#secTool {
}

#secTool .imgSide{
    background: url('img/Tooling-Homepage-Bleed.jpg') left center no-repeat;
    background-size: cover;
    min-height: 420px;
}

#secTool .textSide{
    background: var(--main-primary);
    color:white;
}

#secTool .textSide .title{
}





#secAccessories {
}

#secAccessories .imgSide{
    background: url('img/Accessories-Homepage-PLACEHOLDER.jpg') left center no-repeat;
    background-size: cover;
    min-height: 420px;
}

#secAccessories .textSide{
    background: #ECECEC;
}

#secAccessories .textSide .title{
    color: var(--main-primary);
}



#secCusConnectors {
}

#secCusConnectors .imgSide{
    background: url('img/AdobeStock_76380849-scaled-e1666600763150.jpeg') left center no-repeat;
    background-size: cover;
    min-height: 420px;
}

#secCusConnectors .textSide{
    background: #54595F;
    color:white;
}

#secCusConnectors .textSide .title{

}


#mainMenu .navbar-nav{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


#mainMenu .navbar-nav li a{
    padding:10px 30px;
    font-size:16px;
}

#mainMenu > .navbar-nav > li.active > a{
    color:white;
    background:#00000038;
}


.searchBox{
    width:60%;
}
.searchBox > .input-group{
    width:100%;
}
.searchBox .txtSearch{

}


.view-rel-products .views-exposed-form > .d-flex
{
    justify-content:space-between;
    padding:10px;
    border:1px solid #00000057;
    margin-bottom:20px;
}

.view-rel-products .views-exposed-form .form-type-select .form-select
{
    min-width:170px;
}


#block-apeba-content .nav{
    justify-content: flex-start;
    border-bottom:1px solid #000;
}

#block-apeba-content .nav .nav-link{
    color: var(--main-primary);
    border: 0px;
    border-radius:0px;
    min-width: 12%;
    padding:15px 10px;
    font-weight:bold;
}

#block-apeba-content .nav .nav-link.active{
    border: 1px solid black;
    border-bottom:0px !important;
}

#block-apeba-content #bottTabs .tab-content{

    border: 1px solid black;
    border-top:0px;
    margin-bottom:30px;
}
#block-apeba-content #bottTabs .tab-content .tab-pane{
    padding:20px;
    min-height:100px;
}







.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}



.prodSwiper {
    height: 80%;
    width: 100%;
}

.prodThumbSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.prodThumbSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border:1px solid var(--main-primary);
}

.prodSwiper .swiper-slide {
    border:1px solid #ddd;
}

.prodThumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* padding: 10%; */
}

.pagination{
    text-align:center;
    display: flex;
    justify-content: center;
}

.pagination .page-item{
    font-weight:bold;
}