body {
    font-family: 'Montserrat', 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
    background-color: black;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;
}


a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fbe689;
    /*color: #42DCA3;*/
}

a:focus, a:hover {
    text-decoration: underline;
    color: #fbe689;
    /*color: #1d9b6c;*/
}

#mainNav {
    font-family: 'Montserrat', 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: black;
    font-size: 0.95rem;
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: white;
    border: 1px solid white;
}

#mainNav .navbar-brand {
    font-weight: 700;
    color: rgb(167, 123, 105);
}

#mainNav a {
    /*color: white;*/
    color: rgb(167, 123, 105);
}

#mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: none;
    background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 45px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: white;
    border: 2px solid white;
    border-radius: 100% !important;
    background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
    color: white;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
}


.btn {
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-default {
    color: #42DCA3;
    border: 1px solid #42DCA3;
    background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
    color: black;
    border: 1px solid #42DCA3;
    outline: none;
    background-color: #42DCA3;
}

ul.banner-social-buttons {
    margin-top: 0;
}


footer {
    padding: 50px 0;
}

footer #blog {
    position:absolute;
    bottom:0;
}

footer p {
    font-size: 14px;
    margin: 0;
}

::-moz-selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}

::selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}


/***** Header *****/

#series-bundle {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 250px 0;
    text-align: center;
    color: white;
}

#series-bundle .intro-body .brand-heading {
    font-size: 50px;
}

#series-bundle .intro-body .intro-text {
    color: rgb(167, 123, 105);
    font-size: 20px;
}

#series-bundle .intro-body .intro-text-sign {
    color: rgb(167, 123, 105);
    font-size: 18px;
    opacity: 1;
}


.intro-video-div,
.intro-video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.intro-video-overlay {
    background: rgba(0,0,0,0.5);
    pointer-events: none; /* Allows right clicking on the video to pause etc */
}

.intro-video-div video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-body {
    position: relative;
    text-align: center;
    margin: 150px 0; /* This adds some space around the video */
    color: #FFF;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.mv-chevron {
    margin-top: 65px;
}


/***** Equity of Evil *****/

#equity-of-evil {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    /*padding: 250px 0;*/
    text-align: center;
    color: white;
}

#equity-of-evil-comments {
    background: rgba(180, 44, 44, 0.2);
    padding: 50px 0;
}

.equity-of-evil-video-div,
.equity-of-evil-video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.equity-of-evil-video-overlay {
    background: rgba(180, 44, 44, 0.1);
    pointer-events: none; /* Allows right clicking on the video to pause etc */
}

.equity-of-evil-video-div video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.equity-of-evil-belt {
    background-image: url("/assets/img/book/equity_of_evil_belt.png");
    width: 20px;
    height: 100%;
}

/***** Equity of Fear *****/

#equity-of-fear {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    text-align: center;
    color: white;
}

#equity-of-fear-comments {
    background: rgba(180, 176, 44, 0.2);
    padding: 50px 0;
}

.equity-of-fear-video-div,
.equity-of-fear-video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    /*transform:rotate(180deg);*/
}

.equity-of-fear-video-overlay {
    background: rgba(180, 176, 44, 0.1);
    pointer-events: none; /* Allows right clicking on the video to pause etc */
}

.equity-of-fear-video-div video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.equity-of-fear-belt {
    background-image: url("/assets/img/book/equity_of_fear_belt.png");
    width: 20px;
    height: 100%;
}

/***** Equity of Life *****/

#equity-of-life {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    text-align: center;
    color: white;
}

#equity-of-life-comments {
    background: rgba(44, 65, 180, 0.2);
    padding: 50px 0;
}

.equity-of-life-video-div,
.equity-of-life-video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.equity-of-life-video-overlay {
    background: rgba(44, 65, 180, 0.1);
    pointer-events: none; /* Allows right clicking on the video to pause etc */
}

.equity-of-life-video-div video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.equity-of-life-belt {
    background-image: url("/assets/img/book/equity_of_life_belt.png");
    width: 20px;
    height: 100%;
}

/***** About & Discover Styles *****/
#about {
    padding: 40px 0;
}

#discover-blog {
    background-color: #222;
    padding: 20px 0;
    text-align: center!important;
}
.discover-title {
    font-size: 26px;
}
.discover-text {
    font-size: 19px;
    margin: -15px 0 -3px 0;
    /*text-align: left;*/
}

/***** General Styles *****/

.equity-of {
    position: relative;
    text-align: center;
    margin: 50px 0; /* This adds some space around the video */
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);

    width: 100%;
    height: 100%;
    /*padding: 250px 0;*/
}



.equity-of-evil-book ,
.equity-of-fear-book ,
.equity-of-life-book {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-padding {
    width: 47%;
    margin: 5px;
}

.btn-padding-auth {
    width: 50%;
    margin: 5px;
    padding-bottom: 25px;
}

.title-center {
    text-align: center;
}

.content-justify {
    text-align: justify;
}

.content-left {
    text-align: left;
}

.content-right {
    text-align: right;
}

.bnt-ram {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin: 10px 0 5px 0;

    color: #FFFFFF;
    background-color: transparent;
    width: 50%;
}

.bnt-ram:hover {
    color: black;
    border: 1px solid rgb(255, 255, 255);
    outline: none;
    background-color: #FFF;
    /*padding-right: 53px;*/
}



.fa-ics {
    font-size: 25px;
}

/***** Blog Styles *****/

#blog-main {
    margin: 70px 0 0 0;
}


/* Blog (Left Sidebar) */

.blog-left-slide {
    /*position: fixed;*/
    /*width: 24%;*/
    /*padding-top: 20px;*/
    padding-top: 5px;
}

.blog-left-slide .author-pic {
    width: 100%;
    box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
}

.blog-left-slide .author-pic img {
    /*width: 80%;*/
    width: 275px;
}

.blog-left-slide .details h1 {
    font-size: 23px;
    font-weight: 700;
}

.blog-left-slide .details .white-spacing {
    padding: 5px 0;
}


.blog-left-slide .recent-posts .details .white-spacing {
    padding: 0;
    margin: 0 0 -20px 0;
}

.blog-left-slide .recent-posts h1 {
    padding: 1px 0;
}


.blog-left-slide .recent-posts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*width: 80%;*/
    width: 100%;

}

.blog-left-slide .recent-posts li {
    padding: 0 0 10px 0;
}

.blog-left-slide .recent-posts li a{
    font-family: Montserrat;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
}
.blog-left-slide .recent-posts li span{
    color: #fbe689;
}

.recent-posts {
    width: 95%;
}


/* Blog (Right Sidebar) */

.page-body {
    /*background: #ffffff;*/
    background: #202020;
    box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
}

.sub-title {
    /*position: fixed;*/
    /*width: 65%;*/
    /*padding: 30px;*/
    /*border-top: 1px dashed #dedede;*/
    width: 85%;
    padding: 30px;
    color: #000000;
}

.sub-title h2 {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #000000;

}

.sub-title i {
    float: right;
    font-size: 35px;
    margin-top: 15px;
    color: #000000;
}

.sub-title-back {
    width: 35%;
    padding: 30px 0 0 0;
    color: #000000;
}

.sub-title-back h2 {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #fbe689;

}

.sub-title-back i {
    float: left;
    font-size: 35px;
    margin-top: -5px;
    color: #fbe689;
}

.content-page {
    padding-top: 30px;
    padding-bottom: 60px;
    border-top: 1px dashed #dedede;
    /*border-bottom: 1px dashed #dedede;*/
}


div.blog-post {
    margin-bottom: 50px;
}

.blog-post .post-title h1 {
    color: #FFFFFF;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 24px;
}
.blog-post .post-info {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 0;
    color: #8c8c8c;
}

.blog-post p {
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 300;
    letter-spacing: 0.8px;
}

.blog-post div {
    font-size: 16px;
    line-height: 30px;
    color: #696868;
    font-weight: 300;
    letter-spacing: 0.8px;
}


.post-content ,
.btn_rmore {
    font-family: 'Montserrat', 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.post-content a {
    font-size: medium;
    font-weight: 700;
}

/* Social Icons */

.social-icon {
    list-style: none;
    padding: 20px;
    margin: 0;
    text-align: center;
}

.social-icon:before,
.social-icon:after {
    content: " ";
    display: table;
}

.social-icon:after {
    clear: both;
}

.social-icon li {
    display: inline-block;
    margin: 2px 4px;
}

.social-icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    border: 0 none;
    border-radius: 50%;
    font-size: 17px;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.social-icon li a:hover {
    box-shadow: 0px 8px 15px 0px rgba(90, 91, 95, 0.33);
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.google-plus {
    background-color: #dd4b39;
}

.instagram {
    background-color: #464545;
}

.linkedin {
    background-color: #0077b5;
}

.pinterest {
    background-color: #bd081c;
}

.youtube {
    background-color: #cd201f;
}

.vimeo {
    background-color: #1ab7ea;
}

.dribbble {
    background-color: #ea4c89;
}

.behance {
    background-color: #1769ff;
}

.flickr {
    background-color: #ff0084;
}

.tumblr {
    background-color: #35465c;
}

.foursquare {
    background-color: #f94877;
}

.github {
    background-color: #333333;
}

.skype {
    background-color: #00aff0;
}




/***** Contact *****/

#contact {
    width: 100%;
    height: 100%;
    margin-top: 70px;
    text-align: center;
    color: white;
}






@media (max-width: 991px) {

    #series-bundle {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        /*padding: 400px 0;*/
        padding: 135px 0;
        text-align: center;
        color: white;
    }

    #series-bundle .intro-body {
        position: relative;
        text-align: center;
        margin: 30px 0 0 0;
        color: #FFF;
        text-shadow: 0 0 5px rgba(0,0,0,0.4);
    }

    #series-bundle .intro-body .intro-text {
        font-size: 24px;
    }

    #series-bundle .intro-body .intro-text-sign {
        font-size: 20px;
    }

    .mv-chevron {
        margin-top: 80px;
    }

    .equity-of-evil-book,
    .equity-of-fear-book,
    .equity-of-life-book {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .equity-of {
        position: relative;
        text-align: center;
        margin: 0;
        color: white;
        text-shadow: 0 0 5px rgba(0,0,0,0.4);
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .btn-padding {
        width: 45%;
        margin: 5px;
    }

    .bnt-ram {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 10px;
        margin: 5px 0 10px 0;
        color: #FFFFFF;
        background-color: transparent;
        width: 100%;
        display: table-cell;
        padding-top: 18px;
    }

    .bnt-ram:hover {
        color: black;
        border: 1px solid rgb(255, 255, 255);
        outline: none;
        background-color: #FFF;
        padding-top: 18px;
    }

    .fa-ics {
        font-size: 25px;
    }

    .btn-padding-auth {
        width: 100%;
        margin: 5px;
        padding-bottom: 25px;
    }

    #equity-of-evil ,
    #equity-of-fear ,
    #equity-of-life {
        height: 150%;
    }
    #about .content-right {
        text-align: center;
        width: 60%;
        padding-bottom: 10px;
    }
}
