.frm_hidden, .frm_add_form_row.frm_hidden, .frm_remove_form_row.frm_hidden, .with_frm_style .frm_button.frm_hidden {
    display: none
}

form input.frm_verify {
    display: none !important
}

.with_frm_style fieldset {
    min-width: 0
}

.with_frm_style fieldset fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent
}

legend.frm_hidden {
    display: none !important
}

.with_frm_style .frm_form_fields {
    opacity: 1;
    transition: opacity .1s linear
}

.with_frm_style .frm_doing_ajax {
    opacity: .5
}

.frm_transparent {
    color: transparent
}

.input[type=file].frm_transparent:focus, .with_frm_style input[type=file] {
    background-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: none
}

.with_frm_style input[type=file] {
    display: initial
}

.frm_preview_page:before {
    content: normal !important
}

.frm_preview_page {
    padding: 25px
}

.with_frm_style .frm_primary_label {
    max-width: 100%
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    display: block;
    float: none;
    width: auto
}

.with_frm_style .frm_inline_container .frm_primary_label {
    margin-right: 10px
}

.with_frm_style .frm_right_container .frm_primary_label, .with_frm_style .frm_pos_right {
    display: inline;
    float: right;
    margin-left: 10px
}

.with_frm_style .frm_none_container .frm_primary_label, .with_frm_style .frm_pos_none, .frm_pos_none, .frm_none_container .frm_primary_label {
    display: none
}

.with_frm_style .frm_section_heading.frm_hide_section {
    margin-top: 0 !important
}

.with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container .frm_primary_label {
    visibility: hidden;
    white-space: nowrap
}

.with_frm_style .frm_inside_container .frm_primary_label {
    opacity: 0;
    transition: opacity .1s linear
}

.with_frm_style .frm_inside_container label.frm_visible, .frm_visible {
    opacity: 1
}

.with_frm_style .frm_description {
    clear: both
}

.with_frm_style input[type=number][readonly] {
    -moz-appearance: textfield
}

.with_frm_style select[multiple=multiple] {
    height: auto;
    line-height: normal
}

.with_frm_style .frm_catlevel_2, .with_frm_style .frm_catlevel_3, .with_frm_style .frm_catlevel_4, .with_frm_style .frm_catlevel_5 {
    margin-left: 18px
}

.with_frm_style .wp-editor-container {
    border: 1px solid #e5e5e5
}

.with_frm_style .quicktags-toolbar input {
    font-size: 12px !important
}

.with_frm_style .wp-editor-container textarea {
    border: 0
}

.with_frm_style textarea {
    height: auto
}

.with_frm_style .auto_width #loginform input, .with_frm_style .auto_width input, .with_frm_style input.auto_width, .with_frm_style select.auto_width, .with_frm_style textarea.auto_width {
    width: auto
}

.with_frm_style .frm_repeat_buttons {
    white-space: nowrap
}

.with_frm_style .frm_button {
    text-decoration: none;
    border: 1px solid #eee;
    padding: 5px;
    display: inline
}

.with_frm_style .frm_submit {
    clear: both
}

.frm_inline_form .frm_form_field, .frm_inline_form .frm_submit {
    grid-column: span 1/span 1
}

.frm_inline_form .frm_submit {
    margin: 0
}

.frm_submit.frm_inline_submit input[type=submit], .frm_submit.frm_inline_submit button, .frm_inline_form .frm_submit input[type=submit], .frm_inline_form .frm_submit button {
    margin-top: 0
}

.with_frm_style.frm_center_submit .frm_submit {
    text-align: center
}

.with_frm_style.frm_center_submit .frm_submit input[type=submit], .with_frm_style.frm_center_submit .frm_submit input[type=button], .with_frm_style.frm_center_submit .frm_submit button {
    margin-bottom: 8px !important
}

.with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .with_frm_style .frm_submit button {
    -webkit-appearance: none;
    cursor: pointer
}

.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading {
    display: block;
    margin: 0 auto
}

.with_frm_style .frm_loading_form .frm_ajax_loading {
    visibility: visible !important
}

.with_frm_style .frm_loading_form .frm_button_submit {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important
}

.with_frm_style .frm_loading_form .frm_button_submit:hover, .with_frm_style .frm_loading_form .frm_button_submit:active, .with_frm_style .frm_loading_form .frm_button_submit:focus {
    cursor: not-allowed;
    color: transparent;
    outline: 0 !important;
    box-shadow: none
}

.with_frm_style .frm_loading_form .frm_button_submit:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: 0 0;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.frm_forms.frm_style_formidable-style.with_frm_style {
    max-width: 100%;
    direction: ltr
}

.frm_style_formidable-style.with_frm_style, .frm_style_formidable-style.with_frm_style form, .frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {
    text-align: left
}

.frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {
    border-width: 0;
    border-style: solid;
    border-color: #000;
    margin: 0;
    padding: 0 0 15px;
    background-color: transparent;
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif
}

.frm_style_formidable-style.with_frm_style legend + h3, .frm_style_formidable-style.with_frm_style h3.frm_form_title {
    font-size: 20px;
    color: #444;
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px
}

.frm_style_formidable-style.with_frm_style .frm_primary_label {
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 0 0 3px;
    width: auto;
    display: block
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container, .frm_style_formidable-style.with_frm_style .frm_form_field .frm_show_it {
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    color: #666
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
    font-size: 14px
}

.frm_style_formidable-style.with_frm_style .frm_form_field .frm_show_it {
    font-size: 14px;
    font-weight: 400
}

.frm_style_formidable-style.with_frm_style .frm_icon_font {
    color: #444
}

.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before {
    content: "\e600"
}

.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before {
    content: "\e602"
}

.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before, .frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before {
    color: #444;
    vertical-align: middle
}

.frm_style_formidable-style.with_frm_style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before {
    content: "\e62d";
    color: #444
}

.frm_style_formidable-style.with_frm_style .frm_trigger .frm_icon_font.frm_arrow_icon:before {
    content: "\e62a";
    color: #444
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 20px
}

.frm_style_formidable-style.with_frm_style .frm_grid, .frm_style_formidable-style.with_frm_style .frm_grid_first, .frm_style_formidable-style.with_frm_style .frm_grid_odd {
    margin-bottom: 0
}

.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading {
    margin-bottom: 0
}

.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {
    margin: 0;
    padding: 0;
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    max-width: 100%
}

.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 25px
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container {
    grid-template-columns: 150px auto
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container {
    grid-template-columns: auto 150px
}

.frm_form_field.frm_right_container {
    grid-template-columns: auto 25%
}

.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container, .frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container {
    display: inline
}

.frm_style_formidable-style.with_frm_style .frm_pos_right {
    display: inline;
    width: 150px
}

.frm_style_formidable-style.with_frm_style .frm_none_container .frm_primary_label, .frm_style_formidable-style.with_frm_style .frm_pos_none {
    display: none
}

.frm_style_formidable-style.with_frm_style .frm_scale label {
    font-weight: 400;
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    font-size: 13px;
    color: #444
}

.frm_style_formidable-style.with_frm_style .frm_required {
    color: #b94a48;
    font-weight: 700
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_style_formidable-style.with_frm_style .chosen-container {
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    font-size: 14px;
    margin-bottom: 0
}

.frm_style_formidable-style.with_frm_style textarea {
    vertical-align: top
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
    color: #555;
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset
}

.frm_style_formidable-style.with_frm_style input[type=radio], .frm_style_formidable-style.with_frm_style input[type=checkbox] {
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select {
    height: 32px;
    line-height: 1.3
}

.frm_style_formidable-style.with_frm_style select[multiple=multiple] {
    height: auto
}

.frm_style_formidable-style.with_frm_style input[type=file] {
    color: #555;
    padding: 0;
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    font-size: 14px
}

.frm_style_formidable-style.with_frm_style input[type=file].frm_transparent {
    color: transparent
}

.frm_style_formidable-style.with_frm_style select {
    width: 100%;
    max-width: 100%
}

.frm_style_formidable-style.with_frm_style .wp-editor-wrap {
    width: 100%;
    max-width: 100%
}

.frm_style_formidable-style.with_frm_style .wp-editor-container textarea {
    border: 0
}

.frm_style_formidable-style.with_frm_style .mceIframeContainer {
    background-color: #fff
}

.frm_style_formidable-style.with_frm_style .auto_width input, .frm_style_formidable-style.with_frm_style input.auto_width, .frm_style_formidable-style.with_frm_style select.auto_width, .frm_style_formidable-style.with_frm_style textarea.auto_width {
    width: auto
}

.frm_style_formidable-style.with_frm_style input[disabled], .frm_style_formidable-style.with_frm_style select[disabled], .frm_style_formidable-style.with_frm_style textarea[disabled], .frm_style_formidable-style.with_frm_style input[readonly], .frm_style_formidable-style.with_frm_style select[readonly], .frm_style_formidable-style.with_frm_style textarea[readonly] {
    background-color: #fff;
    color: #a1a1a1;
    border-color: #e5e5e5
}

.frm_style_formidable-style.with_frm_style input::placeholder, .frm_style_formidable-style.with_frm_style textarea::placeholder {
    color: #a1a1a1
}

.frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder, .frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder {
    color: #a1a1a1
}

.frm_style_formidable-style.with_frm_style input::-moz-placeholder, .frm_style_formidable-style.with_frm_style textarea::-moz-placeholder {
    color: #a1a1a1
}

.frm_style_formidable-style.with_frm_style input:-ms-input-placeholder, frm_style_formidable-style.with_frm_style textarea:-ms-input-placeholder {
    color: #a1a1a1
}

.frm_style_formidable-style.with_frm_style input:-moz-placeholder, .frm_style_formidable-style.with_frm_style textarea:-moz-placeholder {
    color: #a1a1a1
}

.frm_style_formidable-style.with_frm_style .frm_default, .frm_style_formidable-style.with_frm_style input.frm_default, .frm_style_formidable-style.with_frm_style textarea.frm_default, .frm_style_formidable-style.with_frm_style select.frm_default, .frm_style_formidable-style.with_frm_style .placeholder, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices li.search-field .default, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-default {
    color: #a1a1a1
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
    background-color: #fff;
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style {
    width: auto;
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #fff;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    color: #444;
    cursor: pointer;
    font-weight: 400;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 6px 11px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eee;
    -webkit-box-shadow: 0 1px 1px #eee;
    box-shadow: 0 1px 1px #eee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message {
    margin: 0
}

.frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: #efefef;
    border-color: #ccc;
    color: #444
}

.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading {
    margin-bottom: 10px
}

.frm_style_formidable-style.with_frm_style input[type=submit]:focus, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus, .frm_style_formidable-style.with_frm_style .frm_submit button:focus, .frm_style_formidable-style.with_frm_style input[type=submit]:active, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active, .frm_style_formidable-style.with_frm_style .frm_submit button:active {
    background: #efefef;
    border-color: #ccc;
    color: #444
}

.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit, .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover, .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:active, .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:focus {
    color: transparent;
    background: #fff
}

.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before {
    border-bottom-color: #444;
    border-right-color: #444
}

.frm_style_formidable-style.with_frm_style.frm_inline_top .frm_submit::before, .frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit::before {
    content: "before";
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    margin: 0;
    padding: 0 0 3px;
    width: auto;
    display: block;
    visibility: hidden
}

.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit input, .frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit button, .frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit input, .frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit button {
    margin: 0 !important
}

.frm_style_formidable-style.with_frm_style a.frm_save_draft {
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container {
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    clear: both
}

.frm_style_formidable-style.with_frm_style .frm_radio {
    display: block
}

.frm_style_formidable-style.with_frm_style .frm_checkbox {
    display: block
}

.frm_style_formidable-style.with_frm_style .vertical_radio .frm_checkbox, .frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio, .vertical_radio .frm_catlevel_1 {
    display: block
}

.frm_style_formidable-style.with_frm_style .horizontal_radio .frm_checkbox, .frm_style_formidable-style.with_frm_style .horizontal_radio .frm_radio, .horizontal_radio .frm_catlevel_1 {
    display: inline-block
}

.frm_style_formidable-style.with_frm_style .frm_radio label, .frm_style_formidable-style.with_frm_style .frm_checkbox label {
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    font-size: 13px;
    color: #444;
    font-weight: 400
}

.frm_style_formidable-style.with_frm_style .frm_radio input[type=radio], .frm_style_formidable-style.with_frm_style .frm_checkbox input[type=checkbox] {
    font-size: 13px;
    position: static
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field select, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single, .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
    color: #444;
    background-color: #fff;
    border-color: #b94a48;
    border-width: 1px;
    border-style: solid
}

.frm_style_formidable-style.with_frm_style .frm_blank_field .sigWrapper {
    border-color: #b94a48 !important
}

.frm_style_formidable-style.with_frm_style .frm_error {
    font-weight: 700
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error {
    color: #b94a48
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #b94a48;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px
}

.frm_style_formidable-style.with_frm_style .frm_message, .frm_success_style {
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #468847;
    border-radius: 4px
}

.frm_style_formidable-style.with_frm_style .frm_message p {
    color: #468847
}

.frm_style_formidable-style.with_frm_style .frm_message {
    margin: 5px 0 15px;
    font-size: 14px
}

.frm_style_formidable-style.with_frm_style .frm-grid td, .frm-grid th {
    border-color: #ccc
}

.form_results.frm_style_formidable-style.with_frm_style {
    border: 1px solid #ccc
}

.form_results.frm_style_formidable-style.with_frm_style tr td {
    color: #555;
    border-top: 1px solid #ccc
}

.form_results.frm_style_formidable-style.with_frm_style tr.frm_even, .frm-grid .frm_even {
    background-color: #fff
}

.frm_style_formidable-style.with_frm_style #frm_loading .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, #cccccc 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #cccccc 50%, #cccccc 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar {
    background-color: #fff
}

.frm_style_formidable-style.with_frm_style .frm_grid, .frm_style_formidable-style.with_frm_style .frm_grid_first, .frm_style_formidable-style.with_frm_style .frm_grid_odd {
    border-color: #ccc
}

.frm_style_formidable-style.with_frm_style .frm_grid.frm_blank_field, .frm_style_formidable-style.with_frm_style .frm_grid_first.frm_blank_field, .frm_style_formidable-style.with_frm_style .frm_grid_odd.frm_blank_field {
    background-color: #f2dede;
    border-color: #ebccd1
}

.frm_style_formidable-style.with_frm_style .frm_grid_first, .frm_style_formidable-style.with_frm_style .frm_grid_odd {
    background-color: #fff
}

.frm_style_formidable-style.with_frm_style .frm_grid {
    background-color: #fff
}

.frm_style_formidable-style.with_frm_style .frm_html_container.frm_scroll_box, .frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_scroll_box {
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    outline: 0
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input, .frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea {
    color: #555;
    background-color: transparent;
    border: 0;
    display: inline;
    width: auto;
    padding: 0
}

.frm_style_formidable-style.with_frm_style .frm_button {
    padding: 6px 11px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-family: lucida grande, lucida sans unicode, Tahoma, sans-serif;
    font-weight: 400;
    color: #444;
    background: #fff;
    border-width: 1px;
    border-color: #ccc;
    height: auto
}

@media only screen and (max-width: 600px) {
    .frm_style_formidable-style.with_frm_style .frm_repeat_inline, .frm_style_formidable-style.with_frm_style .frm_repeat_grid {
        margin: 20px 0
    }
}

.frm_ajax_loading {
    visibility: hidden;
    width: auto
}

.frm_form_submit_style {
    height: auto
}

a.frm_save_draft {
    cursor: pointer
}

.horizontal_radio .frm_radio {
    margin: 0 5px 0 0
}

.horizontal_radio .frm_checkbox {
    margin: 0;
    margin-right: 5px
}

.vertical_radio .frm_checkbox, .vertical_radio .frm_radio, .vertical_radio .frm_catlevel_1 {
    display: block
}

.horizontal_radio .frm_checkbox, .horizontal_radio .frm_radio, .horizontal_radio .frm_catlevel_1 {
    display: inline-block
}

.with_frm_style .frm_checkbox label, .with_frm_style .frm_radio label {
    display: inline;
    white-space: normal
}

.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    display: block;
    padding-left: 20px;
    text-indent: -20px
}

.frm_file_container .frm_file_link, .with_frm_style .frm_radio label .frm_file_container, .with_frm_style .frm_checkbox label .frm_file_container {
    display: inline-block;
    margin: 5px;
    vertical-align: middle
}

.with_frm_style .frm_radio input[type=radio] {
    -webkit-appearance: radio;
    border-radius: 50%
}

.with_frm_style .frm_checkbox input[type=checkbox] {
    -webkit-appearance: checkbox;
    border-radius: 0
}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
    flex: none;
    display: inline-block;
    margin: 4px 5px 0 0;
    width: auto;
    border: 0;
    vertical-align: baseline;
    position: initial
}

.with_frm_style :invalid, .with_frm_style :-moz-submit-invalid, .with_frm_style :-moz-ui-invalid {
    box-shadow: none
}

.with_frm_style .frm_error_style img {
    padding-right: 10px;
    vertical-align: middle;
    border: 0
}

.with_frm_style .frm_trigger {
    cursor: pointer
}

.with_frm_style .frm_error_style, .with_frm_style .frm_message, .frm_success_style {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px
}

.with_frm_style .frm_message p {
    margin-bottom: 5px
}

.frm_form_fields_style, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_form_submit_style {
    width: auto
}

.with_frm_style .frm_trigger span {
    float: left
}

.with_frm_style table.frm-grid, #content .with_frm_style table.frm-grid {
    border-collapse: collapse;
    border: 0
}

.frm-grid td, .frm-grid th {
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.frm-alt-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: .5em;
    font-size: 15px
}

.frm-alt-table th {
    width: 200px
}

.frm-alt-table tr {
    background-color: transparent
}

.frm-alt-table th, .frm-alt-table td {
    background-color: transparent;
    vertical-align: top;
    text-align: left;
    padding: 20px
}

.frm-alt-table tr:nth-child(even) {
    background-color: #f9f9f9
}

table.form_results.with_frm_style {
    border: 1px solid #ccc
}

table.form_results.with_frm_style tr td {
    text-align: left;
    color: #555;
    padding: 7px 9px;
    border-top: 1px solid #ccc
}

table.form_results.with_frm_style tr.frm_even, .frm-grid .frm_even {
    background-color: #fff
}

table.form_results.with_frm_style tr.frm_odd, .frm-grid .frm_odd {
    background-color: #f9f9f9
}

.frm_collapse .ui-icon {
    display: inline-block
}

.frm_toggle_container {
    border: 1px solid transparent
}

.frm_toggle_container ul {
    margin: 5px 0;
    padding-left: 0;
    list-style-type: none
}

.frm_toggle_container .frm_month_heading {
    text-indent: 15px
}

.frm_toggle_container .frm_month_listing {
    margin-left: 40px
}

#frm_loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999
}

#frm_loading h3 {
    font-weight: 500;
    padding-bottom: 15px;
    color: #fff;
    font-size: 24px
}

#frm_loading_content {
    position: fixed;
    top: 20%;
    left: 33%;
    width: 33%;
    text-align: center;
    padding-top: 30px;
    font-weight: 700;
    z-index: 9999999
}

#frm_loading img {
    max-width: 100%
}

#frm_loading .progress {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

#frm_loading .progress.active .progress-bar {
    animation: 2s linear 0s normal none infinite progress-bar-stripes
}

#frm_loading .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, #cccccc 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #cccccc 50%, #cccccc 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px
}

#frm_loading .progress-bar {
    background-color: #fff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .15) inset;
    float: left;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width .6s ease 0s;
    width: 100%
}

.frm_image_from_url {
    height: 50px
}

.frm-loading-img {
    background: url(../img/ajax_loader.gif) no-repeat center center;
    padding: 6px 12px
}

select.frm_loading_lookup {
    background-image: url(../img/ajax_loader.gif) !important;
    background-position: 10px;
    background-repeat: no-repeat;
    color: transparent !important
}

.frm_screen_reader {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.frm_screen_reader.frm_hidden {
    display: initial
}

.frm_clear_none {
    clear: none
}

.frm_clear {
    clear: both
}

.frm_form_field.frm_alignright {
    float: right !important
}

.with_frm_style .frm_form_field {
    clear: both
}

.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
    display: grid;
    grid-template-columns: repeat(12, 6.5%);
    grid-auto-rows: max-content;
    grid-gap: 0 2%
}

.frm_combo_inputs_container > *, .frm_grid_container > *, .frm_section_heading > *, .frm_fields_container .frm_form_field, .frm_fields_container > * {
    grid-column: span 12/span 12
}

.frm_inline, .frm_form_field.frm_left_inline, .frm_form_field.frm_first_inline, .frm_form_field.frm_inline, .frm_submit.frm_inline, .frm_form_field.frm_right_inline, .frm_form_field.frm_last_inline {
    width: auto;
    grid-column: span 2/span 2
}

.frm6, .frm_half, .frm_form_field.frm_three_fifths, .frm_form_field.frm6, .frm_submit.frm6, .frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half, .frm_form_field.frm_half, .frm_submit.frm_half {
    grid-column: span 6/span 6
}

.frm4, .frm_third, .frm_form_field.frm_two_fifths, .frm_form_field.frm4, .frm_submit.frm4, .frm_form_field.frm_left_third, .frm_form_field.frm_third, .frm_submit.frm_third, .frm_form_field.frm_right_third, .frm_form_field.frm_first_third, .frm_form_field.frm_last_third {
    grid-column: span 4/span 4
}

.frm8, .frm_two_thirds, .frm_form_field.frm8, .frm_submit.frm8, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_right_two_thirds, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_last_two_thirds, .frm_form_field.frm_two_thirds {
    grid-column: span 8/span 8
}

.frm3, .frm_fourth, .frm_form_field.frm3, .frm_submit.frm3, .frm_form_field.frm_left_fourth, .frm_form_field.frm_fourth, .frm_submit.frm_fourth, .frm_form_field.frm_right_fourth, .frm_form_field.frm_first_fourth, .frm_form_field.frm_last_fourth {
    grid-column: span 3/span 3
}

.frm9, .frm_three_fourths, .frm_form_field.frm_four_fifths, .frm_form_field.frm9, .frm_submit.frm9, .frm_form_field.frm_three_fourths {
    grid-column: span 9/span 9
}

.frm_form_field.frm_left_fifth, .frm_form_field.frm_fifth, .frm_submit.frm_fifth, .frm_form_field.frm_right_fifth, .frm_form_field.frm_first_fifth, .frm_form_field.frm_last_fifth {
    grid-column: span 2/span 2
}

.frm2, .frm_sixth, .frm_form_field.frm2, .frm_submit.frm2, .frm_form_field.frm_sixth, .frm_submit.frm_sixth, .frm_form_field.frm_first_sixth, .frm_form_field.frm_last_sixth {
    grid-column: span 2/span 2
}

.frm10, .frm_form_field.frm10, .frm_submit.frm10 {
    grid-column: span 10/span 10
}

.frm1, .frm_form_field.frm1, .frm_submit.frm1, .frm_form_field.frm_seventh, .frm_submit.frm_seventh, .frm_form_field.frm_first_seventh, .frm_form_field.frm_last_seventh.frm_form_field.frm_eighth, .frm_submit.frm_eighth, .frm_form_field.frm_first_eighth, .frm_form_field.frm_last_eighth {
    grid-column: span 1/span 1
}

.frm5, .frm_form_field.frm5, .frm_submit.frm5 {
    grid-column: span 5/span 5
}

.frm7, .frm_form_field.frm7, .frm_submit.frm7 {
    grid-column: span 7/span 7
}

.frm11, .frm_form_field.frm11, .frm_submit.frm11 {
    grid-column: span 11/span 11
}

.frm12, .frm_full, .frm_full .wp-editor-wrap, .frm_full input:not([type=checkbox]):not([type=radio]):not([type=button]), .frm_full select, .frm_full textarea {
    width: 100% !important;
    grid-column: span 12/span 12;
    box-sizing: border-box
}

.frm_full .wp-editor-wrap input {
    width: auto !important
}

.frm_first, .frm_form_field.frm_left_half, .frm_form_field.frm_left_third, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_left_fourth, .frm_form_field.frm_left_fifth, .frm_form_field.frm_left_inline, .frm_form_field.frm_first_half, .frm_form_field.frm_first_third, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_first_fourth, .frm_form_field.frm_first_fifth, .frm_form_field.frm_first_sixth, .frm_form_field.frm_first_seventh, .frm_form_field.frm_first_eighth, .frm_form_field.frm_first_inline, .frm_form_field.frm_first {
    grid-column-start: 1
}

.frm_last, .frm_form_field.frm_last, .frm_form_field.frm_alignright {
    grid-column-end: -1;
    grid-row-start: span 100;
    justify-content: end
}

.with_frm_style.frm_rtl .frm_form_fields .star-rating {
    float: right
}

.with_frm_style.frm_rtl .frm_grid .frm_primary_label, .with_frm_style.frm_rtl .frm_grid_first .frm_primary_label, .with_frm_style.frm_rtl .frm_grid_odd .frm_primary_label, .with_frm_style.frm_rtl .frm_grid .frm_radio, .with_frm_style.frm_rtl .frm_grid_first .frm_radio, .with_frm_style.frm_rtl .frm_grid_odd .frm_radio, .with_frm_style.frm_rtl .frm_grid .frm_checkbox, .with_frm_style.frm_rtl .frm_grid_first .frm_checkbox, .with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox {
    float: right !important;
    margin-right: 0 !important
}

.with_frm_style.frm_rtl .frm_grid_first .frm_radio label input, .with_frm_style.frm_rtl .frm_grid .frm_radio label input, .with_frm_style.frm_rtl .frm_grid_odd .frm_radio label input, .with_frm_style.frm_rtl .frm_grid_first .frm_checkbox label input, .with_frm_style.frm_rtl .frm_grid .frm_checkbox label input, .with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox label input {
    float: left
}

.with_frm_style.frm_rtl .frm_catlevel_2, .with_frm_style.frm_rtl .frm_catlevel_3, .with_frm_style.frm_rtl .frm_catlevel_4, .with_frm_style.frm_rtl .frm_catlevel_5 {
    margin-right: 18px
}

.with_frm_style.frm_rtl div > .frm_time_select {
    margin-right: 5px
}

.frm_form_field.frm_inline_container, .frm_form_field.frm_right_container, .frm_form_field.frm_left_container {
    display: grid;
    grid-template-columns: 25% auto;
    width: 100%;
    grid-auto-rows: min-content
}

.frm_form_field.frm_right_container {
    grid-template-columns: auto 25%
}

.frm_form_field.frm_inline_container {
    grid-template-columns: repeat(2, minmax(auto, max-content))
}

.frm_form_field.frm_inline_container .frm_primary_label, .frm_form_field.frm_right_container .frm_primary_label, .frm_form_field.frm_left_container .frm_primary_label {
    margin-right: 10px;
    grid-row: span 2/span 2;
    padding-top: 4px
}

.frm_form_field.frm_left_container .frm_primary_label {
    grid-column: 1;
    grid-row: span 2/span 2
}

.frm_form_field.frm_right_container .frm_primary_label {
    grid-column: 2;
    grid-row: 1;
    margin-right: 0;
    margin-left: 10px
}

.frm_form_field.frm_inline_container .frm_description, .frm_form_field.frm_left_container .frm_description {
    grid-column: 2
}

.frm_form_field.frm_right_container .frm_description {
    grid-column: 1
}

.frm_conf_field.frm_left_container {
    grid-template-columns: 67%
}

.frm_conf_field.frm_left_container .frm_description {
    grid-column: 1
}

.frm-fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media only screen and (max-width: 600px) {
    .frm_section_heading > .frm_form_field, .frm_fields_container > .frm_submit, .frm_grid_container > .frm_form_field, .frm_fields_container > .frm_form_field {
        grid-column: 1/span 12 !important
    }

    .frm_form_field.frm_inline_container, .frm_form_field.frm_right_container, .frm_form_field.frm_left_container {
        display: block
    }
}

.frm_conf_field.frm_left_container .frm_primary_label {
    display: none
}

.wp-editor-wrap *, .wp-editor-wrap *:after, .wp-editor-wrap *:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.with_frm_style .frm_grid, .with_frm_style .frm_grid_first, .with_frm_style .frm_grid_odd {
    clear: both;
    margin-bottom: 0 !important;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-left: 0;
    border-right: 0
}

.with_frm_style .frm_grid, .with_frm_style .frm_grid_odd {
    border-top: 0
}

.frm_grid .frm_error, .frm_grid_first .frm_error, .frm_grid_odd .frm_error {
    display: none
}

.frm_grid:after, .frm_grid_first:after, .frm_grid_odd:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.frm_grid_first {
    margin-top: 20px
}

.frm_grid_first, .frm_grid_odd {
    background-color: #fff
}

.frm_grid {
    background-color: #fff
}

.frm_grid .frm_primary_label, .frm_grid_first .frm_primary_label, .frm_grid_odd .frm_primary_label, .frm_grid .frm_radio, .frm_grid_first .frm_radio, .frm_grid_odd .frm_radio, .frm_grid .frm_checkbox, .frm_grid_first .frm_checkbox, .frm_grid_odd .frm_checkbox {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important
}

.frm_grid_first .frm_radio label, .frm_grid .frm_radio label, .frm_grid_odd .frm_radio label, .frm_grid_first .frm_checkbox label, .frm_grid .frm_checkbox label, .frm_grid_odd .frm_checkbox label {
    visibility: hidden;
    white-space: nowrap;
    text-align: left
}

.frm_grid_first .frm_radio label input, .frm_grid .frm_radio label input, .frm_grid_odd .frm_radio label input, .frm_grid_first .frm_checkbox label input, .frm_grid .frm_checkbox label input, .frm_grid_odd .frm_checkbox label input {
    visibility: visible;
    margin: 2px 0 0;
    float: right
}

.frm_grid .frm_radio, .frm_grid_first .frm_radio, .frm_grid_odd .frm_radio, .frm_grid .frm_checkbox, .frm_grid_first .frm_checkbox, .frm_grid_odd .frm_checkbox {
    display: inline
}

.frm_grid_2 .frm_radio, .frm_grid_2 .frm_checkbox, .frm_grid_2 .frm_primary_label {
    width: 48% !important
}

.frm_grid_2 .frm_radio, .frm_grid_2 .frm_checkbox {
    margin-right: 4%
}

.frm_grid_3 .frm_radio, .frm_grid_3 .frm_checkbox, .frm_grid_3 .frm_primary_label {
    width: 30% !important
}

.frm_grid_3 .frm_radio, .frm_grid_3 .frm_checkbox {
    margin-right: 3%
}

.frm_grid_4 .frm_radio, .frm_grid_4 .frm_checkbox {
    width: 20% !important
}

.frm_grid_4 .frm_primary_label {
    width: 28% !important
}

.frm_grid_4 .frm_radio, .frm_grid_4 .frm_checkbox {
    margin-right: 4%
}

.frm_grid_5 .frm_primary_label, .frm_grid_7 .frm_primary_label {
    width: 24% !important
}

.frm_grid_5 .frm_radio, .frm_grid_5 .frm_checkbox {
    width: 17% !important;
    margin-right: 2%
}

.frm_grid_6 .frm_primary_label {
    width: 25% !important
}

.frm_grid_6 .frm_radio, .frm_grid_6 .frm_checkbox {
    width: 14% !important;
    margin-right: 1%
}

.frm_grid_7 .frm_primary_label {
    width: 22% !important
}

.frm_grid_7 .frm_radio, .frm_grid_7 .frm_checkbox {
    width: 12% !important;
    margin-right: 1%
}

.frm_grid_8 .frm_primary_label {
    width: 23% !important
}

.frm_grid_8 .frm_radio, .frm_grid_8 .frm_checkbox {
    width: 10% !important;
    margin-right: 1%
}

.frm_grid_9 .frm_primary_label {
    width: 20% !important
}

.frm_grid_9 .frm_radio, .frm_grid_9 .frm_checkbox {
    width: 9% !important;
    margin-right: 1%
}

.frm_grid_10 .frm_primary_label {
    width: 19% !important
}

.frm_grid_10 .frm_radio, .frm_grid_10 .frm_checkbox {
    width: 8% !important;
    margin-right: 1%
}

.frm_form_field.frm_inline_container .frm_opt_container, .frm_form_field.frm_right_container .frm_opt_container, .frm_form_field.frm_left_container .frm_opt_container {
    padding-top: 4px
}

.with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label, .with_frm_style .frm_inline_container.frm_grid .frm_primary_label, .with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label, .with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container, .with_frm_style .frm_inline_container.frm_grid .frm_opt_container, .with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container {
    margin-right: 0
}

.frm_form_field.frm_two_col .frm_opt_container, .frm_form_field.frm_three_col .frm_opt_container, .frm_form_field.frm_four_col .frm_opt_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%
}

.frm_form_field.frm_three_col .frm_opt_container {
    grid-template-columns: repeat(3, 1fr)
}

.frm_form_field.frm_four_col .frm_opt_container {
    grid-template-columns: repeat(4, 1fr)
}

.frm_form_field.frm_two_col .frm_radio, .frm_form_field.frm_two_col .frm_checkbox, .frm_form_field.frm_three_col .frm_radio, .frm_form_field.frm_three_col .frm_checkbox, .frm_form_field.frm_four_col .frm_radio, .frm_form_field.frm_four_col .frm_checkbox {
    grid-column-end: span 1
}

.frm_form_field .frm_checkbox, .frm_form_field .frm_checkbox + .frm_checkbox, .frm_form_field .frm_radio, .frm_form_field .frm_radio + .frm_radio {
    margin-top: 0;
    margin-bottom: 0
}

.frm_form_field.frm_scroll_box .frm_opt_container {
    height: 100px;
    overflow: auto
}

.frm_html_container.frm_scroll_box, .frm_form_field.frm_html_scroll_box {
    height: 100px;
    overflow: auto;
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset
}

.frm_form_field.frm_total input, .frm_form_field.frm_total textarea {
    opacity: 1;
    background-color: transparent !important;
    border: 0 !important;
    font-weight: 700;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: auto !important;
    box-shadow: none !important;
    display: inline;
    -moz-appearance: textfield;
    padding: 0
}

.frm_form_field.frm_total input::-webkit-outer-spin-button, .frm_form_field.frm_total input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.frm_form_field.frm_total input:focus, .frm_form_field.frm_total textarea:focus {
    background-color: transparent;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.frm_form_field.frm_label_justify .frm_primary_label {
    text-align: justify !important
}

.frm_form_field.frm_capitalize input, .frm_form_field.frm_capitalize select, .frm_form_field.frm_capitalize .frm_opt_container label {
    text-transform: capitalize
}

.frm_clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.frm_clearfix {
    display: block
}

@font-face {
    font-family: s11-fp;
    src: url(../other/s11-fp.ttf?v=7) format('truetype'), url(../other/s11-fp.woff?v=7) format('woff'), url(../other/s11-fp.svg?v=7#s11-fp) format('svg');
    font-weight: 400;
    font-style: normal
}

.frmfont, .frm_icon_font, .frm_dashicon_font {
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    line-height: 1;
    -moz-transition: color .1s ease-in-out, opacity .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out, opacity .1s ease-in-out;
    transition: color .1s ease-in-out, opacity .1s ease-in-out;
    font-size: 18px
}

i.frmfont, i.frm_icon_font {
    font-style: normal;
    font-variant: normal;
    speak: none
}

.frmfont:before, select.frmfont, .frm_icon_font:before, select.frm_icon_font {
    font-family: s11-fp !important;
    text-align: center
}

.frmfont, a.frmfont, .frmfont:hover, a.frmfont:hover.frm_icon_font, a.frm_icon_font, .frm_icon_font:hover, a.frm_icon_font:hover {
    text-decoration: none !important;
    box-shadow: none
}

.frmfont:focus, .frm_icon_font:focus, .frm_dashicon_font:focus {
    box-shadow: none;
    -webkit-box-shadow: none
}

.frmfont:active, .frm_icon_font:active {
    outline: 0
}

.frm_trigger .frm_icon_font {
    padding: 0 5px
}

.frm_logo_icon:before {
    content: "\e601"
}

.frm_required_icon:before {
    content: "\e612"
}

.frm_delete_icon:before {
    content: "\e610" !important
}

.frm_delete_solid_icon:before {
    content: "\e900"
}

.frm_move_icon:before {
    content: "\e61a"
}

.frm_drag_icon:before {
    content: "\e93b"
}

.frm_clear_icon:before {
    content: "\e60a"
}

.frm_noclear_icon:before {
    content: "\e60b"
}

.frm_duplicate_icon:before {
    content: "\e61b"
}

.frm_copy_icon:before {
    content: "\f0c5"
}

.frm_clone_solid_icon:before {
    content: "\f24e"
}

.frm_clone_icon:before {
    content: "\f24d"
}

.frm_tooltip_icon:before {
    content: "\e611"
}

.frm_tooltip_solid_icon:before {
    content: "\e907"
}

.frm_forbid_icon:before {
    content: "\e636"
}

.frm_checkmark_icon:before {
    content: "\e90a"
}

.frm_check_icon:before {
    content: "\e605"
}

.frm_check1_icon:before {
    content: "\e606"
}

.frm_plus_icon:before {
    content: "\e62f"
}

.frm_plus1_icon:before {
    content: "\e602"
}

.frm_plus2_icon:before {
    content: "\e603"
}

.frm_plus3_icon:before {
    content: "\e632"
}

.frm_plus4_icon:before {
    content: "\e60f"
}

.frm_minus_icon:before {
    content: "\e62e"
}

.frm_minus1_icon:before {
    content: "\e600"
}

.frm_minus2_icon:before {
    content: "\e604"
}

.frm_minus3_icon:before {
    content: "\e633"
}

.frm_minus4_icon:before {
    content: "\e613"
}

.frm_cancel_icon:before {
    content: "\e607"
}

.frm_cancel1_icon:before {
    content: "\e608"
}

.frm_close_icon:before {
    content: "\e928"
}

.frm_report_problem_solid_icon:before {
    content: "\e914"
}

.frm_report_problem_icon:before {
    content: "\e915"
}

.frm_arrowup_icon:before {
    content: "\e60d"
}

.frm_arrowup1_icon:before {
    content: "\e60e"
}

.frm_arrowup2_icon:before {
    content: "\e630"
}

.frm_arrowup3_icon:before {
    content: "\e62b"
}

.frm_arrowup4_icon:before {
    content: "\e62c"
}

.frm_arrowup5_icon:before {
    content: "\e635"
}

.frm_arrowup5_solid_icon:before {
    content: "\e9d"
}

.frm_arrowup7_icon:before {
    content: "\e908"
}

.frm_arrowup6_icon:before {
    content: "\e62d"
}

.frm_arrowdown_icon:before {
    content: "\e609"
}

.frm_arrowdown1_icon:before {
    content: "\e60c"
}

.frm_arrowdown2_icon:before {
    content: "\e631"
}

.frm_arrowdown3_icon:before {
    content: "\e628"
}

.frm_arrowdown4_icon:before {
    content: "\e629"
}

.frm_arrowdown5_icon:before {
    content: "\e634"
}

.frm_arrowdown5_solid_icon:before {
    content: "\e905"
}

.frm_arrowdown7_icon:before {
    content: "\e90b"
}

.frm_arrowdown6_icon:before {
    content: "\e62a"
}

.frm_arrow_left_icon:before {
    content: "\e912"
}

.frm_arrow_right_icon:before {
    content: "\e913"
}

.frm_filter_icon:before {
    content: "\e90c"
}

.frm_download_icon:before {
    content: "\e615"
}

.frm_upload2_icon:before {
    content: "\f093"
}

.frm_upload_icon:before {
    content: "\e616"
}

.frm_download2_icon:before {
    content: "\f019"
}

.frm_hard_drive_icon:before {
    content: "\e916"
}

.frm_pencil_solid_icon:before {
    content: "\e901"
}

.frm_pencil_icon:before {
    content: "\e61d"
}

.frm_signature_icon:before {
    content: "\e919"
}

.frm_user_icon:before {
    content: "\e7ff"
}

.frm_register_icon:before {
    content: "\e637"
}

.frm_account_circle_solid_icon:before {
    content: "\e853"
}

.frm_account_circle_icon:before {
    content: "\e921"
}

.frm_address_card_icon:before {
    content: "\e996"
}

.frm_paragraph_icon:before {
    content: "\f1dd"
}

.frm_checkbox_unchecked_icon:before {
    content: "\e91e"
}

.frm_checkbox_icon:before {
    content: "\e922"
}

.frm_checkbox_solid_icon:before {
    content: "\e91f"
}

.frm_dropdown_icon:before {
    content: "\e909"
}

.frm_caret_square_down_icon:before {
    content: "\f150"
}

.frm_check_square_icon:before {
    content: "\f14a"
}

.frm_radio_unchecked_icon:before {
    content: "\e971"
}

.frm_radio_checked_icon:before {
    content: "\ea54"
}

.frm_scrubber_icon:before {
    content: "\f2f8"
}

.frm_location_solid_icon:before {
    content: "\e955"
}

.frm_location_icon:before {
    content: "\e947"
}

.frm_toggle_on_icon:before {
    content: "\f205"
}

.frm_toggle_off_icon:before {
    content: "\f204"
}

.frm_shield_check_icon:before {
    content: "\f2f7"
}

.frm_shield_check_solid_icon:before {
    content: "\e97d"
}

.frm_clock_icon:before {
    content: "\e929"
}

.frm_clock_solid_icon:before {
    content: "\e985"
}

.frm_link_icon:before {
    content: "\f0c1"
}

.frm_email_icon:before {
    content: "\e626"
}

.frm_email_solid_icon:before {
    content: "\f0e0"
}

.frm_mail_bulk_icon:before {
    content: "\e95c"
}

.frm_phone_icon:before {
    content: "\e942"
}

.frm_calendar_icon:before {
    content: "\f073"
}

.frm_code_icon:before {
    content: "\e90d"
}

.frm_tag_icon:before {
    content: "\e98b"
}

.frm_tag_solid_icon:before {
    content: "\e989"
}

.frm_price_tags_icon:before {
    content: "\e936"
}

.frm_search_icon:before {
    content: "\e978"
}

.frm_sitemap_icon:before {
    content: "\f0e8"
}

.frm_file_icon:before {
    content: "\f15b"
}

.frm_file_text_solid_icon:before {
    content: "\f15c"
}

.frm_file_text_icon:before {
    content: "\e923"
}

.frm-option-icon:before, .frm_option_icon:before {
    content: "\e904"
}

.frm_option_solid_icon:before {
    content: "\e906"
}

.frm_more_horiz_icon:before {
    content: "\e5d3"
}

.frm_more_vert_icon:before {
    content: "\e5d4"
}

.frm_more_horiz_solid_icon {
    font-size: 28px !important;
    font-weight: 700;
    line-height: 18px
}

.frm_more_horiz_solid_icon:before {
    content: "\00B7\00B7\00B7"
}

.frm_more_vert_solid_icon:before {
    content: "\f142"
}

.frm_calculator_icon:before {
    content: "\f1ec"
}

.frm_key_icon:before {
    content: "\f084"
}

.frm_keyalt_solid_icon:before {
    content: "\e986"
}

.frm_keyalt_icon:before {
    content: "\e987"
}

.frm_keyboard_icon:before {
    content: "\e924"
}

.frm_eye_icon:before {
    content: "\f06e"
}

.frm_eye_solid_icon:before {
    content: "\e945"
}

.frm_eye_slash_icon:before {
    content: "\f070"
}

.frm_eye_slash_solid_icon:before {
    content: "\e949"
}

.frm_page_break_icon:before {
    content: "\e8e9"
}

.frm_view_day_icon:before {
    content: "\e8ed"
}

.frm_attach_file_icon:before {
    content: "\e226"
}

.frm_printer_icon:before {
    content: "\e926"
}

.frm_header_icon:before {
    content: "\f1dc"
}

.frm_h1_icon:before {
    content: "\e94c"
}

.frm_repeat_icon:before {
    content: "\f363"
}

.frm_repeater_icon:before {
    content: "\e974"
}

.frm_hashtag_icon:before {
    content: "\e292"
}

.frm_save_icon:before {
    content: "\e927"
}

.frm_sliders_icon:before {
    content: "\f1de"
}

.frm_code_commit_icon:before {
    content: "\f386"
}

.frm_star_icon:before {
    content: "\e9d7"
}

.frm_star_full_icon:before {
    content: "\e9d9"
}

.frm_star_half_icon:before {
    content: "\e9d8"
}

.frm_linear_scale_icon:before {
    content: "\e260"
}

.frm_pie_chart_icon:before {
    content: "\e99a"
}

.frm_stats_bars_icon:before {
    content: "\e99c"
}

.frm_sms_icon:before {
    content: "\e61c"
}

.frm_highrise_icon:before {
    content: "\e617"
}

.frm_mailchimp_icon:before {
    content: "\e622"
}

.frm_feed_icon:before {
    content: "\e624"
}

.frm_align_right_icon:before {
    content: "\e90f"
}

.frm_align_left_icon:before {
    content: "\e910"
}

.frm_button_icon:before {
    content: "\e911"
}

.frm_browser_icon:before {
    content: "\e925"
}

.frm_cloud_download_solid_icon:before {
    content: "\e92a"
}

.frm_cloud_download_icon:before {
    content: "\e92b"
}

.frm_cloud_upload_solid_icon:before {
    content: "\e92c"
}

.frm_cloud_upload_icon:before {
    content: "\e92d"
}

.frm_cloud_solid_icon:before {
    content: "\e92e"
}

.frm_cloud_icon:before {
    content: "\e92f"
}

.frm_shuffle_icon:before {
    content: "\e917"
}

.frm_swap_icon:before {
    content: "\e918"
}

.frm_dropper_solid_icon:before {
    content: "\e93c"
}

.frm_tint_icon:before {
    content: "\e93e"
}

.frm_pallet_solid_icon:before {
    content: "\e96c"
}

.frm_pallet_icon:before {
    content: "\e96d"
}

.frm_fingerprint_icon:before {
    content: "\e94a"
}

.frm_ghost_icon:before {
    content: "\e94b"
}

.frm_heart_solid_icon:before {
    content: "\e94d"
}

.frm_heart_icon:before {
    content: "\e94e"
}

.frm_history_icon:before {
    content: "\e94f"
}

.frm_import_icon:before {
    content: "\e91a"
}

.frm_export_icon:before {
    content: "\e91b"
}

.frm_label_solid_icon:before {
    content: "\e952"
}

.frm_label_icon:before {
    content: "\e953"
}

.frm_lock_open_icon:before {
    content: "\e957"
}

.frm_lock_solid_icon:before {
    content: "\e958"
}

.frm_lock_icon:before {
    content: "\e959"
}

.frm_magic_wand_icon:before {
    content: "\e997"
}

.frm_dollar_sign_icon:before {
    content: "\e91c"
}

.frm_percent_icon:before {
    content: "\e939"
}

.frm_notification_solid_icon:before {
    content: "\e964"
}

.frm_notification_icon:before {
    content: "\e965"
}

.frm_external_link_icon:before {
    content: "\e966"
}

.frm_pageview_solid_icon:before {
    content: "\e96a"
}

.frm_pageview_icon:before {
    content: "\e96b"
}

.frm_settings_solid_icon:before {
    content: "\e979"
}

.frm_settings_icon:before {
    content: "\e97a"
}

.frm_stamp_icon:before {
    content: "\e980"
}

.frm_support_icon:before {
    content: "\f1cd"
}

.frm_text_solid_icon:before {
    content: "\e98c"
}

.frm_text_icon:before {
    content: "\e98d"
}

.frm_text2_icon:before {
    content: "\f031"
}

.frm_text3_icon:before {
    content: "\e98e"
}

.frm_unfold_less_icon:before {
    content: "\e993"
}

.frm_unfold_more_icon:before {
    content: "\e994"
}

.frm_work_solid_icon:before {
    content: "\e999"
}

.frm_work_icon:before {
    content: "\e99e"
}

.frm_white_label_icon:before {
    content: "\e91d" !important
}

.frm_zoom_out_icon:before {
    content: "\e99f"
}

.frm_maximize_icon:before {
    content: "\e920"
}

.frm_minimize_icon:before {
    content: "\e93a"
}

.frm_authorize_icon:before {
    content: "\e903"
}

.frm_icon_font.frm_activecampaign_icon {
    background-image: none
}

.frm_activecampaign_icon:before {
    content: "\e930"
}

.frm_aweber_icon:before {
    content: "\e627"
}

.frm_campaignmonitor_icon:before {
    content: "\e946"
}

.frm_constant_contact_icon:before {
    content: "\e931"
}

.frm_getresponse_icon:before {
    content: "\e932"
}

.frm_googlesheets_icon:before {
    content: "\e944"
}

.frm_building_icon:before {
    content: "\e93f"
}

.frm_hubspot_icon:before {
    content: "\e933"
}

.frm_icontact_icon:before {
    content: "\e940"
}

.frm_icon_font.frm_mailpoet_icon:before {
    content: "\e934"
}

.frm_paypal_icon:before {
    content: "\e61f"
}

.frm_sendinblue_icon:before {
    content: "\e943"
}

.frm_sendy_icon:before {
    content: "\e941"
}

.frm_salesforce_icon:before {
    content: "\e935"
}

.frm_salesforcealt_icon:before {
    content: "\e937"
}

.frm_stripe_icon:before {
    content: "\e902"
}

.frm_stripealt_icon:before {
    content: "\e93d"
}

.frm_twilio_icon:before {
    content: "\e620"
}

.frm_woocommerce_icon:before {
    content: "\e90e"
}

.frm_wordpress_icon:before {
    content: "\f19a"
}

.frm_credit_card_icon:before {
    content: "\e938"
}

.frm_credit-card-alt_icon:before, .frm_credit_card_alt_icon:before {
    content: "\f283"
}

.frm_cc_amex_icon:before {
    content: "\f1f3"
}

.frm_cc_discover_icon:before {
    content: "\f1f2"
}

.frm_cc_mastercard_icon:before {
    content: "\f1f1"
}

.frm_cc_visa_icon:before {
    content: "\f1f0"
}

.frm_cc_paypal_icon:before {
    content: "\f1f4"
}

.frm_cc_stripe_icon:before {
    content: "\f1f5"
}

@media only screen and (max-width: 900px) {
    .frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label, .frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh .frm_primary_label, .frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth .frm_primary_label {
        display: block !important
    }
}

@media only screen and (max-width: 600px) {
    .frm_form_field.frm_four_col .frm_opt_container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 500px) {
    .frm_form_field.frm_two_col .frm_radio, .frm_form_field.frm_two_col .frm_checkbox, .frm_form_field.frm_three_col .frm_radio, .frm_form_field.frm_three_col .frm_checkbox {
        width: auto;
        margin-right: 0;
        float: none;
        display: block
    }

    .frm_form_field input[type=file] {
        max-width: 220px
    }

    .with_frm_style .frm-g-recaptcha > div > div, .with_frm_style .g-recaptcha > div > div {
        width: inherit !important;
        display: block;
        overflow: hidden;
        max-width: 302px;
        border-right: 1px solid #d3d3d3;
        border-radius: 4px;
        box-shadow: 2px 0 4px -1px rgba(0, 0, 0, .08);
        -moz-box-shadow: 2px 0 4px -1px rgba(0, 0, 0, .08)
    }

    .with_frm_style .g-recaptcha iframe, .with_frm_style .frm-g-recaptcha iframe {
        width: 100%
    }
}

.with_frm_style .frm_form_field {
    clear: both
}

.frm_form_field, .frm_form_field.frm_inline_container, .frm_form_field.frm_right_container, .frm_form_field.frm_left_container {
    width: auto
}

.frm_inline_form .frm_form_field.form-field {
    margin-right: 2.5%;
    display: inline-block
}

.frm_inline_form .frm_submit {
    display: inline-block
}

.frm_form_field.frm2, .frm_submit.frm2, .frm_form_field.frm3, .frm_submit.frm3, .frm_form_field.frm4, .frm_submit.frm4, .frm_form_field.frm6, .frm_submit.frm6, .frm_form_field.frm8, .frm_submit.frm8, .frm_form_field.frm9, .frm_submit.frm9, .frm_form_field.frm10, .frm_submit.frm10, .frm_form_field.frm_right_half, .frm_form_field.frm_right_third, .frm_form_field.frm_right_two_thirds, .frm_form_field.frm_right_fourth, .frm_form_field.frm_right_fifth, .frm_form_field.frm_right_inline, .frm_form_field.frm_last_half, .frm_form_field.frm_last_third, .frm_form_field.frm_last_two_thirds, .frm_form_field.frm_last_fourth, .frm_form_field.frm_last_fifth, .frm_form_field.frm_last_sixth, .frm_form_field.frm_last_seventh, .frm_form_field.frm_last_eighth, .frm_form_field.frm_last_inline, .frm_form_field.frm_last, .frm_form_field.frm_half, .frm_submit.frm_half, .frm_form_field.frm_third, .frm_submit.frm_third, .frm_form_field.frm_two_thirds, .frm_form_field.frm_fourth, .frm_submit.frm_fourth, .frm_form_field.frm_three_fourths, .frm_form_field.frm_fifth, .frm_submit.frm_fifth, .frm_form_field.frm_two_fifths, .frm_form_field.frm_three_fifths, .frm_form_field.frm_four_fifths, .frm_form_field.frm_sixth, .frm_submit.frm_sixth, .frm_form_field.frm_seventh, .frm_submit.frm_seventh, .frm_form_field.frm_eighth, .frm_submit.frm_eighth, .frm_form_field.frm_inline, .frm_submit.frm_inline {
    clear: none;
    float: left;
    margin-left: 2.5%
}

.frm_form_field.frm_left_half, .frm_form_field.frm_left_third, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_left_fourth, .frm_form_field.frm_left_fifth, .frm_form_field.frm_left_inline, .frm_form_field.frm_first_half, .frm_form_field.frm_first_third, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_first_fourth, .frm_form_field.frm_first_fifth, .frm_form_field.frm_first_sixth, .frm_form_field.frm_first_seventh, .frm_form_field.frm_first_eighth, .frm_form_field.frm_first_inline, .frm_form_field.frm_first {
    clear: left;
    float: left;
    margin-left: 0
}

.frm_form_field.frm6, .frm_submit.frm6, .frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half, .frm_form_field.frm_half, .frm_submit.frm_half {
    width: 48.75%
}

.frm_form_field.frm4, .frm_submit.frm4, .frm_form_field.frm_left_third, .frm_form_field.frm_third, .frm_submit.frm_third, .frm_form_field.frm_right_third, .frm_form_field.frm_first_third, .frm_form_field.frm_last_third {
    width: 31.66%
}

.frm_form_field.frm8, .frm_submit.frm8, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_right_two_thirds, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_last_two_thirds, .frm_form_field.frm_two_thirds {
    width: 65.82%
}

.frm_form_field.frm3, .frm_submit.frm3, .frm_form_field.frm_left_fourth, .frm_form_field.frm_fourth, .frm_submit.frm_fourth, .frm_form_field.frm_right_fourth, .frm_form_field.frm_first_fourth, .frm_form_field.frm_last_fourth {
    width: 23.12%
}

.frm_form_field.frm9, .frm_form_field.frm_three_fourths {
    width: 74.36%
}

.frm_form_field.frm_left_fifth, .frm_form_field.frm_fifth, .frm_submit.frm_fifth, .frm_form_field.frm_right_fifth, .frm_form_field.frm_first_fifth, .frm_form_field.frm_last_fifth {
    width: 18%
}

.frm_form_field.frm_two_fifths {
    width: 38.5%
}

.frm_form_field.frm_three_fifths {
    width: 59%
}

.frm_form_field.frm_four_fifths {
    width: 79.5%
}

.frm_form_field.frm2, .frm_submit.frm2, .frm_form_field.frm_sixth, .frm_submit.frm_sixth, .frm_form_field.frm_first_sixth, .frm_form_field.frm_last_sixth {
    width: 14.58%
}

.frm_form_field.frm10, .frm_submit.frm10 {
    width: 83.42%
}

.frm_form_field.frm_seventh, .frm_submit.frm_seventh, .frm_form_field.frm_first_seventh, .frm_form_field.frm_last_seventh {
    width: 12.14%
}

.frm_form_field.frm_eighth, .frm_submit.frm_eighth, .frm_form_field.frm_first_eighth, .frm_form_field.frm_last_eighth {
    width: 10.31%
}

.frm_form_field.frm_left_inline, .frm_form_field.frm_first_inline, .frm_form_field.frm_inline, .frm_submit.frm_inline, .frm_form_field.frm_right_inline, .frm_form_field.frm_last_inline {
    width: auto
}

.frm_full, .frm_full .wp-editor-wrap, .frm_full input:not([type=checkbox]):not([type=radio]):not([type=button]), .frm_full select, .frm_full textarea {
    width: 100% !important
}

.frm_full .wp-editor-wrap input {
    width: auto !important
}

.frm_form_field.frm_inline_container, .frm_form_field.frm_right_container, .frm_form_field.frm_left_container, .frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container, .frm_form_field.frm_two_col .frm_opt_container, .frm_form_field.frm_three_col .frm_opt_container, .frm_form_field.frm_four_col .frm_opt_container {
    display: block
}

.frm_form_field.frm_left_container .frm_primary_label {
    float: left;
    display: inline;
    max-width: 33%;
    margin-right: 5%
}

.with_frm_style .frm_conf_field.frm_left_container .frm_primary_label {
    display: inline;
    visibility: hidden
}

.frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]), .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select, .frm_form_field.frm_left_container textarea, .frm_form_field.frm_left_container .wp-editor-wrap, .frm_form_field.frm_left_container .frm_opt_container, .frm_form_field.frm_left_container .frm_dropzone, .frm_form_field.frm_left_container .frm-g-recaptcha, .frm_form_field.frm_left_container .g-recaptcha, .frm_form_field.frm_left_container .chosen-container, .frm_form_field.frm_left_container .frm_combo_inputs_container, .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]), .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select, .frm_form_field.frm_right_container textarea, .frm_form_field.frm_right_container .wp-editor-wrap, .frm_form_field.frm_right_container .frm_opt_container, .frm_form_field.frm_right_container .frm_dropzone, .frm_form_field.frm_right_container .frm-g-recaptcha, .frm_form_field.frm_right_container .g-recaptcha, .frm_form_field.frm_right_container .chosen-container, .frm_form_field.frm_right_container .frm_combo_inputs_container {
    max-width: 62%
}

.frm_form_field.frm_left_container .frm_combo_inputs_container input, .frm_form_field.frm_left_container .frm_combo_inputs_container select, .frm_form_field.frm_right_container .frm_combo_inputs_container input, .frm_form_field.frm_right_container .frm_combo_inputs_container select {
    max-width: 100%
}

.frm_form_field.frm_left_container .frm_data_container, .frm_form_field.frm_right_container .frm_data_container, .frm_form_field.frm_inline_container .frm_data_container, .frm_form_field.frm_left_container .frm_opt_container, .frm_form_field.frm_right_container .frm_opt_container, .frm_form_field.frm_inline_container .frm_opt_container, .frm_form_field.frm_left_container .frm_combo_inputs_container, .frm_form_field.frm_right_container .frm_combo_inputs_container, .frm_form_field.frm_inline_container .frm_combo_inputs_container, .frm_form_field.frm_left_container .wp-editor-wrap, .frm_form_field.frm_right_container .wp-editor-wrap, .frm_form_field.frm_inline_container .wp-editor-wrap, .frm_form_field.frm_left_container .frm_dropzone, .frm_form_field.frm_right_container .frm_dropzone, .frm_form_field.frm_inline_container .frm_dropzone, .frm_form_field.frm_left_container .frm-g-recaptcha, .frm_form_field.frm_right_container .frm-g-recaptcha, .frm_form_field.frm_inline_container .frm-g-recaptcha, .frm_form_field.frm_left_container .g-recaptcha, .frm_form_field.frm_right_container .g-recaptcha, .frm_form_field.frm_inline_container .g-recaptcha {
    display: inline-block
}

.frm_form_field.frm_left_half.frm_left_container .frm_primary_label, .frm_form_field.frm_right_half.frm_left_container .frm_primary_label, .frm_form_field.frm_left_half.frm_right_container .frm_primary_label, .frm_form_field.frm_right_half.frm_right_container .frm_primary_label, .frm_form_field.frm_first_half.frm_left_container .frm_primary_label, .frm_form_field.frm_last_half.frm_left_container .frm_primary_label, .frm_form_field.frm_first_half.frm_right_container .frm_primary_label, .frm_form_field.frm_last_half.frm_right_container .frm_primary_label, .frm_form_field.frm_half.frm_right_container .frm_primary_label, .frm_form_field.frm_half.frm_left_container .frm_primary_label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 33%
}

.with_frm_style .frm_left_container .frm_primary_label {
    float: left;
    display: inline !important;
    width: 150px;
    max-width: 33% !important;
    margin-right: 10px !important
}

.with_frm_style .frm_right_container .frm_primary_label {
    display: inline !important;
    width: 150px;
    max-width: 33% !important;
    margin-left: 10px !important
}

.with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]), .with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select, .with_frm_style .frm_form_field.frm_left_container textarea, .with_frm_style .frm_form_field.frm_left_container .frm_opt_container, .with_frm_style .frm_form_field.frm_left_container .frm-g-recaptcha, .with_frm_style .frm_form_field.frm_left_container .g-recaptcha, .with_frm_style .frm_form_field.frm_left_container .chosen-container, .with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]), .with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select, .with_frm_style .frm_form_field.frm_right_container textarea, .with_frm_style .frm_form_field.frm_right_container .frm_opt_container, .with_frm_style .frm_form_field.frm_right_container .g-recaptcha, .with_frm_style .frm_form_field.frm_right_container .frm-g-recaptcha, .with_frm_style .frm_form_field.frm_right_container .chosen-container {
    max-width: 62% !important
}

.with_frm_style .frm_form_field.frm_left_container .frm_combo_inputs_container .frm_form_field input, .with_frm_style .frm_form_field.frm_left_container .frm_combo_inputs_container .frm_form_field select, .with_frm_style .frm_form_field.frm_right_container .frm_combo_inputs_container .frm_form_field input, .with_frm_style .frm_form_field.frm_right_container .frm_combo_inputs_container .frm_form_field select {
    max-width: 100% !important
}

.with_frm_style .frm_form_field.frm_left_container .frm_opt_container, .with_frm_style .frm_form_field.frm_right_container .frm_opt_container, .with_frm_style .frm_form_field.frm_left_container .g-recaptcha, .with_frm_style .frm_form_field.frm_right_container .g-recaptcha, .with_frm_style .frm_form_field.frm_left_container .frm-g-recaptcha, .with_frm_style .frm_form_field.frm_right_container .frm-g-recaptcha {
    display: inline-block !important
}

.with_frm_style .frm_left_container > p.description::before, .with_frm_style .frm_left_container > div.description::before, .with_frm_style .frm_left_container > div.frm_description::before, .with_frm_style .frm_left_container > .frm_error::before, .with_frm_style .frm_right_container > p.description::after, .with_frm_style .frm_right_container > div.description::after, .with_frm_style .frm_right_container > div.frm_description::after, .with_frm_style .frm_right_container > .frm_error::after {
    content: '' !important;
    display: inline-block !important;
    width: 150px;
    max-width: 33% !important;
    margin-right: 10px !important
}

.with_frm_style .frm_left_container.frm_inline .frm_primary_label {
    max-width: 90% !important
}

.with_frm_style .form-field.frm_col_field {
    clear: none;
    float: left;
    margin-right: 20px
}

.with_frm_style .form-field.frm_col_field div.frm_description {
    width: auto;
    max-width: 100%
}

.with_frm_style .frm_inline_container .frm_primary_label, .with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container {
    display: inline !important
}

.with_frm_style .frm_inline_container .frm_primary_label {
    margin-right: 10px !important
}

.frm_form_field.frm_two_col .frm_radio, .frm_form_field.frm_three_col .frm_radio, .frm_form_field.frm_four_col .frm_radio, .frm_form_field.frm_two_col .frm_checkbox, .frm_form_field.frm_three_col .frm_checkbox, .frm_form_field.frm_four_col .frm_checkbox {
    float: left
}

.frm_form_field.frm_two_col .frm_radio, .frm_form_field.frm_two_col .frm_checkbox {
    width: 48%;
    margin-right: 4%
}

.frm_form_field.frm_three_col .frm_radio, .frm_form_field.frm_three_col .frm_checkbox {
    width: 30%;
    margin-right: 5%
}

.frm_form_field.frm_four_col .frm_radio, .frm_form_field.frm_four_col .frm_checkbox {
    width: 22%;
    margin-right: 4%
}

.frm_form_field.frm_two_col .frm_radio:nth-child(2n+2), .frm_form_field.frm_two_col .frm_checkbox:nth-child(2n+2), .frm_form_field.frm_three_col .frm_radio:nth-child(3n+3), .frm_form_field.frm_three_col .frm_checkbox:nth-child(3n+3), .frm_form_field.frm_four_col .frm_radio:nth-child(4n+4), .frm_form_field.frm_four_col .frm_checkbox:nth-child(4n+4) {
    margin-right: 0
}

.with_frm_style.frm_rtl .frm_form_field.frm2, .with_frm_style.frm_rtl .frm_form_field.frm3, .with_frm_style.frm_rtl .frm_form_field.frm4, .with_frm_style.frm_rtl .frm_form_field.frm6, .with_frm_style.frm_rtl .frm_form_field.frm8, .with_frm_style.frm_rtl .frm_form_field.frm9, .with_frm_style.frm_rtl .frm_form_field.frm10, .with_frm_style.frm_rtl .frm_form_field.frm_half, .with_frm_style.frm_rtl .frm_form_field.frm_third, .with_frm_style.frm_rtl .frm_form_field.frm_two_thirds, .with_frm_style.frm_rtl .frm_form_field.frm_fourth, .with_frm_style.frm_rtl .frm_form_field.frm_fifth, .with_frm_style.frm_rtl .frm_form_field.frm_sixth, .with_frm_style.frm_rtl .frm_form_field.frm_seventh, .with_frm_style.frm_rtl .frm_form_field.frm_eighth, .with_frm_style.frm_rtl .frm_form_field.frm_inline, .with_frm_style.frm_rtl .frm_form_field.frm_left_half, .with_frm_style.frm_rtl .frm_form_field.frm_left_third, .with_frm_style.frm_rtl .frm_form_field.frm_left_two_thirds, .with_frm_style.frm_rtl .frm_form_field.frm_left_fourth, .with_frm_style.frm_rtl .frm_form_field.frm_left_fifth, .with_frm_style.frm_rtl .frm_form_field.frm_left_inline, .with_frm_style.frm_rtl .frm_form_field.frm_first_half, .with_frm_style.frm_rtl .frm_form_field.frm_first_third, .with_frm_style.frm_rtl .frm_form_field.frm_first_two_thirds, .with_frm_style.frm_rtl .frm_form_field.frm_first_fourth, .with_frm_style.frm_rtl .frm_form_field.frm_first_fifth, .with_frm_style.frm_rtl .frm_form_field.frm_first_inline, .with_frm_style.frm_rtl .frm_form_field.frm_right_half, .with_frm_style.frm_rtl .frm_form_field.frm_right_third, .with_frm_style.frm_rtl .frm_form_field.frm_right_two_thirds, .with_frm_style.frm_rtl .frm_form_field.frm_right_fourth, .with_frm_style.frm_rtl .frm_form_field.frm_right_fifth, .with_frm_style.frm_rtl .frm_form_field.frm_right_inline, .with_frm_style.frm_rtl .frm_form_field.frm_last_half, .with_frm_style.frm_rtl .frm_form_field.frm_last_third, .with_frm_style.frm_rtl .frm_form_field.frm_last_two_thirds, .with_frm_style.frm_rtl .frm_form_field.frm_last_fourth, .with_frm_style.frm_rtl .frm_form_field.frm_last_fifth, .with_frm_style.frm_rtl .frm_form_field.frm_last_inline {
    float: right;
    margin-right: 2.5%;
    margin-left: 0;
    clear: none
}

.with_frm_style.frm_rtl .frm_form_field.frm_left_half, .with_frm_style.frm_rtl .frm_form_field.frm_first_half, .with_frm_style.frm_rtl .frm_form_field.frm_first, .with_frm_style.frm_rtl .frm_form_field.frm_left_third, .with_frm_style.frm_rtl .frm_form_field.frm_first_third, .with_frm_style.frm_rtl .frm_form_field.frm_first_two_thirds, .with_frm_style.frm_rtl .frm_form_field.frm_left_two_thirds, .with_frm_style.frm_rtl .frm_form_field.frm_first_fourth, .with_frm_style.frm_rtl .frm_form_field.frm_left_fourth, .with_frm_style.frm_rtl .frm_form_field.frm_left_fifth, .with_frm_style.frm_rtl .frm_form_field.frm_first_fifth, .with_frm_style.frm_rtl .frm_form_field.frm_left_inline, .with_frm_style.frm_rtl .frm_form_field.frm_first_inline {
    clear: right;
    margin-right: 0
}

.with_frm_style.frm_rtl .frm_form_field.frm_two_col .frm_radio, .with_frm_style.frm_rtl .frm_form_field.frm_three_col .frm_radio, .with_frm_style.frm_rtl .frm_form_field.frm_four_col .frm_radio, .with_frm_style.frm_rtl .frm_form_field.frm_two_col .frm_checkbox, .with_frm_style.frm_rtl .frm_form_field.frm_three_col .frm_checkbox, .with_frm_style.frm_rtl .frm_form_field.frm_four_col .frm_checkbox {
    float: right
}

@media only screen and (max-width: 500px) {
    .with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]), .with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select, .with_frm_style .frm_form_field.frm_left_container textarea, .with_frm_style .frm_form_field.frm_left_container .frm_opt_container, .with_frm_style .frm_form_field.frm_left_container .frm-g-recaptcha, .with_frm_style .frm_form_field.frm_left_container .g-recaptcha, .with_frm_style .frm_form_field.frm_left_container .chosen-container, .with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]), .with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select, .with_frm_style .frm_form_field.frm_right_container textarea, .with_frm_style .frm_form_field.frm_right_container .frm_opt_container, .with_frm_style .frm_form_field.frm_right_container .frm-g-recaptcha, .with_frm_style .frm_form_field.frm_right_container .g-recaptcha, .with_frm_style .frm_form_field.frm_right_container .chosen-container {
        max-width: 100% !important
    }

    .with_frm_style .frm_left_container > p.description::before, .with_frm_style .frm_left_container > div.description::before, .with_frm_style .frm_left_container > div.frm_description::before, .with_frm_style .frm_left_container > .frm_error::before, .with_frm_style .frm_right_container > p.description::after, .with_frm_style .frm_right_container > div.description::after, .with_frm_style .frm_right_container > div.frm_description::after, .with_frm_style .frm_right_container > .frm_error::after {
        display: none !important
    }

    .with_frm_style .frm_left_container .frm_primary_label, .with_frm_style .frm_right_container .frm_primary_label {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media only screen and (max-width: 600px) {
    .with_frm_style .frm_form_field.frm_half.frm_left_container input:not([type=radio]):not([type=checkbox]), .with_frm_style .frm_form_field.frm_half.frm_left_container select, .with_frm_style .frm_form_field.frm_half.frm_left_container textarea, .with_frm_style .frm_form_field.frm_half.frm_left_container .frm_opt_container, .with_frm_style .frm_form_field.frm_half.frm_left_container.frm-g-recaptcha, .with_frm_style .frm_form_field.frm_half.frm_left_container.g-recaptcha, .with_frm_style .frm_form_field.frm_half.frm_left_container .chosen-container, .with_frm_style .frm_form_field.frm_half.frm_right_container input:not([type=radio]):not([type=checkbox]), .with_frm_style .frm_form_field.frm_half.frm_right_container select, .with_frm_style .frm_form_field.frm_half.frm_right_container textarea, .with_frm_style .frm_form_field.frm_half.frm_right_container .frm_opt_container, .with_frm_style .frm_form_field.frm_half.frm_right_container.frm-g-recaptcha, .with_frm_style .frm_form_field.frm_half.frm_right_container.g-recaptcha, .with_frm_style .frm_form_field.frm_half.frm_right_container .chosen-container {
        max-width: 100% !important
    }

    .with_frm_style .frm_form_field.frm_left_half.frm_left_container .frm_primary_label, .with_frm_style .frm_form_field.frm_right_half.frm_left_container .frm_primary_label, .with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_primary_label, .with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_primary_label, .with_frm_style .frm_form_field.frm_half.frm_left_container .frm_primary_label, .with_frm_style .frm_form_field.frm_left_half.frm_right_container .frm_primary_label, .with_frm_style .frm_form_field.frm_right_half.frm_right_container .frm_primary_label, .with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_primary_label, .with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_primary_label, .with_frm_style .frm_form_field.frm_half.frm_right_container .frm_primary_label {
        max-width: 100% !important;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        width: 100% !important
    }

    .with_frm_style .frm_repeat_inline, .with_frm_style .frm_repeat_grid {
        margin: 20px 0
    }

    .with_frm_style .frm_form_field.frm_first_half.frm_right_container div.frm_description, .with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_error, .with_frm_style .frm_form_field.frm_first_half .frm_right_container div.frm_description, .with_frm_style .frm_form_field.frm_first_half .frm_right_container .frm_error, .with_frm_style .frm_form_field.frm_last_half.frm_right_container div.frm_description, .with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_error, .with_frm_style .frm_form_field.frm_half.frm_right_container div.frm_description, .with_frm_style .frm_form_field.frm_half.frm_right_container .frm_error, .with_frm_style .frm_form_field.frm_first_half.frm_left_container div.frm_description, .with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_error, .with_frm_style .frm_form_field.frm_first_half .frm_left_container div.frm_description, .with_frm_style .frm_form_field.frm_first_half .frm_left_container .frm_error, .with_frm_style .frm_form_field.frm_last_half.frm_left_container div.frm_description, .with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_error, .with_frm_style .frm_form_field.frm_half.frm_left_container div.frm_description, .with_frm_style .frm_form_field.frm_half.frm_left_container .frm_error {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0
    }

    .frm_form_field.frm2, .frm_submit.frm2, .frm_form_field.frm3, .frm_submit.frm3, .frm_form_field.frm4, .frm_submit.frm4, .frm_form_field.frm6, .frm_submit.frm6, .frm_form_field.frm8, .frm_submit.frm8, .frm_form_field.frm9, .frm_submit.frm9, .frm_form_field.frm10, .frm_submit.frm10, .frm_form_field.frm_half, .frm_submit.frm_half, .frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half, .frm_form_field.frm_first_third, .frm_form_field.frm_third, .frm_submit.frm_third, .frm_form_field.frm_last_third, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_last_two_thirds, .frm_form_field.frm_two_thirds, .frm_form_field.frm_left_fourth, .frm_form_field.frm_fourth, .frm_submit.frm_fourth, .frm_form_field.frm_right_fourth, .frm_form_field.frm_first_fourth, .frm_form_field.frm_last_fourth, .frm_form_field.frm_three_fourths, .frm_form_field.frm_fifth, .frm_submit.frm_fifth, .frm_form_field.frm_two_fifths, .frm_form_field.frm_three_fifths, .frm_form_field.frm_four_fifths, .frm_form_field.frm_sixth, .frm_submit.frm_sixth, .frm_form_field.frm_seventh, .frm_submit.frm_seventh, .frm_form_field.frm_eighth, .frm_submit.frm_eighth, .frm_form_field.frm_first_inline, .frm_form_field.frm_inline, .frm_submit.frm_inline, .frm_form_field.frm_last_inline {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        float: none
    }

    .frm_form_field.frm_four_col .frm_radio, .frm_form_field.frm_four_col .frm_checkbox {
        width: 48%
    }

    .frm_form_field.frm_four_col .frm_radio:nth-child(2n+2), .frm_form_field.frm_four_col .frm_checkbox:nth-child(2n+2) {
        margin-right: 0
    }
}

.elementor-panel .elementor-element .icon .th-linea {
    font-size: 23px
}

@font-face {
    font-family: linea-arrows-10;
    src: url(../other/linea-arrows-10.eot);
    src: url(../other/linea-arrows-10.eot?#iefix) format("embedded-opentype"), url(../other/linea-arrows-10.woff) format("woff"), url(../other/linea-arrows-10.ttf) format("truetype"), url(../other/linea-arrows-10.svg#linea-arrows-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-arrows-]:before, [class*=" icon-arrows-"]:before {
    font-family: linea-arrows-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrows-anticlockwise:before {
    content: "\e000"
}

.icon-arrows-anticlockwise-dashed:before {
    content: "\e001"
}

.icon-arrows-button-down:before {
    content: "\e002"
}

.icon-arrows-button-off:before {
    content: "\e003"
}

.icon-arrows-button-on:before {
    content: "\e004"
}

.icon-arrows-button-up:before {
    content: "\e005"
}

.icon-arrows-check:before {
    content: "\e006"
}

.icon-arrows-circle-check:before {
    content: "\e007"
}

.icon-arrows-circle-down:before {
    content: "\e008"
}

.icon-arrows-circle-downleft:before {
    content: "\e009"
}

.icon-arrows-circle-downright:before {
    content: "\e00a"
}

.icon-arrows-circle-left:before {
    content: "\e00b"
}

.icon-arrows-circle-minus:before {
    content: "\e00c"
}

.icon-arrows-circle-plus:before {
    content: "\e00d"
}

.icon-arrows-circle-remove:before {
    content: "\e00e"
}

.icon-arrows-circle-right:before {
    content: "\e00f"
}

.icon-arrows-circle-up:before {
    content: "\e010"
}

.icon-arrows-circle-upleft:before {
    content: "\e011"
}

.icon-arrows-circle-upright:before {
    content: "\e012"
}

.icon-arrows-clockwise:before {
    content: "\e013"
}

.icon-arrows-clockwise-dashed:before {
    content: "\e014"
}

.icon-arrows-compress:before {
    content: "\e015"
}

.icon-arrows-deny:before {
    content: "\e016"
}

.icon-arrows-diagonal:before {
    content: "\e017"
}

.icon-arrows-diagonal2:before {
    content: "\e018"
}

.icon-arrows-down:before {
    content: "\e019"
}

.icon-arrows-down-double:before {
    content: "\e01a"
}

.icon-arrows-downleft:before {
    content: "\e01b"
}

.icon-arrows-downright:before {
    content: "\e01c"
}

.icon-arrows-drag-down:before {
    content: "\e01d"
}

.icon-arrows-drag-down-dashed:before {
    content: "\e01e"
}

.icon-arrows-drag-horiz:before {
    content: "\e01f"
}

.icon-arrows-drag-left:before {
    content: "\e020"
}

.icon-arrows-drag-left-dashed:before {
    content: "\e021"
}

.icon-arrows-drag-right:before {
    content: "\e022"
}

.icon-arrows-drag-right-dashed:before {
    content: "\e023"
}

.icon-arrows-drag-up:before {
    content: "\e024"
}

.icon-arrows-drag-up-dashed:before {
    content: "\e025"
}

.icon-arrows-drag-vert:before {
    content: "\e026"
}

.icon-arrows-exclamation:before {
    content: "\e027"
}

.icon-arrows-expand:before {
    content: "\e028"
}

.icon-arrows-expand-diagonal1:before {
    content: "\e029"
}

.icon-arrows-expand-horizontal1:before {
    content: "\e02a"
}

.icon-arrows-expand-vertical1:before {
    content: "\e02b"
}

.icon-arrows-fit-horizontal:before {
    content: "\e02c"
}

.icon-arrows-fit-vertical:before {
    content: "\e02d"
}

.icon-arrows-glide:before {
    content: "\e02e"
}

.icon-arrows-glide-horizontal:before {
    content: "\e02f"
}

.icon-arrows-glide-vertical:before {
    content: "\e030"
}

.icon-arrows-hamburger1:before {
    content: "\e031"
}

.icon-arrows-hamburger-2:before {
    content: "\e032"
}

.icon-arrows-horizontal:before {
    content: "\e033"
}

.icon-arrows-info:before {
    content: "\e034"
}

.icon-arrows-keyboard-alt:before {
    content: "\e035"
}

.icon-arrows-keyboard-cmd:before {
    content: "\e036"
}

.icon-arrows-keyboard-delete:before {
    content: "\e037"
}

.icon-arrows-keyboard-down:before {
    content: "\e038"
}

.icon-arrows-keyboard-left:before {
    content: "\e039"
}

.icon-arrows-keyboard-return:before {
    content: "\e03a"
}

.icon-arrows-keyboard-right:before {
    content: "\e03b"
}

.icon-arrows-keyboard-shift:before {
    content: "\e03c"
}

.icon-arrows-keyboard-tab:before {
    content: "\e03d"
}

.icon-arrows-keyboard-up:before {
    content: "\e03e"
}

.icon-arrows-left:before {
    content: "\e03f"
}

.icon-arrows-left-double-32:before {
    content: "\e040"
}

.icon-arrows-minus:before {
    content: "\e041"
}

.icon-arrows-move:before {
    content: "\e042"
}

.icon-arrows-move2:before {
    content: "\e043"
}

.icon-arrows-move-bottom:before {
    content: "\e044"
}

.icon-arrows-move-left:before {
    content: "\e045"
}

.icon-arrows-move-right:before {
    content: "\e046"
}

.icon-arrows-move-top:before {
    content: "\e047"
}

.icon-arrows-plus:before {
    content: "\e048"
}

.icon-arrows-question:before {
    content: "\e049"
}

.icon-arrows-remove:before {
    content: "\e04a"
}

.icon-arrows-right:before {
    content: "\e04b"
}

.icon-arrows-right-double:before {
    content: "\e04c"
}

.icon-arrows-rotate:before {
    content: "\e04d"
}

.icon-arrows-rotate-anti:before {
    content: "\e04e"
}

.icon-arrows-rotate-anti-dashed:before {
    content: "\e04f"
}

.icon-arrows-rotate-dashed:before {
    content: "\e050"
}

.icon-arrows-shrink:before {
    content: "\e051"
}

.icon-arrows-shrink-diagonal1:before {
    content: "\e052"
}

.icon-arrows-shrink-diagonal2:before {
    content: "\e053"
}

.icon-arrows-shrink-horizonal2:before {
    content: "\e054"
}

.icon-arrows-shrink-horizontal1:before {
    content: "\e055"
}

.icon-arrows-shrink-vertical1:before {
    content: "\e056"
}

.icon-arrows-shrink-vertical2:before {
    content: "\e057"
}

.icon-arrows-sign-down:before {
    content: "\e058"
}

.icon-arrows-sign-left:before {
    content: "\e059"
}

.icon-arrows-sign-right:before {
    content: "\e05a"
}

.icon-arrows-sign-up:before {
    content: "\e05b"
}

.icon-arrows-slide-down1:before {
    content: "\e05c"
}

.icon-arrows-slide-down2:before {
    content: "\e05d"
}

.icon-arrows-slide-left1:before {
    content: "\e05e"
}

.icon-arrows-slide-left2:before {
    content: "\e05f"
}

.icon-arrows-slide-right1:before {
    content: "\e060"
}

.icon-arrows-slide-right2:before {
    content: "\e061"
}

.icon-arrows-slide-up1:before {
    content: "\e062"
}

.icon-arrows-slide-up2:before {
    content: "\e063"
}

.icon-arrows-slim-down:before {
    content: "\e064"
}

.icon-arrows-slim-down-dashed:before {
    content: "\e065"
}

.icon-arrows-slim-left:before {
    content: "\e066"
}

.icon-arrows-slim-left-dashed:before {
    content: "\e067"
}

.icon-arrows-slim-right:before {
    content: "\e068"
}

.icon-arrows-slim-right-dashed:before {
    content: "\e069"
}

.icon-arrows-slim-up:before {
    content: "\e06a"
}

.icon-arrows-slim-up-dashed:before {
    content: "\e06b"
}

.icon-arrows-square-check:before {
    content: "\e06c"
}

.icon-arrows-square-down:before {
    content: "\e06d"
}

.icon-arrows-square-downleft:before {
    content: "\e06e"
}

.icon-arrows-square-downright:before {
    content: "\e06f"
}

.icon-arrows-square-left:before {
    content: "\e070"
}

.icon-arrows-square-minus:before {
    content: "\e071"
}

.icon-arrows-square-plus:before {
    content: "\e072"
}

.icon-arrows-square-remove:before {
    content: "\e073"
}

.icon-arrows-square-right:before {
    content: "\e074"
}

.icon-arrows-square-up:before {
    content: "\e075"
}

.icon-arrows-square-upleft:before {
    content: "\e076"
}

.icon-arrows-square-upright:before {
    content: "\e077"
}

.icon-arrows-squares:before {
    content: "\e078"
}

.icon-arrows-stretch-diagonal1:before {
    content: "\e079"
}

.icon-arrows-stretch-diagonal2:before {
    content: "\e07a"
}

.icon-arrows-stretch-diagonal3:before {
    content: "\e07b"
}

.icon-arrows-stretch-diagonal4:before {
    content: "\e07c"
}

.icon-arrows-stretch-horizontal1:before {
    content: "\e07d"
}

.icon-arrows-stretch-horizontal2:before {
    content: "\e07e"
}

.icon-arrows-stretch-vertical1:before {
    content: "\e07f"
}

.icon-arrows-stretch-vertical2:before {
    content: "\e080"
}

.icon-arrows-switch-horizontal:before {
    content: "\e081"
}

.icon-arrows-switch-vertical:before {
    content: "\e082"
}

.icon-arrows-up:before {
    content: "\e083"
}

.icon-arrows-up-double-33:before {
    content: "\e084"
}

.icon-arrows-upleft:before {
    content: "\e085"
}

.icon-arrows-upright:before {
    content: "\e086"
}

.icon-arrows-vertical:before {
    content: "\e087"
}

@font-face {
    font-family: linea-basic-10;
    src: url(../other/linea-basic-10.eot);
    src: url(../other/linea-basic-10.eot?#iefix) format("embedded-opentype"), url(../other/linea-basic-10.woff) format("woff"), url(../other/linea-basic-10.ttf) format("truetype"), url(../other/linea-basic-10.svg#linea-basic-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-basic-]:before, [class*=" icon-basic-"]:before {
    font-family: linea-basic-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-basic-accelerator:before {
    content: "a"
}

.icon-basic-alarm:before {
    content: "b"
}

.icon-basic-anchor:before {
    content: "c"
}

.icon-basic-anticlockwise:before {
    content: "d"
}

.icon-basic-archive:before {
    content: "e"
}

.icon-basic-archive-full:before {
    content: "f"
}

.icon-basic-ban:before {
    content: "g"
}

.icon-basic-battery-charge:before {
    content: "h"
}

.icon-basic-battery-empty:before {
    content: "i"
}

.icon-basic-battery-full:before {
    content: "j"
}

.icon-basic-battery-half:before {
    content: "k"
}

.icon-basic-bolt:before {
    content: "l"
}

.icon-basic-book:before {
    content: "m"
}

.icon-basic-book-pen:before {
    content: "n"
}

.icon-basic-book-pencil:before {
    content: "o"
}

.icon-basic-bookmark:before {
    content: "p"
}

.icon-basic-calculator:before {
    content: "q"
}

.icon-basic-calendar:before {
    content: "r"
}

.icon-basic-cards-diamonds:before {
    content: "s"
}

.icon-basic-cards-hearts:before {
    content: "t"
}

.icon-basic-case:before {
    content: "u"
}

.icon-basic-chronometer:before {
    content: "v"
}

.icon-basic-clessidre:before {
    content: "w"
}

.icon-basic-clock:before {
    content: "x"
}

.icon-basic-clockwise:before {
    content: "y"
}

.icon-basic-cloud:before {
    content: "z"
}

.icon-basic-clubs:before {
    content: "A"
}

.icon-basic-compass:before {
    content: "B"
}

.icon-basic-cup:before {
    content: "C"
}

.icon-basic-diamonds:before {
    content: "D"
}

.icon-basic-display:before {
    content: "E"
}

.icon-basic-download:before {
    content: "F"
}

.icon-basic-exclamation:before {
    content: "G"
}

.icon-basic-eye:before {
    content: "H"
}

.icon-basic-eye-closed:before {
    content: "I"
}

.icon-basic-female:before {
    content: "J"
}

.icon-basic-flag1:before {
    content: "K"
}

.icon-basic-flag2:before {
    content: "L"
}

.icon-basic-floppydisk:before {
    content: "M"
}

.icon-basic-folder:before {
    content: "N"
}

.icon-basic-folder-multiple:before {
    content: "O"
}

.icon-basic-gear:before {
    content: "P"
}

.icon-basic-geolocalize-01:before {
    content: "Q"
}

.icon-basic-geolocalize-05:before {
    content: "R"
}

.icon-basic-globe:before {
    content: "S"
}

.icon-basic-gunsight:before {
    content: "T"
}

.icon-basic-hammer:before {
    content: "U"
}

.icon-basic-headset:before {
    content: "V"
}

.icon-basic-heart:before {
    content: "W"
}

.icon-basic-heart-broken:before {
    content: "X"
}

.icon-basic-helm:before {
    content: "Y"
}

.icon-basic-home:before {
    content: "Z"
}

.icon-basic-info:before {
    content: "0"
}

.icon-basic-ipod:before {
    content: "1"
}

.icon-basic-joypad:before {
    content: "2"
}

.icon-basic-key:before {
    content: "3"
}

.icon-basic-keyboard:before {
    content: "4"
}

.icon-basic-laptop:before {
    content: "5"
}

.icon-basic-life-buoy:before {
    content: "6"
}

.icon-basic-lightbulb:before {
    content: "7"
}

.icon-basic-link:before {
    content: "8"
}

.icon-basic-lock:before {
    content: "9"
}

.icon-basic-lock-open:before {
    content: "!"
}

.icon-basic-magic-mouse:before {
    content: "\""
}

.icon-basic-magnifier:before {
    content: "#"
}

.icon-basic-magnifier-minus:before {
    content: "$"
}

.icon-basic-magnifier-plus:before {
    content: "%"
}

.icon-basic-mail:before {
    content: "&"
}

.icon-basic-mail-multiple:before {
    content: "'"
}

.icon-basic-mail-open:before {
    content: "("
}

.icon-basic-mail-open-text:before {
    content: ")"
}

.icon-basic-male:before {
    content: "*"
}

.icon-basic-map:before {
    content: "+"
}

.icon-basic-message:before {
    content: ","
}

.icon-basic-message-multiple:before {
    content: "-"
}

.icon-basic-message-txt:before {
    content: "."
}

.icon-basic-mixer2:before {
    content: "/"
}

.icon-basic-mouse:before {
    content: ":"
}

.icon-basic-notebook:before {
    content: ";"
}

.icon-basic-notebook-pen:before {
    content: "<"
}

.icon-basic-notebook-pencil:before {
    content: "="
}

.icon-basic-paperplane:before {
    content: ">"
}

.icon-basic-pencil-ruler:before {
    content: "?"
}

.icon-basic-pencil-ruler-pen:before {
    content: "@"
}

.icon-basic-photo:before {
    content: "["
}

.icon-basic-picture:before {
    content: "]"
}

.icon-basic-picture-multiple:before {
    content: "^"
}

.icon-basic-pin1:before {
    content: "_"
}

.icon-basic-pin2:before {
    content: "`"
}

.icon-basic-postcard:before {
    content: "{"
}

.icon-basic-postcard-multiple:before {
    content: "|"
}

.icon-basic-printer:before {
    content: "}"
}

.icon-basic-question:before {
    content: "~"
}

.icon-basic-rss:before {
    content: "\\"
}

.icon-basic-server:before {
    content: "\e000"
}

.icon-basic-server2:before {
    content: "\e001"
}

.icon-basic-server-cloud:before {
    content: "\e002"
}

.icon-basic-server-download:before {
    content: "\e003"
}

.icon-basic-server-upload:before {
    content: "\e004"
}

.icon-basic-settings:before {
    content: "\e005"
}

.icon-basic-share:before {
    content: "\e006"
}

.icon-basic-sheet:before {
    content: "\e007"
}

.icon-basic-sheet-multiple:before {
    content: "\e008"
}

.icon-basic-sheet-pen:before {
    content: "\e009"
}

.icon-basic-sheet-pencil:before {
    content: "\e00a"
}

.icon-basic-sheet-txt:before {
    content: "\e00b"
}

.icon-basic-signs:before {
    content: "\e00c"
}

.icon-basic-smartphone:before {
    content: "\e00d"
}

.icon-basic-spades:before {
    content: "\e00e"
}

.icon-basic-spread:before {
    content: "\e00f"
}

.icon-basic-spread-bookmark:before {
    content: "\e010"
}

.icon-basic-spread-text:before {
    content: "\e011"
}

.icon-basic-spread-text-bookmark:before {
    content: "\e012"
}

.icon-basic-star:before {
    content: "\e013"
}

.icon-basic-tablet:before {
    content: "\e014"
}

.icon-basic-target:before {
    content: "\e015"
}

.icon-basic-todo:before {
    content: "\e016"
}

.icon-basic-todo-pen:before {
    content: "\e017"
}

.icon-basic-todo-pencil:before {
    content: "\e018"
}

.icon-basic-todo-txt:before {
    content: "\e019"
}

.icon-basic-todolist-pen:before {
    content: "\e01a"
}

.icon-basic-todolist-pencil:before {
    content: "\e01b"
}

.icon-basic-trashcan:before {
    content: "\e01c"
}

.icon-basic-trashcan-full:before {
    content: "\e01d"
}

.icon-basic-trashcan-refresh:before {
    content: "\e01e"
}

.icon-basic-trashcan-remove:before {
    content: "\e01f"
}

.icon-basic-upload:before {
    content: "\e020"
}

.icon-basic-usb:before {
    content: "\e021"
}

.icon-basic-video:before {
    content: "\e022"
}

.icon-basic-watch:before {
    content: "\e023"
}

.icon-basic-webpage:before {
    content: "\e024"
}

.icon-basic-webpage-img-txt:before {
    content: "\e025"
}

.icon-basic-webpage-multiple:before {
    content: "\e026"
}

.icon-basic-webpage-txt:before {
    content: "\e027"
}

.icon-basic-world:before {
    content: "\e028"
}

@font-face {
    font-family: linea-basic-elaboration-10;
    src: url(../other/linea-basic-elaboration-10.eot);
    src: url(../other/linea-basic-elaboration-10.eot?#iefix) format("embedded-opentype"), url(../other/linea-basic-elaboration-10.woff) format("woff"), url(../other/linea-basic-elaboration-10.ttf) format("truetype"), url(../other/linea-basic-elaboration-10.svg#linea-basic-elaboration-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-basic-elab]:before, [class*=" icon-basic-elab"]:before {
    font-family: linea-basic-elaboration-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-basic-elaboration-bookmark-check:before {
    content: "a"
}

.icon-basic-elaboration-bookmark-minus:before {
    content: "b"
}

.icon-basic-elaboration-bookmark-plus:before {
    content: "c"
}

.icon-basic-elaboration-bookmark-remove:before {
    content: "d"
}

.icon-basic-elaboration-briefcase-check:before {
    content: "e"
}

.icon-basic-elaboration-briefcase-download:before {
    content: "f"
}

.icon-basic-elaboration-briefcase-flagged:before {
    content: "g"
}

.icon-basic-elaboration-briefcase-minus:before {
    content: "h"
}

.icon-basic-elaboration-briefcase-plus:before {
    content: "i"
}

.icon-basic-elaboration-briefcase-refresh:before {
    content: "j"
}

.icon-basic-elaboration-briefcase-remove:before {
    content: "k"
}

.icon-basic-elaboration-briefcase-search:before {
    content: "l"
}

.icon-basic-elaboration-briefcase-star:before {
    content: "m"
}

.icon-basic-elaboration-briefcase-upload:before {
    content: "n"
}

.icon-basic-elaboration-browser-check:before {
    content: "o"
}

.icon-basic-elaboration-browser-download:before {
    content: "p"
}

.icon-basic-elaboration-browser-minus:before {
    content: "q"
}

.icon-basic-elaboration-browser-plus:before {
    content: "r"
}

.icon-basic-elaboration-browser-refresh:before {
    content: "s"
}

.icon-basic-elaboration-browser-remove:before {
    content: "t"
}

.icon-basic-elaboration-browser-search:before {
    content: "u"
}

.icon-basic-elaboration-browser-star:before {
    content: "v"
}

.icon-basic-elaboration-browser-upload:before {
    content: "w"
}

.icon-basic-elaboration-calendar-check:before {
    content: "x"
}

.icon-basic-elaboration-calendar-cloud:before {
    content: "y"
}

.icon-basic-elaboration-calendar-download:before {
    content: "z"
}

.icon-basic-elaboration-calendar-empty:before {
    content: "A"
}

.icon-basic-elaboration-calendar-flagged:before {
    content: "B"
}

.icon-basic-elaboration-calendar-heart:before {
    content: "C"
}

.icon-basic-elaboration-calendar-minus:before {
    content: "D"
}

.icon-basic-elaboration-calendar-next:before {
    content: "E"
}

.icon-basic-elaboration-calendar-noaccess:before {
    content: "F"
}

.icon-basic-elaboration-calendar-pencil:before {
    content: "G"
}

.icon-basic-elaboration-calendar-plus:before {
    content: "H"
}

.icon-basic-elaboration-calendar-previous:before {
    content: "I"
}

.icon-basic-elaboration-calendar-refresh:before {
    content: "J"
}

.icon-basic-elaboration-calendar-remove:before {
    content: "K"
}

.icon-basic-elaboration-calendar-search:before {
    content: "L"
}

.icon-basic-elaboration-calendar-star:before {
    content: "M"
}

.icon-basic-elaboration-calendar-upload:before {
    content: "N"
}

.icon-basic-elaboration-cloud-check:before {
    content: "O"
}

.icon-basic-elaboration-cloud-download:before {
    content: "P"
}

.icon-basic-elaboration-cloud-minus:before {
    content: "Q"
}

.icon-basic-elaboration-cloud-noaccess:before {
    content: "R"
}

.icon-basic-elaboration-cloud-plus:before {
    content: "S"
}

.icon-basic-elaboration-cloud-refresh:before {
    content: "T"
}

.icon-basic-elaboration-cloud-remove:before {
    content: "U"
}

.icon-basic-elaboration-cloud-search:before {
    content: "V"
}

.icon-basic-elaboration-cloud-upload:before {
    content: "W"
}

.icon-basic-elaboration-document-check:before {
    content: "X"
}

.icon-basic-elaboration-document-cloud:before {
    content: "Y"
}

.icon-basic-elaboration-document-download:before {
    content: "Z"
}

.icon-basic-elaboration-document-flagged:before {
    content: "0"
}

.icon-basic-elaboration-document-graph:before {
    content: "1"
}

.icon-basic-elaboration-document-heart:before {
    content: "2"
}

.icon-basic-elaboration-document-minus:before {
    content: "3"
}

.icon-basic-elaboration-document-next:before {
    content: "4"
}

.icon-basic-elaboration-document-noaccess:before {
    content: "5"
}

.icon-basic-elaboration-document-note:before {
    content: "6"
}

.icon-basic-elaboration-document-pencil:before {
    content: "7"
}

.icon-basic-elaboration-document-picture:before {
    content: "8"
}

.icon-basic-elaboration-document-plus:before {
    content: "9"
}

.icon-basic-elaboration-document-previous:before {
    content: "!"
}

.icon-basic-elaboration-document-refresh:before {
    content: "\""
}

.icon-basic-elaboration-document-remove:before {
    content: "#"
}

.icon-basic-elaboration-document-search:before {
    content: "$"
}

.icon-basic-elaboration-document-star:before {
    content: "%"
}

.icon-basic-elaboration-document-upload:before {
    content: "&"
}

.icon-basic-elaboration-folder-check:before {
    content: "'"
}

.icon-basic-elaboration-folder-cloud:before {
    content: "("
}

.icon-basic-elaboration-folder-document:before {
    content: ")"
}

.icon-basic-elaboration-folder-download:before {
    content: "*"
}

.icon-basic-elaboration-folder-flagged:before {
    content: "+"
}

.icon-basic-elaboration-folder-graph:before {
    content: ","
}

.icon-basic-elaboration-folder-heart:before {
    content: "-"
}

.icon-basic-elaboration-folder-minus:before {
    content: "."
}

.icon-basic-elaboration-folder-next:before {
    content: "/"
}

.icon-basic-elaboration-folder-noaccess:before {
    content: ":"
}

.icon-basic-elaboration-folder-note:before {
    content: ";"
}

.icon-basic-elaboration-folder-pencil:before {
    content: "<"
}

.icon-basic-elaboration-folder-picture:before {
    content: "="
}

.icon-basic-elaboration-folder-plus:before {
    content: ">"
}

.icon-basic-elaboration-folder-previous:before {
    content: "?"
}

.icon-basic-elaboration-folder-refresh:before {
    content: "@"
}

.icon-basic-elaboration-folder-remove:before {
    content: "["
}

.icon-basic-elaboration-folder-search:before {
    content: "]"
}

.icon-basic-elaboration-folder-star:before {
    content: "^"
}

.icon-basic-elaboration-folder-upload:before {
    content: "_"
}

.icon-basic-elaboration-mail-check:before {
    content: "`"
}

.icon-basic-elaboration-mail-cloud:before {
    content: "{"
}

.icon-basic-elaboration-mail-document:before {
    content: "|"
}

.icon-basic-elaboration-mail-download:before {
    content: "}"
}

.icon-basic-elaboration-mail-flagged:before {
    content: "~"
}

.icon-basic-elaboration-mail-heart:before {
    content: "\\"
}

.icon-basic-elaboration-mail-next:before {
    content: "\e000"
}

.icon-basic-elaboration-mail-noaccess:before {
    content: "\e001"
}

.icon-basic-elaboration-mail-note:before {
    content: "\e002"
}

.icon-basic-elaboration-mail-pencil:before {
    content: "\e003"
}

.icon-basic-elaboration-mail-picture:before {
    content: "\e004"
}

.icon-basic-elaboration-mail-previous:before {
    content: "\e005"
}

.icon-basic-elaboration-mail-refresh:before {
    content: "\e006"
}

.icon-basic-elaboration-mail-remove:before {
    content: "\e007"
}

.icon-basic-elaboration-mail-search:before {
    content: "\e008"
}

.icon-basic-elaboration-mail-star:before {
    content: "\e009"
}

.icon-basic-elaboration-mail-upload:before {
    content: "\e00a"
}

.icon-basic-elaboration-message-check:before {
    content: "\e00b"
}

.icon-basic-elaboration-message-dots:before {
    content: "\e00c"
}

.icon-basic-elaboration-message-happy:before {
    content: "\e00d"
}

.icon-basic-elaboration-message-heart:before {
    content: "\e00e"
}

.icon-basic-elaboration-message-minus:before {
    content: "\e00f"
}

.icon-basic-elaboration-message-note:before {
    content: "\e010"
}

.icon-basic-elaboration-message-plus:before {
    content: "\e011"
}

.icon-basic-elaboration-message-refresh:before {
    content: "\e012"
}

.icon-basic-elaboration-message-remove:before {
    content: "\e013"
}

.icon-basic-elaboration-message-sad:before {
    content: "\e014"
}

.icon-basic-elaboration-smartphone-cloud:before {
    content: "\e015"
}

.icon-basic-elaboration-smartphone-heart:before {
    content: "\e016"
}

.icon-basic-elaboration-smartphone-noaccess:before {
    content: "\e017"
}

.icon-basic-elaboration-smartphone-note:before {
    content: "\e018"
}

.icon-basic-elaboration-smartphone-pencil:before {
    content: "\e019"
}

.icon-basic-elaboration-smartphone-picture:before {
    content: "\e01a"
}

.icon-basic-elaboration-smartphone-refresh:before {
    content: "\e01b"
}

.icon-basic-elaboration-smartphone-search:before {
    content: "\e01c"
}

.icon-basic-elaboration-tablet-cloud:before {
    content: "\e01d"
}

.icon-basic-elaboration-tablet-heart:before {
    content: "\e01e"
}

.icon-basic-elaboration-tablet-noaccess:before {
    content: "\e01f"
}

.icon-basic-elaboration-tablet-note:before {
    content: "\e020"
}

.icon-basic-elaboration-tablet-pencil:before {
    content: "\e021"
}

.icon-basic-elaboration-tablet-picture:before {
    content: "\e022"
}

.icon-basic-elaboration-tablet-refresh:before {
    content: "\e023"
}

.icon-basic-elaboration-tablet-search:before {
    content: "\e024"
}

.icon-basic-elaboration-todolist-2:before {
    content: "\e025"
}

.icon-basic-elaboration-todolist-check:before {
    content: "\e026"
}

.icon-basic-elaboration-todolist-cloud:before {
    content: "\e027"
}

.icon-basic-elaboration-todolist-download:before {
    content: "\e028"
}

.icon-basic-elaboration-todolist-flagged:before {
    content: "\e029"
}

.icon-basic-elaboration-todolist-minus:before {
    content: "\e02a"
}

.icon-basic-elaboration-todolist-noaccess:before {
    content: "\e02b"
}

.icon-basic-elaboration-todolist-pencil:before {
    content: "\e02c"
}

.icon-basic-elaboration-todolist-plus:before {
    content: "\e02d"
}

.icon-basic-elaboration-todolist-refresh:before {
    content: "\e02e"
}

.icon-basic-elaboration-todolist-remove:before {
    content: "\e02f"
}

.icon-basic-elaboration-todolist-search:before {
    content: "\e030"
}

.icon-basic-elaboration-todolist-star:before {
    content: "\e031"
}

.icon-basic-elaboration-todolist-upload:before {
    content: "\e032"
}

@font-face {
    font-family: linea-ecommerce-10;
    src: url(../other/linea-ecommerce-10.eot);
    src: url(../other/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"), url(../other/linea-ecommerce-10.woff) format("woff"), url(../other/linea-ecommerce-10.ttf) format("truetype"), url(../other/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-ecommerce-]:before, [class*=" icon-ecommerce-"]:before {
    font-family: linea-ecommerce-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ecommerce-bag:before {
    content: "a"
}

.icon-ecommerce-bag-check:before {
    content: "b"
}

.icon-ecommerce-bag-cloud:before {
    content: "c"
}

.icon-ecommerce-bag-download:before {
    content: "d"
}

.icon-ecommerce-bag-minus:before {
    content: "e"
}

.icon-ecommerce-bag-plus:before {
    content: "f"
}

.icon-ecommerce-bag-refresh:before {
    content: "g"
}

.icon-ecommerce-bag-remove:before {
    content: "h"
}

.icon-ecommerce-bag-search:before {
    content: "i"
}

.icon-ecommerce-bag-upload:before {
    content: "j"
}

.icon-ecommerce-banknote:before {
    content: "k"
}

.icon-ecommerce-banknotes:before {
    content: "l"
}

.icon-ecommerce-basket:before {
    content: "m"
}

.icon-ecommerce-basket-check:before {
    content: "n"
}

.icon-ecommerce-basket-cloud:before {
    content: "o"
}

.icon-ecommerce-basket-download:before {
    content: "p"
}

.icon-ecommerce-basket-minus:before {
    content: "q"
}

.icon-ecommerce-basket-plus:before {
    content: "r"
}

.icon-ecommerce-basket-refresh:before {
    content: "s"
}

.icon-ecommerce-basket-remove:before {
    content: "t"
}

.icon-ecommerce-basket-search:before {
    content: "u"
}

.icon-ecommerce-basket-upload:before {
    content: "v"
}

.icon-ecommerce-bath:before {
    content: "w"
}

.icon-ecommerce-cart:before {
    content: "x"
}

.icon-ecommerce-cart-check:before {
    content: "y"
}

.icon-ecommerce-cart-cloud:before {
    content: "z"
}

.icon-ecommerce-cart-content:before {
    content: "A"
}

.icon-ecommerce-cart-download:before {
    content: "B"
}

.icon-ecommerce-cart-minus:before {
    content: "C"
}

.icon-ecommerce-cart-plus:before {
    content: "D"
}

.icon-ecommerce-cart-refresh:before {
    content: "E"
}

.icon-ecommerce-cart-remove:before {
    content: "F"
}

.icon-ecommerce-cart-search:before {
    content: "G"
}

.icon-ecommerce-cart-upload:before {
    content: "H"
}

.icon-ecommerce-cent:before {
    content: "I"
}

.icon-ecommerce-colon:before {
    content: "J"
}

.icon-ecommerce-creditcard:before {
    content: "K"
}

.icon-ecommerce-diamond:before {
    content: "L"
}

.icon-ecommerce-dollar:before {
    content: "M"
}

.icon-ecommerce-euro:before {
    content: "N"
}

.icon-ecommerce-franc:before {
    content: "O"
}

.icon-ecommerce-gift:before {
    content: "P"
}

.icon-ecommerce-graph1:before {
    content: "Q"
}

.icon-ecommerce-graph2:before {
    content: "R"
}

.icon-ecommerce-graph3:before {
    content: "S"
}

.icon-ecommerce-graph-decrease:before {
    content: "T"
}

.icon-ecommerce-graph-increase:before {
    content: "U"
}

.icon-ecommerce-guarani:before {
    content: "V"
}

.icon-ecommerce-kips:before {
    content: "W"
}

.icon-ecommerce-lira:before {
    content: "X"
}

.icon-ecommerce-megaphone:before {
    content: "Y"
}

.icon-ecommerce-money:before {
    content: "Z"
}

.icon-ecommerce-naira:before {
    content: "0"
}

.icon-ecommerce-pesos:before {
    content: "1"
}

.icon-ecommerce-pound:before {
    content: "2"
}

.icon-ecommerce-receipt:before {
    content: "3"
}

.icon-ecommerce-receipt-bath:before {
    content: "4"
}

.icon-ecommerce-receipt-cent:before {
    content: "5"
}

.icon-ecommerce-receipt-dollar:before {
    content: "6"
}

.icon-ecommerce-receipt-euro:before {
    content: "7"
}

.icon-ecommerce-receipt-franc:before {
    content: "8"
}

.icon-ecommerce-receipt-guarani:before {
    content: "9"
}

.icon-ecommerce-receipt-kips:before {
    content: "!"
}

.icon-ecommerce-receipt-lira:before {
    content: "\""
}

.icon-ecommerce-receipt-naira:before {
    content: "#"
}

.icon-ecommerce-receipt-pesos:before {
    content: "$"
}

.icon-ecommerce-receipt-pound:before {
    content: "%"
}

.icon-ecommerce-receipt-rublo:before {
    content: "&"
}

.icon-ecommerce-receipt-rupee:before {
    content: "'"
}

.icon-ecommerce-receipt-tugrik:before {
    content: "("
}

.icon-ecommerce-receipt-won:before {
    content: ")"
}

.icon-ecommerce-receipt-yen:before {
    content: "*"
}

.icon-ecommerce-receipt-yen2:before {
    content: "+"
}

.icon-ecommerce-recept-colon:before {
    content: ","
}

.icon-ecommerce-rublo:before {
    content: "-"
}

.icon-ecommerce-rupee:before {
    content: "."
}

.icon-ecommerce-safe:before {
    content: "/"
}

.icon-ecommerce-sale:before {
    content: ":"
}

.icon-ecommerce-sales:before {
    content: ";"
}

.icon-ecommerce-ticket:before {
    content: "<"
}

.icon-ecommerce-tugriks:before {
    content: "="
}

.icon-ecommerce-wallet:before {
    content: ">"
}

.icon-ecommerce-won:before {
    content: "?"
}

.icon-ecommerce-yen:before {
    content: "@"
}

.icon-ecommerce-yen2:before {
    content: "["
}

@font-face {
    font-family: linea-music-10;
    src: url(../other/linea-music-10.eot);
    src: url(../other/linea-music-10.eot?#iefix) format("embedded-opentype"), url(../other/linea-music-10.woff) format("woff"), url(../other/linea-music-10.ttf) format("truetype"), url(../other/linea-music-10.svg#linea-music-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-music-]:before, [class*=" icon-music-"]:before {
    font-family: linea-music-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-music-beginning-button:before {
    content: "a"
}

.icon-music-bell:before {
    content: "b"
}

.icon-music-cd:before {
    content: "c"
}

.icon-music-diapason:before {
    content: "d"
}

.icon-music-eject-button:before {
    content: "e"
}

.icon-music-end-button:before {
    content: "f"
}

.icon-music-fastforward-button:before {
    content: "g"
}

.icon-music-headphones:before {
    content: "h"
}

.icon-music-ipod:before {
    content: "i"
}

.icon-music-loudspeaker:before {
    content: "j"
}

.icon-music-microphone:before {
    content: "k"
}

.icon-music-microphone-old:before {
    content: "l"
}

.icon-music-mixer:before {
    content: "m"
}

.icon-music-mute:before {
    content: "n"
}

.icon-music-note-multiple:before {
    content: "o"
}

.icon-music-note-single:before {
    content: "p"
}

.icon-music-pause-button:before {
    content: "q"
}

.icon-music-play-button:before {
    content: "r"
}

.icon-music-playlist:before {
    content: "s"
}

.icon-music-radio-ghettoblaster:before {
    content: "t"
}

.icon-music-radio-portable:before {
    content: "u"
}

.icon-music-record:before {
    content: "v"
}

.icon-music-recordplayer:before {
    content: "w"
}

.icon-music-repeat-button:before {
    content: "x"
}

.icon-music-rewind-button:before {
    content: "y"
}

.icon-music-shuffle-button:before {
    content: "z"
}

.icon-music-stop-button:before {
    content: "A"
}

.icon-music-tape:before {
    content: "B"
}

.icon-music-volume-down:before {
    content: "C"
}

.icon-music-volume-up:before {
    content: "D"
}

@font-face {
    font-family: linea-software-10;
    src: url(../other/linea-software-10.eot);
    src: url(../other/linea-software-10.eot?#iefix) format("embedded-opentype"), url(../other/linea-software-10.woff) format("woff"), url(../other/linea-software-10.ttf) format("truetype"), url(../other/linea-software-10.svg#linea-software-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-software-]:before, [class*=" icon-software-"]:before {
    font-family: linea-software-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-software-add-vectorpoint:before {
    content: "a"
}

.icon-software-box-oval:before {
    content: "b"
}

.icon-software-box-polygon:before {
    content: "c"
}

.icon-software-box-rectangle:before {
    content: "d"
}

.icon-software-box-roundedrectangle:before {
    content: "e"
}

.icon-software-character:before {
    content: "f"
}

.icon-software-crop:before {
    content: "g"
}

.icon-software-eyedropper:before {
    content: "h"
}

.icon-software-font-allcaps:before {
    content: "i"
}

.icon-software-font-baseline-shift:before {
    content: "j"
}

.icon-software-font-horizontal-scale:before {
    content: "k"
}

.icon-software-font-kerning:before {
    content: "l"
}

.icon-software-font-leading:before {
    content: "m"
}

.icon-software-font-size:before {
    content: "n"
}

.icon-software-font-smallcapital:before {
    content: "o"
}

.icon-software-font-smallcaps:before {
    content: "p"
}

.icon-software-font-strikethrough:before {
    content: "q"
}

.icon-software-font-tracking:before {
    content: "r"
}

.icon-software-font-underline:before {
    content: "s"
}

.icon-software-font-vertical-scale:before {
    content: "t"
}

.icon-software-horizontal-align-center:before {
    content: "u"
}

.icon-software-horizontal-align-left:before {
    content: "v"
}

.icon-software-horizontal-align-right:before {
    content: "w"
}

.icon-software-horizontal-distribute-center:before {
    content: "x"
}

.icon-software-horizontal-distribute-left:before {
    content: "y"
}

.icon-software-horizontal-distribute-right:before {
    content: "z"
}

.icon-software-indent-firstline:before {
    content: "A"
}

.icon-software-indent-left:before {
    content: "B"
}

.icon-software-indent-right:before {
    content: "C"
}

.icon-software-lasso:before {
    content: "D"
}

.icon-software-layers1:before {
    content: "E"
}

.icon-software-layers2:before {
    content: "F"
}

.icon-software-layout:before {
    content: "G"
}

.icon-software-layout-2columns:before {
    content: "H"
}

.icon-software-layout-3columns:before {
    content: "I"
}

.icon-software-layout-4boxes:before {
    content: "J"
}

.icon-software-layout-4columns:before {
    content: "K"
}

.icon-software-layout-4lines:before {
    content: "L"
}

.icon-software-layout-8boxes:before {
    content: "M"
}

.icon-software-layout-header:before {
    content: "N"
}

.icon-software-layout-header-2columns:before {
    content: "O"
}

.icon-software-layout-header-3columns:before {
    content: "P"
}

.icon-software-layout-header-4boxes:before {
    content: "Q"
}

.icon-software-layout-header-4columns:before {
    content: "R"
}

.icon-software-layout-header-complex:before {
    content: "S"
}

.icon-software-layout-header-complex2:before {
    content: "T"
}

.icon-software-layout-header-complex3:before {
    content: "U"
}

.icon-software-layout-header-complex4:before {
    content: "V"
}

.icon-software-layout-header-sideleft:before {
    content: "W"
}

.icon-software-layout-header-sideright:before {
    content: "X"
}

.icon-software-layout-sidebar-left:before {
    content: "Y"
}

.icon-software-layout-sidebar-right:before {
    content: "Z"
}

.icon-software-magnete:before {
    content: "0"
}

.icon-software-pages:before {
    content: "1"
}

.icon-software-paintbrush:before {
    content: "2"
}

.icon-software-paintbucket:before {
    content: "3"
}

.icon-software-paintroller:before {
    content: "4"
}

.icon-software-paragraph:before {
    content: "5"
}

.icon-software-paragraph-align-left:before {
    content: "6"
}

.icon-software-paragraph-align-right:before {
    content: "7"
}

.icon-software-paragraph-center:before {
    content: "8"
}

.icon-software-paragraph-justify-all:before {
    content: "9"
}

.icon-software-paragraph-justify-center:before {
    content: "!"
}

.icon-software-paragraph-justify-left:before {
    content: "\""
}

.icon-software-paragraph-justify-right:before {
    content: "#"
}

.icon-software-paragraph-space-after:before {
    content: "$"
}

.icon-software-paragraph-space-before:before {
    content: "%"
}

.icon-software-pathfinder-exclude:before {
    content: "&"
}

.icon-software-pathfinder-intersect:before {
    content: "'"
}

.icon-software-pathfinder-subtract:before {
    content: "("
}

.icon-software-pathfinder-unite:before {
    content: ")"
}

.icon-software-pen:before {
    content: "*"
}

.icon-software-pen-add:before {
    content: "+"
}

.icon-software-pen-remove:before {
    content: ","
}

.icon-software-pencil:before {
    content: "-"
}

.icon-software-polygonallasso:before {
    content: "."
}

.icon-software-reflect-horizontal:before {
    content: "/"
}

.icon-software-reflect-vertical:before {
    content: ":"
}

.icon-software-remove-vectorpoint:before {
    content: ";"
}

.icon-software-scale-expand:before {
    content: "<"
}

.icon-software-scale-reduce:before {
    content: "="
}

.icon-software-selection-oval:before {
    content: ">"
}

.icon-software-selection-polygon:before {
    content: "?"
}

.icon-software-selection-rectangle:before {
    content: "@"
}

.icon-software-selection-roundedrectangle:before {
    content: "["
}

.icon-software-shape-oval:before {
    content: "]"
}

.icon-software-shape-polygon:before {
    content: "^"
}

.icon-software-shape-rectangle:before {
    content: "_"
}

.icon-software-shape-roundedrectangle:before {
    content: "`"
}

.icon-software-slice:before {
    content: "{"
}

.icon-software-transform-bezier:before {
    content: "|"
}

.icon-software-vector-box:before {
    content: "}"
}

.icon-software-vector-composite:before {
    content: "~"
}

.icon-software-vector-line:before {
    content: "\\"
}

.icon-software-vertical-align-bottom:before {
    content: "\e000"
}

.icon-software-vertical-align-center:before {
    content: "\e001"
}

.icon-software-vertical-align-top:before {
    content: "\e002"
}

.icon-software-vertical-distribute-bottom:before {
    content: "\e003"
}

.icon-software-vertical-distribute-center:before {
    content: "\e004"
}

.icon-software-vertical-distribute-top:before {
    content: "\e005"
}

@font-face {
    font-family: linea-weather-10;
    src: url(../other/linea-weather-10.eot);
    src: url(../other/linea-weather-10.eot?#iefix) format("embedded-opentype"), url(../other/linea-weather-10.woff) format("woff"), url(../other/linea-weather-10.ttf) format("truetype"), url(../other/linea-weather-10.svg#linea-weather-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-weather-]:before, [class*=" icon-weather-"]:before {
    font-family: linea-weather-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-weather-aquarius:before {
    content: "\e000"
}

.icon-weather-aries:before {
    content: "\e001"
}

.icon-weather-cancer:before {
    content: "\e002"
}

.icon-weather-capricorn:before {
    content: "\e003"
}

.icon-weather-cloud:before {
    content: "\e004"
}

.icon-weather-cloud-drop:before {
    content: "\e005"
}

.icon-weather-cloud-lightning:before {
    content: "\e006"
}

.icon-weather-cloud-snowflake:before {
    content: "\e007"
}

.icon-weather-downpour-fullmoon:before {
    content: "\e008"
}

.icon-weather-downpour-halfmoon:before {
    content: "\e009"
}

.icon-weather-downpour-sun:before {
    content: "\e00a"
}

.icon-weather-drop:before {
    content: "\e00b"
}

.icon-weather-first-quarter:before {
    content: "\e00c"
}

.icon-weather-fog:before {
    content: "\e00d"
}

.icon-weather-fog-fullmoon:before {
    content: "\e00e"
}

.icon-weather-fog-halfmoon:before {
    content: "\e00f"
}

.icon-weather-fog-sun:before {
    content: "\e010"
}

.icon-weather-fullmoon:before {
    content: "\e011"
}

.icon-weather-gemini:before {
    content: "\e012"
}

.icon-weather-hail:before {
    content: "\e013"
}

.icon-weather-hail-fullmoon:before {
    content: "\e014"
}

.icon-weather-hail-halfmoon:before {
    content: "\e015"
}

.icon-weather-hail-sun:before {
    content: "\e016"
}

.icon-weather-last-quarter:before {
    content: "\e017"
}

.icon-weather-leo:before {
    content: "\e018"
}

.icon-weather-libra:before {
    content: "\e019"
}

.icon-weather-lightning:before {
    content: "\e01a"
}

.icon-weather-mistyrain:before {
    content: "\e01b"
}

.icon-weather-mistyrain-fullmoon:before {
    content: "\e01c"
}

.icon-weather-mistyrain-halfmoon:before {
    content: "\e01d"
}

.icon-weather-mistyrain-sun:before {
    content: "\e01e"
}

.icon-weather-moon:before {
    content: "\e01f"
}

.icon-weather-moondown-full:before {
    content: "\e020"
}

.icon-weather-moondown-half:before {
    content: "\e021"
}

.icon-weather-moonset-full:before {
    content: "\e022"
}

.icon-weather-moonset-half:before {
    content: "\e023"
}

.icon-weather-move2:before {
    content: "\e024"
}

.icon-weather-newmoon:before {
    content: "\e025"
}

.icon-weather-pisces:before {
    content: "\e026"
}

.icon-weather-rain:before {
    content: "\e027"
}

.icon-weather-rain-fullmoon:before {
    content: "\e028"
}

.icon-weather-rain-halfmoon:before {
    content: "\e029"
}

.icon-weather-rain-sun:before {
    content: "\e02a"
}

.icon-weather-sagittarius:before {
    content: "\e02b"
}

.icon-weather-scorpio:before {
    content: "\e02c"
}

.icon-weather-snow:before {
    content: "\e02d"
}

.icon-weather-snow-fullmoon:before {
    content: "\e02e"
}

.icon-weather-snow-halfmoon:before {
    content: "\e02f"
}

.icon-weather-snow-sun:before {
    content: "\e030"
}

.icon-weather-snowflake:before {
    content: "\e031"
}

.icon-weather-star:before {
    content: "\e032"
}

.icon-weather-storm-11:before {
    content: "\e033"
}

.icon-weather-storm-32:before {
    content: "\e034"
}

.icon-weather-storm-fullmoon:before {
    content: "\e035"
}

.icon-weather-storm-halfmoon:before {
    content: "\e036"
}

.icon-weather-storm-sun:before {
    content: "\e037"
}

.icon-weather-sun:before {
    content: "\e038"
}

.icon-weather-sundown:before {
    content: "\e039"
}

.icon-weather-sunset:before {
    content: "\e03a"
}

.icon-weather-taurus:before {
    content: "\e03b"
}

.icon-weather-tempest:before {
    content: "\e03c"
}

.icon-weather-tempest-fullmoon:before {
    content: "\e03d"
}

.icon-weather-tempest-halfmoon:before {
    content: "\e03e"
}

.icon-weather-tempest-sun:before {
    content: "\e03f"
}

.icon-weather-variable-fullmoon:before {
    content: "\e040"
}

.icon-weather-variable-halfmoon:before {
    content: "\e041"
}

.icon-weather-variable-sun:before {
    content: "\e042"
}

.icon-weather-virgo:before {
    content: "\e043"
}

.icon-weather-waning-cresent:before {
    content: "\e044"
}

.icon-weather-waning-gibbous:before {
    content: "\e045"
}

.icon-weather-waxing-cresent:before {
    content: "\e046"
}

.icon-weather-waxing-gibbous:before {
    content: "\e047"
}

.icon-weather-wind:before {
    content: "\e048"
}

.icon-weather-wind-e:before {
    content: "\e049"
}

.icon-weather-wind-fullmoon:before {
    content: "\e04a"
}

.icon-weather-wind-halfmoon:before {
    content: "\e04b"
}

.icon-weather-wind-n:before {
    content: "\e04c"
}

.icon-weather-wind-ne:before {
    content: "\e04d"
}

.icon-weather-wind-nw:before {
    content: "\e04e"
}

.icon-weather-wind-s:before {
    content: "\e04f"
}

.icon-weather-wind-se:before {
    content: "\e050"
}

.icon-weather-wind-sun:before {
    content: "\e051"
}

.icon-weather-wind-sw:before {
    content: "\e052"
}

.icon-weather-wind-w:before {
    content: "\e053"
}

.icon-weather-windgust:before {
    content: "\e054"
}

@font-face {
    font-family: travelpack;
    src: url(../other/travelpack.eot);
    src: url(../other/travelpack.eot?#iefix) format("embedded-opentype"), url(../other/travelpack.woff) format("woff"), url(../other/travelpack.ttf) format("truetype"), url(../other/travelpack.svg#travelpack) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: travelpack;
        src: url(../other/travelpack.svg#travelpack) format("svg")
    }
}

[class^=travelpack-]:before, [class*=" travelpack-"]:before, [class^=travelpack-]:after, [class*=" travelpack-"]:after {
    font-family: travelpack;
    font-style: normal
}

.travelpack-thumbs-up:before {
    content: "\f100"
}

.travelpack-restaurant-dine:before {
    content: "\f101"
}

.travelpack-location-pin-2:before {
    content: "\f102"
}

.travelpack-peace-sign:before {
    content: "\f103"
}

.travelpack-hang-ten:before {
    content: "\f104"
}

.travelpack-direction-arrow:before {
    content: "\f105"
}

.travelpack-phone-24-7:before {
    content: "\f106"
}

.travelpack-lightning-bolt:before {
    content: "\f107"
}

.travelpack-location-pin-1:before {
    content: "\f108"
}

.travelpack-life-jacket:before {
    content: "\f109"
}

.travelpack-airplane:before {
    content: "\f10a"
}

.travelpack-baseball-hat:before {
    content: "\f10b"
}

.travelpack-suitcase-with-wheels:before {
    content: "\f10c"
}

.travelpack-flying-kite:before {
    content: "\f10d"
}

.travelpack-atv-quad-bike:before {
    content: "\f10e"
}

.travelpack-teepee-tent:before {
    content: "\f10f"
}

.travelpack-lifebuoy:before {
    content: "\f110"
}

.travelpack-credit-cards:before {
    content: "\f111"
}

.travelpack-reception-bell:before {
    content: "\f112"
}

.travelpack-boat-anchor:before {
    content: "\f113"
}

.travelpack-postage-stamp:before {
    content: "\f114"
}

.travelpack-ship-steering-wheel:before {
    content: "\f115"
}

.travelpack-camera-slr:before {
    content: "\f116"
}

.travelpack-eiffel-tower:before {
    content: "\f117"
}

.travelpack-safety-box:before {
    content: "\f118"
}

.travelpack-world-wide-web:before {
    content: "\f119"
}

.travelpack-high-speed-train:before {
    content: "\f11a"
}

.travelpack-trifolded-map-route:before {
    content: "\f11b"
}

.travelpack-extensible-pirate-spyglass:before {
    content: "\f11c"
}

.travelpack-fork-plate-knife:before {
    content: "\f11d"
}

.travelpack-hot-air-balloon:before {
    content: "\f11e"
}

.travelpack-train-front:before {
    content: "\f11f"
}

.travelpack-shower-head-water:before {
    content: "\f120"
}

.travelpack-room-service:before {
    content: "\f121"
}

.travelpack-camel-walking:before {
    content: "\f122"
}

.travelpack-concert-tickets:before {
    content: "\f123"
}

.travelpack-taj-mahal:before {
    content: "\f124"
}

.travelpack-camping-tent:before {
    content: "\f125"
}

.travelpack-dolphin-jump:before {
    content: "\f126"
}

.travelpack-diving-tanks-air:before {
    content: "\f127"
}

.travelpack-cruise-liner-boat:before {
    content: "\f128"
}

.travelpack-retro-bicycle:before {
    content: "\f129"
}

.travelpack-king-size-bed:before {
    content: "\f12a"
}

.travelpack-tennis-equipment:before {
    content: "\f12b"
}

.travelpack-passports:before {
    content: "\f12c"
}

.travelpack-sailing-yacht:before {
    content: "\f12d"
}

.travelpack-petrol-gas-station:before {
    content: "\f12e"
}

.travelpack-double-dice:before {
    content: "\f12f"
}

.travelpack-travelling-backpack:before {
    content: "\f130"
}

.travelpack-beach-mattress:before {
    content: "\f131"
}

.travelpack-polaroid-pictures:before {
    content: "\f132"
}

.travelpack-journey-bag:before {
    content: "\f133"
}

.travelpack-scuba-mask:before {
    content: "\f134"
}

.travelpack-gym-dumbbell:before {
    content: "\f135"
}

.travelpack-man:before {
    content: "\f136"
}

.travelpack-woman:before {
    content: "\f137"
}

.travelpack-person-plus:before {
    content: "\f138"
}

.travelpack-man-circle:before {
    content: "\f139"
}

.travelpack-woman-circle:before {
    content: "\f13a"
}

.travelpack-person-symbol:before {
    content: "\f13b"
}

.travelpack-sand-dollar-star:before {
    content: "\f13c"
}

.travelpack-pyramids:before {
    content: "\f13d"
}

.travelpack-beach-ball:before {
    content: "\f13e"
}

.travelpack-dubai-burj-al-arab:before {
    content: "\f13f"
}

.travelpack-clothes-hanger:before {
    content: "\f140"
}

.travelpack-suitcase-pack:before {
    content: "\f141"
}

.travelpack-umbrella:before {
    content: "\f142"
}

.travelpack-tower-piza:before {
    content: "\f143"
}

.travelpack-direction-sign:before {
    content: "\f144"
}

.travelpack-flip-flop-sandals:before {
    content: "\f145"
}

.travelpack-keys:before {
    content: "\f146"
}

.travelpack-beach-tote-bag:before {
    content: "\f147"
}

.travelpack-compass:before {
    content: "\f148"
}

.travelpack-motorbike-helmet:before {
    content: "\f149"
}

.travelpack-bikini-swimsuit:before {
    content: "\f14a"
}

.travelpack-clock-time:before {
    content: "\f14b"
}

.travelpack-snowmobile:before {
    content: "\f14c"
}

.travelpack-surfing-board:before {
    content: "\f14d"
}

.travelpack-flippers:before {
    content: "\f14e"
}

.travelpack-location-pin:before {
    content: "\f14f"
}

.travelpack-film-strip:before {
    content: "\f150"
}

.travelpack-sea-horse:before {
    content: "\f151"
}

.travelpack-mountains-snow:before {
    content: "\f152"
}

.travelpack-trailer-caravan:before {
    content: "\f153"
}

.travelpack-palm-trees:before {
    content: "\f154"
}

.travelpack-fish:before {
    content: "\f155"
}

.travelpack-truck-vehicle:before {
    content: "\f156"
}

.travelpack-luggage:before {
    content: "\f157"
}

.travelpack-hat:before {
    content: "\f158"
}

.travelpack-suitcase:before {
    content: "\f159"
}

.travelpack-binoculars:before {
    content: "\f15a"
}

.travelpack-sea-shell:before {
    content: "\f15b"
}

.travelpack-jelly-fish:before {
    content: "\f15c"
}

.travelpack-kayak:before {
    content: "\f15d"
}

.travelpack-ping-pong:before {
    content: "\f15e"
}

.travelpack-chair-chaise-lounge:before {
    content: "\f15f"
}

.travelpack-party-masks:before {
    content: "\f160"
}

.travelpack-bus:before {
    content: "\f161"
}

.travelpack-fancy-drink:before {
    content: "\f162"
}

.travelpack-martini-glass:before {
    content: "\f163"
}

.travelpack-gondola:before {
    content: "\f164"
}

.travelpack-taxi-sign:before {
    content: "\f165"
}

.travelpack-reading-glasses:before {
    content: "\f166"
}

.travelpack-sun-shine:before {
    content: "\f167"
}

.travelpack-video-camera:before {
    content: "\f168"
}

.travelpack-camera:before {
    content: "\f169"
}

.travelpack-fan:before {
    content: "\f16a"
}

.travelpack-inflatable-raft:before {
    content: "\f16b"
}

.travelpack-car:before {
    content: "\f16c"
}

.travelpack-film-roll:before {
    content: "\f16d"
}

.travelpack-swim-shorts:before {
    content: "\f16e"
}

.travelpack-skis-and-poles:before {
    content: "\f16f"
}

.travelpack-scooter:before {
    content: "\f170"
}

.travelpack-helicopter:before {
    content: "\f171"
}

.travelpack-snowboard:before {
    content: "\f172"
}

/*!elementor-icons - v5.3.0 - 02-07-2019*/
@font-face {
    font-family: eicons;
    src: url(../other/eicons.eot?5.3.0);
    src: url(../other/eicons.eot?5.3.0#iefix) format("embedded-opentype"), url(../other/eicons.woff2?5.3.0) format("woff2"), url(../other/eicons.woff?5.3.0) format("woff"), url(../other/eicons.ttf?5.3.0) format("truetype"), url(../other/eicons.svg?5.3.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: '\e800'
}

.eicon-editor-unlink:before {
    content: '\e801'
}

.eicon-editor-external-link:before {
    content: '\e802'
}

.eicon-editor-close:before {
    content: '\e803'
}

.eicon-editor-list-ol:before {
    content: '\e804'
}

.eicon-editor-list-ul:before {
    content: '\e805'
}

.eicon-editor-bold:before {
    content: '\e806'
}

.eicon-editor-italic:before {
    content: '\e807'
}

.eicon-editor-underline:before {
    content: '\e808'
}

.eicon-editor-paragraph:before {
    content: '\e809'
}

.eicon-editor-h1:before {
    content: '\e80a'
}

.eicon-editor-h2:before {
    content: '\e80b'
}

.eicon-editor-h3:before {
    content: '\e80c'
}

.eicon-editor-h4:before {
    content: '\e80d'
}

.eicon-editor-h5:before {
    content: '\e80e'
}

.eicon-editor-h6:before {
    content: '\e80f'
}

.eicon-editor-quote:before {
    content: '\e810'
}

.eicon-editor-code:before {
    content: '\e811'
}

.eicon-elementor:before {
    content: '\e812'
}

.eicon-elementor-square:before {
    content: '\e813'
}

.eicon-pojome:before {
    content: '\e814'
}

.eicon-plus:before {
    content: '\e815'
}

.eicon-menu-bar:before {
    content: '\e816'
}

.eicon-apps:before {
    content: '\e817'
}

.eicon-accordion:before {
    content: '\e818'
}

.eicon-alert:before {
    content: '\e819'
}

.eicon-animation-text:before {
    content: '\e81a'
}

.eicon-animation:before {
    content: '\e81b'
}

.eicon-banner:before {
    content: '\e81c'
}

.eicon-blockquote:before {
    content: '\e81d'
}

.eicon-button:before {
    content: '\e81e'
}

.eicon-call-to-action:before {
    content: '\e81f'
}

.eicon-captcha:before {
    content: '\e820'
}

.eicon-carousel:before {
    content: '\e821'
}

.eicon-checkbox:before {
    content: '\e822'
}

.eicon-columns:before {
    content: '\e823'
}

.eicon-countdown:before {
    content: '\e824'
}

.eicon-counter:before {
    content: '\e825'
}

.eicon-date:before {
    content: '\e826'
}

.eicon-divider-shape:before {
    content: '\e827'
}

.eicon-divider:before {
    content: '\e828'
}

.eicon-download-button:before {
    content: '\e829'
}

.eicon-dual-button:before {
    content: '\e82a'
}

.eicon-email-field:before {
    content: '\e82b'
}

.eicon-facebook-comments:before {
    content: '\e82c'
}

.eicon-facebook-like-box:before {
    content: '\e82d'
}

.eicon-form-horizontal:before {
    content: '\e82e'
}

.eicon-form-vertical:before {
    content: '\e82f'
}

.eicon-gallery-grid:before {
    content: '\e830'
}

.eicon-gallery-group:before {
    content: '\e831'
}

.eicon-gallery-justified:before {
    content: '\e832'
}

.eicon-gallery-masonry:before {
    content: '\e833'
}

.eicon-icon-box:before {
    content: '\e834'
}

.eicon-image-before-after:before {
    content: '\e835'
}

.eicon-image-box:before {
    content: '\e836'
}

.eicon-image-hotspot:before {
    content: '\e837'
}

.eicon-image-rollover:before {
    content: '\e838'
}

.eicon-info-box:before {
    content: '\e839'
}

.eicon-inner-section:before {
    content: '\e83a'
}

.eicon-mailchimp:before {
    content: '\e83b'
}

.eicon-menu-card:before {
    content: '\e83c'
}

.eicon-navigation-horizontal:before {
    content: '\e83d'
}

.eicon-nav-menu:before {
    content: '\e83e'
}

.eicon-navigation-vertical:before {
    content: '\e83f'
}

.eicon-number-field:before {
    content: '\e840'
}

.eicon-parallax:before {
    content: '\e841'
}

.eicon-php7:before {
    content: '\e842'
}

.eicon-post-list:before {
    content: '\e843'
}

.eicon-post-slider:before {
    content: '\e844'
}

.eicon-post:before {
    content: '\e845'
}

.eicon-posts-carousel:before {
    content: '\e846'
}

.eicon-posts-grid:before {
    content: '\e847'
}

.eicon-posts-group:before {
    content: '\e848'
}

.eicon-posts-justified:before {
    content: '\e849'
}

.eicon-posts-masonry:before {
    content: '\e84a'
}

.eicon-posts-ticker:before {
    content: '\e84b'
}

.eicon-price-list:before {
    content: '\e84c'
}

.eicon-price-table:before {
    content: '\e84d'
}

.eicon-radio:before {
    content: '\e84e'
}

.eicon-rtl:before {
    content: '\e84f'
}

.eicon-scroll:before {
    content: '\e850'
}

.eicon-search:before {
    content: '\e851'
}

.eicon-select:before {
    content: '\e852'
}

.eicon-share:before {
    content: '\e853'
}

.eicon-sidebar:before {
    content: '\e854'
}

.eicon-skill-bar:before {
    content: '\e855'
}

.eicon-slider-3d:before {
    content: '\e856'
}

.eicon-slider-album:before {
    content: '\e857'
}

.eicon-slider-device:before {
    content: '\e858'
}

.eicon-slider-full-screen:before {
    content: '\e859'
}

.eicon-slider-push:before {
    content: '\e85a'
}

.eicon-slider-vertical:before {
    content: '\e85b'
}

.eicon-slider-video:before {
    content: '\e85c'
}

.eicon-slideshow:before {
    content: '\e85d'
}

.eicon-social-icons:before {
    content: '\e85e'
}

.eicon-spacer:before {
    content: '\e85f'
}

.eicon-table:before {
    content: '\e860'
}

.eicon-tabs:before {
    content: '\e861'
}

.eicon-tel-field:before {
    content: '\e862'
}

.eicon-text-area:before {
    content: '\e863'
}

.eicon-text-field:before {
    content: '\e864'
}

.eicon-thumbnails-down:before {
    content: '\e865'
}

.eicon-thumbnails-half:before {
    content: '\e866'
}

.eicon-thumbnails-right:before {
    content: '\e867'
}

.eicon-time-line:before {
    content: '\e868'
}

.eicon-toggle:before {
    content: '\e869'
}

.eicon-url:before {
    content: '\e86a'
}

.eicon-type-tool:before {
    content: '\e86b'
}

.eicon-wordpress:before {
    content: '\e86c'
}

.eicon-text:before {
    content: '\e86d'
}

.eicon-anchor:before {
    content: '\e86e'
}

.eicon-bullet-list:before {
    content: '\e86f'
}

.eicon-code:before {
    content: '\e870'
}

.eicon-favorite:before {
    content: '\e871'
}

.eicon-google-maps:before {
    content: '\e872'
}

.eicon-image:before {
    content: '\e873'
}

.eicon-photo-library:before {
    content: '\e874'
}

.eicon-woocommerce:before {
    content: '\e875'
}

.eicon-youtube:before {
    content: '\e876'
}

.eicon-flip-box:before {
    content: '\e877'
}

.eicon-settings:before {
    content: '\e878'
}

.eicon-headphones:before {
    content: '\e879'
}

.eicon-testimonial:before {
    content: '\e87a'
}

.eicon-counter-circle:before {
    content: '\e87b'
}

.eicon-person:before {
    content: '\e87c'
}

.eicon-chevron-right:before {
    content: '\e87d'
}

.eicon-chevron-left:before {
    content: '\e87e'
}

.eicon-close:before {
    content: '\e87f'
}

.eicon-file-download:before {
    content: '\e880'
}

.eicon-save:before {
    content: '\e881'
}

.eicon-zoom-in:before {
    content: '\e882'
}

.eicon-shortcode:before {
    content: '\e883'
}

.eicon-nerd:before {
    content: '\e884'
}

.eicon-device-desktop:before {
    content: '\e885'
}

.eicon-device-tablet:before {
    content: '\e886'
}

.eicon-device-mobile:before {
    content: '\e887'
}

.eicon-document-file:before {
    content: '\e888'
}

.eicon-folder-o:before {
    content: '\e889'
}

.eicon-hypster:before {
    content: '\e88a'
}

.eicon-h-align-left:before {
    content: '\e88b'
}

.eicon-h-align-right:before {
    content: '\e88c'
}

.eicon-h-align-center:before {
    content: '\e88d'
}

.eicon-h-align-stretch:before {
    content: '\e88e'
}

.eicon-v-align-top:before {
    content: '\e88f'
}

.eicon-v-align-bottom:before {
    content: '\e890'
}

.eicon-v-align-middle:before {
    content: '\e891'
}

.eicon-v-align-stretch:before {
    content: '\e892'
}

.eicon-pro-icon:before {
    content: '\e893'
}

.eicon-mail:before {
    content: '\e894'
}

.eicon-lock-user:before {
    content: '\e895'
}

.eicon-testimonial-carousel:before {
    content: '\e896'
}

.eicon-media-carousel:before {
    content: '\e897'
}

.eicon-section:before {
    content: '\e898'
}

.eicon-column:before {
    content: '\e899'
}

.eicon-edit:before {
    content: '\e89a'
}

.eicon-clone:before {
    content: '\e89b'
}

.eicon-trash:before {
    content: '\e89c'
}

.eicon-play:before {
    content: '\e89d'
}

.eicon-angle-right:before {
    content: '\e89e'
}

.eicon-angle-left:before {
    content: '\e89f'
}

.eicon-animated-headline:before {
    content: '\e8a0'
}

.eicon-menu-toggle:before {
    content: '\e8a1'
}

.eicon-fb-embed:before {
    content: '\e8a2'
}

.eicon-fb-feed:before {
    content: '\e8a3'
}

.eicon-twitter-embed:before {
    content: '\e8a4'
}

.eicon-twitter-feed:before {
    content: '\e8a5'
}

.eicon-sync:before {
    content: '\e8a6'
}

.eicon-import-export:before {
    content: '\e8a7'
}

.eicon-check-circle:before {
    content: '\e8a8'
}

.eicon-library-save:before {
    content: '\e8a9'
}

.eicon-library-download:before {
    content: '\e8aa'
}

.eicon-insert:before {
    content: '\e8ab'
}

.eicon-preview:before {
    content: '\e8ac'
}

.eicon-sort-down:before {
    content: '\e8ad'
}

.eicon-sort-up:before {
    content: '\e8ae'
}

.eicon-heading:before {
    content: '\e8af'
}

.eicon-logo:before {
    content: '\e8b0'
}

.eicon-meta-data:before {
    content: '\e8b1'
}

.eicon-post-content:before {
    content: '\e8b2'
}

.eicon-post-excerpt:before {
    content: '\e8b3'
}

.eicon-post-navigation:before {
    content: '\e8b4'
}

.eicon-yoast:before {
    content: '\e8b5'
}

.eicon-nerd-chuckle:before {
    content: '\e8b6'
}

.eicon-nerd-wink:before {
    content: '\e8b7'
}

.eicon-comments:before {
    content: '\e8b8'
}

.eicon-download-circle-o:before {
    content: '\e8b9'
}

.eicon-library-upload:before {
    content: '\e8ba'
}

.eicon-save-o:before {
    content: '\e8bb'
}

.eicon-upload-circle-o:before {
    content: '\e8bc'
}

.eicon-ellipsis-h:before {
    content: '\e8bd'
}

.eicon-ellipsis-v:before {
    content: '\e8be'
}

.eicon-arrow-left:before {
    content: '\e8bf'
}

.eicon-arrow-right:before {
    content: '\e8c0'
}

.eicon-arrow-up:before {
    content: '\e8c1'
}

.eicon-arrow-down:before {
    content: '\e8c2'
}

.eicon-play-o:before {
    content: '\e8c3'
}

.eicon-archive-posts:before {
    content: '\e8c4'
}

.eicon-archive-title:before {
    content: '\e8c5'
}

.eicon-featured-image:before {
    content: '\e8c6'
}

.eicon-post-info:before {
    content: '\e8c7'
}

.eicon-post-title:before {
    content: '\e8c8'
}

.eicon-site-logo:before {
    content: '\e8c9'
}

.eicon-site-search:before {
    content: '\e8ca'
}

.eicon-site-title:before {
    content: '\e8cb'
}

.eicon-plus-square:before {
    content: '\e8cc'
}

.eicon-minus-square:before {
    content: '\e8cd'
}

.eicon-cloud-check:before {
    content: '\e8ce'
}

.eicon-drag-n-drop:before {
    content: '\e8cf'
}

.eicon-welcome:before {
    content: '\e8d0'
}

.eicon-handle:before {
    content: '\e8d1'
}

.eicon-cart:before {
    content: '\e8d2'
}

.eicon-product-add-to-cart:before {
    content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
    content: '\e8d4'
}

.eicon-product-categories:before {
    content: '\e8d5'
}

.eicon-product-description:before {
    content: '\e8d6'
}

.eicon-product-images:before {
    content: '\e8d7'
}

.eicon-product-info:before {
    content: '\e8d8'
}

.eicon-product-meta:before {
    content: '\e8d9'
}

.eicon-product-pages:before {
    content: '\e8da'
}

.eicon-product-price:before {
    content: '\e8db'
}

.eicon-product-rating:before {
    content: '\e8dc'
}

.eicon-product-related:before {
    content: '\e8dd'
}

.eicon-product-stock:before {
    content: '\e8de'
}

.eicon-product-tabs:before {
    content: '\e8df'
}

.eicon-product-title:before {
    content: '\e8e0'
}

.eicon-product-upsell:before {
    content: '\e8e1'
}

.eicon-products:before {
    content: '\e8e2'
}

.eicon-bag-light:before {
    content: '\e8e3'
}

.eicon-bag-medium:before {
    content: '\e8e4'
}

.eicon-bag-solid:before {
    content: '\e8e5'
}

.eicon-basket-light:before {
    content: '\e8e6'
}

.eicon-basket-medium:before {
    content: '\e8e7'
}

.eicon-basket-solid:before {
    content: '\e8e8'
}

.eicon-cart-light:before {
    content: '\e8e9'
}

.eicon-cart-medium:before {
    content: '\e8ea'
}

.eicon-cart-solid:before {
    content: '\e8eb'
}

.eicon-exchange:before {
    content: '\e8ec'
}

.eicon-eye:before {
    content: '\e8ed'
}

.eicon-device-laptop:before {
    content: '\e8ee'
}

.eicon-collapse:before {
    content: '\e8ef'
}

.eicon-expand:before {
    content: '\e8f0'
}

.eicon-navigator:before {
    content: '\e8f1'
}

.eicon-plug:before {
    content: '\e8f2'
}

.eicon-dashboard:before {
    content: '\e8f3'
}

.eicon-typography:before {
    content: '\e8f4'
}

.eicon-info-circle-o:before {
    content: '\e8f5'
}

.eicon-integration:before {
    content: '\e8f6'
}

.eicon-plus-circle-o:before {
    content: '\e8f7'
}

.eicon-rating:before {
    content: '\e8f8'
}

.eicon-review:before {
    content: '\e8f9'
}

.eicon-tools:before {
    content: '\e8fa'
}

.eicon-loading:before {
    content: '\e8fb'
}

.eicon-sitemap:before {
    content: '\e8fc'
}

.eicon-click:before {
    content: '\e8fd'
}

.eicon-clock:before {
    content: '\e8fe'
}

.eicon-library-open:before {
    content: '\e8ff'
}

.eicon-warning:before {
    content: '\e900'
}

.eicon-flow:before {
    content: '\e901'
}

.eicon-cursor-move:before {
    content: '\e902'
}

.eicon-arrow-circle-left:before {
    content: '\e903'
}

.eicon-flash:before {
    content: '\e904'
}

.eicon-redo:before {
    content: '\e905'
}

.eicon-ban:before {
    content: '\e906'
}

.eicon-barcode:before {
    content: '\e907'
}

.eicon-calendar:before {
    content: '\e908'
}

.eicon-caret-left:before {
    content: '\e909'
}

.eicon-caret-right:before {
    content: '\e90a'
}

.eicon-caret-up:before {
    content: '\e90b'
}

.eicon-chain-broken:before {
    content: '\e90c'
}

.eicon-check-circle-o:before {
    content: '\e90d'
}

.eicon-check:before {
    content: '\e90e'
}

.eicon-chevron-double-left:before {
    content: '\e90f'
}

.eicon-chevron-double-right:before {
    content: '\e910'
}

.eicon-undo:before {
    content: '\e911'
}

.eicon-filter:before {
    content: '\e912'
}

.eicon-circle-o:before {
    content: '\e913'
}

.eicon-circle:before {
    content: '\e914'
}

.eicon-clock-o:before {
    content: '\e915'
}

.eicon-cog:before {
    content: '\e916'
}

.eicon-cogs:before {
    content: '\e917'
}

.eicon-commenting-o:before {
    content: '\e918'
}

.eicon-copy:before {
    content: '\e919'
}

.eicon-database:before {
    content: '\e91a'
}

.eicon-dot-circle-o:before {
    content: '\e91b'
}

.eicon-envelope:before {
    content: '\e91c'
}

.eicon-external-link-square:before {
    content: '\e91d'
}

.eicon-eyedropper:before {
    content: '\e91e'
}

.eicon-folder:before {
    content: '\e91f'
}

.eicon-font:before {
    content: '\e920'
}

.eicon-adjust:before {
    content: '\e921'
}

.eicon-lightbox:before {
    content: '\e922'
}

.eicon-heart-o:before {
    content: '\e923'
}

.eicon-history:before {
    content: '\e924'
}

.eicon-image-bold:before {
    content: '\e925'
}

.eicon-info-circle:before {
    content: '\e926'
}

.eicon-link:before {
    content: '\e927'
}

.eicon-long-arrow-left:before {
    content: '\e928'
}

.eicon-long-arrow-right:before {
    content: '\e929'
}

.eicon-caret-down:before {
    content: '\e92a'
}

.eicon-paint-brush:before {
    content: '\e92b'
}

.eicon-pencil:before {
    content: '\e92c'
}

.eicon-plus-circle:before {
    content: '\e92d'
}

.eicon-zoom-in-bold:before {
    content: '\e92e'
}

.eicon-sort-amount-desc:before {
    content: '\e92f'
}

.eicon-sign-out:before {
    content: '\e930'
}

.eicon-spinner:before {
    content: '\e931'
}

.eicon-square:before {
    content: '\e932'
}

.eicon-star-o:before {
    content: '\e933'
}

.eicon-star:before {
    content: '\e934'
}

.eicon-text-align-justify:before {
    content: '\e935'
}

.eicon-text-align-center:before {
    content: '\e936'
}

.eicon-tags:before {
    content: '\e937'
}

.eicon-text-align-left:before {
    content: '\e938'
}

.eicon-text-align-right:before {
    content: '\e939'
}

.eicon-close-circle:before {
    content: '\e93a'
}

.eicon-trash-o:before {
    content: '\e93b'
}

.eicon-font-awesome:before {
    content: '\e93c'
}

.eicon-user-circle-o:before {
    content: '\e93d'
}

.eicon-video-camera:before {
    content: '\e93e'
}

.eicon-heart:before {
    content: '\e93f'
}

.eicon-wrench:before {
    content: '\e940'
}

.eicon-help:before {
    content: '\e941'
}

.eicon-help-o:before {
    content: '\e942'
}

.eicon-zoom-out-bold:before {
    content: '\e943'
}

.eicon-plus-square-o:before {
    content: '\e944'
}

.eicon-minus-square-o:before {
    content: '\e945'
}

.eicon-minus-circle:before {
    content: '\e946'
}

.eicon-minus-circle-o:before {
    content: '\e947'
}

.eicon-code-bold:before {
    content: '\e948'
}

@keyframes bounce {
    20%, 53%, 80%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    50%, from, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from, to {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from, to {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from, to {
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from, to {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    11.1%, from, to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active, .elementor-animation-shrink:focus, .elementor-animation-shrink:hover {
    transform: scale(.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }
    75% {
        transform: scale(.9)
    }
}

.elementor-animation-pulse:active, .elementor-animation-pulse:focus, .elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(.9)
    }
}

.elementor-animation-pulse-shrink:active, .elementor-animation-pulse-shrink:focus, .elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(.8)
    }
    100% {
        transform: scale(1)
    }
}

.elementor-animation-push:active, .elementor-animation-push:focus, .elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active, .elementor-animation-bounce-in:focus, .elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active, .elementor-animation-bounce-out:focus, .elementor-animation-bounce-out:hover {
    transform: scale(.8);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active, .elementor-animation-rotate:focus, .elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }
    50% {
        transform: translateY(-4px)
    }
    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }
    50% {
        transform: translateY(4px)
    }
    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active, .elementor-animation-skew:focus, .elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active, .elementor-animation-skew-forward:focus, .elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active, .elementor-animation-skew-backward:focus, .elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }
    33.3% {
        transform: translateY(-6px)
    }
    49.95% {
        transform: translateY(4px)
    }
    66.6% {
        transform: translateY(-2px)
    }
    83.25% {
        transform: translateY(1px)
    }
    100% {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active, .elementor-animation-wobble-vertical:focus, .elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }
    33.3% {
        transform: translateX(-6px)
    }
    49.95% {
        transform: translateX(4px)
    }
    66.6% {
        transform: translateX(-2px)
    }
    83.25% {
        transform: translateX(1px)
    }
    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active, .elementor-animation-wobble-horizontal:focus, .elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }
    33.3% {
        transform: translate(-6px, -6px)
    }
    49.95% {
        transform: translate(4px, 4px)
    }
    66.6% {
        transform: translate(-2px, -2px)
    }
    83.25% {
        transform: translate(1px, 1px)
    }
    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-bottom-right:active, .elementor-animation-wobble-to-bottom-right:focus, .elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }
    33.3% {
        transform: translate(-6px, 6px)
    }
    49.95% {
        transform: translate(4px, -4px)
    }
    66.6% {
        transform: translate(-2px, 2px)
    }
    83.25% {
        transform: translate(1px, -1px)
    }
    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-top-right:active, .elementor-animation-wobble-to-top-right:focus, .elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }
    33.3% {
        transform: skew(10deg)
    }
    49.95% {
        transform: skew(-6deg)
    }
    66.6% {
        transform: skew(4deg)
    }
    83.25% {
        transform: skew(-2deg)
    }
    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active, .elementor-animation-wobble-top:focus, .elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }
    33.3% {
        transform: skew(10deg)
    }
    49.95% {
        transform: skew(-6deg)
    }
    66.6% {
        transform: skew(4deg)
    }
    83.25% {
        transform: skew(-2deg)
    }
    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active, .elementor-animation-wobble-bottom:focus, .elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }
    33.3% {
        transform: skew(10deg)
    }
    49.95% {
        transform: skew(-6deg)
    }
    66.6% {
        transform: skew(4deg)
    }
    83.25% {
        transform: skew(-2deg)
    }
    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active, .elementor-animation-wobble-skew:focus, .elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active, .elementor-animation-buzz:focus, .elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        transform: translateX(1px) rotate(0)
    }
    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active, .elementor-animation-buzz-out:focus, .elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

/*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
@font-face {
    font-family: fontawesome;
    src: url(../other/fontawesome-webfont.eot?v=4.7.0);
    src: url(../other/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../other/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../other/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../other/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../other/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-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 {
    -ms-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-pp: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-resistance: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: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"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*!* Master Slider WordPress Main CSS File
* @date May 2017*/
.master-slider {
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0, 0, 0)
}

.ms-ie img {
    border: 0
}

.ms-ie8 * {
    opacity: inherit;
    -webkit-filter: inherit;
    filter: inherit
}

.ms-ie7 {
    zoom: 1
}

.ms-moz .ms-slide-bgcont > img {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.master-slider a, .master-slider a:hover {
    -webkit-transition: none;
    transition: none
}

.wpb_row .master-slider-parent *, .master-slider-parent * {
    box-sizing: content-box
}

.master-slider-parent {
    margin-left: auto;
    margin-right: auto
}

.ms-layout-partialview .ms-view {
    overflow: visible;
    background-color: transparent
}

.ms-layout-partialview .ms-container {
    overflow: hidden
}

.master-slider.before-init {
}

.master-slider img, .ms-slide-bgvideocont video {
    max-width: none
}

.master-slider.ms-fullheight {
    height: 100%
}

.ms-slide-auto-height {
    display: table
}

.ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0
}

.ms-loading-container .ms-loading, .ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: url(../img/loading-2.gif) no-repeat center #fff;
    border-radius: 60px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px;
    opacity: .9
}

.ms-def-cursor {
    cursor: auto !important
}

.ms-grab-cursor {
    cursor: url(../img/grab.png), move
}

.ms-grabbing-cursor {
    cursor: url(../img/grabbing.png), move
}

.ms-ie .ms-grab-cursor {
    cursor: move
}

.ms-ie .ms-grabbing-cursor {
    cursor: move
}

.ms-view {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-perspective: 2 e3px;
    -ms-perspective: 2 e3px;
    perspective: 2 e3px
}

.ms-view .ms-slide-container {
    position: relative
}

.ms-slide {
    position: absolute;
    height: 100%;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px)
}

.ms-wk .ms-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.ms-slide.selected {
}

.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%
}

.ms-slide .ms-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 110
}

.ms-ie .ms-slide-link {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRâ€Œâ€‹AA7) 0 0 repeat
}

.ms-slide .ms-slide-bgvideocont {
    z-index: 105;
    height: 100%
}

.ms-wk .ms-slide .ms-slide-bgvideocont, .ms-wk .ms-slide-bgvideocont > video {
    -webkit-transform: translateZ(0.3px);
    transform: translateZ(0.3px)
}

.ms-slide .ms-slide-bgvideo {
    position: absolute;
    top: 0
}

.ms-inner-controls-cont, .ms-container {
    position: relative;
    margin: 0 auto
}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ms-slide .ms-layer, .ms-fixed-layers .ms-layer, .ms-overlay-layers .ms-layer {
    position: absolute;
    pointer-events: auto
}

.ms-layer-mask {
    position: absolute;
    overflow: hidden
}

.ms-layer-mask .ms-layer {
    position: relative
}

.ms-slide .ms-slide-layers, .ms-overlay-layers .ms-slide-layers, .ms-fixed-layers {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 109;
    top: 0;
    pointer-events: none
}

.ms-overlay-layers {
    position: absolute;
    top: 0;
    z-index: 120;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.ms-slide .ms-slide-video {
    position: absolute;
    top: 0;
    z-index: 111;
    background: #000;
    padding: 0;
    margin: 0;
    border: 0
}

.ms-slide .ms-pattern {
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    z-index: 108;
    position: absolute;
    top: 0
}

.ms-wk .ms-pattern {
    -webkit-transform: translateZ(0.4px);
    transform: translateZ(0.4px)
}

.ms-parallax-layer {
    width: 100%;
    position: absolute;
    top: 0
}

.ms-scroll-parallax-cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 109
}

.ms-wk .ms-scroll-parallax-cont {
    -webkit-transform: translateZ(0.4px);
    transform: translateZ(0.4px)
}

.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont, .ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont {
}

.ms-scroll-parallax .ms-slide-bgcont {
}

.ms-action-layer {
    cursor: pointer
}

.ms-btn-container {
    position: absolute
}

.ms-btn {
    text-decoration: none;
    display: inline-block;
    color: #000;
    position: relative;
    padding: 8px 15px;
    cursor: pointer;
    white-space: nowrap
}

.ms-default-btn {
    background: #0074a2;
    border-radius: 5px;
    color: #fff
}

.ms-default-btn:hover {
    background-color: #0098d5
}

.ms-default-btn:active {
    top: 1px
}

.ms-layer.video-box {
    background: #000
}

.ms-layer.video-box iframe {
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    z-index: 110
}

.ms-btn-s {
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0
}

.ms-btn-m {
    padding: 12px 40px
}

.ms-btn-n {
    padding: 8px 25px;
    font-size: 95%
}

.ms-btn-l {
    padding: 17px 50px;
    font-size: 120%
}

.ms-btn-box {
}

.ms-btn-round {
    border-radius: 5px
}

.ms-btn-circle {
    border-radius: 100px
}

.ms-btn-outline-box {
}

.ms-btn-outline-round {
    border-radius: 5px
}

.ms-btn-outline-circle {
    border-radius: 100px
}

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 110
}

.ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 113
}

.ms-slide-vcbtn-mobile {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 113
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: .75em;
    display: inline-block;
    background: url(../img/video-close-btn.png) no-repeat 0 3px;
    padding-left: 15px;
    height: 15px;
    color: #dbdbdb;
    margin-top: 7px
}

.ms-wk .ms-slide .ms-slide-vcbtn, .ms-wk .ms-slide .ms-slide-layers, .ms-wk .ms-slide .ms-slide-vpbtn, .ms-wk .ms-slide .ms-slide-video, .ms-wk .ms-slide-link {
    -webkit-transform: translateZ(0.44px);
    transform: translateZ(0.44px)
}

.ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left
}

.ms-thumb-list {
    overflow: hidden;
    position: absolute
}

.ms-thumb-list.ms-dir-h {
    width: 100%
}

.ms-thumb-list.ms-dir-v {
    height: 100%;
    top: 0
}

.ms-thumbs-cont {
    position: relative
}

.ms-thumb-frame img {
    width: 100%;
    height: auto
}

.ms-thumb-frame {
    cursor: pointer;
    float: left;
    overflow: hidden;
    opacity: .5;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms
}

.ms-thumb-frame-selected {
    opacity: 1
}

.ms-tabs .ms-thumb-frame {
    background-color: #f6f6f6;
    text-shadow: 0 1px 1px #fff;
    color: #222;
    border: solid 1px #fff;
    border-width: 0 1px 1px 0;
    overflow: visible;
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.ms-tabs.ms-has-thumb .ms-tab-thumb {
    width: auto
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: 12px
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
    margin-left: 12px
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
    margin-left: 0
}

.ms-tabs.ms-dir-h.ms-align-top {
    z-index: 140
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
    margin-top: -12px
}

.ms-tabs .ms-thumb {
    padding: 20px
}

.ms-tabs .ms-thumb-frame-selected {
    opacity: 1;
    background: #ededed
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    top: 0;
    left: 50%;
    margin-left: -12px;
    border-bottom: solid 12px #f6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #ededed
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
    bottom: 0;
    top: auto;
    border-bottom: 0;
    border-top: solid 12px #f6f6f6
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    bottom: -12px;
    border-top-color: #ededed
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #ededed;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: #ededed
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #ededed
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    right: -12px;
    border-left-color: #ededed
}

.ms-thumb-alt {
    text-align: center;
    margin: 5px;
    font-size: 14px;
    font-weight: 600
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, .5);
    text-align: center;
    color: #fff
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    right: 0;
    left: auto
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
    content: close-quote;
    top: 43%;
    position: relative;
    border: solid transparent;
    border-width: 5px 5px 5px 0;
    display: block;
    border-right-color: #fff;
    width: 6px;
    height: 1px
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    left: 7px
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, .5);
    text-align: center;
    color: #fff
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    bottom: 0;
    top: auto
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
    content: close-quote;
    left: 43%;
    position: relative;
    border: solid transparent;
    border-width: 0 5px 5px;
    display: block;
    border-bottom-color: #fff;
    height: 1px;
    top: 5px;
    width: 0
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
    border-width: 5px 5px 0;
    border-top-color: #fff;
    top: 7px
}

.ms-tabs.ms-dir-v.ms-has-thumb .ms-thumbs-cont {
    top: 0 !important
}

.ms-tabs.ms-has-thumb .ms-thumb-frame {
    height: auto !important
}

.ms-tabs.ms-has-thumb .ms-thumb {
    padding: 0
}

.ms-tabs.ms-has-thumb .ms-tab-context {
    padding: 20px
}

.ms-tabs.ms-align-left .ms-tab-thumb {
    float: left;
    margin-right: 20px
}

.ms-tabs.ms-align-right .ms-tab-thumb {
    float: right;
    margin-left: 20px
}

.ms-bullet {
    cursor: pointer;
    float: left
}

.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-bullets.ms-dir-v {
    position: absolute;
    top: 50%
}

.ms-bullets.ms-dir-v .ms-bullet {
    float: none
}

.ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-sbar {
    position: absolute
}

.ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px
}

.ms-sbar.ms-dir-v {
    top: 10px;
    bottom: 10px;
    right: 5px
}

.ms-sbar .ms-bar {
    height: 4px;
    background: #333;
    border-radius: 4px
}

.ms-sbar.ms-dir-v .ms-bar {
    width: 4px
}

.ms-sbar .ms-bar {
    position: relative;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms
}

.ms-timerbar {
    width: 100%;
    bottom: 0;
    position: absolute
}

.ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer
}

.ms-ctimer-bullet {
}

.ms-time-bar {
    -webkit-transition: width 120ms linear;
    transition: width 120ms linear
}

.ms-ie7 .ms-tooltip-arrow {
    height: 0
}

.ms-slide-info {
    position: absolute
}

.ms-slide-info.ms-dir-v {
    top: 0
}

.ms-slide-info.ms-dir-h {
    width: 100%
}

@keyframes point-anim {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -o-transform: scale(.5);
        -ms-transform: scale(.5);
        opacity: 1
    }
    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes point-anim {
    0% {
        -webkit-transform: scale(.5);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

.ms-android .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none
}

.ms-pattern.ms-patt-1 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYICA/wzoDGTwHyDAADXxAv4Eq8S5AAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-2 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYECA/wxogLAANoBdF0CAAQD+agT8l3ocpQAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-3 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNqU0EENAAAMwkD8m+4s7PhCCmHbGijxE0jS1HOOhxJSUhf9eAIMAI/CEe94Ny14AAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-4 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBg+M+ABfxHo3Fz/gMEGACtlgX7j8MuyAAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-5 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYECA/3CCAV0UIMAANfEC/mOKn1cAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-6 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+AClD4AAEGACn3Af/97SgJAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-7 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-8 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+ACdDFAAIMADP0Af/w5VDVAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-9 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiYGBg+M9AGQAIMABABAEA80yJjQAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-10 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYGBg+A/FcMDEQH0AEGAAxksCAb3vCDgAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-11 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiZGBg+M+AChhBBBMDDkC6BOkAIMAAlXQBCO9f4icAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-12 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiYGBg+M8AATAaDnAKYEgQBgABBgB6/AT8h9ybfgAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-13 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpiYGBg+M+ABJig9H90AbggI7oWgAADAI5xBAIRYsxUAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-14 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiYGBg+M+AA9BSgkQBgAADAJIyB/kDCjAnAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-15 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBg+M9ABPhPjPh/YjT9J2AipiRAgAEAhjsH+Utd9Z4AAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-16 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFAQMAAABCXz8WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjaGBwZFBiEGHgAAAHPwEAP8TPrwAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-17 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABZJREFUCNdjaGBwYFBgEGDgAGIFBgcADegBabpJ4LsAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-18 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGA4wPCA4QMACtgDEQ8Bqx8AAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-19 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA9JREFUCNdjWMDgAMRAAAAKigGBlYsMggAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-20 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+ACFQAAAHgwDwds/+0oAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-21 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOACEYAAADAoBgRrgDF0AAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-22 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAwADiACBhux1cwAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-23 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGAAAxgNAAsQAQHPxScOAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-24 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAApJREFUCNdj6AAAAIoAiVWdWYwAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-25 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdj4GBoYHBgUGAQAAAFggD5HRIFwAAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-26 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjUGBoYHAAAAJmAOF0EZC+AAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-27 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGAIYFBgCAAABcgBQeTzXGUAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-28 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACBJREFUCNdjaGBgcHBgUGhgEGRg4GJgYAGRQDZQBCgOAC/KAvtspwwJAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-29 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjUGBwYGhg4GAQAAAFkgD5MUFnfgAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-30 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjcGBoYFAAAALmAOHcBT11AAAAAElFTkSuQmCC)
}

.ms-skin-default .ms-slide .ms-slide-vpbtn, .ms-skin-default .ms-video-btn {
    width: 50px;
    height: 51px;
    background: url(../img/light-skin-1.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    background: url(../img/light-skin-1.png) no-repeat -24px -28px;
    top: 18px;
    right: 30px
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    width: 30px;
    background: url(../img/light-skin-1.png);
    background-position: -89px -26px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -20px;
    position: absolute;
    z-index: 110
}

.ms-skin-default .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -89px -103px
}

.ms-skin-default .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(../img/light-skin-1.png) no-repeat;
    margin: 4px;
    background-position: -34px -117px
}

.ms-skin-default .ms-bullet-selected {
    background-position: -34px -84px
}

.ms-skin-default .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-default .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-default .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-default .ms-tooltip {
    max-width: 200px
}

.ms-skin-default .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0 #fff;
    margin-left: -1px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ms-skin-default .ms-slide .ms-slide-vpbtn, .ms-skin-default .ms-video-btn, .ms-skin-default .ms-slide .ms-slide-vcbtn, .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev, .ms-skin-default .ms-bullet {
        background-image: url(../img/light-skin-1-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-black-1 .ms-slide .ms-slide-vpbtn, .ms-skin-black-1 .ms-video-btn {
    width: 54px;
    height: 54px;
    background: url(../img/black-skin-1.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px
}

.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
    width: 27px;
    height: 26px;
    background: url(../img/black-skin-1.png) no-repeat -24px -29px;
    top: 30px;
    right: 30px
}

.ms-skin-black-1 .ms-nav-next, .ms-skin-black-1 .ms-nav-prev {
    width: 53px;
    background: url(../img/black-skin-1.png);
    background-position: -79px -19px;
    height: 61px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -26px;
    position: absolute;
    z-index: 110
}

.ms-skin-black-1 .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -79px -97px
}

.ms-skin-black-1 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-black-1 .ms-bullet {
    width: 9px;
    height: 9px;
    background: #fff;
    margin: 4px;
    border: solid 1px #3a3a3a
}

.ms-skin-black-1 .ms-bullet-selected {
    background-color: #000
}

.ms-skin-black-1 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: #fff;
    border-top-color: rgba(0, 0, 0, .8);
    bottom: -10px
}

.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: #fff;
    border-bottom-color: rgba(0, 0, 0, .8);
    top: -10px
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: #fff;
    border-right-color: rgba(0, 0, 0, .8);
    left: -10px
}

.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: #000;
    border-left-color: rgba(0, 0, 0, .8);
    right: -10px
}

.ms-skin-black-1 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #444;
    background: #000;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-black-1 .ms-tooltip {
    max-width: 200px
}

.ms-skin-black-1 .ms-tooltip-cont {
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    text-shadow: 0 1px 0 #000;
    color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ms-skin-black-1 .ms-slide .ms-slide-vpbtn, .ms-skin-black-1 .ms-video-btn, .ms-skin-black-1 .ms-slide .ms-slide-vcbtn, .ms-skin-black-1 .ms-nav-next, .ms-skin-black-1 .ms-nav-prev {
        background-image: url(../img/black-skin-1-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn, .ms-skin-black-2 .ms-video-btn {
    width: 45px;
    height: 45px;
    background: url(../img/black-skin-2.png) #000 no-repeat -16px -103px;
    border: solid 3px #fff;
    border-color: rgba(255, 255, 255, .4);
    -webkit-background-clip: padding-box;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px
}

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover, .ms-skin-black-2 .ms-video-btn:hover {
    background-color: #3d3d3d
}

.ms-skin-black-2 .ms-slide .ms-slide-vcbtn {
    width: 25px;
    height: 25px;
    background: url(../img/black-skin-2.png) #000 no-repeat -27px -36px;
    border: solid 2px #fff;
    border-color: rgba(255, 255, 255, .4);
    top: 15px;
    right: 15px
}

.ms-skin-black-2.round-skin .ms-slide .ms-slide-vcbtn {
    border-radius: 50px
}

.ms-skin-black-2 .ms-nav-next, .ms-skin-black-2 .ms-nav-prev {
    position: absolute;
    cursor: pointer;
    z-index: 110;
    width: 45px;
    height: 45px;
    background: url(../img/black-skin-2.png) #000;
    background-clip: padding-box;
    background-position: -88px -26px;
    border: solid 3px #fff;
    border-color: rgba(255, 255, 255, .4);
    top: 50%;
    left: 30px;
    margin-top: -22px
}

.ms-skin-black-2.round-skin .ms-nav-next, .ms-skin-black-2.round-skin .ms-nav-prev, .ms-skin-black-2.round-skin .ms-slide .ms-slide-vpbtn, .ms-skin-black-2.round-skin .ms-video-btn {
    border-radius: 90px
}

.ms-skin-black-2 .ms-nav-next:hover, .ms-skin-black-2 .ms-nav-prev:hover {
    background-color: #3d3d3d
}

.ms-skin-black-2 .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -86px -103px
}

.ms-skin-black-2 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-black-2 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-black-2 .ms-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    border: solid 3px #fff;
    border-color: rgba(0, 0, 0, .44);
    margin: 4px;
    background-position: -34px -117px
}

.ms-skin-black-2.round-skin .ms-bullet {
    border-radius: 15px
}

.ms-skin-black-2 .ms-bullet-selected {
    background-color: #000;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .44)
}

.ms-skin-black-2 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-black-2 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-black-2 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-ie7.ms-skin-black-2 .ms-tooltip-point .ms-point-border, .ms-ie8.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
    display: none
}

.ms-skin-black-2 .ms-tooltip {
    max-width: 200px
}

.ms-skin-black-2 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ms-skin-black-2 .ms-slide .ms-slide-vpbtn, .ms-skin-black-2 .ms-video-btn, .ms-skin-black-2 .ms-slide .ms-slide-vcbtn, .ms-skin-black-2 .ms-nav-next, .ms-skin-black-2 .ms-nav-prev {
        background-image: url(../img/black-skin-2-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-light-2 .ms-slide .ms-slide-vpbtn, .ms-skin-light-2 .ms-video-btn {
    width: 54px;
    height: 54px;
    background: url(../img/light-skin-2.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px
}

.ms-skin-light-2 .ms-slide .ms-slide-vcbtn {
    width: 27px;
    height: 26px;
    background: url(../img/light-skin-2.png) no-repeat -24px -29px;
    top: 30px;
    right: 30px
}

.ms-skin-light-2 .ms-nav-next, .ms-skin-light-2 .ms-nav-prev {
    width: 53px;
    background: url(../img/light-skin-2.png);
    background-position: -79px -19px;
    height: 61px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -26px;
    position: absolute;
    z-index: 110
}

.ms-skin-light-2 .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -79px -97px
}

.ms-skin-light-2 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-light-2 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-light-2 .ms-bullet {
    width: 9px;
    height: 9px;
    background: #000;
    margin: 4px;
    border: solid 1px #3a3a3a
}

.ms-skin-light-2 .ms-bullet-selected {
    background-color: #fff
}

.ms-skin-light-2 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-light-2 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-light-2 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-light-2 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-light-2 .ms-tooltip {
    max-width: 200px
}

.ms-skin-light-2 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ms-skin-light-2 .ms-slide .ms-slide-vpbtn, .ms-skin-light-2 .ms-video-btn, .ms-skin-light-2 .ms-slide .ms-slide-vcbtn, .ms-skin-light-2 .ms-nav-next, .ms-skin-light-2 .ms-nav-prev {
        background-image: url(../img/light-skin-2-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-light-3 .ms-slide .ms-slide-vpbtn, .ms-skin-light-3 .ms-video-btn {
    width: 50px;
    height: 50px;
    background: url(../img/light-skin-3.png) no-repeat -15px -149px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px
}

.ms-skin-light-3 .ms-slide .ms-slide-vcbtn {
    width: 31px;
    height: 29px;
    background: url(../img/light-skin-3.png) no-repeat -26px -28px;
    top: 30px;
    right: 30px
}

.ms-skin-light-3 .ms-nav-next, .ms-skin-light-3 .ms-nav-prev {
    width: 50px;
    background: url(../img/light-skin-3.png);
    background-position: -82px -22px;
    height: 50px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -25px;
    position: absolute;
    z-index: 110
}

.ms-skin-light-3 .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -81px -99px
}

.ms-skin-light-3 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-light-3 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-light-3 .ms-bullet {
    width: 16px;
    height: 16px;
    background: url(../img/light-skin-3.png) no-repeat;
    background-position: -31px -114px;
    margin: 4px
}

.ms-skin-light-3 .ms-bullet-selected {
    background-position: -31px -81px
}

.ms-skin-light-3 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-light-3 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-light-3 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-light-3 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-light-3 .ms-tooltip {
    max-width: 200px
}

.ms-skin-light-3 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ms-skin-light-3 .ms-slide .ms-slide-vpbtn, .ms-skin-light-3 .ms-video-btn, .ms-skin-light-3 .ms-slide .ms-slide-vcbtn, .ms-skin-light-3 .ms-nav-next, .ms-skin-light-3 .ms-nav-prev, .ms-skin-light-3 .ms-bullet {
        background-image: url(../img/light-skin-3-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-light-4 .ms-slide .ms-slide-vpbtn, .ms-skin-light-4 .ms-video-btn {
    width: 54px;
    height: 54px;
    background: url(../img/light-skin-4.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px
}

.ms-skin-light-4 .ms-slide .ms-slide-vcbtn {
    width: 27px;
    height: 26px;
    background: url(../img/light-skin-4.png) no-repeat -24px -29px;
    top: 30px;
    right: 30px
}

.ms-skin-light-4 .ms-nav-next, .ms-skin-light-4 .ms-nav-prev {
    width: 54px;
    background: url(../img/light-skin-4.png);
    background-position: -77px -5px;
    height: 68px;
    cursor: pointer;
    top: 50%;
    left: -27px;
    margin-top: -40px;
    position: absolute;
    z-index: 110
}

.ms-skin-light-4 .ms-nav-next {
    right: -27px;
    left: auto;
    background-position: -79px -83px
}

.ms-skin-light-4 .ms-thumb-frame-selected {
    opacity: .6
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-h {
    bottom: -60px;
    width: 100%;
    height: 60px
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-v {
    height: 100%;
    width: 60px;
    right: -60px;
    top: 0
}

.ms-skin-light-4 .ms-thumb-frame {
    cursor: pointer;
    float: left;
    width: 60px;
    height: 60px;
    margin: 1px 0 0 1px;
    overflow: hidden
}

.ms-skin-light-4 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-light-4 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-light-4 .ms-bullet {
    width: 9px;
    height: 9px;
    background: #b9b9b9;
    margin: 4px;
    border: solid 1px #a3a3a3
}

.ms-skin-light-4 .ms-bullet-selected {
    background-color: #fff
}

.ms-skin-light-4 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: #fff;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-light-4 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-light-4 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #e0e0e0;
    background: #4b8aac;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-light-4 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #fff;
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-light-4 .ms-tooltip {
    max-width: 200px
}

.ms-skin-light-4 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ms-skin-light-4 .ms-slide .ms-slide-vpbtn, .ms-skin-light-4 .ms-video-btn, .ms-skin-light-4 .ms-slide .ms-slide-vcbtn, .ms-skin-light-4 .ms-nav-next, .ms-skin-light-4 .ms-nav-prev {
        background-image: url(../img/light-skin-4-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn, .ms-skin-light-5 .ms-video-btn {
    width: 32px;
    height: 32px;
    background: url(../img/light-skin-5.png) #000 no-repeat -24px -160px;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px
}

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn:hover, .ms-skin-light-5 .ms-video-btn:hover {
    background-color: #646464
}

.ms-skin-light-5 .ms-slide .ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    background: url(../img/light-skin-5.png) #fff no-repeat -24px -28px;
    top: 18px;
    right: 30px
}

.ms-skin-light-5 .ms-nav-next, .ms-skin-light-5 .ms-nav-prev {
    width: 32px;
    background: url(../img/light-skin-5.png) #fff;
    background-position: -94px -32px;
    height: 32px;
    cursor: pointer;
    bottom: 40px;
    left: 40px;
    margin-top: -20px;
    position: absolute;
    z-index: 110
}

.ms-skin-light-5 .ms-nav-next:hover, .ms-skin-light-5 .ms-nav-prev:hover {
    background-color: #e0e0e0
}

.ms-skin-light-5 .ms-nav-next {
    left: 73px;
    background-position: -93px -110px
}

.ms-skin-light-5 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-light-5 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-light-5 .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(../img/light-skin-5.png) no-repeat;
    margin: 4px;
    background-position: -34px -117px
}

.ms-skin-light-5 .ms-bullet-selected {
    background-position: -34px -84px
}

.ms-skin-light-5 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-light-5 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-light-5 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-android.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none
}

.ms-ie7.ms-skin-light-5 .ms-tooltip-point .ms-point-border, .ms-ie8.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
    display: none
}

.ms-skin-light-5 .ms-tooltip {
    max-width: 200px
}

.ms-skin-light-5 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ms-skin-light-5 .ms-slide .ms-slide-vpbtn, .ms-skin-light-5 .ms-video-btn, .ms-skin-light-5 .ms-slide .ms-slide-vcbtn, .ms-skin-light-5 .ms-nav-next, .ms-skin-light-5 .ms-nav-prev {
        background-image: url(../img/light-skin-5-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn, .ms-skin-light-6 .ms-video-btn {
    width: 45px;
    height: 45px;
    background: url(../img/light-skin-6.png) #fff no-repeat -16px -103px;
    border: solid 3px #707070;
    border-color: rgba(0, 0, 0, .27);
    -webkit-background-clip: padding-box;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px
}

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn:hover, .ms-skin-light-6 .ms-video-btn:hover {
    background-color: #e0e0e0
}

.ms-skin-light-6 .ms-slide .ms-slide-vcbtn {
    width: 25px;
    height: 25px;
    background: url(../img/light-skin-6.png) #fff no-repeat -27px -36px;
    top: 15px;
    right: 15px
}

.ms-skin-light-6.round-skin .ms-slide .ms-slide-vcbtn {
    border-radius: 30px
}

.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
    position: absolute;
    cursor: pointer;
    z-index: 110;
    width: 45px;
    height: 45px;
    background: url(../img/light-skin-6.png) #fff;
    background-clip: padding-box;
    background-position: -88px -26px;
    border: solid 3px #707070;
    border-color: rgba(0, 0, 0, .27);
    top: 50%;
    left: 30px;
    margin-top: -22px
}

.ms-skin-light-6.round-skin .ms-nav-next, .ms-skin-light-6.round-skin .ms-nav-prev, .ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn, .ms-skin-light-6.round-skin .ms-video-btn {
    border-radius: 90px
}

.ms-skin-light-6 .ms-nav-next:hover, .ms-skin-light-6 .ms-nav-prev:hover {
    background-color: #e0e0e0
}

.ms-skin-light-6 .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -86px -103px
}

.ms-skin-light-6 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-light-6 .ms-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    -webkit-background-clip: padding-box;
    border: solid 3px #fff;
    border-color: rgba(255, 255, 255, .44);
    margin: 4px;
    background-position: -34px -117px
}

.ms-skin-light-6.round-skin .ms-bullet {
    border-radius: 15px
}

.ms-skin-light-6 .ms-bullet-selected {
    background-color: #fff;
    border-color: #000;
    border-color: rgba(0, 0, 0, .44)
}

.ms-skin-light-6 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-light-6 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-light-6 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-ie7.ms-skin-light-6 .ms-tooltip-point .ms-point-border, .ms-ie8.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
    display: none
}

.ms-skin-light-6 .ms-tooltip {
    max-width: 200px
}

.ms-skin-light-6 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ms-skin-light-6 .ms-slide .ms-slide-vpbtn, .ms-skin-light-6 .ms-video-btn, .ms-skin-light-6 .ms-slide .ms-slide-vcbtn, .ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
        background-image: url(../img/light-skin-6-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-metro .ms-slide .ms-slide-vpbtn, .ms-skin-metro .ms-video-btn {
    width: 47px;
    height: 46px;
    background: url(../img/metro-skin.png) no-repeat -16px -152px;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -24px
}

.ms-skin-metro .ms-slide .ms-slide-vcbtn {
    width: 47px;
    height: 47px;
    background: url(../img/metro-skin.png) no-repeat -16px -19px;
    top: 15px;
    right: 15px
}

.ms-skin-metro .ms-nav-next, .ms-skin-metro .ms-nav-prev {
    width: 47px;
    background: url(../img/metro-skin.png);
    background-position: -83px -23px;
    height: 47px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -24px;
    position: absolute;
    z-index: 110
}

.ms-skin-metro .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -81px -100px
}

.ms-skin-metro .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-metro .ms-bullet {
    width: 16px;
    height: 16px;
    background: url(../img/metro-skin.png) no-repeat;
    background-position: -31px -114px;
    margin: 4px
}

.ms-skin-metro .ms-bullet-selected {
    background-position: -31px -81px
}

.ms-skin-metro .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-metro .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-metro .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-metro .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-metro .ms-tooltip {
    max-width: 200px
}

.ms-skin-metro .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ms-skin-metro .ms-slide .ms-slide-vpbtn, .ms-skin-metro .ms-video-btn, .ms-skin-metro .ms-slide .ms-slide-vcbtn, .ms-skin-metro .ms-nav-next, .ms-skin-metro .ms-nav-prev, .ms-skin-metro .ms-bullet {
        background-image: url(../img/metro-skin-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-minimal .ms-slide .ms-slide-vpbtn, .ms-skin-minimal .ms-video-btn {
    width: 55px;
    height: 55px;
    background: url(../other/minimal.svg) no-repeat 24px 18px #fff;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms
}

.ms-skin-minimal .ms-slide .ms-slide-vcbtn:hover, .ms-skin-minimal .ms-slide .ms-slide-vpbtn:hover, .ms-skin-minimal .ms-video-btn:hover {
    background-color: #f1f1f1
}

.ms-skin-minimal .ms-slide .ms-slide-vcbtn {
    width: 31px;
    height: 31px;
    background: url(../other/minimal.svg) no-repeat -289px 6px #fff;
    border-radius: 50%;
    border: solid 1px #3d3d3d;
    top: 18px;
    right: 30px;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms
}

.ms-skin-minimal .ms-nav-next, .ms-skin-minimal .ms-nav-prev {
    background: url(../other/minimal.svg) no-repeat #fff;
    background-position: -178px 17px;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -27px;
    position: absolute;
    z-index: 110;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms
}

.ms-skin-minimal .ms-nav-next:hover, .ms-skin-minimal .ms-nav-prev:hover {
    background-color: #f1f1f1
}

.ms-skin-minimal .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -75px 17px
}

.ms-skin-minimal .ms-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    margin: 4px;
    background-position: -34px -117px
}

.ms-skin-minimal .ms-bullet-selected {
    background: #3d3d3d
}

.ms-skin-minimal .ms-time-bar {
    height: 3px;
    background: #fff;
    border-top: solid 1px rgba(0, 0, 0, .41)
}

.ms-skin-minimal .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-minimal .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-minimal .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-minimal .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-minimal .ms-tooltip {
    max-width: 200px
}

.ms-skin-minimal .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0 #fff;
    margin-left: -1px
}

.ms-skin-contrast .ms-slide .ms-slide-vpbtn, .ms-skin-contrast .ms-video-btn {
    width: 60px;
    height: 60px;
    background: url(h../img/contrast-skin.png) no-repeat -10px -144px;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px
}

.ms-skin-contrast .ms-slide .ms-slide-vcbtn {
    width: 24px;
    height: 24px;
    background: url(h../img/contrast-skin.png) no-repeat -27px -30px;
    top: 30px;
    right: 30px
}

.ms-skin-contrast .ms-nav-next, .ms-skin-contrast .ms-nav-prev {
    width: 60px;
    background: url(h../img/contrast-skin.png);
    background-position: -76px -17px;
    height: 60px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -30px;
    position: absolute;
    z-index: 110
}

.ms-skin-contrast .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -77px -91px
}

.ms-skin-contrast .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-contrast .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-contrast .ms-bullet {
    width: 16px;
    height: 16px;
    background: url(../img/contrast-skin.png) no-repeat;
    background-position: -31px -114px;
    margin: 4px
}

.ms-skin-contrast .ms-bullet-selected {
    background-position: -31px -81px
}

.ms-skin-contrast .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: #fc3116;
    border-top-color: rgba(252, 49, 22, .8);
    bottom: -10px
}

.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: #fc3116;
    border-bottom-color: rgba(252, 49, 22, .8);
    top: -10px
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: #fc3116;
    border-right-color: rgba(252, 49, 22, .8);
    left: -10px
}

.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: #fc3116;
    border-left-color: rgba(252, 49, 22, .8);
    right: -10px
}

.ms-skin-contrast .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-contrast .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #636363;
    background: #000;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-contrast .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #fff;
    background: rgba(255, 255, 255, .99);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-contrast .ms-tooltip {
    max-width: 200px
}

.ms-skin-contrast .ms-tooltip-cont {
    padding: 10px;
    background: #fc3116;
    background: rgba(252, 49, 22, .8);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ms-skin-contrast .ms-slide .ms-slide-vpbtn, .ms-skin-contrast .ms-video-btn, .ms-skin-contrast .ms-slide .ms-slide-vcbtn, .ms-skin-contrast .ms-nav-next, .ms-skin-contrast .ms-nav-prev, .ms-skin-contrast .ms-bullet {
        background-image: url(../img/contrast-skin-retina.png);
        background-size: 152px 225px
    }
}

.ms-caro3d-template .ms-container {
    padding: 10px 0 50px
}

.ms-caro3d-template .ms-slide {
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(rgba(255, 255, 255, 0.5)))
}

.ms-caro3d-template .ms-slide-bgcont {
    border-radius: 8px
}

.ms-dis-slider-cont {
    position: relative;
    padding: 3.2% 8.5% 24%;
    max-width: 508px
}

.ms-display-cont .ms-view {
    background-color: #17171a
}

.ms-display-cont {
    max-width: 614px;
    position: relative;
    margin: 0 auto
}

.ms-display-bg {
    max-width: 100%;
    position: absolute
}

.ms-display-template .ms-nav-prev, .ms-display-template .ms-nav-next {
    background: url(../other/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -80px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    cursor: pointer
}

.ms-display-template .ms-nav-next {
    background-position: -59px -9px;
    right: -80px;
    left: auto
}

.ms-display-template .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: -50%;
    right: 50%;
    width: 100px
}

.ms-display-template .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-display-template .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(../img/device-skin.png) no-repeat -112px -25px;
    margin: 4px
}

.ms-display-template .ms-bullet-selected {
    background-position: -143px -25px
}

.ms-gallery-template .ms-gallery-botcont {
    height: 55px;
    background: #000;
    color: #fff;
    font-weight: 300;
    font-family: lato, sans-serif;
    font-size: 18px;
    position: relative
}

.ms-gallery-template .ms-gal-playbtn {
    width: 55px;
    height: 100%;
    float: left;
    cursor: pointer;
    background: url(../img/gallery-btns.png) no-repeat 6px 6px
}

.ms-gallery-template .ms-gal-playbtn.btn-pause {
    background: url(../img/gallery-btns.png) no-repeat -55px 7px
}

.ms-gallery-template .ms-gal-thumbtoggle {
    position: absolute;
    right: 0;
    z-index: 110;
    width: 55px;
    height: 100%;
    cursor: pointer;
    background: url(../img/gallery-btns.png) no-repeat -53px -41px
}

.ms-gallery-template .ms-gal-thumbtoggle.btn-hide {
    background: url(../img/gallery-btns.png) no-repeat 4px -41px
}

.ms-gallery-template .ms-slide-num {
    float: left;
    padding: 17px 9px;
    color: #727272
}

.ms-gallery-template .ms-slide-info {
    float: left;
    padding: 18px 4px;
    position: relative;
    width: auto
}

.ms-gallery-template .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 18px;
    right: 105px;
    width: 100px
}

.ms-gallery-template .ms-bullet {
    width: 8px;
    height: 8px;
    background: #1e1e1e;
    margin: 4px;
    border-radius: 15px
}

.ms-gallery-template .ms-bullet-selected {
    background-color: #fff
}

.ms-gallery-template .ms-timerbar {
    width: 100%;
    top: -4px;
    height: 4px;
    position: absolute;
    background: rgba(0, 0, 0, .32)
}

.ms-gallery-template .ms-time-bar {
    height: 4px;
    background: rgba(255, 255, 255, .7)
}

.ms-gallery-template .ms-thumb-list.ms-dir-h {
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .95);
    padding-top: 1px
}

.ms-gallery-template .ms-thumb-frame {
    cursor: pointer;
    float: left;
    width: 175px;
    overflow: hidden;
    opacity: .5;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
}

.ms-gallery-template .ms-thumb-frame-selected {
    opacity: 1
}

.ms-gallery-template .ms-gal-thumbcont {
    overflow: hidden;
    width: 100%;
    height: 115px;
    position: absolute;
    top: -115px;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.ms-gallery-template .ms-gal-thumbcont.hide-thumbs {
    height: 0;
    top: 0
}

@media (max-width: 570px) {
    .ms-gallery-template .ms-slide-info {
        display: none
    }
}

.ms-laptop-template .ms-laptop-cont .ms-view {
    background-color: #17171a
}

.ms-laptop-template .ms-laptop-cont {
    max-width: 645px;
    position: relative;
    margin: 0 auto
}

.ms-laptop-template .ms-lt-slider-cont {
    position: relative;
    padding: 5% 11.9% 20%;
    max-width: 492px
}

.ms-laptop-template .ms-laptop-bg {
    max-width: 100%;
    position: absolute
}

.ms-laptop-template .ms-nav-prev, .ms-laptop-template .ms-nav-next {
    background: url(../other/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -80px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    cursor: pointer
}

.ms-laptop-template .ms-nav-next {
    background-position: -59px -9px;
    right: -80px;
    left: auto
}

.ms-laptop-template .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: -40%;
    right: 50%;
    width: 100px
}

.ms-laptop-template .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-laptop-template .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(../other/device-skin.png) no-repeat -112px -25px;
    margin: 4px
}

.ms-laptop-template .ms-bullet-selected {
    background-position: -143px -25px
}

.ms-tablet-template .ms-tablet-cont .ms-view {
    background-color: #17171a
}

.ms-tablet-template .ms-tablet-cont {
    max-width: 500px;
    position: relative;
    margin: 0 auto
}

.ms-tablet-template.ms-tablet-land .ms-tablet-cont {
    max-width: 842px
}

.ms-tablet-template.ms-tablet-land .ms-lt-slider-cont {
    padding: 4.1% 12.1% 10%;
    max-width: 632px
}

.ms-tablet-template .ms-lt-slider-cont {
    position: relative;
    padding: 11.1% 11% 22%;
    max-width: 400px
}

.ms-tablet-template .ms-tablet-bg {
    max-width: 100%;
    position: absolute
}

.ms-tablet-template .ms-nav-prev, .ms-tablet-template .ms-nav-next {
    background: url(../other/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -120px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    cursor: pointer
}

.ms-tablet-template .ms-nav-next {
    background-position: -59px -9px;
    right: -120px;
    left: auto
}

.ms-tablet-template .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: -18%;
    right: 50%;
    width: 100px
}

.ms-tablet-template .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-tablet-template .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(../other/device-skin.png) no-repeat -112px -25px;
    margin: 4px
}

.ms-tablet-template .ms-bullet-selected {
    background-position: -143px -25px
}

.ms-phone-template .ms-phone-cont .ms-view {
    background-color: #17171a
}

.ms-phone-template .ms-phone-cont {
    max-width: 386px;
    position: relative;
    margin: 0 auto
}

.ms-phone-template.ms-phone-land .ms-phone-cont {
    max-width: 666px
}

.ms-phone-template.ms-phone-land .ms-lt-slider-cont {
    position: relative;
    padding: 4.6% 16.1% 10% 15.5%;
    max-width: 455px
}

.ms-phone-template .ms-lt-slider-cont {
    position: relative;
    padding: 26.2% 16.5% 33% 16.8%;
    max-width: 258px
}

.ms-phone-template .ms-phone-bg {
    max-width: 100%;
    position: absolute
}

.ms-phone-template .ms-nav-prev, .ms-phone-template .ms-nav-next {
    background: url(../other/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -120px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    cursor: pointer
}

.ms-phone-template .ms-nav-next {
    background-position: -59px -9px;
    right: -120px;
    left: auto
}

.ms-phone-template .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: -30%;
    right: 50%;
    width: 100px
}

.ms-phone-template .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-phone-template .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(../other/device-skin.png) no-repeat -112px -25px;
    margin: 4px
}

.ms-phone-template .ms-bullet-selected {
    background-position: -143px -25px
}

.ms-phone-template.ms-phone-land .ms-bullets.ms-dir-h {
    bottom: -21%
}

.ms-phone-template.ms-phone-land .ms-nav-next {
    right: -150px
}

.ms-phone-template.ms-phone-land .ms-nav-prev {
    left: -150px
}

.ms-partialview-template .ms-slide-info {
    text-align: center;
    margin-top: 20px;
    width: 100%
}

.ms-partialview-template .ms-slide-info h3 {
    margin: 5px;
    font-weight: 300;
    font-size: 23pt;
    color: #222
}

.ms-partialview-template .ms-slide-info h4 {
    margin: 5px;
    font-weight: 300;
    font-size: 14pt;
    color: #7a7a7a
}

.ms-partialview-template .ms-slide-info p {
    font-size: 10pt;
    margin: 6px
}

.ms-showcase2-template .ms-view {
    background: 0 0
}

.master-slider {
    -moz-transform: translate3d(0, 0, 1px)
}

.ms-staff-carousel {
    margin: 25px auto;
    position: relative
}

.ms-staff-carousel .ms-view {
    overflow: visible;
    background-color: transparent
}

.ms-staff-carousel .ms-nav-prev, .ms-staff-carousel .ms-nav-next {
    background: url(../img/staff-arrows.png) #fff no-repeat -7px -57px;
    width: 35px;
    height: 40px;
    left: -35px;
    margin-top: -17px;
    box-shadow: 0 1px 0 0 #bebebe;
    position: absolute;
    top: 50%;
    cursor: pointer
}

.ms-staff-carousel .ms-nav-next {
    background-position: -6px -7px;
    right: -35px;
    left: auto
}

.ms-staff-carousel .ms-staff-info {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    margin-top: 30px;
    min-height: 300px;
    color: #222
}

.ms-staff-carousel .ms-staff-info h3 {
    font-weight: 300;
    font-size: 22pt;
    margin: 0
}

.ms-staff-carousel .ms-staff-info h4 {
    font-weight: 300;
    color: #787878;
    font-size: 15pt;
    margin: 3px
}

.ms-staff-carousel.ms-round .ms-slide-bgcont {
    border-radius: 5 e3px;
    border: solid 8px #e6e6e6;
    margin: 0 -8px
}

.ms-staff-carousel.ms-round .ms-view {
    padding-bottom: 8%
}

.ms-staff-carousel.ms-round .ms-nav-prev, .ms-staff-carousel.ms-round .ms-nav-next {
    background-color: transparent;
    box-shadow: none;
    left: -45px
}

.ms-staff-carousel.ms-round .ms-nav-next {
    left: auto;
    right: -45px
}

.ms-tabs-template .ms-thumb-frame h3 {
    font-weight: 400;
    font-size: 13pt;
    margin: 0
}

.ms-tabs-template .ms-thumb-frame p {
    font-size: 10pt;
    margin: 4px 0
}

.ms-tabs-template .ms-thumb-frame-selected h3 {
    color: #4b8aac
}

.ms-vertical-template .ms-nav-prev, .ms-vertical-template .ms-nav-next {
    top: 10px;
    left: 50%;
    background: url(../img/vertical-arrows.png) no-repeat;
    background-position: -11px -6px;
    width: 40px;
    height: 30px;
    margin-left: -20px;
    margin-top: 0
}

.ms-vertical-template .ms-nav-next {
    top: auto;
    bottom: 10px;
    background-position: -11px -53px
}

.ms-vertical-template .ms-thumblist-fwd, .ms-vertical-template .ms-thumblist-bwd {
    width: 100%;
    position: absolute;
    top: 0;
    height: 15px;
    cursor: pointer;
    background: url(../img/vertical-arrows.png) no-repeat;
    background-position: 50% -106px
}

.ms-vertical-template .ms-thumblist-bwd {
    top: auto;
    bottom: 0;
    background-position: 50% -145px
}

/*!* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*//*!normalize.css v3.0.0 | MIT License | git.io/normalize*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before, blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, courier new, monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.radio label, .checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    outline: 0
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #999
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav > li > a {
    color: #999
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: gray
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media, .media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.modal-backdrop.in {
    -webkit-opacity: .95;
    -moz-opacity: .95;
    opacity: .95;
    background-color: #333
}

.ekko-lightbox .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent
}

.ekko-lightbox .modal-header {
    border: 0;
    padding-left: 0;
    padding-right: 0
}

.ekko-lightbox .modal-header .close {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    color: #fff;
    text-shadow: 0;
    font-weight: 100;
    margin-top: 5px
}

.ekko-lightbox .modal-header .close:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.ekko-lightbox .modal-header h4.modal-title {
    font-weight: 100;
    color: #fff;
    padding: 0
}

.ekko-lightbox .modal-body {
    padding: 0
}

.ekko-lightbox .modal-footer {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    border: 0;
    color: #fff;
    font-weight: 100;
    padding: 0
}

.ekko-lightbox-nav-overlay a {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    text-shadow: none
}

.ekko-lightbox-container {
    position: relative
}

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%
}

.ekko-lightbox-nav-overlay a {
    z-index: 100;
    display: block;
    width: 49%;
    height: 100%;
    padding-top: 45%;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    opacity: 0;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.ekko-lightbox-nav-overlay a:empty {
    width: 49%
}

.ekko-lightbox a:hover {
    text-decoration: none;
    opacity: 1
}

.ekko-lightbox .glyphicons.chevron-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left
}

.ekko-lightbox .glyphicons.chevron-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right
}

.ekko-lightbox .modal-footer {
    text-align: left
}

.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
    outline: 0
}

.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: flexslider-icon;
    src: url(../other/flexslider-icon.eot);
    src: url(../other/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../other/flexslider-icon.woff) format('woff'), url(../other/flexslider-icon.ttf) format('truetype'), url(../other/#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    position: relative;
    zoom: 1
}

.flex-viewport {
    max-height: 2 e3px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    content: '\f001'
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

html {
    font-size: 100%
}

body {
    background: #fbfcfd;
    font-family: lato, helvetica neue, Helvetica, Arial, sans-serif;
    color: #5c5c5c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

#boxed {
    background: #fbfcfd;
    margin: 0 auto
}

@font-face {
    font-family: themovation-icons;
    src: url(../other/themovation-icons.eot);
    src: url(../other/themovation-icons.eot?#iefix) format("embedded-opentype"), url(../other/themovation-icons.woff) format("woff"), url(../other/themovation-icons.ttf) format("truetype"), url(../other/themovation-icons.svg#themovation-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.th-icon:before {
    font-family: themovation-icons !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.th-i-prev:before {
    content: "a"
}

.th-i-gallery:before {
    content: "b"
}

.th-i-next:before {
    content: "c"
}

.th-i-up:before {
    content: "d"
}

.th-i-down:before {
    content: "e"
}

.th-i-cart:before {
    content: "f"
}

.th-i-card:before {
    content: "g"
}

.th-i-card2:before {
    content: "h"
}

.th-i-card, .th-i-card2 {
    font-size: 24px
}

.th-i-cart2:before {
    content: "i"
}

.th-i-cart3:before {
    content: "j"
}

img {
    max-width: 100%;
    height: auto !important
}

.banner {
    z-index: 20
}

.navbar {
    background-color: #fff;
    margin-bottom: 0
}

#logo {
    float: left;
    display: block;
    margin: 25px 0
}

#logo .logo-trans {
    display: none
}

.navbar .navbar-nav {
    float: right;
    text-align: right;
    margin: 12px 0 0
}

.navbar .navbar-nav > li > a {
    position: relative;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    margin: 0 15px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

.navbar .navbar-nav > li > a:after {
    position: absolute;
    bottom: 12px;
    left: 0;
    content: '';
    width: 2px;
    height: 0;
    background-color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.navbar .navbar-nav > li > a:hover {
    color: #5d5d5d
}

.navbar .navbar-nav > li > a:hover:after, .navbar .navbar-nav > li.active > a:after, .navbar .navbar-nav > li.active > a:hover:after, .navbar .navbar-nav > li.active > a:focus:after {
    width: 100%;
    height: 1px;
    background-color: #3a3b74
}

.navbar-nav > li + li {
    margin-left: 2px
}

.navbar .navbar-nav > li.active > a, .navbar .navbar-nav > li.active > a:hover, .navbar .navbar-nav > li.active > a:focus {
    color: #5d5d5d;
    background-color: transparent
}

.navbar .navbar-nav .dropdown-menu {
    background-color: #353c40;
    border-radius: 0 !important
}

.navbar .navbar-nav .dropdown-menu li a {
    position: relative;
    font-size: 14px
}

.navbar .navbar-nav .dropdown-menu li.active a {
    background-color: transparent;
    color: #3a3b74
}

.navbar .navbar-nav .dropdown-menu li a:hover, .navbar .navbar-nav .dropdown-menu li.active a:hover {
    color: #3a3b74;
    background-color: transparent
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent !important
}

.navbar-collapse {
    max-height: none
}

.navbar-collapse ul {
    margin-bottom: 10px
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent
}

.navbar .navbar-nav .th-anchor.active a:after {
    width: 0
}

.top-nav {
    background: rgba(0, 0, 0, .03);
    padding: 5px 0
}

.top-nav-text {
    float: left
}

.top-nav-icon-blocks {
    float: right
}

.top-nav-icon-blocks .icon-block {
    display: inline-block;
    padding: 0 10px;
    text-align: right
}

.top-nav-icon-blocks .icon-block:last-child {
    padding: 0 0 0 10px
}

.top-nav-icon-blocks .icon-block a:hover {
    text-decoration: none
}

.top-nav-icon-blocks .icon-block i {
    padding-right: 6px
}

.top-nav-icon-blocks .icon-block p, .top-nav-icon-blocks .icon-block a, .top-nav-text p, .top-nav-text a {
    font-size: 12px;
    line-height: 26px;
    margin: 0;
    color: #5d5d5d
}

.top-nav-icon-blocks .icon-block i {
    font-size: 13px
}

.banner[data-transparent-header=true] {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: visible !important;
    z-index: 9998;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-bottom: 0
}

.boxed-mode .banner[data-transparent-header=true] {
    left: 0;
    right: 0;
    margin: 0 auto
}

.banner[data-transparent-header=true] #logo .logo-trans {
    display: inline
}

.banner[data-transparent-header=true] #logo .logo-main {
    display: none
}

.banner[data-transparent-header=true] .navbar-nav > li > a, .banner[data-transparent-header=true] .navbar-nav > li.active > a {
    color: #fff
}

.banner[data-transparent-header=true] .navbar-nav > li > a:hover, .banner[data-transparent-header=true] .navbar-nav > li.active > a:hover {
    color: #fff
}

.banner[data-transparent-header=true] .navbar-nav > li > a:hover:after, .banner[data-transparent-header=true] .navbar-nav > li.active > a:after, .banner[data-transparent-header=true] .navbar-nav > li.active > a:hover:after, .banner[data-transparent-header=true] .navbar-nav > li.active > a:focus:after {
    background-color: #fff
}

.banner[data-transparent-header=true] .top-nav-icon-blocks .icon-block p, .banner[data-transparent-header=true] .top-nav-icon-blocks .icon-block a, .banner[data-transparent-header=true] .top-nav-text p, .banner[data-transparent-header=true] .top-nav-text a {
    color: #fff
}

.banner[data-transparent-header=true] .top-nav {
    background: rgba(255, 255, 255, .1)
}

.page-title {
    margin: 0 15px
}

body.blog .page-title, body.single .page-title, body.search .page-title, body.archive .page-title, body.error404 .page-title {
    border-bottom: 1px solid #e6e6e6
}

.page-title.centered {
    padding: 60px 10%
}

.page-title.left {
    padding: 60px 10% 60px 0
}

.page-title.right {
    padding: 60px 0 60px 10%;
    text-align: right
}

.page-title .header-icon {
    font-size: 28px;
    margin-bottom: 20px;
    color: #a3a3a3
}

.page-title h1 {
    margin: 0;
    color: #3a3b74
}

.page-title h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 10px 0 0
}

.full-header-img {
    background: #f2f3f7;
    background-size: cover
}

.preloader .page-title {
    border-bottom: 0
}

.page-title .page-title-button {
    margin: 30px 0 0
}

.page-title .btn-standard, .page-title .btn-ghost, .page-title .a2c-btn a.button {
    font-size: 18px
}

.page-title .th-btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.page-title.left .th-btn {
    margin-right: 8px
}

.page-title.left .th-btn + .th-btn {
    margin-right: 0
}

.page-title.centered .th-btn {
    margin-left: 4px;
    margin-right: 4px
}

.page-title.right .th-btn + .th-btn {
    margin-left: 8px
}

.inner-container > h1.entry-title {
    width: calc(100% - 60px);
    max-width: 1140px;
    color: #3a3b74;
    padding: 60px 0;
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6
}

.clear {
    clear: both
}

.circle {
    -webkit-border-radius: 50em !important;
    -moz-border-radius: 50em !important;
    border-radius: 50em !important
}

.accent {
    color: #3a3b74
}

.centered {
    text-align: center
}

.th-circle {
    -webkit-border-radius: 50em !important;
    -moz-border-radius: 50em !important;
    border-radius: 50em !important
}

.elementor-icon i {
    font-weight: 400
}

.th-icon-size-sm .elementor-icon, .th-icon-size-sm i {
    font-size: 36px
}

.th-icon-size-md .elementor-icon, .th-icon-size-md i {
    font-size: 44px
}

.th-icon-size-lg .elementor-icon, .th-icon-size-lg i {
    font-size: 54px
}

.th-icon-size-xl .elementor-icon, .th-icon-size-xl i {
    font-size: 66px
}

.elementor-icon i.th-trip {
    line-height: .98
}

.elementor-icon i.th-linea:before {
    vertical-align: bottom
}

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.flexible-container iframe, .flexible-container object, .flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.page .comment-respond {
    margin-bottom: 50px
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.panel, .panel-group .panel {
    border-radius: 5px;
    box-shadow: none
}

label {
    font-weight: 600
}

section.th-parallax:not(.th-mobile) {
    background: 0 0 !important
}

.meta-border {
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6
}

.standard-blog .page {
    padding-top: 45px
}

.standard-blog .page:first-child {
    padding-top: 0
}

.standard-blog .page .post-title {
    margin-top: 0
}

.container {
    width: calc(100% - 30px);
    max-width: 1170px !important
}

.content-width {
    width: calc(100% - 60px);
    max-width: 1140px
}

.inner-container > .content-editor {
    width: calc(100% - 30px);
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 15px
}

.error-404 {
    padding-top: 40px;
    padding-bottom: 40px
}

body.elementor-page .inner-container > .content-editor, body.elementor-editor-active .inner-container > .content-editor, body.elementor-editor-preview .inner-container > .content-editor {
    width: auto !important;
    max-width: none;
    margin: 0;
    padding: 0
}

.elementor-section-boxed .elementor-container {
    width: calc(100% - 60px)
}

.elementor-section-boxed .elementor-column-gap-default .elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px
}

.elementor-section-boxed .elementor-column-gap-narrow .elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px
}

.elementor-section-boxed .elementor-column-gap-extended .elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px
}

.elementor-section-boxed .elementor-column-gap-wide .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px
}

.elementor-section-boxed .elementor-column-gap-wider .elementor-row {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    transition: all .4s ease-out
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #969696;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9f9f9f;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c6c6c6;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000
}

#loader-wrapper .loader-section.section-left {
    left: 0;
    display: none
}

#loader-wrapper .loader-section.section-right {
    right: 0;
    display: none
}

.loaded #loader-wrapper .loader-section.section-left {
    background: 0 0;
    transition: all .9s ease-out
}

.loaded #loader-wrapper .loader-section.section-right {
    background: 0 0;
    transition: all .9s ease-out
}

.loaded #loader {
    opacity: 0
}

.loaded #loader-wrapper {
    background: 0 0;
    visibility: hidden
}

.video-container, .wp-hosted-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container {
    padding-top: 30px
}

.video-container iframe, .video-container object, .video-container embed, .wp-hosted-video iframe, .wp-hosted-video object, .wp-hosted-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

embed, iframe, object, video {
    max-width: 100%
}

.wp-video-shortcode .mejs-controls, .wp-audio-shortcode .mejs-controls {
    background: #1d1d1d !important
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper .entry-content-asset {
    position: relative
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper .entry-content-asset:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-block-embed.is-type-video.wp-embed-aspect-1-1 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 100%
}

.wp-block-embed.is-type-video.wp-embed-aspect-1-2 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 200%
}

.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 75%
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 56.25%
}

.wp-block-embed.is-type-video.wp-embed-aspect-18-9 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 50%
}

.wp-block-embed.is-type-video.wp-embed-aspect-21-9 .wp-block-embed__wrapper .entry-content-asset:before {
    padding-top: 42.85%%
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

p, li {
    font-size: 15px;
    line-height: 165%
}

p {
    font-family: lato, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #5c5c5c;
    -webkit-font-smoothing: antialiased
}

a {
    color: #3a3b74;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:hover {
    color: #5c5c5c
}

h1, h2, h3, h4, h5, h6 {
    font-family: lato, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #515151;
    -webkit-font-smoothing: antialiased
}

h1 {
    font-size: 56px
}

h2 {
    font-size: 35px;
    margin-bottom: 15px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 25px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 18px
}

.single-post h1 {
    font-size: 48px
}

@media (max-width: 991px) {
    h1:not(.product_title) {
        font-size: 56px
    }

    .single-post h1 {
        font-size: 44px
    }
}

@media (max-width: 767px) {
    h1:not(.product_title) {
        font-size: 48px
    }

    .single-post h1 {
        font-size: 40px
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 27px
    }

    h4 {
        font-size: 23px
    }

    h5 {
        font-size: 20px
    }

    h6 {
        font-size: 17px
    }
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
    text-decoration: none
}

.th-bundled-font h1:not(.product_title), .th-bundled-font .th-header-wrap h2 {
    font-family: ludicrous, sans-serif;
    line-height: 110%;
    text-transform: uppercase;
    letter-spacing: .05em
}

.th-bundled-font h1:not(.product_title) {
    font-size: 76px
}

.th-bundled-font.single-post h1 {
    font-size: 58px
}

.th-bundled-font .th-header-wrap h2 {
    font-size: 42px
}

@media (max-width: 991px) {
    .th-bundled-font h1:not(.product_title) {
        font-size: 64px
    }

    .th-bundled-font.single-post h1 {
        font-size: 58px
    }
}

@media (max-width: 767px) {
    .th-bundled-font h1:not(.product_title) {
        font-size: 58px
    }

    .th-bundled-font.single-post h1 {
        font-size: 48px
    }
}

.btn {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    white-space: normal;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.btn:focus {
    color: #fff
}

.btn-standard-primary {
    color: #fff;
    background-color: #3a3b74;
    border-color: #3a3b74
}

.btn-standard-accent {
    color: #fff;
    background-color: #f96d64;
    border-color: #f96d64
}

.btn-standard-light {
    color: #1b1b1b;
    background-color: #fff;
    border-color: #fff
}

.btn-standard-dark {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.btn-standard-primary:hover, .btn-standard-accent:hover, .btn-standard-dark:hover {
    color: #fff;
    opacity: .85
}

.btn-standard-light:hover, .btn-standard-light:focus {
    color: #1b1b1b;
    opacity: .85
}

.btn-standard-primary, .btn-standard-accent, .btn-standard-light, .btn-standard-dark, .btn-ghost-primary, .btn-ghost-accent, .btn-ghost-light, .btn-ghost-dark {
    border-width: 2px
}

.btn-ghost-primary {
    color: #3a3b74;
    background-color: transparent;
    border-color: #3a3b74
}

.btn-ghost-primary:hover {
    color: #fff;
    background-color: #3a3b74;
    border-color: #3a3b74
}

.btn-ghost-accent {
    color: #f96d64;
    background-color: transparent;
    border-color: #f96d64
}

.btn-ghost-accent:hover {
    color: #fff;
    background-color: #f96d64;
    border-color: #f96d64
}

.btn-ghost-light {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-ghost-light:hover, .btn-ghost-light:focus {
    color: #1b1b1b;
    background-color: #fff;
    border-color: #fff
}

.btn-ghost-dark {
    color: #1b1b1b;
    background-color: transparent;
    border-color: #1b1b1b
}

.btn-ghost-dark:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.btn-cta-primary, .btn-cta-accent {
    display: inline-block;
    padding: 14px 60px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    border: 0;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 50px
}

.btn-cta-primary {
    background-color: #3a3b74
}

.btn-cta-accent {
    background-color: #f96d64
}

.btn-cta-primary:hover, .btn-cta-accent:hover {
    text-decoration: none;
    color: #fff;
    opacity: .85
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: none
}

.th-btn i, .th-btn span {
    margin-top: 2px;
    margin-left: 8px
}

.th-btn-align-left {
    text-align: left
}

.th-btn-align-center {
    text-align: center
}

.th-btn-align-right {
    text-align: right
}

a:focus, .button:focus, .btn:focus {
    outline: 0
}

.th-btn.btn-image img {
    max-height: 50px;
    width: auto
}

.btn-lg, .btn-large, .btn-group-lg > .btn, .btn-group-large > .btn {
    font-size: 18px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 50px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 50px
}

.btn.dropdown-toggle, .btn-group .btn, #main-flex-slider .btn.dropdown-toggle, #main-flex-slider .dropdown-menu li a {
    margin-bottom: 0
}

.btn-group .dropdown-menu li a {
    text-align: left
}

.navbar-toggle {
    border: 0;
    padding: 10px 0
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent
}

form input, .frm_forms form label, .with_frm_style label.frm_primary_label, .with_frm_style.frm_login_form label, .frm_forms form input, .frm_forms form textarea, .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style select, .frm_style_formidable-style.with_frm_style select, .with_frm_style textarea, .frm_style_formidable-style.with_frm_style textarea, #content .with_frm_style input:not([type=submit]):not([type=button]), #content .with_frm_style select, #content .with_frm_style textarea, .with_frm_style .chzn-container, .with_frm_style input[type=file], .with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .with_frm_style.frm_login_form input[type=submit], a.frm_save_draft, .with_frm_style #frm_field_cptch_number_container, .with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label, .frm_forms .frm_description, .with_frm_style p.description, .with_frm_style div.description, .with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {
    font-family: lato, helvetica neue, Helvetica, Arial, sans-serif;
    box-shadow: none !important
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=number], input[type=tel], textarea {
    color: #5c5c5c !important;
    -webkit-appearance: none
}

.radio, .checkbox {
    padding-left: 0
}

.with_frm_style .form-field, .with_frm_style .frm_form_field, .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 15px
}

.frm_forms form input[type=text], .frm_forms form input[type=email], .frm_forms form input[type=url], .frm_forms form input[type=password], .frm_forms form input[type=number], .frm_forms form input[type=tel], .frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search] {
    font-family: lato, helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 46px;
    margin-bottom: 0;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.frm_forms form input, .frm_forms form textarea, .frm_style_formidable-style.with_frm_style textarea {
    font-size: 13px;
    margin-bottom: 0;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear
}

.frm_forms form textarea, .frm_style_formidable-style.with_frm_style textarea {
    padding: 20px !important
}

.frm_forms form label, .with_frm_style label.frm_primary_label, .with_frm_style.frm_login_form label, .frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label, .frm_style_formidable-style.with_frm_style .frm_radio label, .frm_style_formidable-style.with_frm_style .frm_checkbox label {
    font-family: lato, helvetica neue, Helvetica, Arial, sans-serif;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 6px
}

.with_frm_style .frm_radio label, .frm_radio label, .with_frm_style .frm_checkbox label, .frm_checkbox label {
    font-size: 12px
}

form select:focus, form textarea:focus, form input:focus {
    border: 1px solid #3a3b74 !important;
    outline: 0 !important
}

.frm_forms form select, .frm_style_formidable-style.with_frm_style select {
    font-size: 13px;
    height: 46px;
    padding: 0 12px !important;
    color: #6c6c6c;
    border: 1px solid #d3d3d3;
    border-radius: 5px
}

form input[type=submit], .with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .with_frm_style.frm_login_form input[type=submit] {
    background: #3a3b74;
    color: #fff;
    padding: 10px 30px;
    margin-top: 0;
    border: 0;
    opacity: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

form input[type=submit]:hover, .with_frm_style .frm_submit input[type=submit]:hover, .with_frm_style .frm_submit input[type=button]:hover, .frm_form_submit_style:hover, .with_frm_style.frm_login_form input[type=submit]:hover {
    background: #3a3b74;
    color: #fff;
    opacity: .9
}

.frm_forms .frm_none_container label.frm_primary_label, .frm_forms .frm_pos_none {
    display: none
}

.frm_forms .frm_description {
    font-size: 14px !important
}

.with_frm_style .frm_error_style, .with_frm_style .frm_message, .frm_success_style {
    line-height: 1.4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.ui-datepicker-header, .ui-widget-header {
    background: #ccc !important;
    border-color: #aaa !important
}

.ui-datepicker select {
    color: #333
}

.ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker-header .ui-datepicker-next:hover {
    background: #ddd;
    border-color: #999
}

.ui-datepicker .ui-state-default.ui-state-highlight {
    background: #eee;
    border-color: #eee;
    color: #737373
}

.ui-datepicker .ui-state-default.ui-state-active {
    background: #eee;
    border-color: #999;
    color: #363636
}

.ui-datepicker .ui-state-default:hover {
    background: #ccc;
    border-color: #999;
    color: #363636
}

#recaptcha_area input {
    height: auto;
    border-radius: 0
}

#recaptcha_privacy a {
    color: #666
}

.th-widget-area .widget .frm_forms {
    padding-top: 4px
}

.th-widget-area .widget .frm_style_formidable-style.with_frm_style fieldset {
    padding-bottom: 0
}

.th-widget-area .widget .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 15px
}

.th-widget-area .widget input[type=text], .th-widget-area .widget input[type=email], .th-widget-area .widget input[type=url], .th-widget-area .widget input[type=password], .th-widget-area .widget input[type=number], .th-widget-area .widget input[type=tel], .th-widget-area .widget textarea, .th-widget-area .widget select, .th-widget-area .widget input[type=submit] {
    width: 100% !important;
    max-width: 450px !important
}

.th-widget-area .widget input {
    height: 50px !important
}

.th-widget-area .widget input[type=checkbox], .th-widget-area .widget input[type=radio] {
    height: auto !important
}

.th-widget-area .widget input[type=submit], .th-widget-area .widget .frm_style_formidable-style.with_frm_style input[type=submit] {
    padding: 12px !important;
    margin: 0;
    box-sizing: border-box !important;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.footer input[type=text], .footer input[type=email], .footer input[type=url], .footer input[type=password], .footer input[type=number], .footer input[type=tel], .footer textarea, .footer select {
    max-width: 450px;
    color: #fff !important;
    background: 0 0 !important;
    border: 1px solid #fff !important
}

.footer select {
    color: #9f9f9f !important
}

.footer .frm_forms .frm_message p, .footer .with_frm_style .frm_message p {
    color: #468847 !important
}

.footer .frm_forms input[type=submit], .footer .frm_forms input[type=submit]:hover {
    border: 1px solid transparent
}

.footer #recaptcha_area input {
    background: #fff !important
}

.footer label, .footer .frm_forms .frm_description {
    color: #c6c6c6 !important
}

#mc_signup input {
    height: 46px;
    padding: 10px 20px;
    border: 1px solid #d3d3d3;
    border-radius: 2px
}

#mc_signup input[type=submit] {
    border: 0
}

.post-password-form input[type=password] {
    border: 1px solid #999
}

.elementor-editor-active .th-no-sidebar #elementor-add-section, .th-no-sidebar .elementor-section-boxed > .elementor-container {
    max-width: 800px;
    margin: 0 auto
}

.th-no-sidebar > .standard-blog .container, body:not(.elementor-page):not(.elementor-editor-active):not(.elementor-editor-preview) .th-no-sidebar .container, body:not(.elementor-page):not(.elementor-editor-active):not(.elementor-editor-preview) .th-no-sidebar > .content-editor {
    max-width: 830px !important;
    margin: 0 auto !important
}

.th-no-sidebar > h1.entry-title {
    max-width: 800px !important
}

.th-no-sidebar .page-title {
    padding-left: 0;
    padding-right: 0
}

a img.wp-post-image {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-title, .post-title {
    word-wrap: break-word
}

.post-meta, .date-meta, .entry-meta {
    font-size: 13px;
    color: #8b8b8b
}

.entry-content a {
    white-space: nowrap
}

.post-meta a {
    white-space: nowrap
}

.pager {
    padding-left: 15px;
    padding-right: 15px
}

.pager li > a, .pager li > span {
    background-color: transparent;
    border: 1px solid #cecece;
    font-weight: 400;
    border-radius: 50px;
    padding: 10px 35px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.pager li > a:hover, .pager li > span:hover {
    background-color: #3a3b74;
    border: 1px solid #3a3b74;
    color: #fff
}

.is-sticky {
    display: none
}

.sticky .is-sticky {
    display: inline
}

.th-masonry-blog .sticky time.published, .sticky .show-date {
    display: none
}

body.elementor-page .th-pagination {
    display: none
}

.standard-blog {
    padding: 40px 0
}

.standard-blog .post {
    padding-top: 50px
}

.standard-blog .post:first-child {
    padding-top: 0
}

.standard-blog .entry-content {
    padding: 20px 0 0
}

.standard-blog .post-excerpt p {
    margin-bottom: 0
}

.standard-blog .post-inner {
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede
}

.standard-blog .meta-tags {
    margin-top: 20px
}

.standard-blog .pager {
    padding-top: 30px
}

.th-masonry-blog {
    padding-top: 40px;
    padding-bottom: 40px
}

.mas-blog:after {
    content: '';
    display: block;
    clear: both
}

.mas-blog-post-sizer {
    float: none
}

.mas-blog-post {
    margin-bottom: 30px
}

@media (max-width: 699px) {
    .mas-blog-post-sizer, .mas-blog-post {
        width: 100%
    }
}

@media (min-width: 700px) and (max-width: 767px) {
    .mas-blog-post-sizer, .mas-blog-post {
        width: 50%
    }
}

.mas-blog-post .post-inner {
    padding: 15px;
    background: #fff;
    border: 1px solid #e1e1e1
}

.mas-blog-post .post-title {
    font-size: 20px;
    margin-top: 0
}

.mas-blog-post .post-meta {
    padding-bottom: 10px
}

.mas-blog-post .date-meta {
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    margin-top: 20px
}

.mas-blog-post .date-meta i.xs-icon {
    display: none
}

body.single .post-inner {
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede
}

body.single .post-inner .entry-content:before, body.single .post-inner .entry-content:after {
    content: " ";
    display: table
}

body.single .post-inner .entry-content:after {
    clear: both
}

#themo_single_post_layout_content {
    padding: 40px 0
}

body.single .wp-post-image {
    margin-bottom: 20px
}

body.single .entry-content {
    padding: 30px 0 20px
}

.comments-title {
    margin: 50px 0 30px
}

#comments li.comment .avatar {
    margin: 10px 15px 0 0;
    border-radius: 50em
}

#comments .bypostauthor {
}

#comments h4.media-heading {
    margin-top: 20px;
    font-weight: 400
}

#comments .pingback h4.media-heading {
    margin-top: 5px
}

#comments .post-meta {
    margin-bottom: 15px
}

#comments .comment-reply {
    font-size: 13px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #e2e2e2
}

#comments .pager {
    padding: 0;
    margin: 40px 0 10px
}

#comments .comment-awaiting {
    font-style: italic;
    margin: 0 0 15px
}

.comment-reply-title {
    margin: 50px 0 5px
}

#respond .comment-info {
    margin: 10px 0 30px
}

.form-control {
    height: 46px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0, 0 0 0;
    box-shadow: inset 0 0 0, 0 0 0
}

.form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: inset 0 0 0, 0 0 0;
    box-shadow: inset 0 0 0, 0 0 0
}

#respond .form-group label {
    margin: 4px 0
}

.form-allowed-tags {
    font-size: 14px
}

.form-allowed-tags code {
    white-space: normal
}

#respond input[type=submit] {
    padding: 8px 30px;
    border-radius: 50px
}

.comments-closed {
    font-style: italic;
    margin: 50px 0 10px
}

.required-fields {
    white-space: nowrap
}

.standard-blog .format-standard .wp-post-image {
    margin-bottom: 20px
}

.standard-blog .format-standard .post-title {
    margin-top: 0
}

.standard-blog .format-aside .entry-content {
    padding-top: 0
}

.standard-blog .format-aside .post-meta {
    margin: 20px 0 0
}

.th-masonry-blog .format-aside .date-meta {
    margin-top: 10px
}

body.single .format-aside .post-meta {
    padding-top: 20px
}

body.single .format-aside .entry-content {
    padding: 0
}

.th-masonry-blog .format-audio .audio-embed {
    padding-bottom: 15px
}

body.single .format-audio .audio-embed {
    padding-bottom: 20px
}

.standard-blog .format-image .post-meta {
    margin-top: 20px
}

.th-masonry-blog .format-image .date-meta {
    margin-top: 10px
}

.format-video iframe {
    border: 0
}

body.single .video-container, body.single .wp-hosted-video {
    margin-bottom: 20px
}

.th-masonry-blog .format-video .wp-hosted-video {
    margin-bottom: -1px
}

.th-masonry-blog .format-gallery .flex-control-nav {
    display: none
}

.th-masonry-blog .format-gallery .flex-direction-nav a:before {
    font-size: 16px;
    line-height: 50px
}

.th-masonry-blog .format-gallery .flex-direction-nav a {
    width: 50px;
    height: 50px;
    margin-top: -25px
}

body.single .flexslider {
    margin-bottom: 20px
}

.standard-blog .format-quote .post-inner, body.single .format-quote .post-inner {
    position: relative;
    padding-bottom: 35px
}

.format-quote blockquote {
    border: 0
}

.format-quote blockquote p {
    position: relative;
    font-style: italic;
    z-index: 10 !important
}

.format-quote blockquote:before, .format-quote blockquote:after {
    position: absolute;
    font-family: Georgia, times new roman, Times, serif;
    font-size: 136px;
    color: #d3d3d3;
    opacity: .4
}

.format-quote blockquote:before {
    content: "\201C";
    top: -30px;
    left: 15px
}

.format-quote blockquote:after {
    content: "\201D";
    bottom: -45px;
    right: 15px
}

.format-quote blockquote {
    padding: 35px 20px 22px
}

.format-quote blockquote footer {
    margin-top: 20px
}

.format-quote blockquote p {
    font-size: 26px;
    font-weight: 300;
    line-height: 110%;
    color: #656565
}

.standard-blog .format-quote blockquote, body.single .format-quote blockquote {
    max-width: 900px;
    width: auto;
    margin: 0 auto
}

.th-masonry-blog .format-quote blockquote:before {
    top: -20px;
    left: 30px
}

.th-masonry-blog .format-quote blockquote:after {
    bottom: -10px;
    right: 30px
}

.th-masonry-blog .format-quote blockquote {
    padding: 26px 20px 20px
}

.th-masonry-blog .format-quote blockquote p {
    font-size: 22px;
    font-weight: 300;
    line-height: 120%;
    color: #656565
}

.th-masonry-blog .format-quote blockquote footer {
    margin-top: 15px
}

.link-icon {
    font-size: 18px
}

.format-link i {
    margin-right: 5px
}

.format-link .post-meta {
    margin-bottom: 20px;
    display: none
}

.standard-blog .link-icon {
    font-size: 20px
}

.standard-blog .format-link .link-title {
    margin-top: 0
}

.standard-blog .format-link .link-text {
    margin-bottom: 0
}

.standard-blog .format-link .link-text a {
    font-size: 16px
}

.th-masonry-blog .format-link .link-text {
    margin-bottom: 30px
}

.th-masonry-blog .format-link .link-title {
    font-size: 22px;
    margin-top: 15px
}

.th-masonry-blog .format-link .link-icon {
    font-size: 18px;
    position: relative;
    top: 2px
}

.th-masonry-blog .format-link .date-meta {
    margin-top: 10px
}

.th-masonry-blog .format-link .entry-content p {
    margin-top: 10px
}

body.single .format-link .link-text a {
    font-size: 20px
}

body.single .link-icon {
    font-size: 24px
}

body.blog .pager, body.archive .pager, body.search-results .pager {
    padding-left: 0;
    padding-right: 0
}

.page-template-blog-standard .content-editor, .page-template-blog-masonry .content-editor, .page-template-blog-masonry-wide .content-editor {
    padding-bottom: 0
}

.th-editor-empty {
    display: none
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-template-blog-masonry .main.col-sm-8 .mas-blog-post-sizer, .page-template-blog-masonry .main.col-sm-8 .mas-blog-post, .page-template-blog-masonry-wide .main.col-sm-8 .mas-blog-post-sizer, .page-template-blog-masonry-wide .main.col-sm-8 .mas-blog-post {
        width: 100%
    }
}

.page-template-blog-masonry-wide .inner-container .container:last-child {
    max-width: none !important;
    width: 100% !important
}

@media (min-width: 1300px) {
    .page-template-blog-masonry-wide .inner-container > .th-masonry-blog .container .col-sm-6 {
        width: 25%
    }
}

@media (min-width: 1600px) {
    .page-template-blog-masonry-wide .inner-container > .th-masonry-blog .container .col-sm-6 {
        width: 20%
    }
}

.elementor-widget-container .th-masonry-blog {
    padding: 0
}

.elementor-widget-container .th-masonry-blog .container {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 1300px) {
    .elementor-section-full_width .th-blog-4-col .col-sm-6, .elementor-section-full_width .th-blog-5-col .col-sm-6 {
        width: 25%
    }
}

@media (min-width: 1600px) {
    .elementor-section-full_width .th-blog-5-col .col-sm-6 {
        width: 20%
    }
}

.th-portfolio-filters {
    padding: 0 0 30px;
    text-align: center;
    font-size: 15px
}

.th-portfolio-filters span {
    font-weight: 600;
    margin-right: 15px
}

.th-portfolio-filters a {
    display: inline-block;
    margin: 5px 15px;
    padding: 1px 0;
    color: #8d9093;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

.th-portfolio-filters a:hover {
    color: #414141
}

.th-portfolio-filters a.current {
    color: #3a3b74;
    border: 0;
    border-bottom: 1px solid #3a3b74
}

.th-light-text .th-portfolio-filters span, .th-light-text .th-portfolio-filters a {
    color: #fff;
    opacity: .6
}

.th-light-text .th-portfolio-filters a:hover, .th-light-text .th-portfolio-filters a.current {
    color: #fff;
    opacity: 1
}

.th-light-text .th-portfolio-filters a.current {
    border-bottom: 1px solid #fff
}

#th-portfolio-row {
    margin-left: 0;
    margin-right: 0
}

.th-portfolio .th-portfolio-item {
    padding: 0;
    overflow: hidden
}

.th-port-gutter .th-portfolio-item {
    border: 5px solid transparent
}

.th-port-img {
    width: 100%;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear
}

.th-portfolio-item:hover .th-port-img {
    transform: scale(1.05, 1.05)
}

.th-port-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

.th-portfolio-item:hover .th-port-overlay {
    background-color: rgba(4, 80, 137, .8)
}

.th-port-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.th-port-top-text {
    position: absolute;
    top: 5%;
    width: 100%;
    text-align: center
}

.th-port-center {
    flex: 1;
    padding: 30px;
    text-align: center
}

.th-port-top-text, .th-port-center {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.th-portfolio-item:hover .th-port-top-text, .th-portfolio-item:hover .th-port-center {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.th-port-icon, .th-port-top-text, .th-port-title, .th-port-sub, .th-port-btn {
    color: #fff
}

.th-port-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 8px 0 0
}

.th-port-sub {
    line-height: 130%;
    margin: 8px 0 0
}

.th-port-btn {
    display: inline-block;
    margin: 20px 0 0;
    padding: 8px 22px;
    border: 2px solid #fff;
    font-weight: 600;
    border-radius: 50px
}

.th-port-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .th-portfolio-item.col-lg-3 .th-port-icon {
        font-size: 30px
    }

    .th-portfolio-item.col-lg-3 .th-port-title {
        font-size: 16px;
        margin-top: 5px
    }

    .th-portfolio-item.col-lg-3 .th-port-sub {
        font-size: 13px;
        margin-top: 5px
    }
}

@media (min-width: 992px) {
    .five-columns .th-portfolio-item {
        width: 33%
    }

    .five-columns .th-port-icon {
        font-size: 30px
    }

    .five-columns .th-port-title {
        font-size: 16px;
        margin-top: 5px
    }

    .five-columns .th-port-sub {
        font-size: 13px;
        margin-top: 5px
    }

    .five-columns .th-port-btn {
        font-size: 13px;
        padding: 6px 16px
    }
}

@media (min-width: 1200px) {
    .five-columns .th-portfolio-item {
        width: 20%
    }
}

@media (min-width: 1600px) {
    .elementor-section-full_width .five-columns .th-port-title {
        font-size: 20px
    }

    .elementor-section-full_width .five-columns .th-port-sub {
        font-size: 14px
    }

    .elementor-section-full_width .five-columns .th-port-btn {
        font-size: 14px;
        padding: 8px 20px
    }
}

body.single-themo_portfolio #respond {
    margin-bottom: 50px
}

body.single-themo_portfolio .comments-closed {
    display: none
}

body table.booked-calendar th, body table.booked-calendar td {
    font-family: lato, sans-serif
}

body table.booked-calendar td {
    color: #656565
}

.th-cal-tooltip {
    position: relative;
    margin: 0 auto 6px;
    padding: 20px 10px;
    text-align: center;
    background-color: #353c40;
    z-index: 10
}

.th-cal-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid #353c40;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent
}

.th-cal-tooltip h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 120%;
    margin: 0
}

body #booked-profile-page input[type=submit], body #booked-profile-page button, body table.booked-calendar input[type=submit], body table.booked-calendar button, body .booked-modal input[type=submit], body .booked-modal button {
    border-radius: 50px
}

body table.booked-calendar {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 0
}

body table.booked-calendar thead, body table.booked-calendar tr.days {
    text-transform: none
}

body table.booked-calendar thead th {
    letter-spacing: normal !important
}

body table.booked-calendar .monthName {
    color: #353c40
}

body table.booked-calendar .monthName .backToMonth {
    color: #353c40;
    opacity: .6
}

body table.booked-calendar .monthName .backToMonth:hover {
    color: #353c40;
    opacity: 1
}

body table.booked-calendar tr.days th {
    color: #8d9093 !important
}

body table.booked-calendar td {
    border: 1px solid #ddd;
    border-left: 0 !important;
    border-right: 0 !important
}

body table.booked-calendar td:hover .date {
    background: #fff
}

body table.booked-calendar td:hover .date .number {
    color: #000;
    background: #f9f9f9
}

body table.booked-calendar td.prev-date .date, body table.booked-calendar td.prev-date:hover .date, body table.booked-calendar td.blur .date, body table.booked-calendar td.blur:hover .date, body table.booked-calendar td.next-month .date, body table.booked-calendar td.next-month:hover .date, body table.booked-calendar td.prev-month .date, body table.booked-calendar td.prev-month:hover .date {
    background: #fff !important
}

body table.booked-calendar td.next-month:hover .date .number, body table.booked-calendar td.prev-month:hover .date .number {
    color: #000
}

body table.booked-calendar td.blur:hover .date .number, body table.booked-calendar td.prev-date:hover .date .number {
    background: 0 0 !important
}

body table.booked-calendar td.prev-date .date, body table.booked-calendar td.prev-date:hover .date {
    color: #d0d0d0
}

body table.booked-calendar td.blur .date, body table.booked-calendar td.blur:hover .date {
    color: #e4e4e4
}

body table.booked-calendar td.today .date {
    background: #fff
}

body table.booked-calendar td.today:hover .date {
    background: #fff;
    color: #333
}

body table.booked-calendar td.today .date .number, body table.booked-calendar td.today.prev-date .date .number {
    color: #6c6c6c !important;
    background: #e3f2f9;
    border: 0
}

body table.booked-calendar td.today:hover .date .number {
    background: #d4edf8 !important;
    color: #000 !important
}

body table.booked-calendar td.today.prev-date:hover .date {
    color: #6c6c6c
}

body table.booked-calendar td.booked .date, body table.booked-calendar td.booked:hover .date {
    background: #fff !important
}

body table.booked-calendar td.booked .date .number, body table.booked-calendar td.booked:hover .date .number {
    background: #ffefed !important
}

body table.booked-calendar td.today.booked .date {
    color: #f0b1a1
}

body .booked-calendar-wrap.small table.booked-calendar td:hover .date {
    background: #fff
}

body .booked-calendar-wrap.small table.booked-calendar td:hover .date .number {
    background: #f9f9f9
}

body .booked-calendar-wrap.small table.booked-calendar td.prev-date .date, body .booked-calendar-wrap.small table.booked-calendar td.prev-date:hover .date, body .booked-calendar-wrap.small table.booked-calendar td.blur .date, body .booked-calendar-wrap.small table.booked-calendar td.blur:hover .date {
    background: #fff
}

body .booked-calendar-wrap.small table.booked-calendar td.blur:hover .date .number, body .booked-calendar-wrap.small table.booked-calendar td.prev-date:hover .date .number {
    background: 0 0
}

body .booked-calendar-wrap.small table.booked-calendar td.today .date {
    background: #fff;
    color: #6c6c6c
}

body .booked-calendar-wrap.small table.booked-calendar td.today:hover .date {
    background: #fff;
    color: #333
}

body .booked-calendar-wrap.small table.booked-calendar td.today .date .number {
    background: #e3f2f9
}

body .booked-calendar-wrap.small table.booked-calendar td.today:hover .date .number {
    background: #e3f2f9
}

body .booked-calendar-wrap.small table.booked-calendar td.today.prev-date:hover .date {
    color: #6c6c6c
}

body .booked-calendar-wrap.small table.booked-calendar td.booked .date {
    background: #fff
}

body .booked-calendar-wrap.small table.booked-calendar td.booked:hover .date {
    background: #fff
}

body .booked-calendar-wrap.small table.booked-calendar td.booked .date .number {
    background: #ffeae7
}

body .booked-calendar-wrap.small table.booked-calendar td.booked:hover .date .number {
    background: #ffeae7
}

body .booked-calendar-wrap.small table.booked-calendar td.today.booked .date {
    color: #f0b1a1
}

body table.booked-calendar .fa.fa-arrow-right, body table.booked-calendar .fa.fa-arrow-left, body table.booked-calendar .booked-icon-arrow-right, body table.booked-calendar .booked-icon-arrow-left {
    font-family: themovation-icons !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #353c40
}

body table.booked-calendar .fa.fa-arrow-left:before, body table.booked-calendar .booked-icon-arrow-left:before {
    content: "a"
}

body table.booked-calendar .fa.fa-arrow-right:before, body table.booked-calendar .booked-icon-arrow-right:before {
    content: "c"
}

body table.booked-calendar .fa.fa-spin, body table.booked-calendar .booked-icon-spin {
    color: #6f6f6f
}

body .booked-calendarSwitcher.calendar {
    background: #e5e7e9 !important;
    color: #414141 !important;
    margin-bottom: 1px;
    border: 1px solid #ddd;
    border-bottom: 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

body .booked-calendarSwitcher.calendar p i.fa, body .booked-calendarSwitcher.calendar p i.booked-icon-calendar {
    color: #414141 !important
}

body .booked-calendarSwitcher.calendar select {
    background: #e5e7e9 !important;
    color: #414141 !important;
    -moz-appearance: none
}

body .booked-calendarSwitcher.calendar p {
    line-height: 1.15
}

body .booked-calendarSwitcher.calendar p:before {
    top: auto;
    bottom: 0;
    color: #444;
    font-size: 15px;
    z-index: 5
}

.cal-tooltip + .booked-calendar-shortcode-wrap .booked-calendarSwitcher {
    margin-top: 20px
}

body table.booked-calendar thead, body table.booked-calendar thead th {
    background: #e5e7e9 !important
}

body table.booked-calendar th {
    border-color: #e5e7e9 !important
}

body #booked-profile-page input[type=submit].button-primary:hover, body table.booked-calendar input[type=submit].button-primary:hover, body .booked-modal input[type=submit].button-primary:hover, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .booked-profile-appt-list .appt-block .google-cal-button .atcb-link, body #booked-profile-page .booked-profile-header {
    background: #434a4d !important
}

body #booked-profile-page input[type=submit].button-primary:hover, body table.booked-calendar input[type=submit].button-primary:hover, body .booked-modal input[type=submit].button-primary:hover, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .booked-profile-appt-list .appt-block .google-cal-button .atcb-link, body #booked-profile-page .booked-profile-header {
    border-color: #434a4d !important
}

body table.booked-calendar thead tr.days th, body table.booked-calendar tr.days {
    background: #f1f3f4 !important
}

body table.booked-calendar tr.days th {
    border-color: #f1f3f4 !important
}

body #booked-profile-page input[type=submit].button-primary, body table.booked-calendar input[type=submit].button-primary, body .booked-modal input[type=submit].button-primary, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button, body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block {
    background: #f96d64 !important
}

body #booked-profile-page input[type=submit].button-primary, body table.booked-calendar input[type=submit].button-primary, body .booked-modal input[type=submit].button-primary, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
    border-color: #f96d64 !important
}

.booked-modal p.booked-title-bar {
    background: #afafaf !important
}

body table.booked-calendar th {
    border-color: #ddd !important
}

body table.booked-calendar tr.days {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0
}

body table.booked-calendar tr.days th {
    border: 0 !important
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled], body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled]:hover {
    background: #eee !important;
    border-color: #ddd !important;
    color: #aaa !important
}

body #booked-profile-page .booked-tabs {
    border-color: #ccc !important;
    background-color: #ddd !important
}

body #booked-profile-page .booked-tabs li a {
    background: #eee;
    color: #888
}

body #booked-profile-page .booked-tabs li a:hover {
    background: #f5f5f5;
    color: #555
}

body #booked-profile-page .booked-tabs li.active a, body #booked-profile-page .booked-tabs li.active a:hover {
    background-color: #fff !important;
    color: #555 !important
}

body #booked-profile-page .booked-logout-button {
    color: #bbb
}

.bookedClearFix input, .bookedClearFix textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.bookedClearFix label {
    margin-bottom: 0
}

.booked-modal .checkbox-radio-block input {
    height: auto
}

.booked-modal .checkbox-radio-block label {
    margin: inherit
}

body .booked-modal .bm-window p i.fa {
    color: #888 !important
}

@media screen and (max-width: 720px) {
    body table.booked-calendar td .date .number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px
    }

    body table.booked-calendar tbody td, body table.booked-calendar tr.days, body table.booked-calendar thead th {
        border-collapse: separate !important;
        border-bottom: 1px solid #ddd !important
    }
}

@media screen and (max-width: 480px) {
    body table.booked-calendar td .date .number {
        width: 25px;
        height: 25px;
        line-height: 25px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body .booked-calendar-wrap.small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
        font-size: 11px
    }
}

body.woocommerce-page .preloader .page-title {
    border-bottom: 0
}

html .woocommerce a.button, html .woocommerce a.button.alt, html .woocommerce button.button.alt, html .woocommerce input.button.alt, html .woocommerce #respond input#submit.alt, html .woocommerce #content input.button.alt, html .woocommerce-page a.button.alt, html .woocommerce-page button.button.alt, html .woocommerce-page input.button.alt, html .woocommerce-page #respond input#submit.alt, html .woocommerce-page #content input.button.alt, html .woocommerce button.button, html .woocommerce input.button, html .woocommerce #respond input#submit, html .woocommerce #content input.button, html .woocommerce-page a.button, html .woocommerce-page button.button, html .woocommerce-page input.button, html .woocommerce-page #respond input#submit, html .woocommerce-page #content input.button {
    font-weight: 400
}

html .woocommerce a.button:hover, html .woocommerce button.button:hover, html .woocommerce input.button:hover, html .woocommerce #respond input#submit:hover, html .woocommerce #content input.button:hover, html .woocommerce-page a.button:hover, html .woocommerce-page button.button:hover, html .woocommerce-page input.button:hover, html .woocommerce-page #respond input#submit:hover, html .woocommerce-page #content input.button:hover {
    font-weight: 400;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

html .woocommerce a.button, html .woocommerce-page a.button, html .woocommerce a.button.alt, .woocommerce #respond input#submit.alt, html .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #3a3b74;
    color: #fff;
    padding: 10px 24px
}

html .woocommerce a.button:hover, html .woocommerce a.button.alt:hover, html .woocommerce button.button.alt:hover, html .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    opacity: .85
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #3a3b74;
    color: #fff;
    cursor: default;
    opacity: 1;
    padding-left: 24px;
    padding-right: 24px
}

.woocommerce form input[type=text], .woocommerce form input[type=password], .woocommerce form input[type=email], .woocommerce form input[type=number], .woocommerce form input[type=url], .woocommerce form input[type=tel], .woocommerce form input[type=file], .woocommerce form input[type=search] {
    font-family: lato, helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 40px;
    margin-bottom: 0;
    padding: 0 15px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.woocommerce form textarea {
    font-size: 13px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear
}

.woocommerce form select, .woocommerce-cart select {
    font-size: 13px;
    height: 40px;
    padding: 0 12px !important;
    color: #6c6c6c;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 14px;
    padding: 10px 24px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.woocommerce .woocommerce-message {
    margin-top: 30px !important;
    border-radius: 5px
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
    border-top-color: #ebe9eb
}

p.demo_store {
    background-color: #3a3b74;
    padding: 10px 20px;
    box-shadow: none
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin-bottom: 0
}

.woocommerce .woocommerce-ordering {
    margin-top: 4px
}

.woocommerce .woocommerce-result-count {
    font-size: 15px;
    margin-top: 12px
}

.products mark.count {
    color: #515151;
    background-color: transparent
}

.woocommerce .products ul, .woocommerce ul.products {
    padding-top: 45px
}

.woocommerce ul.products li.product {
    text-align: center
}

@media (max-width: 479px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important
    }
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
        float: none;
        text-align: center
    }

    .woocommerce .woocommerce-result-count {
        margin-top: 30px
    }

    .woocommerce .woocommerce-ordering {
        margin-top: 20px
    }

    .woocommerce .products ul, .woocommerce ul.products {
        padding-top: 35px
    }
}

@media (min-width: 768px) {
    .woocommerce ul.products li.product, .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
        width: 30.66%;
        margin-right: 4%
    }

    .woocommerce ul.products li.first, .woocommerce ul.products li.last {
        clear: none
    }

    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
        margin-right: 4%
    }

    .woocommerce ul.products li:nth-child(3n+3), .woocommerce-page.columns-3 ul.products li:nth-child(3n+3) {
        margin-right: 0 !important
    }

    .woocommerce ul.products li:nth-child(3n-8) {
        clear: left
    }
}

.woocommerce ul.products a img.wp-post-image:hover {
    opacity: 1
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 18px
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    color: #3a3b74
}

.woocommerce ul.products li.product .price del {
    color: #3a3b74;
    display: inline
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none
}

.woocommerce ul.products li.product .star-rating {
    color: #444;
    margin-left: auto;
    margin-right: auto
}

.woocommerce span.onsale {
    padding: 0;
    font-weight: 400;
    background-color: #ff4c4c
}

.woocommerce .products .product .button.add_to_cart_button {
}

.woocommerce .products a.added_to_cart {
    display: block
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 0 4px;
    border: 1px solid #d3ced2;
    border-radius: 2px
}

.woocommerce .product .images img {
    opacity: 1
}

.woocommerce.single-product .product .attachment-shop_single, .woocommerce .single-product .product .attachment-shop_single {
    margin-bottom: 2%
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 23.5%;
    margin: 0 2% 2% 0
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0
}

.woocommerce.single-product .page-title {
    border: 0
}

@media (min-width: 480px) {
    .woocommerce.single-product h1.product_title {
        font-size: 42px
    }
}

.woocommerce .single-product .product {
    margin-top: 10px
}

.woocommerce.single-product .product {
    margin-top: 50px
}

.woocommerce .single-product .product .price, .woocommerce.single-product .product .price {
    font-size: 26px;
    color: #3a3b74
}

.woocommerce .single-product .product .price ins, .woocommerce.single-product .product .price ins {
    color: #3a3b74;
    text-decoration: none;
    font-weight: inherit
}

.woocommerce .single-product .product .price del, .woocommerce.single-product .product .price del {
    color: #aaa
}

.woocommerce .single-product div[itemprop~=description], .woocommerce.single-product div[itemprop~=description] {
    margin-bottom: 30px
}

.woocommerce .quantity .qty {
    padding: 0
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 30px
}

.woocommerce div.product form.cart .button {
    height: 40px;
    border-radius: 50px
}

.single_variation_wrap .single_variation {
    margin: 5px 0 15px
}

.single-product div.product table.variations td, .single-product div.product table.variations th {
    display: list-item;
    list-style: none;
    padding: 0;
    text-align: left;
    background-color: transparent
}

.woocommerce .product .summary .variations td.label {
    font-size: 14px;
    font-weight: 600;
    color: #5c5c5c;
    margin-top: 10px
}

.woocommerce .product .summary .variations td.value select {
    margin-bottom: 6px
}

.woocommerce .product-type-grouped .group_table {
    margin-bottom: 15px
}

.woocommerce .product-type-grouped .group_table .label, .woocommerce .product-type-grouped .group_table .price {
    display: table-cell;
    vertical-align: middle !important
}

.woocommerce .product-type-grouped .group_table .label {
    font-size: 15px;
    color: #5c5c5c;
    text-align: left;
    font-weight: 400;
    white-space: normal
}

.woocommerce .product-type-grouped .group_table .label label {
    font-weight: 400
}

.woocommerce .product-type-grouped .group_table .price {
    font-size: 15px;
    font-weight: 600
}

.woocommerce .single-product .product_meta .sku_wrapper, .woocommerce .single-product .product_meta .posted_in, .woocommerce .single-product .product_meta .tagged_as, .woocommerce.single-product .product_meta .sku_wrapper, .woocommerce.single-product .product_meta .posted_in, .woocommerce.single-product .product_meta .tagged_as {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3
}

@media screen and (max-width: 767px) {
    .woocommerce .single-product .product_meta .sku_wrapper, .woocommerce .single-product .product_meta .posted_in, .woocommerce .single-product .product_meta .tagged_as, .woocommerce.single-product .product_meta .sku_wrapper, .woocommerce.single-product .product_meta .posted_in, .woocommerce.single-product .product_meta .tagged_as {
        border: 0;
        padding: 5px 0
    }
}

.woocommerce .single-product .product_meta span:last-child, .woocommerce.single-product .product_meta span:last-child {
    border-bottom: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    width: 0;
    border-bottom: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    width: 0;
    height: 0;
    border: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    width: 0;
    height: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    display: block;
    background-color: transparent;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 100%;
    color: #888
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #333
}

.woocommerce-tabs .panel {
    background-color: transparent
}

@media screen and (max-width: 767px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        text-align: center
    }
}

@media screen and (min-width: 768px) {
    .single-product div.product .woocommerce-tabs {
        clear: both;
        border-top: 1px solid #e3e3e3;
        padding-top: 40px
    }

    .woocommerce-tabs ul.tabs {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%;
        text-align: left
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 12px 0
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
        font-family: themovation-icons;
        content: "c";
        width: 20px;
        height: auto;
        font-size: 14px;
        color: #888;
        top: 12px;
        border: 0;
        box-shadow: none
    }

    .woocommerce-tabs .panel {
        width: 64.7058823529%;
        float: right;
        margin-right: 0;
        margin-top: 0
    }

    .woocommerce-tabs .panel h2 {
        margin-top: 8px
    }

    .woocommerce-tabs:after {
        clear: both;
        display: table;
        content: ""
    }
}

.woocommerce .wc-tab h2, .woocommerce .wc-tab h3, .woocommerce .wc-tab h4, .woocommerce .wc-tab h5 {
    font-weight: 400
}

.woocommerce .wc-tab h2 {
    font-size: 24px
}

.woocommerce .wc-tab .shop_attributes {
    margin-top: 25px;
    border-top: 0
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
    background: 0 0;
    border: 0
}

.woocommerce table.shop_attributes th {
    width: 110px;
    padding-left: 0
}

.woocommerce #reviews h3 {
    margin: 10px 0
}

.woocommerce #reviews .commentlist {
    padding: 10px 0 0
}

.woocommerce #reviews #commentform .comment-form-author input, .woocommerce #reviews #commentform .comment-form-email input {
    width: 100%
}

.woocommerce #reviews #commentform label {
    font-weight: 600
}

@media screen and (min-width: 992px) {
    .woocommerce #reviews #commentform .comment-form-author, .woocommerce #reviews #commentform .comment-form-email {
        width: 48%;
        float: left
    }

    .woocommerce #reviews #commentform .comment-form-author {
        margin-right: 4%
    }
}

.woocommerce-tabs + .upsells.products, .woocommerce-tabs + .related.products {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e3e3e3
}

.upsells.products h2, .related.products h2 {
    text-align: center
}

.woocommerce div.product .product_title {
    display: inherit
}

.woocommerce .shop_table.cart {
    border: 0
}

@media screen and (min-width: 992px) {
    .woocommerce table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail {
        width: 10%
    }
}

.woocommerce .shop_table.cart thead th {
    text-transform: uppercase;
    font-size: 13px;
    padding: 9px 0
}

.woocommerce .shop_table.cart td {
    padding: 20px 0
}

.woocommerce table.cart .product-thumbnail img, .woocommerce-cart table.cart img {
    width: 80px;
    opacity: 1
}

@media screen and (max-width: 767px) {
    .woocommerce .shop_table.cart thead tr th.product-price, .woocommerce .shop_table.cart thead tr th.product-quantity {
        visibility: hidden
    }

    .woocommerce .shop_table.cart td.product-price {
        padding-left: 10px;
        padding-right: 10px
    }

    .woocommerce .shop_table.cart .cart_item .product-name, .woocommerce .shop_table.cart .cart_item .product-name .variation dt, .woocommerce .shop_table.cart .cart_item .product-name .variation dd, .woocommerce .shop_table.cart .cart_item .product-name .variation dd p, .woocommerce .shop_table.cart .cart_item .product-price, .woocommerce .shop_table.cart .cart_item .product-subtotal {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .woocommerce .shop_table.cart .cart_item .product-name, .woocommerce .shop_table.cart .cart_item .product-price, .woocommerce .shop_table.cart .cart_item .product-subtotal {
        font-size: 16px
    }
}

.woocommerce .shop_table.cart .cart_item .product-name, .woocommerce .shop_table.cart .cart_item .product-subtotal {
    font-weight: 600
}

.woocommerce .shop_table.cart .cart_item .product-name .variation dt, .woocommerce .shop_table.cart .cart_item .product-name .variation dd, .woocommerce .shop_table.cart .cart_item .product-name .variation dd p {
    font-size: 14px;
    line-height: 130%;
    padding-bottom: 0;
    margin-bottom: 0
}

.woocommerce .shop_table.cart .cart_item .product-remove .remove {
    float: right;
    font-family: helvetica neue, Helvetica, Arial, sans-serif
}

.woocommerce .shop_table.cart td.actions .coupon .input-text {
    height: auto;
    padding: 6px;
    line-height: inherit
}

@media screen and (min-width: 768px) {
    .woocommerce .shop_table.cart td.actions .coupon .input-text {
        width: 160px
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 36%
    }
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce .cart-collaterals .cross-sells h2 {
    font-size: 22px
}

.woocommerce .cart-collaterals .cross-sells .products {
    padding-top: 16px
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 46%
}

.cart-collaterals .cart_totals table {
    width: 100%;
    margin: 0 0 6px;
    border: 0
}

.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    padding: 6px 0;
    line-height: 2em;
    background: 0 0 !important
}

.woocommerce .cart-collaterals .cart_totals table td {
    text-align: right
}

.woocommerce .cart-collaterals .cart_totals table tr td, .woocommerce .cart-collaterals .cart_totals table tr th {
    border-top: 1px solid #ebe9eb
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

.cart-collaterals .cart_totals .cart-subtotal .amount {
    font-size: 16px
}

.cart-collaterals .cart_totals .order-total .amount {
    font-size: 20px
}

.cart-collaterals .cart_totals .order-total .includes_tax {
    display: block;
    font-size: 90%
}

.cart-collaterals .cart_totals .order-total .includes_tax .amount {
    font-size: inherit
}

.woocommerce ul#shipping_method li {
    text-indent: 4px
}

.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select {
    width: auto
}

.woocommerce .cart-collaterals .cart_totals tr.shipping td > p, .woocommerce-cart .cart-collaterals .cart_totals tr.shipping td > p {
    font-size: 14px
}

.woocommerce .cart-collaterals p.wc-cart-shipping-notice small {
    font-size: 90%
}

.woocommerce .wc-proceed-to-checkout {
    padding: 1em 0
}

.woocommerce .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em
}

html .woocommerce .wc-proceed-to-checkout a.button {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.checkout.woocommerce-checkout {
    overflow: auto
}

.woocommerce .blockOverlay {
    z-index: 115 !important
}

.woocommerce .woocommerce-info {
    padding: 14px 20px !important;
    border-radius: 5px
}

.woocommerce .woocommerce-info:before {
    display: none
}

.woocommerce .woocommerce-info a:link, .woocommerce .woocommerce-info a:hover, .woocommerce .woocommerce-info a:active {
    text-decoration: none
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 2px solid #e3e3e3;
    border-radius: 5px
}

.woocommerce form.login .form-row-first, .woocommerce form.login .form-row-last, .woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last {
    max-width: 320px;
    float: left
}

.woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last {
    margin-bottom: 0
}

.woocommerce form.login .button {
    margin: 8px 14px 8px 0
}

.woocommerce form.login p {
    font-size: 14px
}

.woocommerce-checkout .content-editor > .woocommerce:before, .woocommerce-checkout .content-editor > .woocommerce:after {
    display: table;
    content: " "
}

.woocommerce-checkout .content-editor > .woocommerce:after {
    clear: both
}

.woocommerce-checkout .woocommerce-account-fields .input-checkbox {
    margin-top: 8px !important
}

@media screen and (min-width: 768px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 100%;
        float: none
    }

    .woocommerce .col2-set, .woocommerce-page .col2-set {
        width: 52.9411764706%;
        float: left;
        margin-right: 5.8823529412%
    }

    .woocommerce form.login .form-row-last {
        margin-left: 40px
    }

    .woocommerce form.checkout_coupon input.button {
        height: 40px;
        margin-left: 12px
    }

    #order_review, #order_review_heading {
        width: 41.1764705882%;
        float: right
    }

    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review, .woocommerce-order-pay #order_review {
        border-width: 3px;
        width: 100%;
        float: none
    }

    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3, .woocommerce-order-pay #order_review #payment h3 {
        padding-left: 1em;
        padding-top: 1em
    }

    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row, .woocommerce-order-pay #order_review #payment .form-row, .woocommerce-order-pay #order_review .payment_methods + .form-row {
        padding: 1em
    }

    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order, .woocommerce-order-pay #order_review .button#place_order {
        display: block;
        width: 100%;
        font-size: 1.387em
    }

    #wc_checkout_add_ons {
        width: 41.1764705882%;
        float: left;
        margin-right: 5.8823529412%
    }
}

@media screen and (max-width: 767px) {
    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
        width: 100%;
        float: none
    }
}

.select2-container .select2-choice, .select2-container .select2-selection--single {
    height: 40px;
    font-size: 13px;
    line-height: 1;
    padding: 0 15px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0
}

.select2-dropdown .select2-results li {
    font-size: 13px;
    color: #5c5c5c
}

#order_review, #order_review_heading {
    margin-right: 0;
    border: 3px solid #e3e3e3;
    clear: right;
    padding-left: 26px;
    padding-right: 26px
}

#order_review_heading {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 26px;
    border-width: 3px 3px 0
}

#order_review {
    border-width: 0 3px 3px
}

.woocommerce #order_review table.shop_table {
    border: 0;
    border-radius: 0
}

.woocommerce #order_review table.shop_table th, .woocommerce #order_review table.shop_table td {
    width: 48%;
    padding: 14px 0
}

.woocommerce #order_review table.shop_table td.product-name dl.variation {
    display: none
}

.woocommerce #order_review table.shop_table thead th {
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 0
}

.woocommerce #order_review table.shop_table .product-total, .woocommerce #order_review table.shop_table .cart-subtotal td, .woocommerce #order_review table.shop_table .shipping td, .woocommerce #order_review table.shop_table .tax-rate td, .woocommerce #order_review table.shop_table .order-total td {
    text-align: right
}

.woocommerce #order_review table.shop_table .shipping p {
    font-size: 13px;
    margin-bottom: 0
}

.woocommerce-checkout #payment {
    background: 0 0;
    border-radius: 0
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: 0
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 6px 0 0
}

.woocommerce-checkout #payment div.payment_box {
    width: 100%;
    padding: 12px 18px;
    background-color: #edf7ff;
    color: #666;
    border-radius: 5px;
    border: 1px solid #49aff5;
    margin: 0 0 16px
}

.woocommerce-checkout #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:after {
    border: 0
}

.woocommerce-checkout #payment div.payment_box p {
    font-size: 13px
}

.woocommerce-checkout #payment .about_paypal {
    margin-left: 10px
}

.woocommerce-checkout #payment div.form-row {
    padding: 14px 0 20px
}

.woocommerce-checkout #payment #place_order {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

.woocommerce #ship-to-different-address label {
    display: inline;
    padding-left: 0;
    font-weight: 600
}

.woocommerce #ship-to-different-address-checkbox {
    margin-left: 12px
}

.woocommerce form textarea#order_comments {
    height: 90px
}

.woocommerce .order_details {
    margin: 25px 0;
    padding-left: 0
}

body.woocommerce-order-received .woocommerce h2 {
    margin-top: 40px
}

body.woocommerce-order-received .woocommerce table.shop_table {
    border-radius: 0
}

body.woocommerce-order-received table.shop_table dl.variation dd {
    margin-bottom: 0
}

body.woocommerce-order-received table.shop_table dl.variation p {
    font-size: inherit;
    line-height: inherit
}

body.woocommerce-order-received table.shop_table th, body.woocommerce-order-received table.shop_table td {
    padding: 10px 12px
}

body.woocommerce-order-received .order_details {
    margin: 25px 0 5px;
    padding-left: 0
}

body.woocommerce-order-received .order_details li {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    body.woocommerce-account .woocommerce-MyAccount-navigation, body.woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 40px
    }
}

.woocommerce.widget_price_filter .price_slider_amount, .woocommerce.widget_price_filter .price_slider_amount .button {
    font-size: 1em
}

.woocommerce.widget_price_filter .price_slider_amount {
    margin-top: 20px;
    text-align: left
}

.woocommerce.widget_price_filter .price_slider_amount .button {
    float: right
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #3a3b74
}

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #7d7d7d
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding: 16px 0
}

.woocommerce.widget_shopping_cart .cart_list li:first-child {
}

.woocommerce ul.cart_list li a {
    line-height: 134%;
    margin: 0 22px 2px 0
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 56px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    opacity: 1
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    top: 16px;
    left: auto;
    right: 0;
    line-height: 1;
    margin: 0
}

.woocommerce ul.cart_list li dl.variation {
    display: none
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.cart_list li dl dd p, .woocommerce ul.product_list_widget li dl dd p {
    float: left;
    font-size: 13px;
    line-height: 130%;
    padding: 0;
    border: 0;
    margin: 0
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
    margin-right: 4px
}

.woocommerce ul.cart_list li .quantity {
    font-size: 14px;
    float: none
}

.woocommerce.widget_shopping_cart .total, .woocommerce.widget_shopping_cart .buttons {
    text-align: right
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    margin-top: 6px;
    border-top: 0
}

.widget.woocommerce.widget_product_categories ul li {
    border-bottom: 0;
    padding: 0
}

.widget.woocommerce.widget_product_categories li a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #e6e6e6
}

.footer .widget.woocommerce.widget_product_categories li a {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.a2c-btn {
    display: inline-block
}

.a2c-btn a.button {
    font-weight: 400;
    text-align: center;
    padding: 10px 45px;
    margin-bottom: 0;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.a2c-btn a.button:hover {
    opacity: .85
}

.a2c-ghost.woocommerce a.button {
    color: #3a3b74;
    background-color: transparent;
    border-color: #3a3b74
}

.a2c-ghost.woocommerce a.button:hover {
    color: #fff;
    background-color: #3a3b74;
    border-color: #3a3b74;
    opacity: 1
}

.a2c-cta.woocommerce a.button {
    display: inline-block;
    background-color: #f96d64;
    padding: 14px 60px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    border: 0;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 50px
}

.a2c-cta.woocommerce a.button:hover {
    text-decoration: none;
    background-color: #f96d64;
    font-weight: 600;
    color: #fff;
    opacity: .85
}

.themo_cart_icon {
    position: relative;
    float: right;
    font-size: 22px;
    padding-left: 22px;
    margin-top: 27px;
    margin-left: 12px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.headhesive--clone .themo_cart_icon {
    margin-top: 17px
}

.headhesive--clone.themo_cart_icon, .headhesive--clone.banner[data-transparent-header=true] .themo_cart_icon {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.themo_cart_icon a, .themo_cart_icon a:link, .themo_cart_icon a:hover, .themo_cart_icon a:focus {
    text-decoration: none
}

.themo_cart_icon a i, .headhesive--clone.themo_cart_icon a i, .headhesive--clone.banner[data-transparent-header=true] .themo_cart_icon a i {
    color: #5d5d5d
}

.themo_cart_icon span {
    vertical-align: super;
    font-size: 10px;
    line-height: 0;
    top: -.5em;
    color: #fff;
    background: #4da8e5;
    border-radius: 25px;
    position: absolute;
    height: 14px;
    text-align: center;
    width: 14px;
    right: -5px;
    padding-top: 6px
}

.dark-header .themo_cart_icon a i, .banner[data-transparent-header=true] .themo_cart_icon a i, .dark-header.headhesive--clone.banner[data-transparent-header=true] .themo_cart_icon a i {
    color: #fff
}

.dark-header .themo_cart_icon, .banner[data-transparent-header=true] .themo_cart_icon, .dark-header.headhesive--clone.banner[data-transparent-header=true] .themo_cart_icon {
    border-left: 1px solid rgba(255, 255, 255, .1)
}

@media (max-width: 767px) {
    .themo_cart_icon {
        display: none
    }
}

@media (min-width: 768px) {
    .themo_cart_icon + .navbar-collapse .navbar-nav li:last-child.th-accent {
        margin-right: 10px
    }
}

.th-book-cal-large {
    max-width: 700px
}

.th-book-cal-small {
    max-width: 400px
}

.th-book-cal-large, .th-book-cal-small {
    margin-left: auto;
    margin-right: auto
}

.th-book-cal-large.th-left, .th-book-cal-small.th-left {
    margin-left: 0
}

.th-book-cal-large.th-right, .th-book-cal-small.th-right {
    margin-right: 0
}

@media (min-width: 1100px) {
    body table.booked-calendar th .monthName {
        font-size: 20px
    }
}

@media screen and (min-width: 721px) {
    body .th-book-cal-small table.booked-calendar .booked-appt-list {
        max-height: 190px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 15px 20px 10px
    }

    body .th-book-cal-small table.booked-calendar .booked-appt-list h2 {
        text-align: center;
        margin: 0 0 15px;
        font-size: 16px
    }

    body .th-book-cal-small table.booked-calendar .booked-appt-list h2 span {
        display: none
    }

    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot {
        border-top: 0;
        margin: 0 0 6px
    }

    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-time, body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
        display: none
    }

    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
        width: 100%;
        padding: 0;
        height: auto
    }

    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center
    }

    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
        display: block;
        font-weight: 600;
        font-size: 13px
    }

    body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {
        display: none
    }
}

@media screen and (min-width: 721px) and (max-width: 991px) {
    body .main.col-sm-8 table.booked-calendar .booked-appt-list h2 {
        text-align: center;
        margin: 0 0 15px;
        font-size: 16px
    }

    body .main.col-sm-8 table.booked-calendar .booked-appt-list h2 span {
        display: none
    }

    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot {
        border-top: 0;
        margin: 0 0 6px
    }

    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-time, body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
        display: none
    }

    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
        width: 100%;
        padding: 0;
        height: auto
    }

    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center
    }

    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
        display: block;
        font-weight: 600;
        font-size: 13px
    }

    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {
        display: none
    }
}

@media screen and (min-width: 1200px) {
    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
        width: 35%
    }

    body .main.col-sm-8 table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
        width: 35%
    }
}

@media screen and (min-width: 721px) and (max-width: 767px) {
    body .th-book-cal-large table.booked-calendar .booked-appt-list {
        max-height: 190px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 15px 20px 10px
    }

    body .th-book-cal-large table.booked-calendar .booked-appt-list h2 {
        text-align: center;
        margin: 0 0 15px;
        font-size: 16px
    }

    body .th-book-cal-large table.booked-calendar .booked-appt-list h2 span {
        display: none
    }

    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot {
        border-top: 0;
        margin: 0 0 6px
    }

    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-time, body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
        display: none
    }

    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
        width: 100%;
        padding: 0;
        height: auto
    }

    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center
    }

    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
        display: block;
        font-weight: 600;
        font-size: 13px
    }

    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {
        display: none
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body .th-book-cal-large table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
        font-size: 14px
    }
}

.elementor-widget-themo-button .th-btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.elementor-widget-themo-button .btn-image {
    display: inline-block
}

.elementor-widget-themo-button .btn-1 {
    margin-right: 6px
}

.elementor-widget-themo-button.th-btn-align-center .th-btn {
    margin-left: 3px;
    margin-right: 3px
}

.elementor-widget-themo-button.th-btn-align-right .btn-1 {
    margin-right: 0
}

.elementor-widget-themo-button.th-btn-align-right .btn-2 {
    margin-left: 6px
}

.th-cta {
    text-align: center
}

.th-cta .th-cta-text, .th-cta .th-cta-btn {
    display: inline-block
}

.th-cta .th-cta-text span {
    font-size: 24px;
    color: #3a3b74;
    margin-left: 15px;
    margin-right: 15px
}

.th-cta .th-cta-btn {
    margin: 10px 15px
}

.th-cta .btn-cta, .th-cta .a2c-cta a.button {
    margin: 5px 5px 8px
}

.th-cta .th-btn {
    font-size: 18px;
    padding: 12px 45px;
    margin: 5px 5px 10px
}

.th-cta .btn-image {
    display: inline-block;
    padding: 0 !important
}

.th-faq {
}

.th-faq dl dt {
    padding-top: 20px;
    color: #515151;
    font-size: 18px;
    font-weight: 600
}

.th-faq dl dd {
    padding: 10px 0 20px;
    border-bottom: 1px solid #e2e3e4;
    color: #5c5c5c;
    line-height: 24px
}

.th-light-text .th-faq dl dt, .th-light-text .th-faq dl dd {
    color: #fff
}

.th-fo-form {
    margin: 0 auto
}

.th-fo-form.th-left {
    margin-left: 0
}

.th-fo-form.th-right {
    margin-right: 0
}

.th-conversion {
    padding-top: 10px;
    text-align: center
}

.th-conversion .frm_forms.with_frm_style {
    max-width: 100% !important
}

.th-conversion .with_frm_style form {
    text-align: center
}

.th-conversion .frm_form_field {
    position: relative
}

.th-conversion form input {
    width: 225px !important;
    height: 56px !important;
    margin: 5px 10px !important;
    border: 1px solid #d3d3d3;
    padding: 0 20px
}

.th-conversion form input[type=submit], .th-conversion .with_frm_style input[type=submit] {
    width: 225px;
    height: 56px;
    padding: 0;
    background-color: #3a3b74;
    color: #fff;
    box-sizing: border-box !important
}

.th-conversion form input[type=submit]:hover, .th-conversion form input[type=submit]:active, .th-conversion form input[type=submit]:focus, .th-conversion .with_frm_style input[type=submit]:hover, .th-conversion .with_frm_style input[type=submit]:active, .th-conversion .with_frm_style input[type=submit]:focus {
    opacity: .85
}

#frm_submit_entry {
    text-align: center
}

.th-conversion fieldset, .th-conversion div, .th-conversion .frm_form_field, .th-conversion .frm_submit {
    display: inline-block !important
}

.th-conversion .frm_form_fields {
    display: block !important
}

.th-conversion form .frm_top_container label {
    display: block !important;
    text-align: left;
    margin-left: 10px !important
}

.th-conversion .frm_error {
    position: absolute;
    left: 10px;
    bottom: -12px;
    line-height: 1.4
}

.th-conversion .frm_ajax_loading {
    display: none
}

.th-conversion.th-left, .th-conversion.th-left .with_frm_style form {
    text-align: left
}

.th-conversion.th-right, .th-conversion.th-right .with_frm_style form {
    text-align: right
}

.th-conversion.th-left form input {
    margin: 5px 20px 5px 0 !important
}

.th-conversion.th-right form input {
    margin: 5px 0 5px 20px !important
}

.th-conversion.th-left .frm_error {
    left: 0
}

.th-conversion.th-right .frm_error {
    left: 20px
}

.th-form-stacked {
    width: 100%;
    padding: 25px
}

.th-form-stacked.th-form-bg.th-light-bg {
    background: rgba(255, 255, 255, .3)
}

.th-form-stacked.th-form-bg.th-dark-bg {
    background: rgba(0, 0, 0, .2)
}

.th-form-stacked.th-form-bg fieldset {
    padding-bottom: 0 !important
}

.th-form-stacked form input {
    height: 56px !important
}

.th-form-stacked form input[type=submit], .th-form-stacked .with_frm_style input[type=submit] {
    height: 56px
}

.th-form-stacked form, .th-form-stacked form input, .th-form-stacked form textarea, .th-form-stacked form .frm_submit, .th-form-stacked .frm_error_style {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.th-form-stacked form input {
    margin: 0 !important
}

.th-form-stacked form textarea {
    margin-bottom: -5px !important
}

.th-form-stacked .with_frm_style form {
    text-align: left
}

.th-form-stacked .frm_error {
    position: relative;
    left: 0;
    bottom: 0
}

.th-form-stacked .frm_submit .frm_ajax_loading {
    display: none
}

.btn-standard-primary-form form .frm_submit input[type=submit], .btn-standard-primary-form form .frm_submit input[type=submit]:hover {
    color: #fff;
    background-color: #045089;
    border-color: #045089
}

.btn-standard-accent-form form .frm_submit input[type=submit], .btn-standard-accent-form form .frm_submit input[type=submit]:hover {
    color: #fff;
    background-color: #f96d64;
    border-color: #f96d64
}

.btn-standard-light-form form .frm_submit input[type=submit], .btn-standard-light-form form .frm_submit input[type=submit]:hover {
    color: #1b1b1b;
    background-color: #fff;
    border-color: #fff
}

.btn-standard-dark-form form .frm_submit input[type=submit], .btn-standard-dark-form form .frm_submit input[type=submit]:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.btn-standard-primary-form form .frm_submit input[type=submit]:hover, .btn-standard-accent-form form .frm_submit input[type=submit]:hover, .btn-standard-dark-form form .frm_submit input[type=submit]:hover {
    color: #fff;
    opacity: .85
}

.btn-standard-light-form form .frm_submit input[type=submit]:hover, .btn-standard-light-form form .frm_submit input[type=submit]:focus {
    color: #1b1b1b;
    opacity: .85
}

.btn-ghost-primary-form form .frm_submit input[type=submit], .btn-ghost-accent-form form .frm_submit input[type=submit], .btn-ghost-light-form form .frm_submit input[type=submit], .btn-ghost-dark-form form .frm_submit input[type=submit] {
    border-width: 2px;
    border-style: solid
}

.btn-ghost-primary-form form .frm_submit input[type=submit] {
    color: #045089;
    background-color: transparent;
    border-color: #045089
}

.btn-ghost-primary-form form .frm_submit input[type=submit]:hover {
    color: #fff;
    background-color: #045089;
    border-color: #045089
}

.btn-ghost-accent-form form .frm_submit input[type=submit] {
    color: #f96d64;
    background-color: transparent;
    border-color: #f96d64
}

.btn-ghost-accent-form form .frm_submit input[type=submit]:hover {
    color: #fff;
    background-color: #f96d64;
    border-color: #f96d64
}

.btn-ghost-light-form form .frm_submit input[type=submit] {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-ghost-light-form form .frm_submit input[type=submit]:hover, .btn-ghost-light-form form .frm_submit input[type=submit]:focus {
    color: #1b1b1b;
    background-color: #fff;
    border-color: #fff
}

.btn-ghost-dark-form form .frm_submit input[type=submit] {
    color: #1b1b1b;
    background-color: transparent;
    border-color: #1b1b1b
}

.btn-ghost-dark-form form .frm_submit input[type=submit]:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.btn-cta-primary-form form .frm_submit input[type=submit], .btn-cta-accent-form form .frm_submit input[type=submit] {
    display: inline-block;
    padding: 14px 60px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    border: 0;
    border-bottom: 3px solid rgba(0, 0, 0, .15)
}

.btn-cta-primary-form form .frm_submit input[type=submit] {
    background-color: #045089
}

.btn-cta-accent-form form .frm_submit input[type=submit] {
    background-color: #f96d64
}

.btn-cta-primary-form form .frm_submit input[type=submit]:hover, .btn-cta-accent-form form .frm_submit input[type=submit]:hover {
    text-decoration: none;
    color: #fff;
    opacity: .85;
    border-bottom: 3px solid rgba(0, 0, 0, .15)
}

.btn-cta-primary-form form .frm_submit input[type=submit]:hover {
    background-color: #045089
}

.btn-cta-accent-form form .frm_submit input[type=submit]:hover {
    background-color: #f96d64
}

.th-header-wrap .elementor-icon-box-title, .th-header-wrap .elementor-icon-box-description {
    margin-left: 5px;
    margin-right: 5px
}

.th-header-wrap .elementor-icon-box-title {
    margin-top: 0
}

.elementor-widget-themo-header .th-header-wrap .elementor-icon-box-title {
}

.th-header-wrap .th-header-divider {
    height: 0;
    display: inline-block;
    border: 1px solid #1e8190;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 18px
}

.th-header-wrap h1 + .th-header-divider {
    width: 60px;
    margin-top: 2px
}

.th-header-wrap h2 + .th-header-divider {
    width: 54px
}

.th-header-wrap h3 + .th-header-divider {
    width: 50px;
    margin-bottom: 14px
}

.th-header-wrap h4 + .th-header-divider {
    width: 44px;
    margin-bottom: 14px
}

.th-header-wrap h5 + .th-header-divider {
    width: 42px;
    margin-bottom: 10px
}

.th-header-wrap h6 + .th-header-divider {
    width: 30px;
    margin-bottom: 10px
}

.elementor-widget-themo-header .elementor-icon-box-content h1 ~ p {
    font-size: 18px
}

.elementor-widget-themo-header .th-btn-wrap {
    margin-top: 32px
}

.elementor-widget-themo-header .th-btn-wrap .th-btn {
    margin: 0 5px 10px
}

@media (min-width: 480px) {
    .elementor-widget-themo-header .elementor-icon-box-content h1 ~ .th-btn-wrap .th-btn {
        font-size: 17px;
        padding: 12px 38px
    }
}

.elementor-widget-themo-header .th-btn-wrap .btn-image {
    display: inline-block;
    padding: 0 !important
}

.th-header-wrap .elementor-icon-box-description {
    white-space: pre-line
}

.elementor-widget-themo-header .th-header-wrap .elementor-icon, .elementor-widget-themo-header.elementor-view-default .th-header-wrap .elementor-icon {
    color: #045089
}

.elementor-widget-themo-header.elementor-view-framed .th-header-wrap .elementor-icon {
    padding: .65em;
    color: #045089;
    border-color: #045089
}

.elementor-widget-themo-header.elementor-view-stacked .th-header-wrap .elementor-icon {
    padding: .65em;
    color: #fff;
    background-color: #045089
}

.elementor-widget-themo-header .th-header-wrap .elementor-icon-box-icon {
    margin-bottom: 15px
}

.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-icon, .elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-icon {
    margin-right: 20px;
    margin-bottom: 0
}

.elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-icon {
    margin-left: 20px;
    margin-bottom: 0
}

.elementor-section-full_width .elementor-image-gallery .gallery {
    width: calc(100% - 30px);
    margin: 0 auto
}

.row.gallery-row {
    padding: 15px 0
}

.gallery .img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0 auto
}

.gallery a.img-thumbnail {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear
}

.gallery a.img-thumbnail:hover {
    opacity: .7
}

.gallery .gallery-text {
    text-align: center;
    overflow: hidden;
    background: #fff;
    padding: 20px 20px 10px;
    border: 1px solid #e4e4e4;
    border-top: 0
}

.gallery .image-title {
    color: #515151;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.gallery .caption {
    color: #5c5c5c;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .row.gallery-row {
        padding: 0
    }

    .row.gallery-row > div {
        margin: 15px auto
    }
}

.elementor-widget-themo-info-card .th-info-card-wrap {
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .24), 0 0 8px 0 rgba(0, 0, 0, .12)
}

.elementor-widget-themo-info-card .th-info-card-wrap .elementor-icon-box-title {
    font-size: 28px;
    color: #045089;
    margin: 0 0 20px
}

.elementor-widget-themo-info-card .th-info-card-wrap .elementor-icon-box-description {
    color: #5c5c5c;
    white-space: pre-line
}

.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap {
    margin-top: 25px
}

.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap a {
    display: block;
    color: #6772e5;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none
}

.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f061";
    margin-left: 5px
}

.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap a:hover {
    opacity: .7
}

.elementor-widget-themo-info-card .th-info-card-wrap .th-btn-wrap .th-btn-2 {
    margin-top: 6px
}

@media (max-width: 767px) {
    .elementor-widget-themo-info-card .th-info-card-wrap {
        padding: 30px
    }
}

.th-itin-narrow {
    max-width: 450px
}

.th-itin-med {
    max-width: 700px
}

.th-itin-fw {
    max-width: none
}

.th-itin-center {
    margin: 0 auto
}

.th-itin-single {
    margin-bottom: 10px;
    position: relative
}

.th-itin-icon {
    position: absolute;
    top: 3px;
    font-size: 22px;
    color: #232323
}

.th-itin-title {
    padding-left: 42px;
    font-size: 18px;
    cursor: pointer
}

.th-itin-content {
    padding: 8px 0 28px 30px;
    margin: 10px 0 0 8px;
    font-size: 15px;
    border-left: 2px solid rgba(35, 35, 35, .25)
}

.th-itin-inactive .th-itin-content {
    display: none
}

.th-google-map {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.map-info {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 2;
    min-width: 290px;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .24), 0 0 8px 0 rgba(0, 0, 0, .12)
}

.map-info h3 {
    font-size: 22px;
    color: #045089;
    margin: 0 0 20px
}

.map-info a {
    color: #6772e5;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 5px
}

.map-info a:last-child {
    padding-left: 20px
}

@media (max-width: 400px) {
    .map-info {
        top: 20px;
        left: 20px;
        min-width: 0
    }
}

.elementor-nav-menu .dropdown-menu > li > a {
    line-height: inherit
}

.elementor-nav-menu li.dropdown a .caret {
    display: none
}

.th-package {
    max-width: 560px;
    position: relative
}

.elementor-section-full_width .th-package {
    max-width: 680px
}

.th-package a.th-pkg-click {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20
}

.th-pkg-info {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 12px;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 4px
}

.th-pkg-info h4, .th-pkg-info span {
    line-height: 100%;
    margin: 0
}

.th-pkg-content {
    font-size: 15px;
    padding: 28px;
    margin-top: -1px;
    background-color: #f1f1f1
}

.th-pkg-content h3 {
    font-size: 22px;
    color: #045089;
    margin: 0 0 10px
}

.th-package-pre-title {
    font-size: 13px;
    margin-bottom: 7px;
    text-transform: uppercase
}

.th-pkg-img img {
    border-radius: 5px 5px 0 0
}

.th-pkg-content {
    border-radius: 0 0 5px 5px
}

@media (max-width: 767px) {
    .th-package {
        margin: 0 auto
    }
}

.th-pricing-table {
    padding: 30px 15px
}

.th-pricing-column {
    text-align: center;
    padding: 40px 30px;
    border: 1px solid #e4e4e4;
    border-left: 0;
    background-color: #fff
}

.th-pricing-column:first-child {
    border-left: 1px solid #e4e4e4
}

.th-pricing-column.th-highlight {
    position: relative;
    z-index: 100;
    margin: -20px -1px 0;
    padding: 60px 30px;
    background-color: #045089;
    border: 0
}

.th-pricing-column.th-highlight .th-pricing-cost, .th-pricing-column.th-highlight .th-pricing-title, .th-pricing-column.th-highlight .th-pricing-sub-title, .th-pricing-column.th-highlight ul li {
    border-color: rgba(255, 255, 255, .2);
    color: #fff
}

.th-one-col .th-pricing-column.th-highlight {
    margin-left: 25%;
    margin-right: 25%
}

.th-pricing-title {
    font-size: 24px;
    color: #515151;
    font-weight: 600;
    margin-bottom: 2px
}

.th-pricing-cost {
    font-size: 46px;
    color: #045089;
    font-weight: 600;
    margin: 25px 0 5px
}

.th-pricing-cost span {
    font-size: 20px;
    font-weight: 400
}

.th-pricing-table ul, .th-pricing-table ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.th-pricing-table ul {
    padding-bottom: 20px;
    margin-bottom: 15px
}

.th-pricing-table ul li {
    font-size: 15px;
    color: #5c5c5c;
    padding: 16px 0;
    border-bottom: 1px solid #e7e7e7
}

.th-pricing-table .th-btn {
    margin: 15px 5px 0
}

.th-pricing-table p.a2c-btn {
    margin-bottom: 0
}

.th-pricing-footer {
    text-align: center;
    font-size: 13px;
    padding-top: 20px
}

.th-service-block-w .elementor-icon-box-title {
    margin-top: 0
}

.elementor-widget-themo-service-block .th-service-block-w .elementor-icon-box-title {
}

.th-service-block-w .elementor-icon-box-description {
    white-space: pre-line
}

.th-service-block-w a.elementor-icon, .th-service-block-w a.elementor-icon:hover {
    text-decoration: none
}

.th-service-block-w .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-themo-service-block .th-service-block-w .elementor-icon, .elementor-widget-themo-service-block.elementor-view-default .th-service-block-w .elementor-icon {
    color: #045089
}

.elementor-widget-themo-service-block.elementor-view-framed .th-service-block-w .elementor-icon {
    padding: .65em;
    color: #045089;
    border-color: #045089
}

.elementor-widget-themo-service-block.elementor-view-stacked .th-service-block-w .elementor-icon {
    padding: .65em;
    color: #fff;
    background-color: #045089
}

.elementor-widget-themo-service-block.elementor-position-top .th-service-block-w .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-themo-service-block .th-service-block-w .elementor-icon-box-icon {
    margin-bottom: 12px
}

.elementor-widget-themo-service-block.elementor-position-left .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-widget-themo-service-block.elementor-position-right .th-service-block-w .elementor-icon-box-wrapper.th-show-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-widget-themo-service-block.elementor-position-left .th-service-block-w .elementor-icon-box-icon, .elementor-widget-themo-service-block.elementor-position-right .th-service-block-w .elementor-icon-box-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.elementor-widget-themo-service-block.elementor-position-left .th-service-block-w .elementor-icon-box-icon {
    margin-right: 20px;
    margin-bottom: 0
}

.elementor-widget-themo-service-block.elementor-position-right .th-service-block-w .elementor-icon-box-icon {
    margin-left: 20px;
    margin-bottom: 0
}

#main-flex-slider {
    background: 0 0
}

#main-flex-slider .slider-bg {
    display: flex;
    flex-direction: column
}

#main-flex-slider .th-slide-wrap, #main-flex-slider .th-slider-overlay, #main-flex-slider .has-image-bg {
    position: absolute;
    width: 100%;
    height: 100%
}

#main-flex-slider .th-slide-inner {
    height: 100%;
    flex: 1 0 100%
}

#main-flex-slider .th-slide-inner {
    display: flex;
    padding: 40px
}

#main-flex-slider .th-slide-content {
    width: 100%
}

.th-slide-inner.th-left {
    text-align: left
}

.th-slide-inner.th-centered {
    text-align: center
}

.th-slide-inner.th-right {
    text-align: right
}

#main-flex-slider .slides img {
    width: auto;
    max-width: 100%
}

#main-flex-slider .slides h1 {
    font-size: 44px;
    font-weight: 300;
    color: #045089;
    margin-bottom: 20px
}

#main-flex-slider .slider-subtitle p {
    font-size: 22px;
    font-weight: 300;
    color: #2e2e2e;
    margin-bottom: 30px
}

#main-flex-slider .th-btn {
    margin: 10px 5px 8px
}

#main-flex-slider .th-btn:not(.btn-cta-primary):not(.btn-cta-accent) {
    font-size: 17px;
    padding: 12px 38px
}

#main-flex-slider .btn-cta-primary, #main-flex-slider .btn-cta-accent {
    padding: 12px 50px
}

#main-flex-slider .slides .btn-image img {
    display: inline
}

#main-flex-slider .slides .btn-image {
    display: inline-block;
    padding: 0 !important
}

#main-flex-slider .slides .hero {
    margin: 20px auto
}

#main-flex-slider .th-left .hero {
    margin-left: 0
}

#main-flex-slider .th-right .hero {
    margin-right: 0
}

.flex-direction-nav a {
    width: 60px;
    height: 60px;
    background-color: #111;
    padding: 0 !important;
    margin-top: -30px;
    overflow: visible;
    border-radius: 5px
}

.flex-direction-nav a:before {
    font-family: themovation-icons !important;
    font-size: 22px;
    line-height: 60px
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: .65;
    color: #fff
}

.flex-direction-nav .flex-next:before {
    content: "c" !important
}

.flex-direction-nav .flex-prev:before {
    content: "a" !important
}

.flex-direction-nav .flex-prev {
    opacity: .1;
    left: 0;
    text-align: center;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.flexslider:hover .flex-prev {
    opacity: .35;
    left: 0
}

.flex-direction-nav .flex-next {
    opacity: .1;
    right: 0;
    text-align: center;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.flexslider:hover .flex-next {
    opacity: .35;
    right: 0
}

#main-flex-slider .flex-control-nav {
    bottom: 20px;
    z-index: 5
}

#main-flex-slider .slider-scroll-down + .flex-control-nav {
    text-align: right;
    padding-right: 20px
}

#main-flex-slider .slider-scroll-down + .flex-control-nav li a {
    color: transparent
}

a.slider-scroll-down {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    margin-left: -25px;
    color: #fff;
    font-size: 25px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    opacity: .6;
    border-radius: 50em;
    z-index: 1000;
    transition: all .2s ease-in-out
}

.slider-scroll-down:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
    transform: translate(0, 8px)
}

#main-flex-slider .th-conversion {
    padding-top: 40px;
    padding-bottom: 20px
}

#main-flex-slider .th-conversion form input {
    border-color: #ababab
}

#main-flex-slider .th-conversion form input[type=submit], #main-flex-slider .th-conversion .with_frm_style input[type=submit] {
    border-color: rgba(0, 0, 0, .1)
}

#main-flex-slider .th-conversion .frm_message p {
    font-size: 14px;
    color: #468847;
    margin-bottom: 0
}

.th-left .th-conversion, .th-left .th-conversion .with_frm_style form {
    text-align: left
}

.th-right .th-conversion, .th-right .th-conversion .with_frm_style form {
    text-align: right
}

.th-left .th-conversion form input {
    margin: 5px 20px 5px 0 !important
}

.th-right .th-conversion form input {
    margin: 5px 0 5px 20px !important
}

.th-left .th-conversion .frm_error {
    left: 0
}

.th-right .th-conversion .frm_error {
    left: 20px
}

#main-flex-slider .th-form-stacked {
    width: 100%;
    padding: 25px;
    margin: 20px auto 0
}

#main-flex-slider .th-form-bg.th-light-bg .th-form-stacked {
    background: rgba(255, 255, 255, .3)
}

#main-flex-slider .th-form-bg.th-dark-bg .th-form-stacked {
    background: rgba(0, 0, 0, .2)
}

#main-flex-slider .th-form-bg .th-form-stacked fieldset {
    padding-bottom: 0 !important
}

#main-flex-slider .th-form-stacked form, #main-flex-slider .th-form-stacked form input, #main-flex-slider .th-form-stacked form textarea, #main-flex-slider .th-form-stacked form .frm_submit, #main-flex-slider .th-form-stacked .frm_error_style {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

#main-flex-slider .th-form-stacked form input {
    margin: 0 !important
}

#main-flex-slider .th-form-stacked form textarea {
    margin-bottom: -5px !important
}

#main-flex-slider .th-form-stacked .with_frm_style form {
    text-align: left
}

#main-flex-slider .th-form-stacked .frm_error {
    position: relative;
    left: 0;
    bottom: 0
}

#main-flex-slider .booked-cal-sm {
    max-width: 400px;
    margin: 35px auto 0
}

#main-flex-slider .slider-title + .booked-cal-sm {
    margin-top: 50px
}

#main-flex-slider .booked-calendarSwitcher p {
    line-height: 1;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 0 !important;
    font-weight: 400
}

.th-team-member {
    max-width: 560px;
    background-color: #f1f1f1
}

.elementor-section-full_width .th-team-member {
    max-width: 680px
}

.th-team-member a:hover {
    text-decoration: none
}

.th-team-member-content {
    padding: 25px
}

.th-team-member-name {
    font-size: 22px;
    margin: 0 0 5px
}

.th-team-member-title {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0
}

.th-team-member-text {
    margin-top: 15px;
    white-space: pre-line
}

.th-team-member-social {
    margin: 6px 0 0
}

.th-team-member-social i {
    font-size: 16px;
    color: #000;
    opacity: .3;
    margin: 8px 8px 0 0
}

.th-team-member-social a i:hover {
    color: #045089;
    opacity: 1
}

.th-testimonial-w.th-txt-sm .elementor-testimonial-content {
    font-size: 18px
}

.th-testimonial-w.th-txt-md .elementor-testimonial-content {
    font-size: 22px
}

.th-testimonial-w.th-txt-lg .elementor-testimonial-content {
    font-size: 26px
}

.th-testimonial-w .elementor-testimonial-name {
    color: #6d6d6d;
    font-size: 18px
}

.th-testimonial-w .elementor-testimonial-job {
    color: #868686;
    font-size: 14px
}

.elementor-testimonial-image img {
    width: 60px !important;
    height: 60px !important
}

.th-testimonial-w .th-star-rating {
    margin-bottom: 20px
}

.th-testimonial-w .th-star-rating span {
    font-size: 18px
}

.th-testimonial-w .th-star-rating span:before {
    content: "\f006"
}

.th-testimonial-w .th-star-05 .th-star-1:before, .th-testimonial-w .th-star-15 .th-star-2:before, .th-testimonial-w .th-star-25 .th-star-3:before, .th-testimonial-w .th-star-35 .th-star-4:before, .th-testimonial-w .th-star-45 .th-star-5:before {
    content: "\f123"
}

.th-testimonial-w .th-star-10 .th-star-1:before, .th-testimonial-w .th-star-15 .th-star-1:before, .th-testimonial-w .th-star-20 .th-star-1:before, .th-testimonial-w .th-star-20 .th-star-2:before, .th-testimonial-w .th-star-25 .th-star-1:before, .th-testimonial-w .th-star-25 .th-star-2:before, .th-testimonial-w .th-star-30 .th-star-1:before, .th-testimonial-w .th-star-30 .th-star-2:before, .th-testimonial-w .th-star-30 .th-star-3:before, .th-testimonial-w .th-star-35 .th-star-1:before, .th-testimonial-w .th-star-35 .th-star-2:before, .th-testimonial-w .th-star-35 .th-star-3:before, .th-testimonial-w .th-star-40 .th-star-1:before, .th-testimonial-w .th-star-40 .th-star-2:before, .th-testimonial-w .th-star-40 .th-star-3:before, .th-testimonial-w .th-star-40 .th-star-4:before, .th-testimonial-w .th-star-45 .th-star-1:before, .th-testimonial-w .th-star-45 .th-star-2:before, .th-testimonial-w .th-star-45 .th-star-3:before, .th-testimonial-w .th-star-45 .th-star-4:before, .th-testimonial-w .th-star-50 .th-star-1:before, .th-testimonial-w .th-star-50 .th-star-2:before, .th-testimonial-w .th-star-50 .th-star-3:before, .th-testimonial-w .th-star-50 .th-star-4:before, .th-testimonial-w .th-star-50 .th-star-5:before {
    content: "\f005"
}

.elementor-text-editor, .elementor-text-editor h1, .elementor-text-editor h2, .elementor-text-editor h3, .elementor-text-editor h4, .elementor-text-editor h5, .elementor-text-editor h6, .elementor-text-editor p, .elementor-text-editor ul li, .elementor-text-editor ol li {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    line-height: inherit
}

.elementor-text-editor p, .elementor-text-editor ul li, .elementor-text-editor ol li {
    font-size: inherit
}

.th-thumb-flex-slider {
}

.th-thumb-flex-slider .slides img {
    display: none
}

.th-thumb-flex-slider .slides {
    text-align: center
}

.th-thumb-flex-slider .slides > li {
    margin-right: 40px
}

.th-thumb-flex-slider a img {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear
}

.th-thumb-flex-slider a img:hover {
    opacity: .85
}

.th-thumb-flex-slider .th-thumb-title {
    font-size: 18px;
    font-weight: 600;
    color: #515151;
    margin: 10px auto 0
}

.th-thumb-flex-slider .th-thumb-title a {
    text-decoration: none
}

.th-thumb-flex-slider .th-thumb-title span {
    font-size: 14px;
    font-weight: 400;
    color: #5c5c5c;
    display: block
}

.flexslider a.img-thumbnail {
    background: 0 0 !important
}

.th-thumb-flex-slider .flex-direction-nav a:before {
    font-size: 16px;
    line-height: 50px
}

.th-thumb-flex-slider .flex-direction-nav a {
    color: #fff;
    opacity: .5;
    height: 50px;
    width: 50px
}

.th-thumb-flex-slider.flex-landscape .flex-direction-nav a {
    top: 60px;
    margin-top: 0
}

.th-thumb-flex-slider .flex-direction-nav .flex-prev {
    left: 0
}

.th-thumb-flex-slider .flex-direction-nav .flex-next {
    right: 0
}

.th-thumb-flex-slider.flexslider:hover .flex-prev, .th-thumb-flex-slider.flexslider:hover .flex-next {
    opacity: .6
}

.th-thumb-flex-slider.flexslider .flex-prev:hover, .th-thumb-flex-slider.flexslider .flex-next:hover {
    opacity: .8
}

.th-light-text .th-thumb-flex-slider .th-thumb-title {
    color: #fff
}

.th-light-text .th-thumb-flex-slider span {
    color: rgba(255, 255, 255, .8)
}

.flex-control-nav {
    bottom: 5px;
    z-index: 5
}

.flex-control-paging li a {
    background: #e8e8e8;
    background: rgba(255, 255, 255, .5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.flex-control-paging li a:hover {
    background: #fff
}

.flex-control-paging li a.flex-active {
    background: #fff
}

.elementor-widget-toggle .elementor-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle .elementor-toggle-title.active, .elementor-widget-toggle .elementor-toggle .elementor-toggle-icon {
    color: #045089
}

.elementor-toggle .elementor-toggle-title {
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    transition: all .25s linear
}

.elementor-toggle .elementor-toggle-title.active {
    padding-bottom: 10px
}

.elementor-toggle .elementor-toggle-title .elementor-toggle-icon {
    float: right;
    width: auto;
    font-size: 14px;
    margin-top: 3px
}

.elementor-toggle .elementor-toggle-title .elementor-toggle-icon i.fa:before {
    content: "\f067"
}

.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon i.fa:before {
    content: "\f068"
}

.elementor-toggle .elementor-toggle-content {
    padding: 0 40px 20px 20px
}

.th-tour-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0
}

.th-tour-nav-price, .th-tour-nav-items {
    color: #1b1b1b
}

.th-tour-nav-price {
    order: 1;
    font-size: 32px
}

.th-tour-nav-price span {
    font-size: 22px
}

.th-tour-nav-btn {
    order: 3
}

.th-tour-nav-items {
    order: 2;
    text-align: center
}

.th-tour-nav-item {
    display: inline-block;
    font-size: 20px;
    margin: 5px 18px
}

.th-tour-nav-item i {
    position: relative;
    font-size: 24px;
    margin-right: 4px
}

.th-tour-nav-item .fa, .th-tour-nav-item .th-trip {
    top: 2px
}

.th-tour-nav-item .travelpack-person-plus {
    font-size: 28px;
    top: 5px
}

.th-tour-nav-item .th-linea {
    top: 5px
}

@media (max-width: 767px) {
    .th-tour-nav {
        display: block;
        text-align: center
    }

    .th-tour-nav-price {
        display: inline;
        margin: 0 5px
    }

    .th-tour-nav-btn {
        display: inline;
        margin: 0 5px
    }

    .th-tour-nav-btn .btn {
        margin-bottom: 10px
    }

    .th-tour-nav-items {
        display: block
    }

    .th-tour-nav-item {
        font-size: 18px;
        margin: 5px 12px
    }

    .th-tour-nav-item .fa, .th-tour-nav-item .th-trip {
        top: 3px
    }

    .th-tour-nav-item .th-linea {
        top: 6px
    }
}

.th-widget-area .widget ul {
    margin: 0;
    padding: 0
}

.th-widget-area .widget ul li {
    padding: 8px 0;
    list-style: none;
    border-bottom: 1px solid #e2e2e2
}

.th-widget-area .widget ul li:first-child {
    padding-top: 0
}

.th-widget-area .widget ul li ul li {
    margin-left: 20px
}

.th-widget-area .widget ul li a:hover {
    text-decoration: none
}

.th-widget-area .widget.widget_categories ul li, .th-widget-area .widget.widget_pages ul li, .th-widget-area .widget.widget_nav_menu ul li {
    border-bottom: 0;
    padding: 0
}

.th-widget-area .widget.widget_categories li a, .th-widget-area .widget.widget_pages li a, .th-widget-area .widget.widget_nav_menu li a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #e6e6e6
}

.th-widget-area .widget .post-date {
    display: block;
    font-size: 12px;
    color: #848484
}

.th-widget-area .widget select {
    display: block;
    width: 100%;
    padding: 10px;
    color: #6d6d6d;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear
}

.th-widget-area .widget select:focus {
    border: 1px solid #045089;
    outline: 0
}

.th-widget-area .widget .dropdown .caret {
    display: none
}

.th-widget-area .widget .dropdown-menu {
    position: static;
    display: block;
    float: none;
    min-width: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none
}

.th-widget-area .widget ul.menu li.th-accent {
    border: 0;
    margin-top: 0
}

#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    text-align: right;
    font-size: 12px;
    margin: 0 0 15px
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    text-align: center;
    padding-bottom: 10px
}

#wp-calendar tbody td {
    text-align: center;
    padding: 8px;
    font-size: 12px;
    background: #f5f5f5;
    border: 1px solid #fbfcfd;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear
}

#wp-calendar tbody td a:link, #wp-calendar tbody td a {
    font-weight: 600;
    text-decoration: underline
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px
}

#wp-calendar tbody .pad {
    background: 0 0
}

#wp-calendar tbody td:hover {
    background: 0 0
}

#wp-calendar thead th, #wp-calendar caption, #wp-calendar tbody {
    color: #2a2a2a
}

.search-form input, .search-submit {
    height: 50px;
    border-top-left-radius: 50px;
    border: 1px solid #e2e2e2;
    box-shadow: none
}

.search-form input {
    border-right: 0 !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important
}

.search-form .input-group .search-field {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.search-form input:focus {
    border: 1px solid #045089
}

.search-form input[type=search] {
    padding: 6px 20px 6px 25px
}

.search-submit {
    padding: 14px 20px;
    color: #fff;
    background-color: #045089;
    opacity: 1;
    border: 0;
    margin-left: 0 !important
}

.search-submit:hover {
    color: #fff;
    background-color: #045089;
    opacity: .9;
    box-shadow: none
}

.widget .tagcloud {
    padding-top: 2px
}

.widget .tagcloud a {
    text-align: center;
    font-size: 13px !important;
    padding: 6px 8px;
    line-height: 34px;
    background-color: #f1f3f4;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear
}

.widget .tagcloud a:hover {
    background-color: #045089;
    color: #fff;
    text-decoration: none
}

.soc-widget i, .soc-widget a i {
    font-size: 32px;
    margin: 0;
    padding: 0 10px 10px 0 !important
}

.th-payments-widget img {
    margin: 0 8px 14px 0;
    width: auto;
    height: auto;
    max-height: 40px
}

span.th-payment-no-img {
    display: inline-block;
    margin: 0 8px 14px 0;
    padding: 6px 8px;
    border: 1px #eee solid;
    border-radius: 1px
}

.th-contact-info-widget .icon-blocks {
    text-align: inherit;
    padding: 0
}

.th-contact-info-widget .icon-block {
    padding: 0
}

.th-contact-info-widget .icon-blocks p {
    padding: 0;
    line-height: 195%
}

.th-contact-info-widget .icon-block i {
    padding-right: 10px;
    vertical-align: -1px
}

.sidebar {
    padding: 40px 15px 40px 40px
}

.sidebar.side-left {
    padding: 40px 40px 40px 15px
}

.sidebar .widget {
    margin-bottom: 50px
}

.sidebar .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #6d6d6d;
    padding-bottom: 12px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e2e2e2
}

.sidebar #wp-calendar tbody td a:link {
    font-weight: 600
}

.sidebar #wp-calendar tbody td a:hover {
    background-color: transparent
}

.th-sidebar-widget {
    padding: 10px
}

.footer {
    background: #292e31;
    color: #d2d2d2;
    padding: 70px 0 0;
    margin-top: -1px
}

.footer-btm-bar {
    background: #23272a;
    padding: 30px 0 20px
}

.footer-widgets.row {
    margin-bottom: 30px
}

.footer .widget {
    text-align: left;
    margin-bottom: 40px
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #fff
}

.footer p, .footer a {
    color: #d2d2d2
}

.footer a:hover {
    color: #fff;
    text-decoration: none
}

.footer .footer-copyright {
    text-align: center
}

.footer .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer .meta-border {
    margin-top: 20px;
    margin-bottom: 25px
}

.footer .meta-border, .footer ul li, .footer .widget ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.footer .widget.widget_categories ul li, .footer .widget.widget_pages ul li, .footer .widget.widget_nav_menu ul li {
    border-bottom: 0;
    box-shadow: none
}

.footer .widget.widget_categories li a, .footer .widget.widget_pages li a, .footer .widget.widget_nav_menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.footer #wp-calendar tbody .pad {
    background: #292e31
}

.footer #wp-calendar tbody td {
    background: #464a4d;
    border: 1px solid #292e31
}

.footer #wp-calendar tbody td:hover {
    background: #292e31
}

.footer #wp-calendar thead th, .footer #wp-calendar caption {
    color: #fff
}

.footer #wp-calendar tbody {
    color: #fff
}

.footer #wp-calendar #prev {
    text-align: left
}

.footer .tagcloud a {
    background-color: #464a4d
}

.footer .tagcloud a:hover {
    background-color: #045089;
    color: #fff;
    text-decoration: none
}

.footer .search-form input {
    border: 0
}

.footer .search-form input:focus {
    border: 0;
    box-shadow: none
}

.footer .widget select {
    border: 0
}

.footer .widget select:focus {
    border: 0;
    box-shadow: none
}

.footer .soc-widget i {
    color: #4f5356
}

.footer .soc-widget i:hover {
    color: #8e979d
}

.footer .widget .dropdown-menu a, .footer .widget .dropdown-menu > .active > a {
    color: #d2d2d2;
    background-color: transparent
}

.footer .widget .dropdown-menu a:hover, .footer .widget .dropdown-menu > .active > a:hover, .footer .widget .dropdown-menu > .active > a:focus {
    color: #fff
}

.footer .widget ul li ul li {
    margin-left: 0
}

.footer .icon-blocks p {
    font-size: 15px
}

.alert {
    border-radius: 5px
}

.blockquote-space {
    margin-left: 10px
}

.light-text blockquote footer {
    color: #eaeaea
}

span.dropcap {
    display: block;
    float: left;
    font-size: 36px;
    line-height: 30px;
    margin: 6px 8px 0 0
}

.dropcap.dropcap-box {
    background: -moz-linear-gradient(center bottom, #f7f7f7 0%, #fff 100%) repeat scroll 0 0 #f9f9f9;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 6px 12px 0 0;
    padding: 0;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.dropcap.dropcap-circle {
    background: -moz-linear-gradient(center bottom, #f7f7f7 0%, #fff 100%) repeat scroll 0 0 #f9f9f9;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    margin: 6px 12px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    border: 1px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.dropcap.dropcap-book {
    line-height: 30px;
    margin: 6px 8px 0 0
}

.googlemap {
    position: relative;
    max-width: inherit
}

.googlemap .map_canvas {
    width: 100%;
    height: 100%
}

.googlemap .map_canvas h3 {
    margin: 0 0 10px;
    font-size: 14px
}

.map_canvas img {
    max-width: none !important
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron p {
    color: #555
}

.progress {
    border-radius: 5px
}

.nav-tabs {
    margin-top: 20px
}

.nav-tabs > li > a {
    border-radius: 5px 5px 0 0
}

.nav-tabs > li > a:hover {
    background-color: transparent;
    border-color: transparent
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fbfcfd
}

.tab-content {
    padding: 20px 0
}

.bg-success {
    background-color: #d6e9c6
}

.alert-success {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: #d6e9c6
}

.bg-info {
    background-color: #bce8f1
}

.alert-info {
    color: #31708f;
    background-color: #bce8f1;
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #bce8f1;
    border-color: #bce8f1
}

.bg-warning {
    background-color: #faebcc
}

.alert-warning {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: #faebcc
}

.bg-danger {
    background-color: #ebccd1
}

.alert-danger {
    color: #a94442;
    background-color: #ebccd1;
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #ebccd1;
    border-color: #ebccd1
}

.icon-light {
    color: #fff
}

.icon-large {
    font-size: 90px
}

#scrollUp:before {
    font-family: themovation-icons !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#scrollUp:before {
    content: "d"
}

#scrollUp {
    width: 50px;
    height: 50px;
    bottom: 18px;
    right: 18px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .3);
    opacity: .6;
    border-radius: 5px
}

#scrollUp:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .5)
}

.headhesive--clone {
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    background-color: #fff !important;
    z-index: 120;
    box-shadow: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out
}

.headhesive--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.boxed-mode .headhesive--clone {
    left: 0;
    right: 0;
    margin: 0 auto
}

.headhesive--clone #logo {
    margin-top: 16px;
    margin-bottom: 16px
}

.headhesive--clone #logo img {
    max-height: 30px !important;
    width: auto
}

.headhesive--clone #logo .logo-trans {
    display: none !important
}

.headhesive--clone #logo .logo-main {
    display: inline !important
}

.headhesive--clone .navbar-nav {
    margin-top: 5px !important
}

.headhesive--clone .navbar-toggle {
    top: 6px !important
}

.headhesive--clone .navbar-nav > li > a {
    color: #5d5d5d !important
}

.headhesive--clone .navbar-nav > li > a:hover:after, .headhesive--clone .navbar-nav > li.active > a:after, .headhesive--clone .navbar-nav > li.active > a:hover:after, .headhesive--clone .navbar-nav > li.active > a:focus:after {
    bottom: 12px;
    background-color: #045089 !important
}

.headhesive--clone .navbar-nav .dropdown-menu {
    margin-top: -2px
}

.headhesive--clone .top-nav {
    background: rgba(0, 0, 0, .03) !important
}

.headhesive--clone .top-nav-icon-blocks .icon-block p, .headhesive--clone .top-nav-icon-blocks .icon-block a, .headhesive--clone .top-nav-text p, .headhesive--clone .top-nav-text a {
    color: #5d5d5d !important
}

.headhesive--clone.headhesive--stick[data-transparent-header=true], .headhesive--clone.headhesive--unstick[data-transparent-header=true] {
    z-index: 10000
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.th-accent, .headhesive--clone.banner[data-transparent-header=true] .th-accent {
    border: 1px solid rgba(0, 0, 0, .4);
    padding: 8px 18px;
    margin-top: 6px;
    border-radius: 50px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.banner[data-transparent-header=true] .th-accent {
    border: 1px solid rgba(255, 255, 255, .5)
}

.navbar .navbar-nav > li.th-accent > a {
    padding: 0;
    margin: 0
}

.navbar .navbar-nav > li.th-accent:hover, .banner[data-transparent-header=true].headhesive--clone.navbar .navbar-nav > li.th-accent:hover {
    border-color: rgba(0, 0, 0, .6);
    background: 0 0
}

.banner[data-transparent-header=true].navbar .navbar-nav > li.th-accent:hover {
    border: 1px solid rgba(255, 255, 255, .7);
    background: rgba(0, 0, 0, .2)
}

.navbar .navbar-nav > li.th-accent > a:after, .navbar .navbar-nav > li.th-accent > a:hover:after, .navbar .navbar-nav > li.th-accent.active > a:after, .navbar .navbar-nav > li.th-accent.active > a:hover:after, .navbar .navbar-nav > li.th-accent.active > a:focus:after {
    background: 0 0 !important
}

.headhesive--clone .navbar-nav > li.th-accent > a:hover:after, .headhesive--clone .navbar-nav > li.th-accent.active > a:after, .headhesive--clone .navbar-nav > li.th-accent.active > a:hover:after, .headhesive--clone .navbar-nav > li.th-accent.active > a:focus:after {
    background: 0 0 !important
}

header.dark-header {
    background-color: #252b2d;
    border-color: transparent;
    border-bottom: 0
}

.headhesive--clone.dark-header {
    background-color: #252b2d !important
}

header.dark-header .navbar-nav > li > a, header.dark-header .navbar-nav > li > a:hover, .headhesive--clone.dark-header .navbar-nav > li > a, .headhesive--clone.dark-header .navbar-nav > li > a:hover {
    color: #fff !important
}

header.dark-header .navbar-nav > li.active > a, header.dark-header .navbar-nav > li.active > a:hover, header.dark-header .navbar-nav > li.active > a:focus {
    color: #fff
}

header.dark-header .top-nav {
    background: rgba(255, 255, 255, .04)
}

.headhesive--clone.dark-header .top-nav {
    background: rgba(255, 255, 255, .04) !important
}

header.dark-header .top-nav-icon-blocks .icon-block p, header.dark-header .top-nav-icon-blocks .icon-block a, header.dark-header .top-nav-text p, .top-nav-text a, .headhesive--clone.dark-header .top-nav-icon-blocks .icon-block p, .headhesive--clone.dark-header .top-nav-icon-blocks .icon-block a, .headhesive--clone.dark-header .top-nav-text p, .headhesive--clone.dark-header .top-nav-text a {
    color: #fff !important
}

header.dark-header .navbar-nav > li > a:hover:after, header.dark-header .navbar-nav > li.active > a:after, header.dark-header .navbar-nav > li.active > a:hover:after {
    background-color: #fff !important
}

header.dark-header .navbar-collapse {
    box-shadow: none
}

header.dark-header .navbar-nav > li.th-accent, header.dark-header.headhesive--clone[data-transparent-header=true] .navbar-nav > li.th-accent {
    border: 1px solid rgba(255, 255, 255, .65)
}

header.dark-header .navbar-nav > li.th-accent:hover, header.dark-header.headhesive--clone[data-transparent-header=true] .navbar-nav > li.th-accent:hover {
    border: 1px solid rgba(255, 255, 255, .9) !important
}

@media (max-width: 767px) {
    header.dark-header .navbar-nav .open .dropdown-toggle {
        background-color: #1c2022 !important
    }

    header.dark-header .navbar-nav .dropdown-menu {
        background-color: #1f2426 !important
    }

    header.dark-header .navbar-nav .open .dropdown-menu > li > a, header.dark-header .navbar-nav .open .dropdown-menu > .active > a, header.dark-header .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #a2a7a9
    }

    header.dark-header .navbar-nav .open .dropdown-menu > li > a:hover, header.dark-header .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff
    }

    header.dark-header .navbar-toggle .icon-bar {
        background-color: #acacac
    }
}

.th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .navbar-nav > li > a, .th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .navbar-nav > li > a:hover, .th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .navbar-nav > li.active > a, .th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .themo_cart_icon a i {
    color: #000 !important
}

.th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .navbar-nav > li > a:after, .th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .navbar-nav > li.active > a:after, .th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .navbar-nav > li.active > a:hover:after, .th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .navbar-nav > li > a:hover:after {
    background-color: #000 !important
}

.th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .themo_cart_icon {
    border-color: rgba(0, 0, 0, .2)
}

.th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .navbar-nav > li.th-accent, .th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .navbar-nav > li.th-accent:hover {
    border: 1px solid rgba(0, 0, 0, .65) !important
}

.th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .navbar-nav > li.th-accent a:after, .th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .navbar-nav > li.th-accent a:hover:after {
    height: 0 !important
}

.th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .top-nav-icon-blocks .icon-block p, .th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .top-nav-icon-blocks .icon-block a, .th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .top-nav-text p, .th-dark-tr.banner[data-transparent-header=true]:not(.headhesive--clone) .top-nav-text a {
    color: #000 !important
}

@media (max-width: 767px) {
    .navbar .navbar-nav .dropdown-menu > li > a {
        white-space: normal
    }

    .navbar-nav > li + li {
        margin-left: 0
    }

    .navbar .navbar-nav .dropdown-submenu .dropdown-menu {
        background-color: #eaeaea;
        margin-bottom: 5px
    }

    .dark-header.navbar .navbar-nav .dropdown-submenu .dropdown-menu {
        background-color: #1d1f22 !important
    }

    .navbar .navbar-nav .dropdown-submenu .dropdown-menu li {
        padding-left: 10px
    }

    .navbar .navbar-nav .dropdown-submenu:not(.open) .dropdown-toggle {
        background-color: transparent !important
    }

    .dropdown-toggle .caret {
        margin-left: 4px
    }

    .dark-header .dropdown-submenu.open > a.dropdown-toggle {
        color: #fff !important
    }
}

@media (min-width: 768px) {
    .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
        display: none !important
    }

    .navbar .navbar-nav .dropdown-menu .dropdown:hover .dropdown-menu {
        display: block !important;
        position: absolute;
        top: -14px;
        left: 100%
    }

    .headhesive--clone .navbar-nav .dropdown-menu .dropdown:hover .dropdown-menu {
        top: -10px
    }

    .navbar .navbar-nav li:last-child .dropdown-menu .dropdown:hover .dropdown-menu {
        right: 100%;
        left: auto !important
    }
}

.modal-backdrop.in {
    z-index: 10000 !important
}

.ekko-lightbox, .modal {
    z-index: 50000 !important
}

.ekko-lightbox-container .flex-direction-nav a {
    opacity: .5
}

.ekko-lightbox-container .flex-direction-nav a:hover {
    color: #fff !important;
    opacity: .8
}

.attachment .img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0
}

.alignright {
    float: right;
    margin: 0 0 15px 15px
}

figure.alignnone {
    margin-left: 0;
    margin-right: 0
}

.wp-caption {
    max-width: 100%;
    height: auto
}

.wp-caption, .wp-caption-text, .gallery-caption {
    color: #5c5c5c
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.alignleft-40 {
    float: left;
    margin: 0 40px 40px 0
}

.alignright-40 {
    float: right;
    margin: 0 0 40px 40px
}

.alignleft-60 {
    float: left;
    margin: 0 60px 60px 0
}

.alignright-60 {
    float: right;
    margin: 0 0 60px 60px
}

#wpadminbar {
    z-index: 1000000 !important
}

.th-pkg-img img, a img.wp-post-image, img.th-img-stretch, .th-image-stretch img {
    width: 100%;
    height: auto
}

.elementor-editor-active .banner[data-transparent-header=true]:not(.headhesive--clone) {
    top: 25px
}

@media (max-width: 479px) {
    #boxed {
        width: auto
    }

    .boxed-mode .headhesive--clone, .boxed-mode .banner[data-transparent-header=true] {
        max-width: 330px
    }

    #logo {
        max-width: 230px
    }

    section#themo_page_header_1 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .top-nav-text + .top-nav-icon-blocks {
        margin-top: 4px
    }

    .top-nav-text, .top-nav-icon-blocks {
        float: none;
        text-align: center
    }

    .top-nav-icon-blocks .icon-block p {
        font-size: 14px;
        line-height: 100%
    }

    .btn-standard, .btn-ghost, .btn-default {
        padding: 10px 25px
    }

    .btn-cta {
        padding: 14px 30px
    }

    #main-flex-slider p, #main-flex-slider .lrg-txt p {
        font-size: 20px;
        line-height: 22px
    }

    #main-flex-slider .slides p {
        margin-bottom: 20px
    }

    #main-flex-slider .slides a {
        margin-bottom: 10px
    }

    #main-flex-slider .th-conversion {
        padding-top: 20px;
        padding-bottom: 10px
    }

    #main-flex-slider .flex-direction-nav {
        display: none
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #boxed {
        width: 420px
    }

    .boxed-mode .headhesive--clone, .boxed-mode .banner[data-transparent-header=true] {
        max-width: 420px
    }

    #logo {
        max-width: 310px
    }
}

@media (max-width: 767px) {
    .top-nav {
        background: rgba(0, 0, 0, .02)
    }

    .top-nav-icon-blocks .icon-block p, .top-nav-icon-blocks .icon-block a, .top-nav-text p, .top-nav-text a {
        color: #5d5d5d
    }

    .top-nav-icon-blocks .icon-block p {
        font-size: 13px
    }

    .top-nav-icon-blocks .icon-block {
        padding: 0 4px
    }

    .top-nav-icon-blocks .icon-block:last-child {
        padding: 0 0 0 4px
    }

    .top-nav-icon-blocks .icon-block span {
        display: none
    }

    #logo {
        margin-left: 15px
    }

    .navbar-default .navbar-collapse {
        border: 0
    }

    .navbar .navbar-nav {
        float: none;
        text-align: left;
        margin: 0 0 10px;
        padding-top: 15px;
        border-top: 1px solid #e7e7e7 !important
    }

    .navbar .navbar-nav > li > a {
        padding: 10px 15px;
        margin-left: 0;
        margin-right: 0
    }

    .navbar .navbar-nav > li > a:after, .navbar .navbar-nav > li > a:hover:after {
        height: 0 !important
    }

    .navbar .navbar-nav .open .dropdown-toggle {
        background-color: #eee !important
    }

    .navbar .navbar-nav .dropdown-menu {
        background-color: #f4f4f4
    }

    .navbar .navbar-nav .dropdown-menu li a {
        line-height: 200%
    }

    .navbar .navbar-nav .dropdown-menu li.active a {
        background-color: transparent !important
    }

    .sidebar, .sidebar.side-left {
        padding: 40px 15px
    }

    .page-title.centered {
        padding-left: 0;
        padding-right: 0
    }

    #comments li.comment .avatar {
        height: 45px;
        width: 45px;
        margin: 5px 0 0;
        display: block;
        float: none !important
    }

    #comments h4.media-heading {
        margin-top: 5px
    }

    #comments ul.comment {
        margin-left: 25px
    }

    .th-portfolio-filters a {
        margin: 5px 8px
    }

    .th-portfolio-filters span {
        margin-right: 8px
    }

    .th-pricing-column {
        max-width: 520px;
        margin: 10px auto;
        border-left: 1px solid #dfe7eb
    }

    .th-pricing-column.th-highlight {
        margin: 10px auto;
        padding: 40px 30px
    }

    .th-one-col .th-pricing-column.th-highlight {
        margin-left: 0;
        margin-right: 0
    }

    .footer-widgets.row {
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    .footer .widget {
        margin-bottom: 50px
    }

    .footer .widget-title {
        margin-bottom: 18px
    }
}

@media (min-width: 768px) {
    .navbar .navbar-nav .dropdown-menu {
        left: -10px;
        padding: 12px 5px;
        border: 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
    }

    .navbar .navbar-nav .dropdown-menu li a {
        font-size: 13px;
        text-align: left;
        padding: 8px 20px;
        color: #c8c8c8
    }

    .navbar .navbar-nav .dropdown-menu li a:hover, .navbar .navbar-nav .dropdown-menu li.active a {
        color: #fff !important
    }

    .navbar .navbar-nav .dropdown:hover .dropdown-menu {
        display: block
    }

    .navbar .navbar-nav li:last-child .dropdown-menu {
        right: -5px;
        left: auto
    }

    .navbar .caret {
        display: none
    }

    .center-table-con {
        display: table;
        width: 100%;
        height: 100%;
        table-layout: fixed
    }

    .center-table-cell {
        display: table-cell;
        vertical-align: middle
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #boxed {
        max-width: 780px
    }

    .boxed-mode .headhesive--clone, .boxed-mode .banner[data-transparent-header=true] {
        max-width: 780px
    }

    .sidebar, .sidebar.side-left {
        padding: 40px 15px
    }

    .navbar .navbar-nav > li > a {
        margin-left: 12px;
        margin-right: 12px
    }

    .th-five-col .col-sm-2 {
        width: 20%
    }

    #comments li.comment .avatar {
        height: 45px;
        width: 45px;
        margin: 10px 10px 0 0
    }

    #comments h4.media-heading {
        margin-top: 10px
    }

    .th-pricing-column {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .th-pricing-column:nth-child(odd) {
        border-left: 1px solid #dfe7eb
    }

    .th-pricing-column.th-highlight {
        margin: 10px -1px;
        padding: 40px 30px
    }

    .service-block-col {
        padding-top: 0
    }

    .service-block-col .service-block {
        margin-bottom: 20px
    }

    .service-block-col .service-block i {
        display: none
    }

    .service-block-col .service-block h3, .service-block-col .service-block p {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (max-width: 991px) {
    .icon-block {
        margin-bottom: 50px
    }

    .icon-block:last-child {
        margin-bottom: 0
    }

    .icon-blocks h3 {
        margin-bottom: 10px
    }

    .top-nav-icon-blocks .icon-block, .th-contact-info-widget .icon-block {
        margin-bottom: 0
    }

    .footer-area-3 {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #boxed {
        max-width: 1 e3px
    }

    .boxed-mode .headhesive--clone, .boxed-mode .banner[data-transparent-header=true] {
        max-width: 1 e3px
    }

    .th-five-col .col-sm-2, .th-five-col .col-md-2 {
        width: 20%
    }

    .pricing-table .th-five-col .btn {
        padding: 10px 30px
    }
}

@media (min-width: 992px) {
    .top-nav .row {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0
    }
}

@media (max-width: 1199px) {
}

@media (min-width: 1200px) {
    #boxed {
        max-width: 1230px
    }

    .boxed-mode .headhesive--clone, .boxed-mode .banner[data-transparent-header=true] {
        max-width: 1230px
    }

    .th-five-col .col-sm-2, .th-five-col .col-md-2, .th-five-col .col-lg-2 {
        width: 20%
    }

    .pricing-table .th-five-col .btn {
        padding: 10px 45px
    }
}

@media (min-width: 1450px) {
    .navbar .navbar-nav li:last-child .dropdown-menu {
        left: -10px;
        right: auto
    }
}

@media (min-width: 601px) and (max-width: 782px) {
    body.admin-bar .headhesive--stick, body.admin-bar .banner[data-transparent-header=true] {
        top: 46px
    }
}

@media (min-width: 783px) {
    body.admin-bar .headhesive--stick, body.admin-bar .banner[data-transparent-header=true] {
        top: 32px
    }
}