.dwd-typed {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.dwd-rotator>.animated {
    display: inline-block;
    visibility: visible;
    opacity: 1;
}

.dwd-typing-background .dwd-typing {
    padding: 2px 10px;
}

.mfp-iframe-scaler.dwd-popup-video .mfp-close {
    top: -60px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 30px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

.dwd-popup-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.mfp-content .et_pb_button_two {
    margin-left: 15px;
}

.mfp-close-btn-in .et_pb_bg_layout_dark .mfp-close {
    color: #fff;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*
.dwd-typing {
    display: inline-block
}*/

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite
}

@keyframes "blink" {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes "blink" {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes "blink" {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#particles-js,
#movingnodes {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

#particles-js canvas,
canvas#movingnodes {
    display: block;
    height: 100%;
    width: 100%;
}

.et_pb_bg_animated {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.dwd-animation {
    opacity: 0
}

.dwd-animation.animated {
    opacity: 1
}

.et_pb_fullwidth_header_scroll span.scroll-down.et-pb-icon.animated.infinite {
    animation-duration: 1.7s;
    animation-delay: 2s;
    animation-iteration-count: infinite
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center .et_pb_fullwidth_logo_image {
    margin: 0 auto;
    padding-bottom: 10px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center .et_pb_fullwidth_logo_image {
    margin: 0;
    padding-bottom: 10px
}

.et_pb_fullwidth_logo_image {
    display: block
}

.et_pb_fullwidth_header {
    overflow: hidden
}

.et_pb_fullwidth_header_scroll.dwd-custom-scroll a .et-pb-icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: inherit;
    speak: none
}

.et_pb_fullwidth_header_scroll.dwd-custom-scroll a .et-pb-icon img {
    height: auto;
    width: 20px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_gradient {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: none;
}

.dwd-kensburn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0) scale(1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -ms-animation: dwdmove 20s ease forwards;
    -webkit-animation: dwdmove 20s ease forwards;
    -0-animation: dwdmove 20s ease forwards;
    -moz-animation: dwdmove 20s ease forwards;
    animation: dwdmove 20s ease forwards;
}

@keyframes dwdmove {
    from {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari and Chrome */
        -o-transform: scale(1.1);
        /* Opera */
        -moz-transform: scale(1.1);
        /* Firefox */
    }
    to {
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        /* IE 9 */
        -webkit-transform: scale(1.3);
        /* Safari and Chrome */
        -o-transform: scale(1.3);
        /* Opera */
        -moz-transform: scale(1.3);
        /* Firefox */
    }
}

h1.textgif {
    color: transparent !important
}

.dwd-fwe.et_pb_fullwidth_header .header-content h1 {
    line-height: 1.3em;
}

.dwd-fwe.et_pb_fullwidth_header p {
    font-size: 14px;
    line-height: 1.7em;
}

.et_pb_search_extended {
    width: 100%
}

.et_pb_search_extended .screen-reader-text {
    display: none
}

.et_pb_search_extended input.et_pb_s,
.et_pb_search_extended .et_pb_searchsubmit {
    margin: 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important
}

.et_pb_search_extended input.et_pb_s::-webkit-input-placeholder {
    color: #666
}

.et_pb_search_extended input.et_pb_s::-moz-placeholder {
    color: #666
}

.et_pb_search_extended input.et_pb_s:-ms-input-placeholder {
    color: #666
}

.et_pb_search_extended input.et_pb_s {
    width: 100%;
    padding-right: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent
}

.et_pb_search_extended .et_pb_searchform {
    position: relative;
    max-width: 500px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .et_pb_search_extended .et_pb_searchform {
    margin-left: 0
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .et_pb_search_extended .et_pb_searchform {
    margin: 0 auto
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_search_extended .et_pb_searchform {
    margin-left: 0
}

.et_pb_search_extended .et_pb_searchsubmit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100% !important;
    background-color: #ddd;
    cursor: pointer
}

.et_pb_search_extended .et_pb_searchsubmit.search-icon-show {
    padding-left: 15px
}

.et_pb_search_extended.et_pb_text_align_left .et_pb_searchsubmit,
.et_pb_search_extended.et_pb_text_align_center .et_pb_searchsubmit {
    right: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px
}

.et_pb_search_extended.et_pb_text_align_right .et_pb_searchsubmit {
    right: auto;
    left: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.et_pb_search_extended.et_pb_text_align_right input.et_pb_s {
    padding-right: 0.7em;
    padding-left: 80px;
    text-align: right
}

.et_pb_search_extended.et_pb_text_align_center input.et_pb_s {
    text-align: center
}

.et_pb_search_extended.et_pb_hide_search_button .et_pb_searchsubmit {
    display: none
}

.et_pb_search_extended.et_pb_hide_search_button input.et_pb_s {
    padding-right: 0.7em !important;
    padding-left: 0.7em !important
}

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s {
    border: 2px solid #fff;
    color: #fff
}

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder {
    color: #fff
}

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder {
    color: #fff
}

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder {
    color: #fff
}

.et_pb_search_extended .et_pb_searchsubmit .dwd_search_icon {
    padding-right: 20px
}

.et_pb_search_extended .et_pb_searchsubmit .dwd_search_icon:before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    left: 10px;
    font-size: 15px;
    content: "\55"
}

.dwd_hide_search_txt .dwd_search_button_txt {
    display: none;
    visibility: hidden
}

.dwd_hide_search_txt .dwd_search_icon {
    padding-right: 0
}

.et_pb_search_extended.dwd_search_button_left .et_pb_searchsubmit {
    right: auto;
    left: 0
}

.et_pb_search_extended.dwd_search_button_left input.et_pb_s {
    padding-right: 0.7em;
    padding-left: 100px
}

.et_pb_search_extended.dwd_hide_search_txt.dwd_search_button_left input.et_pb_s {
    padding-left: 55px
}

.et_pb_search_extended.dwd_search_button_right .et_pb_searchsubmit {
    left: auto;
    right: 0
}

.et_pb_search_extended.et_pb_text_align_right input.et_pb_s {
    padding-right: 0.7em;
    padding-left: 80px;
    text-align: right
}

.et_pb_search_extended.et_pb_bg_layout_dark .et_pb_searchsubmit {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    font-weight: 500
}

.et_pb_fullwidth_header_container.center .et_pb_search_extended {
    margin: 15px auto 0
}

.et_pb_header_description .et_pb_search_extended {
    margin-top: 15px
}

.fancyline.fancyline_after {
    padding-bottom: 0
}

.fancyline.fancyline_after:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px
}

.fancyline.fancyline_before:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px
}

.fancyline_after.fancyline_text_left:after {
    margin: 15px 0 15px
}

.fancyline_after.fancyline_text_center:after {
    margin: 15px auto 15px
}

.fancyline_after.fancyline_text_right:after {
    margin: 15px 0 15px auto
}

.fancyline_before.fancyline_text_left:before {
    margin: 15px 0 15px
}

.fancyline_before.fancyline_text_center:before {
    margin: 15px auto 15px
}

.fancyline_before.fancyline_text_right:before {
    margin: 15px 0 15px auto
}

#lightcase-overlay,
#lightcase-case,
#lightcase-loading,
#lightcase-nav,
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    z-index: 99999 !important
}

.et_pb_bg_layout_dark .fancyline_after.fancyline_text_left:after,
.et_pb_bg_layout_dark .fancyline_after.fancyline_text_center:after,
.et_pb_bg_layout_dark .fancyline_after.fancyline_text_right:after,
.et_pb_bg_layout_dark .fancyline_before.fancyline_text_left:before,
.et_pb_bg_layout_dark .fancyline_before.fancyline_text_center:before,
.et_pb_bg_layout_dark .fancyline_before.fancyline_text_right:before {
    background-color: #fff
}

.et_pb_bg_layout_light .fancyline_after.fancyline_text_left:after,
.et_pb_bg_layout_light .fancyline_after.fancyline_text_center:after,
.et_pb_bg_layout_light .fancyline_after.fancyline_text_right:after,
.et_pb_bg_layout_light .fancyline_before.fancyline_text_left:before,
.et_pb_bg_layout_light .fancyline_before.fancyline_text_center:before,
.et_pb_bg_layout_light .fancyline_before.fancyline_text_right:before {
    background-color: #333
}

@media all and (max-width: 980px) {
    .et_pb_header_description .et_pb_search {
        width: 100%
    }
}

@media all and (max-width: 479px) {
    .et_pb_header_description .et_pb_search {
        width: 100%
    }
}


/* Responsive Styles Smartphone Only */

@media all and (max-width: 767px) {
    .dwd-fwe.et_pb_fullwidth_header.dwd-mobile-fullwidth .et_pb_fullwidth_header_container .header-content a.et_pb_button {
        width: 100%;
        margin-left: 0;
    }
}

.et_pb_text_extender {
    word-wrap: break-word
}

.et_pb_text_extender ul,
.et_pb_text_extender ol {
    padding-bottom: 1em
}

.et_pb_text_extender >:last-child {
    padding-bottom: 0
}
