.issue-intro-section {
    margin-bottom: 70px;
}

.readissue {
    color: #FFF;
    margin-top: 10px;
    padding: 8px 16px;
    background: #336da8;
    text-align: center;
    cursor: pointer;
}        

.coverIssue {
    background: #888;
    cursor: pointer;
}  

.coverWidthx {
    width: 450px;
}

.tocHeader h1 {
}            
.tocHeader p {
    font-style:italic;
    font-size:1.2rem;
    padding-bottom: 40px;
}

.tocWrap {
    display: table;
    font-size: 1.4rem;
    line-height: 1.8rem;               
}

.tocWrap a {
    color: #336da8;
}
.tocWrap a:hover {
    color: #bb8b1a;
    text-decoration: none;
}

.tocEntry {
    display: table-row; 
}
.tocPage {
    display: table-cell;
    padding: 10px 20px 10px 0;
    text-align:right;

}
.tocTitle {
    display: table-cell;
    padding: 10px 0;

}
.tocAuthor, .tocAuthor a {
    font-style: italic;
    font-size: 1.2rem;
    color: #555;
}            


.magIssue {
    color: #999;
}
.magTitle h1 {
    margin-top: -12px;
    line-height: 55px;
    padding-bottom: 30px;
}

.img-preview {
    width: 200px;
    height: 260px;
    margin-bottom: 20px;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 70%;
    max-height : 70%;
    margin: 0;
}
.fancybox-button.fancybox-button--thumbs, .fancybox-button.fancybox-button--play {
    display: none;
}
@media (max-width: 1200px) {
    .fancybox-slide--iframe .fancybox-content {
        max-height : 90%;
        max-width  : 100%;
    }
}            



.btn-issue-nav, .btn-issue-end, .btn-archive-nav, .btn-archive-end {
    width: 36px;
    height: 36px;
    background-color: #5e93c9;
    color:#fff;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    text-align: center;
    z-index: 1000;
}

.xbtn-issue-nav, .xbtn-issue-end {
    width: 36px;
    height: 36px;
    background-color: #5e93c9;
    display: inline-block;
    padding: 5px 10px;
    z-index: 1000;
    text-align: center;
}


a.btn-issue-nav:hover {
    background-color: #7ca6d2;
    color:#fff;
}

.btn-issue-nav .fa-chevron-left, .btn-issue-nav .fa-chevron-right, .btn-issue-nav .fa-question, .btn-archive-nav .fa-chevron-left, .btn-archive-nav .fa-chevron-right,  .btn-archive-nav .fa-chevron-up {
    color: #fff;
}
.btn-issue-end, .btn-archive-end {
    color: #336da8;
}
.tour-button-col {
    display:inline;
    margin: 0 5px;
}

.archive-nav-up-col {
    display:inline;
    margin: 0 8px;
}


#member-login.fancybox-content {
    width: 440px;
    padding: 24px 44px 0 44px;
}

#member-welcome.fancybox-content {
    width: 515px;
    padding: 35px 25px;
    line-height: 26px;
    font-size: 20px;
    z-index: 3347483646 !important;

}            
.fancybox-container {
    z-index: 3347483646 !important;
}

.modal-left {
    color: #fff;
    padding: 0 20px;
    background-color: blue;
}

.modal-right {
    padding: 0 20px;
}

.modal-title {
    font-size: 30px;
    font-weight: 400;
    color: #555;
}
.modal-desc {
    margin: 6px 0 30px 0;
}
.input-block {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: 0.3s;
}            
.input-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #000;
    transition: 0.3s;
}
.input-block input {
    outline: 0;
    border: 0;
    padding: 4px 0 0;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
}
.input-button {
    padding: 8px 12px;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 4px;
    background: #5e93c9;
    transition: 0.3s;
    cursor: pointer;            
}
.modal-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sign-up {
    font-size: 15px;
    text-align: center;
}


.modal-buttons a, .sign-up a {
    color: #336da8;
}
.modal-buttons a:hover {
    color: #bb8b1a;
    text-decoration: none;
}


@media screen and (min-width: 1405px) {
    .magTitle h1 {

        padding-bottom: 0px;
    }
    .img-preview {
        width: 228px;
        height: 292px;
        margin: 22px 0;
    }
}

@media screen and (max-width: 1200px) {
    .magTitle h1 {

        padding-bottom: 0px;
    }
    .img-preview {

        width: 200px;
        height: 236px;


        margin: 10px 0;

    }
}

@media screen and (max-width: 992px) {
    .tour-button-col {
        display:none;
        margin: 0 5px;
    }

    .topHeadingHead img {
        padding: 0 62px;
    } 
    .topHeadingHead nav {
        display:none;
    }
    .img-preview {
        width:unset;
        height: unset;
        margin: 10px 0 5px 0;

    }
    .magTitle h1 {
        line-height: 40px;
        padding-bottom: 0px;
    }
   
}

@media screen and (max-width: 767px) {

    .issue-intro-section {
        margin-bottom: 25px;
    }

    #read-issue {
        margin-bottom: 60px;
    }

    #issue-preview-pages {
        text-align:center;
    }

    .img-preview {
        width:unset;
        height: unset;
        margin: 20px 0;

    }
}

@media screen and (max-width: 572px) {
    .topHeadingHead img {
        padding: 0 30px;
    } 

    .img-preview {
        width:unset;
        height: unset;
        margin: 30px 0;

    }
}