@font-face {
    font-family: century;
    src: url(../fonts/GOTHIC.TTF);
}

@font-face {
    font-family: newscycle;
    src: url(../fonts/NewsCycle-Regular.ttf);
}

@font-face {
    font-family: newscyclebold;
    src: url(../fonts/NewsCycle-Bold.ttf);
}


html {
    font-family: century;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: newscycle;
    letter-spacing: .5px;
}

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    img.bg {
        left: 50%;
        margin-left: -512px;
    }
}


.whitebg {
    background-image: url(../img/whitebg.png);
    background-repeat: repeat;
    width: 80%;
    margin-left: 10%;
    border-top: 2px solid #f9a25d;
    min-height: 620px;
    float: left;
}
/*.whitebg {
   background-image: url(../img/whitebg.png);
    background-repeat: repeat;
     height: 80.1%; 
     min-height: 80%; 
     position: absolute; 
     top: 0; 
     left: 0; 
     bottom: 0; 
    width: 80%;
    margin-left: 10%;
     margin-top: 82px; 
    border-top: 3px solid #572d88;
}*/



.stelaralogo {
    margin-left: 0px;
    margin-top: 22px;
}

.navbar-nav {
    background-color: #b086e0;
    padding-left: 0px;
    margin-top: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #572d88;
    font-size: 15px;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .navbar-nav {
        position: absolute;
        width: 82%;
    }
}

@media screen and (min-width: 1024px) {

    .navbar-default .navbar-nav > li > a {
        color: #006227;
        font-size: 16px;
        font-weight: bold;
        height: 0px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #006227;
        font-size: 16px;
        font-weight: bold;
        background-color: #f9a25d;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-nav {
        background-color: transparent;
        margin-top: 0px;
        margin-bottom: -1px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #006227;
        font-size: 16px;
        font-weight: bold;
        height: 40px;
    }
}

@media screen and (min-width: 1131px) {
    .navbar-nav {
        background-color: transparent;
        margin-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .stelaralogo {
        margin-left: 0px;
        margin-top: 12px;
    }
}

.footercontainer {
    width: 80%;
    min-height: 94px;
    float: left;
    margin-left: 10%;
    background-image: url('../img/footerbg.png');
    border-top: 2px solid #f9a25d; /*#8dcdcd;*/
}

.menufooter {
    width: 100%;
    height: 35px;
    text-align: center;
    margin-top: 10px;
    padding-top: 6px;
}

.footerlink {
    font-size: 14px;
    color: #006227; /*#572d88;*/
    padding-right: 20px;
}

    .footerlink:hover {
        color: #000;
    }

.copyrighttxt {
    text-align: center;
    font-size: 12px;
    color: #006227; /*#572d88;*/
    padding-top: 13px;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    margin-top: 10%;
}

.loginmodal-container {
    padding: 0px;
    max-width: 350px;
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 24px;
        font-family: newscycle;
        color: #393939;
        text-align: left;
        font-weight: bold;
        line-height: 28px;
    }

    .loginmodal-container input[type=text], input[type=password] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        /* border-radius: 2px; */
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
        position: relative;
    }

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #006227;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #4b415a;
}

    .loginmodal-submit:hover {
        background-color: #fff;
        border: 2px solid #006227;
        color: #006227;
    }

.welcometxt {
    text-align: left;
    font-size: 28px;
    color: #006227;
    padding-top: 5px;
    padding-left: 30px;
    padding-top: 50px;
    font-weight: bold;
}

.contenttxt {
    text-align: left;
    font-size: 16px;
    color: #282828;
    padding-top: 5px;
    padding-left: 25px;
    padding-top: 25px;
    font-weight: normal;
    margin-bottom: 80px;
    width: 97%;
}

.addtxt {
    text-align: center;
    margin-bottom: 95px;
    padding-top: 15px;
}


.jassanlogo {
    margin-top: 22%;
    margin-left: 80px;
}

.jassanlogoforgot {
    margin-top: 20%;
}

@media screen and (max-width: 991px) {
    .jassanlogo {
        margin-top: 0px;
    }

    .jassanlogoforgot {
        margin-top: 60%;
    }
}


@media screen and (min-width: 991px) {
    .addtxt {
        text-align: center;
        margin-bottom: 95px;
        padding-top: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1150px) {

    .addtxt {
        text-align: center;
        margin-bottom: 95px;
        padding-top: 15px;
        width: 337px;
        padding-left: 108px;
    }
}


#artiststhumbnail {
    overflow: hidden;
}

    #artiststhumbnail a img {
        display: block;
        margin: auto;
    }


.Div-headings {
    border-bottom: 0px solid #e5e5e5;
    margin: 10px 0px;
    color: #562d87;
    padding: 5px 25px;
}

.red-Color {
    color: red;
}

.searchcontainer {
    float: right;
    margin-top: 29px;
    margin-right: 10px;
    width: 250px;
    margin-bottom: 13px;
}

.searchtopbut {
    float: right;
    right: 0;
    top: 0;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 13px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}


.subheading {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 16px;
    color: #000;
    padding-top: 5px;
    padding-left: 6px;
    padding-top: 5px;
    font-weight: bold;
}

.tabletopheader {
    background-color: #006227 !important;
    color: #fff;
    font-size: 14px;
    font-family: newscycle;
}

.tabletdfirst {
    background-color: transparent !important;
    color: #393939;
}

.pagination-container {
    margin-bottom: 35px;
}

.margin_bottom-30px {
    margin-bottom: 30px;
}




.topheadertxtpadding {
    color: #006227;
    padding-top: 8px;
    float: right;
    width: 65%;
    text-align: right;
    position: absolute;
    right: 0;
    margin-right: 10%;
    z-index: 9999;
}

@media screen and (max-width: 1023px) {
    .topheadertxtpadding {
        color: purple;
        padding-top: 8px;
        float: right;
        width: 65%;
        text-align: right;
        position: absolute;
        right: 0;
        margin-right: 16%;
        z-index: 9999;
    }
}


.stelaralogo {
    margin-left: 0px;
    margin-top: 24px;
    background-image: url(../img/stelara-logo.png);
    background-repeat: no-repeat;
    width: 250px;
    height: 48px;
}

@media screen and (max-width: 1110px) {
    .stelaralogo {
        margin-left: -11px;
        margin-top: 24px;
        background-image: url(../img/stelara-logo.png);
        background-repeat: no-repeat;
        width: 180px;
        height: 48px;
    }
}

.Content-middle {
    font-size: 20px;
    color: #393939;
}

.padding-right-5px {
    padding-right: 5px !important;
}

.padding-left-5px {
    padding-left: 5px !important;
}

.padding-leftRight-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
