/*!CSS for Formloom 3Copyright (c) 2014 Yabdab Inc.https://yabdab.com/plugins/formloom/Published: 2018-04-04 16:52:01 +0000FormLoom v. 3.0.10 (141)*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

.ydfl-wrap {
    padding: 0 20px
}

/* added !important below because Foundation likes to use content-box, and that screws everything up */
.ydfl-forms,
.ydfl-forms * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.ydfl-forms {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 1.231;
    font-weight: 400;
    font-size: 14px;
    color: #626262
}

.ydfl-container {
    background: #fff;
    margin: 50px auto;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.wrap-0 {
    max-width: 952px
}

.wrap-1 {
    max-width: 852px
}

.wrap-2 {
    max-width: 652px
}

.wrap-3 {
    max-width: 452px
}

.ydfl-forms .section {
    margin-bottom: 22px
}

.ydfl-forms .ydfl-link {
    color: #4ebd4a;
    text-decoration: none
}

.ydfl-forms .ydfl-link:hover {
    text-decoration: underline
}

.ydfl-forms .tagline {
    height: 0;
    border-top: 1px solid #CFCFCF;
    text-align: center
}

.ydfl-forms .tagline span {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    background: #fff;
    color: #4ebd4a;
    top: -10px
}

.ydfl-forms .field {
    display: block;
    position: relative
}

.ydfl-forms .field-icon i {
    color: #AAAAAA;
    position: relative
}

.ydfl-forms .field-label {
    display: block;
    margin-bottom: 7px
}

.ydfl-forms .field-label.colm {
    padding-top: 12px
}

.ydfl-forms .field-label em {
    color: #e74c3c;
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 3px
}

.ydfl-forms .form-header {
    overflow: hidden;
    position: relative;
    padding: 25px 30px;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.ydfl-forms .form-header h4 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: 300;
    font-size: 32px;
    padding: 0;
    margin: 0
}

.ydfl-forms .form-header h4 i {
    font-size: 38px;
    position: relative;
    margin-right: 10px;
    top: 2px
}

.ydfl-forms .header-primary {
    background-color: #4ebd4a;
    border-top: 1px solid #A7D065;
    border-bottom: 5px solid #3c9b39
}

.ydfl-forms .header-lite {
    background: #F3F5FA;
    border-top: 1px solid #A7D065;
    border-bottom: 1px solid #D9DDE5
}

.ydfl-forms .header-lite:before {
    content: "";
    background-color: #4ebd4a;
    position: absolute;
    height: 8px;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0
}

.ydfl-forms .header-primary h4 {
    color: #fff
}

.ydfl-forms .header-lite h4 {
    color: #5D6A87;
    padding-top: 5px
}

.ydfl-flat,
.ydfl-flat .form-header {
    -o-border-radius: 0;
    border-radius: 0
}

.ydfl-forms .form-body {
    padding: 40px 30px;
    padding-bottom: 20px
}

.ydfl-forms .form-footer {
    overflow: hidden;
    padding: 20px 25px;
    padding-top: 25px;
    background: #F5F5F5;
    background: #f5f5f5 url(https://paranormal-investigators.com.au/contact/images/foobg.png) top left repeat-x
}

.ydfl-forms input[type=search] {
    -webkit-appearance: textfield
}

.ydfl-forms::-webkit-search-decoration,
.ydfl-forms::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.ydfl-forms input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ydfl-forms input::-webkit-input-placeholder,
.ydfl-forms textarea::-webkit-input-placeholder {
    color: #AAAAAA
}

.ydfl-forms input:focus::-webkit-input-placeholder,
.ydfl-forms textarea:focus::-webkit-input-placeholder {
    color: #D6DBE0
}

.ydfl-forms input:-moz-placeholder,
.ydfl-forms textarea:-moz-placeholder {
    color: #AAAAAA
}

.ydfl-forms input:focus:-moz-placeholder,
.ydfl-forms textarea:focus:-moz-placeholder {
    color: #D6DBE0
}

.ydfl-forms input::-moz-placeholder,
.ydfl-forms textarea::-moz-placeholder {
    color: #AAAAAA;
    opacity: 1
}

.ydfl-forms input:focus::-moz-placeholder,
.ydfl-forms textarea:focus::-moz-placeholder {
    color: #D6DBE0;
    opacity: 1
}

.ydfl-forms input:-ms-input-placeholder,
.ydfl-forms textarea:-ms-input-placeholder {
    color: #AAAAAA
}

.ydfl-forms input:focus:-ms-input-placeholder,
.ydfl-forms textarea:focus:-ms-input-placeholder {
    color: #D6DBE0
}

.ydfl-forms label,
.ydfl-forms input,
.ydfl-forms button,
.ydfl-forms select,
.ydfl-forms textarea {
    margin: 0;
    font-size: 14px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #626262;
    outline: 0
}

.ydfl-forms .gui-input,
.ydfl-forms .gui-textarea,
.ydfl-forms .select>select,
.ydfl-forms input[type=button],
.ydfl-forms input[type=submit],
.ydfl-forms input[type=search],
.ydfl-forms .select-multiple select {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.ydfl-forms input[type=search]::-webkit-search-decoration,
.ydfl-forms input[type=search]::-webkit-search-cancel-button,
.ydfl-forms input[type=search]::-webkit-search-results-button,
.ydfl-forms input[type=search]::-webkit-search-results-decoration {
    display: none
}

.ydfl-forms .switch,
.ydfl-forms .option,
.ydfl-forms .field-label {
    font-size: 14px
}

.ydfl-forms .radio,
.ydfl-forms .button,
.ydfl-forms .checkbox,
.ydfl-forms .select .arrow,
.ydfl-forms .switch>label,
.ydfl-forms .ui-slider .ui-slider-handle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ydfl-forms .radio,
.ydfl-forms .button,
.ydfl-forms .tooltip,
.ydfl-forms .checkbox,
.ydfl-forms .gui-input,
.ydfl-forms .notification,
.ydfl-forms .gui-textarea,
.ydfl-forms .select>select,
.ydfl-forms .select-multiple select {
    /*    -webkit-transition: all .5s ease-in-out;*/
    /*    transition: all .5s ease-in-out;*/
    -o-border-radius: 0;
    border-radius: 0;
    outline: 0
}

.ydfl-forms .select,
.ydfl-forms .gui-input,
.ydfl-forms .gui-textarea,
.ydfl-forms .select>select,
.ydfl-forms .select-multiple select {
    background: #FFFFFF;
    position: relative;
    vertical-align: top;
    border: 1px solid #CFCFCF;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    color: #626262;
    outline: 0;
    height: 42px;
    width: 100%;
    *zoom: 1
}

.ydfl-forms .gui-input,
.ydfl-forms .gui-textarea {
    padding: 10px
}

.ydfl-forms .gui-textarea {
    resize: none;
    line-height: 19px;
    overflow: auto;
    max-width: 100%;
    height: 96px
}

.ydfl-forms .input-hint {
    padding: 10px;
    display: block;
    margin-top: -1px;
    line-height: 16px;
    position: relative;
    background: #F5F5F5;
    border: 1px solid #CFCFCF;
    font-family: Arial, Helvetica, sans-serif;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 11px;
    color: #999
}

.ydfl-forms .select {
    border: 0;
    z-index: 10
}

.ydfl-forms .select>select {
    display: block;
    padding: 9px 10px;
    color: #626262;
    background: #F5F5F5;
    border: 1px solid #CFCFCF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;
    outline: 0;
    text-indent: .01px;
    text-overflow: '';
    z-index: 10;
    margin: 0
}

.ydfl-forms .select>select::-ms-expand {
    display: none
}

.ydfl-forms .select .arrow {
    position: absolute;
    top: 9px;
    right: 4px;
    width: 24px;
    height: 24px;
    color: #9F9F9F;
    pointer-events: none;
    z-index: 16
}

.ydfl-forms .select .arrow:after,
.ydfl-forms .select .arrow:before {
    content: '';
    position: absolute;
    font: 12px Consolas, monospace;
    font-style: normal;
    pointer-events: none;
    display: none\9;
    left: 5px
}

.ydfl-forms .select .arrow:before {
    content: '\25BC';
    bottom: 4px
}

.ydfl-forms .select .double:after {
    content: '\25B2';
    top: -1px
}

.ydfl-forms .select .double:before {
    content: '\25BC';
    bottom: -1px
}

.ydfl-forms .select-multiple select {
    width: 100%;
    height: 123px;
    padding: 10px
}

.ydfl-forms .file {
    display: block;
    width: 100%
}

.ydfl-forms .file .gui-file {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 8px 10px;
    position: absolute;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 11;
    bottom: 0;
    right: 0
}

.ydfl-forms .file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    z-index: 10
}

.ydfl-forms .gui-input:hover,
.ydfl-forms .gui-textarea:hover,
.ydfl-forms .select>select:hover,
.ydfl-forms .select-multiple select:hover,
.ydfl-forms .gui-input:hover~.input-hint,
.ydfl-forms .file .gui-file:hover+.gui-input,
.ydfl-forms .gui-textarea:hover~.input-hint {
    border-color: #6BC868
}

.ydfl-forms .gui-input:focus,
.ydfl-forms .gui-textarea:focus,
.ydfl-forms .select>select:focus,
.ydfl-forms .select-multiple select:focus {
    color: #626262;
    background: #FFFFFF;
    border: 1px solid;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.ydfl-forms .select>select:focus {
    z-index: 10;
    z-index: 20\9
}

.ydfl-forms .gui-textarea:focus {
    /*    height: 120px  REMOVED IN 3.0.3 */
}

.ydfl-forms .select>select:focus {
    z-index: 10;
    z-index: 20\9
}

.ydfl-forms .gui-input:focus~.field-icon i,
.ydfl-forms .gui-textarea:focus~.field-icon i {
    color: #4EBD4A
}

.ydfl-forms .select-multiple select:focus,
.ydfl-forms .gui-input:focus~.input-hint,
.ydfl-forms .gui-textarea:focus~.input-hint,
.ydfl-forms .file .gui-file:focus+.gui-input {
    border-color: #4EBD4A
}

.ydfl-forms .select>select:focus+.arrow {
    color: #4EBD4A
}

.ydfl-forms .option {
    position: relative;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle
}

.ydfl-forms .option>input {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0
}

.ydfl-forms .checkbox,
.ydfl-forms .radio {
    position: relative;
    margin-right: 2px;
    background: #fff;
    display: inline-block;
    border: 3px solid #CFCFCF;
    height: 21px;
    width: 21px;
    top: 4px
}

.ydfl-forms .checkbox:before,
.ydfl-forms .radio:before {
    content: '';
    display: none
}

.ydfl-forms input:checked+.checkbox:before,
.ydfl-forms input:checked+.radio:before {
    display: block
}

.ydfl-forms .checkbox:before {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 6px;
    height: 3px;
    border: solid #4ebd4a;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ydfl-forms input:checked+.checkbox,
.ydfl-forms input:checked+.radio {
    border: 3px solid #4ebd4a
}

.ydfl-forms .radio {
    -o-border-radius: 20px;
    border-radius: 20px
}

.ydfl-forms .radio:before {
    margin: 4px;
    width: 7px;
    height: 7px;
    background: #4ebd4a;
    -o-border-radius: 10px;
    border-radius: 10px
}

.ydfl-forms input:hover+.checkbox,
.ydfl-forms input:hover+.radio {
    border-color: #6BC868
}

.ydfl-forms input:focus+.checkbox,
.ydfl-forms input:focus+.radio {
    border-color: #4ebd4a
}

.ydfl-forms input:focus+.radio:before {
    background: #4ebd4a
}

.ydfl-forms input:focus+.checkbox:before {
    border-color: #4ebd4a
}

.ydfl-forms .switch {
    position: relative;
    padding-right: 10px;
    padding-bottom: 5px;
    display: inline-block;
    cursor: pointer
}

.ydfl-forms .switch>label {
    display: inline-block;
    position: relative;
    height: 25px;
    width: 58px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    background: #D7D7D7;
    border: 2px solid #D7D7D7;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.ydfl-forms .switch>label+span {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: -7px
}

.ydfl-forms .switch>label:before {
    content: attr(data-off);
    position: absolute;
    top: 1px;
    right: 3px;
    width: 33px
}

.ydfl-forms .switch>label:after {
    content: "";
    margin: 1px;
    width: 19px;
    height: 19px;
    display: block;
    background: #fff
}

.ydfl-forms .switch>input {
    -webkit-appearance: none;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    left: 0;
    top: 0
}

.ydfl-forms .switch>input:focus {
    outline: 0
}

.ydfl-forms .switch>input:focus+label {
    color: #fff;
    border-color: #C7C7C7;
    background: #C7C7C7
}

.ydfl-forms .switch>input:focus+label:after {
    background: #fff
}

.ydfl-forms .switch>input:checked+label {
    border-color: #4ebd4a;
    background: #4ebd4a;
    padding-left: 33px;
    color: #fff
}

.ydfl-forms .switch>input:checked+label:before {
    content: attr(data-on);
    left: 1px;
    top: 1px
}

.ydfl-forms .switch>input:checked+label:after {
    margin: 1px;
    width: 19px;
    height: 19px;
    background: #fff
}

.ydfl-forms .switch>input:checked:focus+label {
    background: #3c9b39;
    border-color: #3c9b39
}

.ydfl-forms .switch-round>label {
    -o-border-radius: 13px;
    border-radius: 13px
}

.ydfl-forms .switch-round>label+span {
    top: -2px
}

.ydfl-forms .switch-round>label:before {
    width: 33px
}

.ydfl-forms .switch-round>label:after {
    width: 19px;
    color: #D7D7D7;
    content: "\2022";
    font: 20px/20px Times, Serif;
    -o-border-radius: 13px;
    border-radius: 13px
}

.ydfl-forms .switch-round>input:checked+label {
    padding-left: 33px
}

.ydfl-forms .switch-round>input:checked+label:after {
    color: #4ebd4a
}

.ydfl-forms .button {
    border: 0;
    height: 42px;
    color: #243140;
    line-height: 1;
    font-size: 15px;
    cursor: pointer;
    padding: 0 18px;
    text-align: center;
    vertical-align: top;
    background: #DBDBDB;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255, 255, 255, .2)
}

.ydfl-forms .button:hover {
    color: #243140;
    background: #E8E8E8
}

.ydfl-forms .button:active {
    color: #1d2938;
    background: #C4C4C4
}

.ydfl-forms a.button,
.ydfl-forms span.button,
.ydfl-forms label.button {
    line-height: 42px;
    text-decoration: none
}

.ydfl-forms .button i {
    font-size: 14px
}

.ydfl-forms .button-list .button {
    margin-bottom: 5px
}

.ydfl-forms .btn-primary {
    background-color: #4ebd4a
}

.ydfl-forms .btn-primary:hover,
.ydfl-forms .btn-primary:focus {
    background-color: #6bc868
}

.ydfl-forms .btn-primary:active {
    background-color: #3c9b39
}

.ydfl-forms .btn-primary,
.ydfl-forms .btn-primary:hover,
.ydfl-forms .btn-primary:focus,
.ydfl-forms .btn-primary:active {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .08)
}

.ydfl-forms .btn-rounded {
    -o-border-radius: 22px;
    border-radius: 22px
}

.ydfl-forms .button-left,
.ydfl-forms .button-right {
    position: relative;
    z-index: 9
}

.ydfl-forms .button-left:before,
.ydfl-forms .button-right:before {
    content: '';
    z-index: -1;
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: inherit;
    border-color: inherit;
    border: none;
    top: 5px
}

.ydfl-forms .button-left {
    border-left-width: 0;
    padding: 0 18px 0 7px;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-left: 20px
}

.ydfl-forms .button-left:before {
    left: -15px;
    -o-border-radius: 2px 5px 0;
    border-radius: 2px 5px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ydfl-forms .button-right {
    padding: 0 7px 0 18px;
    border-right-width: 0;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    margin-right: 20px
}

.ydfl-forms .button-right:before {
    right: -15px;
    -o-border-radius: 5px 2px 5px 0;
    border-radius: 5px 2px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ydfl-forms .btn-pointed.button-left,
.ydfl-forms .btn-pointed.button-right {
    -o-border-radius: 22px;
    border-radius: 22px
}

.ydfl-forms .btn-rounded.button-left {
    -o-border-radius: 0 22px 22px 0;
    border-radius: 0 22px 22px 0
}

.ydfl-forms .btn-rounded.button-right {
    -o-border-radius: 22px 0 0 22px;
    border-radius: 22px 0 0 22px
}

.ydfl-forms .pushed {
    -webkit-box-shadow: inset 0 -.3em 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 -.3em 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 -.3em 0 rgba(0, 0, 0, .2);
    position: relative
}

.ydfl-forms .pushed:active {
    -webkit-box-shadow: inset 0 -.15em 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 -.15em 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 -.15em 0 rgba(0, 0, 0, .2);
    top: 2px
}

.ydfl-forms .pushed.button-left:before {
    -webkit-box-shadow: inset .35em 0 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset .35em 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset .35em 0 0 rgba(0, 0, 0, .2)
}

.ydfl-forms .pushed:active.button-left:before {
    -webkit-box-shadow: inset .2em 0 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset .2em 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset .2em 0 0 rgba(0, 0, 0, .2)
}

.ydfl-forms .pushed.button-right:before {
    -webkit-box-shadow: inset -.35em 0 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset -.35em 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset -.35em 0 0 rgba(0, 0, 0, .2)
}

.ydfl-forms .pushed:active.button-right:before {
    -webkit-box-shadow: inset -.2em 0 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset -.2em 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset -.2em 0 0 rgba(0, 0, 0, .2)
}

.ydfl-forms .form-footer .button {
    margin-right: 10px;
    margin-bottom: 5px
}

.ydfl-forms .align-right .button {
    margin-right: 0;
    margin-left: 10px
}

.ydfl-forms .twitter,
.ydfl-forms .twitter:hover,
.ydfl-forms .twitter:focus,
.ydfl-forms .facebook,
.ydfl-forms .facebook:hover,
.ydfl-forms .facebook:focus,
.ydfl-forms .googleplus,
.ydfl-forms .googleplus:hover,
.ydfl-forms .googleplus:focus {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .08)
}

.ydfl-forms .facebook {
    background-color: #3b5998
}

.ydfl-forms .twitter {
    background-color: #00acee
}

.ydfl-forms .googleplus {
    background-color: #dd4b39
}

.ydfl-forms .facebook:hover,
.ydfl-forms .facebook:focus {
    background-color: #25385F
}

.ydfl-forms .twitter:hover,
.ydfl-forms .twitter:focus {
    background-color: #00749F
}

.ydfl-forms .googleplus:hover,
.ydfl-forms .googleplus:focus {
    background-color: #8D2418
}

.ydfl-forms .span-left {
    padding-left: 52px;
    text-align: left
}

.ydfl-forms .btn-social {
    position: relative;
    margin-bottom: 5px
}

.ydfl-forms .btn-social i {
    font-size: 22px;
    position: relative;
    top: 2px
}

.ydfl-forms .btn-social span {
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 42px;
    left: 0
}

.ydfl-forms .twitter span {
    background-color: #009AD5
}

.ydfl-forms .facebook span {
    background-color: #31497D
}

.ydfl-forms .googleplus span {
    background-color: #C03121
}

.ydfl-forms .rating {
    overflow: hidden
}

.ydfl-forms .rating.block {
    display: block;
    margin: 10px 0;
    width: 110px;
}

.ydfl-forms .rating label {
    color: #A2A6A8
}

.ydfl-forms .rating label i {
    font-size: 17px;
    text-align: center;
    color: inherit
}

.ydfl-forms .rating label span {
    font: 22px/22px Times, Serif
}

.ydfl-forms .rating-star {
    margin-left: 4px
}

.ydfl-forms .rating-input {
    position: absolute;
    left: -9999px;
    top: auto
}

.ydfl-forms .rating:hover .rating-star:hover,
.ydfl-forms .rating:hover .rating-star:hover~.rating-star,
.ydfl-forms .rating-input:checked~.rating-star {
    color: #4ebd4a
}

.ydfl-forms .rating-star,
.ydfl-forms .rating:hover .rating-star {
    width: 18px;
    float: right;
    display: block;
    cursor: pointer;
    color: #A2A6A8
}

.ydfl-forms .ydfl-widget,
.ydfl-forms .append-picker-icon,
.ydfl-forms .prepend-picker-icon {
    position: relative;
    display: block
}

.ydfl-forms .ydfl-widget .field input,
.ydfl-forms .append-picker-icon input,
.ydfl-forms .prepend-picker-icon input {
    width: 100%
}

.ydfl-forms .append-picker-icon button,
.ydfl-forms .prepend-picker-icon button,
.ydfl-forms .ydfl-widget .button {
    border: 1px solid #CFCFCF;
    background: #F5F5F5;
    position: absolute;
    cursor: pointer;
    color: #626262;
    height: 42px;
    top: 0
}

.ydfl-forms .sm-right .button,
.ydfl-forms .append-picker-icon button {
    border-left: 0
}

.ydfl-forms .sm-left .button,
.ydfl-forms .prepend-picker-icon button {
    border-right: 0
}

.ydfl-forms .sm-left .button,
.ydfl-forms .prepend-picker-icon button {
    left: 0
}

.ydfl-forms .sm-right .button,
.ydfl-forms .append-picker-icon button {
    right: 0
}

.ydfl-forms .sml-50,
.ydfl-forms .prepend-picker-icon {
    padding-left: 50px
}

.ydfl-forms .sml-50 .button,
.ydfl-forms .prepend-picker-icon button {
    width: 50px
}

.ydfl-forms .sml-80 {
    padding-left: 80px
}

.ydfl-forms .sml-80 .button {
    width: 80px
}

.ydfl-forms .sml-120 {
    padding-left: 120px
}

.ydfl-forms .sml-120 .button {
    width: 120px
}

.ydfl-forms .smr-50,
.ydfl-forms .append-picker-icon {
    padding-right: 50px
}

.ydfl-forms .smr-50 .button,
.ydfl-forms .append-picker-icon button {
    width: 50px
}

.ydfl-forms .smr-80 {
    padding-right: 80px
}

.ydfl-forms .smr-80 .button {
    width: 80px
}

.ydfl-forms .smr-120 {
    padding-right: 120px
}

.ydfl-forms .smr-120 .button {
    width: 120px
}

.ydfl-forms .append-icon,
.ydfl-forms .prepend-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%
}

.ydfl-forms .append-icon .field-icon,
.ydfl-forms .prepend-icon .field-icon {
    top: 0;
    z-index: 4;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 42px;
    position: absolute;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    pointer-events: none
}

.ydfl-forms .append-icon .field-icon i,
.ydfl-forms .prepend-icon .field-icon i {
    position: relative;
    font-size: 14px
}

.ydfl-forms .prepend-icon .field-icon {
    left: 0
}

.ydfl-forms .append-icon .field-icon {
    right: 0
}

.ydfl-forms .prepend-icon>input,
.ydfl-forms .prepend-icon>textarea {
    padding-left: 36px
}

.ydfl-forms .append-icon>input,
.ydfl-forms .append-icon>textarea {
    padding-right: 36px;
    padding-left: 10px
}

.ydfl-forms .append-icon>textarea {
    padding-right: 36px
}

.ydfl-forms .tooltip {
    position: absolute;
    z-index: -1;
    opacity: 0;
    color: #fff;
    width: 184px;
    left: -9999px;
    top: auto;
    font-size: 11px;
    font-weight: 400;
    background: #333;
    -webkit-transition: margin .6s, opacity .6s;
    transition: margin .6s, opacity .6s
}

.ydfl-forms .tooltip>em {
    padding: 12px;
    font-style: normal;
    display: block;
    position: static
}

.ydfl-forms .tooltip:after {
    content: '';
    position: absolute
}

.ydfl-forms .gui-input:focus+.tooltip,
.ydfl-forms .gui-textarea:focus+.tooltip {
    opacity: 1;
    z-index: 999
}

.ydfl-forms .tip-left {
    top: 1px;
    margin-right: -20px
}

.ydfl-forms .tip-left:after {
    top: 12px;
    left: 100%;
    border-left: 8px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.ydfl-forms .gui-input:focus+.tip-left,
.ydfl-forms .gui-textarea:focus+.tip-left {
    margin-right: 5px;
    right: 100%;
    left: auto
}

.ydfl-forms .tip-right {
    top: 1px;
    margin-left: -20px
}

.ydfl-forms .tip-right:after {
    top: 12px;
    right: 100%;
    border-right: 8px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.ydfl-forms .gui-input:focus+.tip-right,
.ydfl-forms .gui-textarea:focus+.tip-right {
    left: 100%;
    margin-left: 5px
}

.ydfl-forms .tip-right-top {
    bottom: 100%;
    margin-bottom: -20px
}

.ydfl-forms .tip-right-top:after {
    top: 100%;
    right: 12px;
    border-top: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.ydfl-forms .gui-input:focus+.tip-right-top,
.ydfl-forms .gui-textarea:focus+.tip-right-top {
    right: 0;
    left: auto;
    margin-bottom: 10px
}

.ydfl-forms .tip-left-top {
    bottom: 100%;
    margin-bottom: -20px
}

.ydfl-forms .tip-left-top:after {
    top: 100%;
    left: 12px;
    border-top: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.ydfl-forms .gui-input:focus+.tip-left-top,
.ydfl-forms .gui-textarea:focus+.tip-left-top {
    left: 0;
    right: auto;
    margin-bottom: 10px
}

.ydfl-forms .tip-right-bottom {
    top: 100%;
    margin-top: -20px
}

.ydfl-forms .tip-right-bottom:after {
    right: 12px;
    bottom: 100%;
    border-bottom: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.ydfl-forms .gui-input:focus+.tip-right-bottom,
.ydfl-forms .gui-textarea:focus+.tip-right-bottom {
    margin-top: 10px;
    left: auto;
    right: 0
}

.ydfl-forms .tip-left-bottom {
    top: 100%;
    margin-top: -20px
}

.ydfl-forms .tip-left-bottom:after {
    left: 12px;
    bottom: 100%;
    border-bottom: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.ydfl-forms .gui-input:focus+.tip-left-bottom,
.ydfl-forms .gui-textarea:focus+.tip-left-bottom {
    margin-top: 10px;
    right: auto;
    left: 0
}

.ydfl-forms .ydfl-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.ydfl-forms .ydfl-list li {
    margin-bottom: 20px
}

.ydfl-forms .form-msg {
    display: none
}

.ydfl-forms .notification {
    color: #444;
    padding: 15px;
    position: relative;
    border-radius: 3px;
}

.ydfl-forms .notification p {
    margin: 0;
    padding: 0 15px;
    padding-left: 5px;
    line-height: normal
}

.ydfl-forms .notification .close-btn {
    margin-top: -7px;
    padding: inherit;
    position: absolute;
    text-decoration: none;
    font: 700 20px/20px Arial, sans-serif;
    opacity: .65;
    color: inherit;
    display: block;
    right: 1px;
    top: 14%
}

.ydfl-forms .notification .close-btn:hover {
    opacity: 1
}

.ydfl-forms .alert-info {
    color: #163161;
    background-color: #cfe6fc
}

.ydfl-forms .alert-success {
    color: #363;
    background-color: #d2f7ad
}

.ydfl-forms .alert-warning {
    color: #C60;
    background-color: #fae7a2
}

.ydfl-forms .alert-error {
    color: #900;
    background-color: #FBDBCF
}

.ydfl-forms .button[disabled],
.ydfl-forms .state-disabled .button,
.ydfl-forms input[disabled]+.radio,
.ydfl-forms input[disabled]+.checkbox,
.ydfl-forms .switch>input[disabled]+label {
    cursor: default;
    opacity: .5
}

.ydfl-forms .gui-input[disabled],
.ydfl-forms .gui-textarea[disabled],
.ydfl-forms .select>select[disabled],
.ydfl-forms .select-multiple select[disabled],
.ydfl-forms .gui-input[disabled]~.input-hint,
.ydfl-forms .file .gui-file[disabled]+.gui-input,
.ydfl-forms .file .gui-file[disabled]:hover+.gui-input,
.ydfl-forms .gui-textarea[disabled]~.input-hint {
    background-color: #f4f6f6;
    border-color: #d5dbdb !important;
    cursor: default;
    color: #d5dbdb;
    opacity: .7
}

.ydfl-forms input[disabled]~.field-icon i,
.ydfl-forms textarea[disabled]~.field-icon i,
.ydfl-forms .select>select[disabled]+.arrow {
    opacity: .4
}

.ui-datepicker {
    width: 18em;
    margin-top: 8px;
    display: none;
    background: #fff;
    position: relative;
    font: 14px/1.55 Roboto, Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border: 1px solid #CFCFCF;
    z-index: 9999 !important;
    text-align: center;
    color: #666
}

.ui-datepicker a {
    color: #404040;
    text-align: center
}

.ui-datepicker .ui-state-disabled span {
    color: #DBDBDB
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    background: #F5F5F5;
    border-bottom: 1px solid #CFCFCF;
    line-height: 27px;
    font-size: 15px;
    padding: 10px
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 34px;
    height: 34px;
    display: block;
    font-size: 14px;
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    color: #4ebd4a;
    top: 20.5%
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color: #4ebd4a
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    margin: 0 0 .4em;
    border-collapse: collapse
}

.ui-datepicker th {
    padding: .5em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 2px 5px
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: .25em;
    display: block;
    text-align: center;
    text-decoration: none
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
    background: #F5F5F5
}

.ui-datepicker .ui-state-disabled span:hover {
    background: 0 0
}

.ui-datepicker-today a,
.ui-datepicker-today a:hover,
.ui-datepicker .ui-state-highlight {
    font-weight: 700;
    background: #4ebd4a !important;
    color: #fff
}

.cal-widget .ui-datepicker {
    width: 100%;
    margin-top: 0
}

.cal-widget .ui-datepicker:before {
    display: none
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.333%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-buttonpane {
    border-top: 1px solid #CFCFCF;
    padding: 10px
}

.ui-datepicker-buttonpane button {
    padding: 8px 12px;
    margin-right: .2em;
    position: relative;
    line-height: normal;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255, 255, 255, .2);
    vertical-align: middle;
    background: #DBDBDB;
    text-align: center;
    overflow: visible;
    cursor: pointer;
    color: #243140;
    border: 0
}

.ui-datepicker-buttonpane button:hover {
    color: #243140;
    background: #E8E8E8
}

.ui-datepicker-buttonpane button:active {
    color: #1d2938;
    background: #C4C4C4
}

.ui-monthpicker .ui-datepicker-header {
    margin-bottom: 3px
}

.ydfl-forms .slider-wrapper,
.ydfl-forms .sliderv-wrapper {
    background: #E5E5E5;
    position: relative
}

.ydfl-forms .ui-slider {
    position: relative;
    text-align: left
}

.ydfl-forms .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.5em;
    height: 1.5em;
    cursor: default;
    background: #fff;
    border: 3px solid #4ebd4a;
    -o-border-radius: 20px;
    border-radius: 20px;
    -ms-touch-action: none;
    touch-action: none;
    margin-top: -3px;
    outline: 0
}

.ydfl-forms .ui-slider .ui-slider-handle:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    background-color: #4ebd4a;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: 2;
    left: 4px;
    top: 4px
}

.ydfl-forms .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #4ebd4a
}

.ydfl-forms .ui-slider.ui-state-disabled .ui-slider-handle,
.ydfl-forms .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ydfl-forms .ui-slider-horizontal {
    height: .5em
}

.ydfl-forms .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ydfl-forms .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ydfl-forms .ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ydfl-forms .ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ydfl-forms .ui-slider-vertical,
.ydfl-forms .sliderv-wrapper {
    width: .5em;
    height: 100px
}

.ydfl-forms .ui-slider-vertical .ui-slider-handle {
    left: -.45em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ydfl-forms .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ydfl-forms .ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ydfl-forms .ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ydfl-forms .slider-input {
    color: #f6931f !important;
    border: 0;
    background: 0 0
}

.ydfl-forms .slider-group .sliderv-wrapper {
    height: 150px;
    float: left;
    margin: 15px
}

.ydfl-forms .ui-slider .ui-state-active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.ydfl-forms .slider-tip {
    display: block;
    position: absolute;
    text-align: center;
    font: 10pt Tahoma, Arial, sans-serif;
    background: #333;
    padding: 10px;
    color: #fff
}

.ydfl-forms .slider-wrapper .slider-tip {
    top: -50px;
    left: -15px
}

.ydfl-forms .slider-wrapper .slider-tip:after {
    content: '';
    position: absolute;
    top: 98%;
    left: 35%;
    border-top: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.ydfl-forms .sliderv-wrapper .slider-tip {
    left: 30px;
    top: -12px
}

.ydfl-forms .sliderv-wrapper .slider-tip:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 98%;
    border-right: 8px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.ydfl-forms .yellow-slider .ui-slider .ui-slider-handle {
    border-color: #faa226
}

.ydfl-forms .yellow-slider .ui-slider .ui-slider-handle:before,
.ydfl-forms .yellow-slider .ui-slider .ui-slider-range {
    background-color: #faa226
}

.ydfl-forms .red-slider .ui-slider .ui-slider-handle {
    border-color: #ee4f3d
}

.ydfl-forms .red-slider .ui-slider .ui-slider-handle:before,
.ydfl-forms .red-slider .ui-slider .ui-slider-range {
    background-color: #ee4f3d
}

.ydfl-forms .purple-slider .ui-slider .ui-slider-handle {
    border-color: #9464e2
}

.ydfl-forms .purple-slider .ui-slider .ui-slider-handle:before,
.ydfl-forms .purple-slider .ui-slider .ui-slider-range {
    background-color: #9464e2
}

.ydfl-forms .blue-slider .ui-slider .ui-slider-handle {
    border-color: #00acee
}

.ydfl-forms .blue-slider .ui-slider .ui-slider-handle:before,
.ydfl-forms .blue-slider .ui-slider .ui-slider-range {
    background-color: #00acee
}

.ydfl-forms .black-slider .ui-slider .ui-slider-handle {
    border-color: #505558
}

.ydfl-forms .black-slider .ui-slider .ui-slider-handle:before,
.ydfl-forms .black-slider .ui-slider .ui-slider-range {
    background-color: #505558
}

.ydfl-forms .green-slider .ui-slider .ui-slider-handle {
    border-color: #0E993C
}

.ydfl-forms .green-slider .ui-slider .ui-slider-handle:before,
.ydfl-forms .green-slider .ui-slider .ui-slider-range {
    background-color: #0E993C
}

.ui-timepicker-div .ui-widget-header {
    position: relative;
    background: #F5F5F5;
    line-height: 27px;
    font-size: 15px;
    padding: 10px
}

.ui-timepicker-div dl {
    text-align: left;
    border: 1px solid #CFCFCF;
    border-width: 1px 0 0;
    padding: 15px 10px;
    margin: 0
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px
}

.ui-timepicker-div dl dd {
    margin: 0 10px 20px 40%
}

.ui-timepicker-div dl .ui_tpicker_hour,
.ui-timepicker-div dl .ui_tpicker_minute,
.ui-timepicker-div dl .ui_tpicker_second,
.ui-timepicker-div dl .ui_tpicker_millisec {
    background: #E5E5E5;
    position: relative;
    top: 6px
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.ui-timepicker-rtl {
    direction: rtl
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0
}

.ui-timepicker-rtl dl dt {
    float: right;
    clear: right
}

.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px
}

.ydfl-forms .progress-section {
    display: none
}

.ydfl-forms .progress-bar {
    position: relative;
    background: #E5E5E5
}

.ydfl-forms .progress-bar .percent {
    position: absolute;
    display: inline-block;
    top: -3px;
    right: -24px;
    font-size: 9px;
    color: #93A2AA
}

.ydfl-forms .progress-bar>.bar {
    width: 60%;
    height: 7px;
    display: block;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-color: #bdc3c7
}

.ydfl-forms .bar-primary>.bar {
    background-color: #4ebd4a
}

.ydfl-forms .bar-blue>.bar {
    background-color: #00acee
}

.ydfl-forms .bar-black>.bar {
    background-color: #505558
}

.ydfl-forms .bar-green>.bar {
    background-color: #0E993C
}

.ydfl-forms .bar-purple>.bar {
    background-color: #9464e2
}

.ydfl-forms .bar-red>.bar {
    background-color: #ee4f3d
}

.ydfl-forms .bar-yellow>.bar {
    background-color: #faa226
}

.ydfl-forms .ui-slider .ui-slider-range,
.ydfl-forms .progress>button[type=submit],
.ydfl-forms .progress>button[type=submit]:hover,
.ydfl-forms .progress-bar>.bar {
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-image: -webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, .3)25%, rgba(255, 255, 255, .3)50%, transparent 50%, transparent 75%, rgba(255, 255, 255, .3)75%, rgba(255, 255, 255, .3));
    background-image: -webkit-gradient(linear, left top, right bottom, from(transparent), color-stop(25%, transparent), color-stop(25%, rgba(255, 255, 255, .3)), color-stop(50%, rgba(255, 255, 255, .3)), color-stop(50%, transparent), color-stop(75%, transparent), color-stop(75%, rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .3)));
    background-image: -webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, .3)25%, rgba(255, 255, 255, .3)50%, transparent 50%, transparent 75%, rgba(255, 255, 255, .3)75%, rgba(255, 255, 255, .3));
    background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255, 255, 255, .3)25%, rgba(255, 255, 255, .3)50%, transparent 50%, transparent 75%, rgba(255, 255, 255, .3)75%, rgba(255, 255, 255, .3))
}

.ydfl-forms .progress>button[type=submit],
.ydfl-forms .progress>button[type=submit]:hover,
.ydfl-forms .progress-animated>.bar {
    -webkit-animation: sfprogress .6s linear infinite;
    animation: sfprogress .6s linear infinite
}

.ydfl-forms .progress>button[type=submit]:hover {
    cursor: wait
}

@-webkit-keyframes sfprogress {
    from {
        background-position: 0 0
    }

    to {
        background-position: -16px 0
    }
}

@keyframes sfprogress {
    from {
        background-position: 0 0
    }

    to {
        background-position: -16px 0
    }
}

.ydfl-forms .map-container {
    padding: 10px;
    border: 1px solid #CFCFCF
}

.ydfl-forms #map_canvas {
    width: 100%;
    height: 300px;
    overflow: hidden
}

.ydfl-forms .block {
    display: block
}

.ydfl-forms .frm-row {
    margin: 0 -10px
}

.ydfl-forms .slider-group:before,
.ydfl-forms .slider-group:after,
.ydfl-forms .frm-row:before,
.ydfl-forms .frm-row:after {
    display: table;
    content: "";
    line-height: 0
}

.ydfl-forms .slider-group:after,
.ydfl-forms .frm-row:after {
    clear: both
}

.ydfl-forms .frm-row .colm {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left
}

.ydfl-forms .frm-row .colm1 {
    width: 8.33%
}

.ydfl-forms .frm-row .colm2 {
    width: 16.66%
}

.ydfl-forms .frm-row .colm3 {
    width: 25%
}

.ydfl-forms .frm-row .colm4 {
    width: 33.33%
}

.ydfl-forms .frm-row .colm5 {
    width: 41.66%
}

.ydfl-forms .frm-row .colm6 {
    width: 50%
}

.ydfl-forms .frm-row .colm7 {
    width: 58.33%
}

.ydfl-forms .frm-row .colm8 {
    width: 66.66%
}

.ydfl-forms .frm-row .colm9 {
    width: 75%
}

.ydfl-forms .frm-row .colm10 {
    width: 83.33%
}

.ydfl-forms .frm-row .colm11 {
    width: 91.66%
}

.ydfl-forms .frm-row .colm12 {
    width: 100%
}

.ydfl-forms .frm-row .colm1-5 {
    width: 20%
}

.ydfl-forms .frm-row .colm1-8 {
    width: 12.5%
}

.ydfl-forms .spacer {
    border-top: 1px solid #CFCFCF;
    display: block;
    height: 0
}

.ydfl-forms .spacer-t10 {
    margin-top: 10px
}

.ydfl-forms .spacer-b10 {
    margin-bottom: 10px
}

.ydfl-forms .spacer-t15 {
    margin-top: 15p
}

.ydfl-forms .spacer-b15 {
    margin-bottom: 15px
}

.ydfl-forms .spacer-t20 {
    margin-top: 20px
}

.ydfl-forms .spacer-b20 {
    margin-bottom: 20px
}

.ydfl-forms .spacer-t25 {
    margin-top: 25px
}

.ydfl-forms .spacer-b25 {
    margin-bottom: 25px
}

.ydfl-forms .spacer-t30 {
    margin-top: 30px
}

.ydfl-forms .spacer-b30 {
    margin-bottom: 30px
}

.ydfl-forms .spacer-t40 {
    margin-top: 40px
}

.ydfl-forms .spacer-b40 {
    margin-bottom: 40px
}

.ydfl-forms .frm-row .pad-l10 {
    padding-left: 10px
}

.ydfl-forms .frm-row .pad-r10 {
    padding-right: 10px
}

.ydfl-forms .frm-row .pad-l20 {
    padding-left: 20px
}

.ydfl-forms .frm-row .pad-r20 {
    padding-right: 20px
}

.ydfl-forms .frm-row .pad-l30 {
    padding-left: 30px
}

.ydfl-forms .frm-row .pad-r30 {
    padding-right: 30px
}

.ydfl-forms .frm-row .pad-l40 {
    padding-left: 40px
}

.ydfl-forms .frm-row .pad-r40 {
    padding-right: 40px
}

.ydfl-forms .bdl {
    border-left: 1px solid #CFCFCF
}

.ydfl-forms .bdr {
    border-right: 1px solid #CFCFCF
}

.ydfl-forms .fine-grey {
    color: #999
}

.ydfl-forms .small-text {
    font-size: 11px;
    font-style: normal
}

.ydfl-forms .text-align {
    height: 42px;
    line-height: 42px
}

.ydfl-forms .align-right {
    text-align: right
}

.ydfl-forms .align-center {
    text-align: center
}

.ydfl-forms .price-box {
    padding: 30px;
    text-align: center;
    position: relative;
    border: 1px solid #CFCFCF;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .05)
}

.ydfl-forms .price-box p {
    line-height: 1.5em;
    color: #526066;
    margin-bottom: 0
}

.ydfl-forms .price-box h5 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    font-size: 15px;
    color: #B0B2B9;
    letter-spacing: 2px
}

.ydfl-forms .price-box h4 {
    font-size: 60px;
    font-weight: 300;
    margin: 0;
    color: #626262
}

.ydfl-forms .selected-box h4 {
    color: #4ebd4a
}

.ydfl-forms .price-box h4 sup {
    position: relative;
    font-size: 30px;
    vertical-align: top;
    top: 15px
}

.ydfl-forms .price-box h4 .per-month {
    font-size: 14px
}

.ydfl-forms .expand {
    height: 50px;
    line-height: 50px !important;
    border-radius: 3px
}

.ydfl-forms .ribbon,
.ydfl-forms .ribbon-large {
    width: 75px;
    height: 78px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 1
}

.ydfl-forms .ribbon-inner {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #4ebd4a;
    letter-spacing: 4px;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 0;
    width: 100px;
    color: #fff;
    z-index: 1;
    left: 3px;
    top: 6px
}

.ydfl-forms .ribbon-inner:before,
.ydfl-forms .ribbon-inner:after {
    content: "";
    border-top: 3px solid #3c9b39;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px
}

.ydfl-forms .ribbon-inner:before {
    left: 0
}

.ydfl-forms .ribbon-inner:after {
    right: 0
}

.ydfl-forms .ribbon-large {
    width: 115px;
    height: 118px
}

.ydfl-forms .ribbon-large .ribbon-inner {
    width: 160px;
    left: -8px;
    top: 28px
}

.ydfl-forms .sfcode {
    padding-left: 24px
}

.ydfl-forms .captcode {
    padding: 0;
    position: relative
}

.ydfl-forms .captcode img {
    position: relative;
    top: 1px
}

.ydfl-forms .refresh-captcha {
    position: absolute;
    background: #4EBD4A;
    border: 3px solid #3C9B39;
    -o-border-radius: 30px;
    border-radius: 30px;
    right: -15px;
    height: 32px;
    width: 32px;
    top: 4px
}

.ydfl-forms .refresh-captcha i {
    position: absolute;
    text-align: center;
    line-height: 26px;
    font-size: 17px;
    color: #fff;
    left: 24%
}

.ydfl-forms .refresh-black {
    background: #505558;
    border-color: #333
}

.ydfl-forms .refresh-blue {
    background: #00acee;
    border-color: #0087bb
}

.ydfl-forms .refresh-green {
    background: #0E993C;
    border-color: #0B792F
}

.ydfl-forms .refresh-purple {
    background: #9464e2;
    border-color: #7639da
}

.ydfl-forms .refresh-red {
    background: #ee4f3d;
    border-color: #e42914
}

.ydfl-forms .refresh-yellow {
    background: #faa226;
    border-color: #e88a05
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    .ydfl-forms .option,
    .ydfl-forms .rating,
    .ydfl-forms .switch,
    .ydfl-forms .captcode {
        -webkit-animation: bugfix infinite 1s
    }

    @-webkit-keyframes bugfix {
        from {
            padding: 0
        }

        to {
            padding: 0
        }
    }

    .ydfl-forms .switch {
        margin-right: 10px;
        margin-bottom: 5px
    }

    .ydfl-forms .option {
        margin-right: 15px
    }
}

@media (max-width: 600px) {
    .ydfl-forms .frm-row {
        margin: 0
    }

    .ydfl-forms .frm-row .colm {
        width: 100%;
        float: none;
        padding: 0
    }

    .ydfl-forms .bdl {
        border-left: 0
    }

    .ydfl-forms .bdr {
        border-right: 0
    }

    .ydfl-forms .align-right {
        text-align: left
    }
}

/*! *  Font Awesome 4.5.0 by @davegandy - https://fontawesome.io - @fontawesome *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face {
    font-family: 'FontAwesome';
    src: url('formloom3/fonts/fontawesome-webfont.eot%3Fv=4.5.0');
    src: url('formloom3/fonts/fontawesome-webfont.eot%3F') format('embedded-opentype'), url('formloom3/fonts/fontawesome-webfont.woff2%3Fv=4.5.0') format('woff2'), url('formloom3/fonts/fontawesome-webfont.woff%3Fv=4.5.0') format('woff'), url('formloom3/fonts/fontawesome-webfont.ttf%3Fv=4.5.0') format('truetype'), url('formloom3/fonts/fontawesome-webfont.svg%3Fv=4.5.0') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

@charset "utf-8";

/* @Third party plugins customization for ydfl-forms ------------------------------------------------------------ */
/* @jquery numeric spepper || added css adjustments for IE8+-------------------------------------------------------------------- */
.stepper-wrap {
    position: relative;
    display: block;
    font: 11px Arial, sans-serif;
}

.stepper-wrap input {
    text-align: right;
    padding-right: 20px;
}

.stepper-btn-wrap {
    position: absolute;
    top: 0;
    right: -34px;
    width: 34px;
    height: 100%;
    overflow: hidden;
    background: #F5F5F5;
    border: 1px solid #ccc;
    border-width: 1px 1px 1px 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stepper-btn-wrap a {
    display: block;
    height: 50%;
    overflow: hidden;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    background: #F5F5F5;
    cursor: default;
    color: #666;
}

.stepper-btn-wrap a:hover {
    background: #F9F9F9;
}

.stepper-btn-up:before,
.stepper-btn-dwn:before {
    content: '';
    border: 4px dashed;
    pointer-events: none;
    border-color: #9F9F9F transparent;
    border-color: #9F9F9F rgba(255, 255, 255, 0);
    position: absolute;
    right: 14px;
    z-index: 1;
    height: 0;
    top: 32%;
    width: 0;
}

.stepper-btn-up:before {
    border-bottom-style: solid;
    border-top: none;
}

.stepper-btn-dwn:before {
    margin-top: 10px;
    border-top-style: solid;
    border-bottom: none;
}

/* Spectrum color picker plugin || adjusted for ydfl-forms----------------------------------------------------------------- */
.sp-container {
    position: absolute;
    display: inline-block;
    *display: inline;
    z-index: 9999994;
    overflow: hidden;
    *zoom: 1;
    left: 0;
    top: 0;
}

.sp-container.sp-flat {
    position: relative;
}

.sp-top {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sp-top-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20%;
}

.sp-hue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top: 33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}

.sp-sat,
.sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
    display: block;
}

.sp-alpha-handle {
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}

.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}

.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 28px;
}

.sp-dd,
.sp-clear,
.sp-alpha,
.sp-slider,
.sp-dragger,
.sp-preview,
.sp-alpha-handle,
.sp-container,
.sp-replacer,
.sp-container.sp-dragging .sp-input,
.sp-container button {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}

.sp-palette-only .sp-picker-container {
    display: none;
}

.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}

.sp-sat {
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

.sp-1 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

.sp-2 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

.sp-3 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

.sp-4 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

.sp-5 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

.sp-6 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

.sp-cf:before,
.sp-cf:after {
    content: "";
    display: table;
}

.sp-cf:after {
    clear: both;
}

.sp-cf {
    *zoom: 1;
}

.sp-dragger {
    border-radius: 5px;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.sp-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #CFCFCF;
    padding: 0;
}

.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sp-top {
    margin-bottom: 3px;
}

.sp-color,
.sp-hue,
.sp-clear {
    border: solid 1px #666;
}

.sp-input-container {
    float: right;
    width: 100px;
    margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
    width: 100%;
}

.sp-input {
    font-size: 12px !important;
    border: 1px inset;
    padding: 4px 5px;
    background: transparent;
    border-radius: 3px;
    width: 100%;
    color: #222;
    margin: 0;
}

.sp-input:focus {
    border: 1px solid orange;
}

.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}

.sp-picker-container,
.sp-palette-container {
    float: left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}

.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}

.sp-thumb-el {
    position: relative;
}

.sp-initial {
    float: left;
    border: solid 1px #333;
}

.sp-initial span {
    width: 30px;
    height: 25px;
    border: none;
    display: block;
    float: left;
    margin: 0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

.sp-button-container {
    float: right;
}

.sp-replacer {
    cursor: pointer;
    overflow: hidden;
    padding: 4px 10px;
    position: absolute;
    background: #F5F5F5;
    vertical-align: middle;
    border: solid 1px #CFCFCF;
    border-width: 1px 1px 1px 0;
    display: inline-block;
    *display: inline;
    height: 100%;
    color: #333;
    margin: 0;
    *zoom: 1;
    right: 0;
}

.sp-replacer:hover,
.sp-replacer.sp-active {
    border-color: #AAAAAA;
    color: #111;
}

.sp-replacer.sp-disabled {
    cursor: default;
    border-color: silver;
    color: silver;
}

.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 12px;
    color: #9F9F9F;
    position: relative;
    top: 6px;
}

.sp-preview {
    position: relative;
    width: 25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    margin-top: 6px;
    float: left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}

.sp-palette .sp-thumb-el {
    width: 16px;
    height: 16px;
    margin: 2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom: 0;
}

.sp-container button {
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 5px 4px;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    vertical-align: middle;
}

.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

.sp-container button:active {
    border: 1px solid #AAAAAA;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #AAAAAAaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #AAAAAAaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #AAAAAAaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #AAAAAAaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #AAAAAAaaa, 0 1px 0 0 #eeeeee;
}

.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin: 0;
    padding: 2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none;
}

.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}

.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview,
.sp-alpha,
.sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.sfcolor {
    padding-right: 63px;
}

.sfcolor .gui-input+.sp-replacer {
    width: 63px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Custom Color Theme */
/*main color =   = %main_color%btn active, toggle-switch bg + border = #000000 = slightly darker than mainlighter color  = #131313 = #131313*/
/* no need for padding */
.ydfl-forms .form-body {
    padding: 0;
    padding-bottom: 0;
}

/* @form tagline -------------------------------------- */
.ydfl-forms .tagline span {
    color: ;
}

.ydfl-forms .ydfl-link {
    color: ;
}

/* @hover | focus  ---------------------------------------- */
.ydfl-forms .gui-input:hover,
.ydfl-forms .gui-textarea:hover,
.ydfl-forms .select>select:hover,
.ydfl-forms .select-multiple select:hover,
.ydfl-forms .gui-input:hover~.input-hint,
.ydfl-forms .file .gui-file:hover+.gui-input,
.ydfl-forms .gui-textarea:hover~.input-hint {
    border-color: #131313;
}

/* when typing, focused */
.ydfl-forms .gui-input:focus,
.ydfl-forms .gui-textarea:focus,
.ydfl-forms .select>select:focus,
.ydfl-forms .select-multiple select:focus {
    border-color: ;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    /*color: #3C3C3C; */
}

.ydfl-forms .select>select:focus {
    z-index: 10;
    z-index: 20\9;
}

.ydfl-forms .gui-input:focus~.field-icon i,
.ydfl-forms .gui-textarea:focus~.field-icon i {
    color: ;
}

.ydfl-forms .select-multiple select:focus,
.ydfl-forms .gui-input:focus~.input-hint,
.ydfl-forms .gui-textarea:focus~.input-hint,
.ydfl-forms .file .gui-file:focus+.gui-input {
    border-color: ;
}

.ydfl-forms .select>select:focus+.arrow {
    color: ;
}

/* @hover state-error inputs | focus ---------------------------------------- */
.ydfl-forms .state-error .gui-input,
.ydfl-forms .state-error .gui-textarea,
.ydfl-forms .state-error.select>select,
.ydfl-forms .state-error.select-multiple>select,
.ydfl-forms .state-error input:hover+.checkbox,
.ydfl-forms .state-error input:hover+.radio,
.ydfl-forms .state-error input:focus+.checkbox,
.ydfl-forms .state-error input:focus+.radio,
.ydfl-forms .state-error .checkbox,
.ydfl-forms .state-error .radio {
    border-color:
}

.ydfl-forms .state-error .gui-input:focus,
.ydfl-forms .state-error .gui-textarea:focus,
.ydfl-forms .state-error.select>select:focus,
.ydfl-forms .state-error.select-multiple>select:focus {
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.ydfl-forms .state-error .gui-input~.field-icon i,
.ydfl-forms .state-error .gui-textarea~.field-icon i {
    color:
}

.ydfl-forms .state-error.select .arrow {
    color:
}

.ydfl-forms .state-error.select>select:focus+.arrow {
    color:
}

.ydfl-forms .state-error .gui-input~.input-hint,
.ydfl-forms .state-error.file .gui-file:hover+.gui-input,
.ydfl-forms .state-error .gui-textarea~.input-hint {
    border-color:
}

.ydfl-forms .state-error+em {
    display: block !important;
    margin-top: 6px;
    padding: 0 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: .85em;
    color:
}

.ydfl-forms .alert-success {
    color: ;
    background-color:
}

.ydfl-forms .alert-error {
    color: ;
    background-color:
}

/* @hover state-success inputs | focus ---------------------------------------- */
.ydfl-forms .state-success .gui-input,
.ydfl-forms .state-success .gui-textarea,
.ydfl-forms .state-success.select>select,
.ydfl-forms .state-success.select-multiple>select,
.ydfl-forms .state-success input:hover+.checkbox,
.ydfl-forms .state-success input:hover+.radio,
.ydfl-forms .state-success input:focus+.checkbox,
.ydfl-forms .state-success input:focus+.radio,
.ydfl-forms .state-success .checkbox,
.ydfl-forms .state-success .radio {
    border-color:
}

.ydfl-forms .state-success .gui-input:focus,
.ydfl-forms .state-success .gui-textarea:focus,
.ydfl-forms .state-success.select>select:focus,
.ydfl-forms .state-success.select-multiple>select:focus {
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.ydfl-forms .state-success .gui-input~.field-icon i,
.ydfl-forms .state-success .gui-textarea~.field-icon i {
    color:
}

.ydfl-forms .state-success.select .arrow {
    color:
}

.ydfl-forms .state-success.select>select:focus+.arrow {
    color:
}

.ydfl-forms .state-success.select:before {
    border-left: 1px solid
}

.ydfl-forms .state-success .gui-input~.input-hint,
.ydfl-forms .state-success.file .gui-file:hover+.gui-input,
.ydfl-forms .state-success .gui-textarea~.input-hint {
    border-color:
}

/* @star rating widget ----------------------------------------------------- */
.ydfl-forms .rating:hover .rating-star:hover,
.ydfl-forms .rating:hover .rating-star:hover~.rating-star,
.ydfl-forms .rating-input:checked~.rating-star {
    color: ;
}

.ydfl-forms .rating-star,
.ydfl-forms .rating:hover .rating-star {
    color: #A2A6A8;
}

/* @check + radio ------------------------------------------------------ */
.ydfl-forms input:hover+.checkbox,
.ydfl-forms input:hover+.radio {
    border-color: #131313;
}

.ydfl-forms input:checked+.checkbox,
.ydfl-forms input:focus+.checkbox,
.ydfl-forms input:checked+.radio,
.ydfl-forms input:focus+.radio {
    border-color: ;
}

.ydfl-forms input:checked+.radio:before,
.ydfl-forms input:focus+.radio:before {
    background: ;
}

.ydfl-forms input:checked+.checkbox:before,
.ydfl-forms input:focus+.checkbox:before {
    border-color: ;
}

/* @toggle-switch  ------------------------------------------------------ */
.ydfl-forms .switch>input:checked+label {
    background: ;
    border-color: ;
}

.ydfl-forms .switch>input:checked+label:after {
    color: ;
}

.ydfl-forms .switch>input:checked:focus+label {
    background: #000000;
    border-color: #000000;
}

/* @button ------------------------------------------------------ */
.ydfl-forms .btn-primary {
    background-color: ;
}

.ydfl-forms .btn-primary:hover,
.ydfl-forms .btn-primary:focus {
    background-color: #131313;
}

.ydfl-forms .btn-primary:active {
    background-color: #000000;
}

.ydfl-forms .btn-primary,
.ydfl-forms .btn-primary:hover,
.ydfl-forms .btn-primary:focus,
.ydfl-forms .btn-primary:active {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}

/* @datepicker overides -------------------------------------------------- */
.ui-datepicker {
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-title {
    color: ;
}

.ui-datepicker-today a,
.ui-datepicker-today a:hover,
.ui-datepicker .ui-state-highlight {
    background: !important;
}

/* @price-box --------------------------------------------------------- */
.ydfl-forms .selected-box h4 {
    color: ;
}

.ydfl-forms .ribbon-inner {
    background: ;
}

.ydfl-forms .ribbon-inner:before,
.ydfl-forms .ribbon-inner:after {
    border-top-color: #000000;
}

/* @slider controls --------------------------------------------------------- */
.ydfl-forms .ui-slider .ui-slider-handle {
    border-color: ;
}

/* @captcha controls--------------------------------------------------------- */
.ydfl-forms .refresh-captcha {
    background: #131313;
    border-color: #000000;
}

.ydfl-forms .ui-slider .ui-slider-handle:before,
.ydfl-forms .ui-slider .ui-slider-range {
    background-color: ;
}

/* give a border-radius */
.ydfl-forms .select,
.ydfl-forms .gui-input,
.ydfl-forms .gui-textarea,
.ydfl-forms .select>select,
.ydfl-forms .select-multiple select,
.ydfl-forms .button {
    border-radius: 3px;
}

/* give a border-radius */
.ydfl-forms .select,
.ydfl-forms .gui-input,
.ydfl-forms .gui-textarea,
.ydfl-forms .select>select,
.ydfl-forms .select-multiple select,
.ydfl-forms .button,
.ydfl-forms .sp-replacer,
.ydfl-forms .stepper-btn-wrap {
    border-radius: 3px;
}

.ydfl-forms .sfcode,
.ydfl-forms .sp-replacer,
.ydfl-forms .stepper-btn-wrap {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.ydfl-forms .captcode,
.ydfl-forms .sfcolor .gui-input,
.ydfl-forms .stepper-wrap .gui-input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* make subtext(hint) not be in a box */
.ydfl-forms .input-hint {
    padding: 10px 0;
    display: block;
    position: relative;
    background: transparent;
    border: none;
    -o-border-radius: 0;
    border-radius: 0;
}

.ydfl-forms div.ydfl-demo .notification {
    text-align: center;
}

/* @custom--------------------------------------------------------- */
span.ydfl-required-symbol {
    color: #FF0000;
}

/* @fontawesome collision fixes--------------------------------------------------------- */
.ydfl-forms .fa {
    font-family: FontAwesome !important;
}

/* keep captch code image from shifting */
.ydfl-forms #ydfl-captcha,
.ydfl-forms label.captcode img {
    vertical-align: inherit !important;
}

/* @bootstrap collision fixes Goes after BS, before rest of styles --------------------------------------------------------- */
.ydfl-forms .radio,
.ydfl-forms .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    top: 5px;
    /* the key to it woriking in BS3.2 */
}

.ydfl-forms .checkbox:after,
.ydfl-forms .checkbox:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.ydfl-forms .ui-slider .ui-slider-handle {
    width: 1.61em;
    height: 1.61em;
}

/* @theme overrides >:( --------------------------------------------------------- */
.ydfl-forms label {
    opacity: 1 !important;
}

/* @override--------------------------------------------------------- */