body{
		font-family: 'Oswald', sans-serif;
		
		}
		.al-header .uk-navbar-nav>li>a {
			color: #fff;
			font-family: Cormorant Infant;
			font-size: 1.7rem;
			font-weight: 400;
			/* margin-top: 10px; */
			padding-top: 18px;
			text-transform: none;
			transition-property: color,background-color;
		}

.uk-list-striped>li:nth-of-type(odd) {
			background: #fafafa;
			}
			
			.uk-label.label-cat {
			font-size: 0.7rem;
			background-color: #ebebeb;
			color: #363636;
			padding: 0px 5px;
			
			-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
			-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
			box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
			
			}
			span.pv-number {
			font-size: 0.8rem;
			color: #008bc0;
			/* font-weight: bold; */
			}
			
			h2.item-title {
			font-size: 1.1rem;
			margin-bottom: 0px;
			/* margin: 0px !important; */
			/* padding: 0px !important; */
			}
			.uk-iconnav>*>a {
			color: #484848;
			}
			span.c-count {
			position: absolute;
			font-size: 0.65rem;
			margin-top: 8px;
			color: #004892;
			/*  font-weight: 600; */
			margin-left: 2px;
			background-color: white;
			letter-spacing: -1px;
			}
			
			.comments-title {
			color: #0c6089;
			font-size: 1.5rem;
			border-bottom: 1px solid #cccccc;
			}
			
			.uk-comment-primary {
			padding: 10px;
			background-color: #efefef;
			margin-top: 20px;
			border: 1px solid #d3d3d3;
			}
			
			.uk-comment-body {
			background-color: white;
			padding: 5px;
			color: #050606;
			}
			.uk-comment-header {
			margin-bottom: 5px;
			}
			.al-icon{
			cursor:pointer;	
			}
			.audio-container {
			margin-bottom: 10px;
			padding: 5px;
			border: 1px solid #e4e4e4;
			background-color: white;
			border-radius: 4px;
			}
			
			.item-sum {
				font-weight: 300;
				font-size: 0.7rem;
				color: #000000;
			}
			
			.item-sum img {
			vertical-align: text-bottom;
			width: 12px;
			margin-right: 5px;
			}
			
			.uk-comment-title {
			font-size: 1.2rem;
			line-height: 1;
			font-style: italic;
			color: #396488;
			}
			
			.uk-modal-title {
			font-size: 1.5rem;
			text-align: center;
			padding-bottom: 5px;
			border-bottom: 1px solid #e1e1e1;
			}
			
			.sc-side-panel {
			z-index: 1;
			padding: 10px;
			top: 40%;
			position: fixed;
			background-color: rgba(255, 255, 255, 0.8);
			-webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.3);
			box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.3);
			}
			
			.icon {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 16em;
			height: 16em;
			transform: translate(-50%,-50%);
			}
			
			
			
			
			
			
			.bar-c {
			overflow: hidden;
			height: 20px;
			width: 36px;
			margin: 0 auto;
			position: relative;
			cursor: pointer;
			background-color: #fff;
			}
			
			
			.bar {
			height: 1px;
			width: 3px;
			display: inline-block;
			background-color: #26547b;
			bottom: 0;
			position: absolute;
			-webkit-animation-duration: 500ms;
			-webkit-animation-play-state: running;
			-webkit-animation-direction: alternate;
			-webkit-animation-timing-function: linear;
			-webkit-animation-iteration-count: infinite;
			}
			.bar.noAnim {
			-webkit-animation: none;
			-webkit-animation-name: none;
			}
			.bar#bar-1 {
			left: 0;
			-webkit-animation-name: danceHeight1;
			-webkit-animation-delay: 0ms;
			}
			.bar#bar-2 {
			left: 6px;
			-webkit-animation-name: danceHeight2;
			-webkit-animation-delay: 300ms;
			}
			.bar#bar-3 {
			left: 12px;
			-webkit-animation-name: danceHeight3;
			-webkit-animation-delay: 600ms;
			}
			.bar#bar-4 {
			left: 18px;
			-webkit-animation-name: danceHeight4;
			-webkit-animation-delay: 900ms;
			}
			.bar#bar-5 {
			left: 24px;
			-webkit-animation-name: danceHeight5;
			-webkit-animation-delay: 1200ms;
			}
			.bar#bar-6 {
			left: 30px;
			-webkit-animation-name: danceHeight6;
			-webkit-animation-delay: 1500ms;
			}
			@-webkit-keyframes danceHeight1 {
			from {
			height: 1px;
			}
			to {
			height: 22px;
			}
			}
			@-webkit-keyframes danceHeight2 {
			from {
			height: 1px;
			}
			to {
			height: 15px;
			}
			}
			@-webkit-keyframes danceHeight3 {
			from {
			height: 1px;
			}
			to {
			height: 30px;
			}
			}
			@-webkit-keyframes danceHeight4 {
			from {
			height: 1px;
			}
			to {
			height: 20px;
			}
			}
			@-webkit-keyframes danceHeight5 {
			from {
			height: 1px;
			}
			to {
			height: 15px;
			}
			}
			@-webkit-keyframes danceHeight6 {
			from {
			height: 1px;
			}
			to {
			height: 15px;
			}
			}
			
			
			#audio-active {
			cursor:pointer;
			background-color: rgba(255,255,255,0.9);
			padding: 5px;
			right: 5px;
			z-index: 3;
			position: fixed;
			top: 10px;
			border: 1px solid #bdbdbd;
			}
			.midi-download {
			float:right;
			}
			.midi-download svg {
			width: 16px;
			height: 16px;
			fill: #505050;
			}
			
			
			
	.al-paginator {
    font-size: 1rem;
    padding-bottom: 20px;
}	


.al-paginator a {
    color: #4b4b4b;
    background-color: #ffffff;
    padding: 0px 3px;
	padding: 0.2em 0.4em;
        min-width: 1.5rem;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
   -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}
.uk-pagination>* {
    padding-left: 12px;
}

.al-paginator li.active a {
    color: #1a1a1a;
    background-color: #e6e6e6;
}



li.uk-grid-small.uk-grid.active {
    background-color: #ebffe6;
}


.uk-modal-dialog.uk-modal-body.modal-small {
    width: 450px;
}


a.uk-link-muted.al-register {
    float: right;
    font-weight: 600;
    font-size: 1.2rem;
    color: #1f87ef;
}




#article-content {
    font-size: 1.1rem;
    line-height: 1.2;
    color: #373737;
/*    white-space: normal; */
	    margin-top: 1rem;
}

pre#article-content {
    font-family: 'Oswald';
}
p.chorus {
    margin-left: 3rem;
}

			header.al-header {
    background: #58d4ff;
    height: 5.5rem;
	margin-bottom:5rem;
	}
			
img.logo {
    width: 220px;
}			
			

.al-spinner {
	display:none;
    z-index: 9999;
    position: fixed;
    top: 0px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
}


.uk-button-small.extra-small {
    line-height: 1rem;
    font-size: 0.8rem;
    padding: 1px 4px;
    /* border-radius: 4px; */
    min-width: 50px;
    margin-right: 0.5rem;
}
.al-spinner svg circle {
    stroke: #00bafa !important;
}
.al-spinner-inner {
    margin-top: 20rem;
}


.al-type {
    color: #ffffff;
    float: right;
    font-size: 0.8rem;
    background-color: #1dd3b9;
    padding: 0px 2px;
    border-radius: 3px;
}

a.al-type:hover {
    text-decoration: none;
    color: #fff;
}

.al-widget {
    padding: 20px 10px;
    border: 1px solid #e1e1e1;
    margin-top: 3.5rem;
    border-radius: 5px;
}

.al-widget h3 {
    /* border-bottom: 1px solid #c5d1d5; */
  
    color: #ffffff;
    background: #58d4ff;
    padding: 1px 5px;
}

.uk-label-al {
    font-size: 0.8rem;
    background: #ffffff;
    color: #4f4f4f;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0px 0px 2px 0px rgb(220, 220, 220);
    -moz-box-shadow: 0px 0px 2px 0px rgb(220, 220, 220);
    box-shadow: 0px 0px 2px 0px rgb(220, 220, 220);
}

a.al-cat-link {
    margin-right: 5px;
    margin-bottom: 2px;
    display: block;
}

.select2-container--default .select2-selection--multiple {

    min-width: 200px;


}

blockquote.al-pr {
    line-height: unset;
    font-style: unset;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: unset;
    margin-left: 2rem;
}


/* Additions */
.uk-article-title {
    font-size: 2rem;
    text-align: left;
    font-family: 'Oswald';
}

			.audio-container {
			max-width: 500px;
			}
			.uk-section.al-media {
			border: 1px solid #06b3ff;
			padding: 10px;
			margin-top: 2rem;
			border-radius: 4px;
			}
			
			.plyr--audio .plyr__controls {
			padding: 0px;
			}
			
			.uk-article-title {
			font-size: 1.7rem;
			text-align: center;
			}
			
			.uk-link, a {
			color: #06b3ff;
			
			}
			.al-media h2 {
			font-size: 1.2rem;
			width: auto;
			margin-top: -1.7rem;
			background-color: white;
			width: fit-content;
			padding: 2px;
			color: #06b3ff
			
			}
			
			.media-container {
			padding-top: 1rem;
			}
			
			.toolbar {
			margin-top: 20px;
			}
			
			
			.video-container {
			margin: auto;
			max-width: 640px;
			}
			
			
			.al-green {
			color: #fff;
			background: #5cdba1;
			}
			
			
			
			img.logo {
			width: 220px;
			}			
			
			
			#article-edit {
			display:none;
			width: 100%;
			height: 600px;
			font-size: 1.1rem;
			}			
			
			.video-container {
			margin-bottom: 1rem;
			}			
			
			
			
			
			
			
			.al-title {
			margin-bottom: 4rem;
			}
			
			.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {

				min-height: 40px;

			}
			
			
			@media (min-width: 960px){
			.uk-article-title {
			font-size: 1.8rem;
			text-align: left;
			}
			}	
			
			@media (max-width: 600px){
			header.al-header, .al-title  {
			margin-bottom: 2rem;
			}
			
			}	



			.note-editable {
				background-color: #fff;
			}