
body{
    background: url("../imgs/atile-small.jpg") repeat;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak{
    display: none !important;
}

h1.page-header img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.container{
    background-color: white;
}

.nav-bg{
    background: url("../imgs/atile-small.jpg") repeat;
}

.trans-container{
    background-color: transparent;
}

.navbar{
    /*background: url("../imgs/DarkEaster.PNG") repeat;*/
    /*background: url("../imgs/christmasbg.gif") repeat;*/
    margin-top: 10px;
    margin-bottom: 0px;
    opacity: 1;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.amp{
    font-family: "Baskerville Old Face", "Goudy Old Style", "Book Antiqua", serif;
    font-size: 72px;
    font-style: italic;
    color: #8c8c8c;
}

.theFont{
    font-family: "Baskerville Old Face", "Goudy Old Style", "Book Antiqua", serif;
}

.shadow-box{
    box-shadow: 0px 0px 0px;
    padding: 10px;
    border-radius: 5px;
}

.neg-opacity{
    opacity: 1;
}

.container{
    margin: auto;
}

.separator{
    margin-bottom: 10px;
    border-bottom: 1px solid #5e5e5e;
}

footer{
    background: url("../imgs/blue-lake-edit-footer.jpg") no-repeat center;
    background-size: cover;
    color: white;
}

.quote-bg{
    background: url("../imgs/text-bg.png") no-repeat center;
}

.well.quote-bg{
    background-color: #f5f5f5;
}

.overlay-container{
    position: relative;
    overflow: hidden;

    padding: 5px;
    border-radius: 5px;
}

.overlay {
    text-align: center;
    background: rgba(0, 0, 0, .5) url("../imgs/DarkEaster.PNG") repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 10px;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, 300px);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    color: #ffffff;
    padding: 20px;
    border-radius: 5px;
}

#quick_nav{
    z-index: 20;
    right: 0px;
    top: 150px;
    position: fixed;
}

#quick_nav ul i.fa{
    padding: 3px;
    margin-right: 10px;
}

#quick_nav{
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    right: -7%;
    /*transform: translateX(60%);
    -webkit-transform: translateX(60%);
    -moz-transform: translateX(60%);
    -ms-transform: translateX(60%);*/
    border: 0px;
}

#quick_nav:hover{
    /*transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);*/
    right: 0%;
}

.quick_nav_hidden{
    /*transform: translateX(90%);
    -webkit-transform: translateX(90%);
    -moz-transform: translateX(90%);
    -ms-transform: translateX(90%);*/
    right: -175px !important;
}

#radio-brod-panel{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    height: 130px;
    overflow: hidden;
    line-height: 130px;
    font-size: 24px;
    background-color: rgba(69, 67, 67, .5);
    border-top-left-radius: 5px;
    color: #ffffff;
    transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}
#radio-brod-panel a{
    color: #000000;
}

.collapse-radio-brod-panel{
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    right: -550px !important;
}

#radio-brod-panel:hover{
    background-color: rgba(102,102,102,1);
    color: #fff;
    opacity: 1;
}

@media (min-width: 992px) {
    .overlay {
        width: 100%;
        height: 100%;
        font-size: 14px;
    }
    .overlay-container{
        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
        0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    }
}

.overlay-container:hover .overlay{
    transform: translate(0, 0px);;
    opacity: 1;
}

.overlay-container img{
    /*border-radius: 500px;*/
}

.rule-line{
    border-bottom: 1px solid #eeeeee;
}

.smallRoundBox{
    border-radius: 100px;
}

.navbar-brand{
    height: 60px;
    line-height: 50px;
    padding: 5px 15px;
}

.nav>li>a {
    padding: 15px 15px;
}

.navbar-nav>li>a {
    line-height: 30px;
}

.navbar-brand>img{
    margin-right: 15px;
}

#logo-text{
    line-height: 25px;
}

.negate-trans{
    opacity: 1;
}

.dropdown-menu{
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    transform:scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform:scaleY(0);
    -ms-transform:scaleY(0);
    display: block;
    visibility: hidden;
    opacity: 0;
}

.dropdown:hover .dropdown-menu{
    transform: scaleY(1);
    -webkit-transform: scaleY(1) ;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

header.carousel{
    height: 80%;
}

a{
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
}

nav a{
    color: white !important;
}

nav .dropdown-menu{
    background-image: url("../imgs/Dark-Wood-Texture-Background-Tile.jpg");
}

nav a:hover{
    background-color: black !important;
    opacity: .6;
}

nav a:focus{
    opacity: .6;
}

nav .active a{
    background-color: #4998e7;
}

.audio-album-icon{
    font-size: 48px !important;
    margin: 20px 0;
    color: #000;
}

.album-panel{
    background-size: cover !important;
    background: no-repeat center;
}

.album-panel-body{
    min-height: 230px;
    background-color: rgba(0, 0, 0, .6);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.album-panel-body:hover .album-panel-control{
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.album-panel-control{
    position: absolute;
    width: 100%;
    left: 0;
    bottom:0;
    height: 100px;
    line-height: 100px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 36px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

.album-panel-control-not-playing{
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
}

.album-panel-control-playing{
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.album-panel-control i{
    cursor: pointer;
    font-weight: lighter;
}

.track-details, .audio-download-info {
    clear: both;
    height: auto;
    width: 100%;
    padding: 1px 6px;
    background: #eee;
    color: #222;
    font-family: monospace;
    font-size: 11px;
    line-height: 20px;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
    margin: auto;
}
.audio-download-info{
    height: auto;
}

.track-details:before {
    content: '♬ ';
}

.audioPlayer{
    display: block;
    width: 100%;
    margin: auto;
}

@media (min-width: 992px) {
    .audioPlayer{
        width: 50%;
    }

    .track-details, .audio-download-info {
        width: 50%;
    }
}

.text-notice{
    color: white;
    background-color: red;
    transform: rotate(45deg) translate(13px, -10px);
    -webkit-transform: rotate(45deg) translate(13px, -10px);
    -moz-transform: rotate(45deg) translate(13px, -10px);
    -ms-transform: rotate(45deg) translate(13px, -10px);
    position: absolute;
    top: 3px;
    right: 0;
    padding: 1px 20px;
}

.carousel-caption{
    font-family: "Lucida Handwriting";
}

ol{
    font-size: 18px;
}

ol li{
    list-style: url("../imgs/list1.png");
}

ol li ol li{
    list-style: url("../imgs/list3.png");
}

/*li:before{
    content: "\f00c";
    font-family: FontAwesome;
}*/

#navbar9{
    z-index: 1;
}

/* EXAMPLE 9 - Center with Flexbox and Text*/
.brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.brand-centered .navbar-brand {
    display: flex;
    align-items: center;
}



/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}

/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 50px;
}
.navbar-alignit .navbar-brand {
    top: 50%;
    display: block;
    position: relative;
    height: auto;
    transform: translate(0,-50%);
    margin-right: 15px;
    margin-left: 15px;
}

#_scripture, ._scripture{
    color: #0068ff;
}



.navbar-nav>li>.dropdown-menu {
    z-index: 9999;
}

.typed-cursor {
    font-size: 60px;
    display: inline-block;
    margin: 0 10px;
    color: #00a8ff;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notification-text-panel{
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}
.notification-text{
    color:red;
    font-size: 14px;
    font-weight: bolder;
    -webkit-animation-name: tada;
    animation-name:  tada;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}