/*------------------------------------*\
	#Gallery Carousel
\*------------------------------------*/

* {
	box-sizing: border-box;
}

.pss-cs-gallery__carousel {
	width: auto !important;
}

.pss-cs-gallery__indicators .owl-item {
	display: inline-block !important;
	float: none !important;
	width: 125px !important;
}

@media (min-width: 991px) {
	.pss-cs-gallery__indicators .owl-item  {
		width: 20% !important;
	}
}

.pss-cs-gallery__indicators .owl-stage {
	width: 100% !important;
}

.pss-cs-gallery__indicators {
	text-align: center;
	margin-top: 20px;
}

.pss-cs-gallery__indicator {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

/* ==========================================================================
   Gallery LazyLoad
   ========================================================================== */

.pss-cs-loading {
	transition: opacity 500ms ease-in-out;
	opacity: 0;
}

.pss-cs-loading.b-loaded {
	opacity: 1;
}


/* ==========================================================================
   Gallery Global Styles 
   ========================================================================== */

.pss-cs-gallery {
    padding: 0 15px;
	overflow: hidden;
    margin: 20px 0;
}

	.pss-cs-gallery h3 {
		font-size: 1.5em;
		margin-top:60px;
	}

.pss-cs-title {
	margin: 20px 0;
    padding: 0;
}

.pss-cs-hr {
    margin: 10px 0 30px;
    border: 1px solid rgba(162,173,67,.2);
    width: 100%;
}
.pss-cs-hr:after {
    background: none;
}


.pss-cs-feature-img {
	max-width: 100%;
	height: auto;
    margin: 0;
}

.pss-cs-description {
	padding: 20px;
	margin-top: 20px;
}

.pss-cs-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.pss-cs-gallery__img {
	width: 100%;
	height: auto;
    margin: 0;
}

/* ==========================================================================
   Gallery Next/Previous Links 
   ========================================================================== */

.pss-cs-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pss-css-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: baseline;
}

/* ==========================================================================
   Gallery Medium 
   ========================================================================== */

.pss-cs-gallery__medium {
	display: flex;
	flex-wrap: wrap;
}

.pss-cs-gallery__medium > li {
	width: 50%;
}

.pss-cs-flex {
	display: flex;
	flex-wrap: wrap;
}

/* ==========================================================================
   #Gallery Buttons
   ========================================================================== */

.pss-cs-btn {
	display: inline-block;
	padding: 15px 20px;
	background-color: #f1f1f1;
	text-decoration: none;
	color: #000;
	margin: 15px 0;
	border: 0;
}

/* ==========================================================================
   #Gallery Pagination Numbers
   ========================================================================== */

ul.page-numbers {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}

ul.page-numbers > li {
	display: inline-block;
    vertical-align: middle;
}

ul.page-numbers > li > a,
ul.page-numbers > li > span.current {
	padding: 10px 20px;
	display: inline-block;
	background-color: #f1f1f1;
	text-decoration: none;
	color: #000;
	border: 1px solid #ccc;
}

ul.page-numbers > li > span.current {
	background-color: #ccc;
}

/* ==========================================================================
   #Gallery Aside
   ========================================================================== */

@media (min-width: 991px) {

	.pss-cs-gallery__carousel-aside {
	    width: 80% !important;
	    float: left;
	    padding-right: 20px;
	}

	.pss-cs-gallery__indicators-aside {
    	float: right;
    	width: 20%;
    	margin: 0;
	}

	.pss-cs-gallery__indicators-aside .owl-item {
    	width: auto !important;
    	margin-bottom: 20px;
	}

}


/* ==========================================================================
   Gallery Dropdown 
   ========================================================================== */

.pss-cs-gallery__dropdown,
.pss-cs-gallery__dropdown-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pss-cs-gallery__dropdown-lists {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    width: 300px;
    height: 350px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 10px 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .2);
    right:15px;
}

.pss-cs-gallery__dropdown-btn::after {
    content: " ▾";
}

.pss-cs-gallery__dropdown-title {
	margin: 0;
}

/* ==========================================================================
   #Grid 
   ========================================================================== */

.pss-cs-container {
	max-width: 1170px;
    margin: 20px auto;
    overflow: hidden;
    padding: 0 15px;
}

.pss-cs-row {
	margin: 0 -15px;
	overflow: hidden;
}

.pss-cs-col-1,
.pss-cs-col-2,
.pss-cs-col-3,
.pss-cs-col-4,
.pss-cs-col-5,
.pss-cs-col-6,
.pss-cs-col-7,
.pss-cs-col-8,
.pss-cs-col-9,
.pss-cs-col-10,
.pss-cs-col-11 {
	float: left;
}

.pss-cs-col-1,
.pss-cs-col-2,
.pss-cs-col-3,
.pss-cs-col-4,
.pss-cs-col-5,
.pss-cs-col-6,
.pss-cs-col-7,
.pss-cs-col-8,
.pss-cs-col-9,
.pss-cs-col-10,
.pss-cs-col-11,
.pss-cs-col-12 {
	padding: 0 15px;
}

.pss-cs-col-1 {
    width: 8.33333%;
}
.pss-cs-col-2 {
    width: 16.66667%;
}
.pss-cs-col-3 {
    width: 25%;
}
.pss-cs-col-4 {
    width: 33.33333%;
}
.pss-cs-col-5 {
    width: 41.66667%;
}
.pss-cs-col-6 {
    width: 50%;
}
.pss-cs-col-7 {
    width: 58.33333%;
}
.pss-cs-col-8 {
    width: 66.66667%;
}
.pss-cs-col-9 {
    width: 75%;
}
.pss-cs-col-10 {
    width: 83.33333%;
}
.pss-cs-col-11 {
    width: 91.66667%;
}

@media(max-width: 768px) {
	.pss-cs-col-12 {
		width: 100%;
	}
}

/* ==========================================================================
   #Grid Reset
   ========================================================================== */

.pss-cs-reset {
	margin: 0;
}

.pss-cs-reset > [class*="pss-cs-"] {
	padding: 0;
}