/* A bit of demo styles */;
.demo-swiper .swiper-slide {
    font-size: 25px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
}
.demo-swiper .swiper-slide {
    box-sizing: border-box;
    border: 0px solid #ddd;
    background: #fff;
}
.demo-swiper {
    margin: 0px 0 35px;
    font-size: 18px;
    /*height: 120px;*/
}
.demo-swiper.demo-swiper-auto .swiper-slide {
    width: 85%;
}
.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(2n) {
    width: 70%;
}
.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(3n) {
    width: 30%;
}


.tsliderimage {
    border-radius: 9% !important;
    border: 0px solid ;
    width: 100%;
    min-height:200px !important!;
    max-height:200px !important!;
    /*height: 200px !important;*/
    overflow:hidden;
}

img.tsliderimage {
    width: 100%;
    min-height:200px !important!;
    max-height:200px !important!;
    overflow:hidden;
}

.tsliderimageContainer {
    max-height:220px;
    overflow:hidden;
}


.section-title-wrapper h3 {
    margin: 0px;
}
.section-title h3 {
    font-size: 22px !important;
}
.page-title-wrapper h1, .section-title-wrapper h3 {
    margin: 0px;
}
.section-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.section-title-wrapper a {
    font-weight: 600;
    display: flex;
}
.section-title-wrapper a span{
    align-self: center;
    color: #000 !important;
}


/* Big Slide */

.big-card-slide {
    position: relative;
    height: 400px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 15px;
}

.big-card-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px;
}

.big-card-infos {
    z-index: 2;
    padding: 20% 20px 20px 20px;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.8) 100%, rgba(0,0,0,0.9) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.big-card-infos h1 {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
}

.md .big-card-infos .date {
    margin-bottom: 10px;
}

.md .big-card-infos .date a {
    color: #ffffff;
    font-weight: 600;
}




.img-wrapper {
    height: 300px;
    display: flex;
    border-radius: 15px;
}

.img-wrapper > img {
    object-fit: cover;
    object-position: top;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.image-caption {
    background: #efefef;
    padding: 13px 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #757575;
    font-size: 12px;
}




.big-card-slide-shop {
    position: relative;
    /*height: 540px;*/
    height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 15px;
}

.big-card-infos-shop {
    z-index: 2;
    padding: 2% 20px 20px 20px;
    background-image: linear-gradient(to top,rgba(0,0,0,0) 0, rgba(0,0,0,0.8) 100%, rgba(0,0,0,0.9) 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #ED1C26;  /* text slider color */
}

.big-card-slide-shop img {
    object-fit: fill;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px;
}

.md .big-card-infos-shop .shop-category {
    margin-bottom: 10px;
}

.md .big-card-infos-shop .shop-category a {
    color: #ffffff;
    font-weight: 600;
}

.big-card-infos-shop h1 {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
}

.shop-now-btn  {
    background: #efefef;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 5px;
    padding: 4px 10px;
    margin-top: 10px;
}

/* Shop Categories */

/* Card posts Slide */

.card-post-slide-img {
    height: 400px;
    border-radius: 15px;
}

.card-post-slide-img img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.card-post-slide-category {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 12px;
}

.md .card-post-slide-category a,
.card-post-slide-category {
    color: #757575;
    font-weight: 400;
}

.card-post-slide-title {
    font-size: 14px;
    font-weight: 400;
}

.md .card-post-slide-title  a {
    color: #111111;
}

.card-post-slide-text {
    color: #757575;
    padding-top: 10px;
    font-size: 13px;
}


/* Card blog */

.card-post {
    /*background: #efefef;*/
    border-radius: 5px;
    padding-bottom: 10px;
}

.card-post-img {
    height: 150px;
    min-height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-post-img img{
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-post-category {
    /*padding-top: 10px;
    padding-bottom: 5px;*/
    padding-left: 0px;
    padding-right: 10px;
    font-size: 18px !important;
}

.md .card-post-category a {
    color: #757575;
    /*font-weight: 400;*/
}

.card-post-title {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 20px !important;
    font-weight: 600;
    padding-left: 0px;
    padding-right: 10px;
}

.md .card-post-title  a {
    color: #111111;
}

.card-post-title-2 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 10px;
}

.md .card-post-title-2  a {
    color: #111111;
}



/* Classic Slide Posts */
.classic-slide-post-mag33 {
    height: 300px !important;
}

.classic-slide-post-img-3 {
    height: 120px;
    border-radius: 5px;
    padding-top:18px;
    text-align:center;
    background-color:#eee;
}

.classic-slide-post-img-2 {
    height: 120px;
    border-radius: 5px;
    padding-top:18px;
    text-align:center;
    background-color:#eee;
}

.classic-slide-post-img-2 img {
     width:100px !important;
     height:100px !important;
}

.classic-slide-post-img {
    height: 130px;
    border-radius: 5px;
}

.classic-slide-post-img img {
    object-fit: fill; /* cover; */
    object-position: top;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.classic-slide-post-title {
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 5px;
}

.md .classic-slide-post-title a {
    color: #111111;
}

.classic-slide-post-date{
    color: #757575;
    font-size: 13px;
}

.classic-slide-post-desc,
.review {
    color: #111111;
    font-size: 15px;
}




/* Shop list slide */
.shop-list {
    display: flex;
}

.shop-list-img {
    width: 90px;
    height: 100px;
    border-radius: 5px;
}

.shop-list-img img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.shop-list-title {
    font-weight: 400;
}

.md .shop-list-title a {
    color: #111111;
}

.shop-list-infos {
    width: 180px;
    padding-left: 10px;
    align-self: center;
}

.shop-list-categories {
    padding-top: 3px;
}

.shop-list-categories,
.md .shop-list-categories a {
    color: #757575;
    font-size: 13px;
}

.eventSliderbg {
    /*background-color:#f1f1f1 !important;*/
    background-color:#ffffff !important;
    /*margin-top:15px !important;*/
    margin-bottom:15px !important;
}
.courseSliderbg {
    /*background-color:#f6f6f6 !important;*/
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.newsSliderbg {
    /*background-color:#fafafa !important;*/
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.albumSliderbg {
    /*background-color:#ffffff !important;*/
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.videoSliderbg {
    /*background-color:#fafafa !important;*/
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.audioSliderbg {
    /*background-color:#f6f6f6 !important;*/
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.noticeSliderbg {
    /*background-color:#f1f1f1 !important;*/
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.magazineSliderbg {
    /*background-color:#f7f7f7 !important;*/
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.bookSliderbg {
    /*background-color:#fafafa !important;*/
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.memberpostSliderbg {
    /*background-color:#f6f6f6 !important;*/
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.questionSliderbg {
    /*background-color:#fbfbfb !important;*/
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.teacherpostSliderbg {
    /*background-color:#fbfbfb !important;*/
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.mpSliderbg {
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.opSliderbg {
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.cnSliderbg {
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.documentSliderbg {
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.spSliderbg {
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}
.pollSliderbg {
    background-color:#ffffff !important;
    margin-bottom:15px !important;
}

.viewall {
    height:25px !important;
    font-size: 16px !important;
}
.reply {
    height:18px !important;
    font-size: 14px !important;
}

.video-container {
    min-height: 200px !important;
    height: 200px !important;
}

.media-container {
    min-height: 200px !important;
}




/* Scroller */

.scroll-card-slide {
    position: relative;
    height: 200px !important;
    /*display: flex;
    flex-direction: column;
    justify-content: flex-end;*/
    border-radius: 15px;
}

.scroll-card-slide img {
    
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px;
}

.scroll-card-infos {
    z-index: 2;
    /*padding: 20% 20px 20px 20px;*/
    /*background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.8) 100%, rgba(0,0,0,0.9) 100%);*/
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.scroll-card-infos h1 {
    color: #000;
    margin: 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
}

.md .scroll-card-infos .date {
    margin-bottom: 10px;
}

.md .scroll-card-infos .date a {
    color: #000000;
    font-weight: 600;
}


/* Pattern styles */
.container-slide {
  display: table;
  width: 100%;
}

.left-half {
  position: absolute;
  left: 0px;
  width: 75%;
  padding:10px !important;
}

.right-half {
  position: absolute;
  right: 0px;
  width: 25%;
}




@media screen and (min-width: 320px) and (max-width: 375px){

	.big-card-slide-shop {
    	position: relative;
    	text-align:center;
    	height: 465px; !important;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	border-radius: 15px;
	}

	.big-card-infos-shop {
    	font-size:18px !important;
	}

	.big-card-slide-shop img {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	border-radius: 15px;
	}
}


@media screen and (min-width: 375px) and (max-width: 379px){

	.big-card-slide-shop {
    	position: relative;
    	height: 550px;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	border-radius: 15px;
	}


	.big-card-slide-shop img {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	border-radius: 15px;
	}

}

@media screen and (min-width: 380px) and (max-width: 760px){

	.big-card-slide-shop {
    	position: relative;
    	text-align:center;
    	height: 750px; !important;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	border-radius: 15px;
	}

	.big-card-infos-shop {
    	font-size:18px !important;
	}

	.big-card-slide-shop img {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	border-radius: 15px;
	}
}


@media screen and (min-width: 410px) and (max-width: 760px){

	.big-card-slide-shop {
    	position: relative;
    	text-align:center;
    	height: 630px; !important;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	border-radius: 15px;
	}

	.big-card-infos-shop {
    	font-size:18px !important;
	}

	.big-card-slide-shop img {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	border-radius: 15px;
	}
}


@media screen and (min-width: 768px) and (max-width: 2960px) {

	.classic-slide-post-title {
    	font-size: 22px;
    	line-height: 26px;
    	font-weight: 400;
	}

	.classic-slide-post-date {
    	color: #757575;
    	font-size: 18px;
    	line-height: 22px;
	}

	.classic-slide-post-desc {
    	color: #111111;
    	font-size: 19px;
    	line-height: 24px;
	}

	.card-post-title {
    	font-size: 22px;
    	line-height: 26px;
    	font-weight: 400;
    }
    
    .card-post-category {
    	font-size: 22px;
    	line-height: 26px;
    	color: #757575;
	}
	
	.card-post-title-2 {
    	font-size: 22px;
    	line-height: 26px;
    	font-weight: 400;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.viewall {
    	height:35px !important;
    	font-size: 20px !important;
	}
    .reply {
        height:20px !important;
        font-size: 16px !important;
    }

	.section-title-wrapper .section-title h3 {
    	font-size: 25px !important;
	}
	.section-title-wrapper a {
    	font-weight: 600;
    	display: flex;
	}
	.section-title-wrapper a span{
    	align-self: center;
    	color: #000 !important;
    	font-size: 25px !important;
	}
	.video-container {
    	min-height: 412px !important;
    	height: 420px !important;
    	margin-bottom:16px !important;
	}

    .media-container {
        min-height: 412px !important;
        margin-bottom:16px !important;
    }


	.big-card-slide-shop {
    	position: relative;
    	text-align:center;
    	height: 850px !important;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	border-radius: 15px;
	}

	.big-card-infos-shop {
    	font-size:21px !important;
	}

	.big-card-slide-shop img {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	border-radius: 15px;
	}

}



@media screen and (min-width: 800px) and (max-width: 1280px){

	.big-card-slide-shop {
    	position: relative;
    	text-align:center;
    	height: 1100px !important;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	border-radius: 15px;
	}

	.big-card-infos-shop {
    	font-size:21px !important;
	}

	.big-card-slide-shop img {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	border-radius: 15px;
	}

}



@media screen and (min-width: 900px) and (max-width: 1280px){

	.big-card-slide-shop {
   		position: relative;
    	text-align:center;
    	height: 1100px !important;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	border-radius: 15px;
	}

	.big-card-infos-shop {
    	font-size:21px !important;
	}

.	big-card-slide-shop img {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	border-radius: 15px;
	}


    .big-card-slide {
        position: relative;
        height: 500px !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border-radius: 15px;
    }

    .big-card-slide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 15px;
    }

    .classic-slide-post-img {
        height: 180px;
        min-height: 180px;
        border-radius: 5px;
    }

    .classic-slide-post-img img {
        object-fit: cover;
        object-position: top;
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

	.card-post-img {
		height: 180px;
		min-height: 180px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.card-post-img img{
		object-fit: cover;
		object-position: top;
		width: 100%;
		height: 100%;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
}



@media screen and (min-width: 1440px) and (max-width: 2960px){

	.big-card-slide-shop {
    	position: relative;
    	text-align:center;
    	height: 1000px !important;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	border-radius: 15px;
	}

	.big-card-infos-shop {
    	font-size:21px !important;
	}

	.big-card-slide-shop img {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	border-radius: 15px;
	}

    .big-card-slide {
        position: relative;
        height: 500px !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border-radius: 15px;
    }

    .big-card-slide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 15px;
    }

    .classic-slide-post-img {
        height: 180px;
        min-height: 180px;
        border-radius: 5px;
    }

    .classic-slide-post-img img {
        object-fit: cover;
        object-position: top;
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

	.card-post-img {
		height: 180px;
		min-height: 180px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.card-post-img img{
		object-fit: cover;
		object-position: top;
		width: 100%;
		height: 100%;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

}


@media screen and (min-width: 1600px) and (max-width: 2560px){

	.big-card-slide-shop {
    	position: relative;
    	text-align:center;
    	height: 1200px; !important;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	border-radius: 15px;
	}

	.big-card-infos-shop {
    	font-size:21px !important;
	}

	.big-card-slide-shop img {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	border-radius: 15px;
	}
}



@media (-webkit-min-device-pixl-ratio: 2) { 
/* everything here applies for high-res screens */ 

	.big-card-slide-shop {
    	position: relative;
    	text-align:center;
    	height: 900px !important;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	border-radius: 15px;
	}

	.big-card-infos-shop {
    	font-size:21px !important;
	}

	.big-card-slide-shop img {
    	object-fit: fill;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	border-radius: 15px;
	}

}





.top-card-header-pic .card-header {
    height: 55vw !important;
    background-size: cover;
    background-position: center;
    color: #000;
}

.card-content-top {
    height: 52vw !important;
    overflow: hidden !important;
}

.card-content-top2 {
    height: 37vw !important;
    overflow: hidden !important;
}

@media screen and (min-width: 320px) and (max-width: 767px){
    .top-card-header-pic .card-header {
        height: 55vw !important;
        background-size: cover;
        background-position: center;
        color: #000;
    }

    .card-content-top {
        height: 52vw !important;
        overflow: hidden !important;
    }
    
    .card-content-top2 {
        height: 37vw !important;
        overflow: hidden !important;
    }
}

.card-post-img-2 {
    height: 140px;
    min-height: 140px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-post-img-2 img{
    object-fit: none;
    object-position: top;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Divider Color for Timeline Items */
.page-content-slider {
    background: #f5f5f5 !important;
}

.ptop-20 {
    margin-top:-20px !important;
}
.ptop {
    margin-top:-9px !important;
}
.pbotom {
    margin-bottom:9px !important;
}

@media screen and (min-width: 769px) {
    .itemlist {
       /* width:300px !important; */
    }
}

.item-title-head {
  font-weight:400 !important;
  white-space:normal !important;
}