/* @import url("https://fonts.googleapis.com/css?family=Montserrat:400,700"); */

.l2h-photowrap {
    display: block;
    font-size: 16px;
    margin: 0px;
    float: left;
    width: 100%;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s
}

.l2h-photowrap .l2h-photobg {
    position: relative;
    width: 100%;
    padding-top: 100%;
    height: 0;
    margin: 0px;
    display: block
}

.l2h-photowrap .l2h-photobg a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-shadow: none;
    text-decoration: none;
    font-weight: 400;
    text-transform: none
}

.l2h-photowrap .l2h-photobg a .l2h-hovercontent-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    box-sizing: border-box
}

.l2h-photowrap .l2h-photobg a .l2h-hovercontent-container .l2h-hovercontent {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox-wrap;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    height: 100%;
    box-sizing: border-box
}

.l2h-photowrap .l2h-photobg a .l2h-hovercontent-container .l2h-hovercontent .l2h-instagram-created-at {
    letter-spacing: .4em;
    margin: 5px 0;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: .5em
}

.l2h-photowrap .l2h-photobg a .l2h-hovercontent-container .l2h-hovercontent .l2h-ico-i {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    margin: 5px 0;
    font-size: 1.5em
}

.l2h-photowrap .l2h-photobg a .l2h-hovercontent-container .l2h-hovercontent .l2h-haveit-btn {
    width: auto;
    letter-spacing: .3em;
    margin: 5px 0;
    font-size: .725em;
    font-style: normal;
    letter-spacing: .2em
}

.l2h-photowrap .l2h-photobg a .l2h-hovercontent-container .l2h-hovercontent .l2h-hovercontent-desc {
    margin: 5px 0;
    white-space: normal;
    position: relative;
    max-height: 35px;
    overflow: hidden;
    width: 100%
}

.l2h-photowrap .l2h-photobg a .l2h-hovercontent-container .l2h-hovercontent .l2h-hovercontent-desc p {
    margin: 5px 0;
    line-height: 1.2em;
    text-shadow: none;
    font-weight: 400;
    text-transform: none;
    box-sizing: border-box
}

.l2h-photowrap .l2h-photobg a:hover .l2h-hovercontent-container {
    opacity: 1
}

.l2h-photos:after {
    clear: both;
    display: block;
    content: '';
    float: none;
    height: 1px
}

.l2h-scrollable {
    position: relative;
    overflow: hidden;
    font-size: 0;
    z-index: 0
}

.l2h-scrollable .l2h-photos {
    z-index: 999;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
    display: block;
    padding-bottom: 20px;
    margin: 0 0 -20px 0
}

.l2h-scrollable .l2h-photos .l2h-photowrap {
    display: inline-block;
    float: none
}

@media (max-width: 480px) {
    .l2h-scrollable .l2h-photos .l2h-photowrap .l2h-hovercontent .l2h-instagram-created-at, .l2h-scrollable .l2h-photos .l2h-photowrap .l2h-hovercontent .l2h-hovercontent-desc {
        display: none
    }
}

.l2h-scrollable .l2h-arrow span {
    top: 35%;
    position: absolute;
    z-index: 100;
    display: block;
    font-size: 20px;
    color: #000;
    background: #fff;
    height: 0;
    width: 40px;
    padding: 20px 0;
    line-height: 0;
    border-radius: 40px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.l2h-scrollable .l2h-arrow span.l2h-ico-previous {
    left: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9)
}

.l2h-scrollable .l2h-arrow span.l2h-ico-previous:hover {
    opacity: 1
}

.l2h-scrollable .l2h-arrow span.l2h-ico-next {
    right: 10px;
    left: auto;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.9)
}

.l2h-scrollable .l2h-arrow span.l2h-ico-next:hover {
    opacity: 1
}

.l2h-scrollable:hover .l2h-arrow span {
    opacity: .4
}

.l2h-scrollable:hover .l2h-arrow.l2h-disabled span, .l2h-scrollable .l2h-arrow.l2h-disabled span.l2h-ico-previous:hover, .l2h-scrollable .l2h-arrow.l2h-disabled span.l2h-ico-next:hover {
    opacity: .1
}

.l2h-size-large .l2h-scrollable .l2h-photowrap {
    width: 25%;
    height: auto
}

@media (max-width: 991px) {
    .l2h-size-large .l2h-scrollable .l2h-photowrap {
        width: 33.3%
    }
}

@media (max-width: 767px) {
    .l2h-size-large .l2h-scrollable .l2h-photowrap {
        width: 50%
    }
}

.l2h-size-medium .l2h-scrollable .l2h-photowrap {
    width: 16.7%;
    height: auto
}

.l2h-size-medium .l2h-scrollable .l2h-photowrap .l2h-hovercontent {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

@media (max-width: 991px) {
    .l2h-size-medium .l2h-scrollable .l2h-photowrap {
        width: 25%
    }
}

@media (max-width: 767px) {
    .l2h-size-medium .l2h-scrollable .l2h-photowrap {
        width: 33.3%
    }
}

.l2h-size-small .l2h-scrollable .l2h-arrow span {
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
}

.l2h-size-small .l2h-scrollable .l2h-arrow span.l2h-ico-previous {
    left: 3px
}

.l2h-size-small .l2h-scrollable .l2h-arrow span.l2h-ico-next {
    right: 3px
}

.l2h-size-small .l2h-scrollable .l2h-photowrap {
    width: 12.5%;
    height: auto
}

.l2h-size-small .l2h-scrollable .l2h-photowrap .l2h-hovercontent {
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
}

.l2h-size-small .l2h-scrollable .l2h-photowrap .l2h-hovercontent .l2h-instagram-created-at, .l2h-size-small .l2h-scrollable .l2h-photowrap .l2h-hovercontent .l2h-hovercontent-desc {
    display: none
}

@media (max-width: 991px) {
    .l2h-size-small .l2h-scrollable .l2h-photowrap {
        width: 20%
    }
}

@media (max-width: 480px) {
    .l2h-size-small .l2h-scrollable .l2h-photowrap {
        width: 25%
    }
}

.l2h-looff {
    position: relative;
    overflow: hidden;
    font-size: 0;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l2h-looff .l2h-photos {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    z-index: 999;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 0 0px 20px 0px;
    margin: 0 0 -20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.l2h-looff .l2h-photos .l2h-bg-photo {
    clear: both;
    max-height: 600px
}

.l2h-looff .l2h-photos .l2h-photowrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    float: none;
    margin: 1px;
    background: #fff
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-photospacer {
    margin: 10px
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header {
    padding: 10px 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a {
    color: #444
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer .l2h-instagram-profile, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header .l2h-instagram-profile {
    font-size: .7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer .l2h-instagram-profile:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header .l2h-instagram-profile:hover {
    opacity: .9
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer .l2h-instagram-profile .l2h-instagram-profile-img, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header .l2h-instagram-profile .l2h-instagram-profile-img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-right: 3px
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer .l2h-instagram-profile .ig-profile-img, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header .l2h-instagram-profile .ig-profile-img {
    background-image: -webkit-linear-gradient(right, #BC32A4 0%, #E03768 50%, #F67C33 100%);
    background-image: linear-gradient(270deg, #BC32A4 0%, #E03768 50%, #F67C33 100%);
    height: 30px;
    width: 30px;
    margin-right: 3px;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer [class^="l2h-ico"], .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer [class*=" l2h-ico"], .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header [class^="l2h-ico"], .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header [class*=" l2h-ico"] {
    font-size: 18px;
    margin-right: 3px
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer [class^="l2h-ico"]:last-child, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer [class*=" l2h-ico"]:last-child, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header [class^="l2h-ico"]:last-child, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header [class*=" l2h-ico"]:last-child {
    float: right;
    margin-right: 0px
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a:focus, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a:visited, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a:focus, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a:visited {
    text-decoration: none
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a span:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a:hover span:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a:focus span:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a:visited span:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a span:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a:hover span:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a:focus span:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a:visited span:hover {
    background: -webkit-linear-gradient(right, #BC32A4 0%, #E03768 50%, #F67C33 100%);
    background: linear-gradient(270deg, #BC32A4 0%, #E03768 50%, #F67C33 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a span.l2h-ico-i:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a:hover span.l2h-ico-i:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a:focus span.l2h-ico-i:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a:visited span.l2h-ico-i:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a span.l2h-ico-i:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a:hover span.l2h-ico-i:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a:focus span.l2h-ico-i:hover, .l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header a:visited span.l2h-ico-i:hover {
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l2h-looff .l2h-photos .l2h-photowrap .l2h-haveit-photo-footer a {
    width: 100%
}

@media (max-width: 480px) {
    .l2h-looff .l2h-photos .l2h-photowrap .l2h-hovercontent .l2h-instagram-created-at, .l2h-looff .l2h-photos .l2h-photowrap .l2h-hovercontent .l2h-hovercontent-desc {
        display: none
    }
}

.l2h-looff .l2h-arrow {
    background: transparent;
    border: none;
    outline: none;
    text-decoration: none
}

.l2h-looff .l2h-arrow span {
    z-index: 100;
    display: block;
    font-weight: 800;
    padding: 20px 0;
    line-height: 0;
    text-align: center;
    opacity: .8;
    background: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.l2h-looff .l2h-arrow span.l2h-ico-previous {
    margin-right: 20px
}

.l2h-looff .l2h-arrow span.l2h-ico-previous:hover {
    opacity: 1
}

.l2h-looff .l2h-arrow span.l2h-ico-next {
    margin-left: 20px
}

.l2h-looff .l2h-arrow span.l2h-ico-next:hover {
    opacity: 1
}

.l2h-looff .l2h-arrow.l2h-disabled {
    opacity: .4
}

.l2h-looff:hover .l2h-arrow span {
    opacity: 1
}

.l2h-looff:hover .l2h-arrow.l2h-disabled span, .l2h-looff .l2h-arrow.l2h-disabled span.l2h-ico-previous:hover, .l2h-looff .l2h-arrow.l2h-disabled span.l2h-ico-next:hover {
    opacity: .5
}

@media (max-width: 767px) {
    .l2h-grid .l2h-photowrap .l2h-photobg a .l2h-hovercontent-container .l2h-hovercontent {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        padding: 3px
    }
}

@media (max-width: 592px) {
    .l2h-grid .l2h-photowrap .l2h-photobg a .l2h-hovercontent-container .l2h-hovercontent .l2h-instagram-created-at, .l2h-grid .l2h-photowrap .l2h-photobg a .l2h-hovercontent-container .l2h-hovercontent .l2h-hovercontent-desc {
        display: none
    }
}

.l2h-grid tr, .l2h-grid td {
    margin: 0;
    padding: 0
}

.l2h-stacking-grid .l2h-size-300 .l2h-photowrap {
    width: 25%;
    max-width: 600px
}

@media (max-width: 1224px) {
    .l2h-stacking-grid .l2h-size-300 .l2h-photowrap {
        width: 33.3%
    }
}

@media (max-width: 767px) {
    .l2h-stacking-grid .l2h-size-300 .l2h-photowrap {
        width: 50%
    }
}

@media (max-width: 480px) {
    .l2h-stacking-grid .l2h-size-300 .l2h-photowrap {
        width: 100%
    }
}

.l2h-stacking-grid .l2h-size-240 .l2h-photowrap {
    width: 20%;
    max-width: 300px
}

.l2h-stacking-grid .l2h-size-240 .l2h-photowrap .l2h-hovercontent {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

@media (max-width: 991px) {
    .l2h-stacking-grid .l2h-size-240 .l2h-photowrap .l2h-hovercontent .l2h-hovercontent-desc {
        display: none
    }
}

@media (max-width: 767px) {
    .l2h-stacking-grid .l2h-size-240 .l2h-photowrap {
        width: 33.3%
    }
}

@media (max-width: 480px) {
    .l2h-stacking-grid .l2h-size-240 .l2h-photowrap {
        width: 50%
    }
}

.l2h-stacking-grid .l2h-size-150 .l2h-photowrap {
    width: 16.6%
}

.l2h-stacking-grid .l2h-size-150 .l2h-photowrap .l2h-hovercontent {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    padding: 5px !important
}

.l2h-stacking-grid .l2h-size-150 .l2h-photowrap .l2h-hovercontent .l2h-hovercontent-desc {
    display: none
}

@media (max-width: 991px) {
    .l2h-stacking-grid .l2h-size-150 .l2h-photowrap {
        width: 25%
    }
}

@media (max-width: 767px) {
    .l2h-stacking-grid .l2h-size-150 .l2h-photowrap {
        width: 33.3%
    }
}

@media (max-width: 480px) {
    .l2h-stacking-grid .l2h-size-150 .l2h-photowrap {
        width: 33.3%
    }

    .l2h-stacking-grid .l2h-size-150 .l2h-photowrap .l2h-hovercontent {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

.l2h-gallery .l2h-photowrap {
    width: 25%
}

@media (max-width: 991px) {
    .l2h-gallery .l2h-photowrap {
        width: 33.3%
    }
}

@media (max-width: 767px) {
    .l2h-gallery .l2h-photowrap {
        width: 50%
    }

    .l2h-gallery .l2h-photowrap .l2h-hovercontent {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

.l2h-patchwork .l2h-interval-wrap {
    width: 25%;
    float: left
}

.l2h-patchwork .l2h-interval-wrap .l2h-interval-item.l2h-interval-accent {
    width: 100%
}

.l2h-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item {
    width: 50%;
    float: left
}

@media (min-width: 768px) {
    .l2h-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item .l2h-hovercontent {
        padding: 5px
    }

    .l2h-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item .l2h-haveit-btn {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        padding: 5px
    }

    .l2h-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item .l2h-instagram-created-at {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.l2h-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item .l2h-hovercontent-desc {
    display: none
}

@media (max-width: 767px) {
    .l2h-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item .l2h-photowrap .l2h-hovercontent {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@media (max-width: 991px) and (min-width: 641px) {
    .l2h-patchwork .l2h-interval-wrap {
        width: 50%
    }

    .l2h-patchwork .l2h-interval-wrap .l2h-interval-group:after {
        display: block;
        content: '';
        clear: both;
        height: 1px;
        display: hidden
    }
}

@media (max-width: 640px) {
    .l2h-patchwork .l2h-interval-wrap {
        width: 100%
    }
}

.l2h-livify-patchwork .l2h-interval-wrap {
    width: 25%;
    float: left
}

.l2h-livify-patchwork .l2h-interval-wrap .l2h-interval-item.l2h-interval-accent {
    width: 100%
}

.l2h-livify-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item {
    width: 50%;
    float: left
}

@media (min-width: 768px) {
    .l2h-livify-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item .l2h-hovercontent {
        padding: 5px
    }

    .l2h-livify-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item .l2h-haveit-btn {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        padding: 5px
    }

    .l2h-livify-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item .l2h-instagram-created-at {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.l2h-livify-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item .l2h-hovercontent-desc {
    display: none
}

@media (max-width: 767px) {
    .l2h-livify-patchwork .l2h-interval-wrap .l2h-interval-group .l2h-interval-item .l2h-photowrap .l2h-hovercontent {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@media (max-width: 991px) and (min-width: 641px) {
    .l2h-livify-patchwork .l2h-interval-wrap {
        width: 50%
    }

    .l2h-livify-patchwork .l2h-interval-wrap .l2h-interval-group:after {
        display: block;
        content: '';
        clear: both;
        height: 1px;
        display: hidden
    }
}

@media (max-width: 640px) {
    .l2h-livify-patchwork .l2h-interval-wrap {
        width: 100%
    }
}

.l2h-personalized .l2h-p-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .l2h-personalized .l2h-p-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l2h-personalized .l2h-p-container:after {
    display: block;
    content: '';
    clear: both;
    height: 0px
}

.l2h-personalized .l2h-p-container .l2h-p-lg {
    width: 40%
}

@media (max-width: 767px) {
    .l2h-personalized .l2h-p-container .l2h-p-lg {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.l2h-personalized .l2h-p-container .l2h-p-branding {
    width: 40%
}

@media (max-width: 767px) {
    .l2h-personalized .l2h-p-container .l2h-p-branding {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 991px) {
    .l2h-personalized .l2h-p-container .l2h-p-branding .l2h-hovercontent-desc {
        display: none
    }
}

.l2h-personalized .l2h-p-container .l2h-p-branding .brand-heading .l2h-interval-item {
    width: 50%;
    float: left
}

.l2h-personalized .l2h-p-container .l2h-p-branding .brand-photo a .brand-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    height: 0
}

.l2h-personalized .l2h-p-container .l2h-p-endcap {
    width: 20%
}

@media (max-width: 767px) {
    .l2h-personalized .l2h-p-container .l2h-p-endcap {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (max-width: 991px) {
    .l2h-personalized .l2h-p-container .l2h-p-endcap .l2h-hovercontent-desc {
        display: none
    }
}

.l2h-personalized .l2h-p-container .l2h-p-endcap .l2h-interval-item {
    width: 100%
}

@media (max-width: 767px) {
    .l2h-personalized .l2h-p-container .l2h-p-endcap .l2h-interval-item {
        width: 50%;
        float: left
    }
}

.l2h-personalized .l2h-p-footer {
    width: 100%
}

.l2h-personalized .l2h-p-footer .l2h-interval-item {
    width: 20%;
    float: left
}

@media (max-width: 991px) {
    .l2h-personalized .l2h-p-footer .l2h-hovercontent {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    .l2h-personalized .l2h-p-footer .l2h-hovercontent .l2h-instagram-created-at, .l2h-personalized .l2h-p-footer .l2h-hovercontent .l2h-hovercontent-desc, .l2h-personalized .l2h-p-footer .l2h-hovercontent .l2h-haveit-btn {
        display: none
    }
}

.l2h-personalized .l2h-more-photos .l2h-photowrap {
    width: 20%
}

@media (max-width: 991px) {
    .l2h-personalized .l2h-more-photos .l2h-photowrap {
        width: 33.3%
    }
}

@media (max-width: 767px) {
    .l2h-personalized .l2h-more-photos .l2h-photowrap {
        width: 50%
    }
}

@media (max-width: 991px) {
    .l2h-personalized .l2h-more-photos .l2h-hovercontent-desc {
        display: none
    }
}

.l2h-photomodal-container {
    display: none;
    z-index: 999999999;
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    font-size: 16px
}

.l2h-photomodal-container a, .l2h-photomodal-container button {
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    padding: 0
}

.l2h-photomodal-container a:hover, .l2h-photomodal-container a:active, .l2h-photomodal-container a:visited, .l2h-photomodal-container a:focus, .l2h-photomodal-container button:hover, .l2h-photomodal-container button:active, .l2h-photomodal-container button:visited, .l2h-photomodal-container button:focus {
    text-decoration: none !important;
    outline: none
}

.l2h-photomodal-container .l2h-photomodal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content {
    max-width: 1080px;
    width: 100%;
    height: auto;
    margin: auto
}

@media (max-width: 767px) {
    .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content {
        max-width: 640px
    }
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    position: relative
}

@media (max-width: 767px) {
    .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body {
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2h-brand {
    position: absolute;
    bottom: -20px;
    right: 5px;
    font-size: .7em;
    letter-spacing: .2em
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2h-brand a {
    cursor: pointer;
    color: rgba(200, 200, 200, 0.8);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2h-brand a:hover {
    color: #78d3ba;
    outline: none
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2h-product-photo {
    position: relative;
    text-align: center
}

@media (min-width: 768px) {
    .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2h-product-photo {
        width: 60%;
        max-width: 640px
    }
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2h-product-photo .img-responsive {
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2h-product-photo .l2h-loading {
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 0
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative
}

@media (min-width: 768px) {
    .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container {
        width: 40%
    }
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-shopables-link a {
    opacity: 1
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav {
    padding: 20px;
    padding-bottom: 0;
    text-align: left
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav a, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav button {
    font-size: 2em;
    opacity: .5
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav a span, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav button span {
    display: inline-block
}

@media (max-width: 480px) {
    .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav a, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav button {
        font-size: 1.4em
    }
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav a:hover, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav a:active, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav a:visited, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav a:focus, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav button:hover, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav button:active, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav button:visited, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav button:focus {
    opacity: 1
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav button.l2h-close {
    background: none;
    border: none;
    outline: none;
    float: right;
    width: auto;
    font-weight: normal;
    font-weight: 100;
    cursor: pointer;
    text-decoration: none
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav a.l2h-next, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav a.l2h-previous {
    margin-right: 20px;
    text-decoration: none;
    font-weight: 100;
    text-decoration: none
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav a.l2h-next.l2h-disabled, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-modal-nav a.l2h-previous.l2h-disabled {
    opacity: .2
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-product-details {
    padding: 20px;
    margin-bottom: 40px
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-product-details .l2h-instagram-created-at {
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 10px 0;
    font-size: .625em;
    text-transform: uppercase;
    letter-spacing: .15em
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-product-details .l2h-instagram-created-at a {
    opacity: .5
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-product-details .l2h-instagram-created-at a:hover, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-product-details .l2h-instagram-created-at a:active, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-product-details .l2h-instagram-created-at a:visited, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-product-details .l2h-instagram-created-at a:focus {
    opacity: 1
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-product-details .l2h-instagram-created-at span {
    padding: 0 5px
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-social-share {
    position: absolute;
    font-size: .8em;
    bottom: 10px;
    right: 20px
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-social-share a {
    opacity: .5
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-social-share a:hover, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-social-share a:active, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-social-share a:visited, .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-social-share a:focus {
    opacity: 1
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-social-share span {
    display: inline-block;
    padding-left: 10px;
    line-height: 1em
}

.l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-product-description {
    word-wrap: normal;
    word-break: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    font-weight: normal;
    line-height: 1.7em;
    letter-spacing: normal;
    margin-left: 10px;
    display: block
}

.l2h-photomodal-container.l2h-modal-on {
    display: block
}

.l2h-photomodal-container.l2h-modal-on .l2h-photomodal {
    overflow-y: scroll
}

.l2h-showing-modal body {
    overflow: hidden
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .l2h-photomodal-container .l2h-photomodal-content {
        background: transparent !important
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
    .l2h-photomodal {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .l2h-photomodal-container .l2h-photomodal .l2h-photomodal-content {
        margin: inherit;
        max-width: 1080px
    }
}

.l2h-shopables-wrapper {
    position: relative;
    margin: 0;
    z-index: 9999
}

.l2h-shopables-wrapper .shopable-indicator {
    position: absolute;
    text-align: center;
    font-size: .85em;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    background-color: white;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 2px 2px 0 black;
    -webkit-animation: .3s ease 0s normal forwards 1 fadein;
    animation: .3s ease 0s normal forwards 1 fadein
}

.l2h-shopables-wrapper .shopable-indicator.hidden {
    display: none
}

.l2h-shopables-wrapper .shopable-indicator .shoppable-indicator-title {
    position: absolute;
    min-width: 120px;
    width: auto;
    text-align: left;
    padding: 5px;
    top: 30px;
    left: -33px;
    font-size: 10px;
    line-height: 13px;
    background: black;
    color: #fff;
    border-radius: 3px;
    z-index: 99999;
    box-shadow: 3px 3px 0 white;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-animation: l2h-bounceIn 1s ease-in-out;
    animation: l2h-bounceIn 1s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.l2h-shopables-wrapper .shopable-indicator .shoppable-indicator-title:after {
    bottom: 100%;
    left: 43px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 5px;
    margin-left: -5px
}

.l2h-shopables-wrapper .shopable-indicator:hover {
    cursor: link;
    background-color: black;
    color: #fff;
    box-shadow: 2px 2px 0 white;
    text-decoration: none
}

.l2h-shopables-wrapper .shopable-indicator.l2h-highlighted {
    background-color: black;
    color: #fff;
    box-shadow: 2px 2px 0 white
}

.l2h-shopable-links {
    margin-bottom: 20px
}

.l2h-shopable-links ul.l2h-shopables-link {
    list-style: none;
    padding: 0;
    margin: 0
}

.l2h-shopable-links ul.l2h-shopables-link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px
}

.l2h-shopable-links ul.l2h-shopables-link li a span {
    display: inline-block;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0);
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 19px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    border: 1px solid #aaa;
    font-size: .85em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.l2h-shopable-links ul.l2h-shopables-link li a .l2h-link-description {
    word-wrap: break-word;
    opacity: .8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.l2h-shopable-links ul.l2h-shopables-link li a:hover, .l2h-shopable-links ul.l2h-shopables-link li a.active {
    outline: none
}

.l2h-shopable-links ul.l2h-shopables-link li a:hover span, .l2h-shopable-links ul.l2h-shopables-link li a.active span {
    background: black;
    border: 1px solid #000;
    color: #fff
}

.l2h-shopable-links ul.l2h-shopables-link li a:hover .l2h-link-description, .l2h-shopable-links ul.l2h-shopables-link li a.active .l2h-link-description {
    opacity: 1
}

@keyframes l2h-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    20% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    60% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes l2h-bounceIn {
    0% {
        -webkit-opacity: 0;
        -webkit-transform: translateY(5px)
    }

    20% {
        -webkit-transform: translateY(-5px);
        -webkit-opacity: 1
    }

    40% {
        -webkit-transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-1px)
    }

    60% {
        -webkit-transform: translateY(0px)
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    0% {
        -webkit-opacity: 0
    }

    100% {
        -webkit-opacity: 1
    }
}

.l2h-has-photos {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.l2h-has-photos::after {
    display: block;
    content: '';
    clear: both
}

.l2h-has-photos .l2h-photo-shopable-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden
}

.l2h-has-photos .l2h-photo-shopable-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.l2h-has-photos .l2h-product-price {
    font-size: .725rem;
    margin: 3px auto;
    min-height: 20px
}

.l2h-has-photos .shopable-link {
    display: block
}

.l2h-has-photos .shopable-link .l2h-product-photo-btn {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    letter-spacing: .1em;
    font-size: .7rem;
    font-weight: 500;
    padding: 2px 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.l2h-has-photos .shopable-link .l2h-photo-shopable {
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.l2h-has-photos .shopable-link .l2h-photo-shopable .l2h-product-number {
    display: none
}

.l2h-has-photos .shopable-link .l2h-photo-shopable .l2h-link-description {
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    opacity: .8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-overflow: ellipsis;
    margin-top: 5px;
    line-height: 13px;
    font-size: .625rem
}

.l2h-has-photos .shopable-link:hover .l2h-photo-shopable-image img, .l2h-has-photos .shopable-link.active .l2h-photo-shopable-image img {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
    transform: scale(1.1, 1.1) translateZ(0)
}

.l2h-has-photos .shopable-link:hover .l2h-link-description {
    opacity: 1
}

.l2h-has-photos .l2h-product-photo-item {
    width: 33.3%;
    position: relative;
    margin-bottom: 5px
}

.l2h-has-photos .l2h-product-photo-item .l2h-photo-shopable {
    margin: 2px
}

.l2h-has-photos.l2h-product-photos-2 .l2h-product-photo-item {
    width: 50%
}

.l2h-has-photos.l2h-product-photos-3 .l2h-product-photo-item {
    width: 33.3%
}

.l2h-photomodal-container.l2h-single-page-container {
    display: block;
    position: relative;
    overflow: inherit;
    background-color: initial
}

.l2h-photomodal-container.l2h-single-page-container .l2h-photomodal {
    overflow: visible;
    height: auto
}

.l2h-photomodal-container.l2h-single-page-container .l2h-photomodal .l2h-photomodal-content .l2h-photomodal-body .l2-product-container .l2h-product-details .l2h-instagram-created-at {
    border-bottom: 0
}

.l2h-photomodal-container.l2h-single-page-container .l2h-photomodal .l2h-bottom-instagram-created-at {
    position: absolute;
    left: 20px;
    bottom: 10px;
    text-align: right;
    font-size: .625em;
    text-transform: uppercase;
    letter-spacing: .15em
}

.l2h-spinner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 400px;
    text-align: center
}

.l2h-spinner-wrapper span {
    font-size: 20px;
    color: #fb3958;
    -webkit-animation: color 2s ease infinite alternate, spin 3s linear infinite;
    animation: color 2s ease infinite alternate, spin 3s linear infinite
}

@-webkit-keyframes color {
    0% {
        color: #405de6
    }

    25% {
        color: #5851db
    }

    50% {
        color: #833ab4
    }

    75% {
        color: #c13584
    }

    100% {
        color: #fd1d1d
    }
}

@keyframes color {
    0% {
        color: #405de6
    }

    25% {
        color: #5851db
    }

    50% {
        color: #833ab4
    }

    75% {
        color: #c13584
    }

    100% {
        color: #fd1d1d
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.container.l2h-single-photo-container {
    margin-bottom: 40px
}

.l2h-working-hover footer {
    clear: both
}

.l2h-load-more-photos-container {
    margin: 15px auto;
    text-align: center
}

.l2h-load-more-photos-container:before {
    display: block;
    clear: both;
    content: '';
    height: 5px
}

.l2h-load-more-photos-container .l2h-load-more-photos a.l2h-load-more-btn {
    display: inline-block
}

.l2h-hidden {
    display: none
}

@font-face {
    font-family: 'l2hico';
    src: url(https://d2bwpebgtyx3c.cloudfront.net/assets/l2hico-d9805403c4a194e4e6e868fe595f65b0d351f4b0e67669d9a7598719399cf8e1.eot?61rt90);
    src: url(https://d2bwpebgtyx3c.cloudfront.net/assets/l2hico-d9805403c4a194e4e6e868fe595f65b0d351f4b0e67669d9a7598719399cf8e1.eot?61rt90#iefix) format("embedded-opentype"), url(https://d2bwpebgtyx3c.cloudfront.net/assets/l2hico-bbd1cf68a5a64ce74b0e243159ed9f20dc4cbb63800f0071820e9d05eee60e15.woff?61rt90) format("woff"), url(https://d2bwpebgtyx3c.cloudfront.net/assets/l2hico-59845b67fd8834bddf73802176dc8f4fc1a8f99a508f610d8451c1781c307745.ttf?61rt90) format("truetype"), url(https://d2bwpebgtyx3c.cloudfront.net/assets/l2hico-7361e5ddc7994c9eeda52c114cf484d9054e8976a00b5ccffd32058a6afccff6.svg?61rt90#icomoon) format("svg")
}

[class^="l2h-ico"], [class*=" l2h-ico"] {
    font-family: 'l2hico' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.l2h-ico-more:before {
    content: "\e90a"
}

.l2h-ico-next:before {
    content: "\e907"
}

.l2h-ico-previous:before {
    content: "\e908"
}

.l2h-ico-close:before {
    content: "\e909"
}

.l2h-ico-i:before {
    content: "\e900"
}

.l2h-ico-i-solid:before {
    content: "\e901"
}

.l2h-ico-t:before {
    content: "\e902"
}

.l2h-ico-e:before {
    content: "\e903"
}

.l2h-ico-f:before {
    content: "\e904"
}

.l2h-ico-l:before {
    content: "\e905"
}

.l2h-ico-p:before {
    content: "\e906"
}

.l2h-ico-airplane:before {
    content: "\e910"
}

.l2h-ico-bookmark:before {
    content: "\e911"
}

.l2h-ico-comment:before {
    content: "\e912"
}

.l2h-ico-edit:before {
    content: "\e914"
}

.l2h-ico-love:before {
    content: "\e913"
}