@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

.tags {
	color: #ffffff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14px;
}

.mainTable {
	width: 100%;
	height: 1001px;
	background-image:url("../images/selkirkLights_.jpg");
	background-repeat: no-repeat;
	justify-content: center;
	background-position: bottom center;	
	background-size: cover;
}

.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}

.hidden {
	display: none;
}

.hide {
    display: none !important;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

#stickplayer {
    width: 100%;
}

.ap {
    background: #000000;
    z-index: 9999;
    -webkit-transition: all 30s ease-in-out;
    -moz-transition: all 30s ease-in-out;
    -o-transition: all 30s ease-in-out;
    transition: all 1s ease-in-out;
}

.ap-inner {
	
    max-width: 1440px;
    margin: 0 auto;
}
.ap-panel {
	display: flex;
    background: #000000;
}

.ap-item {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.ap--track {
    flex: 1 40%;
    padding: 0 20px;
}
.ap-info {
    width: 100%;
    position: relative;
    align-self: flex-start;
    padding: 5px 0 0;
}

.ap-title {
    position: relative;
    overflow: hidden;
    font-size: 25px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.ap-title:hover {
    position: relative;
    overflow: hidden;
    
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #B5F270;
    
}
.ap-time {
    position: absolute;
    top: 5px;
    right: 0;
    color: #ffffff;
}

.ap-time:hover {
    position: absolute;
    top: 5px;
    right: 0;
    color: #B5F270;
    font-weight: bold;
}

.ap-progress-container {
    padding: 5px 0 10px;
    cursor: pointer;
}

.ap-progress {
    position: relative;
    height: 3px;
    border-radius: 5px;
    background: #ffffff;
}

.ap-preload-bar,
.ap-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    border-radius: 5px 0 0 5px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.ap-bar {
    background: #CBF696;
    z-index: 9999;
}

.ap-bar:after {
    position: absolute;
    top: 0;
    right: -5px;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    content: "";
    border-radius: 6px;
    background: #B5F270;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ap-progress-container:hover .ap-bar:after {
    opacity: 1;
}

.ap-controls {
    position: relative;
    z-index: 1000;
    display: block;
    height: 50px;
    cursor: pointer;
    transition: background 0.2s ease;
    text-align: center;
    color: #EEEEEE;
    border: 0;
    outline: 0;
    background: none;
}

.ap-controls svg {
    fill: #F8FFF0;
}

.ap-controls:hover svg {
    fill: #B5F270;
}

.ap-controls:active {
    background: rgba(0, 0, 0, 3);
}

.ap--playback > .ap-controls,
.ap--settings > .ap-controls {
    flex: 0 25%;
}
.ap--pause,
.playing > .ap--play {
    display: none;
}
.playing > .ap--pause {
    display: inline;
}
.ap-volume-container {
    z-index: 9999;
}
.ap-volume {
    position: absolute;
    right: 0;
    bottom: 50px;
    overflow: hidden;
    width: 100%;
    height: 0;
    cursor: pointer;
    visibility: hidden;
    transition: height 0.9s cubic-bezier(0.17, 0.72, 0.26, 1.23);
    background: rgba(0, 0, 0, 0.62);
    opacity: 0.7;
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-bottom: 0;
    z-index: 9999;
}
.ap-volume-btn {
    display: block;
    text-align: center;
    width: 100%;
}
.ap-volume-btn > .ap--volume-off,
.muted > .ap--volume-on {
    display: none;
}
.muted > .ap--volume-off {
    display: inline;
}
.ap-volume-container:hover {
    background: #000000;
}
.ap-volume-container:hover .ap-volume {
    height: 120px;
    visibility: visible;
}
.ap-volume-progress {
    display: block;
    width: 4px;
    height: 100px;
    margin: 10px auto;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 3px;
}
.ap-volume-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #B5F270;
    height: 50%;
    border-radius: 3px;
}
.ap-active {
    background: rgba(0, 0, 0, 0.15);
    opacity: 1;
}
@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #010;
}
@keyframes eq {
    0% {
        height: 3px;
    }
    50% {
        height: 20px;
    }
    100% {
        height: 3px;
    }
}
.eq {
    display: flex;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
}
.eq-bar {
    width: 4px;
    background: rgb(255, 250, 250);
}
.eq-bar:nth-child(1) {
    animation: eq 0.8s ease-in-out infinite 0s;
}
.eq-bar:nth-child(2) {
    animation: eq 0.8s ease-in-out infinite 0.2s;
}
.eq-bar:nth-child(3) {
    animation: eq 0.8s ease-in-out infinite 0.4s;
}
#overflow {
    white-space: nowrap;
    max-width: 25em;
    overflow: hidden;
}

.weatherwidget-io {
	position: relative;
	width: 100px;
	opacity: 50%;
	border-radius: 20pc;
	margin-left: 250px;
}

