﻿/*#region vars */
/*#endregion */
/*#region open sans */
/* NORMAL */
@font-face {
    font-family: 'AwOpenSans';
    font-style: normal;
    font-weight: 300;
    src: url(../../Fonts/OpenSans/Light/OpenSans-Light.woff) format('woff');
}

@font-face {
    font-family: 'AwOpenSans';
    font-style: normal;
    font-weight: 400;
    src: url(../../Fonts/OpenSans/Regular/OpenSans-Regular.woff) format('woff');
}

@font-face {
    font-family: 'AwOpenSans';
    font-style: normal;
    font-weight: 600;
    src: url(../../Fonts/OpenSans/Semibold/OpenSans-Semibold.woff) format('woff');
}

@font-face {
    font-family: 'AwOpenSans';
    font-style: normal;
    font-weight: 700;
    src: url(../../Fonts/OpenSans/Bold/OpenSans-Bold.woff) format('woff');
}
/*#endregion */
/*#region overrides BS */
html {
    overflow-y: scroll;
    color: #5f6b77;
}

html,
body {
    height: 100%;
    min-height: 100%;
    color: #5f6b77;
}

* {
    font-family: AwOpenSans, sans-serif !important;
}

a.navbar-brand {
    background-image: url(../Img/candelion-logo.jpg);
    display: inline-block;
    width: 150px;
    height: 51px;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 100% 100%;
}

.navbar-default {
    background-image: none;
    background-color: #5f6b77;
    border: none;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
    box-shadow: none;
}

    .navbar-default .navbar-nav > li > a {
        color: #ccc;
        font-size: 10px;
        font-weight: normal;
        text-shadow: none;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #ccc;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

a.navbar-brand.navbar-brand-cd {
    background: none;
    background-color: #5f6b77;
    color: #ccc;
    padding: 15px 0 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    width: 129px;
    height: 50px;
    margin-right: 20px;
    text-shadow: none;
}

    a.navbar-brand.navbar-brand-cd:hover {
        background-color: #5f6b77;
        color: #fff;
    }

    a.navbar-brand.navbar-brand-cd span {
        display: none;
    }

    a.navbar-brand.navbar-brand-cd img {
        width: 100%;
        margin: -6px 0 0 0;
    }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.navbar-default .navbar-toggle {
    border: none;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ccc;
    }

h3 {
    padding: 10px 0 10px 0;
    font-weight: bold;
    clear: both;
}

h4 {
    font-weight: 600;
    clear: both;
}

p {
    line-height: 24px;
    margin-bottom: 16px;
    font-size: 17px;
}

    p.sub {
        font-size: 12px;
        margin-bottom: 14px;
        color: #5f6b77;
        text-transform: uppercase;
    }

blockquote {
    color: #afb8c0;
}

.padchangecols .col-sm-4 {
    padding-right: 50px;
}

    .padchangecols .col-sm-4:first-child {
        padding-left: 0;
    }

    .padchangecols .col-sm-4:last-child {
        padding-right: 0;
    }

.validation-summary-errors ul,
validation-summary-errors li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    font-weight: bold;
    color: #00ecdc;
}

    a:hover {
        font-weight: normal;
        color: #00ecdc;
        text-decoration: none;
    }

.form-group.phone {
    display: none;
}

.nopad {
    padding: 0;
}

.padright {
    padding-right: 16px;
}

.padbottom {
    padding-bottom: 16px;
}

.padtop {
    padding-top: 16px;
}

.padleft {
    padding-left: 16px;
}

.btn {
    text-transform: uppercase;
    font-weight: bold;
}

.btn-block + .btn-block {
    margin-top: 0;
}
/*#endregion */
/*#region BG */
div.cd-bg-img {
    z-index: -10000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #5f6b77;
}
    /*div.cd-bg-img img {
    min-height: 100%;
    min-width: 100%;
}*/
    div.cd-bg-img div {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: -999;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
/*#endregion */
/*#region main */
#main {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -50px;
}

#main_inner {
    padding-top: 51px;
    padding-bottom: 50px;
}
/*#endregion */
/*#region footer */
footer {
    text-align: center;
    color: #ccc;
    font-size: 10px;
    height: 50px;
}

#main:after {
    height: 100px;
}

#footer_inner {
    padding: 16px 16px 0 16px;
}
/*#endregion */
/*#region home */
.cd-theme {
    color: #07FFEE;
}

.cd-home-banner {
    color: #fff;
    text-align: center;
    padding-top: 40px;
}

    .cd-home-banner h1 {
        font-size: 0;
    }

    .cd-home-banner img {
        max-width: 90%;
        max-height: 115px;
        margin: 0 auto 6px auto;
        display: block;
    }

    .cd-home-banner sub {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
        margin-top: -4px;
        color: #fff;
    }

.cd-home-callouts {
    padding-top: 120px;
    margin-bottom: 64px;
}

.cd-home-box-inner {
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center 32px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    max-width: 280px;
    margin: 0 auto 16px auto;
}

.col-sm-6 > .cd-home-box-inner {
    max-width: none;
}

.cd-home-box.col-sm-6 {
    padding-top: 32px;
}

.cd-home-box-inner:hover {
    background-color: #000000;
}

    .cd-home-box-inner:hover a {
        color: #ccc;
    }

.cd-home-box-inner a {
    color: white;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    padding: 132px 16px 32px 16px;
    font-weight: normal;
}

.songs {
    background-image: url('../Img/Icons/Songs.png?v=0.0.3');
}

.recording {
    background-image: url('../Img/Icons/Recording.png?v=0.0.3');
}

.videos {
    background-image: url('../Img/Icons/Videos.png?v=0.0.3');
}

.contact {
    background-image: url('../Img/Icons/Contact.png?v=0.0.3');
}

.culture {
    background-image: url('../Img/Icons/Culture.png?v=0.0.3');
}

.music {
    background-image: url('../Img/Icons/Music.png?v=0.0.3');
}

.video {
    background-image: url('../Img/Icons/Video.png?v=0.0.3');
}

.whoweare {
    background-image: url('../Img/Icons/WhoWeAre.png?v=0.0.3');
}

.disco {
    background-image: url('../Img/Icons/Disco.png?v=0.0.3');
}

.itunes {
    background-image: url('../Img/Icons/itunes.png?v=0.0.3');
}

.merch {
    background-image: url('../Img/Icons/merch.png?v=0.0.3');
}

.website {
    background-image: url('../Img/Icons/website.png?v=0.0.3');
}
/*#endregion*/
/*#region inner */
#cd_inner_page {
    max-width: 1170px;
    min-height: 100%;
    background-color: transparent;
    margin: 0 auto;
}

#cd_inner_page_inner {
    background: #fff;
    padding: 15px;
    overflow: hidden;
}

#cd_inner_page h2 {
    margin: 0 0 32px 0;
    padding: 3px 0 13px 50px;
    text-transform: uppercase;
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border-bottom: 1px dashed #afb8c0;
    font-weight: bold;
    color: #afb8c0;
}

.cd-inner-page-inner-img {
    float: right;
    margin-left: 16px;
}

    .cd-inner-page-inner-img > img {
        height: 200px;
    }

.cd-inner-page-inner-img-left {
    float: left;
    margin-right: 16px;
    margin-left: 0;
}

.cd-text {
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin-bottom: 32px;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 16px;
}

.cd-text-left {
    width: 76%;
    float: left;
    padding: 0 2% 0 0;
    margin: 0 0 0 0;
}

.cd-text-right {
    float: right;
    width: 24%;
    border-left: 1px solid #ccc;
    padding: 0 0 0 2%;
    margin: 0 0 0 0;
}

    .cd-text-right > span,
    .cd-text-right > .sidelinkstext > span {
        display: block;
        color: #afb8c0;
    }

.cd-text-left > span {
    margin-bottom: 16px;
}

.cd-text-right > p {
    font-size: 14px;
    font-weight: bold;
}

/*.cd-text.music-page:hover{
    opacity: 0.8;
}*/

.cd-text.music-page.music-page-hover:hover {
    cursor: pointer;
}

.cd-text.music-page img, .cd-text.music-page iframe {
    width: 400px;
    height: auto;
}

.music-page-hover {
    position: relative;
    overflow: hidden;
}

    .music-page-hover::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 60px;
        background-image: url('../Img/Music/Spotify_Primary_Logo_RGB_Green.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 10;
        pointer-events: none;
    }

    .music-page-hover:hover::before {
        opacity: 1;
    }

    .music-page-hover:hover {
        opacity: 0.6;
        transition: opacity 0.3s ease;
    }

.tr1 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
}

.tr2 {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 41px;
}

.tr3 {
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
}

.trimg {
    padding-top: 16px;
}

    .trimg > img {
        width: 200px;
    }

.cd-text-left .trimg {
    float: right;
}

.trbiggerh4 {
    font-size: 40px;
    color: #afb8c0;
    display: block;
    text-transform: uppercase;
}

.trimgsmall {
    display: none;
}

.trembed {
    /*display:block;
    padding: 0 16px 16px 0;
    float: left;*/
}

    .trembed iframe {
        border: none;
        height: auto;
        width: auto;
        display: block;
    }
/*#endregion */
/*#region recordings */
ul.sidelinks {
    margin: 0;
    padding: 16px 0 0 0;
    list-style-type: none;
}

    ul.sidelinks li {
        margin: 0 0 0 0;
        padding: 0 0 16px 24px;
        font-size: 12px;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: left 1px;
        line-height: 18px;
        list-style-type: none;
    }
/*#endregion */
/*#region audio player */
.cdl-player-container {
    display: table-row;
}

    .cdl-player-container > audio {
        width: 100%;
    }

.cdl-player-tracklist {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.cdl-player-track {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

    .cdl-player-track > span {
        display: block;
        float: left;
        padding: 16px;
        width: 50%;
    }

    .cdl-player-track:hover > span {
        cursor: pointer;
        background: #d9d9d9;
    }

    .cdl-player-track.selected > span,
    .cdl-player-track.selected:hover > span {
        background: #ccc;
        color: white;
        cursor: default;
    }

    .cdl-player-track.coming-soon,
    .cdl-player-track.coming-soon:hover,
    .cdl-player-track.selected.coming-soon,
    .cdl-player-track.selected.coming-soon:hover {
        border: none;
        padding: 0;
        margin: 0;
        display: none;
    }
/*#endregion */
/*#region @media */
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .cd-home-banner {
        padding-top: 0;
    }

    .cd-home-callouts {
        padding-top: 64px;
    }

    .cd-inner-page-inner-img > img {
        height: 100px;
    }

    .padchangecols .col-sm-4 {
        padding: 0 !important;
    }

    .cd-text-left {
        float: none;
        border: none;
        padding: 0 0 16px 0;
        width: 100%;
    }

    .cd-text-right {
        float: none;
        border: none;
        padding: 0 0 16px 0;
        width: 100%;
    }

    .cd-text-left,
    .cd-text-right {
        clear: both;
    }

        .cd-text-left .trimg {
            display: none;
        }

        .cd-text-left .trimgsmall {
            display: block;
            text-align: center;
        }

            .cd-text-left .trimgsmall > img,
            .trimg {
                width: 200px;
            }

    .sidelinkstext {
        float: left;
        width: 50%;
    }

    ul.sidelinks {
        float: left;
        width: 50%;
        padding: 0 16px 0 0;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .cd-home-banner {
        padding-top: 0;
    }

    .cd-home-callouts {
        padding-top: 64px;
    }

    .padchangecols .col-sm-4 {
        padding: 0 !important;
    }

    .cd-text-left {
        float: none;
        border: none;
        padding: 0 0 16px 0;
        width: 100%;
    }

    .cd-text-right {
        float: none;
        border: none;
        padding: 0 0 16px 0;
        width: 100%;
    }

    .cd-text-left,
    .cd-text-right {
        clear: both;
    }

        .cd-text-left .trimg {
            display: none;
        }

        .cd-text-left .trimgsmall {
            display: block;
            text-align: center;
        }

            .cd-text-left .trimgsmall > img,
            .trimg {
                width: 200px;
            }

    .sidelinkstext {
        float: left;
        width: 50%;
    }

    ul.sidelinks {
        float: left;
        width: 50%;
        padding: 0 16px 0 0;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .padchangecols .col-sm-4 {
        padding: 0 !important;
    }

    .cd-text-left {
        float: none;
        border: none;
        padding: 16px 0 16px 0;
        width: 100%;
    }

    .cd-text-right {
        float: none;
        border: none;
        padding: 0 0 16px 0;
        width: 100%;
    }

    .cd-text-left,
    .cd-text-right {
        clear: both;
    }

        .cd-text-left .trimg {
            display: none;
        }

        .cd-text-left .trimgsmall {
            display: block;
            text-align: center;
        }

            .cd-text-left .trimgsmall > img,
            .trimg {
                width: 200px;
            }

    .sidelinkstext {
        float: left;
        width: 50%;
    }

    ul.sidelinks {
        float: left;
        width: 50%;
        padding: 0 16px 0 0;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .cd-text-left {
        float: none;
        border: none;
        padding: 16px 0 16px 0;
        width: 100%;
    }

    .cd-text-right {
        float: none;
        border: none;
        padding: 0 0 16px 0;
        width: 100%;
    }

    .cd-text-left,
    .cd-text-right {
        clear: both;
    }

        .cd-text-left .trimg {
            display: none;
        }

        .cd-text-left .trimgsmall {
            display: block;
            text-align: center;
        }

            .cd-text-left .trimgsmall > img,
            .trimg {
                width: 200px;
            }

    .sidelinkstext {
        float: left;
        width: 50%;
    }

    ul.sidelinks {
        float: left;
        width: 50%;
        padding: 0 16px 0 0;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    #cd_inner_page {
        padding-top: 40px;
    }

    #cd_inner_page_inner {
        box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.75);
    }
}
/*#endregion */
@media only screen and (min-width: 768px) {
    .btn-block {
        display: inline;
        width: auto;
    }
}

@media only screen and (max-width: 320px) {
    .sidelinkstext {
        float: none;
        width: 100%;
        padding: 0 0 16px 0;
    }

    ul.sidelinks {
        float: none;
        width: 100%;
        padding: 0 0 16px 0;
    }
}

@media only screen and (max-width: 480px) {
    .sidelinkstext {
        float: none;
        width: 100%;
        padding: 0 0 16px 0;
    }

    ul.sidelinks {
        float: none;
        width: 100%;
        padding: 0 0 16px 0;
    }
}
