/*help css*/
.dyna-sitebuild-help {
    font-family: ProximaNova-Regular;
    display: none;
}

.dyna-sitebuild-help-show {
    display: block;
}

.dyna-sitebuild-help-end-button,
.dyna-sitebuild-help-button {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 1.1%;
    bottom: 20px;
    text-align: center;
    color: #fff;
    z-index: 998;
    display: none;
}

.dyna-sitebuild-help-button .help-question {
    background-image: url(/edit/help_question.png);
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 65px;
    background-repeat: no-repeat;
}

.dyna-sitebuild-help-button-end,
.dyna-sitebuild-help-button-question {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -56px;
    margin-left: 5px;
    cursor: pointer;
}

.dyna-sitebuild-help-end-button {
    z-index: 1000009;
}


.dyna-sitebuild-help-end-button .help-end {
    background-image: url(/edit/help_end.png);
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 62px;
    background-repeat: no-repeat;
}

.dyna-sitebuild-help-button-end:hover,
.dyna-sitebuild-help-button-question:hover {
    -webkit-animation: dock-ripple 1s ease-in-out infinite;
    animation: dock-ripple 1s ease-in-out infinite;
}

.dyna-sitebuild-help-end-button-show,
.dyna-sitebuild-help-button-show {
    display: block !important;
}

.dyna-sitebuild-help-background-mask {
    opacity: 0.1;
    z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
}

.dyna-sitebuild-help-background-mask-show {
    display: block !important;
}

.dyna-sitebuild-page-left-4-mask,
.dyna-sitebuild-page-edit-bar-mask {
    opacity: 0.1;
    z-index: 1000001;
    position: absolute;
    width: 100%;
    height: 103%;
    background: #fff;
    display: none;
}

.dyna-sitebuild-page-edit-bar-mask-show {
    display: block !important;
}

.help-show-element-background {
    z-index: 1000000 !important;
}

.help-show-element {
    z-index: 1000008 !important;
    background-color: #282831;
    -webkit-animation: click-blink 1s ease-in-out infinite;
    animation: click-blink 1s ease-in-out infinite;
}

.help-show-element-nocolor {
    z-index: 1000008 !important;
    -webkit-animation: click-blink 1s ease-in-out infinite;
    animation: click-blink 1s ease-in-out infinite;
    position: relative;
    display: block !important;
}

.help-show-element-header {
    -webkit-animation: click-blink 1s ease-in-out infinite;
    animation: click-blink 1s ease-in-out infinite;
}

.help-show-element-header-wrap {
    z-index: 1000008 !important;
    opacity: 1 !important;
    display: block !important;
}

.help-show-element-header-wrap #dyna-sitebuild-site-top-bg-options,
.help-show-element-header-wrap #dyna-sitebuild-site-top-bg-menu {
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    pointer-events: none !important;
}

.help-navigation-background,
.help-left-4-show {
    z-index: auto !important;
}

.dyna-sitebuild-help-content {
    width: 365px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    background-color: #30323e;
    z-index: 999;
    color: #fff;
    margin-right: -400px;
    display: none;
    transition: margin-right 0.5s;
    overflow-y: auto;
}

.dyna-sitebuild-help-content-show {
    margin-right: 0px;
    display: block;
}

.help-content-leave-to,
.help-content-enter {
    margin-right: -400px;
}

.help-content-leave-active,
.help-content-enter-active {
    transition: margin-right 0.5s;
}

.dyna-sitebuilder-help-content-wrap {
    width: 100%;
    height: 100%;
    font-family: "Open Sans";
    padding: 25px;
    color: #fff;
    font-weight: 100;
    position: relative;
}

.dyna-sitebuild-help-content-title {
    text-align: left;
    padding: 35px 30px 10px;
    font-family: ProximaNova-Regular;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.dyna-sitebuild-help-content-search-title {
    font-family: ProximaNova-Regular;
    font-size: 14px;
    color: #939DA5;
    letter-spacing: 0;
}

.dyna-sitebuild-help-content-close {
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 23px;
    transition: all .5s;
    -webkit-text-stroke: 3px #30323e;
}

.dyna-sitebuild-help-content-close-icon {
    background-image: url(/edit/help_close.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.dyna-sitebuild-help-content-close:hover {
    color: #009DDC;
    transform: rotate(180deg);
}

.dyna-sitebuild-help-content-search {
    padding: 0 30px;
    font-size: 15px;
}

.dyna-sitebuild-help-content-search input {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(19, 55, 82, .12);
    background-color: #3C4254;
    margin-top: 5px;
    text-indent: 10px;
    line-height: 35px;
    color: #fff;
    outline: none;
    font-family: ProximaNova-Regular;
    font-size: 14px;
    letter-spacing: 0;
}

.dyna-sitebuild-help-content-search .fa-search {
    position: absolute;
    right: 40px;
    font-size: 25px;
    color: #009DDC;
    margin-top: 13px;
    -webkit-text-stroke: 2px #3C4254;
}

.dyna-sitebuild-help-content-search .fa-close {
    position: absolute;
    right: 40px;
    font-size: 25px;
    color: #009DDC;
    margin-top: 13px;
    cursor: pointer;
    -webkit-text-stroke: 3px #3C4254;
}

.dyna-sitebuild-help-content-search .fa-link {
    color: #fff;
    font-size: 15px;
}

.dyna-sitebuild-help-content-tours-item-line:hover .fa-link,
.dyna-sitebuild-help-content-tours-item-line:hover a {
    color: #009DDC;
}

.dyna-sitebuild-help-content-search a {
    color: #fff;
    margin-left: 10px;
    font-size: 15px;
}

.dyna-sitebuild-help-content-search a:hover {
    text-decoration: none;
    color: #009DDC;
}

.dyna-sitebuild-help-content-search-result {
    margin-top: 20px;
}

.dyna-sitebuild-help-content-tours {
    padding: 30px;
    font-family: ProximaNova-Regular;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.dyna-sitebuild-help-content-tours-item-title-icon {
    display: block;
    position: absolute;
    margin-left: -20px;
    margin-top: 25px;
}

.dyna-sitebuild-help-content-tours-item-title-icon img {
    width: 14px;
    height: auto;
}

.dyna-sitebuild-help-content-tours-item-title {
    padding: 25px 0px 0px;
    font-family: ProximaNova-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.dyna-sitebuild-help-content-tours-item-line {
    margin: 15px 0px 0px;
    cursor: pointer;
    font-family: ProximaNova-Regular;
    font-size: 12px;
    color: #DBDDE0;
    letter-spacing: 0;
    transition: all 0.5s;
}

.dyna-sitebuild-help-content-tours-item-line:hover {
    color: #009DDC;
    opacity: 0.9;
}

/* .dyna-sitebuild-help-content-tours-item-line-wrap {
    display: table;
}

.dyna-sitebuild-help-content-tours-item-line span {
    height: 2px;
    background: #009DDC;
    display: block;
    margin-top: 10px;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: 100% 0;
    margin-top: 5px;
}

.dyna-sitebuild-help-content-tours-item-line:hover span {
    transform: scaleX(1);
    transform-origin: 0 0;
} */

.dyna-sitebuild-help-content-tours-item-line .fa-caret-right {
    margin-left: 5px;
    font-size: 16px;
    color: #009DDC;
    vertical-align: middle;
}

.dyna-sitebuild-help-tooltip {
    position: fixed;
    right: 25px;
    top: 73px;
    z-index: 1000008;
    max-width: 300px;
    transition: all 0.5s;
}

.dyna-cke-toolbar {
    z-index: 1000008 !important;
}

#dyna-sitebuild-text-color-popup,
.cke_dialog {
    z-index: 1000009 !important;
}

.dyna-sitebuild-help-tooltip-triangle {
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    float: right;
    position: relative;
    top: -10px;
    margin-right: calc(50% - 8px);
    transition: all 0.5s;
}

.dyna-sitebuild-help-tooltip-triangle-left {
    width: 0px;
    height: 0px;
    border-right: 10px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    float: right;
    position: relative;
    top: 80px;
    margin-right: 300px;
    transition: all 0.5s;
}

.dyna-sitebuild-help-tooltip-triangle-right {
    width: 0px;
    height: 0px;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    float: right;
    position: relative;
    top: 80px;
    margin-right: 300px;
    transition: all 0.5s;
}

.dyna-sitebuild-help-tooltip-triangle-bottom {
    width: 0px;
    height: 0px;
    border-top: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    float: right;
    position: relative;
    top: 80px;
    margin-right: 300px;
    transition: all 0.5s;
}

.dyna-sitebuild-help-tooltip-content {
    font-size: 15px;
    color: #20303c;
    padding: 20px;
    font-family: ProximaNova-Regular;
    line-height: 23px;
    letter-spacing: 0;
    -webkit-box-shadow: 0 6px 26px 0 rgba(19, 55, 82, .13);
    box-shadow: 0 6px 26px 0 rgba(19, 55, 82, .13);
    background-color: #fff;
    border-radius: 6px;
}

.yui3-dd-shim {
    z-index: 1000009 !important;
}

.dyna-sitebuild-simulate-click {
    position: fixed;
    left: 500px;
    top: 100px;
    z-index: 1000008;
    transition: all 0.5s;
    width: 18px;
    height: 18px;
    background: rgba(242, 8, 8, 0.8);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-animation: click-blink 1s ease-in-out infinite;
    animation: click-blink 1s ease-in-out infinite;
}

.dyna-sitebuild-simulate-click .fa {
    font-size: 18px;
    display: inline-block;
    margin-top: 8px;
    margin-left: 8px;
}

@-webkit-keyframes dock-ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(75, 190, 236, .95);
        box-shadow: 0 0 0 0 rgba(75, 190, 236, .95);
    }

    100% {
        -webkit-box-shadow: 0 0 0 15px rgba(75, 190, 236, 0);
        box-shadow: 0 0 0 15px rgba(75, 190, 236, 0);
    }
}

@keyframes dock-ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(75, 190, 236, .95);
        box-shadow: 0 0 0 0 rgba(75, 190, 236, .95);
    }

    100% {
        -webkit-box-shadow: 0 0 0 15px rgba(75, 190, 236, 0);
        box-shadow: 0 0 0 15px rgba(75, 190, 236, 0);
    }
}

@-webkit-keyframes click-blink {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(242, 8, 8, 0.95);
        box-shadow: 0 0 0 0 rgba(242, 8, 8, 0.95);
    }

    100% {
        -webkit-box-shadow: 0 0 0 15px rgba(242, 8, 8, 0);
        box-shadow: 0 0 0 15px rgba(242, 8, 8, 0);
    }
}

@keyframes click-blink {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(242, 8, 8, 0.95);
        box-shadow: 0 0 0 0 rgba(242, 8, 8, 0.95);
    }

    100% {
        -webkit-box-shadow: 0 0 0 15px rgba(242, 8, 8, 0);
        box-shadow: 0 0 0 15px rgba(242, 8, 8, 0);
    }
}