[data-uk-sticky].columns-panel-toggle-container.uk-active {
	z-index: 999;
}

.columns-panel {
	position: absolute;
	z-index: 999;
	top: 20px;
	right: 0;
	width: 200px !important;
}

.columns-panel .my-panel {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.columns-panel-switch {
	position: absolute;
	z-index: 999;
	top: 20px;
	right: 0;
	width: 48px !important;
	height: 48px !important;
	text-align: center;
	line-height: 48px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #fff;
}

.socialbar {
	position: fixed;
	z-index: 999;
	left: 0;
	bottom: 80px;
	background: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.socialbar .option {
	max-width: 24px;
	overflow: hidden;
	padding: 12px;
	border-bottom: 1px solid #ddd;
}

.socialbar .option:last-child {
	border-bottom: none;
}

.socialbar .option .share-label {
	display: none;
}

.social-widget {
	padding: 30px 0;
}

.list-square li,
.eg-promoted a {
	font-size: 1.3em;
}

.text-container p {
	font-family: 'Lora';
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
}

.text-container li {
	font-family: 'Lora';
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
}

.video {
	position: relative;
	max-width: 100%;
	background-color: #000;
	height: 75vh;
	z-index: 100021;
	overflow: hidden;
}

.video .video-container {
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
	right: 0;
	z-index: 10;
	transition: opacity 0.3s, visibility 0s 0.3s;
	cursor: pointer;
}

.video .video-container:before {
	width: 75px;
	height: 75px;
	max-height: 75vw;
	max-width: 75vh;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.video .video-container:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #fff;
	margin-left: 2px;
}

.video .video-container .preview-container {
	margin: auto 0;
	z-index: 1;
	display: flex;
	position: absolute;
	left: 5%;
	top: 0;
	bottom: 0;
	width: 90%;
	padding-bottom: 20px;
	align-items: center;
	cursor: initial;
}

.video .video-container .title-container {
	margin: auto 0;
	z-index: 1;
	display: flex;
	position: absolute;
	left: 5%;
	bottom: 0;
	width: 90%;
	padding-bottom: 20px;
	align-items: center;
}

.video .video-container .title-container .title-name {
	font-size: calc(1em + 1vw);
	line-height: 1.2em;
	color: #fff;
	margin: auto !important;
	padding: 15px 0;
}

.video .video-container .title-container .title-intro {
	font-size: calc(0.50em + 0.50vw);
	line-height: 160%;
	color: #D4D6E4!important;
	margin: auto !important;
	padding: 15px 0;
}

.video .video-container .video-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video .video-container .video-cover .cover-tint {
    background-image: linear-gradient(rgba(66, 15, 78,0), rgba(66, 15, 78, 0.95));
    position: relative;
    height: 80vh;
}