#ef-frontend-wrapper {
    padding-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

/*#ef-frontend-wrapper .ef-frontend-item {
    margin-bottom: 10px;
}*/

#ef-frontend-wrapper .ef-frontend-item.fa-error input,
#ef-frontend-wrapper .ef-frontend-item.fa-error textarea {
    border-color: red !important;
}

#ef-frontend-wrapper .ef-frontend-item.fa-error .ef-custom-control span {
    background-color: red !important;
}

#ef-frontend-wrapper .ef-frontend-item .ef-custom-control input[type="checkbox"] {
    display: none;
}

#ef-frontend-wrapper .ef-frontend-item .ef-custom-control input[type="checkbox"]+label {
    margin-bottom: 0;
    cursor: pointer;
}

#ef-frontend-wrapper .ef-frontend-item .ef-custom-control input[type="checkbox"]+label span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background-color: #ddd;
    border-radius: .25rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

#ef-frontend-wrapper .ef-frontend-item .ef-custom-control input[type="checkbox"]:checked+label span {
    color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

#ef-frontend-wrapper .ef-frontend-item .ef-custom-control input[type="checkbox"]:indeterminate+label span {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

/*#ef-frontend-wrapper .ef-frontend-item input[type="text"],
#ef-frontend-wrapper .ef-frontend-item input[type="email"],
#ef-frontend-wrapper .ef-frontend-item textarea[name="message"] {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: .5rem .7rem .5rem;
    font-size: 16px;
    line-height: 16px;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

#ef-frontend-wrapper .ef-frontend-item textarea[name="message"] {
    width: 100%;
    height: 150px;
    -webkit-transition: border 0.2s ease-in-out 0.1s;
    -moz-transition: border 0.2s ease-in-out 0.1s;
    -ms-transition: border 0.2s ease-in-out 0.1s;
    -o-transition: border 0.2s ease-in-out 0.1s;
    transition: border 0.2s ease-in-out 0.1s;
}

#ef-frontend-wrapper .ef-frontend-item input.wa-captcha-input {
    display: inline-block;
    max-width: 200px;
}

#ef-frontend-wrapper input[type="submit"] {
    display: inline-block;
    padding: .55rem .9rem .7rem;
    font-size: .6rem;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}*/

#ef-frontend-wrapper .ef-frontend-collapse-item .ef-frontend-collapse-title {
    display: inline-block;
    color: #747474;
    font-size: 12px;
    border-bottom: 1px dashed #747474;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

#ef-frontend-wrapper .ef-frontend-collapse-item .ef-frontend-collapse-title.ef-is-collapsed {
    margin-bottom: 10px;
}

#ef-frontend-wrapper .ef-frontend-collapse-item .ef-frontend-collapse-text {
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    display: block;
    max-height: 0;
    color: #747474;
    background-color: #efefef;
    border: 1px solid #efefef;
    overflow: hidden;
    opacity: 0;
}


/* ----------------------------------------------------------------
 *    Dialog
 * ----------------------------------------------------------------*/

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

#ef-frontend-dialog.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.2);
    text-align: left;
    overflow: auto;
}

#ef-frontend-dialog.dialog .dialog-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(206, 206, 206, 0.82);
}

#ef-frontend-dialog.dialog .dialog-window .dialog-body {
    position: relative;
    min-width: 320px;
    width: 50%;
    margin: 100px auto;
    padding: 1em;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
}

#ef-frontend-dialog.dialog .dialog-window .dialog-body .dialog-buttons {
    position: absolute;
    right: -2em;
    top: -2.5em;
}

#ef-frontend-dialog.dialog .dialog-window .dialog-body .dialog-buttons .ef-icon-close {
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
}

#ef-frontend-dialog.dialog .dialog-window .dialog-body .dialog-buttons .ef-icon-close:before,
#ef-frontend-dialog.dialog .dialog-window .dialog-body .dialog-buttons .ef-icon-close:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 10px;
    width: 26px;
    height: 4px;
    background: #000;
}

#ef-frontend-dialog.dialog .dialog-window .dialog-body .dialog-buttons .ef-icon-close:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#ef-frontend-dialog.dialog .dialog-window .dialog-body .dialog-buttons .ef-icon-close:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* ----------------------------------------------------------------
 *    Loader
 * ----------------------------------------------------------------*/

.landing {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
}

.landing.lazy {
    position: relative;
    height: 2em;
    display: none;
}

.loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6.250em;
    height: 6.250em;
    -webkit-animation: rotate 2.4s linear infinite;
    -moz-animation: rotate 2.4s linear infinite;
    animation: rotate 2.4s linear infinite;
}

.spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    width: 5em;
    height: 2em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.spinner>div {
    display: inline-block;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.landing-els .spinner>div {
    background-color: rgba(0, 0, 0, 0.2);
}

.spinner .bounce1 {
    margin-right: 0.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    margin-right: 0.5em;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 991px) {
    #ef-frontend-wrapper .ef-frontend-item input[type="text"],
    #ef-frontend-wrapper .ef-frontend-item input[type="email"],
    #ef-frontend-wrapper .ef-frontend-item textarea[name="message"] {
        width: 100%;
    }
    #ef-frontend-dialog.dialog .dialog-body .dialog-buttons {
        position: absolute;
        right: 50px;
        top: -50px;
    }
}