@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,400,300,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Raleway:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:100,300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,100);
body {
    color: #34495e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.231;
    margin: 0;
    padding: 0;
}

.container {
    max-width:940px;
    margin-left: auto;
    margin-right: auto;
}

.book {
    padding: 2px;
    margin: 8px;
    border: 1px solid #cccccc;
}
/*
.cover_image {
    width: 196px;
}
.cover_image img {
    width: 100%;
}
*/
.cover_image img {
    width: 100%;
    height: 255px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #444;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    object-fit: contain;
}
.product_cover {
    margin-top: -8px;
}

.items_pagination {
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 4px;
    padding: 2px;
    text-align: center;
    width: 24px;
}

.items_pagination.active {
    font-weight:bold;
    color: #FFFFFF;
    background-color:#9cbf3d;
}


.button {
    background-color: #006ea2;
    color: #ffffff;
    padding: 9px 24px;
    text-decoration: none;
    border-radius: 3px;
    font-family: "Open Sans Condensed";
    margin: 2px;
}
.button:hover {
    background-color: #DDDDDD;
}

#search_container {
    text-align: right !important;
    padding-right: 16px;
}

#book_container, #playlist_info_heading, #search_container, #content_container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:14px;
    width: 240px;
    margin-bottom:32px;
    position: relative;
}

.button_separator {
    clear:both;
    height: 16px;
}

.header_info {
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pub_logo_container {
    float: left;
    width: 320px;
    margin-left: 5%;
    position: relative;
}
.pub_logo_container img {
    width: 100%;
}

.pub_information {
    float: right;
    width:50%;
    min-width: 300px;
}

@media (max-width: 1024px) {
    .pub_logo_container {
        width: 40%;
        mix-width:280px;
    }
}

@media (max-width:420px) {
    .pub_logo_container {
        width:80%;
        max-width:260px;
        margin-left:auto;
        margin-right: auto;
        float: none;
    }
    .pub_information {
        width:90%;
        min-width:220px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .pub_information h1 {
        font-size: 32px !important;
    }
    .additional-links {
        position: relative;
        margin-left: auto;
        margin-right: auto !important;
    }
}

.social_logo {
    width: 32px;
    border: 0;
    display: inline-block;
}

#products .container {
    max-width: 940px;
}
@media(max-width:1280px) {
    #products .container {
        max-width: 724px;
    }
}


.header {
    padding-top: 76px;
    padding-bottom: 64px;
}


.cover_image {
    margin-left:auto;
    margin-right:auto;
    padding-top:8px;
}
.product_title {
    height:32px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.project .front {
    border-radius: 8px;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 100;
    background-color: #FFFFFF;
    transform-origin: 0 40%;
    -webkit-transform-origin: 0 40%;
    -moz-transform-origin: 0 40%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    padding-bottom:10px;
    -webkit-backface-visibility: hidden;
    transform: perspective(200px);
    min-height:320px;
}

.project {
    /*position: relative;*/
}

.description {
    max-height:67%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom:16px;
    text-align: left;
    -webkit-overflow-scrolling: touch;
    display:none;

}

.open .description {
    display: block !important;
}

.project .back {
    border-radius: 8px;
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(left,  #eaeaea 0%, #dddddd 6%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeaea), color-stop(6%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #eaeaea 0%,#dddddd 6%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #eaeaea 0%,#dddddd 6%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #eaeaea 0%,#dddddd 6%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right,  #eaeaea 0%,#dddddd 6%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    z-index:0;
    height:100%;

    width: 218px;
    margin-bottom:-12px;
}

.project .front.open {
    transform: perspective(700px) translate3d(0px, 0px, 0px) scale3d(1.05, 0.95, 0.85) rotate3d(0, 52, 0, -90deg);
    -webkit-transform: perspective(700px) translate3d(0px, 0px, 0px) scale3d(1.05, 0.95, 0.85) rotate3d(0, 52, 0, -90deg);
    -moz-transform: perspective(700px) translate3d(0px, 0px, 0px) scale3d(1.05, 0.95, 0.85) rotate3d(0, 52, 0, -90deg);
    -o-transform: perspective(700px) translate3d(0px, 0px, 0px) scale3d(1.05, 0.95, 0.85) rotate3d(0, 52, 0, -90deg);

}

.read_now {
    float: left;
}

.back_to_cover_button {
    float: right;
}

.back_buttons {
    bottom: 18px;
    left: 10px;
    position: absolute;
    width: 196px;
}


.pub_logo_container {
    float: left;
    width: 320px;
    margin-left: 5%;
}
.pub_logo_container img {
    width: 100%;
}

.pub_information {
    float: right;
    width:50%;
    min-width: 300px;
}

@media (max-width: 1024px) {
    .pub_logo_container {
        width: 40%;
        mix-width:280px;
    }
}

@media (max-width:420px) {
    .pub_logo_container {
        width:80%;
        max-width:260px;
        margin-left:auto;
        margin-right: auto;
        float: none;
    }
    .pub_information {
        width:90%;
        min-width:220px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .pub_information h1 {
        font-size: 32px !important;
    }
}

.social_spacer {
    width:8px;
    display: inline-block;
}

#products .container {
    max-width: 940px;
}
@media(max-width:1280px) {
    #products .container {
        max-width: 724px;
    }
}


.pricing_info {
}

.more_info_button {
}

.footer-3 {
    margin-bottom: 32px;
}

.additional-links {
    text-align: center;
    position: absolute;
    right: 22px;
    bottom: 10px;
}

.additional-links .social_spacer {
    width: 6px;
}

@media (max-width: 1024px) {
    .additional-links .social_spacer {
        width: 16px;
    }
}

@media (max-width: 360px) {
    .additional-links .social_spacer {
        width: 8px;
    }
}

.pub_information.light h1 {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}

.pub_information.light p {
    color: #FFFFFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

.pub_information.dark h1 {
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.5);
    color: #000000;
}

.pub_information.dark p {
    color: #000000;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}


#pagination {
    clear: both;
    display: block;
    margin-top: 32px;
    text-align: center;
    width: 95%;
}
#pagination .page {
    display: inline-block;
    height: 16px;
    width: 16px;
    padding: 8px;
    margin: 8px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color:#3498DB;
}


.page.active {
    background-color: #CCCCCC !important;
    color: #000000 !important;
}

#previous_page, #next_page {
    font-family: 'Flat-UI-Icons';
    height: 18px !important;
    width: 18px !important;
}

.page.disabled {
    opacity: .3;
}

#search_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-bottom:16px;
}
#search_box input {
    margin-bottom: 0px;
    padding: 5px 3px;
    font-size: 14px;
}
#search_box .btn {
    padding: 7px 10px 8px;
}

@media (max-width: 420px) {
    #search_box {
        width: auto;
        text-align:center;
    }
    #search_spacer {
        display: block;
        width:100%;
        height:12px;
    }
    .pub_information {
        /*color: #444444 !important;*/
        margin-top: -26px;
    }
}

@media (min-width:768px) {
    .pub_information {
        width: 45%;
        margin-right: 32px;
    }

}

#products {
    padding-top:20px;
}


.etc {
    display: inline-block;
    font-size: 32px;
    vertical-align: sub;
}

#book_container .project, #book_container .project-wrapper {
    width: 218px;
    margin-bottom: 12px;
    background-color: #FFFFFF;
}

#book_container .project {
    margin-bottom:-12px;
    position: relative;
}

.project-wrapper {
    margin: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
    position: relative;
    display: inline-block;

}
.product_title {
    height:32px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    color: #95a5a6;
    font-size: 16px;
    text-align: center;
}
.button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFFFFF;
    color: #595959;
    padding: 9px 12px 10px;
    border: 1px solid #c2c2c2;
    font-size: 14px;
    font-weight: 300 !important;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}

.button_row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
}
.button_row div {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

.tagline {
    color: #777777;
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
    padding: 8px 12px 16px;
    text-align: left;
}

.playlist_cover .color_overlay {
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}


.playlist_cover {
    position: relative;

}

.playlist_cover .cover_image {
    width: auto;
    padding-top: 0;
}

.playlist_title, .playlist_hook {
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
    padding: 8px;
}

.playlist_title {
    hyphens: auto;
    font-size: 18px;
    font-family: "Open Sans Condensed";
    font-weight: bold;
}
.playlist_hook {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.clean_link {
    text-decoration: none;
}

#playlist_info_heading {
    text-align: center;
    min-height: 18px;
}

#playlist_back_to_home {
    border: 2px solid #a4a4a4;
    border-radius: 32px;
    color: #a4a4a4 !important;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 32px;
    font-weight: bold;
    height: 34px;
    line-height: 30px;
    margin-top: 2px;
    text-indent: -2px;
    width: 32px;
    text-decoration:none !important;
    position: absolute;
}
#playlist_back_to_home a {
    text-decoration: none;
    color: #a4a4a4;
}
#playlist_info_heading h3, #playlist_info_heading h2 {
    color: #707070;
}

#playlist_info_heading h2 {
    font-size: 2.5em;
    margin-bottom:-16px;
}
#playlist_info_heading h3 {
    font-size: 1.5em;
}


.white_border {
    border: 2px solid #FFFFFF;

}
#raleway_header.light_overlay {
    border-color: #000000;
}

#raleway_header {
    display:inline-block;
    font-family: "Raleway";
    font-size: 2em;
    text-align:center;
    padding: 20px;
    text-transform: uppercase;
    margin: 24px auto 36px;
    font-weight: 300;
    z-index:20;
    position: relative;
}

#black_overlay {
    height:100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.5);
    z-index:-20;
}

#scroll_header {
    position: relative;
    z-index:100;

}

#raleway_header {
    margin-top:24px;
    margin-bottom:24px;
}

@media (min-width:520px) {
    #raleway_header {
        margin-top:24px;
        margin-bottom:64px;
    }
}
#back_to_storename {
    display:none;
}

#scroll_header .store_description {
    margin-bottom: 64px;
}
@media (max-width: 640px) {
    #scroll_header.playlist {
        display:none;
    }
    #playlist_back_to_home {
        font-size: 18px;
        height: 18px;
        line-height: 16px;
        width: 18px;
        display: inline-block;
        margin-right:6px;
        float: none;
    }

    .pub_logo_container {
        display:none;
    }

    #back_to_storename, #back_to_storename a {
        display: inline-block;
        cursor: pointer;
        color: #707070;
        text-decoration: none;
        width: 80%;
    }

    h2 {
        font-size:2em;
        margin-top: 6px;
    }
    h3 {
        font-size: 1.8em;
        margin-bottom:12px;
    }

    #playlist_info_heading {
        margin-bottom:12px;
    }
}

#search_filter_type {
    font-size: 16px;
}

#extended_search_button {
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}

#extended_search_button:hover {
    text-decoration: none;
}

#back_to_store_from_search {
    float: left;
}

@media (max-width: 500px) {
    #search_string {
        padding: 6px 8px;
        margin-right:0px;
    }
    #search_button {
        padding: 7px 8px 8px;
    }

}


.form-control {
    padding: 6px 12px;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}
#pagination {
    margin-bottom: 24px;
}

.pagination_button {
    display: inline-block;
    height: 24px;
    width: 24px;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    margin: 4px;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
}

.pagination_button.active {
    background-color: #48b0f7;
}

.pagination_button:hover {
    background-color: #DDDDDD;
}

.product_card {
    width: 186px;
    display: inline-block;
    margin-left: 6px;
    margin-right: 8px;
    position: relative;
}

#edit_store_button {
    position: absolute;
    top: -18px;
    right: -18px;
}



#store_social_sharing_icons {
    position: absolute;
    bottom: 0px;
    margin-bottom: -75px;
    padding: 5px;
}


.book-card {
    float: left;
    width: 172px;
    height: 372px;
    background-color: rgba(245,245,245,1);
    border: 1px solid rgba(220,220,220,1);
    margin: 0px 15px 15px 0px;
    border-radius: 6px;
    position: relative;
}

.book-image {
    width: 100%;
    height: 255px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    object-fit: contain;
}

.book-card p.title {
    font-size: 13px;
    font-weight: 700;
    padding: 10px 10px 0 10px;
    line-height: 21px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.book-card p.author {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0 10px 10px 10px;
    line-height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search {
    width: 480px;
}

.select {
    overflow: hidden;
    height: 38px;
    width: 180px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    color: rgba(120,120,120,1);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    float: left;
}

select {
    height: 38px;
    font-size: 16px;
    width: 240px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(240,240,240,1);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 1px solid rgba(220,220,220,1);
    border-bottom: 1px solid rgba(220,220,220,1);
    border-left: 1px solid rgba(220,220,220,1);
    border-right: 0;
    padding: 0 0 0 10px;
    float: left;
}

.select:after {
    content:"\F0DC";
    font-family: FontAwesome;
    color: rgba(120,120,120,1);
    position: absolute; right: 0; top: 0;
    background: rgba(240,240,240,1);
    z-index: 1;
    text-align: center;
    width: 18%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    border-top: 1px solid rgba(220,220,220,1);
    border-bottom: 1px solid rgba(220,220,220,1);
    border-right: 1px solid rgba(220,220,220,1);
    float: left;
    line-height: 38px;
}

.search #search_string{
    width: 260px;
    height: 38px;
    border-top: 1px solid rgba(220,220,220,1);
    border-bottom: 1px solid rgba(220,220,220,1);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    float:left;
    box-shadow: none;
}

#search_button, #just_search_button {
    color: rgba(72,176,247,1);
    height: 38px;
    font-size: 16px;
    padding-top: 5px;
    padding-right: 6px;
    border-top: 1px solid rgba(220,220,220,1);
    border-bottom: 1px solid rgba(220,220,220,1);
    border-right: 1px solid rgba(220,220,220,1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    float:left;
    width: 30px;
    cursor: pointer;
}


.store-social-icons {
    font-size: 32px;
    padding: 2px;
    text-align: right;
}

.padding-0-15-0-0 {
    padding: 0 15px 0 0;
}

.store-social-icons .fa-facebook-square {
    color: rgba(58,88,155,1);
}

.store-social-icons .fa-twitter-square {
    color: rgba(29,161,243,1);
}

.store-social-icons .fa-google-plus-square {
    color: rgba(228,96,67,1);
}

.store-social-icons .fa-pinterest-square {
    color: rgba(203,32,39,1);
}

.store-social-icons .fa-envelope-square {
    color: rgba(140,140,140,1);
}

#save_changes {
    background-color: #2DAAFF;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
}

#edit_container {
    position: absolute;
    top: 6px;
    right: 4px;
}

.edit_button {
    display:none;
    /* font-size: 15px; */
}
#edit_buttons {
    position: absolute;
    top: 6px;
    left: 6px;
}

#edit_store_logo:before {
    content: "Edit logo";
    font-size: 12px;
    position: absolute;
    top: -22px;
    left: -1px;
    height: 22px;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .6);
    color: rgba(70, 70, 70);
    text-transform: uppercase;
    border-bottom: 0px;
    padding: 4px 8px;
    line-height: 11px;
    font-weight: bold;
}

#edit_store_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.6);
    height: 100%;
    width: 100%;
    line-height: 196px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}

#edit_instructions {

    width: 360px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    background-color: #2DAAFF;
    color: #FFFFFF;
    padding: 20px 36px;
    border-radius: 12px;
    box-shadow: 4px 4px 6px rgba(0,0,0,.4);
    position: absolute;
    top: -58px;
    z-index: 1000;
    left: 50%;
    margin-left: -180px;

}

#edit_instructions p {
    font-size: 20px;

}
.header_text_color {
    display: inline-block;
    height: 24px;
    width: 24px;
    border: 3px solid #222222;
    border-radius: 2px;
    margin-right:4px;
}

.header_text_color.selected {
    border-color: #0b81be;
}

.playlist_info {
    z-index: 1000;
    position: absolute;
    top: 0;
    text-align: left;
}

.playlist_display {
    width: 172px;
    height: 255px;
    float: left;
    margin: 22px 15px 15px 0px;
    border-radius: 6px;
}

h1.products {
    font-family: "Open Sans Condensed";
    font-size: 16px;
    text-align: left;
    text-transform:uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom:8px;
}


@media (max-width: 980px) {
    #book_container, #playlist_info_heading, #search_container, #content_container {
        width: 750px;
    }
    #raleway_header {
        margin-top: 16px;
        margin-bottom: 32px;
        font-size: 1.8em;
    }

}

@media (max-width: 740px) {
    #book_container, #playlist_info_heading, #search_container, #content_container {
        width: 562px;
    }
    #search_container {
        margin-top:48px;
        margin-bottom: 16px;
    }
    h1 {
        margin-top: 12px;
    }
    .store_headline {
        margin-top: 22px !important;
    }
    #edit_container {
        width: 88px;
        text-align: right;
    }
    #edit_container button {
        margin-bottom: 4px;
    }

}
@media (max-width: 580px) {
    #book_container, #playlist_info_heading, #search_container, #content_container {
        width: 500px;
    }
    #edit_container {
        display: none;
    }

    #raleway_header {
        margin-top: 12px;
        margin-bottom: 24px;
        font-size: 1.5em;
    }
    #scroll_header .store_description {
        margin-bottom: 16px;
    }
    .header {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
@media (max-width: 520px) {
    #book_container, #playlist_info_heading, #search_container, #content_container {
        width: 480px;
    }

}

@media (max-width: 480px) {
    #content_container {
        width: 95%;
    }
    .search #search_string, .select {
        width: 136px;
    }
    #search_container {
        width: 100%;
    }
    #playlist_info_heading {
        width: 240px;
    }
    #book_container, #collection_container{
        width: 170px;
        margin-left: auto;
        margin-right: auto;
    }

}
@media (min-width: 989px) {
    #book_container, #playlist_info_heading, #search_container, #content_container {
        width: 960px;
    }
}

.store_headline {
    display: inline-block;
}

#top_edit_header {
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    pointer-events:none;
}
.store-edit-button {
    pointer-events:auto;
    text-align: center;
    background-color: rgba(245,245,245,1);
    border: 1px solid rgba(220,220,220,1);
    padding: 4px 12px;
    font-size: 14px;
    color: rgba(65,65,65,1);
    border-radius: 6px;
}

.editable_text {
    background-color: rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.6);
    position: relative;
    min-height: 42px;
    width: 100%;
    min-width: 124px;
}
.editable_text:before {
    content: "Edit Text";
    font-size: 12px;
    position: absolute;
    top: -22px;
    left: -1px;
    height: 22px;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .6);
    color: rgba(70, 70, 70);
    text-transform: uppercase;
    border-bottom: 0px;
    padding: 4px 8px;
    line-height: 11px;
    font-weight: bold;
}

.pub_information h1 {
    margin-top: 0px;
}

.store_headline {
    margin-top: 0px;
    margin-bottom: 16px;
    padding: 8px;
}
.store_description {
    padding: 8px;
}

.store_description dark_overlay {
    font-size: '1.2em';
    color: white;
}

#raleway_header .store_headline {
    margin-bottom: 0px;
}

.dark_overlay {
    color: #FFFFFF;
}
.light_overlay {
    color: #000000;
}

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.dropdown-menu {
    pointer-events: auto;
}

.btn-light-grey {
    background-color: rgba(240,240,240,1) !important;
    color: rgb(120, 120, 120) !important;
    border-color: rgba(220,220,220,1) !important;
    font-size: 14px;
}


#raleway_header:blank {
    border: 0px;
}

@media (max-width: 720px) {
    #scroll_header {
        background-position: center !important;
        background-size: cover !important;
        background-attachment: initial !important;
    }
}

.pagination > li {
    display: inline-block;
    padding-left: 0;
  }
  .pagination > li {
    list-style: none;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2c689c;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
  }
  
  .pagination>li.active>a {
    color: #fff;
    background-color: #0fa3dd;
    border-color: #0fa3dd;
  }
  
  /* Style the active class (and buttons on mouse-over) */
   .pagination > li > a:hover {
    background-color:  #0fa3dd;
    color: white;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    padding: 0px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: none!important;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    margin-right: 0;
    padding: 0px!important;
    border-top-right-radius: 4px;
    display: none!important;
  } 

  .playlist_back_to_home {
    border: 2px solid hsl(0, 0%, 64%);
    border-radius: 32px;
    color: #a4a4a4 !important;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 32px;
    font-weight: bold;
    height: 34px;
    line-height: 30px;
    margin-top: 2px;
    text-indent: -2px;
    width: 32px;
    text-decoration: none !important;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.dropdown-menu {
    z-index: 1001 !important;
}
.fa-icon {
    font-family: "FontAwesome";
    font-size: 24px;
    height:16px;
    width:16px;
    text-align: center;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Open Sans";
    padding-bottom: 24px;
    -webkit-overflow-scrolling: touch;
}


#body_content {
    padding-bottom: 16px;
}

#product_content {

}

#header {
    /*background-color: #335c69;*/
    background-color: #8fa8b1;
    padding: 0px;
}


.cart_icon {
    float: right;
    color: #ffffff;
    border-left:1px solid #383838;
    height: 46px;
    width: 52px;
    font-size: 18px;
    line-height: 38px;
    position: relative;
}

.cart_icon_image {
    height: 24px;
    width: 24px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    padding-left: 11px;
    padding-top: 11px;
    vertical-align: top;
    cursor: pointer;
}

#close_icon {
    display: none;
    float: left;
    color: #FFFFFF;
    height: 46px;
    width: 52px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 42px;
    border-right: 1px solid #383838;
}



#items_in_cart {
    font-family: "Open Sans";
    position: absolute;
    top: 6px;
    right:6px;
    border-radius: 7px;
    height: 15px;
    width: 15px;
    font-weight: 600;
    line-height:14px;
    font-size: 11px;
    text-indent:4px;
    background-color: #ef8742;
}


#footer, #shopping_cart_footer {
    background-color: #8fa8b1;
    width: 100%;
    height: 38px;
    vertical-align: middle;
    border-collapse: collapse;
    margin-top:24px;
}
#footer {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
}

#shopping_cart {
    /* margin-bottom: 100px; */
}

#shopping_cart_footer {
    margin-bottom:0px;
    position: fixed;
    bottom: 0;
}

.footer_logo img {
    width: 64px;
    display: inline-block;
    margin-left: 16px;
    margin-top:0px;
}
.footer_link {
    text-align: center;
}
.footer_link a {
    text-decoration: none;
    font-family: "Open Sans";
    /*color: #ffffff;*/
    font-size:14px;
}

#product_banner_image_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    width: auto;
    margin-top: 20px;
}


#product_small_logo {
    display: inline-block;
    height: 28px;
    vertical-align: middle;
}

#cover_image img {
    width: 100%;
}

.padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom:40px;
}


#cover_wrapper {
    position: relative;
}
#look_inside {
    position: absolute;
    top:0;
    left:0;
}
.preview_badge {
    width: 45%;
}

.social_logo {
    width: 30px;
    display:inline-block;
}
.social_spacer {
    display:inline-block;
    margin-left: 2px;
}

#title_text {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 28px;
}

#contributors {
    font-family: "Open Sans";
    font-size: 21px;
}

#format_list .format {
    font-size: 14px;
    padding: 6px 10px;
    margin: 2px 0;
}

#format_list .format.selected {
    border-radius: 6px;
    background-color: rgba(45,170,255,.1);
    border: 2px solid #2DAAFF;
    padding: 4px 8px;
}

#format_list .format:hover {
    border-radius: 5px;
    background-color: rgba(45,170,255,.03 );
    border: 2px solid rgba(45,170,255,.5);
    padding: 4px 8px;
    cursor: pointer;
}

#format_list .format .title {
    font-weight: bold;
}

#format_list .format .discount {
    text-align: right;
}

#format_list .format .price {
    text-align: right;
    font-weight: bold;
}

#format_list .discount .list_price {
    text-decoration: line-through;
}

#format_list .discount{
    color: #2799c9;
}

.control-label {
    text-transform: uppercase;
    letter-spacing: 2px;
}


.set-height {
    min-height: 200px;
}

@media (min-width: 640px) {
    .set-height {
        min-height: 120px;
    }
}

.qty {
    /* width: 120px; */
    float: left;
    margin-right: 10px;
    height: 38px;
}

.qty, .qty-num {
    height: 38px;
}

.qty-num {
    height: 38px;
}

.btn-default {
    background-color: rgba(45,170,255,1);
    border: rgba(45,170,255,1);
    color: #FFF;
    height: 38px;
    font-size: 16px;
}


.share-links .fa {
    font-size: 32px;
    letter-spacing: 4px;
}

.share-links .fa-facebook-square {
    color: rgba(59,89,152,1);
}

.share-links .fa-twitter-square {
    color: rgba(0,172,237,1);
}

.share-links .fa-pinterest-square {
    color: rgba(189,8,28,1);
}

.share-links .fa-envelope-square {
    color: rgba(120,120,120,1);
}

.padding-top-40 {
    padding-top:40px;
}

/*
#shopping_cart * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
*/
#tax_billing_country {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

.metadata-label {
    font-weight: bold;
}



.external_retailer_link {
    border: 0px;
    display: inline-block;
    width: 38px;
    margin-right: 6px;
    cursor: pointer;
}
a.external_retailer_link {
    margin-top:4px;
    text-decoration: none;
}

@media (min-width: 760px) {
    .external_retailer_link {
        width: 56px;
    }
}


.additional_retailer_text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    text-align: center;
    text-transform: uppercase;
}

.external_retailers {
    /* text-align: center; */
}

.external_retailer_link {
    border: 1px solid rgb(220,220,220);
    background-color: #f0f0f0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 148px;
    color: rgb(102,102,102);
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 6px;

}
.external_retailer_link:hover {
    background-color: rgb(220,220,220);
}

.hdrm-lock {
    font-size: 16px;
}

.modifiers {
    padding-left: 24px;
}

.free_download_errors {
    color: rgb(200,0,0);
}

@media only screen and (max-width: 768px) {
    #product_content {
        margin-top: -24px;
    }
    #cover_wrapper {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #title_text {
        font-size: 20px;
    }
    #contributors {
        font-size: 18px;
    }
    .set-height {
        min-height: 64px;
        margin-bottom: 16px;
    }
    .format .discount {
        text-align: left !important;
    }
}

.store_name {
    /* color: #ffffff; */
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 42px;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 62%;
}

.input-group-addon {
    padding: 8px 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.icon-close {
    display: block !important;
    cursor: pointer;
}
.item {
    padding: 8px;
}

.item-border {
    border-bottom: 1px solid;
}

.item-image {
    height: 50px;
}

.item-quantity-container {
    text-align: right;
}

.item-quantity-container button {
    width: 100%;
    margin: 2px;
}

#body_content {
    padding-bottom: 32px;
}
