.event-details {
	position: relative;
	border-top: 5px solid @primary-color-yellow;

	.shadow {
		height: 100px;
		position: absolute;
		z-index: -1;
	}
	> .details {
		background-color: @bg-color;
		border-right: 1px solid @global-border-color;

		> .title, > .datelocation {
			border-bottom: 1px solid @global-border-color;
		}

		> .title {
			padding: 20px;
		}

		> .datelocation {
			> .date, > .location {
				padding: 20px;

				> .uk-icon {
					margin-bottom: 10px;
				}
			}

			> .date {
				border-right: 1px solid @global-border-color;
			}

			> .location {
				> .address {
					margin-bottom: 16px;
					line-height: 1;
				}

				> .getdirection {
					font-size: 0.875em;
				}
			}
		}
	}
	> .map {
		background-position: center center;
	}
}