.ds-woc-loading-layer.hasloader {
	position: fixed;
	z-index: 1000000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	visibility: visible;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
}

.ds-woc-loading-layer.hasloader,
.ds-woc-loading-layer.hasloader * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.ds-woc-loading-layer.hasloader > div {
	display: table-cell;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.ds-woc-loading-layer.hasloader ~ .ds-woc-loading-layer.hasloader {
	visibility: hidden;
}

body.ds-woc-noscroll {
	overflow: hidden;
	height: 100%;
}

.ds-loader {
	position: relative;
	width: 40px;
	height: 40px;
	margin: auto;
}

.ds-loader--bounce {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: ds-bounce 2.0s infinite ease-in-out;
	animation: ds-bounce 2.0s infinite ease-in-out;
	opacity: .6;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
}

.ds-loader--bounce:last-child {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes ds-bounce {
	0%,
    100% {
		-webkit-transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes ds-bounce {
	0%,
    100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.ds-ui-kit-scope .ds-card.ds-card--dummy:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.ds-ui-kit-scope .ds-card.ds-card--dummy .ds-card__thumbnail {
	border: 1px solid #ebebeb;
	border-bottom: none;
	background-color: #ebebeb;
}

.ds-ui-kit-scope .ds-card.ds-card--dummy .ds-card__wrapper {
	border-color: #ebebeb;
}

.ds-ui-kit-scope .ds-card.ds-card--dummy .ds-card__wrapper .ds-card__category {
	width: 30%;
	height: 13px;
	margin-bottom: 8px;
	background-color: #ebebeb;
}

.ds-ui-kit-scope .ds-card.ds-card--dummy .ds-card__wrapper h4 {
	width: 60%;
	height: 20px;
	margin-bottom: 7px;
	margin-bottom: 12px;
	background-color: #ebebeb;
}

.ds-ui-kit-scope .ds-card.ds-card--dummy .ds-card__wrapper p {
	width: 100%;
	height: 15px;
	margin-bottom: 9px;
	background-color: #ebebeb;
}

.ds-ui-kit-scope .ds-card.ds-card--dummy .ds-card__wrapper p:last-child {
	width: 70%;
}

.ds-ui-kit-scope .ds-card.ds-card--dummy .ds-card__wrapper:hover .ds-card__thumbnail {
	-webkit-filter: contrast(100%);
	        filter: contrast(100%);
}

.ds-ui-kit-scope .ds-card.ds-card--dummy .ds-card__wrapper:hover:after {
	opacity: .2;
}

.ds-ui-kit-scope .ds-card.ds-card--dummy.ds-card--large .ds-card__links {
	width: 50%;
}

.ds-ui-kit-scope .ds-card.ds-card--dummy .ds-btn--cheer {
	width: 100%;
	cursor: default;
}

.ds-ui-kit-scope .ds-card.ds-card--dummy .ds-btn--cheer i {
	color: #ebebeb;
	border-color: #ebebeb;
	background-color: #ebebeb;
}

.ds-ui-kit-scope .ds-card.ds-card--dummy .ds-btn--cheer span {
	width: 50%;
	height: 15px;
	margin-bottom: 9px;
	background-color: #ebebeb;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper > span.ds-card__category,
.ds-ui-kit-scope .ds-card.ds-card--large .ds-card__wrapper > span.ds-card__category {
	max-height: 21px;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper > span,
.ds-ui-kit-scope .ds-card.ds-card--large .ds-card__wrapper > span {
	max-height: 16px;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-people__name,
.ds-ui-kit-scope .ds-card.ds-card--large .ds-card__wrapper .ds-people__name {
	max-height: 13px;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-people__company,
.ds-ui-kit-scope .ds-card.ds-card--large .ds-card__wrapper .ds-people__company {
	max-height: 11px;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper p,
.ds-ui-kit-scope .ds-card.ds-card--large .ds-card__wrapper p {
	overflow: hidden;
	max-height: 144px;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper h4,
.ds-ui-kit-scope .ds-card.ds-card--large .ds-card__wrapper h4 {
	overflow: hidden;
	max-height: 48px;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .wait-ellipsis,
.ds-ui-kit-scope .ds-card.ds-card--large .ds-card__wrapper .wait-ellipsis {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper > *,
.ds-ui-kit-scope .ds-card.ds-card--large .ds-card__wrapper > * {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

@media all and (min-width: 720px) {
	.ds-ui-kit-scope .ds-card.ds-card--large .ds-card__wrapper h4 {
		max-height: 64px;
	}
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-people__infos {
	max-width: 100%;
}

.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper > span,
.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-people__name,
.ds-ui-kit-scope .ds-card.ds-card--medium .ds-card__wrapper .ds-people__company {
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ds-ui-kit-scope .ds-card.ds-card--large {
	margin-bottom: 30px;
}

.ds-ui-kit-scope .ds-card.ds-card--large .ds-card__wrapper {
	height: auto;
	padding-bottom: 100px;
}

@media all and (min-width: 720px) {
	.ds-ui-kit-scope .ds-card.ds-card--large .ds-ico-play-mini {
		left: 17.5%;
	}
}

@media all and (min-width: 841px) {
	.ds-ui-kit-scope .ds-card.ds-card--large .ds-ico-play-mini {
		left: 19%;
	}
}

@media (min-width: 1441px) {
	.ds-ui-kit-scope .ds-card.ds-card--large .ds-ico-play-mini {
		left: 18.75%;
	}
}

/* SEARCH CARDS ****************************************************************************************/
.ds-ui-kit-scope .ds-card--search {
	max-width: 100%;
	margin-top: 23px 0 22px;
	border-radius: 0;
}

.ds-ui-kit-scope .ds-card--search a {
	display: block;
}

.ds-ui-kit-scope .ds-card--search:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.ds-ui-kit-scope .ds-card--search .ds-card__visual {
	position: relative;
	display: inline-block;
	float: left;
}

.ds-ui-kit-scope .ds-card--search .ds-card__visual .ds-ico-play-mini {
	line-height: 32px;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
}

.ds-ui-kit-scope .ds-card--search .ds-card__visual .ds-ico-play-mini:before {
	font-size: 24px;
}

.ds-ui-kit-scope .ds-card--search .ds-card__thumbnail,
.ds-ui-kit-scope .ds-card--search .ds-card__visual {
	width: 64px;
	height: 48px;
	border-radius: 0;
}

.ds-ui-kit-scope .ds-card--search .ds-card__wrapper {
	display: inline-block;
	width: calc(100% - 64px);
	height: unset;
	margin: 0;
	padding: 0 0 0 23px;
	border: 0;
}

.ds-ui-kit-scope .ds-card--search .ds-card__category {
	font-size: 13px;
	line-height: 15px;
}

.ds-ui-kit-scope .ds-card--search h4 {
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	margin: 8px 0 0;
}

.ds-ui-kit-scope .ds-card--search p {
	font-size: 15px;
	line-height: 24px;
	display: none;
	overflow: hidden;
	max-height: 48px;
	margin-top: 10px;
	margin-bottom: 0;
}

@media all and (min-width: 720px) {
	.ds-ui-kit-scope .ds-card--search {
		margin: 32px 0;
	}

	.ds-ui-kit-scope .ds-card--search .ds-card__visual .ds-ico-play-mini {
		line-height: 48px;
		width: 48px;
		height: 48px;
		margin-top: -24px;
		margin-left: -24px;
	}

	.ds-ui-kit-scope .ds-card--search .ds-card__visual .ds-ico-play-mini:before {
		font-size: 32px;
	}

	.ds-ui-kit-scope .ds-card--search .ds-card__thumbnail,
    .ds-ui-kit-scope .ds-card--search .ds-card__visual {
		width: 140px;
		height: 105px;
	}

	.ds-ui-kit-scope .ds-card--search .ds-card__wrapper {
		width: calc(100% - 140px);
		padding-left: 32px;
	}

	.ds-ui-kit-scope .ds-card--search p {
		display: block;
	}
}

@media all and (min-width: 1041px) {
	.ds-ui-kit-scope .ds-card--search .ds-card__thumbnail,
    .ds-ui-kit-scope .ds-card--search .ds-card__visual {
		width: 176px;
		height: 132px;
	}

	.ds-ui-kit-scope .ds-card--search .ds-card__wrapper {
		width: calc(100% - 176px);
	}
}

.ds-ui-kit-scope .ds-card--search.ds-card--dummy .ds-card__wrapper .ds-card__category {
	height: 13px;
}

.ds-ui-kit-scope .ds-card--search.ds-card--dummy .ds-card__wrapper h4 {
	width: 100%;
	height: 20px;
	margin-top: 16px;
}

.ds-ui-kit-scope .ds-card--search.ds-card--dummy .ds-card__wrapper h4 ~ h4 {
	width: 60%;
	margin-top: 12px;
}

.ds-ui-kit-scope .ds-card--search.ds-card--dummy .ds-card__wrapper p {
	width: 100%;
	height: 15px;
	margin-top: 16px;
}

.ds-ui-kit-scope .ds-card--search.ds-card--dummy .ds-card__wrapper p ~ p {
	width: 60%;
	margin-top: 12px;
}

.ds-ui-kit-scope {
    /* LIST CARDS ****************************************************************************************/
}

.ds-ui-kit-scope .ds-card--list {
	width: 100%;
	max-width: 100%;
	margin: 0;
	-webkit-transition: unset;
	transition: unset;
	border-radius: 0;
	background-color: unset;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.ds-ui-kit-scope .ds-card--list:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.ds-ui-kit-scope .ds-card--list > a {
	display: block;
	overflow: auto;
	width: 100%;
	height: 100%;
}

.ds-ui-kit-scope .ds-card--list .ds-card__wrapper {
	height: auto;
	margin-bottom: 16px;
	padding: 0 24px 16px 0;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .16);
	border-radius: 0;
	background-color: unset;
}

.ds-ui-kit-scope .ds-card--list .ds-card__wrapper:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 16px;
	height: 48px;
	margin-top: -24px;
	content: '';
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	vertical-align: middle;
	opacity: .2;
	background-image: url('../img/arrows.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ds-ui-kit-scope .ds-card--list .ds-card__wrapper:hover:after {
	opacity: 1;
}

.ds-ui-kit-scope .ds-card--list .ds-card__wrapper:hover h4 {
	text-decoration: underline;
	color: black;
}

.ds-ui-kit-scope .ds-card--list .ds-card__wrapper:hover p {
	color: black;
}

.ds-ui-kit-scope .ds-card--list .ds-card__wrapper:hover .ds-card__thumbnail {
	-webkit-filter: contrast(50%);
	        filter: contrast(50%);
}

.ds-ui-kit-scope .ds-card--list .ds-card__visual {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 158px;
	vertical-align: top;
}

@media all and (min-width: 480px) {
	.ds-ui-kit-scope .ds-card--list .ds-card__visual {
		width: calc(40% - 16px);
		margin-right: 16px;
	}
}

@media all and (min-width: 720px) {
	.ds-ui-kit-scope .ds-card--list .ds-card__visual {
		width: calc(30% - 16px);
	}
}

@media all and (min-width: 841px) {
	.ds-ui-kit-scope .ds-card--list .ds-card__visual {
		width: calc(25% - 24px);
		margin-right: 24px;
	}
}

@media (min-width: 1441px) {
	.ds-ui-kit-scope .ds-card--list .ds-card__visual {
		width: calc(20% - 32px);
		margin-right: 32px;
	}
}

.ds-ui-kit-scope .ds-card--list .ds-card__thumbnail {
	width: 100%;
	height: 100%;
	-webkit-transition: .3s -webkit-filter ease;
	-webkit-transition: .3s filter ease, .3s -webkit-filter ease;
	transition: .3s filter ease, .3s -webkit-filter ease;
	border-radius: 0;
	background-position: center center;
	background-size: cover;
	-webkit-filter: contrast(100%);
	        filter: contrast(100%);
}

.ds-ui-kit-scope .ds-card--list .ds-card__container {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

@media all and (min-width: 480px) {
	.ds-ui-kit-scope .ds-card--list .ds-card__container {
		width: 59%;
	}
}

@media all and (min-width: 720px) {
	.ds-ui-kit-scope .ds-card--list .ds-card__container {
		width: 69%;
	}
}

@media all and (min-width: 841px) {
	.ds-ui-kit-scope .ds-card--list .ds-card__container {
		width: 74%;
	}
}

@media (min-width: 1441px) {
	.ds-ui-kit-scope .ds-card--list .ds-card__container {
		width: 79%;
	}
}

.ds-ui-kit-scope .ds-card--list .ds-card__category {
	font-size: 13px;
	font-weight: 600;
	position: relative;
	display: block;
	margin-top: 16px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .48);
}

@media all and (min-width: 480px) {
	.ds-ui-kit-scope .ds-card--list .ds-card__category {
		margin-top: 0;
	}
}

.ds-ui-kit-scope .ds-card--list h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin: 7px 0 10px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: rgba(0, 0, 0, .8);
}

.ds-ui-kit-scope .ds-card--list p {
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 16px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: rgba(0, 0, 0, .8);
}

.ds-ui-kit-scope .ds-card--list p:hover {
	text-decoration: none;
}

.ds-ui-kit-scope .ds-card--list .ds-card__add-info {
	width: 100%;
}

.ds-ui-kit-scope .ds-card--list .ds-card__add-info span {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	display: inline-block;
	width: auto;
	margin-bottom: 8px;
	color: rgba(0, 0, 0, .48);
	margin-margin: 16px;
}

.ds-ui-kit-scope .ds-card--list .ds-card__add-info > span,
.ds-ui-kit-scope .ds-card--list .ds-card__add-info > div {
	margin-right: 48px;
}

.ds-ui-kit-scope .ds-card--list .ds-card__add-info > div {
	display: inline-block;
	height: 30px;
	vertical-align: top;
}

.ds-ui-kit-scope .ds-card--list.ds-card--video .ds-ico-play-mini {
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
}

.ds-ui-kit-scope .ds-card--list.ds-card--noimage .ds-card__container {
	width: 100%;
}

.ds-ui-kit-scope .ds-sharing .ds-btn {
	background-color: #ebebeb;
}

.ds-ui-kit-scope .ds-sharing .ds-btn:hover {
	background-color: #d6d6d6;
}

.ds-ui-kit-scope .ds-col--xs-offset-1 {
	margin-left: 25%;
}

.ds-ui-kit-scope .ds-input.ds-input--search input {
	height: 58px;
}
