/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}
.navbar-light .navbar-nav .nav-link:focus-visible, select:focus-visible {
    outline-offset: 1px !important;
    outline: 1px solid #000 !important;

}


body 
{
    position: relative;
    min-height: 100vh;
    padding-bottom: 50px;
}

.cs-theme-main-content {

}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    opacity: 0.6;
}

.cs-custom-spinner > .spinner-border {
    width:100px;
    height:100px;
    border-radius:50%;
    border:0px;
    padding:1px;
    background:conic-gradient(#0000 10%,#575763) content-box;
    -webkit-mask:
    repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
    radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 calc(100% - 8px));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    -webkit-animation: spinner-border 2s linear infinite;
    animation: spinner-border 2s linear infinite;
}


/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 38px;
    height: 38px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
}

.navbar-nav > li:last-child > .nav-link{
    margin-right: 0 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
    
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .footer-menu{
        margin-top:15px;
    }
}

.navbar-light .navbar-brand {
    height: auto;
}

.navbar-brand .cs-logo-img{
    max-width: 180px;
}

.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link, .collector-systems-wrapper .navbar-light .navbar-nav .nav-link,  .collector-systems-wrapper .navbar-light .navbar-nav .nav-link.active {
    color: #1B1D1F;
}


.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .cs-logo-img {
        width: 190px;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 411px) {
    .cs-page-title {
        margin-bottom: 25px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
	font-size:30px;
   /* text-transform: uppercase;*/
}
.section-title h1{
    position: relative;
    display: inline-block;
	font-size:50px;
   /* text-transform: uppercase;*/
}
.section-title::before {
    position: absolute;
    content: "";
   /* width: calc(100% + 80px);*/
    height: 2px;
    top: 4px;
    left: -40px;
   /* background: var(--primary);*/
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
  /*  width: calc(100% + 120px);*/
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
  /*  width: calc(100% + 40px);
    left: 0;*/
}

.section-title.text-start::after {
   /* width: calc(100% + 60px);*/
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


h4 > a, h5 a, h6 a
{
    color:#1B1D1F;
}

a:hover h4, a:hover h5, a:hover h6 {
    text-decoration: none;
}

.font-normal {
    font-weight: normal;
}

.cs-page-title
{
    text-align: left;
    font-weight:normal;
}

.cs-page-total-count {
    text-align: left;
    font-weight:normal;
    padding:18px 5px;
    margin-top:revert;
}

.cs-grouplevel-total-count {
    text-align: left;
    font-weight:normal;    
    margin: 15px 0px;
    padding: 0px 5px;
}

.cs-shadow
{
    box-shadow: 1px 2px 10px 1px gray;    
}

.cs-shadow:focus{
    box-shadow: 1px 2px 10px 1px gray;
    border:none;
    background-color: transparent;    
}

/* .cs-shadow i.bi-arrow-up {
    transition: top ease 0.5s;
    position: fixed;
    right: 54px;
    bottom: 96px;
    z-index: 99;
}

.cs-shadow:hover i.bi-arrow-up {
    bottom: 99px;
} */

.cs-shadow i.bi-arrow-up {
    transition: top ease 0.5s;
    position: relative;    
    z-index: 99;
    top:0;
}

.cs-shadow:hover i.bi-arrow-up {
    top: -3px;
}

.card-img-top {
    width:auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.artists-container > .card, .collections-container > .card, .exhibitions-container > .card, .objects-container > .card, .groups-container > .card,
 .artist-objects-container > .card, .collection-objects-container > .card, .exhibition-objects-container > .card, .group-objects-container > .card {
    flex: 1 0 auto;
}

.artists-container .card-body, .collections-container .card-body, .exhibitions-container .card-body, .objects-container .card-body, .groups-container > .card-body, 
.artist-objects-container .card-body, .collection-objects-container .card-body, .exhibition-objects-container .card-body, .group-objects-container .card-body {
    justify-content: center;
}

/* .objects-container .card-img-top, .artist-objects-container .card-img-top {
    width: auto;
} */

/* .card-body {
    position: absolute;
    bottom: -3vh;
  } */

   @media screen and (min-width: 900px)
  {
     .card {
    padding-right: 2vw;
    padding-left: 2vw;
    }
  }

.card {
    border:none;   
}

.card-footer {
    border:none;
    background:none;
}

.cs-theme-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: var(--word-break, "none");
    overflow: hidden;
    text-decoration: none;
}

.cs-theme-label-withunderline {    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: var(--word-break, "none");
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 1px;
}

.cs-theme-label-withunderline-old {    
    margin-bottom: calc(5px + 0.25vw);
}

.card a:hover
{
    text-decoration: none;
}

.card-footer h4:hover, .card-footer h5:hover, .card-footer h6:hover 
{
    text-decoration: underline;
}

.card-footer h6.cs-theme-card-title:hover {
    text-decoration: none;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/

.footer {
position: absolute;
bottom: 0; 
width: 100%;
padding-top: 1.2rem;
padding-bottom: 1.2rem;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {    
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}


.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.view-more {
    text-align: center;
    margin: 20px 0;
}

.view-more:hover {
    opacity: 50%;
    text-decoration: underline;
  }

.carousel-indicators {       
    justify-content: start;
    margin-left: 0px;
    list-style: none;    
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .carousel-indicators [data-bs-target]
  {
      width:unset;
      height:unset;
      margin: 5px;
      box-sizing: border-box;
  }
  .carousel-thumbs img {    
    cursor: pointer;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}

.carousel-item
{
    justify-content: center;
}

.carousel-item img {
	object-fit: cover;
}

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    display: flex;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}

.thumb-carousel .thumb 
{
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-style: solid;
    border-color: rgb(240, 240, 240);
}

.thumb-carousel img:hover {
	opacity: 1;
}

.thumb-carousel img {
	opacity: 0.5;
	cursor: pointer;
}

.thumb-carousel .selected img {
	opacity: 1;
}

.carousel-fade .carousel-item {    
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
   }
   
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
   }
   
   /* .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
    opacity: 0;
   } */
  
  
  @media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}

  @media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
  }
  
  .thumb-carousel.carousel-inner .carousel-item.active,
  .thumb-carousel.carousel-inner .carousel-item-next,
  .thumb-carousel.carousel-inner .carousel-item-prev {
    display: flex;
  }
  
  /* medium and up screens */
  /* @media (min-width: 768px) {
    
    .thumb-carousel.carousel-inner .carousel-item-end.active,
    .thumb-carousel.carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .thumb-carousel.carousel-inner .carousel-item-start.active, 
    .thumb-carousel.carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
  } */
  
  

  .thumb-carousel.carousel-inner .carousel-item-end,
  .thumb-carousel.carousel-inner .carousel-item-start { 
  transform: translateX(0);
  }

  

  .carousel-control-prev, .carousel-control-next{
      position: relative;
      width: auto;      
  }

  .bi.bi-chevron-left, .bi.bi-chevron-right {
    font-size: x-large;
    color: #000000;
    font-weight: bolder;
  }

  .carousel-indicators::after {
    display: block;
    clear: both;
    content: "";
}

.sort-by-title 
{
    padding-right: 3px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sort-by-field
{
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%;
}


.cs-theme-navigation
{
font-size:0.9rem;
}

.cs-theme-navigation a.page-link {
    color: #1B1D1F;
    text-decoration: none;
    padding: .275rem .35rem;
} 
.cs-theme-navigation a.page-link.next-btn, .cs-theme-navigation a.page-link.prev-btn{
    display: flex;
    flex-direction: row;
    align-items: center;

}
.cs-theme-navigation a.page-link.next-btn .icon-arrow-right{
    margin-left: 10px;
    width: 13px;
}
.cs-theme-navigation a.page-link.prev-btn .icon-arrow-left{
    margin-right: 10px;
    width: 13px;
}

.cs-theme-navigation a.page-link:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    background: none;
}

.cs-theme-navigation a.page-link:focus {
    box-shadow: none;
    background: none;
}

.cs-theme-navigation a.page-link.object-pager:hover {
    text-decoration: none;
}

.cs-theme-navigation a.page-link i.fa-arrow-left{
margin-right:10px;
}

.cs-theme-navigation a.page-link i.fa.fa-arrow-right{
    margin-left:10px;
}

.object_detail_fieldlabel {
    font-weight:500;
}

body.cs-bold-customized-field-labels .object_detail_fieldlabel{
    font-weight: 700;
}

body.cs-underline-all-hyperlinks a {
    text-decoration: underline;
}

@media (min-width: 1600px) {
    .container-xxl, .container {
        max-width: 1440px;
    }
}
@media (min-width: 1920px) {
    .container-xxl, .container {max-width: 1680px;}
    }
    
    @media (min-width: 2560px) {

    .container-xxl, .container {max-width: 1800px;} 
}
    
    @media (min-width: 2880px) {
    .container-xxl, .container {
        max-width: 2560px;
    }
}

.object_detail_share {
    position: relative;
}

.object_detail_info {
    font-size: 0.75em;
}

.object_detail_share button {
    position: relative;
    background: transparent;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 25px;
    width: 32px;
}

.object_detail_share button:hover {
    opacity: .5;
}

.popover {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    left: -2% !important;
}

.popover-arrow {
    border: 0;
    left: 38px !important;
}

.popover-body {
    padding: 0.5em 0.5em;
}

.bs-popover-top > .popover-arrow::before {
    border:none;
}

ul.objectdetail_sharetools {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;            
}

ul.objectdetail_sharetools li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.objectdetail_sharetools li a.btn-media {
    padding: 0 10px;
    width: 35px;
    text-decoration: none;
}

ul.objectdetail_sharetools li a.btn-media i {
    font-size:1.2em;
}

.btn-share i, .btn-expand i {
    font-size:1.2em;
}


/*** this will change first item's font size on object detail page ***/
.cs-object-details > p:first-child {
    font-size: 2em;
    margin-bottom: 1rem !important;    
}

/*** this will change first item's font size on object list page ***/
.cs-object-list > .card-footer h6:first-child small {
    font-size: 1rem;  
}

.cs-object-details p:first-child span.object_detail_fieldlabel {
    display: none;
}

.cs-theme-nodata {padding:10px;}

.sort-by-field .form-select {font-size:0.85rem;}

 .cs-custom-pagination {
    clear:both;
    padding:20px 0;
    margin-top:20px;
    margin-bottom: calc(90px + 1.5vw);
    position:relative;
    line-height:13px;
    align-items: center;
    justify-content: center;
    grid-column-gap: calc(8px + 0.25vw);
    }
     
    .cs-custom-pagination span, .cs-custom-pagination a {   
    display: block;    
    margin: 2px 2px 2px 0;    
    text-decoration: none;
    width: auto;
    color: #1B1D1F;
    background: #fff;
    background: transparent;
    border: 1px solid;
    color: currentColor;
    display: inline-block;
    display: inline-flex;
    height: calc(32px + 1vw);
    padding: 0;
    width: calc(32px + 1vw);
    align-items: center;
    justify-content: center;
    }
     
    .cs-custom-pagination a:hover{
    background-color: rgba(93,16,73,.1);
    outline-color: #5d1049;
    
    }
     
    .cs-custom-pagination .current{
    padding:6px 9px 5px 9px;
    color:#fff;
    background: #1B1D1F;
    /* background: #dddddd;
    color:#fff; */
    } 

    .cs-custom-pagination .bi.bi-chevron-left, .cs-custom-pagination .bi.bi-chevron-right {
        font-size: inherit;
        color: inherit;
        font-weight: inherit;
      }

.card-body {
    flex: none;
}
.card-body a.image-wrapper-link {
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction: row;
    align-items: center;
}
.card-body .image-wrapper{
  height: 350px;
}

/* Center align image and add background color */
body.cs-center-align-images .card-body a.image-wrapper-link{
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alignright {
 
    text-align: right;
}
.alignleft {
    text-align: left;
}
.aligncenter{
    text-align: center;
}
.wp-caption {
    max-width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    text-align: center;
}
  
.wp-caption-text {
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}

.gallery-caption {
    font-size: 0.85em;
    text-align: center;
    color: #666;
}

.bypostauthor {
    border-left: 3px solid #0073aa;
    background: #f0f8ff;
}
  
  

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for the screen readers.
========================================================================== */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
        clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
/* Many screen readers and browsers combination show broken word as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
        clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  
    .card.col-sm-6 {
        max-width: 50%;
      }
    
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .card.col-md-6 {	
		max-width: 50%;
	}
 }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    .card.col-lg-3 {		
		max-width: 25%;
	}
    .card.col-lg-4 {	
		max-width: 33.33333%;
	}
 }

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }   

/*Small devices*/
@media (max-width: 991.98px) {
    .cs-grouplevel-total-count {margin-top:10px;} 
    .cs-page-total-count {margin-top:18px;}
}
