.lcms-loading {
    position: absolute;
    top: 44% !important;
    left: 50% !important;
    margin: 0 0 0 -37px;
    height: 25px !important;
    width: 25px !important;
    box-sizing: border-box;
    border-top: 6px solid transparent;
    border-right: 6px solid #049cdb;
    border-bottom: 6px solid #049cdb;
    border-left: 6px solid #049cdb;
    border-radius: 100% !important;
    display: block;
    text-indent: -9999px;
    background: none !important;
    padding: 0 !important;
    z-index: 99999;
    -webkit-animation: rotate .65s infinite linear;
    animation: rotate .65s infinite linear
}

.lcms-modal-overlay {
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 9997;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn .2s ease-in-out both;
    animation: fadeIn .2s ease-in-out both;
    display: none
}

.lcms-modal-overlay.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lcms-modal-overlay.inception {
    background-color: rgba(141,147,149,0.8)
}

.lcms-modal:not(.lcms-modal-image-view) {
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    max-height: 575px;
    overflow-y: auto;
    padding: 30px 10px 25px 30px;
    box-sizing: border-box;
    color: #333;
    margin: auto !important;
    position: relative;
    border-radius: 3px;
    -webkit-animation: fade .4s ease-in-out both;
    animation: fade .4s ease-in-out both
}

@media screen and (max-height: 414px) {
    .lcms-modal:not(.lcms-modal-image-view) {
        max-height:410px !important
    }
}

@media screen and (max-height: 375px) {
    .lcms-modal:not(.lcms-modal-image-view) {
        max-height:315px !important
    }
}

.lcms-modal:not(.lcms-modal-image-view) .lcms-modal-content {
    font-size: 14px;
    margin-bottom: 20px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 20px
}

@media screen and (max-height: 414px) {
    .lcms-modal:not(.lcms-modal-image-view) .lcms-modal-content {
        max-height:235px !important
    }
}

@media screen and (max-height: 375px) {
    .lcms-modal:not(.lcms-modal-image-view) .lcms-modal-content {
        max-height:140px !important
    }
}

.lcms-modal:not(.lcms-modal-image-view).lcms-modal-delete {
    font: 12px/22px "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif
}

.lcms-modal:not(.lcms-modal-image-view).lcms-modal-delete p {
    margin-bottom: 20px
}

.lcms-modal:not(.lcms-modal-image-view).medium {
    max-width: 400px;
    max-height: 575px
}

.lcms-modal:not(.lcms-modal-image-view).medium .lcms-modal-content {
    max-height: 300px
}

.lcms-modal:not(.lcms-modal-image-view).small {
    max-width: 330px;
    max-height: 375px
}

.lcms-modal:not(.lcms-modal-image-view).small .lcms-modal-content {
    max-height: 200px
}

.lcms-modal:not(.lcms-modal-image-view) .lcms-modal-title {
    margin-bottom: 20px
}

.lcms-modal:not(.lcms-modal-image-view) .lcms-modal-title h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #555
}

.lcms-modal:not(.lcms-modal-image-view) .close {
    display: block;
    width: 25px !important;
    height: 20px !important;
    line-height: 16px !important;
    background: transparent url(../img/sprites/lcms-action-sprite.png) -42px -988px no-repeat !important;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 6px;
    text-indent: -9999px;
    color: #575254 !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 18px 0 0 !important;
    border: 2px solid transparent !important;
    outline: none !important
}

.lcms-modal:not(.lcms-modal-image-view) .close:focus {
    outline: 0 !important
}

.lcms-modal:not(.lcms-modal-image-view) .lcms-state span.select-style,.lcms-modal:not(.lcms-modal-image-view) .lcms_inputExtraSmall,.lcms-modal:not(.lcms-modal-image-view) .lcms_inputMedium,.lcms-modal:not(.lcms-modal-image-view) .lcms_inputSmall {
    width: 171px !important;
    max-width: 96% !important
}

@media screen and (max-width: 568px) {
    .lcms-modal:not(.lcms-modal-image-view) .lcms-state span.select-style,.lcms-modal:not(.lcms-modal-image-view) .lcms_inputExtraSmall,.lcms-modal:not(.lcms-modal-image-view) .lcms_inputMedium,.lcms-modal:not(.lcms-modal-image-view) .lcms_inputSmall {
        width:96% !important
    }
}

.lcms-modal:not(.lcms-modal-image-view) .lcms_inputLarge,.lcms-modal:not(.lcms-modal-image-view) span.select-style {
    width: 91.5% !important
}

.lcms-modal:not(.lcms-modal-image-view).medium .lcms_inputMedium {
    width: 300px !important;
    max-width: 98% !important
}

@media screen and (max-width: 568px) {
    .lcms-modal:not(.lcms-modal-image-view).medium .lcms_inputMedium {
        width:98% !important
    }
}

.lcms-modal:not(.lcms-modal-image-view).medium .lcms_inputSmall {
    width: 124px !important;
    max-width: 98% !important
}

@media screen and (max-width: 568px) {
    .lcms-modal:not(.lcms-modal-image-view).medium .lcms_inputSmall {
        width:98% !important
    }
}

.lcms-modal:not(.lcms-modal-image-view) .lcms-modal-button-bar {
    padding: 0 15px 0 0
}

.lcms-modal.lcms-admin-modal {
    font: 400 13px/1.4 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif
}

.lcms-modal.lcms-admin-modal label {
    display: block;
    margin-bottom: 5px
}

.lcms-modal.lcms-admin-modal .lcms_inputMedium {
    margin-right: 10px;
    width: 180px !important
}

.lcms-modal.lcms-admin-modal .lcms_inputLarge {
    width: 395px !important
}

.lcms-modal.lcms-admin-modal .lcms_inputTweener {
    margin-right: 10px;
    width: 310px !important
}

.lcms-modal.lcms-admin-modal .lcms_inputExtraSmall {
    width: 50px !important
}

html.lcms-admin .lcms-modal {
    font: 400 13px/1.4 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif
}

.lcms-processing .message h1 {
    display: none
}

.lcms-processing.lcms-processing-msg {
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 9997;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn .2s ease-in-out both;
    animation: fadeIn .2s ease-in-out both;
    background-color: rgba(0,0,0,0.4);
    z-index: 99999;
    content: ""
}

.lcms-processing.lcms-processing-msg .message {
    background: #fff;
    width: 100%;
    max-width: 250px;
    margin: auto;
    box-sizing: border-box;
    padding: 95px 20px 30px;
    border-radius: 2px;
    text-align: center;
    position: relative;
    z-index: 555;
    -webkit-animation: fade .4s ease-in-out both;
    animation: fade .4s ease-in-out both
}

.lcms-processing.lcms-processing-msg .message .lcms-loading {
    top: 50px !important;
    margin-left: -12px
}

.lcms-processing.lcms-processing-msg .message h1 {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 1.3846em
}

#lcmsFeedback,.lcms-feedback-notice {
    position: fixed;
    color: #fff;
    z-index: 999999;
    top: 70px;
    right: 30px;
    list-style: none;
    font: 500 13px/1.4 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    -webkit-animation: fade .3s ease-in-out both;
    animation: fade .3s ease-in-out both
}

#lcmsFeedback li,#lcmsFeedback p,.lcms-feedback-notice li,.lcms-feedback-notice p {
    background: #333;
    padding: 16px 50px 16px 24px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 4px;
    max-width: 250px
}

#lcmsFeedback li.error,#lcmsFeedback p.error,.lcms-feedback-notice li.error,.lcms-feedback-notice p.error {
    background: #9d261d
}

#lcmsFeedback:empty,.lcms-feedback-notice:empty {
    display: none
}

#lcmsFeedback .close,.lcms-feedback-notice .close {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    width: 19px;
    height: 20px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../img/close_x.png) no-repeat 0 0;
    z-index: 999
}

ul.tree-view {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.tree-view li {
    list-style: none
}

ul.tree-view li {
    position: relative
}

ul.tree-view li .node-handle {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 4px;
    left: -9px;
    background: url(../img/media-manager/sprite.png) 0 4px no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
    ul.tree-view li .node-handle {
        background:url(../img/media-manager/sprite@2x.png) 0 4px no-repeat;
        background-size: 200px 500px
    }
}

ul.tree-view li.has-children.closed .node-handle {
    -webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
    transform: rotate(-90deg) translate3d(0, 0, 0)
}

ul.tree-view li a {
    background: url(../img/sprites/lcms_design-editor-sprite.png) 0 3px no-repeat;
    color: #000;
    cursor: pointer;
    display: block;
    font: 12px/17px "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    padding: 3px 0 3px 24px;
    white-space: nowrap;
    margin-left: 5px;
    border: 0 !important;
    -webkit-transition: font-weight .25s ease-in-out;
    transition: font-weight .25s ease-in-out
}

ul.tree-view li a:hover {
    color: #3786bb
}

ul.tree-view li.selected>span a {
    color: #3786bb
}

ul.tree-view ul {
    padding-left: 11px
}

.lcms-clearfix,.lcms-modal:not(.lcms-modal-image-view) .lcms-modal-button-bar,.photoGalleryElement,.lcms-modal,fieldset.lcms-fieldset {
    *zoom:1}

.lcms-clearfix:before,.lcms-modal:not(.lcms-modal-image-view) .lcms-modal-button-bar:before,.photoGalleryElement:before,.lcms-modal:before,fieldset.lcms-fieldset:before,.lcms-clearfix:after,.lcms-modal:not(.lcms-modal-image-view) .lcms-modal-button-bar:after,.photoGalleryElement:after,.lcms-modal:after,fieldset.lcms-fieldset:after {
    display: table;
    content: "";
    line-height: 0
}

.lcms-clearfix:after,.lcms-modal:not(.lcms-modal-image-view) .lcms-modal-button-bar:after,.photoGalleryElement:after,.lcms-modal:after,fieldset.lcms-fieldset:after {
    clear: both
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: rotate(359deg) translate3d(0, 0, 0);
        transform: rotate(359deg) translate3d(0, 0, 0)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: rotate(359deg) translate3d(0, 0, 0);
        transform: rotate(359deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    33% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    33% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
}

@-webkit-keyframes fadeout {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    95% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(-990px);
        transform: translateY(-990px)
    }
}

@keyframes fadeout {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    95% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(-990px);
        transform: translateY(-990px)
    }
}

.fadeout {
    -webkit-animation: fadeout .5s ease-in-out .2s both;
    animation: fadeout .5s ease-in-out .2s both
}

.flip-front {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 100;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.flip-front.flip {
    z-index: 50;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flip-back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 60;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.flip-back.flip {
    z-index: 60;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg)
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    80% {
        opacity: .8;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    80% {
        opacity: .8;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounce {
    -webkit-animation: bounce .5s ease-in-out;
    animation: bounce .5s ease-in-out
}

@-webkit-keyframes horizontal-slide-out-first {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    50% {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px)
    }

    100% {
        -webkit-transform: translateX(2600px);
        transform: translateX(2600px);
        opacity: .9
    }
}

@keyframes horizontal-slide-out-first {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    50% {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px)
    }

    100% {
        -webkit-transform: translateX(2600px);
        transform: translateX(2600px);
        opacity: .9
    }
}

.horizontal-slide-out:first-of-type {
    opacity: 0;
    -webkit-animation: horizontal-slide-out-first .65s ease-in-out;
    animation: horizontal-slide-out-first .65s ease-in-out
}

@-webkit-keyframes horizontal-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    50% {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px)
    }

    100% {
        -webkit-transform: translateX(2600px);
        transform: translateX(2600px);
        opacity: .9
    }
}

@keyframes horizontal-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    50% {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px)
    }

    100% {
        -webkit-transform: translateX(2600px);
        transform: translateX(2600px);
        opacity: .9
    }
}

.horizontal-slide-out {
    -webkit-animation: horizontal-slide-out .65s ease-in-out .13s;
    animation: horizontal-slide-out .65s ease-in-out .13s
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    40% {
        opacity: .6;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    40% {
        opacity: .6;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fade {
    -webkit-animation: fade .3s ease-in-out both;
    animation: fade .3s ease-in-out both
}

@-webkit-keyframes fade-alt {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        opacity: .6
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-alt {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        opacity: .6
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-tooltip {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    50% {
        opacity: .6
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-tooltip {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    50% {
        opacity: .6
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation: fadeIn .3s ease-in-out;
    animation: fadeIn .3s ease-in-out
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes squeeze {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes squeeze {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.squeeze {
    -webkit-animation: squeeze .95s ease both;
    animation: squeeze .95s ease both
}

@-webkit-keyframes queezeTransparency {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes queezeTransparency {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.squeeze {
    -webkit-animation: squeezeTransparency .15s ease both;
    animation: squeezeTransparency .15s ease both
}

@-webkit-keyframes : slideshow {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes : slideshow {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fade-pulsate {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade-pulsate {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fade-pulsate {
    -webkit-animation: fade-pulsate 1.95s ease-in-out infinite;
    animation: fade-pulsate 1.95s ease-in-out infinite
}

@-webkit-keyframes lcmslehigh {
    0% {
        outline: 4px solid rgba(255,255,102,0);
        box-shadow: inset 0 0 0 1px rgba(255,153,0,0),0 0 2px 2px rgba(255,153,0,0)
    }

    100% {
        outline: 2px solid #fefe8b;
        box-shadow: inset 0 0 0 1px rgba(255,153,0,0.2),0 0 2px 2px rgba(255,153,0,0.75)
    }
}

@keyframes lcmslehigh {
    0% {
        outline: 4px solid rgba(255,255,102,0);
        box-shadow: inset 0 0 0 1px rgba(255,153,0,0),0 0 2px 2px rgba(255,153,0,0)
    }

    100% {
        outline: 2px solid #fefe8b;
        box-shadow: inset 0 0 0 1px rgba(255,153,0,0.2),0 0 2px 2px rgba(255,153,0,0.75)
    }
}

.lcms-le-highlight {
    outline: 2px solid #fefe8b !important;
    box-shadow: inset 0 0 0 1px rgba(255,153,0,0.2),0 0 2px 2px rgba(255,153,0,0.75);
    -webkit-animation: lcmslehigh .5s ease 1;
    animation: lcmslehigh .5s ease 1
}

@-moz-document url-prefix() {
    .lcms-le-highlight {
        outline-offset: -5px
    }
}

@-webkit-keyframes lcmslepulse {
    0%,100% {
        outline: 1px solid #fefe8b;
        box-shadow: inset 0 0 0 1px rgba(255,153,0,0.2),0 0 1px 1px rgba(255,153,0,0.75)
    }

    50% {
        outline: 1px solid rgba(254,254,139,0.25);
        box-shadow: inset 0 0 0 1px rgba(255,153,0,0.05),0 0 1px 1px rgba(255,153,0,0.1)
    }
}

@keyframes lcmslepulse {
    0%,100% {
        outline: 1px solid #fefe8b;
        box-shadow: inset 0 0 0 1px rgba(255,153,0,0.2),0 0 1px 1px rgba(255,153,0,0.75)
    }

    50% {
        outline: 1px solid rgba(254,254,139,0.25);
        box-shadow: inset 0 0 0 1px rgba(255,153,0,0.05),0 0 1px 1px rgba(255,153,0,0.1)
    }
}

.lcms-le-pulse {
    outline: 2px solid rgba(254,254,139,0.8) !important;
    box-shadow: inset 0 0 0 1px rgba(255,153,0,0.2),0 0 1px 1px rgba(255,153,0,0.75);
    -webkit-animation: lcmslepulse 1.5s ease-in-out infinite;
    animation: lcmslepulse 1.5s ease-in-out infinite
}

@-moz-document url-prefix() {
    .lcms-le-pulse {
        outline-offset: -2px
    }
}

@-webkit-keyframes explode {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    40% {
        opacity: .6;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.9);
        transform: scale(1.9)
    }
}

@keyframes explode {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    40% {
        opacity: .6;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.9);
        transform: scale(1.9)
    }
}

@-webkit-keyframes explode-reverse {
    from {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes explode-reverse {
    from {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.lcms-explode {
    -webkit-animation: explode .3s ease-in-out both;
    animation: explode .3s ease-in-out both
}

.no-flick-transition {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.no-flick-transform {
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.icon-edit-event img {
    vertical-align: middle !important;
    margin-right: 5px
}

.lcms-calendar {
    width: 100%;
    margin-bottom: 30px
}

.lcms-calendar table tr:nth-child(even),.lcms-calendar table tr:nth-child(odd) {
    background: transparent
}

.date-picker-header {
    line-height: 50px;
    padding: 10px;
    margin-right: 1px;
    color: #888;
    background: #e9e5e3;
    text-align: center
}

.date-picker-select {
    font-size: small;
    cursor: pointer;
    color: #b0aead
}

.date-picker-select.date-picker-select--prev {
    float: left;
    margin-left: 12px
}

.date-picker-select.date-picker-select--next {
    float: right;
    margin-right: 12px
}

.lcms-calendar__table {
    width: 100%;
    background: #fff;
    border-collapse: collapse !important;
    border-spacing: 0;
    border: 1px solid #eee;
    margin-top: 0 !important
}

td.day-of-week {
    width: 14.285%;
    vertical-align: top;
    font-size: medium;
    box-sizing: border-box
}

th.day-of-week {
    background: #555;
    text-align: center;
    padding: 0
}

th.day-of-week span {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 13px
}

@media screen and (max-width: 768px) {
    th.day-of-week {
        display:none !important
    }
}

td.day-of-week {
    padding: 10px;
    font-size: small;
    line-height: 1.3em;
    border: 1px solid #eee;
    min-height: 40px
}

td.day-of-week .day-number {
    margin-bottom: 8px;
    display: block;
    line-height: 1.2 !important
}

@media screen and (max-width: 768px) {
    td.day-of-week {
        display:block !important;
        width: 100%;
        min-height: 55px
    }
}

td.day-of-week span.event {
    display: block;
    border-left: 8px solid transparent;
    position: relative;
    cursor: pointer;
    color: #000;
    margin: 0 0 14px;
    padding: 8px 7px 9px 0
}

@media screen and (max-width: 768px) {
    td.day-of-week span.event {
        height:auto;
        padding: 2px 0 3px
    }
}

.event-info .event-info__date,.event-info .event-info__time {
    display: block;
    font-size: smaller;
    padding: 0 0 0 7px
}

.event-info .event-info__time {
    font-style: italic
}

.event-info__title {
    display: block;
    padding: 2px 0 0 7px;
    font-size: 13px;
    margin-bottom: 5px
}

@media screen and (max-width: 960px) {
    .event-info__title {
        width:45px
    }
}

@media screen and (max-width: 768px) {
    .event-info__title {
        width:auto;
        white-space: normal
    }
}

td.day-of-week .event.event-color-1,td.day-of-week .event.event-color-1 .event-info {
    background-color: #4986E7;
    color: #fff
}

td.day-of-week .event.event-color-1 a,td.day-of-week .event.event-color-1 .event-info a {
    color: #fff
}

td.day-of-week .event.event-color-1 {
    border-left-color: #1b5ec9
}

td.day-of-week .event.event-color-1 .event-info::before {
    border-bottom-color: #4986E7
}

td.day-of-week .event.event-color-2,td.day-of-week .event.event-color-2 .event-info {
    background-color: #F83A22;
    color: #fff
}

td.day-of-week .event.event-color-2 a,td.day-of-week .event.event-color-2 .event-info a {
    color: #fff
}

td.day-of-week .event.event-color-2 {
    border-left-color: #c71c06
}

td.day-of-week .event.event-color-2 .event-info::before {
    border-bottom-color: #F83A22
}

td.day-of-week .event.event-color-3,td.day-of-week .event.event-color-3 .event-info {
    background-color: #92E1C0
}

td.day-of-week .event.event-color-3 {
    border-left-color: #56d09d
}

td.day-of-week .event.event-color-3 .event-info::before {
    border-bottom-color: #92E1C0
}

td.day-of-week .event.event-color-4,td.day-of-week .event.event-color-4 .event-info {
    background-color: #A47AE2;
    color: #fff
}

td.day-of-week .event.event-color-4 a,td.day-of-week .event.event-color-4 .event-info a {
    color: #fff
}

td.day-of-week .event.event-color-4 {
    border-left-color: #793bd4
}

td.day-of-week .event.event-color-4 .event-info::before {
    border-bottom-color: #A47AE2
}

td.day-of-week .event.event-color-5,td.day-of-week .event.event-color-5 .event-info {
    background-color: #F691B2
}

td.day-of-week .event.event-color-5 {
    border-left-color: #f04a81
}

td.day-of-week .event.event-color-5 .event-info::before {
    border-bottom-color: #F691B2
}

td.day-of-week .event.event-color-6,td.day-of-week .event.event-color-6 .event-info {
    background-color: #FBE983
}

td.day-of-week .event.event-color-6 {
    border-left-color: #f9dc39
}

td.day-of-week .event.event-color-6 .event-info::before {
    border-bottom-color: #FBE983
}

td.day-of-week .event.event-color-7,td.day-of-week .event.event-color-7 .event-info {
    background-color: #9FE1E7
}

td.day-of-week .event.event-color-7 {
    border-left-color: #62ced8
}

td.day-of-week .event.event-color-7 .event-info::before {
    border-bottom-color: #9FE1E7
}

td.day-of-week .event.event-color-8,td.day-of-week .event.event-color-8 .event-info {
    background-color: #C2C2C2
}

td.day-of-week .event.event-color-8 {
    border-left-color: #9c9c9c
}

td.day-of-week .event.event-color-8 .event-info::before {
    border-bottom-color: #C2C2C2
}

td.day-of-week .event.event-color-9,td.day-of-week .event.event-color-9 .event-info {
    background-color: #CABDBF
}

td.day-of-week .event.event-color-9 {
    border-left-color: #a89396
}

td.day-of-week .event.event-color-9 .event-info::before {
    border-bottom-color: #CABDBF
}

td.day-of-week .event.event-color-10,td.day-of-week .event.event-color-10 .event-info {
    background-color: #FF7537
}

td.day-of-week .event.event-color-10 {
    border-left-color: #ea4800
}

td.day-of-week .event.event-color-10 .event-info::before {
    border-bottom-color: #FF7537
}

.month-day--today {
    background-color: #f6f6f6
}

.month-day--today .day-number {
    font-weight: bold
}

.day-of-week--weekend {
    background-color: #fefefe
}

.month-day--other {
    background: url(../img/diagonal-noise.png)
}

.month-day--other:hover {
    background: url(../img/diagonal-noise.png) !important
}

.month-day--other .day-number {
    color: #aaa
}

.month-day--highlight .day-number {
    width: 15px;
    height: 15px;
    padding: 5px;
    margin-top: -5px;
    border-radius: 50%;
    background: #59DE8D
}

.lcms-calendar--dark .date-picker-header {
    background: #000;
    color: #efefef;
    margin-right: 0
}

.lcms-calendar--dark .lcms-calendar__table {
    background: #aaa;
    border-color: #333
}

th.day-of-week {
    background: #333
}

.lcms-calendar--dark td.day-of-week {
    border-color: #333
}

.lcms-calendar--dark td.day-of-week .day-number {
    color: #fff
}

.lcms-calendar--dark td.month-day--today {
    background-color: #3786bb
}

.lcms-calendar--dark td.day-of-week--weekend,.lcms-calendar--dark td.day-of-week--weekend.month-day--other {
    background: #888
}

.lcms-calendar--classic span.event-multiday--start {
    margin-right: 0 !important;
    display: block !important
}

.lcms-calendar--classic span.event-multiday,.lcms-calendar--classic span.event-multiday--finish {
    display: none !important
}

.eventsCalendar table {
    border: 1px solid #eee;
    width: 100%;
    border-collapse: collapse
}

.calendarDay,.calendarToday,.calendarDayHeader,.calendarTitle td,.calendarWeekendDay,.calendarOtherMonthDay {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 4px 2px
}

.eventsCalendar table table,.eventsCalendar table table td {
    border: none !important;
    width: 100%;
    border-collapse: collapse
}

.calendarTitle td {
    text-align: center;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding: 6px 4px
}

.calendarNextPrevious a {
    color: #fff
}

.calendarToday {
    color: #000;
    background-color: #eee
}

.calendarDayHeader {
    color: #fff;
    background-color: #666;
    font-weight: bold;
    padding: 4px 2px
}

.calendarWeekendDay {
    background-color: #efefef
}

.calendarOtherMonthDay {
    color: #666;
    background-color: #ddd
}

.eventTime:before {
    content: "\002C";
    padding-right: 3px
}

.eventFeaturedImage {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px
}

.eventFeaturedImage img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.eventsList li {
    clear: both
}

.eventsList .eventThumb {
    float: left;
    width: 125px;
    margin: 0 15px 15px 0
}

.eventsList .eventThumb img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
}

.product-detail-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    box-sizing: border-box
}

.product-detail-element .product-detail--image-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 45%;
    box-sizing: border-box
}

@media screen and (max-width: 600px) {
    .product-detail-element .product-detail--image-container {
        width:100%
    }
}

.product-detail-element .product-detail--contents {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 55%;
    box-sizing: border-box;
    padding-right: 30px
}

@media screen and (max-width: 600px) {
    .product-detail-element .product-detail--contents {
        width:100%;
        padding-right: 0;
        padding-bottom: 30px
    }
}

.product-detail--image-list {
    list-style: none !important;
    margin: 0 0 30px !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.product-detail--image-list li.product-detail--image {
    padding: 0 !important;
    list-style: none !important;
    background-image: none !important
}

.product-detail--image-list li.product-detail--image img {
    max-width: 100%
}

.product-detail--image-list li.product-detail--image.product-detail--image__large {
    margin-bottom: 12px;
    width: 100%
}

.product-detail--image-list li.product-detail--image.product-detail--image__thumb {
    margin-bottom: 12px;
    width: 22%;
    margin-right: 4%
}

.product-detail--image-list li.product-detail--image.product-detail--image__thumb:nth-child(5),.product-detail--image-list li.product-detail--image.product-detail--image__thumb:nth-child(9) {
    margin-right: 0
}

.product-detail--image a {
    cursor: zoom-in
}

h2.product-detail--title img {
    vertical-align: middle;
    margin-right: 3px
}

.product-detail--price-container {
    margin-bottom: 30px
}

.product-detail--price-container .product-detail--price {
    font-size: large;
    font-weight: bold
}

.product-detail--price-container .product-detail--compare {
    text-decoration: line-through;
    font-size: small;
    color: #999;
    padding-left: 5px
}

.product-detail--add-to-cart {
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin-bottom: 30px;
    padding: 20px 0
}

.product-detail--add-to-cart .product-detail--quantity,.product-detail--add-to-cart .product-detail--select-option-wrap,.product-detail--add-to-cart .product-detail--customization {
    margin-bottom: 6px
}

.product-detail--add-to-cart .product-detail--quantity label,.product-detail--add-to-cart .product-detail--select-option-wrap label,.product-detail--add-to-cart .product-detail--customization label {
    display: inline-block;
    width: 120px
}

.product-detail--add-to-cart .product-detail-radio-btn {
    margin-bottom: 6px;
    display: block
}

.product-detail--add-to-cart .product-detail-radio-btn input {
    margin-right: 3px
}

.product-detail--add-to-cart .lcms-button {
    color: #fff !important;
    padding: 4px 15px 4px !important
}

.product-listing-element ul.product-listing {
    list-style: none !important;
    margin: 0 0 30px;
    padding: 0
}

.product-listing-element ul.product-listing li {
    padding: 0;
    list-style: none !important;
    background-image: none !important
}

.product-listing-element ul.product-listing li .product-image img {
    max-width: 100%
}

.product-listing-element ul.product-listing h3 {
    margin: 0;
    padding: 0
}

.product-image-container {
    margin-bottom: 10px
}

h3.product-title {
    font-weight: bold
}

h3.product-title a {
    text-decoration: none
}

h3.product-title img {
    vertical-align: middle;
    margin-right: 3px
}

.product-type,.product-vendor,.product-detail--type,.product-detail--vendor {
    font-size: smaller;
    font-style: italic;
    color: #999;
    display: inline-block
}

.product-description {
    margin-bottom: 10px
}

.product-container {
    overflow: hidden
}

.product-container .lcms-button {
    text-decoration: none;
    height: auto !important;
    padding: 4px 15px 4px !important;
    color: #fff !important
}

ul.product-listing.product-listing__detailed li {
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #eee
}

ul.product-listing.product-listing__detailed .product-container .product-price {
    font-weight: bold
}

ul.product-listing.product-listing__detailed .product-container .lcms-button {
    float: left;
    color: #fff !important
}

ul.product-listing.product-listing__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

ul.product-listing.product-listing__grid li {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin: 0 2.5% 35px 0
}

ul.product-listing.product-listing__grid li img.product-image {
    display: block
}

@media screen and (max-width: 600px) {
    ul.product-listing.product-listing__grid li {
        -ms-flex-preferred-size:47.5%;
        flex-basis: 47.5%
    }
}

@media screen and (max-width: 480px) {
    ul.product-listing.product-listing__grid li {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%;
        margin-right: 0
    }
}

ul.product-listing.product-listing__grid .product-container .product-price {
    font-size: smaller;
    margin-bottom: 5px;
    display: block
}

.cart-items__count {
    font-weight: bold
}

.shopping-cart__table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 !important;
    border-bottom: 1px solid #eee
}

.shopping-cart__table tr {
    background: #fff
}

.shopping-cart__table tr:nth-child(odd) {
    background: #f6f6f6
}

@media screen and (max-width: 600px) {
    .shopping-cart__table tr {
        border:1px solid #eee;
        overflow: hidden
    }
}

.shopping-cart__table th {
    text-align: left;
    vertical-align: bottom;
    background: #87C6C9;
    font-size: smaller;
    padding: 15px;
    white-space: nowrap
}

.shopping-cart__table th.cart-item {
    width: 50%
}

.shopping-cart__table th.cart-quantity,.shopping-cart__table th.cart-remove {
    width: 70px
}

@media screen and (max-width: 600px) {
    .shopping-cart__table th {
        display:none
    }
}

.shopping-cart__table td {
    padding: 15px;
    vertical-align: middle
}

@media screen and (max-width: 600px) {
    .shopping-cart__table td {
        display:block;
        float: left
    }
}

.shopping-cart__table td.cart-item {
    line-height: 1.5
}

.shopping-cart__table td.cart-item .cart-item__title {
    display: block;
    font-weight: bold
}

.shopping-cart__table td.cart-item .cart-item__title a {
    text-decoration: none;
    color: #000
}

.shopping-cart__table td.cart-item .cart-item__value,.shopping-cart__table td.cart-item .cart-item__sku {
    display: block;
    font-size: smaller
}

.shopping-cart__table td.cart-item .cart-item__sku {
    font-style: italic;
    opacity: .5
}

.shopping-cart__table td.cart-item .cart-item__customization {
    font-size: smaller
}

.shopping-cart__table td.cart-item .cart-item__customization input {
    margin-left: 5px;
    color: #000;
    padding: 4px 3px;
    border: 1px solid #999
}

.shopping-cart__table td.cart-item .cart-image {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    max-width: 75px
}

.shopping-cart__table td.cart-item .cart-image img {
    max-width: 75px;
    height: auto
}

@media screen and (max-width: 768px) {
    .shopping-cart__table td.cart-item .cart-image {
        max-width:55px
    }

    .shopping-cart__table td.cart-item .cart-image img {
        max-width: 55px
    }
}

@media screen and (max-width: 600px) {
    .shopping-cart__table td.cart-item .cart-image {
        width:100%;
        max-width: 100%;
        max-height: 75px;
        margin-bottom: 15px
    }

    .shopping-cart__table td.cart-item .cart-image img {
        max-width: 75px;
        max-height: 75px
    }
}

.shopping-cart__table td.cart-remove,.shopping-cart__table td.cart-price,.shopping-cart__table td.cart-total {
    white-space: nowrap
}

.shopping-cart__table td.cart-quantity {
    text-align: center
}

.shopping-cart__table td.cart-quantity input {
    color: #000;
    text-align: center;
    width: 35px;
    padding: 5px 3px;
    border: 1px solid #999;
    font-size: smaller
}

@media screen and (max-width: 600px) {
    .shopping-cart__table td.cart-quantity input {
        width:100%
    }
}

.shopping-cart__table td.cart-remove {
    font-size: smaller;
    text-transform: lowercase
}

@media screen and (max-width: 600px) {
    .shopping-cart__table td.cart-price {
        clear:both
    }

    .shopping-cart__table td.cart-remove,.shopping-cart__table td.cart-quantity,.shopping-cart__table td.cart-price,.shopping-cart__table td.cart-total {
        width: 25%;
        border-top: 1px solid #eee
    }
}

.cart-discount {
    background: #e1e1e1;
    color: #888;
    padding: 10px 20px;
    font-size: smaller;
    text-align: right
}

.cart-discount:empty {
    display: none
}

.cart-discount input {
    color: #888;
    width: 100px;
    padding: 5px;
    border: 1px solid #999;
    margin: 0 5px;
    font-size: smaller
}

.cart-discount .lcms-button.btn-link.btn-apply-code {
    margin: 0
}

.cart-discount .discount-error {
    margin: 0;
    padding: 5px 0;
    color: #930
}

.cart-discount .cart-discount__applied {
    float: left
}

.cart-discount .cart-discount__applied .cart-item__discount {
    font-style: italic
}

.cart-discount .cart-discount__applied .lcms-button.btn-link.btn-remove-code {
    margin: 0 0 0 2px
}

.cart-totals {
    text-align: right;
    font-size: large;
    padding: 10px 3px;
    font-weight: bold
}

.cart-totals .label-total {
    font-size: small;
    font-weight: normal
}

.cart-totals .currency {
    font-size: small;
    font-weight: normal;
    font-style: italic
}

.cart-checkout {
    text-align: right
}

.cart-checkout .lcms-button {
    margin: 0 0 0 10px !important
}

.cart-checkout .lcms-button.primary {
    color: #fff !important
}

.lcms-button.btn-link.btn-continue-shopping {
    float: right;
    text-decoration: none !important
}

.lcms-button.btn-link.btn-continue-shopping span {
    text-decoration: underline
}

.productListing {
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

.productListing li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 1px solid #efefef;
    border-color: rgba(214,214,214,0.5)
}

.productListing li span.productImageContainer {
    display: block;
    float: left;
    padding: 0 20px 20px 0
}

.productListing li span.productImageContainer a {
    display: block;
    border: 0;
    padding: 0
}

.productListing li span.productImageContainer a img.productNoImage {
    background: #fff
}

.productListing li h3.productTitle {
    margin: 0
}

.productListing li h4.productType,.productListing li h4.productVendor {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    color: #666;
    font-weight: normal;
    padding: 0 0 0.5em 0
}

.productListing li span.productPriceContainer {
    display: inline-block;
    margin-bottom: 20px
}

.productListing li span.productPriceContainer span.productPrice {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-right: 20px
}

.productListing li span.productDescription {
    display: block;
    margin-bottom: 20px
}

.productListing.productListingGrid li {
    list-style: none;
    float: left;
    width: 45%;
    margin: 0 0 20px 0;
    padding: 0 4% 0 0
}

.productListing.productListingGrid li span.productPriceContainer {
    float: none;
    padding-top: 10px
}

.productListing.productListingGrid li:nth-child(odd) {
    clear: left
}

ul.productListing.tagList {
    margin: 0 !important
}

ul.productListing.tagList li.tag {
    cursor: pointer;
    display: inline-block !important;
    font-size: 0;
    margin: 0 8px 16px 0 !important;
    padding: 0 !important;
    width: auto;
    float: none
}

ul.productListing.tagList li.tag a {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px 0 0 2px;
    color: #999;
    font: 900 0.625rem/1 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    letter-spacing: 2px;
    padding: 8px 10px 9px 11px
}

ul.productListing.tagList li.tag a:hover {
    border-color: #aaa;
    color: #555
}

ul.productListing.tagList li.tag span.tagCount {
    background: #efefef;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-radius: 0 2px 2px 0 !important;
    display: inline-block;
    font: 900 0.625rem/1 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    letter-spacing: 2px;
    padding: 8px 8px 9px
}

.productAddToCart,a.productSelectOptions {
    text-decoration: none;
    font: 11px/1.3846em "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    color: #000 !important;
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer
}

.productUnavailable {
    color: #999;
    font-size: 13px
}

.productDetailImageContainer {
    width: 320px;
    float: left;
    padding-bottom: 20px
}

.productDetailImageContainer .productDetailImageList {
    float: left;
    width: 320px;
    list-style: none;
    margin: 0;
    padding: 0
}

.productDetailImageContainer .productDetailImageList li {
    list-style: none;
    margin: 0;
    padding: 0
}

.productDetailImageContainer .productDetailImageList .productDetailImage {
    width: 300px;
    float: left
}

.productDetailImageContainer .productDetailImageList .productDetailImage a {
    width: 100%;
    display: block;
    border: 0
}

.productDetailImageContainer .productDetailImageList .productDetailImage img {
    width: 300px
}

.productDetailImageContainer .productDetailImageList .productDetailImageThumb {
    padding: 10px 20px 0 0;
    float: left
}

.productDetailImageContainer .productDetailImageList .productDetailImageThumb a {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-decoration: none;
    border: 0
}

h2.productDetailTitle {
    font-size: 18px
}

h3.productDetailType,h3.productDetailVendor {
    color: #666;
    font: normal 13px/18px;
    margin: 0
}

p.productDetailPriceContainer {
    margin-top: 30px;
    margin-bottom: 40px
}

p.productDetailPriceContainer span.productDetailPrice {
    font-size: 18px;
    font-weight: bold
}

p.productDetailPriceContainer span.productDetailPriceCompare {
    text-decoration: line-through;
    font-size: 14px;
    color: #999;
    padding-left: 10px
}

.productDetailUnavailable {
    color: #999;
    font-size: 13px
}

.productDetailSelectOptionWrap h3 {
    font-size: 16px;
    margin: 0 0 5px
}

.productDetailRadioButtonList {
    margin: 0 0 20px
}

.productDetailRadioButton {
    display: block
}

.productDetailRadioButton input {
    margin: 0 5px 0 0
}

.productDetailAddToCartContainer {
    float: left
}

div.productDetailDescriptionContainer {
    width: 100%;
    float: left
}

div.productDetailTags {
    clear: both
}

div.productDetailTags ul {
    list-style: none;
    margin: 0 0 20px 0 !important;
    padding: 0
}

div.productDetailTags ul li {
    list-style: none;
    display: inline-block;
    margin: 0 8px 16px 0 !important
}

div.productDetailTags ul li a {
    display: block;
    padding: 9px 10px 9px 11px;
    color: #999;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    font: 900 0.625rem/1 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    letter-spacing: 2px
}

div.productDetailTags ul li a:hover {
    border-color: #aaa;
    color: #555
}

div.productDetailAddToCartContainer select#productDetailSelectList {
    max-width: 200px;
    margin: 0 0 20px
}

div.productDetailAddToCartContainer select#productDetailSelectOptionOne,div.productDetailAddToCartContainer select#productDetailSelectOptionTwo,div.productDetailAddToCartContainer select#productDetailSelectOptionThree {
    max-width: 200px
}

.productDetailSelectOptionWrap:last-of-type select,input.productDetailAddToCart {
    margin: 0 0 20px
}

div.productDetailAddToCartContainer span.productDetailQuantity,div.productDetailAddToCartContainer span.productDetailCustomization {
    display: block;
    margin-bottom: 20px;
    font-size: 13px
}

ul.productDetailVariantList {
    list-style: none;
    padding: 15px 0 0 0
}

ul.productDetailVariantList li {
    list-style-type: none;
    padding: 0 0 1em 0
}

ul.productDetailVariantList li span.productDetailVariantPrice {
    font-weight: bold;
    font-size: 16px
}

ul.productDetailVariantList li span.productDetailVariantPriceCompare {
    text-decoration: line-through;
    color: #999;
    padding-left: 10px
}

ul.productDetailVariantList li span.productDetailVariantTitle {
    display: block;
    clear: right
}

p.shoppingCartError {
    padding: 10px;
    background: #ffe9e6;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    border: 1px solid #ffcbc3;
    border-radius: 4px
}

.shoppingCartContainer .shoppingCart {
    width: auto;
    margin: 20px 0 0 0
}

.shoppingCartContainer .shoppingCart .cartContinueShopping {
    display: inline-block;
    float: left;
    margin: 0 0 35px 0;
    padding: 1px 5px;
    text-decoration: none;
    font: .4482758621 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    border: 1px solid #000;
    background: #000
}

.shoppingCartContainer .shoppingCart .cartContinueShopping span {
    margin: 0;
    padding: 0 5px;
    color: #fff
}

.shoppingCartContainer .shoppingCart p.cartItemsCount {
    width: 45%;
    height: 30px;
    float: right;
    margin: 0 0 35px 0;
    font-size: 12px;
    text-align: right;
    line-height: 30px
}

.shoppingCartContainer .shoppingCart p.cartItemsCount span.cartItemsNumber {
    font-weight: bold
}

.shoppingCartContainer .shoppingCart p.cartItemsCount span.cartItemsString {
    color: #666
}

.shoppingCartContainer .shoppingCart table {
    width: 100%;
    position: relative;
    border-collapse: collapse;
    clear: both;
    font-size: 13px;
    background: #fff
}

.shoppingCartContainer .shoppingCart table input {
    margin: 0 10px 0 0;
    padding: 3px 4px;
    border: 1px solid #d6d6d6;
    resize: none;
    font-size: 13px
}

.shoppingCartContainer .shoppingCart table th {
    margin: 0;
    padding: 1px 12px 0 12px;
    background: #eee;
    color: #666;
    font-weight: bold;
    text-align: left;
    line-height: 29px
}

.shoppingCartContainer .shoppingCart table th.cartDescription {
    width: 53%
}

.shoppingCartContainer .shoppingCart table th.cartPrice {
    width: 16%
}

.shoppingCartContainer .shoppingCart table th.cartQuantity {
    width: 15%
}

.shoppingCartContainer .shoppingCart table th.cartTotal {
    width: 16%;
    text-align: right
}

.shoppingCartContainer .shoppingCart table tbody td {
    margin: 0;
    padding: 20px 12px;
    border-bottom: 1px solid #d6d6d6;
    vertical-align: middle
}

.shoppingCartContainer .shoppingCart table tbody td.cartImage {
    width: 8.5%
}

.shoppingCartContainer .shoppingCart table tbody td.cartImage img {
    display: block;
    max-width: 50px;
    max-height: 50px
}

.shoppingCartContainer .shoppingCart table tbody td.cartDescription {
    width: 42%
}

.shoppingCartContainer .shoppingCart table tbody td.cartDescription .cartItemTitle {
    display: block;
    font-size: 16px
}

.shoppingCartContainer .shoppingCart table tbody td.cartDescription span span,.shoppingCartContainer .shoppingCart table tbody td.cartDescription .cartItemSKU {
    font-size: 11px;
    color: #999;
    font-style: italic
}

.shoppingCartContainer .shoppingCart table tbody td.cartDescription .cartCustomization {
    display: block;
    font-size: 11px;
    color: #999
}

.shoppingCartContainer .shoppingCart table tbody td.cartDescription .cartCustomization input {
    margin-left: 10px
}

.shoppingCartContainer .shoppingCart table tbody td.cartQuantity input {
    width: 26px;
    text-align: center;
    margin: 0 10px 0 0
}

.shoppingCartContainer .shoppingCart table tbody td.cartQuantity a {
    font-size: 11px
}

.shoppingCartContainer .shoppingCart table tbody td.cartQuantity span {
    color: #e13b17 !important;
    font-size: 12px
}

.shoppingCartContainer .shoppingCart table tbody td.cartTotal {
    padding: 12px;
    text-align: right
}

.shoppingCartContainer .shoppingCart table tbody td.cartTotal .cartItemTotalPrice {
    font-weight: bold
}

.shoppingCartContainer .shoppingCart table tbody td.cartTotal .cartItemTotalPrice .cartItemTotalCurrency {
    color: #666
}

.shoppingCartContainer .shoppingCart table tbody tr.discount td {
    padding: 15px 12px
}

.shoppingCartContainer .shoppingCart table tbody tr.discount td.cartDescription span.cartDiscountCode {
    font-size: 11px;
    color: #666
}

.shoppingCartContainer .shoppingCart table tbody tr.discount td.cartQuantity a {
    margin-left: 44px
}

.shoppingCartContainer .shoppingCart table tfoot tr td {
    vertical-align: top;
    padding: 20px
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartDiscount {
    width: 50%
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartDiscount p {
    margin: 10px 0
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartDiscount label {
    display: inline-block;
    margin: 0 5px 0 0
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartDiscount input {
    display: inline-block;
    width: 15%;
    min-width: 75px;
    margin: 0 5px 0 0
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartDiscount .applyCode {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    text-decoration: none;
    font: 11px/15px "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    color: #fefefe;
    border: 1px solid #000;
    background: #000
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartDiscount div p {
    margin: 5px 0 0 0;
    color: #e13b17;
    font-size: 12px
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartSubtotal {
    width: 50%;
    text-align: right
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartSubtotal .cartUpdate {
    display: block;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    text-transform: capitalize
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartSubtotal p {
    margin: 0;
    text-align: right
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartSubtotal p .cartSubtotalLabel {
    color: #999;
    font-style: italic
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartSubtotal p .cartSubtotalPrice {
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 19px;
    color: #000
}

.shoppingCartContainer .shoppingCart table tfoot tr td.cartSubtotal p .cartSubtotalPrice .currency {
    font-size: 13px
}

.shoppingCartContainer .shoppingCart table .cartCheckoutButton {
    cursor: pointer;
    display: inline-block;
    float: right;
    margin: 25px 0 0;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 3px;
    box-sizing: border-box;
    background: #000;
    background-image: -webkit-linear-gradient(#5E5E5E 0%, #000 80%);
    background-image: linear-gradient(#5E5E5E 0%, #000 80%)
}

.shoppingCartContainer .shoppingCart table .cartCheckoutButton input {
    display: block;
    cursor: pointer;
    border: 0;
    margin: 0;
    font: bold 16px "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    color: #fefefe;
    background: transparent
}

.post__featured-image,.postFeaturedImage {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px
}

.post__featured-image img,.postFeaturedImage img {
    max-width: 100%;
    width: 100%;
    height: auto
}

h2.post__title img {
    vertical-align: middle !important
}

.post__comments dl {
    margin: 0 0 40px;
    padding: 0
}

.post__comments dl dt,.post__comments dl dd {
    margin: 0;
    padding: 1.5em;
    background: #F0F0F0
}

.post__comments dl dt {
    padding-bottom: .25em;
    font-weight: bold;
    font-size: large
}

.post__comments dl dt .comment--date {
    font-size: small;
    font-style: italic;
    font-weight: normal
}

.post__comments dl dd {
    padding-top: 0;
    margin-bottom: 25px
}

.post__comments dl dd .lcms-button.reply {
    display: block;
    width: auto;
    margin: 20px 0
}

.post__comments dl dl {
    margin: 1em;
    padding: 0
}

.post__comments dl dl dt,.post__comments dl dl dd {
    padding: .5em 1.5em;
    border-left: 3px solid #E3E3E3
}

.post__comments dl dl dt {
    padding-bottom: .15em
}

.post__comments dl dl dd {
    padding-top: .15em;
    margin-bottom: 25px
}

.post__comments dl .post__comments--form {
    width: 100%;
    padding: 1.5em;
    background: #F4F3F3;
    border: 1px solid #E3E3E3
}

@media screen and (max-width: 468px) {
    .post__comments dl .post__comments--form .lcms-button {
        margin-bottom:10px
    }
}

.post__comments--form {
    width: 75%;
    box-sizing: border-box
}

@media screen and (max-width: 768px) {
    .post__comments--form {
        width:100%
    }
}

.post__comments--form .post__comments--form--block {
    display: block;
    margin: 0 0 20px 0
}

.post__comments--form .post__comments--form--block label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px
}

.post__comments--form .post__comments--form--block input[type="text"],.post__comments--form .post__comments--form--block textarea {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #E3E3E3;
    padding: 8px 10px
}

.post__comments--form .post__comments--form--block textarea {
    min-height: 175px
}

.post__comments--form .post__comments--form--block.form--captcha br {
    display: none !important
}

.post__comments--form .post__comments--form--block.form--captcha img {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 10px 0
}

.post__comments--form .post__comments--form--block.form--captcha input {
    display: inline-block;
    width: 30%;
    max-width: 150px;
    margin-top: 8px
}

@media screen and (max-width: 768px) {
    .post__comments--form .post__comments--form--block.form--captcha input {
        width:60%
    }
}

.post__comments--form .form--note {
    font-size: small;
    margin-bottom: 0
}

.blogList .postFeaturedImage {
    margin-bottom: 10px
}

.blogList ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.blogList ul li {
    list-style: none;
    clear: both
}

.blogList .postTitle {
    clear: none
}

.blogList .postTitle img {
    vertical-align: middle;
    cursor: pointer
}

.blogList .postTitle img:hover {
    opacity: 0.8
}

.blogList .postThumb {
    float: left;
    width: 125px;
    margin-bottom: 10px
}

.blogList .postThumb img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
}

.blogList .postThumb+.postContent {
    margin-left: 370px
}

.blogList .postInfo {
    margin-bottom: 10px
}

.blogList .postInfo,.blogList .postDate {
    font-style: italic
}

.postViewInfo {
    display: block;
    padding: 10px;
    margin: 10px 0 30px;
    font-size: smaller;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.postViewInfo a {
    text-decoration: underline
}

.postViewInfo ul.postViewTags {
    display: inline;
    margin: 0;
    padding: 0
}

.postViewInfo ul.postViewTags li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0
}

.postViewInfo ul.postViewTags li::after {
    content: ', '
}

.postViewInfo ul.postViewTags li:last-child::after {
    content: ''
}

div.comments dd,div.comments dt {
    padding: 15px;
    background-color: #f9f9f9;
    margin: 0
}

div.comments dt {
    border-bottom: 1px solid #fff
}

div.comments .alternate {
    background-color: #eee
}

div.comments .commentDate {
    font-style: italic;
    font-size: 11px
}

div.commentsForm label {
    display: block
}

div.commentsForm input {
    width: 65%
}

div.commentsForm textarea {
    width: 90%;
    height: 175px
}

div.commentsForm .submitComment {
    cursor: pointer;
    width: auto
}

ul.tagCloud {
    margin: 0;
    padding: 0
}

ul.tagCloud li {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline
}

.lcms-img-blankstate {
    position: relative;
    background: #f5f5f5 !important;
    border: 2px solid #e0e0e0 !important;
    margin: 0 0 15px !important;
    text-align: center !important;
    border-radius: 4px;
    overflow: hidden !important;
    padding: 10px !important
}

.lcms-img-blankstate.lcms-drop-supported {
    border: 2px dashed #e0e0e0 !important
}

.lcms-img-blankstate::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lcms-img-blankstate img {
    display: inline !important;
    max-width: 100%;
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    -ms-interpolation-mode: bicubic
}

.lcms-img-blankstate a {
    text-decoration: none !important;
    text-shadow: none !important;
    font-style: normal !important
}

.regionBoundary .lcms-img-blankstate {
    cursor: pointer !important
}

.lcms-admin-container .lcms-img-blankstate {
    margin-top: 12px !important;
    height: 200px !important
}

.lcms-admin-container .lcms-form .lcms-img-blankstate h3,.lcms-admin-container .lcms-form .lcms-img-blankstate p {
    display: none
}

.lcms-img-blankstate .lcms-img-blankstate-inner-wrap {
    display: inline-block !important;
    vertical-align: middle !important;
    max-width: 300px !important
}

.lcms-img-blankstate .lcms-img-blankstate-inner-wrap h3,.lcms-img-blankstate .lcms-img-blankstate-inner-wrap p {
    padding: 0 10px !important;
    margin: 0 !important;
    color: #999 !important;
    font-family: "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
    text-transform: none !important;
    font-style: normal !important;
    text-shadow: none !important;
    letter-spacing: normal !important
}

.lcms-img-blankstate .lcms-img-blankstate-inner-wrap h3 {
    font-size: 19px !important;
    line-height: 26px !important;
    font-weight: 500 !important
}

.lcms-img-blankstate .lcms-img-blankstate-inner-wrap h3 em {
    font-style: normal !important;
    font-weight: 700 !important;
    color: #8a8989 !important;
    text-shadow: none !important;
    letter-spacing: normal !important
}

.lcms-img-blankstate .lcms-img-blankstate-inner-wrap p {
    font-size: 11px !important;
    line-height: 21px !important;
    font-weight: 400 !important
}

.lcms-img-blankstate input.lcms-img-fileupload {
    display: none;
    margin: 0 0 0 15px !important
}

.lcms-img-blankstate.lcms-drop-supported input.lcms-img-fileupload {
    display: none;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    float: none !important;
    font-size: 170px !important;
    cursor: pointer !important;
    z-index: 1
}

.lcms-img-dropzone {
    opacity: 1;
    -webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out, opacity 0.2s ease-out, box-shadow 0.2s ease-out;
    transition: background 0.2s ease-out, border-color 0.2s ease-out, opacity 0.2s ease-out, box-shadow 0.2s ease-out
}

.lcms-img-dropzone.lcms-drop-in {
    border: 2px dashed #b7b7b7 !important
}

.lcms-img-dropzone.lcms-drop-hover {
    border-color: #8a8989 !important;
    background: #dadada !important
}

.lcms-img-dropzone.lcms-img-upload-fail .lcms-upload-progress {
    z-index: 2 !important;
    cursor: pointer !important
}

.lcms-img-dropzone.lcms-img-upload-fail .lcms-upload-progress-inner-wrap,.lcms-ele-dropzone.lcms-ele-upload-fail .lcms-upload-progress-inner-wrap {
    top: 50% !important;
    left: 50% !important;
    margin: -11px 0 0 -13px !important;
    border: none !important;
    width: 26px !important;
    height: 22px !important;
    background: url(../img/sprites/lcms_notice.png) no-repeat !important;
    opacity: 1 !important;
    border-radius: 0 !important
}

.lcms-img-dropzone.lcms-img-upload-fail .lcms-upload-bar,.lcms-ele-dropzone.lcms-ele-upload-fail .lcms-upload-bar {
    display: none !important
}

.lcms-upload-progress {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    padding: 0 20px !important;
    background: rgba(0,0,0,0.9);
    border-radius: 3px
}

.lcms-upload-progress .lcms-upload-progress-inner-wrap {
    position: relative;
    top: 50%;
    height: 7px;
    padding: 1px;
    border: 2px solid #fff;
    margin: -7px 25% 0;
    overflow: hidden;
    background: #000;
    border-radius: 10px;
    -webkit-transition: opacity 0.4s ease-out 0.3s;
    transition: opacity 0.4s ease-out 0.3s
}

.lcms-upload-progress .lcms-upload-bar {
    height: 7px;
    width: 0;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px
}

.lcms_dimensions {
    opacity: 0;
    position: absolute;
    right: 12px;
    top: 9px;
    font-size: 11px !important;
    font-style: italic !important;
    font-family: "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    color: #999 !important;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out
}

.lcms_dimensions strong {
    font-weight: normal !important;
    font-style: normal !important;
    color: #555 !important;
    padding: 0 1px !important
}

.lcms_dimensions strong.lcms-img-toobig {
    color: #555 !important
}

.dragable:hover .lcms_dimensions {
    opacity: 1;
    display: block
}

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-small .lcms-img-blankstate-inner-wrap img {
    max-width: 40% !important
}

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-micro .lcms-img-blankstate-inner-wrap img {
    max-width: 30% !important
}

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-micro .lcms-img-blankstate-inner-wrap h3 {
    font-size: 16px !important
}

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-micro .lcms-img-blankstate-inner-wrap p {
    font-size: 10px !important
}

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-nano .lcms-img-blankstate-inner-wrap img {
    display: none !important
}

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-nano .lcms-img-blankstate-inner-wrap h3 {
    font-size: 13px !important
}

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-nano .lcms-img-blankstate-inner-wrap p {
    font-size: 10px !important
}

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-nano .lcms-img-blankstate-inner-wrap {
    width: 99% !important
}

.lcms-img-blankstate.lcms-ibs-micro .lcms-img-blankstate-inner-wrap img {
    max-width: 75% !important
}

.lcms-img-blankstate.lcms-ibs-nano .lcms-img-blankstate-inner-wrap img {
    max-width: 50% !important
}

.lcms-img-blankstate.lcms-ibs-nano .lcms-img-blankstate-inner-wrap {
    width: 50% !important
}

.lcms-awr-img {
    width: 100% !important;
    max-width: 100% !important;
    -ms-interpolation-mode: bicubic
}

.SlideShow {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0
}

.SlideShowImage {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center
}

.SlideShowImage a {
    text-decoration: none !important;
    border: 0 !important
}

.SlideShowImage img {
    display: block
}

.sldw_next a,.sldw_prev a {
    width: 31px;
    height: 29px;
    text-indent: -9999px;
    border: 0 !important;
    text-decoration: none !important;
    overflow: hidden;
    position: absolute;
    top: 45%;
    left: 5%;
    background: url(../img/elements/image/arrow_right_off.png) 0 0 no-repeat
}

.sldw_next a:hover,.sldw_prev a:hover {
    background: url(../img/elements/image/arrow_right_on.png) 0 0 no-repeat
}

.sldw_next a {
    left: auto;
    right: 5%;
    background: url(../img/elements/image/arrow_left_off.png) 0 0 no-repeat
}

.sldw_next a:hover {
    background: url(../img/elements/image/arrow_left_on.png) 0 0 no-repeat
}

.sldw_navigation {
    position: static;
    overflow: hidden;
    visibility: hidden;
    padding: 0;
    margin: 0
}

.sldw_navigation span {
    padding: 0;
    margin: 0
}

.sldw_index_navigation_numbers,.sldw_index_navigation_dots {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: auto;
    width: 100%;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center
}

.sldw_index_navigation_numbers li,.sldw_index_navigation_dots li {
    list-style: none;
    display: inline-block;
    vertical-align: top
}

.sldw_index_navigation_numbers .sldw_photo_index,.sldw_index_navigation_dots .sldw_photo_index {
    margin: 0 2px !important;
    padding: 0;
    background: none !important
}

.sldw_index_navigation_numbers .sldw_photo_index a,.sldw_index_navigation_dots .sldw_photo_index a {
    text-decoration: none;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 16px;
    display: block;
    -webkit-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out
}

.sldw_index_navigation_numbers .sldw_photo_index a:hover,.sldw_index_navigation_dots .sldw_photo_index a:hover {
    color: #fff
}

.sldw_index_navigation_numbers .sldw_photo_index.selected a,.sldw_index_navigation_dots .sldw_photo_index.selected a {
    background: rgba(0,0,0,0.95)
}

.sldw_index_navigation_dots .sldw_photo_index {
    margin: 0 6px !important
}

.sldw_index_navigation_dots .sldw_photo_index a {
    text-indent: -9999px;
    background: #000;
    padding: 0;
    height: 7px;
    width: 7px;
    border-radius: 10px;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.75)
}

.sldw_index_navigation_dots .sldw_photo_index.selected a {
    background: #fff;
    box-shadow: 0 0 0 3px #049cdb
}

.captionContainer {
    text-align: center;
    position: relative;
    margin: 0 auto
}

.sldw_caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: url(../img/elements/image/sldw_caption_bg_off.png) 0 0 repeat
}

.sldw_caption h3 {
    text-align: left;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 15px
}

.sldw_caption_hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: url(../img/elements/image/sldw_caption_bg_off.png) 0 0 repeat
}

.sldw_caption_hover h3 {
    text-align: left;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 15px 15px 15px 15px
}

.sldw_caption_hover h3:hover {
    background: url(../img/elements/image/sldw_caption_bg_on.png) 0 0 repeat
}

.photoGalleryElement {
    clear: both
}

.photoGalleryElement .thumbnail,.photoGalleryElement .thumbShadow {
    display: inline-block;
    height: auto;
    text-align: center;
    font-size: 11px;
    line-height: 1.3846em;
    vertical-align: top
}

.photoGalleryElement .thumbnail p,.photoGalleryElement .thumbShadow p {
    padding: 6px 0 0 !important;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.photoGalleryElement .thumbnail {
    margin-right: 10px;
    margin-bottom: 12px
}

.photoGalleryElement .thumbnail .thumbContents {
    padding: 6px;
    background: transparent;
    border: 1px solid #e0e0e0;
    margin: 0
}

.photoGalleryElement .thumbShadow {
    margin: 0 10px 12px 2px
}

.photoGalleryElement .thumbShadow .thumbContents {
    display: block
}

.photoGalleryElement .thumbShadow a {
    box-shadow: 0 0 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important
}

.photoGalleryElement .thumbShadow img {
    background: transparent;
    padding: 6px;
    border: 1px solid #e0e0e0;
    vertical-align: bottom;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15)
}

.photoGalleryElement .thumbTile,.photoGalleryElement .thumbHover {
    display: inline-block;
    padding: 0;
    margin: 0 12px 12px 0
}

.photoGalleryElement .thumbHover a img {
    opacity: 0.5
}

.photoGalleryElement .thumbHover a:hover img {
    opacity: 1
}

.photoGalleryElement .thumbTight {
    display: block;
    float: left;
    padding: 0;
    margin: 0
}

.socialMedia {
    overflow: hidden;
    list-style: none
}

.socialMedia li {
    list-style: none;
    display: inline;
    float: left;
    margin: 0 8px 8px 0
}

.socialMedia li {
    height: 32px;
    width: 32px
}

.socialMedia64 li {
    height: 64px;
    width: 64px
}

.socialMedia48 li {
    height: 48px;
    width: 48px
}

.socialMedia24 li {
    height: 24px;
    width: 24px
}

.socialMedia16 li {
    height: 16px;
    width: 16px
}

.socialMedia a,.socialMedia span {
    display: block;
    text-indent: -9999px;
    text-align: left;
    direction: ltr;
    width: inherit;
    height: inherit;
    background: url(../img/sprites/social-media-sprite.png) 0 0 no-repeat;
    background-size: 834px 344px;
    text-indent: -9999px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
    .socialMedia a,.socialMedia span {
        background-image:url(../img/sprites/social-media-sprite@2x.png)
    }
}

.socialMedia .facebook {
    background-position: 0 -140px
}

.socialMedia .twitter {
    background-position: -70px -140px
}

.socialMedia .linkedin {
    background-position: -140px -140px
}

.socialMedia .pintrest,.socialMedia .pinterest {
    background-position: -210px -140px
}

.socialMedia .googleplus {
    background-position: -280px -140px
}

.socialMedia .tumblr {
    background-position: -350px -140px
}

.socialMedia .instagram {
    background-position: -420px -140px
}

.socialMedia .youtube {
    background-position: -490px -140px
}

.socialMedia .flickr {
    background-position: -560px -140px
}

.socialMedia .vimeo {
    background-position: -630px -140px
}

.socialMedia .emailaddress {
    background-position: -700px -140px
}

.socialMedia .phonenumber {
    background-position: -770px -140px
}

.socialMedia64 .facebook {
    background-position: 0 0
}

.socialMedia64 .twitter {
    background-position: -70px 0
}

.socialMedia64 .linkedin {
    background-position: -140px 0
}

.socialMedia64 .pintrest,.socialMedia64 .pinterest {
    background-position: -210px 0
}

.socialMedia64 .googleplus {
    background-position: -280px 0
}

.socialMedia64 .tumblr {
    background-position: -350px 0
}

.socialMedia64 .instagram {
    background-position: -420px 0
}

.socialMedia64 .youtube {
    background-position: -490px 0
}

.socialMedia64 .flickr {
    background-position: -560px 0
}

.socialMedia64 .vimeo {
    background-position: -630px 0
}

.socialMedia64 .emailaddress {
    background-position: -700px 0
}

.socialMedia64 .phonenumber {
    background-position: -770px 0
}

.socialMedia48 .facebook {
    background-position: 0 -70px
}

.socialMedia48 .twitter {
    background-position: -70px -70px
}

.socialMedia48 .linkedin {
    background-position: -140px -70px
}

.socialMedia48 .pintrest,.socialMedia48 .pinterest {
    background-position: -210px -70px
}

.socialMedia48 .googleplus {
    background-position: -280px -70px
}

.socialMedia48 .tumblr {
    background-position: -350px -70px
}

.socialMedia48 .instagram {
    background-position: -420px -70px
}

.socialMedia48 .youtube {
    background-position: -490px -70px
}

.socialMedia48 .flickr {
    background-position: -560px -70px
}

.socialMedia48 .vimeo {
    background-position: -630px -70px
}

.socialMedia48 .emailaddress {
    background-position: -700px -70px
}

.socialMedia48 .phonenumber {
    background-position: -770px -70px
}

.socialMedia24 .facebook {
    background-position: 0 -210px
}

.socialMedia24 .twitter {
    background-position: -70px -210px
}

.socialMedia24 .linkedin {
    background-position: -140px -210px
}

.socialMedia24 .pintrest,.socialMedia24 .pinterest {
    background-position: -210px -210px
}

.socialMedia24 .googleplus {
    background-position: -280px -210px
}

.socialMedia24 .tumblr {
    background-position: -350px -210px
}

.socialMedia24 .instagram {
    background-position: -420px -210px
}

.socialMedia24 .youtube {
    background-position: -490px -210px
}

.socialMedia24 .flickr {
    background-position: -560px -210px
}

.socialMedia24 .vimeo {
    background-position: -630px -210px
}

.socialMedia24 .emailaddress {
    background-position: -700px -210px
}

.socialMedia24 .phonenumber {
    background-position: -770px -210px
}

.socialMedia16 .facebook {
    background-position: 0 -280px
}

.socialMedia16 .twitter {
    background-position: -70px -280px
}

.socialMedia16 .linkedin {
    background-position: -140px -280px
}

.socialMedia16 .pintrest,.socialMedia16 .pinterest {
    background-position: -210px -280px
}

.socialMedia16 .googleplus {
    background-position: -280px -280px
}

.socialMedia16 .tumblr {
    background-position: -350px -280px
}

.socialMedia16 .instagram {
    background-position: -420px -280px
}

.socialMedia16 .youtube {
    background-position: -490px -280px
}

.socialMedia16 .flickr {
    background-position: -560px -280px
}

.socialMedia16 .vimeo {
    background-position: -630px -280px
}

.socialMedia16 .emailaddress {
    background-position: -700px -280px
}

.socialMedia16 .phonenumber {
    background-position: -770px -280px
}

#lcms_userTabs {
    font-family: "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif
}

#lcms_userTabs h1.title {
    float: left;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 50px
}

#lcms_userTabs .lcms-usertabs {
    text-align: right;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    width: 100% !important;
    list-style: none !important;
    background: none !important
}

#lcms_userTabs .lcms-usertabs li {
    display: inline-block !important;
    list-style: none !important;
    margin: 0 12px 0 0 !important;
    background: none !important;
    padding: 0 !important
}

#lcms_userTabs .lcms-usertabs a {
    display: block;
    color: #777;
    font: 14px/1 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 0;
    padding: 10px 15px !important;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background: none
}

#lcms_userTabs .lcms-usertabs a:hover {
    color: #333
}

#lcms_userTabs .lcms-usertabs li.ui-tabs-active a {
    background-color: #eee;
    cursor: default;
    color: #333
}

#lcms_userTabs .lcms-usertabs li.ui-tabs-active a a {
    color: #333
}

#lcms_userTabs .lcms_user_controls {
    clear: both;
    padding: 25px;
    font-size: 13px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.05);
    margin: 0 0 50px
}

#lcms_userTabs .lcms_user_controls:empty {
    display: none
}

#lcms_userTabs .lcms_user_controls input {
    margin-right: 10px
}

#lcms_userTabs .lcms_user_controls .lcms-button {
    margin: -7px 0 10px 15px
}

.lcms-modal,fieldset.lcms-fieldset {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0 0 40px;
    clear: both;
    box-sizing: border-box;
    position: relative
}

.lcms-modal legend,fieldset.lcms-fieldset legend {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    clear: both;
    margin: 0 0 20px;
    padding: 0;
    line-height: 20px;
    color: #333;
    font-size: 16px;
    font-weight: bold
}

.lcms-modal div.lcms-input-wrap,fieldset.lcms-fieldset div.lcms-input-wrap {
    margin: 0 16px 15px 0
}

.lcms-modal div.lcms-input-wrap.lcms-city,.lcms-modal div.lcms-input-wrap.lcms-zip,.lcms-modal div.lcms-input-wrap.last-item,fieldset.lcms-fieldset div.lcms-input-wrap.lcms-city,fieldset.lcms-fieldset div.lcms-input-wrap.lcms-zip,fieldset.lcms-fieldset div.lcms-input-wrap.last-item {
    margin-right: 0
}

.lcms-modal div.lcms_address-2,.lcms-modal div.lcms-city,.lcms-modal div.lcms-state,.lcms-modal div.lcms-zip,.lcms-modal div.form-inline,fieldset.lcms-fieldset div.lcms_address-2,fieldset.lcms-fieldset div.lcms-city,fieldset.lcms-fieldset div.lcms-state,fieldset.lcms-fieldset div.lcms-zip,fieldset.lcms-fieldset div.form-inline {
    vertical-align: top;
    display: inline-block
}

.lcms-modal div.lcms-country,fieldset.lcms-fieldset div.lcms-country {
    padding-bottom: 10px
}

.lcms-modal label,fieldset.lcms-fieldset label {
    display: block;
    font: 500 13px "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    margin-bottom: 3px
}

.lcms-modal label.lcms-labelinline,.lcms-modal input[type="checkbox"]+label,fieldset.lcms-fieldset label.lcms-labelinline,fieldset.lcms-fieldset input[type="checkbox"]+label {
    display: inline-block
}

.lcms-modal #changePasswordLink,fieldset.lcms-fieldset #changePasswordLink {
    margin: 15px 0 0 0
}

.lcms-modal div.clear,fieldset.lcms-fieldset div.clear {
    margin-bottom: 20px
}

.lcms-modal .lcms_inputExtraSmall,.lcms-modal .lcms_inputSmall,.lcms-modal .lcms_inputMedium,.lcms-modal .lcms_inputLarge,fieldset.lcms-fieldset .lcms_inputExtraSmall,fieldset.lcms-fieldset .lcms_inputSmall,fieldset.lcms-fieldset .lcms_inputMedium,fieldset.lcms-fieldset .lcms_inputLarge {
    border: 1px solid #ddd;
    background: #fff;
    padding: 12px 13px;
    color: #333;
    font: 500 13px "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
    margin-bottom: 5px
}

.lcms-modal .lcms_inputExtraSmall:focus,.lcms-modal .lcms_inputSmall:focus,.lcms-modal .lcms_inputMedium:focus,.lcms-modal .lcms_inputLarge:focus,fieldset.lcms-fieldset .lcms_inputExtraSmall:focus,fieldset.lcms-fieldset .lcms_inputSmall:focus,fieldset.lcms-fieldset .lcms_inputMedium:focus,fieldset.lcms-fieldset .lcms_inputLarge:focus {
    outline: none none;
    border-color: #c3c3c3
}

.lcms-modal .lcms_inputExtraSmall,fieldset.lcms-fieldset .lcms_inputExtraSmall {
    width: 145px
}

.lcms-modal .lcms_inputSmall,fieldset.lcms-fieldset .lcms_inputSmall {
    width: 165px
}

.lcms-modal .lcms_inputMedium,fieldset.lcms-fieldset .lcms_inputMedium {
    width: 215px
}

.lcms-modal .lcms_inputLarge,fieldset.lcms-fieldset .lcms_inputLarge {
    width: 450px
}

.lcms-modal span.select-style,fieldset.lcms-fieldset span.select-style {
    display: block;
    padding: 0;
    margin: 0 !important;
    cursor: pointer !important;
    border: 1px solid #e5e5e5 !important;
    width: 285px;
    padding-right: 20px;
    border-radius: 0 !important;
    overflow: hidden;
    background: #fff url(../../Images/lcms-add-elements-down.png) no-repeat 95% 16px !important
}

.lcms-modal span.select-style.select-country,fieldset.lcms-fieldset span.select-style.select-country {
    width: 450px
}

.lcms-modal span.select-style select,fieldset.lcms-fieldset span.select-style select {
    padding: 12px 13px !important;
    width: 130% !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: none !important;
    outline: none !important;
    text-align: left !important;
    color: #333;
    font-size: 13px;
    font-family: "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.lcms-login-detail {
    font: 13px "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    margin: 0 0 40px
}

.lcms-login-detail .lcms_meta_lbl {
    font-weight: 500
}

.lcms-login-detail .lcms_usr_date {
    margin-right: 35px
}

#userRoles {
    margin: 0;
    padding: 0;
    list-style: none
}

#userRoles .lcms-user-role {
    clear: both;
    display: block;
    list-style: none;
    background: none !important;
    padding: 0;
    margin: 0 0 10px 0;
    vertical-align: top
}

#userRoles .lcms-user-role label {
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px
}

#userRoles .lcms-user-role label span {
    font-weight: normal;
    font-size: 13px;
    color: #999;
    padding-left: 5px;
    font-style: italic;
    min-width: 10px;
    display: inline-block
}

#user_picture .lcms_user_profileImage {
    clear: none !important;
    float: left;
    margin: 0 40px 40px 0
}

#user_picture .lcms_user_profileImage img {
    border-radius: 50%;
    border: 2px solid #fff
}

#user_picture .ProfileImage {
    clear: none !important;
    margin: 0 40px 40px 0
}

#user_picture #gravatarControls label {
    margin: 15px 0 20px
}

#user_picture #removeLocalImage {
    font-size: 13px
}

#user_picture .lcms-variant-file-dropzone {
    width: auto;
    margin-right: 20px
}

#billingAddress,#shippingAddress,#paymentMethod {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    min-width: 250px;
    box-sizing: border-box;
    padding-right: 20px;
    margin: 0 0 40px 0
}

.lcms-billingaddress p,.lcms-shippingaddress p,.lcms-billinginformation p {
    margin-bottom: 0 !important;
    font-size: 15px
}

#ordersTable {
    width: 100%;
    border: none;
    background-color: #f7f7f7
}

#ordersTable th {
    background-color: #ccc;
    color: #333;
    padding: 15px 10px;
    font: 600 14px/1 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif
}

#ordersTable th a {
    color: inherit
}

#ordersTable tr:nth-child(even) {
    background-color: #fff
}

#ordersTable td {
    border: none;
    padding: 8px 10px;
    font-size: 13px;
    color: #5E686E
}

#ordersTable td a {
    color: inherit;
    text-decoration: underline
}

#ordersTable td a:hover {
    color: #000
}

.status-label {
    display: inline-block;
    cursor: default !important;
    background-color: rgba(0,0,0,0.05);
    padding: 0 8px;
    font: 600 .6111111111 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    text-transform: uppercase;
    color: #B4B4B4;
    border-radius: 2px
}

.status-label.orderFlag_paid,.status-label.orderFlag_closed,.status-label.orderFlag_complete,.status-label.orderFlag_refunded {
    color: #224b0e;
    background-color: #b9e8a2
}

.status-label.orderFlag_open,.status-label.orderFlag_awaiting,.status-label.orderFlag_authorized,.status-label.orderFlag_pending,.status-label.orderFlag_partial {
    color: #B4B4B4;
    background-color: #eee
}

.status-label.orderFlag_abandoned,.status-label.orderFlag_cancelled,.status-label.orderFlag_declined {
    font-style: italic;
    color: #fff;
    background-color: #d95353
}

.dynatable-pagination-links {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    font: .7222222222 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif
}

.dynatable-pagination-links li {
    display: inline-block;
    list-style: none;
    background: none;
    margin: 0 5px;
    padding: 3px 5px
}

.dynatable-pagination-links li:first-child {
    display: none
}

.dynatable-pagination-links li.dynatable-active-page {
    font-weight: 600
}

.dynatable-pagination-links li.dynatable-active-page a {
    color: #000;
    background-color: #f7f7f7
}

.dynatable-pagination-links a {
    color: #B4B4B4;
    cursor: pointer;
    background: none !important
}

.dynatable-pagination-links a:hover {
    color: #000
}

.dynatable-record-count {
    display: block;
    text-align: center;
    font: .6666666667 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    color: #B4B4B4
}

.loginToken {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 225px;
    white-space: nowrap;
    height: 55px;
    border: 1px solid rgba(0,0,0,0.15);
    text-align: left;
    border-radius: 3px;
    font: bold 14px/20px "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    color: #555;
    position: relative
}

.loginToken:hover,.loginToken:focus {
    z-index: 9999
}

.loginToken li {
    list-style: none;
    padding: 12px;
    margin: 0;
    display: block;
    position: relative;
    cursor: pointer
}

.loginToken li img {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin: -3px 15px 0 5px;
    vertical-align: middle
}

.loginToken li ul {
    display: none;
    position: absolute;
    width: 225px;
    left: -1px;
    top: 53px;
    background-color: #fff;
    text-align: left;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0 0 3px 3px
}

.loginToken li ul:hover,.loginToken li ul:focus {
    display: block
}

.loginToken li ul li {
    padding: 0;
    margin: 0;
    font-weight: normal
}

.loginToken li ul li a {
    font-size: 13px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    color: #999;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out
}

.loginToken li ul li a:hover {
    color: #555
}

.loginToken li ul li:last-child a {
    border: none
}

.loginToken:hover,.loginToken:focus {
    border-radius: 3px 3px 0 0
}

.loginToken:hover ul,.loginToken:focus ul {
    display: block;
    -webkit-animation: fade-alt .35s ease-in-out both;
    animation: fade-alt .35s ease-in-out both
}

.hide {
    display: none
}

.lcms-button {
    display: inline-block;
    position: relative;
    color: #666;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    zoom:1;background-color: #ECECEC;
    border: none !important;
    white-space: nowrap;
    outline: none !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 35px;
    padding: 8px 25px 8px !important;
    background-image: none !important;
    margin: 0 10px 0 0;
    font: 600 12px/22px "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    height: auto
}

.lcms-button.disabled,.lcms-button[disabled] {
    opacity: 0.7;
    cursor: default
}

.lcms-button.disabled::after,.lcms-button[disabled]::after,.lcms-button.selected::after {
    opacity: 0
}

.lcms-button.selected,.lcms-button:hover,.lcms-button:focus,.lcms-button:active {
    background: #d3d2d2;
    outline: none
}

.lcms-button.right {
    float: right
}

.lcms-button.disabled,.lcms-button[disabled] {
    opacity: 0.5;
    cursor: default;
    pointer-events: none
}

.lcms-button.btn-link {
    background: none;
    color: #222;
    font-weight: 400;
    padding: 0 !important;
    text-decoration: underline !important;
    margin: 15px 0 0;
    text-align: left
}

.lcms-button.btn-link:hover {
    color: #000;
    background: none
}

.lcms-button.primary {
    background-color: #000;
    color: #fff
}

.lcms-button.primary.selected,.lcms-button.primary:hover,.lcms-button.primary:focus {
    background-color: #333;
    color: #fff
}

.lcms-button.info {
    background-color: #aaa;
    color: #fff
}

.lcms-button.info.selected,.lcms-button.info:hover,.lcms-button.info:focus {
    background-color: #919090;
    color: #fff
}

.lcms-button.inverse {
    background-color: #686c6e;
    color: #fff
}

.lcms-button.inverse.selected,.lcms-button.inverse:hover,.lcms-button.inverse:focus {
    background-color: #4f5254;
    color: #fff
}

.lcms-button.highlight {
    background-color: #ee6063;
    color: #fff
}

.lcms-button.highlight.selected,.lcms-button.highlight:hover,.lcms-button.highlight:focus {
    background-color: #e93236;
    color: #fff
}

table.fr-alternate-rows tr:nth-child(2n) {
    background: #f7f7f7 !important
}

table.fr-dashed-borders th,table.fr-dashed-borders td {
    border-style: dashed !important
}

table th.fr-thick,table td.fr-thick {
    border-width: 2px;
    border-style: solid
}

table th.fr-highlighted,table td.fr-highlighted {
    border: 1px double #9d261d !important
}

table th.fr-no-wrap,table td.fr-no-wrap {
    white-space: nowrap !important
}

.fr-imgright {
    float: right
}

.fr-imgcenter {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.fr-imgleft {
    float: left
}

.Apple-tab-span {
    width: 25px !important;
    display: inline-block !important
}

.fr-video.fr-dvi {
    display: block
}

.fr-video {
    text-align: center
}

.fr-video.fr-dvb {
    display: block;
    clear: both
}

.fr-video.fr-dvb.fr-fvl {
    text-align: left
}

.fr-video.fr-dvb.fr-fvr {
    text-align: right
}

.fr-video.fr-dvi {
    display: inline-block
}

.fr-video.fr-dvi.fr-fvl {
    float: left
}

.fr-video.fr-dvi.fr-fvr {
    float: right
}

.EviteElement label {
    display: block
}

.EviteElement label em {
    display: block;
    font-size: 85%
}

.EviteElement input,.EviteElement textarea {
    border: 1px solid #ddd;
    background: #fff;
    padding: 12px 13px;
    color: #333;
    font: 400 14px/1 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
    margin: 5px 0;
    box-sizing: border-box
}

.EviteElement input:focus,.EviteElement textarea:focus {
    outline: none none;
    border-color: #c3c3c3
}

.EviteElement input.lcms_inputMedium,.EviteElement textarea.lcms_inputMedium {
    width: 80%
}

@media screen and (max-width: 480px) {
    .EviteElement input.lcms_inputMedium,.EviteElement textarea.lcms_inputMedium {
        width:95%
    }
}

.EviteElement input.lcms_inputLarge,.EviteElement textarea.lcms_inputLarge {
    width: 95%
}

.EviteElement textarea {
    min-height: 125px
}

.EviteElement .captcha br {
    display: none
}

.EviteElement .captcha img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top
}

.EviteElement .captcha input {
    width: 20%;
    min-width: 75px;
    display: inline-block;
    vertical-align: top
}

.EviteElement .EviteButton {
    margin-right: 20px
}

.EviteElement .evite-errors {
    background: #930;
    color: #fff !important;
    padding: 20px;
    margin: 0 0 30px 0;
    border-radius: 3px
}

.EviteElement .evite-errors ul {
    margin-bottom: 0;
    margin-top: 10px
}

.EviteElement p:not(.captcha) span,.EviteElement p.captcha span[id$="CaptchaValidator"] {
    color: #930 !important
}

.lcms-modal-overlay.visible .lcms-modal .lcms-modal-content div[id^="EvitePreview"] p {
    margin-bottom: 20px
}

.SignUpElement fieldset {
    margin: 0 0 20px;
    padding: 0;
    border: none
}

.SignUpElement fieldset label {
    display: block
}

.SignUpElement fieldset label sup {
    opacity: .55;
    padding-left: 4px
}

.SignUpElement input {
    border: 1px solid #ddd;
    background: #fff;
    padding: 12px 13px;
    color: #333;
    font: 400 14px/1 "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
    margin: 5px 10px 5px 0;
    box-sizing: border-box
}

.SignUpElement input:focus {
    outline: none none;
    border-color: #c3c3c3
}

.SignUpElement input.lcms_inputLarge {
    width: 60%
}

@media screen and (max-width: 480px) {
    .SignUpElement input.lcms_inputLarge {
        width:90%
    }
}

.SignUpElement input.lcms_inputMedium {
    width: 37%
}

@media screen and (max-width: 480px) {
    .SignUpElement input.lcms_inputMedium {
        width:90%
    }
}

.SignUpElement h4 span {
    display: none
}

.SignUpElement .signup-note {
    font-size: 90%;
    margin: 10px 0
}

.SignUpElement .check-availability {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 12px !important
}

.SignUpElement .checkbox {
    margin-right: 5px
}

.modal-terms p {
    margin-bottom: 20px
}

.loginElement p {
    margin: 0;
    padding: 0
}

.loginElement label {
    display: block;
    margin: 5px 0
}

.loginElement input {
    clear: both;
    margin: 5px 0;
    display: block
}

.loginElement span label,.loginElement span input {
    display: inline;
    margin: 0 5px 0 0
}

.loginElement .button {
    cursor: pointer
}

.loginElement .error {
    font-weight: bold;
    padding-bottom: 10px;
    color: #930
}

.forgotpass-error {
    font: bold 20px/40px "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    padding-bottom: 10px
}

.forgotpass p {
    margin-bottom: 15px
}

.forgotpass label {
    display: block
}

.forgotpass input {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #f6f6f6;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.05) inset,0 1px 2px rgba(0,0,0,0.22) inset;
    color: #555;
    font-family: "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    font-size: 13px;
    padding: 8px 10px;
    width: 100%;
    max-width: 270px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.forgotpass a {
    display: inline-block;
    min-width: 42px;
    border-radius: 3px;
    padding: 5px 22px;
    margin-left: 5px;
    color: #666 !important;
    font: 700 13px/22px "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    text-decoration: none !important;
    box-shadow: inset 0 -1px 0 0 transparent,inset 0 0 0 1px rgba(0,0,0,0.08),inset 0 2px 0 rgba(255,255,255,0.5);
    background-color: #ECECEC;
    background-image: -webkit-linear-gradient(#ececec 0%, #e6e6e6 54%, #d2d2d2 100%);
    background-image: linear-gradient(#ececec 0%, #e6e6e6 54%, #d2d2d2 100%);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.forgotpass a:hover,.forgotpass a:focus {
    color: #000 !important
}

.validation-failed {
    border: solid 1px red
}

.validation-advice {
    color: #fff;
    background-color: #F00;
    font-weight: bold;
    padding: 3px 5px 3px 5px
}

.lcms_PaypalExpress {
    margin: 25px 0 !important;
    height: 35px !important
}

.searchResults {
    margin: 0 !important;
    padding: 0
}

.searchResults li {
    list-style: none;
    padding: 10px 0;
    margin: 0 0 35px;
    background-image: none
}

.searchResults li a {
    display: block;
    font-weight: bold;
    font-size: large
}

.searchResults li em {
    display: block;
    color: #d0d0d0
}

.searchResults li img {
    display: block;
    vertical-align: bottom;
    margin: 10px 0
}

span.searchTerm,.search-no-results strong,.search-found-results strong {
    font-weight: bold;
    background-color: #ddd;
    padding: 0 4px;
    color: #000
}

div.pagination {
    width: 100%;
    clear: both;
    text-align: center
}

div.pagination ul,#pagination {
    border: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    float: none;
    margin: 20px 0 !important;
    width: auto;
    border-radius: 3px;
    padding: 0 !important;
    text-align: center;
    list-style: none !important
}

div.pagination ul li,#pagination li {
    border-right: 1px solid rgba(0,0,0,0.1);
    color: #999;
    cursor: default;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    background-image: none;
    clear: none
}

div.pagination ul li.dots,#pagination li.dots {
    min-height: 20px;
    padding: 10px !important
}

div.pagination ul li:last-child,#pagination li:last-child {
    border-right: 0
}

div.pagination ul li a,#pagination li a {
    color: #999;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-decoration: none
}

div.pagination ul li.page.current,div.pagination ul li.selected,#pagination li.page.current,#pagination li.selected {
    color: #000;
    background-color: #eee;
    font-size: 14px;
    padding: 10px !important
}

.lcms-ele-dropzone {
    width: 50%;
    height: 0;
    opacity: 0;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.12);
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out, width 0.25s ease-out, height 0.25s ease-in-out, opacity 0.3s ease-out, margin 0.2s ease-out;
    transition: background 0.2s ease-out, border-color 0.2s ease-out, width 0.25s ease-out, height 0.25s ease-in-out, opacity 0.3s ease-out, margin 0.2s ease-out
}

.lcms-ele-dropzone.lcms-drop-in,.lcms-ele-dropzone.lcms-upload-active {
    width: 99.5%;
    height: 43px;
    opacity: 1;
    margin: 20px auto !important
}

.lcms-ele-dropzone.lcms-drop-in:before,.lcms-ele-dropzone.lcms-upload-active:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.lcms-ele-dropzone.lcms-drop-hover {
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,0.22);
    background: #e5e5e5
}

.lcms-ele-dropzone .plus-icn {
    display: inline-block !important;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 18px;
    color: #dedede;
    font-weight: 300;
    background-color: #fff;
    border-radius: 20px;
    font-family: "LCMSFontAwesome"
}

.lcms-ele-dropzone .plus-icn::before {
    content: "\f067"
}

.lcms-ele-dropzone.lcms-drop-hover .plus-icn {
    color: #7e7e7e
}

.lcms-ele-fileupload {
    display: none
}
