/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #212121;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #c00;
    color:#fff;
    text-shadow: none;
}

::selection {
    background: #c00;
    color:#fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body{
    margin:0 auto;
    font-weight:300;

    font-family:'Oswald', Sans-serif;
    background-color:#fff;
    font-size:18px;
}

header{
    background-color:#fff;
    overflow:hidden;
    font-family:'Oswald', Sans-serif;
    position:fixed;
    backface-visibility: hidden;
    width:100%;
    top:0;
    z-index:999;

    box-shadow:0px 5px 10px -5px rgba(0,0,0,0.3);
}
#main{
    margin-top:81px;
}
header .wrap{
    padding:10px;
    transition:.4s padding;
}
.wrap{
    max-width:1200px;
    height:auto;
    margin:0 auto;
    position:relative;
}
.wrap:before,
.wrap:after {
    content: " ";
    display: table;
}
.wrap:after {
    clear: both;
}
#main.books .wrap{
    max-width:1260px;
}
h1{
    display:inline-block;
    margin:0;
    float:left;
    font-size:44px;
    transition:.4s font-size;
}
h1 a{
    display:inline-block;
    text-decoration:none;
    color:#212121;
    text-transform:uppercase;
    transition:.4s all;
}
h1 a:hover{
    transform:scale(1.1);
}

#social{
    margin:0;
    padding:0;
    position:absolute;
    bottom:5px;
    left:0;
    width:100%;
    text-align:center;

    transition:.4s all;
}
#social li{
    display:inline-block;
    margin-left:10px;
}
#social li:first-child{
    margin-left:0;
}
#social li a{
    display:block;
    text-align:center;
    width:25px;
    height:25px;
    color:#fff;
    background-color:#212121;
    border-radius:50%;
    transition:.4s all;
}
#social li a:hover{
    background-color:#c00;
    color:#fff;
}

#nav-button{
    float:right;
    font-size:44px;
    line-height:50px;
}
nav{
    float:left;
    width:100%;
    display:none;
    position:relative;
    padding-bottom:40px;
}
nav #nav{
    margin:0;
    padding:0;
    margin-top:10px;
}
nav #nav a{
    display:block;
    width:100%;
    text-align:center;
    text-decoration:none;
    color:#212121;
    text-transform:uppercase;
    padding:10px 0;
    border-top:1px solid #eee;
    font-weight:bold;
    font-size:18px;

    transition:.4s color, .4s background-color;
}
nav #nav li:last-child a{
    border-bottom:1px solid #eee;
}
nav #nav a:hover, nav #nav a.active{
    background-color:#212121;
    color:#fff;
}

.inner-banner{
    height:175px;
    width:100%;
    background-size:cover;

    /**************************************************************
    * THIS IS WHERE YOU CHANGE THE ANCHOR POINT OF THE BACKGROUND *
    **************************************************************/
        background-position:right top;
    /**************************************************************
    *                          END OF PART                        *
    **************************************************************/
    
    transition:.4s all;
}
.banner{
    position:relative;
    background-color:#212121;
    padding:10px;
    overflow:hidden;
    max-height:1000px;
    background-position:100% 0%;
    background-size:cover;

    color:#fff;
    /*36.4285714%*/

    transition:.4s padding;
}

.book .banner{
    max-height:10000px;
}
.book section{
    background-color:#212121;
}

.banner:before,
.banner:after {
    content: " ";
    display: table;
}
.banner:after {
    clear: both;
}
.book .banner .wrap{
    position:static;
}

#banners.slick-slider{
    margin-bottom:0;
}
#banners .slick-slide{
	padding-bottom:30px;
}
#banners .slick-dots {
    bottom: 5px;
    right: 10px;
    margin: 0;
    text-align: right;
    width: auto;
}
#banners .slick-dots li{
    margin:0;
}
#banners .slick-dots li button:before{
    font-size:15px;
    color:#fff;
    opacity:0.8;
    text-shadow:1px 1px 2px rgba(0,0,0,0.7);
}
#banners .slick-dots li.slick-active button:before{
    opacity:1.0;
}


.banner.book{
    overflow:hidden;
    background-position:bottom center;
}
.banner.book img{
    max-width:33%;
    max-height:100%;
    float:left;
}
.banner.book .copy{
    width:67%;
    float:left;

    padding-left:20px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.banner h2{
    margin-top:0;
    font-size:28px;
    text-transform:uppercase;

    font-family:'Oswald';
}
.banner h3{
    font-size:16px;
    margin-top:-1em;
    font-family:'Oswald';
}
.banner p{
    display:none;
}
.non-mobile{
    display:none;
}
.mobile{
    display:block;
}
.banner a{
    color:#fff;
    text-decoration:none;
    border-bottom:1px solid #fff;

    transition:.4s border-color;
}
.banner a:hover{
    border-bottom-color:transparent;
}
.banner a.button{
    display:inline-block;
    padding:10px 15px;
    border-radius:5px;
    color:#fff;
    background-color:#c00;
    text-decoration:none;
    text-transform:uppercase;
    border-bottom:3px solid #500;
    font-weight:400;

    transition:.4s background-color;
}

.banner a.button:hover{
    background-color:#800;
}
.banner a.button:active{
    background-color:#800;
    border-bottom:0;
    padding-top:12px;
    padding-bottom:11px;
}
.banner .tag{
    display:none;
}

#features:before,
#features:after {
    content: " ";
    display: table;
}
#features:after {
    clear: both;
}
#features .wrap{
    padding:0 10px;
}
.feature{
    width:100%;
    margin:20px 0;
    position:relative;
    text-decoration:none;
    display:block;
    color:#212121;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.feature .copy{
    position:relative;
    background-color:#f6f6f6;
    border-bottom:5px solid #ebc877;
    padding:10px;
    padding-bottom:47px;

    transition:.4s all;
}
.feature:hover .copy{
    border-bottom-color:#212121;
}
#features img{
    width:100%;
}
#features h3{
    margin:0;
}
#features p{
    margin:10px 0;
}
#features p:last-of-type{
    margin-bottom:0;
}
#features .feature-button{
    position:absolute;
    display:block;
    bottom:0;
    right:0;
    padding:10px 15px;
    padding-bottom:7px;
    background-color:#ebc877;
    border-top-left-radius:5px;
    font-weight:bold;

    transition:.4s all;
}
#features .feature:hover .feature-button{
    color:#fff;
    background-color:#212121;
}
.feature a{
    color:#c00;
    text-decoration:none;
/*    border-bottom:1px solid transparent;
*/    transition:.4s all;
}
.feature a:hover{
    color:#212121;
/*    border-bottom-color:#212121;
*/} 
/*#features .arrow{
    position:absolute;
    bottom:10px;
    right:10px;
    color:#ebc877;
    font-size:14px;
    transition:.4s all;
}
#features .arrow .fa-angle-right{
    color:#212121;
    font-size:20px;
    line-height: 25px;
    margin-left: 1px;
}
#features .arrow:hover{
    color:#212121;
}
#features .arrow:hover .fa-angle-right{
    color:#dddcdb;
}*/

/*section{
    padding:10px;
    border-top:10px solid #eee;
    border-bottom:10px solid #eee;
    background-color:#fff;

    transition:.4s all;
}
section a{
    text-decoration:none;
    color:#c00;
    border-bottom:1px solid #c00;
    transition:.4s all;
}
section a:hover{
    color:#212121;
    border-bottom-color:transparent;
}

article{
    transition:.4s padding;
}
article p:first-child{
    margin-top:0;
}
*/

#main{
    background-color:#fff;
}
#main.books{
    background-color:#eee;
/*    padding-bottom:30px;
*/}

section{
    background-size:cover;
}
.banner{
    background-position:top right;
    background-size:cover;
    padding:10px;
    position:relative;
    overflow:visible;
}
.banner img{
    max-width:125px;
    box-shadow:0 0 20px rgba(0,0,0,0.5);
/*    padding-bottom:70px;
*/}

img.right{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}
img.small{
    width:30%;
}

.banner .larger{
    font-size:20px;
}
#main a.button{
    display:inline-block;
    padding:10px 15px;
    background-color:#c00;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-family:"Oswald";
    text-transform:uppercase;
    border-bottom:3px solid #900;
    border-radius:3px;

    transition:.4s all;
}
#main a.button:hover{
    background-color:#212121;
    color:#fff;
    border-bottom-color:#000;
}
.book .banner a.button{
    position:absolute;
    bottom:10px;
    right:10px;
}
section article a.button{
    display:none;
}
section article h2{
    margin:0;
    margin-bottom:10px;
}
article{
    padding:0 10px;
}

div.video{
    position:relative;
    width:100%;
    padding-bottom:56.25%;
}
div.video iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.books h2{
    margin-left:10px;
}

#quotes{
/*    margin-top:40px;
*//*    padding-left:40px;
    padding-right:40px;
*/    position:relative;
}
/*#quotes:before{
    content:"“";
    font-weight:bold;
    font-family:"Times New Roman", serif;
    position:absolute;
    top:0;
    left:0;
    color:#ccc;
    font-size:60px;
    line-height:0;
}
#quotes:after{
    content:"”";
    font-weight:bold;
    font-family:"Times New Roman", serif;
    position:absolute;
    top:100%;
    right:0;
    color:#ccc;
    font-size:60px;
    margin-top:-30px;
}*/
.quote{
}
.author{
    text-align: left;
    font-weight:bold;
    text-decoration:none;
    color:#212121;
    font-style:italic;
    margin-bottom:20px;
    display:block;
}

.grid{
    margin:0;
    padding:0;
    padding-bottom:5px;
}
.grid:before,
.grid:after {
    content: " ";
    display: table;
}
.grid:after {
    clear: both;
}
.grid li{
    float:left;
    list-style:none;
    margin:0;
    padding:5px 10px;
    width:50%;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.grid a{
    display:block;
}
.grid li:nth-child(2n+1){
    padding-right:5px;
}
.grid li:nth-child(2n+2){
    padding-left:5px;
}
.grid li img{
    width:100%;
}

.wrap.padded{
    padding:0 10px;
}

#content{
    padding:0;
    margin-bottom:20px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
#content h3{
    margin-top:0;
    margin-bottom:20px;
    font-size:20px;
}
#content a{
    color:#c00;
    text-decoration: none;
    transition:.4s color;
}
#content a:hover{
    color:#212121;
}

#content .credit{
    font-size:15px;
    margin-top:5px;
}
aside{
    padding:0;
    margin-bottom:20px;
    font-family:'Oswald';

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.grey-button{
    display:block;
    color:#212121;
    text-decoration:none;
    background-color:#f6f6f6;
    border-bottom:3px solid #ebc877;
    padding:10px;
    margin-bottom:10px;
    font-weight:bold;

    transition:.4s border-color;
}
.grey-button:hover{
    border-bottom-color:#666;
}
#main .grey-button a{
    display: inline-block;
    font-weight:normal;
    text-align: center;
    width: 25px;
    height: 24px;
    padding-top:1px;
    color: #fff;
    background-color: #212121;
    border-radius: 50%;
    margin-top:5px;
    margin-right:5px;

    transition: .4s all;
}
#main .grey-button a:hover{
    background-color:#c00;
}


#contest label{
    display:block;
    margin-bottom:10px;
}
#contest span{
    display:block;
    margin-bottom:3px;
}
#contest input:not([type]), #contest input[type="email"]{
    width:100%;
    max-width:400px;
    padding:5px 10px;
}
#contest input[type="submit"]{
    display:inline-block;
    padding:10px 15px;
    background-color:#c00;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-family:"Oswald";
    text-transform:uppercase;
    border:none;
    border-bottom:3px solid #900;
    border-radius:3px;

    transition:.4s all;
}
#contest input[type="submit"]:hover{
    background-color:#212121;
    color:#fff;
    border-bottom-color:#000;
}




.stores{
    margin:0;
    padding:15px 10px;
    text-align:center;
    background-color:#000;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.reverse .stores{
    background-color:#fff;
}
.stores li{
    list-style:none;
    display:inline-block;
    margin:10px 20px;
}
.stores li a{
    display:block;
    border-bottom:0;
    opacity:0.75;

/*    width:100px;
*/    height:30px;

    transition:.4s opacity !important;
}
.stores li a:hover{
    opacity:1.0;
}
.stores li img{
    max-width:100px;
    max-height:30px;
    vertical-align: middle;
    font-size:0;
}

footer{
    background-color:#212121;
    text-align:center;
    color:#fff;
    padding:10px 0;
}
footer a{
    color:#fff;
    text-decoration:none;
    border-bottom:1px solid #fff;
    transition:.4s all;
}
footer a:hover{
    color:#c00;
    border-bottom-color:transparent;
}
.non-tablet{
    display: block;
}
.tablet{
    display:none;
}

hr{
    margin:20px 0;
}

#gallery{
    padding-bottom:5px;
    background-color:#fff;
}
#gallery .item{
    display:block;
    text-align:center;
    width:100%;
    margin:5px 0;
}
#gallery .link{
    background-color:#f6f6f6;
    border-bottom: 3px solid #ebc877;
    padding:10px;

    transition:.4s border-bottom-color;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
#gallery .link:hover{
    border-bottom-color: #666;
}
#gallery .link img{
    width:100%;
    margin-bottom:8px;
}
#gallery a{
    color:#212121;
    text-decoration:none;
}
#gallery .item a{
    display:none;
}
#gallery a.link{
    display:block;
}

@media (min-width: 600px){
    #features .wrap{
        padding:10px;
        padding-bottom:0;
    }
    .feature{
        width:50%;
        float:left;
        margin:0;
        margin-bottom:10px;
    }
    .feature:nth-child(2n+1){
        border-right:5px solid #fff;
    }
    .feature:nth-child(2n+2){
        border-left:5px solid #fff;
    }

    .grid li{
        width:33.3333%;
    }
    .grid li:nth-child(2n+1){
        padding-right:10px;
    }
    .grid li:nth-child(2n+2){
        padding-left:10px;
    }
    .grid li:nth-child(3n+1){
        padding-right:3.3333px;
    }
    .grid li:nth-child(3n+2){
        padding-left:6.6667px;
        padding-right:6.6667px;
    }
    .grid li:nth-child(3n+3){
        padding-left:3.3333px;
    }

    #gallery:before,
    #gallery:after {
        content: " ";
        display: table;
    }
    #gallery:after {
        clear: both;
    }
    #gallery .item{
        width:50%;
        float:left;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    #gallery .item:nth-child(2n+1){
        padding-right:5px;
    }
    #gallery .item:nth-child(2n+2){
        padding-left:5px;
    }

    footer:before,
    footer:after {
        content: " ";
        display: table;
    }
    footer:after {
        clear: both;
    }
    footer .left{
        float:left;
    }
    footer .right{
        float:right;
    }
}

@media (min-width: 768px){

    header{
        overflow:hidden;
    }
    header .wrap{
        padding:20px;
    }
    h1{
        font-size:52px;
    }

    nav{
        display:block;
        position:static;
        padding-bottom:0;
        text-align:center;
    }
    nav li{
        display:inline-block;
    }
    nav #nav li{
        display:inline-block;
        margin:0 19px;
        transition:.4s margin;
    }
    nav #nav a{
        border-top:0;
        padding:0;
        border-bottom:5px solid transparent;
        transition:.4s border-color;
    }
    nav #nav li:first-child{
        margin-left:0;
    }
    nav #nav li:last-child{
        margin-right:0;
    }
    nav #nav li:last-child a{
        border-bottom:5px solid transparent;
    }
    nav #nav a:hover, nav #nav a.active, nav #nav li:last-child a:hover{
        background-color:#fff;
        color:#212121;
        border-bottom:5px solid #212121;
    }

    #main{
        margin-top:152px;
    }


    section .banner img{
        max-width:262px;
        margin-top:15px;
        margin-bottom:15px;
        float:left;
    }

    section .banner:before,
    section .banner:after {
        content: " ";
        display: table;
    }
    section .banner:after {
        clear: both;
    }

    section article{
      margin-left: 262px;
      padding-left: 20px;
      padding-right:0;
      max-width:775px;
      color:#fff;
      font-size:18px;
      text-shadow:1px 1px 2px rgba(0,0,0,0.5);
    }

    .banner a.button{
        position:static;
    }

    .book .banner a.button{
        position:static;
    }

    .wrap.padded{
        padding:0 20px;
    }

    .tablet{
        display:block;
    }
    .non-tablet{
        display:none;
    }

    .tabtext{
        margin-left:282px;
        color:#fff;
    }
    .tabtext h2{
        margin:0;
    }


    #social{
        bottom:auto;
        left:auto;
        top:25px;
        right:20px;
        text-align:right;
        width:auto;
    }

    #social li a{
        width:35px;
        height:35px;

        font-size:23px;
    }

    #nav-button{
        display:none;
    }
    
    .inner-banner{
        height:300px;
    }
    .banner{
        padding:20px;
        height:400px;
        position:relative;
    }
    .book .banner{
        height:auto;
        background-color:transparent;
    }
    .banner p{
        display:block;
    }
    .non-mobile{
        display:block;
    }
    .banner .non-mobile p{
        font-size:20px;
    }
    .mobile{
        display:none;
    }
    .banner .non-desktop{
        display:none;
    }
    #banners .slick-slide{
        height:438px;
        max-height:100%;
        padding-top:30px;
    }
    .banner a img{
        margin-top:20px;
    }
    .banner.slick-slide .copy{
        margin-top:10px;
    }
    .banner.book.overlay:after{
        content:"";
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background-color:rgba(0,0,0,0.75);
    }
    .banner.book img{
        display:block;
        max-height:400px;
        position:relative;
        z-index:2;
        max-width:25%;
    }
    .banner.book .copy{
        width:75%;
        position:relative;
        padding-left:20px;
        z-index:2;
    }
    .banner h2{
        font-size:48px;
    }
    .banner.book h2{
        padding-right:100px;
    }
    .banner h3{
        font-size:20px;
    }
    .banner .tag{
        display:block;
        position:absolute;
        z-index:2;
        top:35px;
        right:-95px;
        width:300px;
        padding:15px 0;
        background-color:#fff;
        text-align:center;
        text-transform:uppercase;
        font-weight:bold;

        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
    }
    .tag.green{
        background-color:#bed733;
    }
    .tag.red{
        background-color:#c00;
    }


    #features .wrap{
        padding:20px;
        padding-bottom:0;
    }
    .feature{
        margin-bottom:20px;
    }
    #features p{
    }
    .feature:nth-child(2n+1){
        border-right:10px solid #fff;
    }
    .feature:nth-child(2n+2){
        border-left:10px solid #fff;
    }

    
    aside{
        width:262px;
        position:absolute;
        top:20px;
        margin-bottom:0;
    }
    #content{
        margin-left:282px;
/*        max-width:775px;
*/        margin-bottom:40px;
        min-height:180px;
    }

    .stores{
        padding:25px 20px;
    }

    hr{
        margin:35px 0;
    }

    .books h2{
        margin-left:20px;
    }

    .grid{
        margin-top:-10px;
        padding-bottom:10px;
    }
    .grid li{
        width:25%;
        padding:10px 20px;
    }
    .grid li:nth-child(2n+1){
        padding-right:20px;
    }
    .grid li:nth-child(2n+2){
        padding-left:20px;
    }
    .grid li:nth-child(3n+1){
        padding-right:20px;
    }
    .grid li:nth-child(3n+2){
        padding-left:20px;
        padding-right:20px;
    }
    .grid li:nth-child(3n+3){
        padding-left:20px;
    }
    .grid li:nth-child(4n+1){
        padding-right:5px;
    }
    .grid li:nth-child(4n+2){
        padding-left:15px;
        padding-right:10px;
    }
    .grid li:nth-child(4n+3){
        padding-left:10px;
        padding-right:15px;
    }
    .grid li:nth-child(4n+4){
        padding-left:5px;
    }

    footer{
        padding:20px 0;
    }

    #gallery{
        padding-bottom:10px;
        margin-top:-10px;
    }
    #gallery .item{
        margin:10px 0;
    }
    #gallery .item:nth-child(2n+1){
        padding-right:10px;
    }
    #gallery .item:nth-child(2n+2){
        padding-left:10px;
    }
}



@media (min-width: 950px){
    .non-tablet{
        display:block;
    }
    .tablet{
        display:none;
    }
    section{
        background-position:bottom center;
        padding:20px;
/*        padding-bottom:200px;
*/        position:relative;
    }
    /*section:after{
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:200px;
        content:"";
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
    }*/
    section .banner{
        padding:0;
/*        float:left;
*/    }

    /*section .banner a.button{
        display:none;
    }*/
    section article a.button{
        display:inline-block;
        font-size:28px;
        padding:15px 20px;
        border-bottom-size:5px;
        border-radius:5px;
        font-weight:bold;
    }
    section article h2{
        font-size:68px;
        margin-top:0;
        margin-bottom:20px;
    }
    section article{
      margin-left: 262px;
      padding-left: 45px;
      padding-right:0;
      max-width:775px;
      color:#fff;
      font-size:18px;
      text-shadow:1px 1px 2px rgba(0,0,0,0.5);
    }
    section .banner img{
        margin-top:20px;
        margin-bottom:20px;
    }

    .inner-banner{
        height:400px;
    }

    #banners .banner{
    }
/*    #banners:after{
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:200px;
        content:"";
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
    }*/
    #banners .slick-dots{
        z-index:80;
        bottom:15px;
        right:20px;
    }
    #banners .slick-dots li{
        margin-left:10px;
    }
    #banners .slick-dots li button:before{
        font-size:20px;
/*        color:#000;
        opacity:0.5;
        text-shadow:none;*/
        transition:.4s opacity;
    }


    header .wrap{
        padding-top:50px;
    }
    nav{
        float:right;
        width:auto;
    }
    nav #nav{
        margin-top:40px;
    }
    nav #nav li{
        margin:0 11.5px;
    }

    #main{
        margin-top:142px;
    }

    #features{
        margin:20px 0;
    }
    .feature{
        width:25%;
    }
    .feature{
    }
    .feature:nth-child(2n+1){
        border-right:5px solid #fff;
        border-left:10px solid #fff;
    }
    .feature:nth-child(2n+2){
        border-left:5px solid #fff;
        border-right:10px solid #fff;
    }
    .feature:first-child{
        border-right:15px solid #fff;
        border-left-width:0;
    }
    .feature:last-child{
        border-left:15px solid #fff;
        border-right-width:0;
    }


    
    .grey-button{
        padding:15px;
        margin-bottom:20px;
    }
    .grey-button a{
        margin-top:15px;
    }
    aside{
        top:55px;
    }
    #content{
        margin-left:307px;
        margin-top:50px;
    }

    #gallery{
        padding:0;
        margin-top:-5px;
    }
}

@media (min-width: 1080px){
    header .wrap{
        padding-left:30px;
        padding-right:30px;
    }
    #social{
        top:25px;
        right:30px;
    }

    .banner{
        padding:20px 30px;
    }
    .banner.book .copy{
        padding-left:30px;
    }
    .inner-banner{
        height:450px;
    }


    #features .wrap{
        padding:20px 30px 0 30px;
    }
    .feature:nth-child(2n+1){
        border-right:7.5px solid #fff;
        border-left:15px solid #fff;
    }
    .feature:nth-child(2n+2){
        border-left:7.5px solid #fff;
        border-right:15px solid #fff;
    }
    .feature:first-child{
        border-right:22.5px solid #fff;
        border-left-width:0;
    }
    .feature:last-child{
        border-left:22.5px solid #fff;
        border-right-width:0;
    }

    section{
        padding:30px;
/*        padding-bottom:100px;
*//*        padding-bottom:200px;
*/    }
    article{
        padding-right:0;
    }

    .books h2{
        margin-left:30px;
    }

    .grid{
        margin-top:-15px;
        padding-bottom:15px;
    }
    .grid li{
        width:20%;
        padding:15px 30px;
    }
    .grid li:nth-child(2n+1){
        padding-right:30px;
    }
    .grid li:nth-child(2n+2){
        padding-left:30px;
    }
    .grid li:nth-child(3n+1){
        padding-right:30px;
    }
    .grid li:nth-child(3n+2){
        padding-left:30px;
        padding-right:30px;
    }
    .grid li:nth-child(3n+3){
        padding-left:30px;
    }
    .grid li:nth-child(4n+1){
        padding-right:30px;
    }
    .grid li:nth-child(4n+2){
        padding-left:30px;
        padding-right:30px;
    }
    .grid li:nth-child(4n+3){
        padding-left:30px;
        padding-right:30px;
    }
    .grid li:nth-child(4n+4){
        padding-left:30px;
    }
    .grid li:nth-child(5n+1){
        padding-right:6px;
    }
    .grid li:nth-child(5n+2){
        padding-left:24px;
        padding-right:12px;
    }
    .grid li:nth-child(5n+3){
        padding-left:18px;
        padding-right:18px;
    }
    .grid li:nth-child(5n+4){
        padding-left:12px;
        padding-right:24px;
    }
    .grid li:nth-child(5n+5){
        padding-left:6px;
    }

    .wrap.padded{
        padding:0 30px;
/*        margin-top:-60px;
*/    }
    footer .wrap.padded{
        margin-top:0;
    }
    .stores{
        padding:25px 30px;
    }

    #gallery .item{
        width:33%;
    }
    #gallery .item:nth-child(2n+1){
        padding-right:0;
    }
    #gallery .item:nth-child(2n+2){
        padding-left:0;
    }
    #gallery .item:nth-child(3n+1){
        padding-right:12px;
    }
    #gallery .item:nth-child(3n+2){
        padding-left:6px;
        padding-right:6px;
    }
    #gallery .item:nth-child(3n+3){
        padding-left:12px;
    }


    .cols{
        display:table;
        width:100%;
    }
    .cols .col{
        display:table-cell;
        width:50%;
    }
}

@media (min-width: 1095px){
    nav #nav li{
        margin:0 20px;
    }
}

@media (min-width: 1235px){
    nav #nav li{
        margin:0 30px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.95;
  filter: alpha(opacity=95); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }