html{
    height:100%!important;
}
body {
    overflow-x:hidden;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    webkit-tap-highlight-color: #aaa;
    height:100%!important;
}
.hidden {
    display: none;
}

.text-muted {
    color:#777;
}
.text-primary {
    color:#aaa;
}
.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.active a{
    color:#333;
}
.songdex-inner p:nth-child(2), 
#cuesheets p,
p {
    line-height: 1.50;
    font-family: "HelveticaNeue-Light","HelvLightIBM",Arial,sans-serif;
    font-size: 1.5rem;
}

li {
    font-size: 1.5rem;
    line-height:1.75;
}
a, a:hover, a:focus, a:active, a.active {
    outline:0;

}
#faq a{
    color:#777;
}
h1, h2, h3, h4, h5,h6 {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    /* font-family: 'Kaushan Script';*/
    text-transform:uppercase;
    font-weight:700;
    color:#1B3564;
}
h3{
    font-size: 24px;
    /* font-size: 2rem; */
    line-height: 30px;
    line-height: 2.875rem;
}
.img-centered {
    margin:0 auto
}
.bg-light-gray {
    background-color:#f7f7f7
}
.bg-darkest-gray {
    background-color:#222
}
/****************************************************/
/*                      NAVBAR                      */
/****************************************************/
.navbar-header {
    margin-top: 0px;

}
.navbar-default {
    background-color:#222;
    /*    background-color:transparent;*/
    border-color:transparent;
    padding: 10px 0;
    background: rgba(34, 34, 34, 0.6);
}
.navbar-default .navbar-brand{
    /*display:none;*/
    color:#1b3577;
    font-family:"Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    /*border:1px solid white;*/
}
.navbar-default .navbar-brand img,
.navbar-default .navbar-brand svg:not(:root) {
    width: 104px;
    margin: 3px 0 1px 0px;
    float: left;
    top: 10px;
    height: 42px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active{
    color:#222
}
#bs-example-navbar-collapse-1{
    border-color:rgba(255,255,255,.02);
    padding-top: 0px;
    /*    background-color:#333;
        background-color: rgba(0, 0, 0, 0.74);*/
}
.navbar-default .navbar-toggle {
    margin-top: 8px;
    background-color:#6B90A2;
    border-color:#1b3577
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#fff
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color:#222;
    background-color:#6B90A2;
}
.navbar-default .nav li a {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    font-weight:400;
    letter-spacing:1px;
    color:#fff
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus{
    color:#aaa;
    outline:0
}
.navbar-default .navbar-nav>.active>a {
    border-radius:0;
    color:#fff;
    background-color:#aaa
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
    color:#fff;
    color:#333;
    /*background-color:#1b3577*/
}
.navbar-default {
    padding:0px 0;
    -webkit-transition:padding .3s;
    -moz-transition:padding .3s;
    transition:padding .3s;
}
.navbar-default .navbar-brand {
    font-size:2em;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s
}
.navbar-default .navbar-nav>.active>a {
    border-radius:3px
}
.navbar-default.navbar-shrink {
    /*    background-color:#222;*/
    padding:0px 0
}
.navbar-default.navbar-shrink .navbar-brand {
    font-size:1.5em
}
.navbar-default .navbar-collapse {
    background-color: transparent;

}
.navbar-nav {
    margin-bottom:0px;
    margin-top: 0px;
}
.navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
svg:not(:root) {
    width:500px;
    margin-top: 100px;
    margin-left: -48px;
}
.navbar-nav {
    /*    margin: 0;
        margin-top: 5px;
            background: pink;*/
}
.navbar-brand{
    float:none;
    /*        height:auto;*/
    padding:0px;
    margin:0px;
    font-size:0px;
    line-height:0px;
    position: relative;

}
#logo-navbar{
    position:relative;
    /*        border:1px solid red;*/
}
#logojumbotron{
    position:relative;
}
.main-logo-svg{
    position:absolute;
}
.navbar{
    min-height:0px!important;
}
.navbar-fixed-top{
    /*        border:1px solid red;*/
}
.navbar-fixed-top .container{
    float:none;
}
.navbar-fixed-top .container > div{
    /*        border:1px solid orange;*/
}
.navbar-fixed-top .container > div .navbar-toggle{
    /*        border:1px solid orange;*/
}
#logo-navbar{
    /*        border:1px solid red*/
}
/********************************************************/
/*                      END NAVBAR                      */
/********************************************************/


/****************************************************/
/*                      HEADER                      */
/****************************************************/
header{
    background-repeat:none;
    background-attachment:scroll;
    background-position:center center;/*use this for city background-image:*/
    background-position: 50% 0;/*use this for blue swirl background-image:*/
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    text-align:center;
    color:#fff
}
header .intro-text {
    padding-top: 66px;
    padding-bottom: 0px;
    color: #222;
    text-shadow: 2px 2px 8px #ffffff;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style:italic;
    font-size:22px;
    line-height:22px;
    margin-bottom:25px;
    visibility: hidden;
}
header .intro-text .intro-heading {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    font-weight:700;
    font-size:50px;
    line-height:50px;
    margin-bottom:25px
}
header .intro-text .intro-lead-in {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: 'Walter Turncoat', cursive;
    font-family: 'Pacifico', cursive;
    font-family: 'Lobster', cursive;
    font-family: 'Kaushan Script', cursive;
    font-style:italic;
    font-size:40px;
    line-height:40px;
    margin-bottom:25px
}
header .intro-text .intro-lead-in > div{
    /*color:1px solid red;*/
    font-family:'Roboto Slab';
    font-family: 'Montserrat';
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-family: 'Walter Turncoat', cursive;
    font-family: 'Pacifico', cursive;
    font-family: 'Lobster', cursive;
    font-family: 'Kaushan Script', cursive;
    font-family:'Droid Serif';
    font-size: -webkit-xxx-large;
    line-height: 20px;
}
header .intro-text .intro-lead-in > div span{
    /* WebKit (Safari/Chrome) Only */
    -webkit-text-stroke: 1px white;

    /* If we weren't using text-shadow, we'd set a fallback color
       and use this to set color instead
      -webkit-text-fill-color: white; */

    color: white;

    text-shadow:
        3px 3px 0 #555,
        /* Simulated effect for Firefox and Opera
           and nice enhancement for WebKit */
        -1px -1px 0 #555,  
        1px -1px 0 #555,
        -1px  1px 0 #555,
        1px  1px 0 #555;
    text-shadow: 2px 2px 8px #020202;
    text-shadow:none;
}
header .intro-text .intro-lead-in > div + div{
    margin-left: 0px;
}
header .intro-text .intro-lead-in > div + div span{
    /* WebKit (Safari/Chrome) Only */
    -webkit-text-stroke: 1px white;

    /* If we weren't using text-shadow, we'd set a fallback color
       and use this to set color instead
      -webkit-text-fill-color: white; */

    color: white;

    text-shadow:3px 3px 0 #555,
        /* Simulated effect for Firefox and Opera
           and nice enhancement for WebKit */
        -1px -1px 0 #555,  
        1px -1px 0 #555,
        -1px  1px 0 #555,
        1px  1px 0 #555;
    text-shadow: 2px 2px 8px #020202;
    text-shadow:none;
}
header .intro-text .intro-heading {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    font-weight:700;
    font-size:75px;
    line-height:75px;
    margin-bottom:50px
}

/********************************************************/
/*                      END HEADER                      */
/********************************************************/

/********************************************************/
/*                      SECTION                         */
/********************************************************/
section {
    padding:20px 0;
}
.press-wrapper{
    /*    border:1px solid red;*/
}
.press-wrapper .press:first-child{
    border-top:none;
    padding: 100px 0;
}
.press-wrapper .press {

    border-top:1px solid #acacac!important;
    
    /*    border-top:1px solid red;*/
}

.hidden-sectio h2{
    border:1px solid red;
    padding-top: 30px;/*extra padding for the anchor*/
}
#create_account h2{
    padding-top: 30px;/*extra padding for the anchor*/
}
section h2.section-heading {
    font-size:40px;
    margin-top:0;
    margin-bottom:15px;
    padding-top: 6px;/*extra padding for the anchor*/
}

section h3.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 33px;
    text-align: center;
}
/********************************************************/
/*                      END SECTION                     */
/********************************************************/

/****************************************************/
/*                      FOOTER                      */
/****************************************************/
footer {
    padding:25px 0;
    text-align:center
}
footer span.copyright {
    line-height:40px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    text-transform:none
}
footer ul.quicklinks {
    margin-bottom:0;
    line-height:40px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    text-transform:none
}
/****************************************************/
/*                  END FOOTER                      */
/****************************************************/


/****************************************************/
/*                      BUTTONS                     */
/****************************************************/
.btn-primary {
    color:#fff;
    background-color:#aaa;
    border-color:#aaa;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    font-weight:700
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary{
    color:#fff;
    background-color:#fec503;
    border-color:#f6bf01
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary{
    background-image:none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active{
    background-color:#aaa;
    border-color:#aaa
}
.btn-primary .badge {
    color:#aaa;
    background-color:#fff
}
.btn-xl {
    color:#fff;
    background-color:#aaa;
    border-color:#aaa;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    font-weight:700;
    border-radius:3px;
    font-size:18px;
    padding:20px 40px
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl{
    color:#fff;
    background-color:#fec503;
    border-color:#f6bf01
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl{
    background-image:none
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active{
    background-color:#aaa;
    border-color:#aaa
}
.btn-xl .badge {
    color:#aaa;
    background-color:#fff
}
/****************************************************/
/*                 END  BUTTONS                     */
/****************************************************/
#logo-jumbotron {
    float:left;
}
.songdex-inner p{
    text-align:center;
}
.songdex-inner p:nth-child(2), 
#cuesheets p{
    padding-top:0px;
    /*    font-size:20px;*/
}
.songdex-inner p:nth-child(2){
    padding-top: 20px;  
}

.table-center {
    text-align:center;
    margin: 0px auto;
}
.service-heading {
    margin:15px 0;
    text-transform:none
}
/************************************************************************/
/*                      RIGHTS & ROYALTY SERVICES Div                   */
/************************************************************************/
#portfolio .portfolio-item {
    margin:0 0 15px;
    right:0
}
#portfolio .portfolio-item .portfolio-link {
    display:block;
    position:relative;
    max-width:400px;
    margin:0 auto
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background:rgba(254,209,54,.9);
    position:absolute;
    width:100%;
    height:100%;
    opacity:0;
    transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -moz-transition:all ease .5s
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity:1
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position:absolute;
    width:100%;
    height:20px;
    font-size:20px;
    text-align:center;
    top:50%;
    margin-top:-12px;
    color:#fff
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top:-12px
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin:0
}
#portfolio .portfolio-item .portfolio-caption {
    max-width:400px;
    margin:0 auto;
    background-color:#fff;
    text-align:center;
    padding:25px
}
#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform:none;
    margin:0
}
#portfolio .portfolio-item .portfolio-caption p {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style:italic;
    font-size:16px;
    margin:0
}
#portfolio * {
    z-index:2
}
.portfolio-modal .modal-content {
    border-radius:0;
    background-clip:border-box;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:0;
    min-height:100%;
    padding:100px 0;
    text-align:center
}
.portfolio-modal .modal-content h2 {
    margin-bottom:15px;
    font-size:3em
}
.portfolio-modal .modal-content p {
    margin-bottom:30px
}
.portfolio-modal .modal-content p.item-intro {
    margin:20px 0 30px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style:italic;
    font-size:16px
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom:30px;
    margin-top:0
}
.portfolio-modal .modal-content img {
    margin-bottom:30px
}
.portfolio-modal .close-modal {
    position:absolute;
    width:75px;
    height:75px;
    background-color:transparent;
    top:25px;
    right:25px;
    cursor:pointer
}
.portfolio-modal .close-modal:hover {
    opacity:.3
}
.portfolio-modal .close-modal .lr {
    height:75px;
    width:1px;
    margin-left:35px;
    background-color:#1B3565;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    z-index:1051
}
.portfolio-modal .close-modal .lr .rl {
    height:75px;
    width:1px;
    background-color:#1B3565;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    z-index:1052
}
.portfolio-modal .modal-backdrop {
    opacity:0;
    display:none
}
/************************************************************************/
/*                      RIGHTS & ROYALTY SERVICES Div                   */
/************************************************************************/


/**************************************************************/
/*                          TIMELINE                          */
/**************************************************************/
.timeline {
    list-style:none;
    padding:0;
    position:relative
}
.timeline p{
    font-size:14px;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
    height: 65%;
}
.timeline > li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}
.timeline>li:before,
.timeline>li:after {
    content:" ";
    display:table;
}
.timeline>li:after {
    clear:both
}
.timeline > li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    border-left-width:0;
    border-right-width:15px;
    left:-15px;
    right:auto
}
.timeline>li .timeline-panel:after {
    border-left-width:0;
    border-right-width:14px;
    left:-14px;
    right:auto
}

.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #fed136;
    color: white;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center;
}
.timeline>li .timeline-image h4 {
    font-size:10px;
    margin-top:12px;
    line-height:14px
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width:0;
    border-right-width:15px;
    left:-15px;
    right:auto
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width:0;
    border-right-width:14px;
    left:-14px;
    right:auto
}
.timeline>li:last-child {
    margin-bottom:0
}
.timeline .timeline-heading h4 {
    margin-top:0;
    color:inherit
}
.timeline .timeline-heading h4.subheading {
    text-transform:none
}
.timeline .timeline-body>p,.timeline .timeline-body>ul {
    margin-bottom:0
}


.timeline>li .timeline-image h4 {
    font-size:13px;
    margin-top:16px;
    line-height:18px
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}

.timeline>li .timeline-image h4 {
    font-size:18px;
    margin-top:40px;
    line-height:26px
}

/************************************************/
/*                  END TIMELINE                */
/************************************************/


/*#cuesheets {
    background-image: url(../img/cuesheet.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}*/

#cuesheets .container text-center .img-resonsive{
    margin-left: 10px;
    /*border: 1px solid green!important;*/
}

#about {
    /*    border:1px solid orange;*/
}
#about .container{
    /*    border:1px solid red;*/
}
#about .container svg:not(:root){
    /* border: 1px solid black; */
    width: 295px!important;
    margin: 0px auto!important;
}
#about .container h2{
    margin: 0px auto!important;
    float: none!important;
    display: table;
    text-align: center;
    padding-top: 5px;
}


.team-member {
    text-align:center;
    margin-bottom:50px
}
.team-member img {
    margin:0 auto;
    border:7px solid #fff
}
.team-member h4 {
    margin-top:25px;
    margin-bottom:0;
    text-transform:none
}
.team-member p {
    margin-top:0
}
aside.clients img {
    margin:50px auto;
}

ul.social-buttons {
    margin-bottom:0
}
ul.social-buttons li a {
    display:block;
    background-color:#1B3565;
    height:40px;
    width:40px;
    border-radius:100%;
    font-size:20px;
    line-height:40px;
    color:#fff;
    outline:0;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s
}
ul.social-buttons li a:hover,ul.social-buttons li a:focus,ul.social-buttons li a:active {
    background-color:#aaa
}
.btn:focus,.btn:active,.btn.active,.btn:active:focus {
    outline:0
}

::-moz-selection {
    text-shadow:none;
    background:#aaa
}
::selection {
    text-shadow:none;
    background:#aaa
}
img::selection {
    background:0 0
}
img::-moz-selection {
    background:0 0
}

#faq li {
    /*    list-style-type:  none;*/
    font-size: 14px;
}
.faq-dialog-wrapper {
    display:none;
}
.faq-answer {
    display: none;
}
.ui-widget-content {
    border: 1px solid #acacac!important;
    background: white!important;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    z-index: 20;
}

.ui-widget-overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: #aaaaaa;
    opacity: 0.3;
}
svg:not(:root) {
    width:500px;
    margin-top: 100px;
}
.tagline-1{
    /*        border:1px solid red;*/
    margin-left: -32px;
}
.tagline-2{
    /*        border:1px solid blue;*/
    margin-right: -36px;
}
.mri-logo-2 .intro-lead-in-2 .tagline-1{
    /*        border:1px solid red;*/
    margin-left: 104px!important;
}
.mri-logo-2 .tagline-2{
    /*        border:1px solid orange;*/
    margin-right: 0px!important;
}
.mri-logo{
    /*        border: 1px solid blue;*/       
    margin-top: -47px;
    margin-left: 166px;
}
/*****************************************************/
/*              Jumbotron Images                     */
/*****************************************************/
/****************PAGE-1*******************/
.main-container-1{
    background-color: rgba(0, 0, 0, .4)!important;
}
.main-logo-svg-1{
    position: absolute;
    height: 260px!important;
    width: 635px!important;
    z-index: 4;
    top: 36px;
    left: 63px;
}

.intro-text-1{
    padding-top: 0px;
    padding-bottom: 0px;
}
.main-logo-svg-blur-1 .logo-bar-1,
.main-logo-svg-blur-1 .logo-bar-2{
    fill:white!important;
}
.intro-text-1 .intro-lead-in-1 > div .tagline-1,
.intro-text-1 .intro-lead-in-1 > div .tagline-2{
    margin-left: 0px!important;
    font-size:20px;
    -webkit-text-stroke: 0px transparent;
    -webkit-text-stroke: 0px white;
}
/****************PAGE-2*******************/

.page-2 header{
    background-position: 61% 136%!important;
}
.main-logo-svg-2{
    position: absolute;
    height: 260px!important;
    width: 635px!important;
    z-index: 4;
    top: 65px;
    left: 63px;
}

.intro-text-2{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.intro-text-2 .intro-lead-in-2 > div .tagline-1,
.intro-text-2 .intro-lead-in-2 > div .tagline-2{
    color: #6B90A2; 
    margin-left: 0px!important;
    font-size:20px;
    -webkit-text-stroke: 0px transparent;
    -webkit-text-stroke: 0px white;
}
/**************PAGE-3********************/
.page-3 header{

}
.main-logo-svg-3{
    position: absolute;
    height: 260px!important;
    width: 635px!important;
    z-index: 4;
    top: 62px;
    left: 63px;
}
.intro-text-3{
    padding-top: 0px!important;
    padding-bottom: 0px!important; 
}
.intro-text-3 .intro-lead-in-3 > div .tagline-1,
.intro-text-3 .intro-lead-in-3 > div .tagline-2{
    margin-left: 0px!important;
    font-size:20px;
    -webkit-text-stroke: 0px transparent;
    -webkit-text-stroke: 0px white;
}
/***************PAGE-4*****************/
.page-4 header{
}
.main-logo-svg-4{
    position: absolute;
    height: 260px!important;
    width: 635px!important;
    z-index: 4;
    top: 49px;
    left: 63px;
}
.intro-text-4{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.intro-text-4 .intro-lead-in-4 > div .tagline-1,
.intro-text-4 .intro-lead-in-4 > div .tagline-2{
    margin-left: 0px!important;
    font-size:20px;
    -webkit-text-stroke: 0px transparent;
    -webkit-text-stroke: 0px white;
}
.songdex-inner img{
    height: auto!important;
    margin-bottom: 10px;
    margin: 0px auto;
}
.main-logo-svg{
    display:none;
}
.tagline-1, .tagline-2 {
    font-size: 22px;
    text-align: center;
    margin: 0px auto;
}
/****************************************************************/
/***********************END JUMBOTRON IMAGES*********************/
/****************************************************************/
.tagline-1, 
.tagline-2 {
    font-size: 25px!important;
    line-height: 22px;
}
.footer span{
    padding: 0px 5px 0px 5px;
}
.songdex-inner p:nth-child(2){
    text-align:left;
}
.songdex-inner p:nth-child(3){
    text-align:left;
    margin-left: 0px;
}
#about svg{
    display:none;
}
.hidden-section{
    padding-top:96px;
}
section {
    padding: 96px 0;
}
.navbar>.container .navbar-brand{
    margin-left:0px;
}
.footer td{
    white-space: nowrap;
    display: -webkit-inline-box;
    display: inline-block; 
}
.hidden-section{
    padding-top:45px;
}
section {
    padding: 45px 0;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none!important;
} 
#back-to-top {
    display:none!important;
}
.li-inner a{
    color:#333!important;
}

.dropdown-menu>.active>a:hover{
    background:#f5f5f5;
}
.dropdown-menu>.active>a{
    background:none!important;
}
.dropdown-menu .active:hover{
    background:#f7f7f7!important;
    /* background:pink!important;*/
}
.panel-heading .panel-title{
    text-transform: none; 
}
#faq a{
    color: #1381DF;
}
#faq h4 a{
    color: #777;
}
.answer{
    font-size: 14px;
}
.navbar-nav .open .dropdown-menu,
.dropdown-menu{
    background:white;
}
.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

#forgot-pw-link{
    text-decoration: underline;
    cursor: pointer;
    color: #337ab7;
    /* border: 1px solid red; */
    padding: 10px 5px;   
}
#forgot-pw-link:hover{
    color: #23527c;   
}
#create-account-text{
    margin-bottom:0px;
}
#create-account-subtext{
       line-height: 15px;
    font-size: 12px!important;
    text-decoration: initial;
    text-rendering: optimizeLegibility;
    font-style: italic;
    /*border: 1px solid red;*/ 
    width: 65%;
    margin: 0px auto;
    float: none;
    margin-bottom: 10px;
}
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/
/*                                                                              568                                                                         */
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/

@media (min-width:568px) {
    .timeline:before {
        height: 69%;
    }     
}
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/
/*                                                                              767                                                                          */
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/


@media (min-width:767px) {
    .hidden-section{
        padding-top:74px;
    }
    section {
        padding: 74px 0;
    }
    .panel-default>.panel-heading,
    .panel-default{
        border: none;
        background: none;
        box-shadow: none;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body{
        border: 1px solid #dddddd;
        background:white;
    }
    #loginCreate {
        min-width: 767px!important;
    }
    .navbar-nav{
        float:none!important;
    }
}
    /*************************************************************************************************************************************************************/
    /*************************************************************************************************************************************************************/
    /*                                                                              768                                                                          */
    /*************************************************************************************************************************************************************/
    /*************************************************************************************************************************************************************/

@media (min-width:768px) {

        #bs-example-navbar-collapse-1{
        padding-top: 5px;
    }
    .main-logo-svg{
        display:block;
    }
    logo-navbar{
        display:none;
    }
    #logo-jumbotron svg:not(:root){
        display:none;
    }
    .tagline-1, 
    .tagline-2 {
        font-size: 28px!important;
        line-height: 29px;
    }
    .songdex-inner p:nth-child(2){
        text-align:left;
    }
    .songdex-inner p:nth-child(3){
        text-align:left;


    }   
    /**************************************************************/
    /*                          TIMELINE                          */
    /**************************************************************/
    .timeline > li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }
    .timeline > li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: "";
        width: 2px;
        background-color: #f1f1f1;
        left: 40px;
        margin-left: -1.5px;
    }
    .timeline:before {
        left: 50%;
        height: 64%;
    }

    /************************************************/
    /*                  END TIMELINE                */
    /************************************************/

    #about .container svg:not(:root) {
        width: 208px!important;
        height: 94px;
    }
    .tagline-1, .tagline-2 {
        font-size: 36px!important;
        line-height: 45px;
    }
    .songdex-inner p:nth-child(2), 
    #cuesheets p, 
    p{
        font-size: 1.7rem;
    }
    .songdex-inner p:nth-child(2){
        text-align:left;
    }
    .songdex-inner p:nth-child(3){
        text-align:left;

    }

    .nav>li>a {
        padding: 10px 4px;
        font-size: 1.1rem;
    }
    .hidden-section{
        padding-top:44px;
    }
    section {
        padding: 44px 0;
    }
}
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/
/*                                                                              992                                                                          */
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/

@media (min-width:992px) {
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .songdex-inner p{
        text-align: left;
    }
    .tagline-1, .tagline-2 {
        font-size: 35px!important;
        line-height: 48px;
    }
    section h3.section-subheading {
        max-width: 723px;
        margin-left: auto;
        margin-right: auto;
    }
    .timeline:before {
        height: 78%;
    }
    .nav>li>a {
        padding: 10px 8px;
        font-size: 1.5rem;
    }
    .hidden-section{
        padding-top:74px;
    }
    section {
        padding: 74px 0;
    }
}
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/
/*                                                                              1200                                                                         */       
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/

@media (min-width:1200px) {
    #logo-jumbotron svg:not(:root){
        display:block;
    }
    /****************************************************/
    /*                      NAVBAR                      */
    /****************************************************/
    .navbar-default {
        padding:10px 0;
        padding-bottom:0px;

    }
    #logo-navbar {   
        display:none;
    }
    .navbar-default .navbar-brand img,
    .navbar-default .navbar-brand svg:not(:root) {
        width:129px;    
        margin: -4px 0px 0px 0px;
        height: auto;
        /*    margin-top: 31px!important;*/

    }
    .navbar-default.navbar-shrink {
        padding:10px 0;
    }
    .navbar-default .navbar-collapse {
        background-color: transparent; 
    } 
    #bs-example-navbar-collapse-1{
        border-color:rgba(255,255,255,.02);
        background-color:transparent;

    }
    .container>.navbar-collapse{
        margin-right: -15px;
        margin-left: -15px;
    }
    .nav>li>a {
        padding: 10px 15px;
    }
    /***************************************************/
    /*                 END NAVBAR                      */
    /***************************************************/    


    /****************************************************/
    /*                      HEADER                      */
    /****************************************************/
    header .intro-text {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    header .intro-text .intro-lead-in > div{
        line-height: 68px;
    }

    header .intro-text .intro-lead-in > div + div{
        margin-left: 320px;   
    }
    /********************************************************/
    /*                      END HEADER                      */
    /********************************************************/ 

    /********************************************************/
    /*                      SECTION                         */
    /********************************************************/
    section {
        padding:96px 0
    }
    section h3.section-subheading {
        font-size: 20px;
        max-width: 750px;
        margin-bottom: 75px;
        margin-bottom: 75px;
    }
    /********************************************************/
    /*                      END SECTION                     */
    /********************************************************/ 

    /********************************************************/
    /*                    TIMELINE                          */
    /********************************************************/
    .timeline p{
        font-size:1.8rem;
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float:right;
        text-align:left;
        padding:0 100px 20px 20px
    }
    .timeline:before {
        left:50%;
        height: 82%;
    }
    .timeline>li {
        margin-bottom:100px;
        min-height:100px
    }
    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    /************************************************/
    /*                  END TIMELINE                */
    /************************************************/

    /************************************************/
    /*          Jumbotron Images                    */
    /************************************************/

    /****************PAGE-1*******************/
    .main-container-1{
        background-color: rgba(0, 0, 0, .2)!important;
    }
    .main-logo-svg-1{
        position: absolute;
        height: 260px!important;
        width: 500px!important;
        z-index: 4;
        top: -50px;
        left: 80px;
    }
    .intro-text-1{
        padding-top: 374px!important;
        padding-bottom: 28px!important;
    }
    .intro-text-1 .intro-lead-in-1 > div .tagline-1{
        margin-left: 20px!important;
    }
    .intro-text-1 .intro-lead-in-1 > div .tagline-2{
        margin-left: 114px!important;
    }
    /****************PAGE-2*******************/

    .page-2 header{
        background-position: 61% 136%!important;
    }
    .main-logo-svg-2{
        position: absolute;
        height: 260px!important;
        width: 635px!important;
        z-index: 4;
        top: 65px;
        left: 63px;
    }

    .intro-text-2{
        padding-top: 378px!important;
        padding-bottom: 86px!important;
    }
    .intro-text-2 .intro-lead-in-2 > div .tagline-1{
        margin-left: -679px!important;
        -webkit-text-stroke: 1px #6B90A2;
        color: #6B90A2;
    }
    .intro-text-2 .intro-lead-in-2 > div .tagline-2{
        margin-left: -620px!important;
        -webkit-text-stroke: 1px #6B90A2;
        color: #6B90A2;
    }
    /**************PAGE-3********************/
    .page-3 header{

    }
    .main-logo-svg-3{
        position: absolute;
        height: 260px!important;
        width: 635px!important;
        z-index: 4;
        top: 62px;
        left: 63px;
    }
    .intro-text-3{
        padding-top: 378px!important;
        padding-bottom: 86px!important;
    }
    .intro-text-3 .intro-lead-in-3 > div .tagline-1{
        margin-left: 60px!important;
    }
    .intro-text-3 .intro-lead-in-3 > div .tagline-2{
        margin-left: 111px!important;
    }
    /***************PAGE-4*****************/
    .page-4 header{
    }
    .main-logo-svg-4{
        position: absolute;
        height: 260px!important;
        width: 635px!important;
        z-index: 4;
        top: 49px;
        left: 63px;
    }
    .intro-text-4{
        padding-top: 281px!important;
        padding-bottom: 118px!important;
    }
    .intro-text-4 .intro-lead-in-4 > div .tagline-1{
        margin-left: 60px!important;
        font-size: -webkit-xxx-large;
    }
    .intro-text-4 .intro-lead-in-4 > div .tagline-2{
        margin-left: 111px!important;
        font-size: -webkit-xxx-large;
    }
    /****************************************************************/
    /***********************END JUMBOTRON IMAGES*********************/
    /****************************************************************/
    .tagline-1,
    .tagline-2{
        font-size:40px!important;
    } 
    .songdex-inner p{
        text-align:left;
    }

    .songdex-inner p:nth-child(2), 
    #cuesheets p,
    p,
    .bullet-points{
        line-height:1.75;
        font-size: 1.8rem;
    }

    .songdex-inner p:nth-child(2), 
    #cuesheets p{
        padding-top:40px;
        /*    font-size:20px;*/
    }
    .songdex-inner p:nth-child(2){
        padding-top:40px;
    }
    .navbar-default .navbar-toggle {
        background-color:#222;
    }
    .hidden-section{
        padding-top:76px;
    }
    section {
        padding: 76px 0;
    }

}/*<<<<<<<<<<<<<<<<<<<<*DO NOT REMOVE THIS CURLY BRACKET*/

@media (min-width:1294px) {
    #bs-example-navbar-collapse-1 {

        /*    border-color: rgba(255,255,255,.02);
            background-color: #333;
            background-color: transparent;*/
    }
    
@media screen and (min-width: 320px){
    border: 1px solid red;
}


