.image-content-detail {
    padding: 20px 0 0;
}

.image-content-teaser {
    max-width: 1000px;
    padding-top: 15px;
}

.image-content-detail .caption {
    font-size: 14px;
    color: rgb(84, 133, 248);
}

.image-content-detail p {
    margin-bottom: 0;
}
blockquote.blockquote > p {
    margin-bottom: 0 !important;
}
.parsley-custom-error-message {
    color: #ff0000;
}
.femanager_fieldset .bg-danger,
.femanager_fieldset .bg-danger h4 {
    color: #ffffff;
}
.style-switcher {
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    width: 308px;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 999;
    border-radius: 0;
    left: -308px;
    transition: left 0.2s;
    font-family: "Work Sans", sans-serif !important;
}
.style-switcher h1,
.style-switcher h2,
.style-switcher h3,
.style-switcher h4,
.style-switcher h5,
.style-switcher h6 {
    font-family: "Work Sans", sans-serif !important;
}
.style-switcher.active {
    left: 0;
}
.style-switcher .style-switcher-wrap {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    position: relative;
}
.style-switcher-site h3 {
    color: #5485f8;
    font-size: 20px;
    border-bottom: 1px solid #dbe3e6;
    line-height: 36px;
    padding: 24px 30px 12px;
    margin-bottom: 0;
}
.style-switcher-site h3 i {
    margin-right: 12px;
}
.style-switcher-wrap .form-inner {
    padding: 16px 30px 10px;
}
.style-switcher .category {
    margin-bottom: 37px;
}
.style-switcher .category:last-child {
    margin-bottom: 15px;
}
.style-switcher .category a {
    color: #5485f8;
}
.style-switcher .category-headline {
    position: relative;
    margin-bottom: 14px;
}
.style-switcher .category-headline h4 {
    background-color: #fff;
    color: #122241;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}
.style-switcher .category-headline:after {
    content: "";
    background-color: #dbe3e6;
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: -1;
}
.style-switcher .style-switcher-open {
    background-color: #fff;
    box-shadow: 2px 0px 7px 4px rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    right: -40px;
    top: 136px;
    width: 40px;
    height: 44px;
    /* padding: 15px 0; */
    font-size: 22px;
    line-height: 45px;
    color: #122241;
    text-align: center;
    text-decoration: none;
    /* border-radius: 0 4px 4px 0; */
}
.style-switcher .style-switcher-open:hover {
    color: inherit;
    box-shadow: 2px 0px 7px 4px rgba(0, 0, 0, 0.15);
}
.style-switcher h5 {
    color: #122241;
    margin: 0 0 7px;
    padding: 0;
    line-height: 21px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.style-switcher .form-control {
    background-color: #fff !important;
    border: 1px solid #dbe3e6 !important;
}
.style-switcher .colorpicker-element {
    margin: 0 0 21px;
}
.style-switcher .colorpicker-element input {
    padding: 5px 10px;
    height: 41px;
    border-radius: 0;
}
.style-switcher .colorpicker-element .input-group-append .input-group-text {
    padding: 6px 8px;
    border-radius: 0;
}
.style-switcher .colorpicker-element .input-group-append input {
    padding: 0;
    height: 27px;
    width: 27px;
    border: 0 !important;
    background-color: transparent !important;
}
.colorpicker.colorpicker-visible {
    z-index: 9999999999;
}
.style-switcher ul.options {
    list-style: none;
    margin: -3px 0 10px 0;
    padding: 0;
    overflow: hidden;
}
.style-switcher ul.options li {
    float: left;
    margin: 2px;
}
.style-switcher ul.options li a {
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.style-switcher ul.options li a.pattern {
    background-repeat: repeat;
    background-position: 0 0;
    background-color: transparent;
}
.style-switcher .color-picker {
    display: none;
    margin-bottom: 15px;
}
.style-switcher .options-links a {
    background-color: #71839e;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 8px;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 0;
}
.style-switcher .options-links a:last-child {
    margin-right: 0;
}
.style-switcher .options-links a:hover,
.style-switcher .options-links a.active {
    background: #5485f8;
    color: #fff;
}
.style-switcher .style-switcher-buttons {
    border-top: 1px solid #dbe3e6;
    padding: 8px 30px 15px;
}
.style-switcher .style-switcher-buttons a {
    padding: 8px;
    font-size: 13px;
    display: inline-block;
}
.style-switcher .style-switcher-buttons .reset {
    width: 74px;
}
.style-switcher .style-switcher-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    width: 200px;
    background: #282d31;
    text-align: left;
    padding: 1.4rem;
    border-radius: 4px;
    box-shadow: 0 0 30px -6px rgba(0, 0, 0, 0.2);
    transform: translate3d(-20px, -50%, 0);
    transition: ease opacity 0.3s, ease transform 0.3s;
}
.style-switcher .style-switcher-tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #282d31;
    transform: translate3d(0, -50%, 0);
}
.style-switcher .style-switcher-tooltip > strong {
    font-size: 0.85rem;
    font-family: "Work Sans", sans-serif;
    line-height: 1.3;
    display: block;
    margin-bottom: 0.5rem;
}
.style-switcher .style-switcher-tooltip > p {
    color: #e2e2e2;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0.8;
}
.style-switcher .style-switcher-tooltip.active {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}
.style-switcher-buttons .btn {
    background-color: #DBE3E6;
    color: #122241;
    padding: 7px 15px;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    width: auto;
}
.style-switcher-buttons .btn:hover,
.style-switcher-buttons .btn.submit {
    background-color: #5485f8;
    color: #fff;
}
.style-switcher-buttons .btn.submit:hover {
    background-color: #DBE3E6;
    color: #122241;
}
.font-switcher textarea {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 7px;
    background-color:#F5F8F9;
    border: 1px solid #DBE3E6;
    border-radius: 0;
}
.font-switcher textarea:focus {
    border: 1px solid #71839e;
    box-shadow: none;
    outline: none;
}

.transparent-header section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.content-section {
    padding: 0;
}

@media (max-width: 767.98px) {
    header.sticky-header + main {
        margin-top: 58px;
     }
     .content-section {
        padding: 0;
    }
}
