﻿/* 
	01. Global
	02. Bootstrap & JS Overrides
	03. Header & Navigation
	04. Home
	05. Subpages
	06. Footer
	07. Widgets
	08. Forms
    09. Modals
*/

@import url("fonts.css");

/* -------------------------------------
    01. GLOBAL
   ------------------------------------- */

body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 1.2em;
    overflow: hidden;
}

a {
    color: #0893b5;
}

h1, .h1 {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    font-style: normal;
}

h2, .h2 {
    font-family: 'Playfair Display', Georgia, Cambria, Times, "Times New Roman", serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}

h3, .h3 {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h4, .h4 {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2em;
}

h5, .h5 {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7b7a7a;
}

    h5.white, .h5.white {
        color: #fff;
    }

@media(max-width: 767px) {

    h1, .h1 {
        font-size: 40px;
    }

    h2, .h2 {
        font-size: 24px;
    }
}

p {
    line-height: 1.4;
    margin-bottom: 1.4em;
}

    p.white {
        color: #fff;
    }

.spacer10 {
    padding: 5px;
}

.spacer20 {
    padding: 10px;
}

.spacer30 {
    padding: 15px;
}

.spacer40 {
    padding: 20px;
}

.spacer50 {
    padding: 25px;
}

.spacer60 {
    padding: 30px;
}

.spacer70 {
    padding: 35px;
}

.spacer80 {
    padding: 40px;
}


.blue {
    background-color: #1d3f49;
}

.ltblue {
    background-color: #0893b5;
}

.dark {
    background-color: #242424;
}

.dkgray {
    background-color: #414040;
}

.gray {
    background-color: #6b6b6b;
}

.ltgray {
    background-color: #f4f3f1;
}

.text-white, .white {
    color: #fff;
}


.no-padding {
    padding: 0 !important;
}

.no-border {
    border: 0;
}

.clear {
    clear: both;
}

.float-right {
    float: right;
}

.list-inline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}


    .list-inline > li {
        display: inline-block;
        padding: 0;
    }

a.videolink {
    display: inline-block;
    position: relative;
}

    a.videolink span {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url("/assets/img/btn_play.png") no-repeat;
        background-position: 50% 50%;
        background-size: auto;
    }




.buy_select {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 220px;
    height: 40px;
    margin: 0 0 10px;
    text-align: left;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    z-index: 200;
    transition: all .2s;
}



    .buy_select > .btn {
        width: calc(100% - 45px) !important;
        text-align: left;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        margin: 0;
        margin-top: 0;
        transition: all .2s;
        border: 0;
    }



    .buy_select .buy_go-link:after {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        display: block;
        pointer-events: none;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid;
    }

    .buy_select.active .buy_go-link:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 0 solid;
        border-bottom: 7px solid;
    }



    .buy_select .buy_go-link {
        display: block;
        right: 0;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 44px;
        background-color: #0893b5;
        z-index: 10;
        color: #fff;
        text-decoration: none;
        transition: all .2s;
    }

        .buy_select .buy_go-link:hover, .buy_select:hover .buy_go-link, .buy_select:hover > .btn {
            background-color: #fff;
            color: #0893b5;
            border: 0;
        }

    .buy_select.select-white .buy_go-link, .buy_select.select-white .buy_go-link, .buy_select.select-white > .btn {
        background-color: #fff;
        color: #0893b5;
        border: 0;
    }

.kids-nav .buy_select {
    width: 290px;
    max-width: 100%;
    margin: 10px 15px 10px 0;
}

    .kids-nav .buy_select .btn {
        margin: 0;
    }

.kids-nav .btn {
    margin: 10px 0;
}




.buy-now_link {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    z-index: 25;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 273px;
    overflow-y: scroll;
    opacity: 0;
    transition: all .2s;
    pointer-events: none;
}

.buy_select.active .buy-now_link {
    opacity: 1;
    pointer-events: all;
}

.buy-now_link > li {
    color: #fff;
    display: block;
    padding: 0;
    height: auto;
    width: 100%;
    white-space: normal;
    margin: 0;
}

    .buy-now_link > li:first-child > a {
    }

    .buy-now_link > li > a {
        padding: 8px 21px;
        color: #fff;
        background-color: #151515;
        border-bottom: 1px solid #545352;
        display: block;
        transition: all .15s;
        font-size: 16px;
    }

        .buy-now_link > li > a:hover {
            background-color: #e4ed4d;
            color: #151515;
            text-decoration: none;
        }

.buy-now_link::-webkit-scrollbar {
    width: 8px;
}

.buy-now_link::-webkit-scrollbar-track {
    background-color: #232323;
}

.buy-now_link::-webkit-scrollbar-thumb {
    background: #545352;
}

.feat-990 .buy-now_link::-webkit-scrollbar-thumb:window-inactive {
    background: #545352;
}


.breadcrumb-container {
    margin-top: -60px;
    margin-bottom: 60px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

    .breadcrumb > li + li:before {
        padding: 0 5px 0 10px;
    }

    .breadcrumb > li {
        font-size: 15px;
    }

        .breadcrumb > li > a {
            color: #7b7a7a;
        }

@media (max-width: 1191px) {
    a.videolink span {
        background-size: 25%;
    }
}

@media (max-width: 991px) {
    a.videolink span {
        background-size: 25%;
    }
}

@media (max-width: 767px) {
    a.videolink span {
        background-size: auto;
    }
}

@media (max-width: 481px) {
    a.videolink span {
        background-size: 25%;
    }
}

a.editLink {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 50px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 6;
    background-color: #e53329;
    color: #ffffff;
    visibility: visible;
    text-align: center;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 60px;
    -moz-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

    a.editLink:hover,
    a.editLink:active,
    a.editLink:focus {
        background-color: #a0140c;
        color: #ffffff;
    }

    a.editLink span {
        display: block;
        width: 100%;
        float: left;
        position: relative;
        top: 50%;
        margin-top: -8px;
        text-align: center;
    }

@media (max-width: 991px) {
    .spacer20 {
        padding: 5px;
    }

    .spacer30,
    .spacer40 {
        padding: 10px;
    }

    .spacer50,
    .spacer60 {
        padding: 15px;
    }

    .spacer70,
    .spacer80 {
        padding: 20px;
    }
}

/* Article Listing */
.article {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.4;
}

.article_headline {
    margin-top: 0;
    margin-bottom: 6px;
}

    .article_headline a {
        color: #0893b5;
        font-weight: 700;
    }

.article-list_headline {
    margin-top: 0;
    margin-bottom: 35px;
    color: #222;
}

    .article-list_headline .article-list_view-all {
        float: right;
        margin-top: 15px;
        padding-left: 50px;
        padding-right: 50px;
        width: auto;
    }

.article-list_view-all:focus {
    border-color: #0893b5;
    color: #0893b5;
}

    .article-list_view-all:focus:hover {
        border-color: #242424;
        color: #242424;
    }


.article-list {
    margin-bottom: 60px;
}

.date {
    font-size: 14px;
    color: #6b6b6b;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Video Listing */

.video-item {
    /*width: 100%;*/
    margin-bottom: 25px;
}

    .video-item h4 {
        font-size: 17px;
        font-weight: 400;
    }


/* Pagination */
.pagination {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 16px;
}

    .pagination:first-child {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 0;
    }

        .pagination > li:last-child > a.pageNext {
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            padding-right: 25px;
        }

    .pagination > li:first-child > a.pagePrevious {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding-left: 25px;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #0893b5;
        border-color: #0893b5;
    }

    .pagination > li > a, .pagination > li > span {
        color: #666666;
        padding: 8px 20px;
    }

    .pagination .previous {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination .next {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-radius: 0;
    }

hr.yellow {
    border-top: 8px solid #e4ed4d;
    margin-top: 35px;
    margin-bottom: 35px;
}

/* -------------------------------------
    02. BOOTSTRAP & JS OVERRIDES
   ------------------------------------- */

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*overflow: hidden;*/
}

.equalHMVWrap {
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

    .equalHMVWrap.container:before,
    .equalHMVWrap.container:after,
    .equalHMVWrap.row:before,
    .equalHMVWrap.row:after {
        content: normal;
    }

.wp-caption .alignright {
    float: left;
}

.img-responsive {
    display: inline-block;
}


.container-full {
    margin: 0 auto;
    width: 100%;
}

.row.no-padding {
    margin: 0;
}

    .row.no-padding > [class^="col"] {
        padding: 0;
    }

.btn {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 2px;
    width: 220px;
    height: 40px;
    border: 1px solid;
    border-radius: 25px;
    white-space: nowrap;
    margin: 0 0 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .15s;
    max-width: 100%;
    padding: 6px 21px;
    white-space: nowrap;
}

.btn-solid {
    background-color: #0893b5;
    border-color: #0893b5;
    color: #fff;
}

    .btn-solid:hover,
    .btn-solid:active,
    .btn-solid:focus {
        background-color: #fff;
        border-color: #fff;
        color: #0893b5;
    }

    .btn-solid.lite:hover,
    .btn-solid.lite:active,
    .btn-solid.lite:focus {
        background-color: #242424;
        border-color: #242424;
        color: #fff;
    }

    .btn-solid.black {
        background-color: #242424;
        border-color: #242424;
        color: #fff;
    }

        .btn-solid.black:hover,
        .btn-solid.black:active,
        .btn-solid.black:focus {
            background-color: #0893b5;
            border-color: #0893b5;
            color: #fff;
        }

        .btn-solid.black.inverse:hover,
        .btn-solid.black.inverse:active,
        .btn-solid.black.inverse:focus {
            background-color: #fff;
            border-color: #fff;
            color: #242424;
        }

    .btn-solid.white {
        background-color: #fff;
        border-color: #fff;
        color: #0893b5;
    }

        .btn-solid.white:hover,
        .btn-solid.white:active,
        .btn-solid.white:focus {
            background-color: #242424;
            border-color: #242424;
            color: #fff;
        }

.btn-outline {
    background-color: transparent;
    border-color: #0893b5;
    color: #0893b5;
}

    .btn-outline.inverse {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
    }

    .btn-outline:hover,
    .btn-outline:active,
    .btn-outline:focus {
        background-color: #fff;
        border-color: #fff;
        color: #0893b5;
    }

    .btn-outline.dark:hover,
    .btn-outline.dark:active,
    .btn-outline.dark:focus {
        background-color: #0893b5;
        border-color: #0893b5;
        color: #fff;
    }

    .btn-outline.inverse.dark:hover,
    .btn-outline.inverse.dark:active,
    .btn-outline.inverse.dark:focus {
        background-color: #242424;
        border-color: #242424;
        color: #fff;
    }



button.btn {
    width: 120px;
    margin-bottom: 0;
    text-transform: uppercase;
}

button.btn-thriller {
    background-color: #242424;
    border-color: #242424;
    color: #fff;
}

.btn-thriller:hover,
.btn-thriller:active, .btn-thriller:focus {
    background-color: #6b6b6b;
    border-color: #6b6b6b;
    color: #fff;
}

button.btn-kids,
button.btn-invisible-army,
.homepage .kids-book_sign-up .btn-thriller {
    background-color: #0893b5;
    border-color: #0893b5;
    color: #fff;
}

    .btn-kids:hover,
    .btn-kids:active,
    .btn-kids:focus,
    .btn-invisible-army:hover,
    .btn-invisible-army:active,
    .btn-invisible-army:focus,
    .homepage .kids-book_sign-up .btn-thriller:hover,
    .homepage .kids-book_sign-up .btn-thriller:focus {
        background-color: #6b6b6b;
        border-color: #6b6b6b;
        color: #fff;
    }

button.btn-secrets {
    background-color: #e4ed4d;
    border-color: #e4ed4d;
    color: #000;
}

.btn-secrets:hover,
.btn-secrets:active,
.btn-secrets:focus {
    background-color: #6b6b6b;
    border-color: #6b6b6b;
    color: #fff;
}

.input-group {
    width: 100%;
}

    .input-group .form-control {
        border: 1px solid #ccc;
        height: 40px;
        padding: 0 30px;
        border-radius: 25px 0 0 25px;
    }

    .input-group input {
        font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: none;
    }

#Email_Thriller::-webkit-input-placeholder,
#Email_Kids::-webkit-input-placeholder,
#Email_InvisibleArmy::-webkit-input-placeholder {
    text-transform: uppercase;
}

#Email_Thriller:-moz-placeholder,
#Email_Kids:-moz-placeholder,
#Email_InvisibleArmy:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}

#Email_Thriller::-moz-placeholder,
#Email_Kids::-moz-placeholder,
#Email_InvisibleArmy::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}


#Email_Thriller:-ms-input-placeholder,
#Email_Kids:-ms-input-placeholder,
#Email_InvisibleArmy:-ms-input-placeholder {
    text-transform: uppercase;
}

#sb-site .at-share-btn {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 2px;
    width: 220px;
    height: 40px;
    border: 1px solid;
    border-radius: 25px !important;
    white-space: nowrap;
    margin: 0 0 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .15s;
    max-width: 100%;
    padding: 6px 21px;
    white-space: nowrap;
    background-color: #0893b5 !important;
    border-color: #0893b5;
    color: #fff;
    margin-top: 10px;
}



.atm-i {
    text-transform: uppercase;
    width: 220px;
}

@media (max-width: 767px) {
    .flexbox {
        display: block;
    }
}



/* -------------------------------------
    03. HEADER & NAVIGATION
   ------------------------------------- */

header {
    position: relative;
    z-index: 800;
}

    header.dark {
        background-color: transparent;
    }

.topnav {
    padding: 0 40px;
}

.main-nav ul > li.active.dropdown-open > a:after {
    opacity: 0;
    transition: opacity .3s, transform 0s .4s;
    transform: translateY(6px);
    z-index: 800;
}

.main-nav svg {
    margin-top: 40px;
    transition: all .3s;
}

@media(max-width: 991px) {
    .main-nav svg {
        margin-top: 20px;
        margin-bottom: 19px;
    }

    .topnav {
        padding: 0 20px;
    }
}

@media(max-width: 767px) {


    .topnav {
        padding: 0 15px;
    }
}

.main-nav ul > li:hover > ul.dropdown-menu,
.main-nav ul > li.dropdown-open > ul.dropdown-menu,
.main-nav ul > li > a:focus + ul.dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    transition: all .5s cubic-bezier(.07,.99,.49,.99);
    transform: translateY(10px);
}

ul.dropdown-menu {
    display: block;
    opacity: 0;
    border-radius: 0;
    transform: translateY(15px);
    position: absolute;
    background-color: transparent;
    color: #fff;
    transition: opacity .2s, transform 0s .4s;
    pointer-events: none;
    margin: 0;
    border: 0;
    padding: 0;
    float: none;
    z-index: 800;
}

.main-nav ul.dropdown-menu > li:first-of-type > a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 27px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 8px solid #151515;
    transition: all .15s;
}

.main-nav ul.dropdown-menu > li:first-of-type > a:hover:after,
.main-nav ul.dropdown-menu > li:first-of-type > a:focus:after,
.main-nav ul.dropdown-menu > li.active:first-of-type > a:after {
    border-bottom: 8px solid #e4ed4d;
}

.main-nav ul.dropdown-menu > li {
    color: #fff;
    display: block;
    background-color: #151515;
    padding: 0;
    font-weight: 800;
    border-bottom: 1px solid #545352;
    height: auto;
    line-height: 1.4;
    width: 100%;
    white-space: normal;
    margin: 0;
}

    .main-nav ul.dropdown-menu > li > a {
        color: #fff;
        padding: 15px 20px 15px 20px;
        font-weight: 500;
        font-size: 14px;
        transition: all .15s;
        display: block;
    }

        .main-nav ul.dropdown-menu > li > a:hover,
        .main-nav ul.dropdown-menu > li > a:focus {
            background-color: #e4ed4d;
            color: #000;
        }

.main-nav ul.dropdown-menu > .active > a,
.main-nav ul.dropdown-menu > .active > a:hover,
.main-nav ul.dropdown-menu > .active > a:focus {
    background-color: #e4ed4d;
    color: #000;
}


ul.dropdown-menu > .active > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    margin-right: 5px;
}

li:last-of-type ul.dropdown-menu {
    left: 50%;
    transform: translate(-50%, 30px);
}

.main-nav ul > li:last-of-type:hover > ul.dropdown-menu,
.main-nav ul > li.dropdown-open:last-of-type > ul.dropdown-menu,
.main-nav ul > li:last-of-type > a:focus + ul.dropdown-menu {
    transform: translate(-50%, 13px);
}

li:last-of-type > ul.dropdown-menu > li:first-of-type > a:after {
    left: 50%;
    transform: translate(-55%, 0);
}


.banner {
   
    background: #151515;
    background: -moz-radial-gradient(at 50% bottom, #000 0%,#151515 60%);
    background: -webkit-radial-gradient(at 50% bottom, #000 0%,#151515 60%);
    background: radial-gradient(at 50% bottom, #000 0%,#151515 60%);
    padding-top: 140px;
    margin-top: -74px;
    position: relative;
}

.banner:before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
     background: url("../img/dark_leather.png");

    opacity: .4;
    content: '';
    display: block;
}

    .banner > .container {
        z-index: 30;
        position: relative;
    }

    .banner .quote {
        position: absolute;
        width: 360px;
    }

        .banner .quote.left {
            top: calc(45%);
            right: 72%;
        }

        .banner .quote.right {
            top: calc(35%);
            left: 67%;
        }

        .banner .quote h2 {
            opacity: 0.3;
            filter: alpha(opacity=10);
            transition: all 1000ms;
            color: rgba(255, 255, 255, .1);
            padding-left: 5px;
            background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,.6) 0%,rgba(0,0,0, .9) 100%); /* Chrome10-25,Safari5.1-6 */
            -webkit-background-clip: text;
            font-family: 'Playfair Display', Georgia, Cambria, Times, "Times New Roman", serif;
            font-size: 32px;
            font-style: italic;
            font-weight: 400;
            line-height: 1.4em;
            text-transform: none;
        }

            .banner .quote h2 small {
                font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-size: 12px;
                font-weight: 900;
                font-style: normal;
                text-transform: uppercase;
                color: #e4ed4d;
                display: block;
                margin-top: 15px;
            }

        .banner .quote .overlay {
            position: absolute;
            top: 0;
            width: 300px;
            height: 200px;
            z-index: 10;
            transition: all 2500ms ease-in-out;
            opacity: 0.8;
            filter: alpha(opacity=80);
            pointer-events: none;
        }



        .banner .quote .overlay {
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .banner .quote h2 {
            opacity: .8;
            filter: alpha(opacity=100);
            color: #fff;
            transition: opacity 900ms ease, color 1400ms ease 200ms;
        }
/*.home_banner > .container{
     position:relative;
 }*/
.start-chase span {
   
    text-transform: uppercase;
    position: absolute;
    bottom: 80px;
    left: 50px;
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.start-chase:before {
    position: absolute;
    bottom: -20px;
    z-index: 100;
    left: 90px;
    height: 90px;
    border-left: 1px solid #fff;
    content: '';
}

@media(max-width: 767px) {
    .start-chase {
        display: none;
    }
}



.logo {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.headshot {
    margin: 0 auto;
    text-align: center;
    margin-top: -80px;
    margin-left: -60px;
    /*background: url("../img/bg_shadow.png") no-repeat bottom center;*/
}

    .headshot img {
        max-width: 100%;
        padding: 0;
        position: relative;
        z-index: 5;
        pointer-events: none;
    }

.navbar-inverse {
    background: transparent;
    border: 0;
    border-radius: 0;
    float: right;
}

.main-nav {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    z-index: 500;
}

    .main-nav ul {
        margin: 0 -20px;
        padding: 0;
    }

        .main-nav ul > li {
            display: inline-block;
            margin: 0 20px;
            position: relative;
        }

            .main-nav ul > li.c764 {
                display: none;
            }

            .main-nav ul > li > a {
                padding: 40px 0 10px;
                display: inline-block;
                text-decoration: none;
            }

@media(max-width: 1199px) {
    .main-nav ul > li {
        margin: 0 10px;
    }
}

.main-nav > ul > li > a:after {
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #e4ed4d;
    opacity: 0;
    transition: all .4s;
}

.main-nav > ul > li.active > a:after,
.main-nav > ul > li > a:hover:after,
.main-nav > ul > li > a:focus:after {
    opacity: 1;
}

.main-nav > ul > li.dropdown.dropdown-open.active > a:after,
.main-nav > ul > li.dropdown.dropdown-open > a:hover:after,
.main-nav > ul > li.dropdown.dropdown-open > a:focus:after {
    opacity: 0;
}

.main-nav li .submenu {
    display: none;
}

.main-nav a {
    color: #fff;
}

.brand-main {
    float: left;
}

#home .main-nav {
    text-align: center;
}

@media(min-width: 768px) {
    #home .brand-main {
        display: none;
    }
}



.light svg path,
.interior .light svg path {
    fill: #050505;
}

.light .main-nav a,
.interior .light .main-nav > ul > li > a {
    color: #050505;
}

.main-nav > ul > li > a, .main-nav > a {
    opacity: .85;
    transition: all .3s;
}

    .main-nav > ul > li > a:hover, .main-nav > a:hover, .main-nav > ul > li > a:focus, .main-nav > a:focus {
        opacity: 1;
    }

.dark svg path, .newsItem svg path, .interior svg path {
    fill: #fff;
}

.dark .main-nav a, .newsItem .main-nav a, .interior .main-nav a {
    color: #fff;
}

@media (max-width: 1191px) {
    .banner .quote.left {
        top: calc(35%);
        right: 67%;
    }

    .banner .quote.right {
        top: calc(25%);
        left: 67%;
    }

    .banner .quote h2 {
        font-size: 28px;
    }

    .banner .quote {
        width: 320px;
    }

    .banner {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .logo {
        margin-top: -20px;
    }

    .banner .quote {
        display: none;
    }

    .headshot {
        margin-top: -70px;
    }

        .headshot img {
            width: 70%;
        }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    .logo {
        visibility: hidden;
    }

    .banner .quote {
        display: none;
    }

    #home header.stickyNav {
        background: none;
    }

    .headshot {
        margin: -120px -20px 0;
        position: relative;
        z-index: 9;
    }

        .headshot img {
            padding: 0 20px;
            width: 80%;
            margin-top: 20px;
        }
}

/*@media(max-width: 640px) {
    .logo {
        padding: 10px 20px 0;
        position: absolute;
        top: 10px;
        left: 0;
        margin: 0;
        max-width: 70%;
        z-index: 3;
    }
}*/

@media (max-width: 541px) {

    .banner .quote {
        display: none;
    }

    .headshot {
        margin: -90px -30px 0;
    }

        .headshot img {
            width: 100%;
        }
}

.social {
    list-style: none;
    margin: 20px;
    padding: 0;
}

    .social li {
        display: inline;
    }

        .social li a {
            color: #6b6b6b;
            font-size: 24px;
            margin-right: 30px;
        }

.sub-nav_list {
    margin: 0 -15px;
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.stickyNav {
    position: relative;
    margin-top: -54px;
    padding-bottom: 54px;
}

    .stickyNav .sticky {
        position: absolute;
        top: 0;
        margin-top: 54px;
        left: 0;
        width: 100%;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        z-index: 50;
    }

    .stickyNav .heightPlaceholder {
        background-color: #0893b5;
        position: relative;
        top: 54px;
    }

header.stickyNav .heightPlaceholder {
    background-color: transparent;
    margin: 0;
    top: unset;
}

header.stickyNav .sticky, header.stickyNav {
    margin: 0;
    padding-bottom: 0;
}

.stickyNav.headroom--not-top .sticky {
    position: fixed;
}


header.stickyNav.headroom--not-top .sticky {
    background-color: #151515;
}

#home .main-nav > ul > li > a, #home .main-nav > a {
}

#home header.stickyNav.headroom--not-top .sticky {
    animation: SlideIn .4s forwards;
}

    #home header.stickyNav.headroom--not-top .sticky .brand-main {
        display: block;
    }

    #home header.stickyNav.headroom--not-top .sticky .main-nav {
        text-align: right;
    }

@keyframes SlideIn {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0%, 0);
    }
}

.kids-nav {
    padding: 15px 0;
}


header.stickyNav.headroom--not-top .main-nav > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

header.stickyNav.headroom--not-top .main-nav svg {
    margin-top: 18px;
}

.stickyNav.headroom--not-top .sub-nav_list li a {
    padding-top: 15px;
    padding-bottom: 10px;
}


header.stickyNav.headroom--not-top .main-nav svg path {
    fill: #fff;
}

.sub-nav_list li {
    padding: 0 15px;
}

    .sub-nav_list li a {
        color: #fff;
        padding: 24px 0 19px;
        border-bottom: 5px solid transparent;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        transition: all .2s;
    }

        .sub-nav_list li.active a, .sub-nav_list li a:hover, .sub-nav_list li a:focus {
            border-color: #e4ed4d;
        }

@media(max-width: 640px) {
    .sub-nav_list li {
        padding: 0;
        display: block;
        float: left;
        text-align: center;
    }

        .sub-nav_list li a {
            border: none;
            padding: 15px;
        }

            .sub-nav_list li.active a, .sub-nav_list li a:hover, .sub-nav_list li a:focus {
                background-color: rgba(0, 0, 0, .3);
            }
}



/* Slidebar Nav -------------------------- */

.sb-toggle-right {
    height: 50px;
    width: 50px;
    padding-top: 10px;
    background-color: transparent;
    margin: 0;
    position: absolute;
    right: -5px;
    top: 15px;
    z-index: 99;
    cursor: pointer;
}

@media(min-width: 991px) {
    #sb-site {
        transform: none;
    }
}

@media(max-width: 991px) {
    .sb-toggle-right {
        top: 5px;
    }
}


.navicon-line {
    border-top: 2px solid #fff;
    margin: 5px 10px;
    transition: all 350ms ease-in-out;
}

#home .navicon-line,
header.dark .navicon-line {
    border-top: 2px solid #fff;
}

header.light .navicon-line {
    border-top: 2px solid #151515;
}

.sb-active .navicon-line.first,
.sb-active .navicon-line.middle,
.sb-active .navicon-line.last {
    margin: 5px 10px;
}

.sb-active .navicon-line.first {
    transform: rotate(45deg);
    margin-top: 15px;
}

.sb-active .navicon-line.last {
    transform: rotate(-45deg);
    margin-top: -5px;
}

.sb-active .navicon-line.middle {
    visibility: hidden;
    border-color: transparent;
    margin-top: -10px;
}

.sb-slidebar {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #242424;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    max-height: none;
    position: fixed;
}

    .sb-slidebar a {
        text-decoration: none;
    }

        .sb-slidebar a:hover {
            color: #e4ed4d;
        }

.slidebar-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-style: normal;
}

    .slidebar-nav li {
        width: 100%;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        clear: both;
        overflow: hidden;
    }


        .slidebar-nav li.c1234 {
            display: none;
        }

    .slidebar-nav > li:first-child {
        border-top: none;
    }

    .slidebar-nav > li:last-child {
        border-bottom: none;
    }

    .slidebar-nav li a {
        width: 100%;
        display: inline-block;
        padding: 24px 20px 21px 20px;
        color: #fff;
    }

        .slidebar-nav li a:hover {
            text-decoration: none;
            background-color: rgba(255, 255, 255, 0.05);
        }

.sb-right .slidebar-nav li a {
    border-right: 6px solid transparent;
}

    .sb-right .slidebar-nav li a:hover {
        border-right: 6px solid #e4ed4d;
    }

.slidebar-nav .sb-submenu {
    display: none;
}

.slidebare-nav li.no-children .menu-item {
    width: 100%;
    float: left;
    display: table-cell;
}

.slidebar-nav li.has-children .menu-item {
    width: 75%;
    float: left;
}

.sb-toggle-submenu {
    vertical-align: middle;
    width: 25%;
    float: left;
    display: table-cell;
    height: 70px;
}

    .sb-toggle-submenu a {
        text-align: center;
        height: 70px;
    }

.sb-submenu {
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: rgba(255,255,255,.03);
    font-style: normal;
    clear: both;
    overflow: hidden;
}


/* -------------------------------------
    04. HOME
   ------------------------------------- */
#home .widget-full-width.yellow-border {
    border: 0;
    background-color: #0893b5;
}

    #home .widget-full-width.yellow-border .btn-kids {
        background-color: #242424;
    }

        #home .widget-full-width.yellow-border .btn-kids:hover, #home .widget-full-width.yellow-border .btn-kids:focus {
            background-color: #414040;
            border-color: #414040;
        }

.homepage h1 {
    text-indent: -9999px;
    display: none;
}

.homepage h2, .home-widget_banner h2, #footer-widgets .home-widget_banner h2 {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2em;
    width: auto;
}

@media(max-width: 991px) {
    .homepage h2, .home-widget_banner h2, #footer-widgets .home-widget_banner h2 {
        font-size: 42px;
    }
}

@media(max-width: 767px) {
    .homepage h2, .home-widget_banner h2, #footer-widgets .home-widget_banner h2 {
        font-size: 35px;
    }
}

.homepage h3, .home-widget_banner h3, #footer-widgets .home-widget_banner h3 {
    font-family: 'Playfair Display', Georgia, Cambria, Times, "Times New Roman", serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}

.homepage h4, .home-widget_banner h4, #footer-widgets .home-widget_banner h4 {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2em;
}

.homepage .kids-book_sign-up {
    background-color: #242424;
    border-bottom: 5px solid #e4ed4d;
}

.inner {
    padding: 40px;
    /*overflow: hidden;*/
}

    .inner:before, .inner:after {
        content: '';
        clear: both;
        display: table;
    }

.inner-alt {
    padding: 0 40px;
    overflow: hidden;
}

    .inner-alt > .slick-slider {
        padding: 20px 0 10px;
    }

        .inner-alt > .slick-slider.kids-books-slider {
            padding-top: 30px;
        }

/* .home-featured / .home-featured-kids ---------- */

.yellow-pill, .homepage .yellow-pill {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background: #e4ed4d;
    display: inline-block;
    padding: 9px 35px 9px 55px;
    border-radius: 0 20px 20px 0;
    margin-left: -55px;
    margin-bottom: 20px;
    margin: 0 0 30px -55px;
    letter-spacing: .2px;
}

@media(max-width: 1439px) {
    .featuredbook .btn, .featuredbook .buy_select {
        width: 220px;
    }

        .featuredbook .buy_select select {
            width: 100%;
        }

    .book-thumb img {
        max-width: 200px;
    }
}


.home-featured .featuredvideo,
.home-featured-kids .featuredvideo {
    text-align: center;
}

    .home-featured .featuredvideo .video,
    .home-featured-kids .featuredvideo .video {
        display: block;
        margin: 40px 15%;
    }

    .home-featured .featuredvideo .quote,
    .home-featured-kids .featuredvideo .quote {
        font-size: 30px;
        width: 70%;
        margin: 0 auto 20px;
    }

        .home-featured .featuredvideo .quote small,
        .home-featured-kids .featuredvideo .quote small {
            font-size: 18px;
            color: #000;
            white-space: nowrap;
        }

.book-thumb {
    margin-bottom: 30px;
    display: block;
}

/* .home-thrillers ------------------------------ */

.home-thrillers h2 {
    color: #0893b5;
    margin-right: 50px;
    width: 85%;
}

.thrillers-slider a {
    display: block;
    width: 100%;
    text-decoration: none;
    outline: 0;
    padding-left: 50px;
}

.thrillers-slider .slick-list {
    margin: 0 -55px;
    overflow: visible;
}

.kids-books-slider .slick-list {
    padding-bottom: 10px;
}

@media(min-width: 992px) {
    .kids-books-slider .slick-list {
        margin: 0 -55px;
        overflow: visible;
    }
}

@media(max-width: 991px) {
    .thrillers-slider a {
        padding-left: 0;
    }

    .thrillers-slider .slick-list {
        margin: 0;
    }

    .book-slider .slick-slide {
        text-align: center;
    }

        .book-slider .slick-slide a {
            text-align: center;
        }

            .book-slider .slick-slide a .book-shadow {
                margin: 0 auto;
                text-align: center;
            }
}


.slider-content h5 {
    /*margin-bottom: 40px;*/
}

.slider-content p {
    max-width: 900px;
}

.container-slider .inner-alt {
    overflow: visible;
}


/* #home-signup --------------------------------- */

#home-signup {
    background: #0893b5;
}

    #home-signup h3 {
        font-size: 24px;
        color: #fff;
        margin: 0;
    }

/* #home-spotlight ------------------------------- */

#home-spotlight, .home-spotlight {
    background: #000 url('/user_area/content_media/raw/BRA-LostHistory-BG(1).jpg?w=1920&mode=crop') no-repeat center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

    #home-spotlight h2, .home-spotlight h2 {
        color: #fff;
        margin-bottom: 65px;
    }

/* .home-videos ---------------------------------- */

.home-videos h2 {
    color: #242424;
}

.home-videos h4, #footer-widgets .home-widget_banner.home-videos h4 {
    font-size: 17px;
    font-weight: 400;
}

/* #home-invisible-army -------------------------- */

#home-invisible-army {
    background: #000 url(../img/bg_invisiblearmy.jpg) no-repeat center;
    background-size: cover;
    height: 900px;
    position: relative;
}

    #home-invisible-army .inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    #home-invisible-army h2 {
        font-size: 35px;
        color: #fff;
    }


/* .home-kids-books ------------------------------ */

.home-featured-kids .featuredbook img {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(36,36,36,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(36,36,36,0.5);
    box-shadow: 0px 0px 5px 1px rgba(36,36,36,0.5);
}

.home-kids-books {
    background: #000 url(../img/bg_kidsbooks.jpg) no-repeat center;
    background-size: cover;
}

    .home-kids-books h2 {
        color: #0893b5;
    }

    .home-kids-books .btn {
        margin-right: 10px;
    }

.kids-books-slider a {
    position: relative;
    display: table;
}

@media(max-width: 640px) {
    .kids-books-slider a {
        margin: 0 auto;
    }
}


.kids-books-slider .inner {
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
}

h5.new {
    color: #000;
    background: #e4ed4d;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    top: -32px;
    left: 13px;
    -webkit-box-shadow: inset 0px -5px 5px -1px rgba(36,36,36,0.25);
    -moz-box-shadow: inset 0px -5px 5px -1px rgba(36,36,36,0.25);
    box-shadow: inset 0px -5px 5px -1px rgba(36,36,36,0.25);
}

/* Slick Slider */


.slider-circle-left,
.slider-circle-right {
    z-index: 2;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    -webkit-transition: all .15s;
    transition: all .15s;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    margin-top: -10px\9;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    height: 88px;
    padding: 20px 30px;
    margin: 0 -30px;
}

    .slider-circle-left i,
    .slider-circle-right i {
        color: #414040;
        font-size: 45px;
        display: block;
        height: 48px;
    }

.slider-circle-right {
    right: -45px;
}

.slider-circle-left {
    left: -45px;
}

@media(max-width: 991px) {
    .slider-circle-right {
        right: -20px;
    }

    .slider-circle-left {
        left: -20px;
    }
}

.slider-circle-right .slick-next,
.slider-circle-left .slick-prev {
    box-shadow: none;
}

.slider-circle-left:hover,
.slider-circle-right:hover {
    opacity: .7;
}

.img-slider {
    max-width: 100%;
    display: block;
    height: auto;
    background-color: transparent;
}

.kids-books-slider .inner {
}

/*.slider-circle-left,
.slider-circle-right {
    
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}*/

#home-spotlight h2, .home-spotlight h2 {
    max-width: 700px;
    margin-bottom: 60px;
}

@media (min-width: 1171px) {
    .home-videos .video .img-responsive {
        max-width: none;
        width: 100%;
    }

    .home-videos a.videolink {
        display: block;
    }
}

@media (max-width: 991px) {
    .inner {
        padding: 20px;
    }

    .inner-alt {
        padding: 0 20px;
    }

    .home-featured .featuredvideo .video,
    .home-featured-kids .featuredvideo .video {
        display: block;
        margin: 20px 0 40px;
    }

    .home-featured .featuredvideo .quote,
    .home-featured-kids .featuredvideo .quote {
        width: auto;
        font-size: 35px;
    }

    .home-thrillers h2,
    .home-videos h2,
    .home-kids-books h2 {
        font-size: 40px;
    }

    .home-videos .inner-alt {
        text-align: center;
    }

    .home-kids-books {
        background: none;
    }
}

@media (max-width: 767px) {

    .inner {
        padding: 15px;
    }

    .inner-alt {
        padding: 0 15px;
    }

    .home-featured .featuredvideo .quote,
    .home-featured-kids .featuredvideo .quote {
        width: auto;
        font-size: 25px;
    }

    .home-thrillers h2,
    #home-spotlight h2,
    .home-videos h2,
    .home-kids-books h2 {
        font-size: 30px;
        max-width: auto;
    }

    #home-invisible-army h2, #footer-widgets .home-widget_banner#home-invisible-army h2 {
        font-size: 30px;
    }

    .home-featured-kids .featuredbook img,
    .kids-books-slider img {
        /*max-width: 50%;*/
        margin-bottom: 20px;
    }

    h5.new {
        /*right: auto;*/
        margin-left: 10px;
    }
}

@media (max-width: 541px) {
    #home-signup h2 {
        font-size: 21px;
    }

    .home-videos .inner-alt {
        text-align: left;
    }

    #home-invisible-army h2 {
        font-size: 25px;
    }

    /*.home-featured-kids .featuredbook img,
    .kids-books-slider img {
        max-width: 75%;
    }*/
}


/* -------------------------------------
    05. SUBPAGES
   ------------------------------------- */

/* Landing Page */

.header-image img {
    max-width: 100%;
}

.landing_banner {
    min-height: 475px;
    padding-top: 150px;
    margin-top: -74px;
    position: relative;
    background-position: bottom right;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    background-color: #151515;
}

#banner-bg.landing_banner {
    background-repeat: no-repeat;
}




.landing_banner.dark {
    color: #fff;
}

.landing_banner.light {
    color: #000;
}

.landing_banner h1 {
    font-size: 40px;
}

.landing_banner_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

    .landing_banner_image img {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }


@media(max-width: 1199px) {
    .landing_banner {
        min-height: 425px;
        padding-top: 125px;
        font-size: 15px;
    }
}

@media(max-width: 991px) {
    .landing_banner {
        min-height: 350px;
        padding: 120px 0 60px;
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    .landing_banner {
        padding: 80px 0 40px;
    }

        .landing_banner h1 {
            font-size: 28px;
            width: 65%;
        }

        .landing_banner.light h1 {
            text-shadow: 1px 1px 10px #fff;
        }
}

@media(max-width: 561px) {
    .landing_banner h1 {
        font-size: 24px;
        width: auto;
        margin-top: 0;
    }
}



@media(min-width: 992px) {
    .side-left {
        padding-right: 60px;
    }

    .side-right {
        padding-left: 40px;
    }
}

.main-body {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media(max-width: 991px) {
    .main-body {
        padding: 40px 15px;
    }

    .breadcrumb-container {
        margin: -25px 0 25px;
    }
}

.author {
    font-weight: 800;
    font-size: 15px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 15px;
}

/* Contact Page */
.contact-form label {
    display: block;
    margin-bottom: 13px;
}

    .contact-form label > span {
        color: #ababab;
    }

.contact-form input, .contact-form textarea {
    width: 100%;
    max-width: none;
    border-radius: 2px;
    border: 1px solid #d6d6d6;
    padding: 6px 15px;
    -webkit-box-shadow: inset 0px 1px 8px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0px 1px 8px 0px rgba(0,0,0,0.05);
    box-shadow: inset 0px 1px 8px 0px rgba(0,0,0,0.05);
    font-weight: 300;
}

.contact-form textarea {
    height: 250px;
}

.form-group {
    margin: 35px 0;
}

/* Article Dynamic Page */

.article_banner {
    background-color: #1f424d;
    color: #fff;
    padding: 160px 0 70px;
    margin-top: -74px;
    background-position: center;
    background-size: cover;
}

    .article_banner.light {
        color: #000;
    }

    .article_banner h1 {
        margin-top: 0;
    }

    .article_banner .btn, .article_banner .buy_select {
        margin-top: 10px;
    }

        .article_banner .buy_select .btn {
            margin-top: 0;
        }

    .article_banner select.btn {
        margin: 0;
    }

.article-content {
    font-size: 17px;
}

    .article-content p {
        margin-bottom: 15px;
    }

.share-link {
    margin-bottom:20px;
    color:#a7a5a6;
    display:block;
}

@media (max-width: 991px) {
    .article_banner {
        padding: 120px 0 60px;
    }
}

@media(max-width: 767px) {
    .article_banner {
        padding: 80px 0 40px;
    }
}

/* Book List */

@media(max-width: 767px) and (min-width: 600px) {
    .book-sort {
        width: 50%;
        float: left;
    }
}

.sort-books_select {
    float: right;
    width: 290px;
    margin: 10px 0;
}

@media(max-width: 991px) {
    .sort-books_select {
        float: none;
        display: block;
        clear: both;
        margin-bottom: 50px;
    }
}


.sort-books_select .btn span {
    font-size: 10px;
    margin-left: 6px;
    display: inline-block;
    line-height: 14px;
}

.sort-books_select .btn {
    margin: 0;
}

.book-list {
    margin-bottom: -70px;
}



.book-shadow {
    position: relative;
    display: table;
}

    .book-shadow img {
        position: relative;
        z-index: 10;
        transform-style: flat;
        backface-visibility: hidden;
        /*height: 100%;*/
        width: auto;
    }

        .book-shadow img.img-slider {
            height: auto;
        }

    .book-shadow:after {
        position: absolute;
        content: '';
        bottom: 5px;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: 75%;
        height: 60%;
        background-color: #222;
        opacity: .85;
        -webkit-filter: blur(35px);
        filter: blur(35px);
        border-radius: 25px;
        z-index: 0;
        transform-style: flat;
        backface-visibility: hidden;
    }

.ie9 .book-shadow:after, .ie8 .book-shadow:after {
    display: none;
}

.ie9 .video_thumbnail, .icon-play, .ie8 .video_thumbnail, .icon-play {
    top: 0;
    left: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform-style: flat;
    backface-visibility: hidden;
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.book-img {
    display: inline-block;
}

    .book-img img {
        display: block;
        max-width: 100%;
    }

.book {
    margin-bottom: 70px;
}

@media(max-width: 639px) {
    .book {
        text-align: center;
    }
}


.book-list_headline {
    margin-bottom: 85px;
    float: left;
}

@media(max-width: 991px) {
    .book-list_headline {
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .article-list_headline .article-list_view-all {
        float: none;
        display: table;
        clear: both;
        margin-top: 40px;
    }
}

@media(min-width: 640px) {
    .videoList .video-item {
        width: 50%;
        float: left;
    }
}

.book, .book-content {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.book-content {
    color: #000;
}

    .book-content h4 {
        font-size: 17px;
    }

    .book-content .btn,
    .hover_content .btn {
        display: inline;
        font-size: 11px;
        letter-spacing: .2px;
        padding: 2px 12px;
        transition: all .15s;
    }

a.book {
    text-decoration: none;
}


    a.book:hover .btn {
        background-color: #242424;
        border-color: #242424;
        color: #fff;
    }

.book-sort-btn.btn-solid.lite:focus {
    background-color: #0893b5;
    border-color: #0893b5;
    color: #fff;
}


    .book-sort-btn.btn-solid.lite:focus:hover {
        background-color: #242424;
        border-color: #242424;
        color: #fff;
    }

.container-slider {
    position: relative;
    margin-top: -20px;
    padding-bottom: 40px;
}

.tooltips {
    left: 0;
    position: relative;
    height: 0;
    transition: all .4s;
    height: 0;
    margin-bottom: 20px;
}

.book_tooltip {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    pointer-events: none;
    transform: translateY(30px);
    position: absolute;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 70%;
    min-width: 40%;
    opacity: 0;
    animation: tooltipout .6s;
    margin-left: 15px;
}

.book_tooltip-arrow {
    position: absolute;
    margin-top: -20px;
    opacity: 0;
}

    .book_tooltip-arrow.active {
        opacity: 1;
        transition: opacity .6s;
    }

    .book_tooltip-arrow:after {
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 15px solid #000;
        content: '';
    }

.book_tooltip.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    height: auto;
    animation: tooltip .6s;
}

@keyframes tooltipout {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}


@keyframes tooltip {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.book_tooltip .h2 {
    font-size: 24px;
}

.slick-initialized .slick-slide {
    position: static;
}

/* Book Page */

.book_videoBanner {
    padding: 70px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1e1e1e;
}

@media(max-width: 767px) {
    .book_videoBanner {
        padding: 20px 0;
    }
}

.video-container {
    border: 1px solid #ccc;
}

    .video-container > a {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
    }

.book_banner-image {
    background: url('/Assets/img/KIDS-BookPage-VideoSliceBG.jpg') bottom;
    background-repeat: repeat;
    position: relative;
}

    .book_banner-image img {
        width: auto;
        display: block;
        max-width: calc(100% - 30px);
        margin: 0 auto;
        position: relative;
    }

.widget-2col .video-container {
    width: 100%;
    border: 0;
}



.widget-3col .book-widget h3 {
    font-size: 20px;
}

.widget-3col .book-widget p {
    font-size: 18px;
    line-height: 1.2;
}

.widget-3col .book-widget .more-btn {
    width: 100%;
}

.widget-3col .book-widget .trailer-btn {
    display: none;
}

.video_thumbnail, .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    transition: .15s;
}

.video-container .load-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container .load-link:hover .icon-play, .video-container .load-link:focus .icon-play  {
    opacity: .75;
}

.book-abstract {
    margin: 55px 0;
}

.reviewList .review {
    margin-bottom: 45px;
}

.icon-play {
    width: 100px;
    height: 100px;
    background: url(/Assets/img/play-icon.svg) center;
    background-size: contain;
}

/*.video-container:hover .video_thumbnail, .video_thumbnail.play .icon-play{
    opacity: 0;
}*/

.book_reviewBanner {
    padding: 30px 0;
    border-top: 2px solid #e4ed4d;
}

    .book_reviewBanner h5, .review_headline {
        margin: 0 0 60px;
    }




#synopsis-banner {
    background-image: url('/Assets/img/synopsis_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    color: #ffffff;
    padding: 30px 0;
}

    #synopsis-banner.cat-990 {
        background-image: url('/Assets/img/synopsis_tile.png');
        background-size: unset;
        background-repeat: repeat;
        color: #151515;
    }

    #synopsis-banner.cat-991 {
        background-image: url('/Assets/img/comics-synopsis_bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
    }

        #synopsis-banner.cat-990 h5 {
            color: #7b7a7a;
        }

    #synopsis-banner h5 {
        color: #ffffff;
        margin-bottom: 60px;
    }

.synopsis-inner > .btn,
.synopsis-inner > .buy_select {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.synopsis-inner {
    text-align: center;
    outline: none;
}

    .synopsis-inner .book-shadow {
        margin: 0 auto 30px;
    }

    .synopsis-inner img {
        max-width: 100%;
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }



@media(max-width: 767px) {

    .book_reviewBanner {
        padding: 15px 0;
    }

        .book_reviewBanner h5, .review_headline, #synopsis-banner h5 {
            margin: 0 0 30px;
        }

    .reviewList .review {
        margin-bottom: 30px;
    }
}

.book_reviewBanner h3.caption {
    text-transform: none;
    font-size: 1.2em;
    letter-spacing: 0;
}

.side-left h5, .main-body h5 {
    margin-bottom: 50px;
}

.side-left img, .main-body img {
    max-width: 100%;
}

.thiriller-actions > .buy_select, .thiriller-actions > .btn {
    margin: 10px 10px 10px 0;
    display: inline-block;
}

.book_reviewBanner .author {
    margin-top: 10px;
    display: block;
}

.review {
    margin-bottom: 20px;
}

    .review p {
        margin-bottom: 10px;
    }

    .review .author {
        margin-top: 5px;
    }

.book-thumbnail img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

@media(min-width: 992px) {

    .landing_banner .book-thumbnail {
        margin-bottom: 40px;
    }
}

@media(max-width: 767px) {
    .landing_banner .book-thumbnail {
        margin: 40px 0 0;
    }

        .landing_banner .book-thumbnail img {
            text-align: left;
            margin: 0;
        }
}

.hover_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    text-align: left;
    color: #000;
    padding: 35px 25px;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    transition: all .3s;
    background-color: rgba(255, 255, 255, .8);
}

a:hover .hover_content, a:focus .hover_content {
    opacity: 1;
}

.container-slider a .book-shadow img, .container-slider a:hover .book-shadow:after {
    transition: all .3s;
}

.container-slider a:hover .book-shadow img, .container-slider a:hover .book-shadow:after,
.container-slider a:focus .book-shadow img, .container-slider a:focus .book-shadow:after {
    opacity: .5;
}

.hover_content .title {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 21px;
}

.hover_content .link {
    display: block;
    margin-top: 10px;
    color: #0893b5;
    font-size: 18px;
}

#buy-now {
    width: 100%;
    background-color: #f2f2f2;
}

    #buy-now h3 {
        text-align: center;
        margin: 90px 0;
    }

.retailer-container {
    max-width: 855px;
    margin: 0 auto 120px auto;
}

.retailer {
    width: 151px;
    height: 88px;
    border: solid 1px #d6d6d6;
    background-color: #ffffff;
    border-radius: 16px;
    position: relative;
    display: inline-block;
    margin: 10px;
    float: left;
}

    .retailer img {
        display: inline-block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }

@media(max-width:991px) {
    .retailer-container {
        max-width: 684px;
    }
}

@media(max-width:767px) {
    .retailer-container {
        max-width: 513px;
    }
}

@media(max-width:600px) {
    .retailer-container {
        max-width: 342px;
    }

    .retailer {
        margin: 5px;
        width: calc(50% - 10px);
    }
}



blockquote {
    padding: 0;
    margin: 0 0 10px;
    font-size: 16px;
    border-left: none;
}

/* INVISIBLE ARMY */
#invisible-army .h2 {
    color: #ffffff;
}

.invisible-army-vid_container {
    position: relative;
}

    .invisible-army-vid_container video,
    .invisible-army-vid_container iframe {
        /*position: absolute;
        top: 0;
        right: 0;
        z-index: 5;*/
    }

/*.invisible-army-vid {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 5;
}*/

/*.vid-backdrop-1 {
    display:none;
    position: absolute;
    right: -100px;
    top: -80px;
    z-index: 3;
    width: 90%;
}*/

/*.vid-backdrop-2 {
    display:none;
    position: absolute;
    right: -25px;
    top: -70px;
    z-index: 2;
    width: 90%;
}*/

.invisible-army_message {
    font-size: 16px;
    color: #000000;
    padding: 50px;
}

.invisible-army_signup {
    background-color: #1f424d;
    color: #ffffff;
    padding: 50px;
}

    .invisible-army_signup h2 {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .invisible-army_signup p {
        margin-bottom: 80px;
    }

@media(max-width:990px) {
    .invisible-army-vid_container {
        margin-top: 30px;
    }
}

@media(max-width:767px) {
    .invisible-army-vid_container {
        margin-top: 40px;
    }
}

@media(max-width: 1199px) {
    .invisible-army_message, .invisible-army_signup {
        padding: 25px 15px;
    }
}

@media(max-width: 767px) {
    .invisible-army_message, .invisible-army_signup {
        padding: 30px 0;
    }

        .invisible-army_signup p {
            margin-bottom: 25px;
        }
}

/*  TV Works & Videos  */

.featured-video_banner {
    background: url(/Assets/img/darkdenim3.png) repeat top left;
    border-top: 4px solid #e4ed4d;
    padding: 40px 0;
}

.img-instagram {
    display: block;
    width: 100%;
    height: 100%;
}

.featured-video_banner:first-child {
    border: 0;
}

.featured-video_banner h5 {
    margin: 10px 0 30px;
}

.featured-video_banner h2 {
    padding-bottom: 90px;
}

@media(max-width: 991px) {
    .featured-video_banner {
        padding: 20px 0;
    }

        .featured-video_banner .inner {
            padding: 20px;
        }

        .featured-video_banner h2 {
            padding-bottom: 0;
        }
}

@media(max-width: 767px) {
    .featured-video_banner {
        padding: 15px 0;
    }
}

@media(min-width: 992px) {


    .featured-video_banner .relative, .featured-video_banner .inner,
    #home-spotlight .relative, #home-spotlight .inner, .home-spotlight .relative, .home-spotlight .inner {
        position: relative;
        height: 100%;
        width: 100%;
    }

    #footer-widgets .featured-video_banner .actions,
    #home-spotlight .actions, .home-spotlight .actions {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media(max-width: 991px) {


    .home-videos .video-column:last-child {
        display: none;
    }
}

@media(max-width: 767px) {


    .home-videos .video-column:nth-of-type(2) {
        display: none;
    }
}

.main-body table {
    width: 100%;
    margin-bottom: 15px;
}

    .main-body table td {
        padding: 10px;
        border: 1px solid #eee;
    }

.sb-slidebar .social {
    text-align: center;
}
/* -------------------------------------
    06. FOOTER
   ------------------------------------- */

footer {
    background: #1e1e1e;
    padding-bottom: 10px;
}

@media(max-width: 991px) {
    footer {
        padding-bottom: 40px;
    }
}

.footer-legal {
    color: #fff;
    font-size: 12px;
    margin: 0 -10px;
    max-width: 95%;
}

    .footer-legal li {
        margin: 0 5px;
    }

.footer-nav {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-nav .c1234 {
        display: none;
    }

    .footer-nav li {
        display: inline;
        margin-right: 40px;
    }

#home .footer-nav li.c764 {
    display: none;
}

.footer-nav a {
    color: #fff;
}

footer .social {
    margin: 20px 0;
}

    footer .social li a {
        color: #fff;
        font-size: 30px;
        margin-right: 30px;
        transition: all .15s;
    }

        footer .social li a:hover {
            color: #e4ed4d;
        }


footer .copyright {
    font-size: 14px;
    color: #fff;
}

@media (max-width: 991px) {
    .footer-nav li {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .footer-nav {
        display: none;
    }

    footer .social {
        /*text-align: center;*/
    }

        footer .social li {
            margin: 0;
            padding: 10px;
            display: inline-block;
        }

    #home-spotlight h2 {
        margin-bottom: 30px;
    }
}


/* -------------------------------------
    07. WIDGETS
   ------------------------------------- */

/* Home Callout Widgets ------------------------------ */

.widget-invisible-army h2 {
    font-family: 'Playfair Display', Georgia, Cambria, Times, "Times New Roman", serif !important;
    font-size: 50px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 1.4em;
    color: #fff;
    text-transform: none;
}


.widget-art-prints .inner-alt {
    padding: 40px 40px 40px 0;
}

.widget-art-prints .h1 {
    font-size: 72px;
    display: block !important;
    text-indent: 0 !important;
}

.widget-art-prints img {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(36,36,36,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(36,36,36,0.5);
    box-shadow: 0px 0px 5px 1px rgba(36,36,36,0.5);
}

.widget-art-prints .btn {
    width: 180px;
}

/* Footer Widgets ------------------------------------ */

.widget-social h2 {
    margin: 20px 0;
}

.widget-2col,
.widget-full-width {
    position: relative;
    /*overflow: hidden;*/
}

    .widget-2col:before,
    .widget-full-width:before,
    .widget-2col:after,
    .widget-full-width:after {
        content: '';
        display: table;
        clear: both;
    }

    .widget-2col .inner {
        overflow: visible;
        width: 100%;
    }

#footer-widgets h3 {
    text-transform: none;
}

    #footer-widgets h2.white,
    #footer-widgets h3.white,
    #footer-widgets h4.white,
    #footer-widgets h5.white {
        color: #fff;
    }

#footer-widgets h2 small {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
}

#footer-widgets h2 {
    width: 75%;
}

#footer-widgets .widget-featured-video h2 {
    width: 85%;
}

#footer-widgets .actions {
    z-index: 20;
    position: relative;
    padding-top: 30px;
}

    #footer-widgets .actions .btn {
        display: block;
    }

@media(min-width: 1199px) {
    #footer-widgets .actions a.btn {
        width: auto;
        margin-right: 20px;
        padding: 6px 42px;
    }

    #footer-widgets .actions .btn {
        float: left;
    }
}


.widget-2col {
    width: 100%;
}

@media(min-width: 992px) {
    .widget-2col {
        width: 50%;
        display: flex;
    }

    .ie9 .widget-2col, .ie8 .widget-2col {
        float: left;
    }

    .widget-3col .widget-2col {
        width: 100%;
    }
}

@media(min-width: 1200px) {
    .widget-3col .widget-2col {
        width: 33.3333334%;
        display: flex;
    }
}

.widget-articles ul,
.widget-short-stories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .widget-articles ul li, .widget-short-stories ul li {
        margin: 10px 0 20px;
    }

    .widget-articles ul a, .widget-short-stories ul a {
        color: inherit;
        text-decoration: none;
        color: #414040;
    }

        .widget-articles ul a:hover, .widget-short-stories ul a:hover {
            color: #0893b5;
        }

.date-light {
    color: #aaaaaa;
    font-weight: 300;
    font-size: 16px;
}

.widget-articles ul h4 {
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .widget-articles h3 {
        max-width: 290px;
    }
}




.widget-articles.ent-51 {
    background-color: #222222;
    color: #fff;
}


    .widget-articles.ent-51 ul a {
        color: #fff;
    }


.widget-comics img {
    max-width: 90%;
    margin-bottom: 20px;
}

.widget-kids-book h3.title {
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2em;
    text-transform: uppercase;
    background: #e4ed4d;
    display: inline-block;
    padding: 7px 35px 5px 55px;
    border-radius: 0 20px 20px 0;
    margin-left: -55px;
    margin-bottom: 20px;
}

.widget-store img {
    /*margin-left: -55px;*/
}

.widget-store h3.large {
    font-size: 72px;
}

.widget-about h3, .widget-faq h3, .widget-invisible-army h3 {
    font-size: 50px;
    text-transform: none;
}

.widget-blog {
    width: 100%;
    top: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.widget-join h2 {
    margin: 0;
}

.flex-center {
    align-items: center;
    justify-content: center;
}

.widget-blog .btn {
    margin: 0 !important;
}

.widget-video {
    min-height: 320px;
}

h2.inner-alt2 {
    margin: 0;
    padding: 20px;
    display: block;
    width: 100% !important;
    font-size: 24px;
    position: absolute;
    bottom: 0;
}

.widget-book-tour h2, .widget-thriller-signup h2, .widget-film-rights h2, .widget-kids-signup h2 {
    font-size: 18px;
    padding-right: 20px;
    width: 100% !important;
    font-family: 'Playfair Display', Georgia, Cambria, Times, "Times New Roman", serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4em;
    color: #fff;
    margin: 0;
}

.widget-book-tour .btn, .widget-film-rights .btn {
    margin: 0 !important;
}

.widget-connect h2 {
    width: 100% !important;
}

.widget-connect .social a {
    color: #fff;
    font-size: 36px;
}

.widget-thriller .book-img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.widget-thriller .featured-book_content {
    z-index: 20;
    color: #fff;
}

.featured-book_content {
    margin-bottom: 0;
}

    .featured-book_content h3 {
        margin-top: 0;
    }

    .featured-book_content p {
        margin-bottom: 5px;
    }

.featured-book_buttons {
    margin-top: 30px;
}

    .featured-book_buttons .buy_select {
        width: 100%;
    }

.feat-990 .featured-book_buttons .buy_select > .open-buy_link {
    background-color: #fff;
    color: #0893b5;
}

.feat-990 .featured-book_buttons .buy_select > .btn:hover, .feat-990 .featured-book_buttons .buy_select > .btn:focus {
    background-color: #1f424d;
    color: #fff;
}

.feat-990 .featured-book_buttons .buy_select .buy_go-link:hover, .feat-990 .featured-book_buttons .buy_select:hover .buy_go-link, .feat-990 .featured-book_buttons .buy_select:hover > .btn {
    color: #fff;
    background-color: #1f424d;
}


.featured-book_buttons > .row {
    max-width: 400px;
    margin: 0 -5px 0;
}

    .featured-book_buttons > .row > div {
        padding: 0 5px;
    }

.featured-book_buttons .btn {
    width: 100%;
}

.buy_select.posTop .buy-now_link {
    bottom: 100%;
    top: unset;
}

@media(max-width: 767px) {
    .featured-book_content p {
        margin-bottom: 30px;
    }

    .featured-book_buttons {
        margin: 5px -5px 0;
    }
}

.yellow-border {
    border-bottom: 5px solid #e4ed4d;
}

.feat-990 {
    background-color: #0893b5;
}


    .feat-990 .buy_select select {
        background-color: #fff;
        color: #0893b5;
    }

    .feat-990 .buy_select:after {
        border-top: 7px solid #0893b5;
    }

    .feat-990 .buy_select:before {
        background-color: #fff;
    }

    .feat-990 .buy_select select:hover, .widget-2col.feat-990 .buy_select select:focus {
        background-color: #1f424d;
        color: #fff;
    }

    .feat-990 .btn-outline {
        border-color: #fff;
        color: #fff;
    }


        .feat-990 .btn-outline:hover,
        .feat-990 .btn-outline:active,
        .feat-990 .btn-outline:focus {
            background-color: #1f424d;
            border-color: #1f424d;
            color: #fff;
        }


/*.widget-2col.feat-990 .buy_select:hover:before  {
        background-color: #1f424d;
        
    }*/

@media (max-width: 1199px) {
    .widget-invisible-army h2 {
        font-size: 45px !important;
    }

    .widget-art-prints .h1 {
        font-size: 60px;
    }

    #footer-widgets h2 {
        font-size: 30px;
    }

    #footer-widgets .widget-featured-video h2 {
        width: 100%;
    }

    .widget-store h3.large {
        font-size: 64px;
    }

    .widget-comics img {
        max-width: auto;
    }

    .widget-book-tour h2, .widget-thriller-signup h2, .widget-film-rights h2, .widget-join h2, .widget-kids-signup h2 {
        font-size: 24px !important;
    }
}

@media (max-width: 991px) {
    #footer-callouts .flexbox,
    #footer-widgets .flexbox {
        display: block;
    }

    .widget-invisible-army h2 {
        font-size: 40px !important;
    }

    .widget-art-prints .h1 {
        font-size: 60px;
    }

    .widget-art-prints img {
        max-width: auto;
        width: 75%;
    }

    #footer-widgets h2 {
        font-size: 27px;
    }

    #footer-widgets p {
        font-size: 18px;
    }

    .widget-store h3.large {
        font-size: 72px;
    }

    .widget-comics img, .widget-kids-book img {
        width: 75%;
    }

    .widget-book-tour h2, .widget-thriller-signup h2, .widget-film-rights h2, .widget-kids-signup h2 {
        font-size: 21px !important;
    }

    .widget-connect .social {
        margin-left: 35px;
    }
}

@media (max-width: 767px) {
    #footer-callouts .flexbox {
        display: block;
    }

    .widget-invisible-army h2 {
        font-size: 32px !important;
    }

    .widget-art-prints .inner-alt {
        padding: 20px;
        text-align: center;
    }

    .widget-art-prints .h1 {
        font-size: 48px;
    }

    .widget-art-prints img {
        width: 33%;
    }

    #footer-widgets h2 {
        font-size: 24px;
    }

    .widget-comics img {
        width: 30%;
    }

    .widget-kids-book img {
        width: 40%;
    }

    .widget-store h3.large {
        font-size: 64px;
    }

    /*.widget-store img {
        margin-left: -35px;
    }*/

    .widget-connect .social li a {
        font-size: 30px;
        margin-right: 20px;
    }

    .widget-film-rights {
        text-align: left;
    }
}

@media (max-width: 541px) {
    .widget-art-prints img {
        width: 50%;
    }

    #footer-widgets h2 {
        width: auto;
        font-size: 21px;
    }

    #footer-widgets .actions a.btn {
        width: 260px;
    }

    #footer-widgets button.btn {
        width: 120px;
        padding: 6px 12px;
    }

    #footer-widgets p {
        font-size: 16px;
    }

    .widget-comics img {
        width: 50%;
    }

    .widget-kids-book img {
        width: 60%;
    }

    .widget-store img {
        /*margin-left: -35px;*/
        max-width: 115%;
    }

    .widget-store h3.large {
        font-size: 50px;
    }

    .widget-invisible-army h3 {
        font-size: 36px;
    }

    .widget-book-tour h2, .widget-thriller-signup h2, .widget-film-rights h2, .widget-join h2, .widget-kids-signup h2 {
        font-size: 18px !important;
    }

    .widget-connect .social li a {
        font-size: 24px;
        margin-right: 15px;
    }
}

@media(max-width: 991px) {
    .side-right {
        padding-top: 60px;
        border-top: 8px solid #ccc;
    }
}

.side-widget {
    margin-bottom: 65px;
}

    .side-widget:last-child {
        margin-bottom: 0;
    }
    /*Buy Select Hover Override*/
    .side-widget .buy_select > .btn:hover, .side-widget .buy_select > .btn:focus, .sort-books_select > .btn:hover, .sort-books_select > .btn:focus,
    #synopsis-banner.cat-990 .buy_select > .btn:hover, #synopsis-banner.cat-990 .buy_select > .btn:focus {
        background-color: #1f424d;
        color: #fff;
    }

    .side-widget .buy_select .buy_go-link:hover, .side-widget .buy_select:hover .buy_go-link, .side-widget .buy_select:hover > .btn, .sort-books_select .buy_go-link:hover, .sort-books_select:hover .buy_go-link, .sort-books_select:hover > .btn,
    #synopsis-banner.cat-990 .buy_select .buy_go-link:hover, #synopsis-banner.cat-990 .buy_select:hover .buy_go-link, #synopsis-banner.cat-990 .buy_select:hover > .btn {
        color: #fff;
        background-color: #1f424d;
    }



    #synopsis-banner.cat-990 .addthis_button_compact .btn.btn-outline {
    background-color: transparent;
    border-color: #0893b5;
    color: #0893b5;
}


#synopsis-banner.cat-990 .addthis_button_compact .btn.btn-outline:hover,
#synopsis-banner.cat-990 .addthis_button_compact .btn.btn-outline:active,
#synopsis-banner.cat-990 .addthis_button_compact .btn.btn-outline:focus {
        background-color: #1f424d;
        border-color: #1f424d;
        color: #fff;
    }


.connect-widget {
    font-size: 18px;
}

    .connect-widget h3, .connect-widget h4, .connect-widget p {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .connect-widget h4 {
        margin-bottom: 10px;
    }

.new-article {
    display: inline-block;
    padding: 8px 12px;
    color: #000;
    background-color: #e4ed4d;
    font-weight: 700;
    margin: 2px 10px 0 0;
    font-size: 16px;
    letter-spacing: .5px;
    font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    float: left;
}

.related-links {
    padding-top: 20px;
    border-top: 4px solid #e4ed4d;
}

    .related-links h5 {
        margin-bottom: 30px;
    }

.content_abst {
    font-size: 21px;
    transition: all .15s;
    text-decoration: none;
}

    .content_abst:hover,
    .content_abst:focus {
        color: #0893b5;
        text-decoration: none;
    }

.triangle-right:after {
    font-style: normal;
    font-size: 19px;
    color: #6a6868;
    content: '\25b6';
    transition: all .15s;
}

.content_abst:hover .triangle-right:after,
.content_abst:focus .triangle-right:after {
    color: #0893b5;
}

.related-link {
    margin-bottom: 15px;
}



/* -------------------------------------
    08. FORMS
   ------------------------------------- */

a#moncur {
    display: block;
    width: 90px;
    height: 25px;
    position: relative;
    margin-top: 25px;
    opacity: .9;
    background-image: url(/assets/img/moncur.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    cursor: pointer;
}

    a#moncur:after {
        content: "Website by Moncur";
        opacity: 0;
        transition: all .4s;
        position: absolute;
        top: 2px;
        left: 0;
        color: #fff;
        font-size: 15px;
        font-size: 13px;
        white-space: nowrap;
        transform: translate3d(0, 0, 0);
    }

    a#moncur:hover:after, a#moncur:focus:after {
        opacity: 1;
        transform: translate3d(30px, 0, 0);
    }

@media(min-width: 640px) {
    a#moncur {
        position: absolute;
        right: 0;
        bottom: 0;
        background-position: right 0;
    }

        a#moncur:after {
            transform: translate3d(-40px, 0, 0);
        }

        a#moncur:hover:after, a#moncur:focus:after {
            transform: translate3d(-55px, 0, 0);
        }
}

.relative {
    position: relative;
}

/* -------------------------------------
    09. Modals
   ------------------------------------- */
.modal-open {
    padding: 0 !important;
}

#InvisibleArmyModal {
}


    #InvisibleArmyModal .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 25px;
        font-size: 40px;
        line-height: 24px;
        color: #000;
        opacity: 1;
        transition: all .15s;
    }

        #InvisibleArmyModal .close:hover {
            color: #0893b5;
        }

    #InvisibleArmyModal .modal-signup {
        width: calc(100% - 30px);
        max-width: 1050px;
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        z-index: 1050;
        height: auto;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    #InvisibleArmyModal .modal-signup_bg {
        background: #fff url(/Assets/img/modal-bg.jpg);
        background-size: cover;
        text-align: center;
        font-size: 21px;
        padding: 80px 15px;
    }

        #InvisibleArmyModal .modal-signup_bg .modal-inner {
            max-width: 700px;
            margin: 0 auto;
        }


        #InvisibleArmyModal .modal-signup_bg .title {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 40px;
            font-family: 'Oswald', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            margin-bottom: 40px;
        }

        #InvisibleArmyModal .modal-signup_bg p {
            margin-bottom: 40px;
            font-size: 24px;
        }

    #InvisibleArmyModal .modal-sub {
        text-align: center;
        background: rgba(8, 147, 181, .9);
        margin: 0;
        padding: 50px 15px 60px;
    }

        #InvisibleArmyModal .modal-sub .h2 {
            margin: 0;
            color: #fff;
            margin: 0 auto;
            font-size: 27px;
            max-width: 650px;
        }

@media(max-width: 767px) {
    #InvisibleArmyModal .close {
        padding: 10px;
    }

    #InvisibleArmyModal .modal-signup {
        top: 15px;
    }

    #InvisibleArmyModal .modal-signup_bg {
        padding: 45px 20px;
    }

        #InvisibleArmyModal .modal-signup_bg .title {
            font-size: 28px;
            margin-bottom: 20px;
        }

        #InvisibleArmyModal .modal-signup_bg p {
            margin-bottom: 20px;
        }


    #InvisibleArmyModal .modal-sub {
        padding: 35px 20px 45px;
    }

        #InvisibleArmyModal .modal-sub .h2 {
            font-size: 24px;
        }
}


.secret {
    display: block;
    position: absolute;
    width: 19px;
    height: 39px;
    background: url('/Assets/img/keyhole.svg') center;
    background-size: contain;
    background-repeat: no-repeat;
}

    .secret.bottom-right {
        bottom: 0;
        right: 0;
    }

    .secret.bottom-left {
        bottom: 0;
        left: 0;
    }

    .secret.top-left {
        top: 0;
        left: 0;
    }

    .secret.top-right {
        top: 0;
        right: 0;
    }

.secret-modal_header {
}

    .secret-modal_header .modal-headline, .secret-modal_header svg, .secret-modal_header .unlocked {
        float: left;
        padding: 0 10px;
    }

    .secret-modal_header svg {
        padding-left: 0;
    }

    .secret-modal_header .unlocked {
        font-size: 20px;
        color: #e4ed4d;
        line-height: 46px;
        margin: 0;
    }

.modal-headline {
    line-height: 46px;
    color: #fff;
}

.secret-modal_header:before, .secret-modal_header:after {
    clear: both;
    content: '';
    display: table;
}

.scrolling h5 {
    color: #161616;
    font-size: 13px;
    letter-spacing: 5px;
}

.scrolling-outer {
    padding: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 31px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 31px -6px rgba(0,0,0,0.4);
    box-shadow: 0 0 31px -6px rgba(0,0,0,0.4);
}

.scrolling {
    max-height: 525px;
    padding: 20px 40px 20px 40px;
    overflow-y: scroll;
}

    .scrolling::-webkit-scrollbar {
        width: 12px;
    }

    .scrolling::-webkit-scrollbar-track {
        background-color: #ebebeb;
        border-radius: 10px;
    }

    .scrolling::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #cccccc;
    }

        .scrolling::-webkit-scrollbar-thumb:window-inactive {
            background: #ddd;
        }


#secretModal iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: calc(100% - 30px);
    max-width: 1232px;
    min-height: 755px;
    overflow: hidden;
}

.iframe-body {
    margin: 0;
    overflow-x: hidden;
}

.modal-backdrop.in {
    opacity: .8;
}

#page-500 {
    text-align: center;
    color: #ffffff;
}

    #page-500 .banner {
        height: 100vh;
        margin-top: 0;
    }

        #page-500 .banner h1 {
            color: #1a3740;
            text-align: center;
            font-size: 100px;
        }

    #page-500 .btn {
        width: 280px;
    }

.message {
    position: absolute;
    padding: 20px 20px 10px !important;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff !important;
    border: 3px solid;
    border-radius: 15px;
}

#cphBody_ctl05_MessageSender_Thriller_pnlMessageError .message {
    color: red;
}

    #cphBody_ctl05_MessageSender_Thriller_pnlMessageError .message i {
        border-color: red;
    }

.back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    backface-visibility: hidden;
    z-index: 2000;
    background-color: #151515;
    color: #fff;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    cursor: pointer;
}

    .back-to-top:hover {
        background-color: #222;
    }

    .back-to-top.topcontrol--not-top {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .back-to-top i {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -16px;
        margin-left: -11px;
        color: #fff;
        font-size: 30px;
        line-height: 1;
        margin-right: 0;
        margin-bottom: 0;
    }

        .back-to-top i:before {
            margin-left: 0;
            margin-right: 0;
            float: left;
        }
