﻿@charset "utf-8";
/* CSS Document */

/* Pink ff00ff, Yellow ffff00 */


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    font-size: 18px;
    font-family: 'Open Sans', Open Sans, sans-serif;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #111111;
}

@media(max-width:850px) {
    html,
    body {
        font-size: 16px;
    }
}

@media(max-width:650px) {
    html,
    body {
        font-size: 14px;
    }
}

/* --- Typography --- */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 300;
}

h1, h2, h3 {
	text-transform:uppercase;
}

h1 {
    font-size: 1.75em;
    margin-bottom: 1em;
    font-weight:bold;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 1.3em;
    font-weight:bold;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 1.3em;
    font-weight:bold;
}

p {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 2em;
}

p+p {
    margin-top:-1em;
}

p+h3 {
    margin-top: 1.5em;
}

.text-left,
.text-left * {
    text-align: left;
}

.text-center,
.text-center * {
    text-align: center;
}

.text-right,
.text-right * {
    text-align: right;
}

.text-small,
.text-small * {
    font-size: small;
}

.uppercase,
.uppercase * {
    text-transform: uppercase;
}

.text-xl {
	font-size:1.3rem;
}

/* --- Form Inputs --- */

input,
textarea {
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding: .75em;
    border: none;
    border-radius: 0;
    margin: 0 0 1.5rem;
    font-size: inherit;
    background-color:rgba(255,255,255,0.15);
    color:#ffffff;
}
select {
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding: .75em;
    border: none;
    border-radius: 0;
    margin: 0 0 1.5rem;
    font-size: inherit;
    background-color: #363333;
    color: #ffffff;
}
textarea {
    height: 6em;
}

a.multiSelect {
    display: inline-block !important;
    width: 100% !important;
    line-height: 1 !important;
    padding: .75em !important;
    border: solid 1px #ccc !important;
    border-radius: 4px !important;
    margin: 0 0 1.5rem !important;
    outline: none !important;
    background-color: #ffffff !important;
    font-size: inherit !important;
}

select {
    -webkit-appearance: initial;
    background-image: url('/Images/dropdown-icon.svg');
    background-position: right 12px center;
    background-size: auto 20%;
    background-repeat: no-repeat;
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="image"] {
    width: auto;
    margin: 0;
    padding: 0;
    margin-right: .5rem;
}

label {
    display: inline-block;
    margin-bottom: .5em;
    font-weight: bold;
    font-size:.9em;
}

label>span.required {
    color: red;
}

.price-slider {
    display: block;
    margin-bottom: 1.5rem;
}

.price-slider input#Price-amount,
.price-slider input#Priceamount {
    background: transparent;
    padding: 0;
    border: none;
    margin: 0;
    width: auto;
    display: inline-block;
}

.input-group {
    display: flex;
    flex-flow:row nowrap;
    margin-bottom:2rem;
}

.input-group > select,
.input-group > input {
    margin:0; !important;
    border-radius: 0;
}

.input-group > select:not(:first-child),
.input-group > input:not(:first-child) {
    border-left:none;
}

.input-group > select:first-child,
.input-group > input:first-child {
    border-radius: 4px 0 0 4px;
}

.input-group > select:last-child,
.input-group > input:last-child {
    border-radius: 0 4px 4px 0;
}

/* --- Animations --- */

@keyframe fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

/* --- Banners --- */

.banner .container {
	position:relative;
	z-index:1;
}

.banner {
	padding:6rem 0;
	position:relative;
}

.banner.hero {
	padding:25vh 0;
	text-align:center;
}

.banner img.banner-image {
	object-fit:cover;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:0;
	height:100%;
	width:100%;
}

.banner.dark-bg {
	background-color:#000000;
}

@media(max-width:768px){
	.banner {
		padding:4rem 0;
	}
	.banner.hero {
		padding:15vh 0;
	}
}



/* --- Buttons --- */

.btn {
    display: inline-block;
    padding: 1em 2em;
    color: inherit;
    line-height: 1;
    margin: 0;
    text-align: center;
    transition: 0.2s ease;
    text-transform:uppercase;
    font-weight:bold;
    font-size:1rem;
    border:solid 3px;
}

.btn:hover,
.btn:focus {
    outline: none;
    box-shadow:none;
    opacity:0.5;
    cursor:pointer;
}

/* --- Checkbox Lists/Radio Lists --- */

.checkbox-list {
    margin:-1rem 0 2rem;
    padding:0;
}

.checkbox-list > label.checkbox {
    position: relative;
    padding-left:2rem;
    padding-top:1rem;
}

.checkbox-list > label.checkbox > input[type="checkbox"] {
    position: absolute;
    left:0;
    top:1rem;
}

/* --- Fieldsets --- */

fieldset {
    margin:0;
    padding:0;
    border:none;
}

fieldset legend {
    display: block;
    font-size: 1.5em;
    padding-bottom: 1em;
}

/* --- Footer --- */

footer.footer {
	text-align:center;
	padding:4rem 0;
	box-shadow: 0px -16px 48px #000000;
}

footer .footer-social-link {
	width:4rem;
	height:4rem;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:rgba(255,255,255,0.1);
	border:solid 1px transparent;
	font-size:1.2em;
}

footer .footer-social-link:hover {
	background-color:#ff00ff;
}

footer.footer img.logo {
	width:50%;
	max-width:100px;
}


/* --- Grid Layout --- */

.row {
    align-items: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: none;
    padding: 0;
    flex-flow: row wrap;
    margin-left: -3rem;
}

.row.reverse {
    flex-direction:row-reverse;
}

.row.stretch {
    align-items:stretch;
}

.row.center {
    align-items:center;
}

.row>*[class*="col"] {
    flex-grow: 1;
    flex-shrink: 0;
    margin-left: 3rem;
}

.row.grow-0>*[class*="col"] {
    flex-grow:0;
}

.row>*[class*="col-1"] {
    width: calc(1 * 100% / 12 - 3rem);
}

.row>*[class*="col-2"] {
    width: calc(2 * 100% / 12 - 3rem);
}

.row>*[class*="col-3"] {
    width: calc(3 * 100% / 12 - 3rem);
}

.row>*[class*="col-4"] {
    width: calc(4 * 100% / 12 - 3rem);
}

.row>*[class*="col-5"] {
    width: calc(5 * 100% / 12 - 3rem);
}

.row>*[class*="col-6"] {
    width: calc(6 * 100% / 12 - 3rem);
}

.row>*[class*="col-7"] {
    width: calc(7 * 100% / 12 - 3rem);
}

.row>*[class*="col-8"] {
    width: calc(8 * 100% / 12 - 3rem);
}

.row>*[class*="col-9"] {
    width: calc(9 * 100% / 12 - 3rem);
}

.row>*[class*="col-10"] {
    width: calc(10 * 100% / 12 - 3rem);
}

.row>*[class*="col-11"] {
    width: calc(11 * 100% / 12 - 3rem);
}

.row>*[class*="col-12"] {
    width: calc(12 * 100% / 12 - 3rem);
}

@media(max-width:1000px) {
    .row>*[class*="lg-col"] {
        width: calc(100% - 3rem);
    }
}

@media(max-width:768px) {
    .row>*[class*="md-col"] {
        width: calc(100% - 3rem);
    }
}

@media(max-width:500px) {
    .row>*[class*="sm-col"] {
        width: calc(100% - 3rem);
    }
}

/* --- Header --- */

header.header {
    padding:1.5rem 0;
}

header.header .container {
    position:relative;
}

header.header nav.header-nav {
    display: block;
}

header.header nav.header-nav ul {
    list-style: none;
    margin: 0 0 0 -2rem;
    padding: 0;
    display: flex;
    flex-flow:row nowrap;
    justify-content:flex-end;
    align-items:center;
}

header.header nav.header-nav ul > li {
    margin:0 0 0 2rem;
    white-space:nowrap;
    text-transform:uppercase;
    font-weight:700;
    font-size:1.1em;
}

header.header nav.header-nav ul > li > a:hover {
    opacity:0.5;
}

header.header nav.header-nav ul > li.logo {
    flex-grow:1;
}

header.header nav.header-nav ul > li.logo img {
    width:50%;
    max-width:150px;
}

/* --- Lists --- */

.list.inline {
    list-style:none;
    margin:-2rem 0 0 -1rem;
    padding:0;
}

.list.inline>li {
    display:inline-block;
    padding:2rem 0 0 1rem;
}

/* --- Navigation --- */

.website-navigation {
    position: absolute;
    left:0;
    right:0;
    background-color: #222222;
    color: white;
    z-index: 100;
    padding: 4rem 0;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.website-navigation ul {
    list-style: none;
    margin:-1rem 0 0;
    padding: 0;
}

.website-navigation ul > li {
    padding:1rem 0 0;
}

/* --- Layout --- */

.container {
    width: calc(100% - 4rem);
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.container.relative {
    position: relative;
}

.spacer {
	display:block;
	height:6rem;
	width:100%;
	margin:0;
}

hr {
    display: block;
    clear:both;
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    margin: 4rem 0;
}

img {
	max-width:100%;
}

@media(min-width:768px){
    .spacer {
    	height:4rem;
    }
}

/* --- Lists --- */

ul {
    margin:0 0 2rem;
    padding:0 0 0 1.5rem;
    list-style-position: outside;
}

ul > li {
    padding: 0;
    margin:0 0 1rem;
}

ul.list-inline {
    list-style: none;
    margin:-1rem 0 0 -2rem;
    padding:0;
    display: flex;
    flex-flow:row wrap;
}

ul.list-inline>li {
    margin: 0;
    padding:1rem 0 0 2rem;
}

ul.list-unstyled {
    list-style: none;
    padding:0;
}

ul.list-icons li {
    position:relative;
    padding-left:2rem;
}

ul.list-inline.list-icons>li{
    padding-left:4rem;
}

ul.list-icons li i.fa {
    position:absolute;
    left:0;
    top:0;
}

/* --- Nav --- */

nav.nav {
    margin:0 0 2rem;
}

nav.nav ul {
    list-style: none;
    margin: -1rem 0 0 -2rem;
    padding: 0;
    display: flex;
    flex-flow:row wrap;
    align-items:center;
}

nav.nav ul > li {
    margin:1rem 0 0 2rem;
}

nav.nav ul>li.grow {
    flex-grow:1;
}

nav.nav ul>li.right {
    text-align: right;
}

nav.nav ul > li * {
    margin: 0;
}

nav.nav ul > li a {
    opacity: 0.75;
}

nav.nav ul > li a:hover {
    opacity: 1.0;
}

nav.nav ul > li i.fa {
    margin-right: .5em;
}

nav.nav ul > li select {
    width: auto;
    padding: .5em;
}


/* --- Links --- */

a {
    cursor: pointer;
    transition: 0.2s ease;
    text-decoration: none;
    color: inherit;
}

p>a,
h2>a,
h3>a {
    text-decoration: underline;
    color:inherit;
    cursor: pointer;
}

main p>a,
main h2>a,
main h3>a {
}

/* --- Widgets --- */

.widget {
    background-color:rgba(255,255,255,0.1);
    padding: 1.5rem;
    margin-bottom: 2rem;
    font-size: .9em;
}

.widget > *:last-child {
    margin-bottom: 0;
}


/* --- Pagination --- */

.pagination {
    width: 100%;
}

.pagination ul {}

.pagination ul li a {
    opacity: 0.5;
}

.pagination ul li a:hover {
    opacity: 1.0;
}

.pagination ul>li,
.pagination li.pag_number {
    display: inline-block;
    border: none;
}

.pagination .pag_number a {
    display: inline-block;
    padding: 0 .5rem;
    border: none !important;
}

/* --- Roster Display --- */

.roster-display {
    display:flex;
    flex-flow:row wrap;
    align-items:stretch;
    margin-top:-4rem;
}

.roster-display .dj-profile {
    width:25%;
    text-align:center;
    padding-top:4rem;
}

.roster-display .dj-profile img.dj-profile-image {
    width:100%;
    height:200px;
    object-fit:cover;
    margin:0 0 1rem;
    filter: grayscale(100%);
}

.roster-display .dj-profile img.dj-profile-image:hover {
    filter: grayscale(0%);
    transition:0.2s ease;
}

.roster-display .dj-profile h3 {
	margin:0 0 0.5em;
}

.roster-display .dj-profile p {
	margin:0;
}

@media(max-width:768px){
	.roster-display .dj-profile {
	    width:50%;
	    text-align:center;
	    padding-top:4rem;
	}
	.roster-display .dj-profile img.dj-profile-image {
	    height:33vh;
	}
}

@media(max-width:450px){
	.roster-display .dj-profile {
	    height:50vh;
	}
}


/* --- Dashboard --- */

.account-widget {
	display:flex;
	flex-direction:column;
	width:100%;
	align-items:center;
	justify-content:center;
	height:12em;
}

.account-widget:hover {
	opacity:0.75;
}

.account-widget i.fa {
	font-size:2rem;
	display:block;
	margin:0 0 .5em;
}

.account-widget p {
	font-weight:600;
}

.dashboard .flex-1 {
    flex-basis:50%;
}

.emailviewer {
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding: 12px;
    border: solid 1px rgba(0, 0, 0, 0.4);
    border-radius: 0;
    margin: 0 0 1rem;
    outline: none;
    background-color: white;
    color: white;
    border: none;
}
.emailviewer div
{
    color:White
}

/* -- Cookies Message -- */

.cookies_message {
    z-index: 100000;
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    background-color: #00317B;
    color: #fff;
    padding: 2rem;
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    justify-content:center;
}

.cookies_message > * {
    margin:0;
}

.cookies_message a>i.fa {
    width:2em;
    height:2em;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:rgba(255,255,255,0.1);
    border-radius:100px;
    margin-right:2em;
}

.cookies_message p>a{ 
    text-decoration:underline;
}

/* -- Skip to Content -- */

.skip-to-content {
    position:absolute;
    left:-9999px;
    top:-9999px;
    visiblity:hidden;
    background-color:#fff;
    padding:12px;
    z-index:-9999;
}

.skip-to-content:focus {
    left:0;
    top:0;
    visibility:visible;
    z-index:9999;
}

/* -- Print Rules -- */

.print-only {
    display:none !important;
}