/*!
 * Start Bootstrap - Full Width Pics HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    margin-top: 50px;
    background: transparent;
}

html {
    background: url("../img/background.jpg") no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
    padding: 100px 0;
}

.image-bg-fixed-height {
    background: url("/img/1.jpg");
    height: 450px;
}

.img-center {
    margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}


/*SIDEBAR*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 160px;
    }

#sidebar-wrapper {
    z-index: 1001;
    position: fixed;
    left: 160px;
    width: 0;
    height: 100%;
    margin-left: -160px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 160px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -160px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 160px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255, 255, 255, 0.2);
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

@media(min-width:768px) {
    #wrapper {
        padding-left: 160px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 160px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


/*MY OWN*/


/*Get the sidebar button to the left*/

#menu-toggle {
    float: left;
    margin-left: 0;
}

.navbar-brand {
    padding: 1px;
}

    .navbar-brand > img {
        height: 100%;
        width: auto;
    }

#loading-player {
    position: relative;
    width: 40px;
    height: 50px;
    margin: 0px;
}

.navbar-icon {
    line-height: 47px;
    font-size: 32px;
    color: #EC5B32 !important;
}


.radio-player-wrap {
    padding-left: 200px;
}

.my-pull-right {
    float: right;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .my-pull-right-xs {
        float: right;
        padding: 0;
        padding-right: 10px;
    }
}

.underline-lg {
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .underline-lg:hover {
        text-decoration: underline !important;
    }
}

h2 {
    margin-top: 0px;
}


.video-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.schedule-list li{
    background-color: #333;
    color: #cacaca;
    margin-bottom: 5px;
    border-radius: 10px;
    width: 160px;
}
@media (max-width: 767px) {
    .schedule-list li {
        width:100%;
    }
}



/*SIGN IN FORM*/

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin button {
        margin: 10px 0px;
    }

    .form-signin a {
        font-size: 18px;
        text-align: center;
    }
/* endof SIGN IN FORM*/

.btn-primary, .btn-primary:focus {
    color: #999999;
    background-color: #333;
    border-color: #1f1f1f;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #999999;
    background-color: #333;
    border-color: #1f1f1f;
}


/*AJAX Loading*/
#ajax-loader {
    display: none;
    position:fixed;
    z-index: 1000;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 );
    padding-left:80px;
}

body.loading #ajax-loader {
    display: block;
}
/*endof AJAX LOADING*/

td.selected {
    background: rgba( 236, 91, 50, .3 );
}

#schedule-edit.hidden {
    visibility: hidden;
}

@media (max-width: 767px) {
    #schedule-edit {
        display:block;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        height: 50px;
        background: rgba( 255,255,255,1 );
        padding-top: 8px;
        padding-left: 20px;
    }
}