.aesop-content,
.novella-entry-content dl,
.novella-entry-content h1,
.novella-entry-content h2,
.novella-entry-content h3,
.novella-entry-content h4,
.novella-entry-content h5,
.novella-entry-content h6,
.novella-entry-content ol,
.novella-entry-content p,
.novella-entry-content table,
.novella-entry-content ul,
.novella-page-gallery dl,
.novella-page-gallery h1,
.novella-page-gallery h2,
.novella-page-gallery h3,
.novella-page-gallery h4,
.novella-page-gallery h5,
.novella-page-gallery h6,
.novella-page-gallery ol,
.novella-page-gallery p,
.novella-page-gallery table,
.novella-page-gallery ul {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.novella-content {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;

}
.novella-header-inner small br { 
    display: none !important;
}
.novella-small-bold {
    color: #000;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: .8em;
    font-weight: 900
}

.novella-small-italic {
    font-size: .8em;
    font-style: italic
}

.novella-overlay-menu-style li {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin: 0
}

.novella-overlay-menu-style li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.novella-overlay-menu-style li a {
    padding: 2rem 1.4rem;
    text-align: center;
    display: block;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #000
}

.novella-menu-style li {
    float: left;
    margin: 0 18px
}

.novella-menu-style li:first-child {
    margin-left: 0
}

.novella-menu-style li:last-child {
    margin-right: 0
}

.novella-menu-style li a {
    color: #000;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: .8em;
    font-weight: 900
}

.novella-menu-style li i {
    padding-right: 13px
}

.novella-post-archive-meta .novella-entry-title {
    color: #fff;
    margin: 0;
    font-weight: 900;
    font-size: 1.65rem
}

.novella-post-archive-meta .novella-entry-author {
    color: #fff;
    display: block;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.easySocialMainContainer{
    position: fixed;
    left: 0;
    top: 25%;
    z-index: 2000;
}

.easySocialMainContainer ul{
    padding: 0;
    margin: 0;
}

.easySocialContainer{
    display: flex;
    justify-content: center;
    width: 77px;
    height: 50px;
    margin: 5px 0;
}

.easySocialContainer a{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.easySocialContainer img{
    width: 21px;
    height: 21px;
}

.easySocialContainer p{
    margin: 0 !important;
    padding: 0;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    font-family: arial, sans-serif;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
}

.easySocialContainerFacebook{
    background-color: #3b5999;
    border-color: #3b5999;
}

.easySocialContainerTwitter{
    background-color: #59d1df;
    border-color: #59d1df;
}

.easySocialContainerGooglePlus{
    background-color: #EA4335;
    border-color: #EA4335;
}

.easySocialContainerReddit{
    background-color: #333;
    border-color: #333;
}

.mainCon{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: #0040ff;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    cursor: pointer;
    transition: .3s all;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainCon:hover{
    scale: 1.1;
}

.mainCon img{
    width: 25px;
    height: 25px;
    margin-right: 4px;
}

.mainHolder{
    z-index: 10;
    bottom: 25px;
    right: 25px;
    display: flex;
    position: fixed;
    align-items: center;
    flex-direction: column;
}

.socialButtonMainContainer{
    position: absolute;
    bottom: calc(100% + 10px);
    transition: .3s all;
}

.hideSocialButtons{
    left: calc(100% + 100%);
}

.showSocialButtons{
    left: 0;
}

.socialButtonContainer{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin: 10px 0;
    /* border: solid 1px #000; */
    height: 45px;
    width: 45px;
    border-radius: 100%;
    cursor: pointer;
    transition: .3s all;  
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialButtonContainer img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.novella-post-archive-meta .novella-entry-author span {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    padding-right: .4rem;
    font-size: .85em
}

.novella-post-archive-meta .novella-entry-category {
    text-shadow: none;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: .8em;
    font-weight: 900;
    color: #8fb0bf
}

.novella-mobile-menu .novella-nav-wrap {
    float: none;
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px)
}

.novella-mobile-menu .novella-nav-wrap.overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    z-index: 1024;
    position: fixed;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.novella-mobile-menu .novella-nav-wrap.overlay li {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin: 0
}

.novella-mobile-menu .novella-nav-wrap.overlay li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.novella-mobile-menu .novella-nav-wrap.overlay li a {
    padding: 2rem 1.4rem;
    text-align: center;
    display: block;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #000
}

.novella-single-mobile-mast .novella-entry-mast-img {
    height: 225px
}

.novella-single-mobile-mast .novella-entry-mast-inner-wrap {
    padding: 0
}

.novella-single-mobile-mast .novella-entry-mast-inner {
    margin-top: 255px;
    width: 100%
}

@media (max-width:768px) {

    .novella-single-mobile-mast .novella-entry-title {
        font-size: 1.6em;
        margin-bottom: .6rem
    }
    .svg_container {
        display: none !important;
    }
    .testimonial_col {
        width: 100% !important;
        margin-top: 30px;
    }
    .testimonial_modal {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .close_modal {
        right: 16px !important;
        z-index: 2222;
    }
    .close_modal,
    .slider_nav {
        background: rgba(255, 255, 255, 0.4);
    }
    
}

.novella-single-mobile-mast .novella-entry-author,
.novella-single-mobile-mast .novella-entry-title {
    color: #000;
    text-shadow: none
}

.novella-single-mobile-mast .novella-entry-author,
.novella-single-mobile-mast .post-categories {
    line-height: 1;
    font-size: .8em
}

.novella-single-mobile-mast .post-categories {
    margin-bottom: .6rem
}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        text-shadow: none!important;
        color: #000!important;
        background: 0 0!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: 2cm .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 1.125em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Stag-Book', serif;
    line-height: 1.8;
    color: #3e3e3e;
    background-color: #fafafa;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 50px
}

p {
    letter-spacing: 0.85px;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #8fb0bf;
    text-decoration: none;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

a:focus,
a:hover {
    color: #5e8ea3;
    text-decoration: underline
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.8;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    border-top: 1px solid #eee
}

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

.browser-gecko .lead.dropcap:first-letter {
    padding-top: .8rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    letter-spacing: -1px;
    color: #000
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: .707em
}

.h1,
h1 {
    font-size: 3.998em;
    line-height: 1.2;
    margin: 0 0 .5em
}

.h2,
h2 {
    font-size: 2.827em;
    line-height: 1.2;
    margin: 1.414em 0 .5em
}

.h3,
h3 {
    font-size: 1.999em;
    line-height: 1.2;
    margin: 1.414em 0 .5em
}

.h4,
h4 {
    font-size: 1.414em;
    line-height: 1.2;
    margin: 1.414em 0 .5em
}

.h5,
h5 {
    font-size: 1.125em
}

.h6,
h6 {
    font-size: .707em
}

p {
    margin: 0 0 1.8em
}

.lead {
    font-size: 1.3em;
    font-weight: 200;
    line-height: 1.6
}

.lead.dropcap:first-letter {
    float: left;
    font-size: 3.4rem;
    line-height: 2rem;
    padding-top: 1.2rem;
    padding-right: 1rem;
    font-weight: 700;
    color: #8fb0bf
}

.small,
small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #8fb0bf
}

.text-primary:hover {
    color: #6f99ac
}

.text-warning {
    color: #8a6d3b
}

.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

.text-danger:hover {
    color: #843534
}

.text-success {
    color: #3c763d
}

.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

.text-info:hover {
    color: #245269
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.page-header {
    padding-bottom: 0;
    margin: 4em 0 2em;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1em
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

@media (max-width:768px) {
    ol,
    ul {
        max-width: 590px
    }
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.list-inline>li:first-child {
    padding-left: 0
}

dl {
    margin-top: 0;
    margin-bottom: 2em;
    font-family: Lato, sans-serif
}

dd,
dt {
    line-height: 1.8
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .dl-horizontal dd:after,
    .dl-horizontal dd:before {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 1em 2em;
    margin: 0 0 2em;
    border-left: 5px solid #8fb0bf
}

blockquote p {
    font-size: 1.35em;
    line-height: 1.25em;
    font-style: italic
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote small {
    display: block;
    line-height: 1.8;
    color: #999
}

blockquote .small:before,
blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #8fb0bf;
    border-left: 0
}

blockquote.pull-right .small,
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right .small:before,
blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right .small:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

blockquote cite {
    font-family: 'Antenna-Regular', sans-serif;
    font-weight: 700
}

blockquote:after,
blockquote:before {
    content: ""
}

address {
    margin-bottom: 2em;
    font-style: normal;
    font-family: Lato, sans-serif;
    font-size: 1em;
    line-height: 1.2;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

code,
pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    line-height: 1.2
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

#disqus_thread {
    max-width: 700px;
    margin: 0 auto;
    z-index: 99999;
}

.essb_links.essb_template_metro-retina {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content !important;
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

.aesop-timeline-stop {
    font-family: 'Stag-Book', serif;
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: 0
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: 0
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent;
    font-family: Lato, sans-serif;
    font-size: 1em
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 2em
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fafafa
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    float: none;
    display: table-cell
}

.table>tbody>.active>td,
.table>tbody>.active>th,
.table>tbody>tr>.active,
.table>tfoot>.active>td,
.table>tfoot>.active>th,
.table>tfoot>tr>.active,
.table>thead>.active>td,
.table>thead>.active>th,
.table>thead>tr>.active {
    background-color: #f5f5f5
}

.table-hover>tbody>.active:hover>td,
.table-hover>tbody>.active:hover>th,
.table-hover>tbody>tr>.active:hover {
    background-color: #e8e8e8
}

.table>tbody>.success>td,
.table>tbody>.success>th,
.table>tbody>tr>.success,
.table>tfoot>.success>td,
.table>tfoot>.success>th,
.table>tfoot>tr>.success,
.table>thead>.success>td,
.table>thead>.success>th,
.table>thead>tr>.success {
    background-color: #dff0d8
}

.table-hover>tbody>.success:hover>td,
.table-hover>tbody>.success:hover>th,
.table-hover>tbody>tr>.success:hover {
    background-color: #d0e9c6
}

.table>tbody>.danger>td,
.table>tbody>.danger>th,
.table>tbody>tr>.danger,
.table>tfoot>.danger>td,
.table>tfoot>.danger>th,
.table>tfoot>tr>.danger,
.table>thead>.danger>td,
.table>thead>.danger>th,
.table>thead>tr>.danger {
    background-color: #f2dede
}

.table-hover>tbody>.danger:hover>td,
.table-hover>tbody>.danger:hover>th,
.table-hover>tbody>tr>.danger:hover {
    background-color: #ebcccc
}

.table>tbody>.warning>td,
.table>tbody>.warning>th,
.table>tbody>tr>.warning,
.table>tfoot>.warning>td,
.table>tfoot>.warning>th,
.table>tfoot>tr>.warning,
.table>thead>.warning>td,
.table>thead>.warning>th,
.table>thead>tr>.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>.warning:hover>td,
.table-hover>tbody>.warning:hover>th,
.table-hover>tbody>tr>.warning:hover {
    background-color: #faf2cc
}

@media (max-width:767px) {
    body .novella-entry .novella-entry-mast .novella-entry-author a {
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        padding-right: .4rem;
        font-size: 1rem;
        text-shadow: none;
        display: inline;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 1.5em;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
    font-size: 1.6875em;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type=radio]:focus,
input[type=file]:focus,
input[type=checkbox]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 1.125em;
    line-height: 1.8;
    color: #555;
    vertical-align: middle
}

input[type=search],
input[type=number],
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=email],
input[type=url],
input[type=tel],
select,
textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 1.125em;
    line-height: 1.8;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

input[type=search]:focus,
input[type=number]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}

input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

fieldset[disabled] input[type=search],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=week],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=tel],
fieldset[disabled] select,
fieldset[disabled] textarea,
input[type=search][disabled],
input[type=search][readonly],
input[type=number][disabled],
input[type=number][readonly],
input[type=text][disabled],
input[type=text][readonly],
input[type=password][disabled],
input[type=password][readonly],
input[type=datetime][disabled],
input[type=datetime][readonly],
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
input[type=date][disabled],
input[type=date][readonly],
input[type=month][disabled],
input[type=month][readonly],
input[type=time][disabled],
input[type=time][readonly],
input[type=week][disabled],
input[type=week][readonly],
input[type=email][disabled],
input[type=email][readonly],
input[type=url][disabled],
input[type=url][readonly],
input[type=tel][disabled],
input[type=tel][readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

textarea {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    display: block;
    min-height: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.checkbox label,
.radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    float: left;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
input[type=radio][disabled],
input[type=checkbox][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 13em;
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 13em;
    line-height: 13em
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 25em;
    padding: 10px 16px;
    font-size: 2em;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 25em;
    line-height: 25em
}

textarea.input-lg {
    height: auto
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #7e7e7e
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block
    }
    .form-inline select.form-control {
        width: auto
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 9em
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

@font-face {
    font-family: FontAwesome;
    src: url(../../assets/fonts/fontawesome-webfont.eot?v=4.0.0);
    src: url(../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.0) format('embedded-opentype'), url(../../assets/fonts/fontawesome-webfont.woff?v=4.0.0) format('woff'), url(../../assets/fonts/fontawesome-webfont.ttf?v=4.0.0) format('truetype'), url(../../assets/fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.novellacon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.novellacon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.novellacon-spinner:before {
    content: "\f110"
}

.novellacon-file-o:before {
    content: '\f0f6'
}

.novellacon-credit-card:before {
    content: '\f09d'
}

.novellacon-user:before {
    content: '\f007'
}

.novellacon-key:before {
    content: '\f084'
}

.novellacon-cog:before {
    content: '\f013'
}

.novellacon-dollar:before {
    content: '\f155'
}

.novellacon-share-square-o:before {
    content: '\f045'
}

.novellacon-angle-left:before {
    content: '\f104'
}

.novellacon-angle-right:before {
    content: '\f105'
}

.novellacon-angle-up:before {
    content: '\f106'
}

.novellacon-angle-down:before {
    content: '\f107'
}

.novellacon-list-ul:before {
    content: '\f0ca'
}

.novellacon-bookmark:before {
    content: '\f02e'
}

.novellacon-info-circle:before {
    content: '\f05a'
}

.novellacon-shopping-cart:before {
    content: '\f07a'
}

.novellacon-twitter-square:before {
    content: '\f081'
}

.novellacon-facebook-square:before {
    content: '\f082'
}

.novellacon-pinterest-square:before {
    content: '\f0d3'
}

.novellacon-google-plus-square:before {
    content: '\f0d4'
}

.novellacon-twitter:before {
    content: '\f099'
}

.novellacon-facebook:before {
    content: '\f09a'
}

.novellacon-github:before {
    content: '\f09b'
}

.novellacon-clock-o:before {
    content: '\f017'
}

.novellacon-cogs:before {
    content: '\f085'
}

.novellacon-bullhorn:before {
    content: '\f0a1'
}

.novellacon-comments:before {
    content: '\f086'
}

.novellacon-rss:before {
    content: '\f09e'
}

.novellacon-search-plus:before {
    content: '\f00e'
}

.novellacon-external-link:before {
    content: '\f08e'
}

.novellacon-home:before {
    content: '\f015'
}

.novellacon-star:before {
    content: "\f005"
}

.novellacon-star-o:before {
    content: "\f006"
}

.novellacon-th:before {
    content: '\f00a'
}

.novellacon-th-large:before {
    content: '\f009'
}

.novellacon-bars:before {
    content: '\f0c9';
    font-size: 20px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:focus,
.label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: grey
}

.label-primary {
    background-color: #8fb0bf
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #6f99ac
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
    color: #8fb0bf;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1.125em;
    line-height: 1.8;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #8fb0bf;
    border-color: #7fa5b6
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #759eb0;
    border-color: #5a889d
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #8fb0bf;
    border-color: #7fa5b6
}

.btn-primary .badge {
    color: #8fb0bf;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-link {
    color: #8fb0bf;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #5e8ea3;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 2em;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button],
input[type=reset],
input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.8;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #8fb0bf;
    border-color: #7fa5b6;
    font-size: .8em;
    font-family: Lato, sans-serif
}

input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    text-decoration: none
}

input[type=button].active,
input[type=button]:active,
input[type=reset].active,
input[type=reset]:active,
input[type=submit].active,
input[type=submit]:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

fieldset[disabled] input[type=button],
fieldset[disabled] input[type=reset],
fieldset[disabled] input[type=submit],
input[type=button].disabled,
input[type=button][disabled],
input[type=reset].disabled,
input[type=reset][disabled],
input[type=submit].disabled,
input[type=submit][disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.open .dropdown-toggleinput[type=button],
.open .dropdown-toggleinput[type=reset],
.open .dropdown-toggleinput[type=submit],
input[type=button].active,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset].active,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit].active,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    background-color: #759eb0;
    border-color: #5a889d
}

.open .dropdown-toggleinput[type=button],
.open .dropdown-toggleinput[type=reset],
.open .dropdown-toggleinput[type=submit],
input[type=button].active,
input[type=button]:active,
input[type=reset].active,
input[type=reset]:active,
input[type=submit].active,
input[type=submit]:active {
    background-image: none
}

fieldset[disabled] input[type=button],
fieldset[disabled] input[type=button].active,
fieldset[disabled] input[type=button]:active,
fieldset[disabled] input[type=button]:focus,
fieldset[disabled] input[type=button]:hover,
fieldset[disabled] input[type=reset],
fieldset[disabled] input[type=reset].active,
fieldset[disabled] input[type=reset]:active,
fieldset[disabled] input[type=reset]:focus,
fieldset[disabled] input[type=reset]:hover,
fieldset[disabled] input[type=submit],
fieldset[disabled] input[type=submit].active,
fieldset[disabled] input[type=submit]:active,
fieldset[disabled] input[type=submit]:focus,
fieldset[disabled] input[type=submit]:hover,
input[type=button].disabled,
input[type=button].disabled.active,
input[type=button].disabled:active,
input[type=button].disabled:focus,
input[type=button].disabled:hover,
input[type=button][disabled],
input[type=button][disabled].active,
input[type=button][disabled]:active,
input[type=button][disabled]:focus,
input[type=button][disabled]:hover,
input[type=reset].disabled,
input[type=reset].disabled.active,
input[type=reset].disabled:active,
input[type=reset].disabled:focus,
input[type=reset].disabled:hover,
input[type=reset][disabled],
input[type=reset][disabled].active,
input[type=reset][disabled]:active,
input[type=reset][disabled]:focus,
input[type=reset][disabled]:hover,
input[type=submit].disabled,
input[type=submit].disabled.active,
input[type=submit].disabled:active,
input[type=submit].disabled:focus,
input[type=submit].disabled:hover,
input[type=submit][disabled],
input[type=submit][disabled].active,
input[type=submit][disabled]:active,
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
    background-color: #8fb0bf;
    border-color: #7fa5b6
}

input[type=button] .badge,
input[type=reset] .badge,
input[type=submit] .badge {
    color: #8fb0bf;
    background-color: #fff
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    transition: height .35s ease
}

.novella-page-links {
    padding: 0;
    width: 100%;
    max-width: 700px;
    margin: 2rem auto
}

.novella-page-links:after,
.novella-page-links:before {
    content: " ";
    display: table
}

.novella-page-links:after {
    clear: both
}

.novella-page-links .page-numbers,
.novella-page-links span {
    display: inline-block;
    vertical-align: top;
    padding: 6px 4px;
    margin: 0;
    font-size: .8em;
    font-family: Lato, sans-serif;
    color: #3e3e3e;
    border: 1px solid #e6e6e6
}

.novella-page-links .page-numbers.current,
.novella-page-links .page-numbers:hover,
.novella-page-links span.current,
.novella-page-links span:hover {
    color: #8fb0bf;
    text-decoration: none
}

.novella-page-links .page-numbers:first-child,
.novella-page-links span:first-child {
    margin-left: 0
}

.novella-page-links .page-numbers:last-child,
.novella-page-links span:last-child {
    margin-right: 0
}

.close {
    float: right;
    font-size: 1.6875em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    z-index: 1050
}

.modal-content {
    position: relative;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #fafafa
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.modal-header {
    padding: 15px;
    min-height: 16.8px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.8
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-action,
#swipebox-caption {
    text-shadow: 1px 1px 1px #000;
    background-color: #0d0d0d;
    opacity: .95
}

#swipebox-caption {
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
    color: #d6d6d6
}

html.swipebox {
    overflow: hidden!important
}

#swipebox-overlay img {
    border: none!important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none
}

#swipebox-slider .slide {
    background: url(../img/loader.gif) center center no-repeat;
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: 0 0;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-action,
#swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-action {
    bottom: -50px
}

#swipebox-action.visible-bars {
    bottom: 0
}

#swipebox-action.force-visible-bars {
    bottom: 0!important
}

#swipebox-caption {
    top: -50px;
    text-align: center
}

#swipebox-caption.visible-bars {
    top: 0
}

#swipebox-caption.force-visible-bars {
    top: 0!important
}

#swipebox-action #swipebox-close,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-prev {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px
}

#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px
}

#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 40px
}

#swipebox-action #swipebox-next.disabled,
#swipebox-action #swipebox-prev.disabled {
    filter: alpha(Opacity=30);
    opacity: .3
}

#swipebox-slider.rightSpring {
    -moz-animation: rightSpring .3s;
    -webkit-animation: rightSpring .3s
}

#swipebox-slider.leftSpring {
    -moz-animation: leftSpring .3s;
    -webkit-animation: leftSpring .3s
}

@-moz-keyframes rightSpring {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@-moz-keyframes leftSpring {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@media screen and (max-width:800px) {
    #swipebox-action #swipebox-close {
        left: 0
    }
    #swipebox-action #swipebox-prev {
        right: 60px
    }
    #swipebox-action #swipebox-next {
        right: 0
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.aligncenter {
    display: block;
    margin: 5px auto
}

img.aligncenter+p,
img.alignleft+p,
img.alignright+p,
p+img.aligncenter,
p+img.alignleft,
p+img.alignright {
    margin-top: 4rem
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    padding: 0;
    position: relative;
    font-family: Lato, sans-serif
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    left: 1rem;
    margin: 5px 20px 20px 0;
    text-align: left
}

.wp-caption.alignleft .wp-caption-text {
    left: 1em;
    padding-left: 0;
}

.wp-caption.alignright {
    right: 0rem;
    margin: 5px 0 20px 20px;
    text-align: right
}

.wp-caption.alignright .wp-caption-text {
    right: 1em;
    text-align: left;
    padding-left: 0;
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto
}

.wp-caption .wp-caption-text {
    font-size: .7em;
    font-family: 'Antenna-Regular', sans-serif;
    margin: 5px 0 0;
    padding: 0 10px;
}

.sticky {
    height: auto
}

.gallery-caption {
    font-size: .8em;
    font-family: Lato, sans-serif
}

.bypostauthor {
    height: auto
}

.novella-comments-wrap {
    position: relative;
    padding: 3rem 0;
    background: #fafafa;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.novella-comments-wrap code {
    display: block
}

.novella-comments-wrap .novella-comments-info {
    font-size: 1.4em
}

ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-size: 1em;
    font-family: Lato, sans-serif
}

ol.commentlist li {
    margin-bottom: 1.4rem
}

ol.commentlist li:first-child {
    border-top: none
}

ol.commentlist li ul {
    list-style: square;
    margin: 0 0 1em 2em
}

ol.commentlist li .comment-body {
    background: #fff;
    padding: 1.6rem;
    -webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px -2px rgba(0, 0, 0, .3)
}

ol.commentlist li .children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0
}

ol.commentlist li .comment-author {
    font-size: .8em
}

ol.commentlist li.comment-author-admin .comment-body {
    border-left: 5px solid #8fb0bf
}

ol.commentlist li .vcard:after,
ol.commentlist li .vcard:before {
    content: " ";
    display: table
}

ol.commentlist li .vcard:after {
    clear: both
}

ol.commentlist li .vcard .fn {
    display: block
}

ol.commentlist li .vcard .fn a {
    color: #000;
    text-transform: uppercase
}

ol.commentlist li .vcard .avatar {
    float: left;
    margin-right: 1rem;
    border-radius: 50%;
    margin-bottom: -15px
}

ol.commentlist li .comment-metadata {
    line-height: 1;
    font-size: .9em;
    padding-left: 68px
}

ol.commentlist li .comment-metadata a {
    color: #646464
}

ol.commentlist li .comment-metadata a:hover {
    color: #8fb0bf
}

ol.commentlist li .reply {
    line-height: 1
}

ol.commentlist li .reply a {
    line-height: 1;
    font-weight: 700;
    font-size: .8em
}

ol.commentlist li .reply a:hover {
    color: #8fb0bf
}

ol.commentlist .comment-content {
    margin: 1rem 0
}

ol.commentlist li div.vcard span.says {
    display: none
}

ol.commentlist li ul.children li.depth-2,
ol.commentlist li ul.children li.depth-3,
ol.commentlist li ul.children li.depth-4,
ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 1rem
}

ol.commentlist li.pingback {
    padding: 1em
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}

.npl {
    padding-left: 0
}

.npr {
    padding-right: 0
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

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

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
td.visible-lg,
td.visible-md,
td.visible-sm,
td.visible-xs,
th.visible-lg,
th.visible-md,
th.visible-sm,
th.visible-xs,
tr.visible-lg,
tr.visible-md,
tr.visible-sm,
tr.visible-xs {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block!important
    }
    table.visible-xs.visible-sm {
        display: table
    }
    tr.visible-xs.visible-sm {
        display: table-row!important
    }
    td.visible-xs.visible-sm,
    th.visible-xs.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block!important
    }
    table.visible-xs.visible-md {
        display: table
    }
    tr.visible-xs.visible-md {
        display: table-row!important
    }
    td.visible-xs.visible-md,
    th.visible-xs.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-xs.visible-lg {
        display: block!important
    }
    table.visible-xs.visible-lg {
        display: table
    }
    tr.visible-xs.visible-lg {
        display: table-row!important
    }
    td.visible-xs.visible-lg,
    th.visible-xs.visible-lg {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-sm.visible-xs {
        display: block!important
    }
    table.visible-sm.visible-xs {
        display: table
    }
    tr.visible-sm.visible-xs {
        display: table-row!important
    }
    td.visible-sm.visible-xs,
    th.visible-sm.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block!important
    }
    table.visible-sm.visible-md {
        display: table
    }
    tr.visible-sm.visible-md {
        display: table-row!important
    }
    td.visible-sm.visible-md,
    th.visible-sm.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-sm.visible-lg {
        display: block!important
    }
    table.visible-sm.visible-lg {
        display: table
    }
    tr.visible-sm.visible-lg {
        display: table-row!important
    }
    td.visible-sm.visible-lg,
    th.visible-sm.visible-lg {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-md.visible-xs {
        display: block!important
    }
    table.visible-md.visible-xs {
        display: table
    }
    tr.visible-md.visible-xs {
        display: table-row!important
    }
    td.visible-md.visible-xs,
    th.visible-md.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block!important
    }
    table.visible-md.visible-sm {
        display: table
    }
    tr.visible-md.visible-sm {
        display: table-row!important
    }
    td.visible-md.visible-sm,
    th.visible-md.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block!important
    }
    table.visible-md.visible-lg {
        display: table
    }
    tr.visible-md.visible-lg {
        display: table-row!important
    }
    td.visible-md.visible-lg,
    th.visible-md.visible-lg {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-lg.visible-xs {
        display: block!important
    }
    table.visible-lg.visible-xs {
        display: table
    }
    tr.visible-lg.visible-xs {
        display: table-row!important
    }
    td.visible-lg.visible-xs,
    th.visible-lg.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block!important
    }
    table.visible-lg.visible-sm {
        display: table
    }
    tr.visible-lg.visible-sm {
        display: table-row!important
    }
    td.visible-lg.visible-sm,
    th.visible-lg.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block!important
    }
    table.visible-lg.visible-md {
        display: table
    }
    tr.visible-lg.visible-md {
        display: table-row!important
    }
    td.visible-lg.visible-md,
    th.visible-lg.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

.hidden-xs {
    display: block!important
}

table.hidden-xs {
    display: table
}

tr.hidden-xs {
    display: table-row!important
}

td.hidden-xs,
th.hidden-xs {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-xs,
    td.hidden-xs,
    th.hidden-xs,
    tr.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md,
    td.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg {
        display: none!important
    }
}

.hidden-sm {
    display: block!important
}

table.hidden-sm {
    display: table
}

tr.hidden-sm {
    display: table-row!important
}

td.hidden-sm,
th.hidden-sm {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm,
    td.hidden-sm,
    th.hidden-sm,
    tr.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md,
    td.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg {
        display: none!important
    }
}

.hidden-md {
    display: block!important
}

table.hidden-md {
    display: table
}

tr.hidden-md {
    display: table-row!important
}

td.hidden-md,
th.hidden-md {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-md.hidden-xs,
    td.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm,
    td.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md,
    td.hidden-md,
    th.hidden-md,
    tr.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-md.hidden-lg,
    td.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg {
        display: none!important
    }
}

.hidden-lg {
    display: block!important
}

table.hidden-lg {
    display: table
}

tr.hidden-lg {
    display: table-row!important
}

td.hidden-lg,
th.hidden-lg {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md,
    td.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg,
    td.hidden-lg,
    th.hidden-lg,
    tr.hidden-lg {
        display: none!important
    }
}

.visible-print,
td.visible-print,
th.visible-print,
tr.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
    .hidden-print,
    td.hidden-print,
    th.hidden-print,
    tr.hidden-print {
        display: none!important
    }
}

.aesop-image-component {
    width: 100%;
    float: left
}

.aesop-image-component:after,
.aesop-image-component:before {
    content: " ";
    display: table
}

.aesop-image-component:after {
    clear: both
}


/* .aesop-image-component .aesop-content {
    max-width: none
}
 */

.aesop-image-component .aesop-content:after,
.aesop-image-component .aesop-content:before {
    content: " ";
    display: table
}

.aesop-image-component .aesop-content:after {
    clear: both
}

.aesop-image-component .aesop-img-enlarge {
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
    top: 44%;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: .8em;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    width: 20px;
    overflow: hidden;
    height: 25px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0)
}

.aesop-image-component .aesop-img-enlarge:hover {
    text-decoration: none
}

.aesop-image-component .aesop-image-component-image {
    position: relative;
    max-width: 100%
}

.aesop-image-component .aesop-image-component-image .aesop-lightbox {
    display: block
}

.aesop-image-component .aesop-image-component-image .aesop-lightbox:hover .aesop-img-enlarge {
    opacity: .6;
    filter: alpha(opacity=60)
}

.aesop-image-component .aesop-image-component-image img {
    width: calc(50% + 700px / 2);
    position: relative
}

.aesop-image-component .aesop-image-component-image .aesop-image-component-caption {
    float: left;
    line-height: 1.4
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-right {
    left: 0
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-right .aesop-image-component-caption {
    left: calc(50% - 700px)
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-right .aesop-img-enlarge {
    text-align: left
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-right img {
    float: none;
    left: calc(50% - 700px / 2);
    right: auto
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-left {
    left: 0
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-left .aesop-image-component-caption {
    right: calc(50% - 700px)
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-left .aesop-img-enlarge {
    text-align: right
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-left img {
    float: right;
    right: calc(50% - 700px / 2);
    left: auto
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-center img {
    margin-left: auto;
    margin-right: auto
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-center .aesop-image-component-caption {
    float: none;
    position: static;
    margin: 0 auto;
    width: auto!important;
    max-width: 450px;
    border-top: none;
    padding-top: 15px
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-center.aesop-image-component-caption-center {
    text-align: center
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-center.aesop-image-component-caption-right {
    text-align: right
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-left .aesop-img-enlarge,
.aesop-image-component .aesop-image-component-image.aesop-component-align-right .aesop-img-enlarge {
    position: relative;
    top: -9px
}

.aesop-image-component .aesop-image-component-image .aesop-image-component-caption {
    position: absolute;
    width: 300px;
    top: 0;
    padding-top: 1.4rem;
    font-family: 'Antenna-Regular', sans-serif;
    font-size: .8em;
    color: #555;
    border-top: 5px solid #55415b;
    line-height: 1.4em;
}

.aesop-image-component.novella-vertical-image img {
    max-width: 700px
}

.aesop-image-component .aesop-cap-cred {
    font-style: italic;
    margin-top: .6rem
}

.aesop-image-component .aesopicon.aesopicon-search-plus:before {
    font-family: Dashicons;
    content: '\f179';
    position: relative;
    top: 1px;
    padding-right: 5px
}

.aesop-character-component:after,
.aesop-character-component:before {
    content: " ";
    display: table
}

.aesop-character-component:after {
    clear: both
}

.aesop-character-component.aesop-component-align-left {
    float: none
}

.aesop-character-component .aesop-character-left {
    position: relative;
    float: left
}

.aesop-character-component .aesop-character-right {
    position: relative;
    float: right
}

.aesop-character-component .aesop-character-title {
    color: #000;
    text-transform: uppercase;
    font-family: 'Antenna-Regular', sans-serif;
    font-size: .8em;
    font-weight: 900
}

.aesop-character-component .aesop-character-float {
    position: absolute;
    margin-left: -340px;
    max-width: 300px!important
}

.aesop-character-component .aesop-character-avatar {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100px;
    border-radius: 50%;
    float: left
}

.aesop-character-component .aesop-character-cap,
.aesop-character-component .aesop-character-title {
    padding-left: 120px
}

.aesop-character-component .aesop-character-cap {
    font-size: .8em;
    font-style: italic;
    line-height: 1.3;
    font-family: 'Stag-BookItalic';
}

.aesop-quote-component {
    width: 350px!important;
    float: left;
    -webkit-transform: translateZ(0);
    overflow: hidden
}

.aesop-quote-component blockquote {
    border-left: none;
    margin: 0;
    padding: 2rem;
    /*  font-style: italic; */
    /*  font-family: 'Stag-Thin'; */
    font-family: 'Stag-Book';
    width: 100%;
    font-size: 1.5em!important;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: black;
}

.aesop-quote-component cite {
    display: block;
    font-size: 15px;
    margin: 10px 0 0;
    text-transform: uppercase
}

.aesop-quote-component cite:before {
    content: '-';
    display: inline-block
}

.aesop-quote-component.aesop-component-align-center {
    width: 700px!important;
    margin-left: auto;
    margin-right: auto;
    float: none
}

.aesop-quote-component.aesop-component-align-left,
.aesop-quote-component.aesop-component-align-right {
    margin: 0 2.5rem 2.5rem
}

@media (max-width:768px) {
    .aesop-quote-component.aesop-component-align-left,
    .aesop-quote-component.aesop-component-align-right {
        margin-top: .7rem
    }
}

.aesop-quote-component.aesop-quote-type-pull {
    padding: 0
}

.aesop-quote-component.aesop-quote-type-pull blockquote {
    color: black !important;
    padding: 0
}

.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-left {
    float: left;
    /* border-left: 5px solid #007aac; */
    margin-left: 1.5rem;
    padding-left: 1rem;
    position: relative;
    overflow: visible;
    padding-top: 10px;
    padding-right: 23px;
}

blockquote:after,
blockquote:before {
    content: "";
    display: none;
}

.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-left:before {
    content: " ";
    position: absolute;
    top: -5px;
    left: 0;
    height: 5px;
    width: 30%;
    background: #007aac;
}

.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-right {
    float: right;
    /*     border-right: 5px solid #007aac; */
    margin-right: 1.5rem;
    padding-right: 1rem;
    overflow: visible;
    padding-top: 10px;
}

.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-right:before {
    content: " ";
    position: absolute;
    top: -5px;
    left: 0;
    height: 5px;
    width: 30%;
    background: #007aac;
}

.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-center {
    border-top: 5px solid #007aac;
    padding-top: 1rem
}

@media (max-width:600px) {
    .aesop-quote-component.aesop-quote-type-pull {
        float: none;
        width: 100%!important;
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 1rem
    }
}

@media (min-width:1600px) {
    .aesop-quote-component.aesop-component-align-left,
    .aesop-quote-component.aesop-component-align-right {
        position: absolute;
        width: 350px!important
    }
    .aesop-component-align-left {
        right: calc(50% + 700px / 2) + 2.5rem)
    }
    .aesop-component-align-right {
        left: calc(50% + 700px / 2)
    }
}

.aesop-parallax-component {
    float: left;
    width: 100%
}

.aesop-parallax-component:after,
.aesop-parallax-component:before {
    content: " ";
    display: table
}

.aesop-parallax-component:after {
    clear: both
}

.aesop-parallax-sc {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.aesop-parallax-sc .aesop-parallax-sc-img {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    left: 0
}

.aesop-parallax-sc .aesop-parallax-sc-img.is-parallax {
    top: auto
}

@media (max-width:800px) {
    .aesop-parallax-sc .aesop-parallax-sc-img.is-parallax {
        /* top: -100px */
        top: 0
    }
}

@media (max-width:600px) {
    .aesop-parallax-sc .aesop-parallax-sc-img.is-parallax {
        top: -80px
    }
}

.aesop-parallax-sc .aesop-parallax-sc-caption-wrap {
    position: absolute;
    z-index: 1
}

.aesop-parallax-sc .aesop-lb-link {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: .1;
    filter: alpha(opacity=10)
}

.aesop-parallax-sc .aesop-lb-link i {
    color: #fff
}

.aesop-parallax-sc:hover .aesop-lb-link {
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.aesop-parallax-sc .aesop-parallax-sc-floater {
    position: absolute;
    z-index: 1
}

.aesop-parallax-sc .aesop-parallax-sc-floater.floater-right {
    right: 30px
}

.aesop-parallax-sc .aesop-parallax-sc-floater.floater-left {
    left: 30px
}

.aesop-parallax-sc .aesop-parallax-sc-floater.floater-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.aesop-parallax-sc-caption-wrap {
    position: static;
    padding: .5rem;
    width: 100%;
    z-index: 2;
    font-size: .7em;
    font-family: 'Antenna-Regular', sans-serif;
    color: #3e3e3e
}

.aesop-parallax-sc-caption-wrap.bottom-left:before,
.aesop-parallax-sc-caption-wrap.bottom-right:before,
.aesop-parallax-sc-caption-wrap.top-left:before,
.aesop-parallax-sc-caption-wrap.top-right:before {
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: -1
}

.aesop-parallax-sc-caption-wrap.bottom-left,
.aesop-parallax-sc-caption-wrap.bottom-right {
    bottom: 0
}

.aesop-parallax-sc-caption-wrap.bottom-left:before,
.aesop-parallax-sc-caption-wrap.bottom-right:before {
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8) 100%);
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0)
}

.aesop-parallax-sc-caption-wrap.top-left,
.aesop-parallax-sc-caption-wrap.top-right {
    top: 0
}

.aesop-parallax-sc-caption-wrap.top-left:after,
.aesop-parallax-sc-caption-wrap.top-right:after {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, transparent 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=0)
}

.aesop-content-component {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%
}

.aesop-content-component:after,
.aesop-content-component:before {
    content: " ";
    display: table
}

.aesop-content-component:after {
    clear: both
}

.aesop-content-component.aesop-component {
    margin-top: 1.8
}

.aesop-content-component.aesop-content-has-img {
    min-height: 0!important
}

.aesop-content-component.aesop-content-has-img .aesop-content-comp-wrap {
    color: #fff!important
}

.aesop-content-component.aesop-content-has-img .aesop-content-comp-inner {
    display: inline-block
}

.aesop-content-component .aesop-content-comp-wrap {
    background-color: transparent!important;
    color: #3e3e3e!important;
    font-family: Lato, sans-serif;
    font-size: .8em
}

.aesop-content-component .aesop-content-comp-wrap:after,
.aesop-content-component .aesop-content-comp-wrap:before {
    content: " ";
    display: table
}

.aesop-content-component .aesop-content-comp-wrap:after {
    clear: both
}

.aesop-content-component [class*=aesop-content-comp-columns],
.aesop-content-component [class^=aesop-content-comp-columns] {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: 0 0!important;
    color: #3e3e3e!important
}

.aesop-content-component .aesop-content-component-floater {
    position: absolute
}

.aesop-content-component .aesop-content-img {
    min-height: 0!important;
    padding-bottom: 56.25%!important
}

.aesop-content-component .aesop-content-img .aesop-content-comp-inner {
    background: #8fb0bf;
    padding: 1rem;
    font-style: italic;
    line-height: 1.3
}

.aesop-content-component .aesop-content-img .aesop-content-comp-inner p {
    margin-bottom: 0
}

.aesop-content-component .aesop-content-img {
    padding: 1.2rem
}

.aesop-content-component .aesop-content-comp-columns-2 .aesop-content-comp-inner,
.aesop-content-component .aesop-content-comp-columns-3 .aesop-content-comp-inner,
.aesop-content-component .aesop-content-comp-columns-4 .aesop-content-comp-inner {
    background: 0 0;
    font-style: inherit;
    line-height: inherit
}

.aesop-content-component .aesop-content-comp-columns-2 .aesop-content-comp-inner {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40;
    -moz-column-gap: 40;
    column-gap: 40
}

.aesop-content-component .aesop-content-comp-columns-3 .aesop-content-comp-inner {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40;
    -moz-column-gap: 40;
    column-gap: 40
}

.aesop-content-component .aesop-content-comp-columns-4 .aesop-content-comp-inner {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40;
    -moz-column-gap: 40;
    column-gap: 40
}

.aesop-gallery-pop {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.aesop-gallery-pop .aesop-gallery-pop-meta {
    background: #55415b;
    color: #fff
}

@media (max-width:1200px) {
    .aesop-gallery-pop {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:768px) {
    .aesop-gallery-pop .aesop-gallery-pop-trigger.alignright {
        margin-right: 1.4rem
    }
    .aesop-gallery-pop .aesop-gallery-pop-trigger.alignleft {
        margin-left: 1.4rem
    }
}

@media (max-width:480px) {
    .aesop-gallery-pop {
        padding: 0
    }
    .aesop-gallery-pop .aesop-gallery-pop-trigger.alignleft,
    .aesop-gallery-pop .aesop-gallery-pop-trigger.alignright {
        float: none;
        max-width: 100%!important;
        display: block;
        margin: 10px auto
    }
}

.aesop-grid-gallery ul {
    margin: 0;
    padding: 0
}

.aesop-grid-gallery ul .aesop-grid-gallery-item {
    list-style-type: none;
    position: relative;
    line-height: 0
}

.aesop-grid-gallery a {
    color: inherit
}

.aesop-grid-gallery .aesop-grid-gallery-caption {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    background: #8fb0bf;
    padding: 6px 8px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: .8em;
    line-height: 1.2
}

.aesop-grid-gallery img {
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.aesop-grid-gallery a:hover img {
    opacity: .75;
    filter: alpha(opacity=75)
}

.aesop-stacked-gallery-wrap,
.aesop-stacked-gallery-wrap.no-height {
    -webkit-transition: all .75s linear;
    -moz-transition: all .75s linear;
    transition: all .75s linear
}

.aesop-stacked-gallery-wrap .aesop-stacked-img {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden
}

.aesop-stacked-gallery-wrap .aesop-stacked-img .aesop-stacked-caption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 0;
    background: #8fb0bf;
    padding: 6px 8px;
    color: #fff;
    font-family: 'Antenna-Regular', sans-serif;
    font-size: .8em;
    line-height: 1.2
}

.aesop-sequence-gallery-wrap {
    counter-reset: sequence-counter
}

.aesop-sequence-img-wrap {
    margin-bottom: 2rem;
    position: relative
}

.aesop-sequence-img-wrap:last-of-type {
    margin-bottom: 0
}

.aesop-sequence-img-wrap .aesop-sequence-caption {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 2;
    max-width: 1200px;
    background: #8fb0bf;
    padding: 6px 8px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: .8em;
    line-height: 1.2
}

.aesop-sequence-img-wrap .aesop-sequence-caption:before {
    left: 0;
    top: 4px;
    font-weight: 700;
    line-height: 1;
    padding: .6rem .85rem .5rem;
    content: counter(sequence-counter, decimal-leading-zero);
    counter-increment: sequence-counter;
    position: relative;
    background: #8fb0bf;
    color: #fff;
    margin-right: 1rem;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.4rem
}

.aesop-sequence-img-wrap .aesop-sequence-img {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    z-index: 0
}

.aesop-sequence-img-wrap .aesop-sequence-img:first-of-type {
    margin-top: 0
}

.aesop-photoset-gallery-wrap .photoset-cell {
    position: relative
}

.aesop-photoset-gallery-wrap .aesop-gallery-photoset i {
    position: absolute;
    color: #fff;
    left: 0;
    width: 100%;
    top: 46%;
    text-decoration: none;
    opacity: .2;
    filter: alpha(opacity=20);
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.aesop-photoset-gallery-wrap .aesop-gallery-photoset i:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.aesop-photoset-gallery-wrap .aesop-photoset-caption {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.aesop-photoset-gallery-wrap .aesop-photoset-caption .aesop-photoset-caption-caption,
.aesop-photoset-gallery-wrap .aesop-photoset-caption .aesop-photoset-caption-title {
    display: table;
    background: #8fb0bf;
    padding: 6px 8px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: .8em;
    line-height: 1.2
}

.aesop-photoset-gallery-wrap .aesop-photoset-caption .aesop-photoset-caption-title {
    font-weight: 900
}

.aesop-photoset-gallery-wrap .aesop-photoset-caption .aesop-photoset-caption-caption {
    font-style: italic
}

.os-ios .aesop-stacked-img {
    background-attachment: scroll
}

.aesop-gallery-component {
    z-index: 0
}

.aesop-grid-gallery {
    position: relative
}

.fotorama__wrap {
    margin: 0 auto
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}


.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px!important;
    max-height: 99999px!important;
    min-width: 0!important;
    min-height: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 0!important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none!important;
    transform: none!important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    transition-duration: 0ms
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.fotorama__wrap * {
    box-sizing: content-box
}

.fotorama__caption__wrap {
    box-sizing: border-box
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url(../../assets/img/fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:2dppx) {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: url(../../assets/img/fotorama@2x.png) no-repeat;
        background-size: 96px 160px
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, .2)
}

@media print {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__thumb-border,
    .fotorama__video-close,
    .fotorama__video-play {
        background: 0 0!important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive)>:not(:first-child) {
    display: none
}

.fullscreen {
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    max-height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    float: none!important;
    z-index: 2147483647!important;
    background: #000;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

::selection {
    color: black;
    background-color: #ffe500;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1!important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none!important
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px!important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px;
    width: 100%;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0!important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none!important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0)!important;
    transform: translate3d(32px, -32px, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0)!important;
    transform: translate3d(-48px, 0, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0)!important;
    transform: translate3d(48px, 0, 0)!important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .3s
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

.mejs-container {
    width: 100%;
    max-width: 700px!important;
    margin-left: auto;
    margin-right: auto
}

.mejs-container+p {
    margin-top: 0
}

.aesop-video-component {
    height: auto
}

.aesop-video-component.controls-hidden .wp-video .mejs-controls,
.aesop-video-component.controls-hidden .wp-video .mejs-overlay,
.aesop-video-component.controls-hidden .wp-video-shortcode .mejs-controls,
.aesop-video-component.controls-hidden .wp-video-shortcode .mejs-overlay {
    z-index: -1
}

.aesop-video-component .wp-video,
.aesop-video-component .wp-video-shortcode {
    width: 100%!important;
    max-width: 100%!important
}

.aesop-video-component.aesop-component-align-left {
    float: none;
    margin-left: 0;
    margin-right: auto
}

.aesop-video-component.aesop-component-align-right {
    float: none;
    margin-right: 0;
    margin-left: auto;
    left: 0
}

.aesop-video-component.aesop-component-align-center {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center
}

.aesop-video-component .aesop-video-component-caption {
    border-top: 5px solid #8fb0bf;
    padding-top: .8rem;
    display: inline;
    width: 300px!important
}

.aesop-video-component .aesop-video-component-caption.aesop-component-align-left {
    float: left;
    margin: 1rem 0 0 1rem
}

.aesop-video-component .aesop-video-component-caption.aesop-component-align-right {
    float: right;
    margin: 1rem 1rem 0 0
}

.aesop-video-component .aesop-video-component-caption.aesop-component-align-center {
    margin: 1rem auto 0;
    display: block;
    text-align: center;
}

.aesop-video-component.aesop-vine-stagram-container .instagram.aesop-component-align-left,
.aesop-video-component.aesop-vine-stagram-container .instagram.aesop-component-align-right,
.aesop-video-component.aesop-vine-stagram-container .vine.aesop-component-align-left,
.aesop-video-component.aesop-vine-stagram-container .vine.aesop-component-align-right {
    float: none
}

.aesop-video-component.aesop-vine-stagram-container .instagram.aesop-component-align-center,
.aesop-video-component.aesop-vine-stagram-container .vine.aesop-component-align-center {
    text-align: center
}

.aesop-video-component.aesop-vine-stagram-container .instagram.aesop-component-align-left,
.aesop-video-component.aesop-vine-stagram-container .vine.aesop-component-align-left {
    text-align: left
}

.aesop-video-component.aesop-vine-stagram-container .instagram.aesop-component-align-right,
.aesop-video-component.aesop-vine-stagram-container .vine.aesop-component-align-right {
    text-align: right
}

.aesop-video-component.aesop-vine-stagram-container.aesop-vine-stagram-container-left .aesop-video-component-caption {
    text-align: left
}

.aesop-video-component.aesop-vine-stagram-container.aesop-vine-stagram-container-right .aesop-video-component-caption {
    text-align: right
}

.aesop-video-component.aesop-vine-stagram-container.aesop-vine-stagram-container-center {
    text-align: center
}

.aesop-video-component.aesop-vine-stagram-container .aesop-video-component-caption {
    float: none
}

.aesop-video-container.aesop-component-align-left {
    float: none;
    margin-left: 0;
    margin-right: auto
}

.aesop-video-container.aesop-component-align-right {
    float: none;
    margin-right: 0;
    margin-left: auto
}

.aesop-video-container.aesop-component-align-center {
    margin-right: auto;
    margin-left: auto
}

.aesop-collection-grid-2col .aesop-collection-item {
    width: 50%
}

.aesop-collection-grid-3col .aesop-collection-item {
    width: 33.333%
}

.aesop-collection-grid-4col .aesop-collection-item {
    width: 25%
}

.aesop-collection-grid-5col .aesop-collection-item {
    width: 20%
}

.aesop-story-collection .aesop-story-collection-title {
    text-align: center;
    color: #ddd;
    font-family: 'Stag-Book', sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 1.75rem;
    letter-spacing: .05rem;
    padding: .8rem 0 .6rem;
    margin: 0;
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0 7px 7px -7px #000;
    box-shadow: 0 7px 7px -7px #000
}

.aesop-story-collection .aesop-collection-item {
    float: left;
    position: relative;
    height: 400px
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-link {
    display: table;
    height: 100%;
    width: 100%;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-link:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .45;
    filter: alpha(opacity=45); 
    z-index: 1
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-link:hover {
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-link:hover:before {
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    transition: opacity .25s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-link:hover .aesop-collection-item-inner {
    background: rgba(0, 0, 0, .3)
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    padding: 0 2.5rem;
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner .aesop-collection-entry-title {
    font-weight: 800;
    margin: 0 0 .75rem;
    text-transform: uppercase;
    color: #fff;
    font-family: 'AntennaCond-Medium';
    font-size: 30px;
}
.aesop-story-collection .aesop-collection-item-excerpt{
    display: none;
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner .aesop-collection-item-excerpt {
    font-size: .8em
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner .aesop-collection-meta {
    font-family: 'Antenna-RegularItalic', sans-serif;
    font-size: .8em;
    margin-bottom: 2rem;
    font-style: italic
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    background-position: center center
}

.aesop-story-collection .aesop-collection-splash .aesop-collection-item-link:before {
    content: none
}

.aesop-story-collection .aesop-collection-splash .aesop-collection-item-link:hover .aesop-collection-item-inner {
    background: 0 0
}

.aesop-story-collection .aesop-collection-splash .aesop-collection-item-inner .aesop-collection-entry-title {
    color: #3e3e3e;
    text-shadow: none
}

.aesop-article-chapter-wrap {
    height: auto;
    overflow: hidden;
    clear: left
}

.aesop-article-chapter-wrap .wp-video,
.aesop-article-chapter-wrap .wp-video-shortcode {
    width: 100%!important;
    max-width: 100%!important
}

.aesop-article-chapter-wrap .wp-video .mejs-overlay,
.aesop-article-chapter-wrap .wp-video-shortcode .mejs-overlay {
    opacity: .2;
    filter: alpha(opacity=20)
}

.aesop-article-chapter-wrap .wp-video .mejs-controls,
.aesop-article-chapter-wrap .wp-video-shortcode .mejs-controls {
    z-index: -1
}

.aesop-article-chapter-wrap .aesop-chapter-title {
    position: absolute;
    left: -10000px
}

.aesop-article-chapter-wrap .aesop-cover-title {
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    display: block;
    letter-spacing: 15px;
    font-family: 'Stag-Book', sans-serif;
}

.aesop-article-chapter-wrap .aesop-cover-title small {
    display: block;
    color: #000;
    font-style: italic;
    font-size: .8em;
    line-height: 1.4;
    letter-spacing: none;
    text-transform: none;
    margin-top: .6rem;
    font-family: 'Stag-BookItalic', sans-serif
}

.aesop-document-component {
    text-align: center;
    background: #fff;
    float: left;
    width: 100%
}

.aesop-document-component:after,
.aesop-document-component:before {
    content: " ";
    display: table
}

.aesop-document-component:after {
    clear: both
}

.aesop-document-component object {
    width: 100%
}

.aesop-document-component.aesop-content {
    max-width: 100%
}

.aesop-document-component a {
    color: #858b87;
    line-height: 1.2;
    display: block;
    padding: 4rem 1.4rem;
    font-size: .8em;
    font-style: italic
}

.aesop-document-component a span {
    border-bottom: none;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 0;
    height: 96px;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    font-family: 'Antenna-Regular', sans-serif;
    font-size: .8em;
    font-weight: 900
}

.aesop-document-component a span:before {
    content: '\f501';
    font-family: Dashicons;
    display: block;
    margin: 0 auto 10px;
    font-size: 7em;
    top: 5px;
    left: 2px;
    position: relative;
    color: #8fb0bf;
    font-weight: 400
}

.aesop-document-component a:hover {
    color: #e79d44
}

.aesop-document-component div {
    font-family: 'Stag-BookItalic', sans-serif;
    margin-top: 20px
}

.aesop-on-novella .aesop-events-shell .aesop-event-item-inner {
    max-width: 1200px
}

.has-timeline {
    padding-bottom: 50px
}

.aesop-timeline {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.aesop-timeline ol {
    margin: 0;
    position: relative;
    background: #fff;
    padding: 5px 10px;
    -webkit-box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, .5);
    box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, .5)
}

.aesop-timeline ol:after,
.aesop-timeline ol:before {
    content: " ";
    display: table
}

.aesop-timeline ol:after {
    clear: both
}

.aesop-timeline ol li {
    display: inline-block;
    margin-right: 5px
}

.aesop-timeline ol li:last-child {
    margin-right: 0
}

.aesop-timeline ol li a {
    text-transform: uppercase;
    font-size: 14px;
    color: inherit;
    padding: 2px 10px 8px;
    display: block;
    position: relative
}

.aesop-timeline ol li a:after {
    content: '';
    height: 20px;
    border-right: 1px solid #777;
    width: 1px;
    position: absolute;
    left: 50%;
    bottom: -10px
}

.aesop-timeline ol li.active a {
    color: #8fb0bf
}

.aesop-timeline ol li.active a:after {
    border-right-color: #8fb0bf
}

.aesop-timeline ol:after {
    content: '';
    background-image: url(../img/timeline-break.png);
    background-repeat: repeat-x;
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -5px
}

.aesop-sticky-map .novella-header {
    z-index: 999
}

.aesop-sticky-map .aesop-map-component {
    position: fixed!important;
    margin: 0;
    z-index: 120
}

.aesop-sticky-map .aesop-map-component:before {
    content: '';
    position: absolute;
    z-index: 99
}

.aesop-sticky-map.aesop-sticky-map-left {
    padding-left: 250px
}

.aesop-sticky-map.aesop-sticky-map-left .aesop-map-component {
    left: 0;
    top: 0;
    bottom: 0;
    width: 250px
}

.aesop-sticky-map.aesop-sticky-map-left .aesop-map-component:before {
    right: 0;
    top: 0;
    height: 100%;
    width: 10px;
    left: 240px;
    -webkit-box-shadow: inset -7px 0 7px -7px rgba(0, 0, 0, .2);
    box-shadow: inset -7px 0 7px -7px rgba(0, 0, 0, .2)
}

.aesop-sticky-map.aesop-sticky-map-top {
    padding-top: 220px
}

.aesop-sticky-map.aesop-sticky-map-top .aesop-map-component {
    height: 220px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.aesop-sticky-map.aesop-sticky-map-top .aesop-map-component:before {
    right: 0;
    left: 0;
    height: 10px;
    width: 100%;
    top: 210px;
    -webkit-box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, .2);
    box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, .2)
}

.aesop-sticky-map.aesop-sticky-map-right {
    padding-right: 250px
}

.aesop-sticky-map.aesop-sticky-map-right .aesop-map-component {
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px
}

.aesop-sticky-map.aesop-sticky-map-right .aesop-map-component:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    right: 240px;
    -webkit-box-shadow: inset 7px 0 7px -7px rgba(0, 0, 0, .2);
    box-shadow: inset 7px 0 7px -7px rgba(0, 0, 0, .2)
}

.aesop-sticky-map.aesop-sticky-map-bottom {
    padding-bottom: 220px
}

.aesop-sticky-map.aesop-sticky-map-bottom .aesop-map-component {
    height: 220px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

.aesop-sticky-map.aesop-sticky-map-bottom .aesop-map-component:before {
    right: 0;
    left: 0;
    height: 10px;
    width: 100%;
    bottom: 210px;
    -webkit-box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, .2);
    box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, .2)
}

.aesop-component,
.aesop-documument-component {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem
}

.aesop-component+.aesop-component,
.aesop-component+.aestop-document-component,
.aesop-documument-component+.aesop-component,
.aesop-documument-component+.aestop-document-component {
    margin-top: 0;
    clear: left
}

p+.aesop-component,
p+.aseop-document-component {
    margin-top: .7rem
}

.aesop-component-align-right {
    float: right
}

.aesop-component-align-left {
    float: left
}

.aesop-component-caption,
.aesop-video-component-caption {
    font-size: .8em;
    font-family: 'Antenna-Regular', sans-serif
}

.leaflet-popup-content {
    font-family: 'Antenna-Regular', sans-serif
}

#aesop-chapter-menu,
#aesop-toggle-chapter-menu {
    display: none
}

.novella-header {
    background: #fff;
    height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    padding: .6rem 1rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px -2px rgba(0, 0, 0, .75);
    box-shadow: 0 0 12px -2px rgba(0, 0, 0, .75)
}

.menu-open .novella-header {
    overflow: visible
}

.menu-open .novella-header .novella-nav-wrap {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.novella-header+.novella-chapter-toggle {
    display: none
}

.novella-header .novella-header-inner:after,
.novella-header .novella-header-inner:before {
    content: " ";
    display: table
}

.novella-header .novella-header-inner:after {
    clear: both
}

.novella-header .novella-site-title {
    font-size: 1.125em;
    margin: 0;
    float: left;
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px)
}

.novella-header .novella-site-title a {
    color: #000;
    text-transform: uppercase;
    font-style: italic
}

.novella-header .novella-site-title small {
    font-family: 'Antenna-Regular', sans-serif;
    font-weight: 700;
    display: block;
    -webkit-transform: translate(0, 35px);
    -ms-transform: translate(0, 35px);
    transform: translate(0, 35px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.novella-header .novella-site-logo {
    position: absolute;
    top: -9px;
    max-height: 40px
}

.novella-header .novella-nav-wrap {
    float: right;
    line-height: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.novella-header .novella-nav-wrap h6 {
    position: absolute;
    left: -10000px
}

.novella-header .novella-nav-wrap ul {
    list-style: none;
    padding: 0;
    margin: 6px 0 0
}

.novella-header .novella-nav-wrap ul:after,
.novella-header .novella-nav-wrap ul:before {
    content: " ";
    display: table
}

.novella-header .novella-nav-wrap ul:after {
    clear: both
}

.novella-header .novella-nav-wrap ul li {
    float: left;
    margin: 0 18px
}

.novella-header .novella-nav-wrap ul li:first-child {
    margin-left: 0
}

.novella-header .novella-nav-wrap ul li:last-child {
    margin-right: 0
}

.novella-header .novella-nav-wrap ul li a {
    color: #000;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: .8em;
    font-weight: 900
}

.novella-header .novella-nav-wrap ul li i {
    padding-right: 13px
}

.novella-header .novella-story-nav {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    float: right;
    clear: right;
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
    line-height: 1
}

.novella-header .novella-story-nav li {
    float: left
}

.novella-header .novella-story-nav li:first-child {
    margin-left: 0
}

.novella-header .novella-story-nav li:last-child {
    margin-right: 0
}

.novella-header .novella-story-nav li a {
    color: #000;
    font-family: 'Antenna-Regular', sans-serif;
    font-size: .8em;
    font-weight: 900
}

.novella-header .novella-story-nav li i {
    padding-right: 13px
}

.novella-header .novella-story-nav li {
    margin: 0 18px
}

.novella-header .novella-story-nav li a {
    text-transform: none
}

.admin-bar .novella-header {
    top: 32px
}

.novella-story-nav {
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.novella-chapter-nav li {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin: 0
}

.novella-chapter-nav li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.novella-chapter-nav li a {
    padding: 2rem 1.4rem;
    text-align: center;
    display: block;
    font-weight: 900;
    color: #000
}

.novella-chapter-nav ol {
    padding: 0;
    margin: 0
}

.novella-story-nav {
    float: right
}

.novella-hidden {
    opacity: 0;
    filter: alpha(opacity=0)
}

.novella-entry {
    z-index: 0
}

.novella-entry .novella-entry-mast {
    width: 100%;
    display: table;
    position: relative;
}


.novella-entry .novella-entry-mast .novella-entry-mast-inner-wrap {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    z-index: 1;
    width: 100%;
    padding: 15% 0
}

.novella-entry .novella-entry-mast .novella-entry-mast-inner-wrap .novella-entry-mast-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    position: absolute;
    width: 100%;
    bottom: 0px;  
}

.novella-entry .novella-entry-mast .novella-entry-title {
    width: 80%;
    color: #fff;
    /* text-shadow: 0 0 6px rgba(0, 0, 0, .5); */
    margin-bottom: 0;
  /*  font-family: AntennaComp-Black !important;*/
    font-size: 40px !important;
    text-align: center;
    line-height: 1.1em;
    clear: left;
    font-family: 'Antenna', sans-serif !important; 
        text-shadow: 2px 2px 2px #000;
}

.novella-entry .novella-entry-mast .novella-entry-cats {
    text-transform: uppercase;
    font-size: .8em;
    font-family: Lato, sans-serif;
    display: none;
}

.novella-entry .novella-entry-mast .novella-entry-cats a {
    font-weight: 900
}

.novella-entry .novella-entry-mast .novella-entry-cats .delim {
    color: #8fb0bf;
    margin: 0 .25em
}

.novella-entry .novella-entry-mast .novella-entry-author,
.novella-entry .novella-entry-mast .novella-entry-author a {
    color: #fff;
    display: block;
    font-family: 'Antenna-Regular', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    text-align: center;
    margin-top: 5px;
}

.novella-entry .novella-entry-mast .novella-entry-author span {
    width: auto;
    font-size: 22px;
    text-transform: none;
    font-family: 'Antenna-Regular', sans-serif;

}
.novella-entry .novella-entry-mast .novella-entry-author span.date-time {
    width: 100%;
    font-family: 'Antenna', sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 22px;
    margin-top: 0px;
    margin-left: 0;
}

.novella-entry .novella-entry-mast .novella-entry-mast-img,
.novella-entry .novella-entry-mast .novella-entry-mast-img:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.novella-entry .novella-entry-mast .novella-entry-mast-img:after {
    content: '';
    background: #333;
    opacity: .2;
    filter: alpha(opacity=60);
}

.novella-entry .novella-entry-content {
    position: relative
}
.novella-entry.novella-parallax.has-thumbnail .novella-entry-mast {
    position: fixed;
    top: 50px;
    height: 100%;
}

.novella-entry.novella-parallax.has-thumbnail .novella-entry-content {
    margin-top: 500px;
    background: #fafafa;
    padding-top: 3em
}

.novella-entry .contact-form,
.novella-entry .gform_wrapper {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.novella-entry .contact-form input:not([type=submit]),
.novella-entry .contact-form textarea {
    width: 100%
}

.admin-bar .novella-entry.novella-parallax.has-thumbnail .novella-entry-mast {
    top: 82px
}

.novella .novella-entry.no-thumbnail .novella-entry-mast {
    padding-bottom: 0;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-title {
    font-size: 3.35em
}

.novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-mast-img {
    height: 225px
}

.novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-mast-inner-wrap {
    padding: 0
}

.novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-mast-inner {
    margin-top: 255px;
    width: 100%
}

@media (max-width:768px) {
    .novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-title {
        font-size: 1.6em;
        margin-bottom: .6rem
    }
}

.novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-author,
.novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-title {
    color: #000;
    text-shadow: none
}

.novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-author,
.novella .novella-entry.no-thumbnail .novella-entry-mast .post-categories {
    line-height: 1;
    font-size: .8em
}

.novella .novella-entry.no-thumbnail .novella-entry-mast .post-categories {
    margin-bottom: .6rem
}

.novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-mast-inner {
    position: static;
    margin-top: 4rem
}

@media (max-width:768px) {
    .novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-mast-inner {
        margin-top: 2rem
    }
}

.novella .novella-entry.no-thumbnail .novella-entry-mast .novella-entry-mast-inner-wrap {
    top: 0
}

.novella-read-more {
    padding-top: 2.5rem
}

.novella-read-more:after,
.novella-read-more:before {
    content: " ";
    display: table
}

.novella-read-more:after {
    clear: both
}

.novella-read-more .novella-read-more-title {
    text-align: center;
    letter-spacing: .05em;
    margin: 0 auto 1rem;
    color: #000;
    text-transform: uppercase;
    font-family: 'Antenna-Regular', sans-serif;
    font-size: .8em;
    font-weight: 900
}

.novella-read-more .novella-adjacent-posts {
    display: table;
    width: 100%
}

.novella-read-more .novella-collection-item {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    min-height: 0
}
.novella-read-more .novella-entry-author {
    width: 100%;
    max-width: 100%;
}

.novella-read-more .novella-collection-item.no-thumbnail {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.novella-read-more .novella-collection-item.no-thumbnail.adjacent-next {
    border-left: 1px solid rgba(0, 0, 0, .15)
}

@media (max-width:768px) {
    .novella-read-more .novella-collection-item {
        display: block;
        width: 100%
    }
}

.novella-read-more .novella-collection-item .novella-archive-entry-inner {
    padding: 3rem 1.5rem;
    display: block;
    width: 100%;
    height: 100%
}

@media (max-width:768px) {
    .novella-read-more .novella-collection-item .novella-archive-entry-inner {
        padding: 3rem 0;
        display: block
    }
}

.novella-read-more.novella-one-adjacent .novella-collection-item {
    width: 100%;
    display: block
}

.novella-read-more.novella-one-adjacent .novella-collection-item .novella-archive-entry-inner {
    display: block
}

.novella-read-more.novella-one-adjacent a {
    width: 100%
}

.adjacent-label {
    text-transform: uppercase;
    font-family: 'Antenna-Regular', sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    position: relative;
    top: -10px;
    display: block;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.no-thumbnail .adjacent-label {
    color: rgba(0, 0, 0, .35);
    text-shadow: none
}

.novella-one-adjacent .adjacent-label {
    position: relative;
    left: 0;
    top: -10px;
    display: block
}

.novella-post-adjacent {
    text-decoration: none;
    text-shadow: -2px 0 2px rgba(0, 0, 0, .5);
    position: relative
}

.novella-post-adjacent h4,
.novella-post-adjacent span {
    position: relative;
    z-index: 1
}

.novella-post-adjacent .novella-entry-title {
    color: #fff;
    margin: 0;
    font-weight: 900;
    font-size: 1.65rem
}

.novella-post-adjacent .novella-entry-author {
    color: #fff;
    display: block;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.novella-post-adjacent .novella-entry-author span {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    padding-right: .4rem;
    font-size: .85em
}

.novella-post-adjacent .novella-entry-category {
    text-shadow: none;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: .8em;
    font-weight: 900;
    color: #8fb0bf
}

.novella-post-adjacent:hover {
    text-decoration: none
}

.story-progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    display: block
}

.story-progress-bar {
    background-color: red;
    width: 0;
    display: block;
    height: inherit
}

progress {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .2;
    filter: alpha(opacity=20);
    width: 100%;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    color: red
}

progress::-webkit-progress-value {
    background-color: #8fb0bf
}

progress::-moz-progress-bar {
    background-color: #8fb0bf
}

progress::-webkit-progress-bar {
    background-color: transparent
}

.novella-collection-item {
    min-height: 300px;
    display: table;
    width: 100%;
    position: relative;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, .3)
}

.novella-collection-item .novella-entry-title {
    color: #fff;
    margin: 0;
    font-weight: 900;
    font-size: 1.65rem;
    font-family: 'Stag-Book', sans-serif
}

.novella-collection-item .novella-entry-author {
    color: #fff;
    display: block;
    font-family: 'Antenna-Regular', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.novella-collection-item .novella-entry-author span {
    font-family: 'Stag-BookItalic', sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    padding-right: .4rem;
    font-size: .85em
}

.novella-collection-item .novella-entry-category {
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Antenna-Regular', sans-serif;
    font-size: .8em;
    font-weight: 900;
    color: #8fb0bf
}

.archive .novella-collection-item .novella-entry-title,
.blog .novella-collection-item .novella-entry-title {
    font-size: 2em
}

.novella-collection-item .novella-archive-entry-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding: 60px 0
}

.novella-collection-item .novella-archive-entry-inner div {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.novella-collection-item .novella-archive-entry-inner:hover {
    text-decoration: none
}

.novella-collection-item .novella-archive-entry-inner .novella-index-entry-category {
    display: block
}

.novella-collection-item:hover .novella-archive-entry-mask {
    opacity: .2;
    filter: alpha(opacity=20)
}

.novella-collection-item.no-thumbnail {
    min-height: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.no-thumbnail .novella-entry-title {
    color: #000;
    text-shadow: none
}

.no-thumbnail .novella-entry-author {
    text-shadow: none;
    color: #333
}

.no-thumbnail:hover .novella-entry-title {
    color: #333
}

.novella-archive-entry-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .3;
    filter: alpha(opacity=40);
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    z-index: 0
}

.novella-load-more-posts {
    margin: 0
}

.novella-load-more-posts a {
    display: block;
    width: 100%;
    padding: 1.3rem .6rem;
    background: #8fb0bf;
    text-align: center;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: .8em;
    font-weight: 900;
    color: #fff
}

.novella-load-more-posts a:hover {
    background: #78a0b2;
    text-decoration: none;
    color: #fff
}

.novella-site-footer {
    background: #fff;
    padding: 2rem .6rem;
    text-align: center;
    font-size: .8em;
    font-style: italic
}

.novella-site-footer p {
    margin: 0
}

.novella-site-footer.aesop-social-active .novella-site-footer-inner {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.novella-site-footer.aesop-social-active .novella-site-footer-inner:after,
.novella-site-footer.aesop-social-active .novella-site-footer-inner:before {
    content: " ";
    display: table
}

.novella-site-footer.aesop-social-active .novella-site-footer-inner:after {
    clear: both
}

.novella-site-footer.aesop-social-active .ase-social-links,
.novella-site-footer.aesop-social-active .novella-footer-text {
    float: left
}

.novella-site-footer.aesop-social-active .novella-footer-text {
    text-align: left;
    width: 70%
}

.novella-site-footer.aesop-social-active .ase-social-links {
    width: 30%;
    float: right;
    text-align: right
}

.novella-page {
    margin: 0 auto 3rem
}

.novella-rcp-restricted {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6rem
}

.novella-rcp-restricted h2 {
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: .6rem
}

.novella-rcp-restricted p {
    margin-top: 0;
    font-size: 1.3em;
    font-weight: 200;
    line-height: 1.6
}

.novella-rcp-restricted p.dropcap:first-letter {
    float: left;
    font-size: 3.4rem;
    line-height: 2rem;
    padding-top: 1.2rem;
    padding-right: 1rem;
    font-weight: 700;
    color: #8fb0bf
}

.novella-rcp-restricted a {
    font-family: Lato, sans-serif;
    background: #8fb0bf;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    display: inline-block
}

.novella-rcp-restricted a:hover {
    color: #fff;
    background: #5e8ea3
}

.novella-rcp-restricted a:active {
    color: #fff;
    background: #4b7283
}

.viewable {
    z-index: 1024
}

.viewable .novella-nav-wrap {
    float: right;
    position: relative;
    right: 0;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.viewable .novella-nav-wrap.overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    z-index: 1024;
    position: fixed;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.viewable .novella-nav-wrap.overlay li {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin: 0
}

.viewable .novella-nav-wrap.overlay li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.viewable .novella-nav-wrap.overlay li a {
    padding: 2rem 1.4rem;
    text-align: center;
    display: block;
    font-family: 'Antenna-Black';
    text-transform: uppercase;
    font-weight: 900;
    color: #000
}

.viewable .novella-site-title {
    position: relative;
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.viewable .novella-site-title small {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.viewable .aesop-story-highlights-shortcode {
    position: fixed;
    left: -10000px
}

.viewable .aesop-story-highlights-shortcode.overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(250, 250, 250, .9);
    z-index: 1040;
    display: block;
    width: 100%
}

.viewable .aesop-story-highlights-shortcode.overlay .novella-close.novella-highlights-close {
    opacity: 1;
    filter: alpha(opacity=100)
}

.viewable .novella-nav-wrap h6 {
    position: static;
    left: 0
}


/* .viewable .novella-nav-wrap ul li a {
    font-size: 1.2em;
    font-weight: 900
} */

.viewable .novella-story-nav {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    right: 0
}

.viewable .aesop-story-highlights-shortcode {
    display: table
}

.viewable .aesop-story-highlights-shortcode:after,
.viewable .aesop-story-highlights-shortcode:before {
    content: " ";
    display: table
}

.viewable .aesop-story-highlights-shortcode:after {
    clear: both
}

.viewable .aesop-story-highlights-shortcode:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 100px;
    background: rgba(0, 0, 0, .15)
}

@media (max-width:768px) {
    .viewable .aesop-story-highlights-shortcode:before {
        display: none
    }
}

.viewable .aesop-story-highlights-shortcode .aesop-story-highlight {
    float: left;
    width: 50%;
    border-top: 1px solid rgba(0, 0, 0, .15);
    margin: 0;
    padding: 2rem;
    min-height: 200px
}

@media (max-width:768px) {
    .viewable .aesop-story-highlights-shortcode .aesop-story-highlight {
        width: 100%
    }
}

.viewable .aesop-story-highlights-shortcode .aesop-story-highlight:nth-of-type(odd) {
    clear: left
}

.viewable .aesop-story-highlights-shortcode .aesop-story-highlight p {
    font-size: 1.125em;
    margin: 0
}

.menu-open {
    overflow: hidden
}

.menu-open .novella-close.novella-nav-close {
    opacity: 1;
    filter: alpha(opacity=100)
}

.menu-open #novella-nav-wrap .menu {
    overflow: scroll
}

.novella-close {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    top: 40px;
    right: 40px;
    color: #000;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0)
}

.novella-close:hover {
    cursor: pointer
}

.aesop-story-highlights-shortcode,
.chapter-modal {
    overflow: auto;
}

.chapter-modal {
    margin-top: 49px;
}

.chapter-modal .novella-close {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block
}

.novella-nav-wrap {
    overflow: hidden
}

.aesop-story-highlights-shortcode .aesop-story-highlights-title,
.aesop-story-highlights-shortcode h6,
.chapter-modal .aesop-story-highlights-title,
.chapter-modal h6,
.novella-nav-wrap .aesop-story-highlights-title,
.novella-nav-wrap h6 {
    text-align: center;
    max-width: 100%;
    height: 100px;
    line-height: 100px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 900;
    letter-spacing: 4px;
    margin: 0;
    font-family: 'Stag-Book';
}

.aesop-video-component.aesop-component-align-left {
    margin-right: 1.5rem;
    padding-right: 1rem;
    float: left;
}

.aesop-video-component.aesop-component-align-right {
    margin-left: 1.5rem;
    padding-left: 1rem;
    float: right;
}

@media (max-width:768px) {
    .aesop-story-highlights-shortcode .aesop-story-highlights-title,
    .aesop-story-highlights-shortcode h6,
    .chapter-modal .aesop-story-highlights-title,
    .chapter-modal h6,
    .novella-nav-wrap .aesop-story-highlights-title,
    .novella-nav-wrap h6 {
        height: 50px;
        line-height: 50px
    }
}

.novella-nav-wrap h6 {
    font-family: 'Antenna-Regular', sans-serif;
    letter-spacing: 1px
}

.novella-chapter-nav li a {
    font-size: 1.2rem;
    font-family: 'Stag-Book', serif;
    text-transform: uppercase;
    letter-spacing: 8px
}

.novella-header-inner small {
    display: none;
    float: left;
    margin-left: 60px;
}

body.viewable .novella-header-inner small {
    display: block;
}

span.date-time {
    margin-left: 10px;
    display: block;
}

#aesop-collection-173-1 {
    overflow-x: hidden;
}


/* 
@media (max-width:1420px) { */

.aesop-image-component .aesop-image-component-image {
    max-width: none!important
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-left img,
.aesop-image-component .aesop-image-component-image.aesop-component-align-right img {
    width: 70%
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-left .aesop-image-component-caption,
.aesop-image-component .aesop-image-component-image.aesop-component-align-right .aesop-image-component-caption {
    width: 25%
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-right img {
    float: right;
    left: auto
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-right .aesop-image-component-caption {
    left: 2.5%;
    right: auto
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-left img {
    float: left;
    right: auto
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-left .aesop-image-component-caption {
    right: 2.5%;
    left: auto
}

.aesop-image-component.novella-vertical-image .aesop-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.aesop-image-component.novella-vertical-image .aesop-content img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.aesop-image-component.novella-vertical-image .aesop-content .aesop-image-component-caption {
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
    width: 200px;
    margin-top: 1rem
}

.aesop-image-component.novella-vertical-image .aesop-image-component-caption-left .aesop-image-component-caption {
    left: 0;
    text-align: left
}

.aesop-image-component.novella-vertical-image .aesop-image-component-caption-right .aesop-image-component-caption {
    right: 0;
    text-align: right
}


/* } */

@media (max-width:768px) {
    .aesop-image-component .aesop-image-component-image {
        max-width: none!important
    }
    .aesop-image-component .aesop-image-component-image.aesop-component-align-center img,
    .aesop-image-component .aesop-image-component-image.aesop-component-align-left img,
    .aesop-image-component .aesop-image-component-image.aesop-component-align-right img {
        width: 100%;
        float: none;
        left: auto;
        right: auto
    }
    .aesop-image-component .aesop-image-component-image.aesop-component-align-center .aesop-image-component-caption,
    .aesop-image-component .aesop-image-component-image.aesop-component-align-left .aesop-image-component-caption,
    .aesop-image-component .aesop-image-component-image.aesop-component-align-right .aesop-image-component-caption {
        border: none;
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        padding: 10px 1.4rem
    }
}

@media (max-width:1400px) {
    .novella .aesop-character-component.aesop-component-align-left {
        float: left
    }
    .novella .aesop-character-component.aesop-component-align-right {
        float: right
    }
    .novella .aesop-character-component .aesop-character-left,
    .novella .aesop-character-component .aesop-character-right {
        margin-left: 1.4rem;
        margin-right: 1.4rem;
        position: static
    }
    .novella .aesop-character-component .aesop-character-avatar {
        position: relative;
        top: -33px
    }
}

@media (max-width:1200px) {
    .aesop-content-comp-columns-2 .aesop-content-comp-inner,
    .aesop-content-comp-columns-3 .aesop-content-comp-inner,
    .aesop-content-comp-columns-4 .aesop-content-comp-inner {
        padding-left: 1.4rem;
        padding-right: 1.4rem
    }
}

@media (max-width:700px) {
    .novella-entry .novella-entry-mast .novella-entry-mast-img:after {
        background: transparent;
    }
    .aesop-audio-component,
    .aesop-photoset-gallery-wrap,
    .aesop-video-component,
    .novella-collection-item .novella-archive-entry-inner div,
    .novella-comments-wrap,
    .novella-entry-content dl,
    .novella-entry-content h1,
    .novella-entry-content h2,
    .novella-entry-content h3,
    .novella-entry-content h4,
    .novella-entry-content h5,
    .novella-entry-content h6,
    .novella-entry-content ol,
    .novella-entry-content p,
    .novella-entry-content table,
    .novella-entry-content ul,
    .novella-entry-mast .novella-entry-mast-inner {
        padding-left: 1.4rem;
        padding-right: 1.4rem
    }
    html body.viewable .novella-header-inner small {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .novella-page {
        margin: 0 auto
    }
    .novella-page .aesop-story-collection {
        margin-left: -22px;
        margin-right: -22px
    }
    body .aesop-story-collection .aeosp-collection-grid .aesop-collection-item {
        width: 33.333%
    }
    body .aesop-story-collection .aeosp-collection-grid .aesop-collection-entry-title {
        font-size: 2.4em
    }
}

@media (max-width:960px) {
    body .aesop-story-collection .aesop-collection-grid .aesop-collection-item {
        min-height: 350px
    }
    body .aesop-story-collection .aesop-collection-grid .aesop-collection-entry-title {
        font-size: 2em;
        padding-left: 0;
        padding-right: 0
    }
    body.aesop-sticky-map .novella-entry-mast .novella-entry-mast-inner-wrap {
        padding: 15% 15px
    }
    body.aesop-sticky-map .novella-entry-content {
        padding-left: 15px;
        padding-right: 15px
    }
    body .novella-entry-mast-img {
        background-position: center center!important
    }
}

@media (min-width:768px + 1) {
    .novella-chapter-toggle.mobile-toggle,
    .novella-story-highlights-toggle.mobile-toggle {
        position: absolute;
        left: -10000px
    }
}

@media (max-width:768px) {

    html {
        font-size: 1em
    }
    body {
        line-height: 1.7
    }
    ol,
    ul {
        max-width: 100%
    }
    .aesop-quote-component .aesop-component-align-center,
    .aesop-quote-component .aesop-component-align-left,
    .aesop-quote-component .aesop-component-align-right,
    .aesop-quote-component.aesop-component-align-center,
    .aesop-quote-component.aesop-component-align-left,
    .aesop-quote-component.aesop-component-align-right {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%!important;
        float: left
    }
    .aesop-quote-component.aesop-quote-type-pull.aesop-component-align-right {
        padding-right: 0px;
    }
    .aesop-quote-component blockquote {
        padding: 2rem !important;
        ;
    }
    .aesop-quote-component.aesop-quote-type-pull.aesop-component-align-left:before {
        left: 20px;
    }
    .aesop-quote-component .aesop-component-align-center:after,
    .aesop-quote-component .aesop-component-align-center:before,
    .aesop-quote-component .aesop-component-align-left:after,
    .aesop-quote-component .aesop-component-align-left:before,
    .aesop-quote-component .aesop-component-align-right:after,
    .aesop-quote-component .aesop-component-align-right:before,
    .aesop-quote-component.aesop-component-align-center:after,
    .aesop-quote-component.aesop-component-align-center:before,
    .aesop-quote-component.aesop-component-align-left:after,
    .aesop-quote-component.aesop-component-align-left:before,
    .aesop-quote-component.aesop-component-align-right:after,
    .aesop-quote-component.aesop-component-align-right:before {
        content: " ";
        display: table
    }
    .aesop-quote-component .aesop-component-align-center:after,
    .aesop-quote-component .aesop-component-align-left:after,
    .aesop-quote-component .aesop-component-align-right:after,
    .aesop-quote-component.aesop-component-align-center:after,
    .aesop-quote-component.aesop-component-align-left:after,
    .aesop-quote-component.aesop-component-align-right:after {
        clear: both
    }
    .aesop-article-chapter-wrap .aesop-cover-title {
        font-size: 14px;
        letter-spacing: 8px
    }
    .aesop-sticky-map.aesop-sticky-map-bottom,
    .aesop-sticky-map.aesop-sticky-map-left,
    .aesop-sticky-map.aesop-sticky-map-right,
    .aesop-sticky-map.aesop-sticky-map-top {
        padding: 0
    }
    .aesop-sticky-map.aesop-sticky-map-bottom .aesop-map-component,
    .aesop-sticky-map.aesop-sticky-map-left .aesop-map-component,
    .aesop-sticky-map.aesop-sticky-map-right .aesop-map-component,
    .aesop-sticky-map.aesop-sticky-map-top .aesop-map-component {
        position: relative!important;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%
    }
    body.aesop-sticky-map .novella-entry-mast .novella-entry-mast-inner-wrap {
        padding: 15% 0
    }
    body.aesop-sticky-map .novella-entry-content {
        padding-left: 0;
        padding-right: 0
    }
    body .aesop-story-collection {
        margin: 0
    }
    body .aesop-story-collection .aesop-collection-item {
        width: 100%;
        min-height: 222px!important;
        max-height: 250px;
        overflow: hidden
    }
    body .novella-site-footer.aesop-social-active {
        padding-left: 1rem;
        padding-right: 1rem
    }
    body .novella-site-footer.aesop-social-active .ase-social-links,
    body .novella-site-footer.aesop-social-active .novella-footer-text {
        float: none;
        width: 100%;
        text-align: center
    }
    body .novella-site-footer.aesop-social-active .novella-footer-text {
        margin-bottom: 1rem
    }
    .novella-close {
        top: 15px;
        right: 15px
    }
    .lead {
        font-size: inherit;
        line-height: inherit
    }
    .lead.dropcap:first-letter {
        float: left;
        font-size: 2.6rem;
        line-height: 2rem;
        padding-top: .8rem;
        padding-right: .6rem;
        font-weight: 700
    }
    .novella-header {
        overflow: visible
    }
    .novella-header .novella-site-title {
        -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    .novella-header .novella-site-title small,
    .viewable .novella-header .novella-site-title small {
        display: none
    }
    .novella-header .novella-nav-wrap {
        right: 0;
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px)
    }
    .novella-header .novella-nav-wrap.overlay {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #fafafa;
        z-index: 1024;
        position: fixed;
        opacity: .9;
        filter: alpha(opacity=90);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .novella-header .novella-nav-wrap.overlay li {
        display: block;
        float: none;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        margin: 0
    }
    .novella-header .novella-nav-wrap.overlay li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .15)
    }
    .novella-header .novella-nav-wrap.overlay li a {
        padding: 2rem 1.4rem;
        text-align: center;
        display: block;
        font-family: Lato, sans-serif;
        text-transform: uppercase;
        font-weight: 900;
        color: #000
    }
    .novella-header .novella-nav-wrap {
        float: none;
        position: fixed;
        left: -10000px
    }
    .novella-header .novella-story-nav {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .novella-header .novella-story-nav li:last-child {
        float: right
    }
    .novella-header .novella-chapter-toggle,
    .novella-header .novella-story-highlights-toggle {
        position: static
    }
    .novella-chapter-toggle.mobile-toggle,
    .novella-story-highlights-toggle.mobile-toggle {
        position: fixed;
        background: #fff;
        height: 40px;
        padding: .6rem;
        color: #000;
        z-index: 1;
        -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
        box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2)
    }
    .novella-chapter-toggle.mobile-toggle i,
    .novella-story-highlights-toggle.mobile-toggle i {
        padding-right: 1rem;
        position: relative;
        left: 2px;
        margin-right: 5px
    }
    .novella-story-highlights-toggle.mobile-toggle {
        bottom: 80px;
        right: -100px;
        border-bottom: 1px solid rgba(0, 0, 0, .15)
    }
    .novella-chapter-toggle.mobile-toggle {
        bottom: 40px;
        right: -85px
    }
    .novella-chapter-toggle.mobile-toggle i {
        left: 4px
    }
    .novella-collection-item {
        min-height: 225px
    }
    .novella-collection-item .novella-entry-title {
        font-size: 1.6em
    }
    .novella-collection-item .novella-entry-author {
        font-size: .8em
    }
    .novella .aesop-character-component.aesop-component-align-left,
    .novella .aesop-character-component.aesop-component-align-right {
        float: none;
        width: 100%;
        display: block;
        margin: 0
    }
    .novella .aesop-character-component~p {
        clear: left
    }
    .novella-header .novella-story-nav {
        position: static;
        left: 0;
        float: right;
        list-style: none;
        margin: 6px 0 0;
        padding: 0;
        line-height: 1
    }
    .novella.page .novella-entry .novella-entry-mast-img,
    .novella.single .novella-entry .novella-entry-mast-img {
        height: 225px
    }
    .novella.page .novella-entry .novella-entry-mast-inner-wrap,
    .novella.single .novella-entry .novella-entry-mast-inner-wrap {
        padding: 0
    }
    .novella.page .novella-entry .novella-entry-mast-inner,
    .novella.single .novella-entry .novella-entry-mast-inner {
        width: 100%;
    }
    .novella.page .novella-entry .novella-entry-author,
    .novella.page .novella-entry .novella-entry-title,
    .novella.single .novella-entry .novella-entry-author,
    .novella.single .novella-entry .novella-entry-title {
        text-shadow: none;
        line-height:1em;
    }
    .novella.page .novella-entry .novella-entry-author,
    .novella.page .novella-entry .post-categories,
    .novella.single .novella-entry .novella-entry-author,
    .novella.single .novella-entry .post-categories {
        line-height: 1;
        font-size: .8em
    }
    .novella.page .novella-entry .post-categories,
    .novella.single .novella-entry .post-categories {
        margin-bottom: .6rem
    }
    .novella.page .novella-entry.no-thumbnail .novella-entry-mast,
    .novella.single .novella-entry.no-thumbnail .novella-entry-mast {
        height: 0
    }
    .novella.page .novella-entry.no-thumbnail .novella-entry-content,
    .novella.single .novella-entry.no-thumbnail .novella-entry-content {
        margin-top: 0
    }
    .novella.page .novella-entry.novella-parallax .novella-entry-mast-inner.novella-hidden,
    .novella.single .novella-entry.novella-parallax .novella-entry-mast-inner.novella-hidden {
        opacity: 1!important;
        filter: alpha(opacity=100)!important
    }
    .novella.page .novella-entry.novella-parallax .novella-entry-mast,
    .novella.single .novella-entry.novella-parallax .novella-entry-mast {
        position: static!important;
        min-height: 210px;
        height: auto;
        z-index: 99;
    }
    .novella.page .novella-entry.novella-parallax .novella-entry-content,
    .novella.single .novella-entry.novella-parallax .novella-entry-content {
        margin-top: auto!important;
        padding-top: 20px;
    }
    .novella.page .novella-entry.novella-parallax .novella-entry-mast-img,
    .novella.single .novella-entry.novella-parallax .novella-entry-mast-img {
        top: 50px
    }
    .novella.page.admin-bar .novella-entry.novella-parallax .novella-entry-mast-img,
    .novella.single.admin-bar .novella-entry.novella-parallax .novella-entry-mast-img {
        top: 82px
    }
    .aesop-story-highlights-shortcode:before {
        display: none
    }
    .aesop-story-highlights-shortcode .aesop-story-highlight {
        width: 100%;
        border-right: none
    }
    .aesop-content-component .aesop-content-comp-wrap.aesop-content-comp-columns-2 .aesop-content-comp-inner,
    .aesop-content-component .aesop-content-comp-wrap.aesop-content-comp-columns-3 .aesop-content-comp-inner,
    .aesop-content-component .aesop-content-comp-wrap.aesop-content-comp-columns-4 .aesop-content-comp-inner {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 20;
        -moz-column-gap: 20;
        column-gap: 20;
        max-width: 100%!important
    }
    .aesop-content-component .aesop-content-comp-wrap.aesop-content-comp-columns-2 .aesop-content-comp-inner p,
    .aesop-content-component .aesop-content-comp-wrap.aesop-content-comp-columns-3 .aesop-content-comp-inner p,
    .aesop-content-component .aesop-content-comp-wrap.aesop-content-comp-columns-4 .aesop-content-comp-inner p {
        padding-left: 0;
        padding-right: 0
    }
    .novella.single .novella-entry .novella-entry-mast-img{
    	max-height: 240px;
    }
    .aesop-story-collection .aesop-collection-item .aesop-collection-item-inner .aesop-collection-entry-title{
        font-size: 20px;
    }
   
    .fotorama__img{
        position: static;
    }
}

@media (max-width:768px) and (max-width:768px) {
    .novella.page .novella-entry .novella-entry-title,
    .novella.single .novella-entry .novella-entry-title {
        font-size: 1.1em !important;
        margin-bottom: .6rem
    }
}

.aesop-on-novella .lasso-component--controls {
    max-width: 121px
}

.aesop-on-novella .lasso-component--controls li {
    line-height: 23px
}

.novella-rcp-restricted .overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1936px;
    z-index: 22;
}

.msg_content {
    z-index: 999;
    position: relative;
}

.links_container {
    float: left;
    width: 100%;
    text-align: center;
}

.restrict_msg a {
    width: auto;
    background: #999999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    font-family: 'Antenna-Regular';
    font-size: 18px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
}

.restrict_msg .links_container span {
    font-size: 26px;
    color: black;
    font-family: 'Antenna-Regular';
    line-height: 100%;
    margin: 3px 25px;
}

.novella-rcp-restricted a.btn {
    display: none;
}

.viewable .novella-nav-wrap.overlay li a {
    font-size: 1.2em;
}

body,
.novella-entry.novella-parallax.has-thumbnail .novella-entry-content {
    background: white !important;
}

.alignleft {
    float: left;
    margin-left: 20% !important;
}

.alignright {
    float: right;
    margin-right: 20% !important;
}

p>a>img.alignleft,
span>a>img.alignleft {
    margin-left: -20% !important;
}

p>a>img.alignright,
span>a>img.alignright {
    margin-right: -20% !important;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.novella-entry .novella-entry-mast .novella-entry-title{
        width: 100%;
		font-size: 48px !important;
		line-height: 1em;
	}
	.novella-entry .novella-entry-mast .novella-entry-author span{
		font-size: 22px !important;
	}
	.novella-entry .novella-entry-mast .novella-entry-author a{
		font-size: 22px !important;
	}
	.novella-entry .novella-entry-mast .novella-entry-author span.date-time{
		font-size: 18px;
	}
	.novella-entry .novella-entry-mast .novella-entry-mast-inner-wrap .novella-entry-mast-inner{
		bottom: 80px;	
	}
}
@media screen and (max-width: 1024px) {
    .alignleft {
        float: left;
        margin-left: 0 !important;
    }
    .alignright {
        float: right;
        margin-right: 0 !important;
    }
    p>a>img.alignleft {
        margin-left: 0 !important;
    }
    p>a>img.alignright {
        margin-right: 0 !important;
    }
    .wp-caption {
        float: left;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wp-caption img {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .aesop-parallax-sc .aesop-parallax-sc-img.is-parallax {
        top: 0 !important;
    }
    .novella-entry-content {
        overflow-x: hidden;
    }
    .novella-header-inner small {
        font-size: 12px;
        margin-left: 49px;
        line-height: 1em;
        margin-top: -4px;
        height: 38px;
        float: left;
        width: 100%;
        max-width: calc(100% - 100px);
        overflow: hidden;
    }
    .has_chapters .novella-header-inner small {
        max-width: calc(100% - 150px) !important;
        -webkit-box-align: flex-start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: flex-start !important;
        align-items: flex-start !important;
    }
    .novella-header .novella-story-nav .novella-nav-toggle i {
        padding-right: 0;
    }
    .novella-header .novella-story-nav li {
        margin: 0 4px;
    }
    .novella-header .novella-story-nav li i {
        padding-right: 5px;
    }

    .novella-entry .novella-entry-mast .novella-entry-title{
		font-size: 48px !important;
	}
	.novella-entry .novella-entry-mast .novella-entry-author span{
		font-size: 14px !important;
	}
	.novella-entry .novella-entry-mast .novella-entry-author a{
		font-size: 14px !important;
	}
	.novella-entry .novella-entry-mast .novella-entry-author span.date-time{
		font-size: 14px !important;
	}
	.novella-entry .novella-entry-mast .novella-entry-mast-inner-wrap .novella-entry-mast-inner{
		bottom: 10px;	
	}

}

.chapter-modal h6 {
    font-size: 1.2rem;
}

.novella-entry-content p b,
.novella-entry-content p strong {
    font-family: 'Stag-Medium';
}

.novella-entry-content p em,
.novella-entry-content p i {
    font-family: 'Stag-BookItalic';
}

.aesop-article-chapter-wrap .aesop-cover-title {
    font-size: 25px;
    letter-spacing: 0;
    text-align: left;
}

.novella-entry-content > .essb_fixedwidth_20_ {
    display: none;
}

.tags {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.tags h4 {
    float: left;
    color: #808080;
    font-size: 32px;
    margin: 0;
    width: auto;
    margin-right: 30px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'AntennaComp-Light';
    font-weight: 300;
}

.tags ul {
    float: left;
    width: 91%;
}

.tags ul li {
    float: left;
    list-style-type: none;
    margin-bottom: 5px;
}

.tags ul li a {
    float: left;
    color: #66AADF;
    border: 1px solid #66AADF;
    font-size: 32px;
    font-weight: normal;
    line-height: 1em;
    padding: 4px 7px;
    text-transform: uppercase;
    font-family: 'AntennaComp-Light';
    margin-right: 5px;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
}

.tags ul li a:hover {
    background: #66AADF;
    color: white;
    text-decoration: none;
}

.postData {
    float: left;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 12px;
    border-top: 1px solid #cccccb;
    border-bottom: 1px solid #cccccb;
}

.postData p {
    margin: 0;
    margin-top: 0!important;
    color: #808080;
    font-size: 14px;
    font-family: 'AntennaCond-Regular';
    font-weight: normal;
}

@media (max-width: 640px) {
    .tags ul {
        width: 80%;
        padding-right: 5px;
    }
    .tags h4 {
        margin-right: 0;
    }
    .wp-caption.alignright .wp-caption-text {
        padding-left: 10px;
    }
    #disqus_thread {
        padding: 0 20px !important;
    }
    p>a>img.alignleft,
    span>a>img.alignleft {
        margin-left: 0% !important;
    }
    p>a>img.alignright,
    span>a>img.alignright {
        margin-right: 0% !important;
    }
    .wp-caption {
        left: 0;
        float: left;
        overflow: hidden;
        padding: 0 20px;
    }
    .wp-caption.alignleft {
        left: 0 !important;
    }
}

.links-co {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.links-co a {
    color: #999999;
    font-size: 12px;
    position: absolute;
    z-index: 222;
    font-family: 'Antenna-Regular';
    line-height: 100%;
}

.svg_container {
    display: none;
    position: relative;
    position: fixed;
    z-index: 222222;
    top: 10%;
    left: 0;
}

.svg_container img {
    position: fixed;
    z-index: 3;
    top: 10%;
    left: 30px;
    height: 500px;
}

.link-1 {
    left: 0;
    top: 5.5%;
    width: 140px;
    height: 30px;
    transform: translateX(139.6%);
}

.link-2 {
    left: 0;
    top: 12.8%;
    width: 140px;
    height: 30px;
    transform: translateX(134%);
}

.link-3 {
    left: 0;
    top: 75.4%;
    width: 140px;
    height: 30px;
    transform: translateX(182.9%);
}

.link-4 {
    left: 0;
    top: 85%;
    width: 140px;
    height: 30px;
    transform: translateX(169.1%);
}

.link-5 {
    left: 0;
    top: 92.5%;
    width: 140px;
    height: 30px;
    transform: translateX(87.8%);
}

.link-6 {
    left: 0;
    top: 82.1%;
    width: 140px;
    height: 30px;
    transform: translateX(37.8%);
}

.postid-3318 .essb_displayed_postfloat {
    display: none;
}

.st4 {
    stroke-dasharray: 3px;
}


/* MODALS */

.testimonial_container {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 9999;
}

.testimonial_container.container_2 {
    max-width: 1080px;
}

.testimonial_col {
    margin: 0 !important;
}

.testimonial_col {
    min-height: 1px;
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    height: 300px;
}

.testimonial_col.col-4 {
    width: 25%;
    margin-bottom: 30px;
}

.modal_content_container strong,
.modal_content_container b {
    font-family: 'Stag-Medium';
}

.modal_content_container li strong {
    margin-right: 10px;
}

.modal_content_container ul {
    list-style: none;
}

.testimonial_thumb {
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.testimonial_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link_trigger {
    font-family: 'Antenna-Regular';
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 15px;
    left: 0;
}

.testimonial_modal {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999992;
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.testimonial_modal_open {
    overflow: hidden;
    position: relative;
}

.testimonial_modal_open .svg_container {
    z-index: -1;
}

.modal_content_container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding-top: 5.5vw;
    position: relative;
}

.modal_thumb {
    width: 40.5%;
    float: left;
    margin-right: 4.25%;
    margin: 0 40px 0 0;
}

.modal_content_container h4 {
    font-family: 'Antenna-Regular';
    margin-top: 0;
}

.close_modal {
    position: fixed;
    top: 0;
    right: 20%;
    font-size: 40px;
    color: black;
    font-family: 'Antenna-Regular';
}

.close_modal:hover {
    color: black;
}

.spacer {
    height: 50px;
    opacity: 0;
    float: left;
    width: 100%;
}

.slider_nav {
    font-size: 30px;
    color: black;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
}

.prev_nav {
    left: 20px;
}

.next_nav {
    right: 20px;
}

.nav_wrap {
    position: fixed;
    top: 50%;
    z-index: 22222222;
    width: 100vw;
    left: 0;
    display: none;
}

.testimonial_container h2 {
    float: left;
    max-width: 950px;
    width: 100%;
    font-size: 30px;
    color: black;
    font-family: 'Antenna-Regular';
    text-align: center;
    text-transform: uppercase;
}

.postid-4381 .novella-entry-mast {
    display: none !important;
}

.container_2 h2,
.container_2 h3 {
    max-width: 1080px !important;
}

.testimonial_container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.testimonial_container {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .testimonial_container {
    height: 1%;
}

.testimonial_container {
    display: block;
}


/* close commented backslash hack */

.testimonial_container p strong {
    font-family: 'Antenna-Black';
    color: black;
}

.testimonial_container h3 {
    float: left;
    max-width: 950px;
    width: 100%;
    font-size: 20px;
    color: black;
    font-family: 'Antenna-RegularItalic';
    text-align: center;
    margin-bottom: 60px;
}

.testimonial_wrapper {
    float: left;
    width: 100vw;
    clear: both;
    z-index: 1;
    position: relative;
}

.testimonial_modal_open .testimonial_wrapper {
    z-index: 9999;
}

.testimonial_modal_open .essb-mobile-sharebottom .essb_links {
    display: none;
}


/* AUTHOR */

.novella-entry-author {
   /* display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    max-width: 570px;
    margin: 0 auto;
    width: 100%;
}

.novella-entry .novella-entry-mast .novella-entry-author a{
    display: inline-block;
    font-size: 22px;
    text-transform: none;
}

.novella-entry-author span:first-child,
.novella-entry-author .date-time {
    width: 100%;
}
.mobile-show{
    display: none;
}
.desktop-show{
        display: block;
    }
@media (max-width: 1368px) {
    .svg_container {
        left: -40px;
    }
    .testimonial_container {
        max-width: 700px;
    }
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 768px) {
    .fullscreen-bg__video{
      position: relative;
      top: auto;
      left: auto;
    }
    body.postid-5559 .novella-entry-mast-img{
        background: inherit;
    }
    .novella-entry .novella-entry-mast .novella-entry-mast-img{
        z-index: 999;
    }
    .iphone-video{
        float: left;
        width: 100%;
        height: 210px;
        position: relative;
        display: none; 

    }
    .vjs-poster{
        background: #fff !important;
        z-index: -1;
    }
    .vjs-big-play-button,
    .toggle_mobile{
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../img/play_icon.png) transparent ;
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 46px, cover;
        z-index: 2;
        top: 0;
        left: 0;
        -webkit-transition: all 0.25s cubic-bezier(0.3, 0, 0.2, 1);
        transition: all 0.25s cubic-bezier(0.3, 0, 0.2, 1);
        text-indent: -9999em;
        border: 0;
        opacity: 0;
    }
    .vjs-control-bar,
    .vjs-fullscreen-control,
    .vjs-play-control{
        display: none !important;
    }
    .novella-entry .novella-entry-mast .novella-entry-mast-inner-wrap .novella-entry-mast-inner{
        position: relative;
        bottom: auto;
        left: auto;
        top: auto;
        float: left;
    }
    .novella-entry .novella-entry-mast .novella-entry-author, .novella-entry .novella-entry-mast .novella-entry-author a,
    .novella-entry .novella-entry-mast .novella-entry-title{
        color: #000;
    }
    .mobile-show{
        display: block;
    }
    .desktop-show{
        display: none;
    }
    .mobile-show{
        position: relative !important;
        top: auto !important;
    }
    html body .novella-entry-mast-inner{
        margin-top: 20px !important;
    }
    

} 
body.postid-5559 .novella-entry-mast-img{
        background: none !important;
}
@media (max-width: 420px) {
	 .novella-entry .novella-entry-mast .novella-entry-mast-inner-wrap .novella-entry-mast-inner{
        margin-top: 250px;  
    }
}
@media (max-width: 320px) {
    .novella-entry .novella-entry-mast .novella-entry-mast-inner-wrap .novella-entry-mast-inner{
        margin-top: 210px;  
    }
	
}
.wp-embedded-content{
    float: left;
    margin-right: 30px;
    max-width: 300px;
}
.excerpt p{
    font-family: 'Stag-Medium';
    font-weight: 300;
} 
.twitter-tweet{
    margin-left: auto;
    margin-right: auto;
}
section.novella-entry-mast{
    position: absolute!important;
}
.fotorama__wrap .fotorama__stage{
    height: calc(100vh - 120px)!important;
    height: -webkit-calc(100vh - 120px)!important;
}
figure.aesop-parallax-sc{
    height: calc(100vh - 100px)!important;
    height: -webkit-calc(100vh - 100px)!important;   
}
.aesop-parallax-sc .aesop-parallax-sc-img{
    height: 100%;
    object-fit: cover;
}
.viewable .novella-story-nav {
    position: absolute;
    right: 0
}

.viewable .novella-nav-wrap {
    float: right;
    position: relative;
    right: 0;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.novella-header .novella-site-logo {
    top: -9px;
}
.novella-content {
    position: relative;
}

/* .fotorama__wrap--css3 .fotorama__stage .fotorama__img{
    width: 100%!important;
    left: 0!important;
    object-fit: cover;
} */
.show_search{
    background: url(../img/search.png) no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin-left: 30px;
    margin-right: -20px;
    -webkit-background-size: contain;
    background-size: 15px;
    margin-top: 8px;

}
.viewable2 .show_search{
    display: none;
}

.menu-prmary-menu-container.overlay #main-navigation{
    float: none!important;
}
.form_search_novella{
    float: right;
}
.form_search_novella input[type="text"]{
    width: 300px;
    border: 0;
    outline: 0;
    box-shadow: none;
    height: 45px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: black;
    display: none;

    background-color: transparent!important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.form_search_novella.overlay input[type="text"]{
    display: block;
}
.form_search_novella input[type="text"]::placeholder{
    color: black;
    
}
.form_search_novella input[type="submit"]{
    display: none;
}
.form_wrapper_nov{
    float: right;
}
.viewable .form_search_novella.overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    z-index: 1024;
    position: fixed;
    opacity: .9;
    filter: alpha(opacity=90);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.viewable2 .form_search_novella {
    float: right;
    position: relative;
    right: 0;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.viewable2 .form_search_novella.overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    z-index: 1024;
    position: fixed;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.viewable2 .form_search_novella.overlay li {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin: 0
}
.novella-close2{
    opacity: 0!important;
}
.viewable2 .novella-close{
    opacity: 1!important;
}
.fotorama__caption{
    text-align: center;
}
.fotorama__caption__wrap{
    width: 90%;
}
 .fotorama__wrap--css3 .fotorama__stage .fotorama__img{
    height: inherit!important;
    object-fit: cover;
 }
@media (max-width:768px) {
    .show_search {
        background: url(../img/search.png) no-repeat;
        width: 20px;
        height: 20px;
        float: right;
        margin-left: 10px;
        margin-right: 0;
        -webkit-background-size: contain;
        background-size: 14px;
        margin-top: 8px;
    }
    .novella-header .novella-story-nav {
        float: right;
        clear: none;
    }
    .viewable .novella-story-nav{
        right: 30px;
    }
    /* html body.viewable .novella-header-inner small{
        margin-top: 10px;
        justify-content: center;
    } */
    .has_chapters.viewable .novella-header .novella-story-nav li:first-child{
        display:none;
    }
    .has_chapters .novella-header-inner small{
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    .fotorama__wrap .fotorama__stage {
        height: calc(100vh - 430px)!important;
        height: -webkit-calc(100vh - 430px)!important;
    }
}
.video_content{
    width: 100%;
}
.left_box{
    width: 257px;
    float: left;
    padding: 27px 35px;
    background: #C7EAFB; 
    position: absolute;
    left: -320px;
    z-index: 2221;
}
.left_box p {
    font-size: 20px!important;
    font-family: 'AntennaExtraCond-Regular'!important;
    margin-bottom: 0!important
}
.left_box:after{
    content:"";
    width: 0px;
    position: absolute;
    right: -15px;
    top: 48px;
    height: 0px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 15px solid #C7EAFB;
}
body .left_box strong{
    font-size: 20px!important;
    float: left!important;
    margin-bottom: 0!important;
    margin-right: 5px;
    font-family: 'AntennaExtraCond-Bold'!important;
    float:none!important;
}
body .left_box b{
    font-size: 20px!important;
    float: left!important;
    margin-bottom: 0!important;
    margin-right: 5px;
    font-family: 'AntennaExtraCond-Bold'!important;
    float:none!important;
}
.left_box_container{    
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media (max-width:768px) {
    .novella-entry .novella-entry-mast .novella-entry-title {
        font-size: 1.35em !important;
        margin-bottom: .6rem;
        line-height: 1.2em!important;
        font-family: 'Stag-Medium'!important;
    }
    .novella.single .novella-entry .novella-entry-title{
        font-size: 1.35em !important;
        
    }
}
body .instagram-media{
    margin-left: auto !important;
    margin-right: auto!important;
}

.fullscreen-bg__video{
        width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}