[class*="laicon-"]{
    font: normal normal normal 14px/1 icomoon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.laicon-footer:before {
    content: "\e637";
}
.laicon-page_title:before {
    content: "\e636";
}
.laicon-loop-alt2:before {
    content: "\e62e";
}
.laicon-anchor:before {
    content: "\e62f";
}
.laicon-columns:before {
    content: "\e600";
}
.laicon-file-alt:before {
    content: "\e601";
}
.laicon-copy:before {
    content: "\e602";
}
.laicon-exclamation-sign:before {
    content: "\e603";
}
.laicon-blog:before {
    content: "\e604";
}
.laicon-check-empty:before {
    content: "\e605";
}
.laicon-list-ul:before {
    content: "\e606";
}
.laicon-users:before {
    content: "\e612";
}
.laicon-newspaper:before {
    content: "\e613";
}
.laicon-clock:before {
    content: "\e614";
}
.laicon-browser:before {
    content: "\e615";
}
.laicon-d:before {
    content: "\e61d";
}
.laicon-air:before {
    content: "\e616";
}
.laicon-map:before {
    content: "\e617";
}
.laicon-flag:before {
    content: "\e608";
}
.laicon-move-horizontal:before {
    content: "\e61e";
}
.laicon-uniF6CC:before {
    content: "\e61f";
}
.laicon-image:before {
    content: "\e620";
}
.laicon-images:before {
    content: "\e621";
}
.laicon-uniF602:before {
    content: "\e622";
}
.laicon-stack:before {
    content: "\e623";
}
.laicon-user:before {
    content: "\e618";
}
.laicon-dollar:before {
    content: "\e609";
}
.laicon-tasks:before {
    content: "\e60a";
}
.laicon-feather:before {
    content: "\e619";
}
.laicon-uniF61C:before {
    content: "\e624";
}
.laicon-insertpicture:before {
    content: "\e625";
}
.laicon-link:before {
    content: "\e61b";
}
.laicon-soundcloud:before {
    content: "\e61c";
}
.laicon-table:before {
    content: "\e60b";
}
.laicon-folder:before {
    content: "\e62b";
}
.laicon-list-alt:before {
    content: "\e60c";
}
.laicon-bubbles:before {
    content: "\e626";
}
.laicon-font:before {
    content: "\e627";
}
.laicon-H:before {
    content: "\e628";
}
.laicon-expand-alt:before {
    content: "\e60d";
}
.laicon-hand-up:before {
    content: "\e60e";
}
.laicon-film:before {
    content: "\e60f";
}
.laicon-star-empty:before {
    content: "\e610";
}
.laicon-shopping-cart:before {
    content: "\e611";
}
.laicon-share2:before {
    content: "\e629";
}
.laicon-layers-alt:before {
    content: "\e62a";
}
.laicon-minus:before {
    content: "\e61a";
}
.laicon-TFicon:before {
    content: "\e62d";
}
.laicon-youtube:before {
    content: "\e607";
}
.laicon-vimeo2:before {
    content: "\e62c";
}
.laicon-sidebar:before {
    content: "\e634";
}
.laicon-header:before {
    content: "\e635";
}
.laicon-tag:before {
    content: "\e632";
}
.laicon-pointer:before {
    content: "\e630";
}
.laicon-external-link:before {
    content: "\f08e";
}
.laicon-external-link-square:before {
    content: "\f14c";
}
.laicon-file:before {
    content: "\e633";
}
.laicon-ellipsis:before {
    content: "\e631";
}
.laicon-tools:before {
    content: "\e63b";
}
.laicon-pin-outline:before {
    content: "\e63f";
}
.laicon-sitewidth:before {
    content: "\e63a";
}
.laicon-search:before {
    content: "\f002";
}
.laicon-envelope-o:before {
    content: "\f003";
}
.laicon-plus:before {
    content: "\f067";
}
.laicon-plus2:before {
    content: "\e645";
    font-size:12px;
}
.laicon-socialmedia:before {
    content: "\f08a";
}
.laicon-menu:before {
    content: "\f0c9";
}
.laicon-code:before {
    content: "\f121";
}
.laicon-css3:before {
    content: "\f13c";
}
.laicon-equalizer:before {
    content: "\e638";
}
.laicon-loop:before {
    content: "\e63c";
}
.laicon-droplet:before {
    content: "\e63d";
}
.laicon-drive:before {
    content: "\e63e";
}
.laicon-pen:before {
    content: "\e640";
}
.laicon-file-add:before {
    content: "\e641";
}
.laicon-trash-o:before {
    content: "\f014";
}
.laicon-reply:before {
    content: "\e642";
}
.laicon-forward:before {
    content: "\e643";
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.46
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget:after,.bootstrap-datetimepicker-widget:before {
    display: inline-block;
    position: absolute;
    content: ''
}

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget>ul {
    list-style-type: none;
    margin: 0
}

.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second {
    width: 100%;
    font-weight: 700;
    font-size: 1.2em
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0
}

.bootstrap-datetimepicker-widget .datepicker>div {
    display: none
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th {
    text-align: center;
    width: 20px;
    height: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.bootstrap-datetimepicker-widget th {
    height: 30px;
}
.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget td.new,.bootstrap-datetimepicker-widget td.old {
    color: #999
}

.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.bootstrap-datetimepicker-widget td.active.active,.bootstrap-datetimepicker-widget td.active.disabled,.bootstrap-datetimepicker-widget td.active:active,.bootstrap-datetimepicker-widget td.active:hover,.bootstrap-datetimepicker-widget td.active:hover.active,.bootstrap-datetimepicker-widget td.active:hover.disabled,.bootstrap-datetimepicker-widget td.active:hover:active,.bootstrap-datetimepicker-widget td.active:hover:hover,.bootstrap-datetimepicker-widget td.active:hover[disabled],.bootstrap-datetimepicker-widget td.active[disabled] {
    color: #fff;
    background-color: #04c
}

.bootstrap-datetimepicker-widget td.active.active,.bootstrap-datetimepicker-widget td.active:active,.bootstrap-datetimepicker-widget td.active:hover.active,.bootstrap-datetimepicker-widget td.active:hover:active {
    background-color: #039\9
}

.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover {
    background: 0;
    color: #999;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.bootstrap-datetimepicker-widget td span.active.active,.bootstrap-datetimepicker-widget td span.active.disabled,.bootstrap-datetimepicker-widget td span.active:active,.bootstrap-datetimepicker-widget td span.active:hover,.bootstrap-datetimepicker-widget td span.active[disabled] {
    color: #fff;
    background-color: #04c
}

.bootstrap-datetimepicker-widget td span.active.active,.bootstrap-datetimepicker-widget td span.active:active {
    background-color: #039\9
}

.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover,.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover {
    background: 0;
    color: #999;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget td span.old {
    color: #999
}

.bootstrap-datetimepicker-widget th.switch {
    width: 145px
}

.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev {
    font-size: 21px
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eee
}

.input-append.date .add-on i,.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget {
    display: none;
    background: #FFF;
    box-shadow: 0 0 10px -1px;
    z-index: 999999
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 999999!important
}

.bootstrap-datetimepicker-widget li.picker-switch.accordion-toggle {
    background: #0061CC;
    padding: 5px 0;
    border-radius: 5px
}

.bootstrap-datetimepicker-widget li.picker-switch.accordion-toggle i {
    color: #fff
}

.bootstrap-datetimepicker-widget li.picker-switch.accordion-toggle:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget li.picker-switch.accordion-toggle:hover i {
    color: #0061CC
}

.elm-datetime .add-on {
    font-size: 18px;
    line-height: 1em;
    border: 1px solid #AFAFAF;
    border-radius: 0 5px 5px 0;
    background: #E6E6E6;
    margin-left: -1px;
    margin-top: 1px;
    display: inline-block;
    padding: 7px;
    position: relative;
    top: 0px;
    cursor: pointer
}

.elm-datetime input.wpb_vc_param_value.datetime.datetimepicker:read-only {
    border: 1px solid #AFAFAF
}

.bootstrap-datetimepicker-widget a {
    font-size: 1.5em
}

.bootstrap-datetimepicker-widget .collapse.in {
    height: auto
}

.bootstrap-datetimepicker-widget .collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 0;
    background: #F4F2EC;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #f4f2f2;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 28px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #0073AE;
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {

}

.chosen-container-active.chosen-with-drop .chosen-single {

}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {

}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==') no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 5px 5px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 5px;
}

/* @end */
/* @group Retina compatibility */

/* @end */
.la-framework {
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
}
.la-framework label {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.la-framework .la-settings-error {
    margin: 0 0 15px 0;
}
.la-framework .la-header {
    position: relative;
    background-color: #fff;
    padding: 25px;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 0 0;
    text-align: center;
}
.la-framework .la-header h1 {
    float: left;
    font-size: 1.5em;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.la-framework .la-header h1 small {
    font-size: 11px;
    color: #555;
    font-weight: 500;
}
.la-framework .la-header fieldset {
    float: right;
}
.la-framework .la-header fieldset input {
    margin: 0 2px;
    line-height: 26px;
}
.la-framework .la-body {
    position: relative;
    background-color: #fff;
}
.la-framework .la-nav {
    display: block;
    position: relative;
    z-index: 10;
    float: left;
    width: 225px;
    background: #23282d;
    padding-bottom: 100px;
}
.la-framework .la-nav ul {
    clear: left;
    margin: 0;
    list-style-type: none;
}
.la-framework .la-nav ul li {
    margin-bottom: 0;
}
.la-framework .la-nav ul li a {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 15px 10px 15px 10px;
    text-decoration: none;
    color: #eee;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.la-framework .la-nav ul li a:hover {
    color: #1085bd;
    background: #191e23;
}
.la-framework .la-nav ul li a:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.la-framework .la-nav ul li .la-section-active {
    color: #fff;
    background-color: #0073aa;
}
.la-framework .la-nav ul li .la-section-active:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-right-color: #fff;
    border-width: 4px;
    margin-top: -4px;
}
.la-framework .la-nav ul li .la-arrow:after {
    content: "\f054";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 9px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}
.la-framework .la-nav ul li.la-tab-active .la-arrow:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.la-framework .la-nav ul ul {
    display: none;
    position: relative;
    padding-bottom: 10px;
}
.la-framework .la-nav ul ul li a {
    font-size: 13px;
    padding: 10px 10px 10px 45px;
}
.la-framework .la-nav ul ul li a .la-tab-icon {
    position: absolute;
    left: 20px;
    top: 14px;
    font-size: 11px;
}
.la-framework .la-nav ul ul li .la-section-active {
    background-color: #000;
    color: rgb(76, 189, 243);
    font-weight: bold;
}
.la-framework .la-nav ul ul li:last-child a {
    border-bottom: 0;
}

.la-framework .la-nav .la-tab-icon {
    width: 20px;
    margin-right: 5px;
    font-size: 14px;
    text-align: center;
}
.la-framework .la-nav .la-seperator {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 15px 15px 15px;
    border-bottom: 1px dashed #2f2f2f;
}
.la-framework .la-nav-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 225px;
    background-color: #23282d;
}
.la-framework .la-content {
    position: relative;
    margin-left: 225px;
}
.la-framework .la-content .la-sections {
    float: left;
    width: 100%;
}
.la-framework .la-content .la-section-title {
    display: none;
    padding: 20px 30px;
    background-color: #0073AE;
}
.la-framework .la-content .la-section-title h3 {
    color: #fff;
    margin: 0;
    padding: 0 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.la-framework .la-body:not(.la-show-all) .la-section-title {
    display: block;
    background: none;
    border-top: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
}
.la-framework .la-body:not(.la-show-all) .la-section-title h3 {
    color: inherit;
    background: #f4f2f2;
    padding: 15px !important;
    text-transform: none;
}

.la-framework .la-content .la-section {
    display: none;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.la-framework .la-footer {
    padding: 20px;
    color: #ccc;
    text-align: right;
    font-size: 12px;
    background-color: #23282d;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0;
    border-radius: 0 0 2px 2px;
}

.la-framework .la-footer a{
    text-decoration: none;
    color: inherit;
}

.la-framework .la-show-all .la-nav-background,
.la-framework .la-show-all .la-nav {
    display: none;
}
.la-framework .la-show-all .la-content {
    margin-left: 0;
}
.la-framework .la-show-all .la-section-title,
.la-framework .la-show-all .la-section {
    display: block !important;
}
.la-framework .la-expand-all {
    position: absolute;
    right: 40px;
    bottom: 5px;
    z-index: 1;
    color: #555;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
}
.la-framework .la-expand-all:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.la-metabox-framework {
    margin: -6px -12px -12px -12px;
}
.la-metabox-framework .la-content .la-section-title {
    padding: 20px;
}

.la-element {
    position: relative;
    padding: 20px 30px;
    border-top: 1px solid #eee;
}
.la-element.hidden{
    display: none !important;
}
.la-element p:last-child {
    margin-bottom: 0 !important;
}
.la-element:after, .la-element:before {
    content: " ";
    display: table;
}
.la-element:after {
    clear: both;
}
.la-element h4 {
    margin-top: 0;
}
.la-element .la-title {
    position: relative;
    width: 35%;
    float: left;
}
.la-element .la-title h4 {
    margin: 0;
    color: #23282d;
}
.la-element .la-fieldset {
    margin-left: 40%;
}
.la-element pre {
    clear: both;
    color: #ccc;
    background-color: #222;
    padding: 15px;
    overflow: auto;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.la-element pre strong {
    color: #ffbc00;
}

.la-pseudo-field {
    padding: 0 5px 0 0 !important;
    border: 0;
    display: inline-block;
}

.la-field-text input {
    width: 340px;
    max-width: 100%;
    padding: 5px;
    background: #f4f2f2;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: none;
    height: 28px;
}

.la-field-textarea textarea {
    width: 100%;
    max-width: 100%;
    min-height: 125px;
}
.la-field-textarea .la-shortcode {
    margin-bottom: 10px;
}

.la-field-wysiwyg textarea {
    width: 100%;
    max-width: 100%;
    min-height: 125px;
}
.la-field-wysiwyg .wp-editor-container {
    clear: none;
}

.la-field-number input {
    width: 70px;
}
.la-field-number em {
    margin-left: 5px;
    color: #bbb;
}

.la-field-select select {
    font-size: 13px;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #f4f2f2;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 30px;
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    padding: 5px 20px 5px 5px;
    line-height: 18px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-position: right -13px center;
    background-repeat: no-repeat;
    -webkit-background-size: 8px 7px;
    background-size: 8px 7px;
}

.la-field-select:not(.la-pseudo-field) select {
    min-width: 150px;
}

.la-field-typography select,
.la-field-typography .chosen-container {
    margin-right: 5px;
}
.la-field-typography .la-typo-variant {
    min-width: 90px;
}

.la-field-checkbox ul,
.la-field-radio ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-y: auto;
    max-height: 305px;
}
.la-field-checkbox .horizontal li,
.la-field-radio .horizontal li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}
.la-field-checkbox input[type="radio"]:checked:before,
.la-field-radio input[type="radio"]:checked:before {
    line-height: 10px;
}

.la-field-switcher label {
    display: block;
    float: left;
    cursor: pointer;
    position: relative;
    width: 62px;
    height: 26px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.la-field-switcher label span {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.la-field-switcher label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.la-field-switcher label input:checked ~ em {
    background: #0073AE;
}
.la-field-switcher label input:checked ~ em:before {
    opacity: 0;
}
.la-field-switcher label input:checked ~ em:after {
    opacity: 1;
}
.la-field-switcher label input:checked ~ span {
    left: 40px;
}
.la-field-switcher label em {
    position: relative;
    display: block;
    height: inherit;
    font-size: 11px;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    background-color: #ed6f6f;
    -moz-transition: background 0.15s ease-out;
    -o-transition: background 0.15s ease-out;
    -webkit-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.la-field-switcher label em:before, .la-field-switcher label em:after {
    position: absolute;
    -moz-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
.la-field-switcher label em:before {
    content: attr(data-off);
    right: 14px;
}
.la-field-switcher label em:after {
    content: attr(data-on);
    left: 14px;
    opacity: 0;
}
.la-field-switcher .la-text-desc {
    float: left;
    margin-left: 5px;
    margin-top: 0;
    padding-top: 4px;
}
.la-field-switcher h4 + .la-text-desc{
    margin-left: 0;
}

.la-field-image_select label {
    display: inline-block;
    margin: 5px;
    position: relative;
}
.la-field-image_select label img {
    max-width: 100%;
    vertical-align: bottom;
    background-color: #fff;
    border: 2px solid #eee;
    opacity: 0.75;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.la-field-image_select label .la-tab-icon{
    position: absolute;
    left: -7px;
    background: #0073AE;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-weight: normal;
    top: -5px;
    box-shadow: 0 0 5px 1px rgba(23, 74, 185, 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(23, 74, 185, 0.25);
    -o-box-shadow: 0 0 5px 1px rgba(23, 74, 185, 0.25);
    display: none;
}

.la-field-image_select input {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    opacity: 0;
    position: absolute;
    z-index: 2;
}
.la-field-image_select input:checked ~ img {
    border-color: #0073AE;
    opacity: 1;
}
.la-field-image_select input:checked ~ .la-tab-icon{
    display: block;
}
.la-field-upload input {
    width: 320px;
    max-width: 100%;
    padding: 5px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #f4f2f2;
    height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.la-field-background .la-field-color_picker {
    position: relative;
}

.la-field-color_picker .la-alpha-wrap {
    display: none;
    position: relative;
    top: -1px;
    width: 235px;
    padding: 9px 10px;
    border: 1px solid #dfdfdf;
    border-top: none;
    background-color: #fff;
}
.la-field-color_picker .la-alpha-slider {
    position: absolute;
    width: 190px;
    margin-left: 2px;
    height: 18px;
}
.la-field-color_picker .la-alpha-slider .ui-slider-handle {
    position: absolute;
    top: -3px;
    bottom: -3px;
    z-index: 5;
    border-color: #aaa;
    border-style: solid;
    border-width: 4px 3px;
    width: 10px;
    height: 16px;
    margin: 0 -5px;
    background: none;
    cursor: ew-resize;
    opacity: 0.9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.la-field-color_picker .la-alpha-slider .ui-slider-handle:before {
    content: " ";
    position: absolute;
    left: -2px;
    right: -2px;
    top: -3px;
    bottom: -3px;
    border: 2px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.la-field-color_picker .la-alpha-slider-offset {
    height: 18px;
    width: 200px;
    background: url(../images/checkerboard.png) repeat-y center left scroll #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.la-field-color_picker .la-alpha-text {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 30px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #999;
}
.la-field-color_picker .wp-picker-container:not(.wp-picker-active) .iris-picker {
    display: none !important;
}
.la-field-backup{
    padding-left: 0;
    padding-right: 0;
}
.la-field-backup textarea {
    width: 100%;
    min-height: 200px;
    margin-bottom: 5px;
}
.la-field-backup textarea[name="_nonce"]{
    background: #f4f2f2;
}
.la-field-backup small {
    display: inline-block;
    margin: 5px;
}
.la-field-backup hr {
    margin: 30px 0;
}

.la-field-fieldset .la-inner {
    border: 1px solid #eee;
    background-color: #fff;
}
.la-field-fieldset .la-element {
    padding: 20px;
}

.la-field-group .la-element {
    padding: 20px;
}
.la-field-group .la-group {
    display: none;
    position: relative;
    margin-bottom: 5px;
}
.la-field-group .la-group h4 {
    font-size: 1em;
}
.la-field-group .la-group-content {
    border: 1px solid #e5e5e5;
    background: #fff;
}
.la-field-group .la-group-title {
    border: 1px solid #e5e5e5;
    background: #fafafa;
    -moz-transition: border-color 0.15s;
    -o-transition: border-color 0.15s;
    -webkit-transition: border-color 0.15s;
    transition: border-color 0.15s;
}
.la-field-group .la-group-title:active, .la-field-group .la-group-title:hover, .la-field-group .la-group-title:focus {
    border: 1px solid #bbb;
    background: #fafafa;
    outline: none;
}
.la-field-group .la-group-title {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 15px;
    min-height: 0;
    font-size: 100%;
}

.la-field-group .la-element.la-remove {
    display: none;
}
.la_group__notice .la-danger {
    padding: 10px;
    margin-bottom: 5px;
}
.la-group .la_group__actions {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
    padding: 15px;
}
.la-group .la_group__action {
    display: block;
    width: 20px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
    line-height: inherit;
    position: relative;
    float: left;
}
.la-group .la_group__action:hover {
    color: #e35950;
}
.la-group .la_group__action-clone:hover {
    color: #0085ba;
}

.la-field-group .la-group-content {
    padding: 0;
    border-top: 0;
}
.la-field-group .widget-placeholder {
    margin-bottom: 8px;
}
.la-field-group .ui-accordion .la-group {
    display: block;
}
.la-field-group .ui-accordion-icons {
    padding-left: 30px;
}
.la-field-group .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -10px;
    text-indent: 0;
    color: #bbb;
}
.la-field-group .ui-sortable-helper .la-group-content {
    display: none !important;
}

.la-help {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    font-size: 14px;
    color: #aaa;
}

.la-field-heading {
    font-size: 1.3em;
    font-weight: bold;
    color: #23282d;
    background-color: #f5f5f5 !important;
    padding: 15px 30px;
}

.la-field-subheading {
    font-size: 14px;
    font-weight: bold;
    padding-top: 17px;
    padding-bottom: 17px;
    color: #23282d;
    background-color: #f7f7f7 !important;
}

.la-field-notice {
    padding: 0 !important;
    border: 0 !important;
}
.la-field-notice + .la-element {
    border-top: 0;
}
.la-field-notice .la-notice {
    font-size: 12px;
    padding: 17px 30px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.la-field-notice .la-success {
    color: #3c763d;
    border-color: #d6e9c6;
    background-color: #dff0d8;
}
.la-field-notice .la-info {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7;
}
.la-field-notice .la-warning {
    color: #8a6d3b;
    border-color: #faebcc;
    background-color: #fcf8e3;
}
.la-field-notice .la-danger {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede;
}

.la-field-icon input {
    display: none;
}
.la-field-icon .button {
    margin-right: 5px;
}
.la-field-icon .la-icon-preview i {
    display: inline-block;
    font-size: 14px;
    width: 30px;
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    text-align: center;
    vertical-align: top;
    color: #555;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.la-field-image input {
    display: none;
}
.la-field-image .la-preview {
    display: inline-block;
    position: relative;
    padding: 4px;
    min-width: 44px;
    min-height: 22px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.la-field-image .la-preview img {
    max-height: 90px;
    display: inline-block;
    vertical-align: middle;
}
.la-field-image .la-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #e14d43;
    opacity: 0.8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.la-field-image .la-remove:hover {
    opacity: 1;
}

.la-field-gallery input {
    display: none;
}
.la-field-gallery ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.la-field-gallery ul li {
    display: inline-block;
    position: relative;
    padding: 4px;
    margin: 0 5px 10px 0;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.la-field-gallery ul li img {
    max-height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.la-field-gallery .button {
    margin-right: 5px;
    margin-bottom: 5px;
}

.la-field-sorter .ui-sortable-placeholder {
    height: 20px;
    border: 1px dashed #f1c40f;
    background-color: #fffae4;
}
.la-field-sorter .la-modules {
    float: left;
    width: 50%;
}
.la-field-sorter .la-enabled {
    margin-right: 15px;
}
.la-field-sorter .la-disabled,
.la-field-sorter .la-enabled {
    padding: 5px 15px;
    border: 1px dashed #ddd;
    background-color: #fff;
}
.la-field-sorter .la-disabled li {
    -moz-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    opacity: 0.5;
}
.la-field-sorter .la-disabled .ui-sortable-helper {
    opacity: 1;
}
.la-field-sorter h3 {
    font-size: 14px;
    margin: 0 0 15px 0;
}
.la-field-sorter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: 62px;
}
.la-field-sorter ul li {
    margin: 10px 0;
    padding: 10px 15px;
    cursor: move;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    -moz-transition: border-color 0.15s;
    -o-transition: border-color 0.15s;
    -webkit-transition: border-color 0.15s;
    transition: border-color 0.15s;
}
.la-field-sorter ul li:hover {
    border-color: #bbb;
}

.la-taxonomy .la-content-taxonomy >  h2 {
    font-size: 14px;
    padding: 10px 12px;
    margin: 0;
    line-height: 1.4;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.la-framework.la-metabox-framework.la-taxonomy-edit-fields .la-nav-background,
.la-framework.la-metabox-framework.la-taxonomy-edit-fields .la-nav {
    width: 230px;
}
.la-framework.la-metabox-framework.la-taxonomy-edit-fields .la-content{
    margin-left: 230px;
}

.la-framework.la-metabox-framework.la-taxonomy-add-fields .la-nav-background,
.la-framework.la-metabox-framework.la-taxonomy-add-fields .la-nav {
    width: 140px;
}
.la-framework.la-metabox-framework.la-taxonomy-add-fields .la-content{
    margin-left: 140px;
}

.la-framework.la-metabox-framework.la-taxonomy-edit-fields .la-content .la-section {
    margin-left: 0;
}

.la-framework.la-taxonomy-add-fields {
    margin: 0 0 20px;
}
.la-framework.la-taxonomy-add-fields .la-element {
    padding: 10px;
}
.la-framework.la-taxonomy-add-fields .la-element .la-pseudo-field label{
    vertical-align: top;
}
.la-framework.la-taxonomy-add-fields .la-element .la-title {
    width: 100%;
    margin-bottom: 10px;
}
.la-framework.la-taxonomy-add-fields .la-element .la-title .la-text-desc{
    font-size: 12px;
}

.la-framework.la-taxonomy-add-fields .la-element .la-fieldset {
    margin-left: 0;
    clear: both;
}
.la-framework.la-taxonomy-add-fields  .la-field-text input {
    width: 240px;
}
.la-framework.la-taxonomy-add-fields .la-autocomplete > input{
    width: 240px;
}
.la-framework.la-taxonomy-add-fields .la-field-select select.chosen{
    min-width: 240px;
    width: 240px;
}
.la-framework.la-taxonomy-add-fields .la-field-spacing .la-element > input{
    width: 50px;
}

.la-warning-primary {
    color: #fff !important;
    border-color: #d02c21 #ba281e #ba281e !important;
    background: #e14d43 !important;
    -moz-box-shadow: 0 1px 0 #ba281e !important;
    -webkit-box-shadow: 0 1px 0 #ba281e !important;
    box-shadow: 0 1px 0 #ba281e !important;
    text-shadow: 0 -1px 1px #ba281e, 1px 0 1px #ba281e, 0 1px 1px #ba281e, -1px 0 1px !important;
    text-shadow: 0 -1px 1px #ba281e, 1px 0 1px #ba281e, 0 1px 1px #ba281e, -1px 0 1px #ba281e !important;
}
.la-warning-primary:hover, .la-warning-primary:focus {
    border-color: #ba281e !important;
    background: #e35950 !important;
    -moz-box-shadow: 0 1px 0 #ba281e !important;
    -webkit-box-shadow: 0 1px 0 #ba281e !important;
    box-shadow: 0 1px 0 #ba281e !important;
}
.la-warning-primary:active {
    border-color: #ba281e !important;
    background: #d02c21 !important;
    -moz-box-shadow: inset 0 2px 0 #ba281e !important;
    -webkit-box-shadow: inset 0 2px 0 #ba281e !important;
    box-shadow: inset 0 2px 0 #ba281e !important;
}

.la-text-desc {
    font-style: italic;
    font-weight: 400;
    margin-top: 10px;
    color: #999;
}

.la-text-success {
    color: #2b542c;
}

.la-text-info {
    color: #31708f;
}

.la-text-warning {
    color: #d02c21;
}

.la-text-muted {
    color: #aaa;
}

.la-text-left {
    text-align: left;
}

.la-text-center {
    text-align: center;
}

.la-text-right {
    text-align: right;
}

.la-block-left {
    float: left;
}

.la-block-right {
    float: right;
}

.la-text-highlight {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.la-text-highlight-gray {
    padding: 2px 4px;
    font-size: 90%;
    background-color: #f0f0f0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#la-save-ajax {
    display: none;
    position: relative;
    top: 4px;
    right: 5px;
    font-size: 12px;
    padding: 3px 8px;
    color: #fff;
    background-color: #27ae60;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.la-tooltip {
    position: absolute;
    z-index: 1000106;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.la-tooltip.in {
    opacity: 1;
}

.la-tooltip-inner {
    max-width: 200px;
    padding: 6px 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.la-dialog {
    display: none;
    padding: 0;
}
.la-dialog .la-dialog-header {
    width: 100%;
    padding: 16px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
}
.la-dialog .la-dialog-header select,
.la-dialog .la-dialog-header .chosen-container {
    display: block;
    margin: 0 auto;
    width: 250px !important;
}
.la-dialog .la-element {
    padding: 15px 30px 15px 15px;
}
.la-dialog .la-insert-button {
    text-align: center;
    width: 100%;
    padding: 16px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
}
.la-dialog .la-dialog-load {
    min-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}
.la-dialog .la-clone-button {
    margin: 10px 0;
    text-align: center;
}
.la-dialog .la-shortcode-clone {
    position: relative;
    border-top: 1px dashed #5cb85c;
}
.la-dialog .la-shortcode-clone .la-remove-clone {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    padding: 5px;
    color: #ed6f6f;
    font-size: 14px;
}
.la-dialog .la-shortcode-clone .la-remove-clone:hover {
    text-decoration: none;
    color: #e74242;
}
.la-dialog a:active, .la-dialog a:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.la-dialog h4 {
    font-size: 13px;
}
.la-dialog h4 small {
    font-style: italic;
    font-weight: 400;
    color: #aaa;
}

#la-icon-dialog .la-icon-search {
    width: 250px;
    height: 40px;
    line-height: 40px;
}
#la-icon-dialog a {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
#la-icon-dialog a .la-icon--selector {
    position: relative;
    padding: 5px;
    display: inline-block;
    font-size: 14px;
    width: 30px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    vertical-align: top;
    color: #555;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
#la-icon-dialog a:hover .la-icon--selector {
    color: #fff;
    border-color: #222;
    background-color: #222;
}
#la-icon-dialog .la-icon-loading {
    color: #999;
    text-align: center;
    margin-top: 10px;
}
#la-icon-dialog .la-icon-title {
    padding: 15px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
#la-icon-dialog .la-icon-title:first-child {
    margin-top: 0;
    border-top: 0;
}

.la-shortcode-scrolling,
.la-icon-scrolling {
    overflow: hidden;
    height: 100%;
}
.la-shortcode-scrolling .wp-full-overlay,
.la-icon-scrolling .wp-full-overlay {
    z-index: 1;
}

#side-sortables .la-content .la-section-title {
    padding: 12px;
}
#side-sortables .la-element {
    padding: 12px;
}
#side-sortables .la-element .la-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
#side-sortables .la-element .la-fieldset {
    margin-left: 0;
}
#side-sortables .la-field-upload input {
    width: 185px;
}
#side-sortables .la-field-notice .la-notice {
    padding: 12px;
}

.widget-content .la-element {
    position: relative;
    top: -1px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 12px 15px;
}
.widget-content .la-element:last-child {
    margin-bottom: 15px;
}
.widget-content .la-element .la-title {
    float: none;
    width: 100%;
    margin-bottom: 5px;
}
.widget-content .la-element .la-fieldset {
    margin-left: 0;
}
.widget-content .la-field-text input {
    width: 100%;
}
.widget-content .la-field-upload input {
    width: 330px;
}
.widget-content .la-field-notice .la-notice {
    padding: 15px;
}

#customize-controls .chosen-container{
    max-width: 100%;
}

#customize-controls .customize-control-la_field {
    position: relative;
    top: -10px;
    margin-bottom: 0;
}
#customize-controls .customize-control-la_field .chosen-container.chosen-with-drop .chosen-drop {
    position: relative;
}
#customize-controls .la-element {
    margin-right: -15px;
    margin-left: -15px;
    padding: 12px 15px;
}
#customize-controls .la-field-group .la-element {
    margin-left: 0;
    margin-right: 0;
}
#customize-controls .la-field-background .la-field-color_picker{
    top: 0;
}
#customize-controls .la-field-column_responsive .la-element.la-pseudo-field {
    padding: 0 !important;
    margin-right: 8px;
}
#customize-controls .la-field-column_responsive .la-pseudo-field select {
    width: 40px;
}
#customize-controls .la-element.la-pseudo-field {
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
    padding: 5px 5px 0 0 !important;
}

#customize-controls .la-element.la-pseudo-field select {
    margin: 0;
}

#customize-controls .la-element .la-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
#customize-controls .la-element .la-title h4 {
    font-size: 14px;
    font-weight: 600;
    color: inherit;
}
#customize-controls .la-element .la-fieldset {
    margin-left: 0;
}
#customize-controls .widget-content .la-element {
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px 12px;
}
#customize-controls .la-field-select select {
    width: 100%;
}
#customize-controls .la-field-upload input {
    width: 175px;
    margin-right: 5px;
}
#customize-controls .la-field-heading {
    color: inherit;
    font-size: 14px;
    line-height: 1em;
}
#customize-controls .la-field-subheading {
    color: inherit;
    font-size: 11px;
}
#customize-controls .la-text-desc {
    margin-top: 4px;
    font-size: 12px;
}
#customize-controls .la-field-content,
#customize-controls .la-field-notice .la-notice {
    padding: 15px;
}
#customize-controls .la-field-switcher label {
    clear: both;
    margin-top: 10px;
}

.la-autocomplete {position: relative}
.la-autocomplete > input {
    width: 340px;
    max-width: 100%;
    padding: 5px;
    background: #f4f2f2;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: none;
    height: 28px;
}
.la-autocomplete > i {position: absolute;top: 8px;margin-left: -24px}
.la-autocomplete .ajax_items {background: #f9f9f9;border: 1px solid #e6e6e6;position: absolute;z-index: 9}
.la-autocomplete .ajax_items div {cursor: pointer;line-height: 22px;padding: 4px 10px;border-bottom: 1px dotted #d8d8d8}
.la-autocomplete .ajax_items b {line-height: 22px;padding: 4px 10px;border-bottom: 1px dotted #d8d8d8}
.la-autocomplete .ajax_items div:hover {background: #fff}
.la-autocomplete .selected_items {margin: 10px 0 0}
.la-autocomplete .selected_items div {position: relative;display: inline-block;margin: 0 4px 4px 0}
.la-autocomplete .selected_items input {display: none;}
.la-autocomplete .selected_items span {display: block;padding: 6px 10px;background: #0073AE;border-radius: 4px;
    color: #fff;}
.la-autocomplete .selected_items i {cursor: pointer;margin: 0 0 0 10px}

.la-parent-fields .la-element + .la-element{
    border: none;
}
.la-field-spacing .la-element > label > i{
    background: #ddd;
    padding: 6px 6px 7px;
    width: 15px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ddd;
}
.la-field-spacing .la-element > input{
    margin: 0;
    width: 50px;
    height: 28px;
    vertical-align: middle;
}

.la-field-responsive .la-pseudo-field,
.la-field-column_responsive .la-pseudo-field {
    padding: 0 !important;
    width: 70px;
    background-color: #f5f5f5;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd !important;
}
.la-field-responsive .la-pseudo-field {
    width: 80px;
}
.la-field-responsive .la-pseudo-field label,
.la-field-column_responsive .la-pseudo-field label {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    padding: 0;
    vertical-align: top;
}
.la-field-responsive .la-pseudo-field label .dashicons,
.la-field-column_responsive .la-pseudo-field label .dashicons {
    line-height: inherit;
    width: 100%;
    height: 100%;
}
.la-field-column_responsive .la-pseudo-field select{
    border: none;
    width: 40px;
    margin: 0;
    padding: 5px 15px 5px 5px;
    background-position: right -10px center;
}
.la-field-responsive .la-pseudo-field input {
    width: 50px;
    border: none;
    margin: 0;
    height: 30px;
    background-color: #fff;
}
.la-framework .la-active-search.la-show-all .la-section-title{
    display: none !important;
}
.la-active-search .la-element-no-title:not(.la-pseudo-field) {
    display: none;
}

.la-field-code_editor.la-element .la-title,
.la-field-ace_editor.la-element .la-title {
    width: 100%;
    margin-bottom: 1.3em;
}

.la-field-code_editor.la-element .la-fieldset,
.la-field-ace_editor.la-element .la-fieldset {
    margin-left: 0;
}
input#la_searchbox {
    background: #f4f2f2;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    color: #000;
}

.la-field-code_editor.la-element .la-fieldset {
    float: left;
    width: 100%;
}

.la-framework .la-nav ul li.la-tab-active {

}
.la-framework .la-nav ul li.la-tab-active > a{
    background: #0073AE;
    color: #fff;
}
.la-show-all .la-section-title + .la-field-heading {
    display: none;
}
.la-element .wp-picker-container .wp-color-result {
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.la-field-slider input {
    display: inline-block;
    width: 60px;
    padding: 5px;
    margin: 0;
    text-align: center;
    border: none;
    background: #f4f2f2;
    outline: none;
}
.la-slider {
    display: inline-block;
    margin: 0 0 0 8%;
    width: 64%;
    vertical-align: super;
}
.la-field-slider .ui-slider {
    position: relative;
    width: 100%;
    height: 2px;
    background: #E8E8E8;
}
.la-field-slider .ui-slider-range {
    background: #111;
    height: 2px;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
    position: absolute;
    left: 0;
    top: 0;
}
.la-field-slider .ui-slider-handle {
    height: 10px;
    width: 10px;
    background: #111;
    position: absolute;
    top: -4px;
    border-radius: 100%;
    transition: transform .3s ease, left .3s ease;
    -webkit-transition: transform .3s ease, left .3s ease;
}
.la-field-slider .ui-slider-handle.ui-state-focus{
    cursor: ew-resize;
    transform: scale(2);
    -webkit-transform: scale(2);
}
@media only screen and (max-width: 1200px) {
    .la-metabox-framework .la-element .la-title {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .la-metabox-framework .la-element .la-fieldset {
        margin-left: 0;
    }
}
@media only screen and (max-width: 782px) {
    .la-framework .la-header {
        text-align: center;
    }
    .la-framework .la-header h1 {
        width: 100%;
        margin-bottom: 10px;
    }
    .la-framework .la-header fieldset {
        float: none;
    }
    .la-framework .la-expand-all,
    .la-framework .la-nav-background,
    .la-framework .la-nav {
        display: none;
    }
    .la-framework .la-content {
        margin-left: 0;
    }
    .la-framework .la-section-title,
    .la-framework .la-section {
        display: block !important;
    }
    .la-framework .la-element .la-title {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .la-framework .la-element .la-fieldset {
        margin-left: 0;
    }
}
.la-framework .la-header.la-sticky-header{
    position: fixed;
    margin-top: 0;
    top: 32px;
    z-index: 99;
    box-sizing  : border-box;
}


td.la_swatches img{
    width: 40px;
    height: 40px;
    margin: 0;
}
td.la_swatches span{
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #888;
    border-radius: 2px;
}

.tab_la_swatches .options_group.la-content {
    padding: 10px;
}
.tab_la_swatches .fields{
    float: left;
    width: 100%;
}
.tab_la_swatches .fields .fields_header{
    float: left;
    width: 100%;
}
.tab_la_swatches .attribute_swatch_type,
.tab_la_swatches .attribute_swatch_label{
    width: 50%;
}
.tab_la_swatches .la-element {
    padding: 8px;
    background: none;
}
.tab_la_swatches .fields .field {
    background: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e1e1e1;
}
.tab_la_swatches .fields .field table{
    margin: 0;
    border: 0;
    background: transparent;
}
.tab_la_swatches .la_swatch_field_meta{
    cursor: pointer;
}
.tab_la_swatches .la_swatch_field_meta.open-form{
    background: #6e6e6e;
}
.tab_la_swatches .la_swatch_field_meta.open-form *{
    color: #fff;
}
.tab_la_swatches .la_swatch_field_meta.open-form + .la_swatch_field_form_mask{
    display: block;
}
.tab_la_swatches .la_swatch_field_form_mask{
    display: none;
}
.tab_la_swatches .fields .field .la-title {
    line-height: 28px;
    width: 200px;
}
.tab_la_swatches .fields .field .la-fieldset {
    margin-left: 200px;
}
.tab_la_swatches .fields .field .la-fieldset .la-inner{
    overflow: hidden;
}
.tab_la_swatches .fields .sub_field{
    border: none;
    background: #F9F9F9;
}
.tab_la_swatches .fields .fields {
    padding: 10px;
}
.tab_la_swatches .fields .sub_field .la_swatch_field_form_mask{
    background: #ffffff;
    border: 1px solid #e1e1e1;
}
.tab_la_swatches .fields .sub_field .la_swatch_field_meta{
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e1e1e1;
}
.tab_la_swatches .fields .sub_field:first-child .la_swatch_field_meta{
    border-top-width: 1px;
}
.tab_la_swatches .product_custom .fields_header{
    padding: 0 10px;
}
.tab_la_swatches .product_custom .attribute_swatch_preview{
    width: 20%;
    padding: 0;
}
.tab_la_swatches .product_custom .attribute_swatch_type{
    width: 40%;
}
.tab_la_swatches .product_custom .attribute_swatch_label{
    width: 40%;
}
.tab_la_swatches .fields .sub_field .la_swatch_field_meta.open-form{
    border: none;
}
.tab_la_swatches .product_custom .attribute_swatch_preview > span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 6px 10px 0;
    border: 1px solid #d8d3d3;
}
.tab_la_swatches .product_custom .attribute_swatch_preview span.attr-prev-type-color{

}
.tab_la_swatches .product_custom .attribute_swatch_preview span span{

}
.tab_la_swatches .product_custom .attribute_swatch_preview .attr-prev-type-image .la-remove{
    display: none;
}
.tab_la_swatches .product_custom .attribute_swatch_preview .attr-prev-type-image img{
    width: 100%;
    height: 100%;
}
.woocommerce ul.wc-tabs .tab_la_swatches{
    display: none;
}
.la_variation_thumb {
    display: block;
    clear: both;
    overflow: hidden;
}
.la_variation_thumbs {
    overflow: hidden;
    display: block;
    margin: 1em 0;
}
.la_variation_thumbs li {
    float: left;
    width: 64px;
    margin: 0 2px 4px;
    display: inline;
    position: relative;
}
.la_variation_thumbs li .delete {
    background: #fff;
    display: block;
    height: 64px;
    width: 64px;
    border: 1px solid #dfdfdf;
    cursor: move;
    position: relative;
}
.la_variation_thumbs li .delete span {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}
.la_variation_thumbs li .delete:before{
    content: '\f335';
    font-family: Dashicons;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    height: 40px;
    margin-top: -20px;
    display: none;
}
.la_variation_thumbs li .delete:hover:before{
    display: block;
    z-index: 2;
}
.la_variation_thumbs li .delete:hover span{
    opacity: 0.5;
}

.ui-state-highlight {
    display: block;
    height: 64px;
    width: 64px;
    background: #fff !important;
    border: none !important
}



#customize-theme-controls .accordion-section-content{
    background: #fff;
}

.la-framework.la-metabox-framework .la-body:not(.la-show-all) .la-section-title{
    display: none;
}
.la-framework.la-metabox-framework .la-body:not(.la-show-all) .la-section-title + .la-element{
    border-top: none;
}
.la-framework.la-metabox-framework .la-nav-background,
.la-framework.la-metabox-framework .la-nav {
    background: #f5f5f5;
    width: 17%;
}
.la-framework.la-metabox-framework .la-content{
    margin-left: 17%;
}
.la-framework.la-metabox-framework .la-nav ul li a {
    font-size: 13px;
    padding: 13px 5px;
    border-bottom: 1px solid #e6e6e6;
    color: #3a3939;
    background: transparent;
    border-right: 1px solid #e6e6e6;
}
.la-framework.la-metabox-framework .la-nav ul li .la-tab-icon{
    margin-right: 0;
    display: inline-block;
    position: relative;
    line-height: normal;
    top: 1px;
}
.la-framework.la-metabox-framework .la-nav ul li a:hover,
.la-framework.la-metabox-framework .la-nav ul li a.la-section-active{
    background: #fff;
    border-right: none;
}
.la-framework.la-metabox-framework .la-element{
    border-top-color: #f7f7f7;
}
.la-radio-style li {
    display: inline-block;
}
.la-radio-style li label{
    position: relative;
}
.la-radio-style input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.la-radio-style label span {
    background-color: #f4f2f2;
    border-color: rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-width: 1px 1px 1px 0;
    padding: 5px 10px;
    display: block;
    min-width: 25px;
    text-align: center;
    cursor: pointer;
}
.la-radio-style li:first-child label span{
    border-left-width: 1px;
}
.la-radio-style label input:checked + span{
    background-color: #0073AE;
    color: #fff;
}
.la-radio-style label input:checked[value="no"] + span,
.la-radio-style label input:checked[value="off"] + span {
    background-color: #333;
}

.la-element .wp-color-result {
    border: none;
    background: transparent;
    height: 30px;
    border-radius: 0;
    position: relative;
}
.la-element .wp-color-result:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    width: 28px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.la-element .wp-color-result .wp-color-result-text {
    background: #f4f2f2;
    border: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 28px;
    font-size: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.la-element .wp-picker-container .wp-color-picker {
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #f4f2f2;
}
.la-element .wp-picker-container .button {
    height: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 12px;
}
.la-element .wp-picker-container .button.wp-picker-default {
    background-color: #f4f2f2;
    border: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 28px;
}
.la-field-upload .button {
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #f4f2f2;
    height: 30px;
    margin: 0 0 0 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.la-field-upload + fieldset {
    margin-top: 5px;
}
.la-field-upload + fieldset .la-element {
    vertical-align: middle;
}


/*!
 * jQuery ClassyGradient
 * www.class.pm
 *
 * Written by Marius Stanciu - Sergiu <marius@class.pm>
 * Licensed under the MIT license www.class.pm/LICENSE-MIT
 * Version 1.1.0
 *
 */.ClassyGradient {
       margin-bottom: 18px
   }
.ClassyGradient .canvas {
    border: 1px solid #333
}
.ClassyGradient .info {
    display: none;
    margin-right: 20px;
    margin-top: 20px;
    position: absolute;
    z-index: 80
}
.ClassyGradient .info .arrow {
    top: -17px;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    margin-left: 20px;
    border-color: transparent transparent #000 transparent
}
.ClassyGradient .info .content {
    color: #fff;
    background-color: #000;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 12px;
    font-family: Verdana, Arial;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.ClassyGradient .points {
    position: absolute;
    z-index: 99;
    max-height: 20px;
    margin-top: 2px
}
.ClassyGradient .point {
    position: absolute;
    width: 8px;
    margin-left: -4px;
    height: 8px;
    top: 0;
    border: 1px solid #333;
    cursor: pointer
}
.ClassyGradient .point-position {
    position: relative;
    top: -12px;
    margin-left: 6px
}
.ClassyGradient .delete {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/close.png);
    position: relative;
    top: -9px;
    margin-left: 8px
}
.ClassyGradient .point-color {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/select.png)
}
.ClassyGradient .point-color div {
    position: relative;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: url(../images/select.png) center
}
/*Sid Custom*/
.grad_hold{
    width: 350px;
    height: 50px;
    margin: 5px 0 0 20px;
}
.grad_trgt{
    width: 550px;
    height: 150px;
}
.grad_type {
    margin-bottom:10px !important;
}
.vc_ug_control{
    /*margin-left: 20px;*/
}


/**
 *
 * Color picker
 * Author: Stefan Petre www.eyecon.ro
 * 
 * Dual licensed under the MIT and GPL licenses
 * 
 */
.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    background: url(../images/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}
.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}
.colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(../images/colorpicker_overlay.png);
}
.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(../images/colorpicker_select.gif);
    margin: -5px 0 0 -5px;
}
.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}
.colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(../images/colorpicker_indic.gif) left top;
    margin: -4px 0 0 0;
    left: 0px;
}
.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
}
.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
}
.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    outline:none;
    width: 29px;
}
.colorpicker_hex input {
    width:40px !important;
}
.colorpicker input:focus, .colorpicker input:active {
    outline:none;
    box-shadow:none;
    border: 1px solid transparent;
}
.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(../images/colorpicker_hex.png) top;
    left: 212px;
    top: 142px;
}
.colorpicker_hex input {
    right: 6px;
}
.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}
.colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize;
}
.colorpicker_rgb_r {
    background-image: url(../images/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
}
.colorpicker_rgb_g {
    background-image: url(../images/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
}
.colorpicker_rgb_b {
    background-image: url(../images/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
}
.colorpicker_hsb_h {
    background-image: url(../images/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
}
.colorpicker_hsb_s {
    background-image: url(../images/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
}
.colorpicker_hsb_b {
    background-image: url(../images/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
}
.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/colorpicker_submit.png) top;
    left: 322px;
    top: 142px;
    overflow: hidden;
}
.colorpicker_focus {
    background-position: center;
}
.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_slider {
    background-position: bottom;
}

.wpb_la_parallax_row.wpb_content_element .wpb_element_wrapper{
    padding: 5px 10px;
    line-height: 34px;
}

.la-vc-tooltip{
    position: absolute;
    content: '';
    color: #fff;
    top: -35px;
    left: 0px;
    text-shadow: none;
    white-space: nowrap;
    background: #444;
    padding: 3px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 5px;
    -moz-transition: visibility 0s linear .3s;
    font-size: 11px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.la-vc-tooltip:before{
    content: "";
    position: absolute;
    border-top: 5px solid #444444;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 10px;
}
.lastudio-responsive-wrapper,
.lastudio-responsive-wrapper * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lastudio-responsive-wrapper .lastudio-responsive-items .simplify {
    margin-right: 10px;
    margin-bottom: 7px;
    white-space: nowrap;
    float: left;
    display: inline-block;
    line-height: 23px;
    cursor: pointer;
    position: relative;
}
.lastudio-responsive-wrapper .lastudio-responsive-items .simplify:hover .la-vc-tooltip {
    opacity: 1;
    visibility: visible;
    top: -32px;
    left: -7px;
}
.lastudio-responsive-wrapper .lastudio-responsive-items .simplify .la-vc-tooltip {
    opacity: 0;
    visibility: hidden;
    top: -45px;
    left: -7px;
    background: #00aef0;
}
.lastudio-responsive-wrapper .lastudio-responsive-items .simplify .la-vc-tooltip:before {
    border-top-color: #00aef0;
}
.lastudio-responsive-wrapper .lastudio-responsive-items .simplify label {
    font-weight: 600;
}
.lastudio-responsive-wrapper .lastudio-responsive-items .simplify .simplify-icon {
    font-size: 20px;
    line-height: 27px;
}
.lastudio-responsive-wrapper .lastudio-responsive-items .la-responsive-item {
    position: relative;
    margin-right: 10px;
    white-space: nowrap;
    float: left;
    display: inline-block;
    margin-bottom: 6px;
}
.lastudio-responsive-wrapper .lastudio-responsive-items .la-responsive-item .la-vc-icon {
    width: 40px;
    display: inline-block;
    padding: 3px 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.lastudio-responsive-wrapper .lastudio-responsive-items .la-responsive-item .la-vc-icon i {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.lastudio-responsive-wrapper .lastudio-responsive-items .la-responsive-item .la-vc-icon:hover .la-vc-tooltip {
    opacity: 1;
    visibility: visible;
    top: -30px;
}
.lastudio-responsive-wrapper .lastudio-responsive-items .la-responsive-item .la-responsive-input {
    border-left: 0;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -4px;
    padding-top: 2px;
    padding-bottom: 5px;
    line-height: 20px;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    color: #333;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
    width: 45px;
    text-align: center;
    vertical-align: top;
}
.wpb_el_type_la_heading {
    background-color: #0473aa;
    color: #fff;
    padding: 10px 15px !important;
    margin-top: 15px;
}
.wpb_el_type_la_heading:first-child{
    margin-top: 0;
}
.wpb_el_type_la_heading .wpb_vc_param_value{
    margin: 0 !important;
}
.edit_form_line .la_number {
    height: auto;
}

.la-framework.la-metabox-framework .la-show-all .la-content {
    margin-left: 0;
}

.la-metabox-framework .la-show-all .la-content .la-section{
    margin-left: 0;
}

.la-metabox-framework .la-show-all .la-content .la-section-title{
    display: none !important;
}

.la-metabox-framework .la-field-select select.chosen {
    min-width: 250px;
}

.la-fieldset .wp-picker-container {
    position: relative;
}
.la-fieldset .wp-picker-container:before {
    content: "";
    width: 30px;
    height: 30px;
    top: 0;
    position: absolute;
    left: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==")
}
.la-field-heading.small-heading {
    font-size: 14px;
    padding: 10px;
}


.vc_element-icon.la_icon_boxes{
    background-image: url(../images/icon-la_icon_boxes.png);
}
.vc_element-icon.la_countdown{
    background-image: url(../images/icon-la_countdown.png);
}
.vc_element-icon.la_stats_counter{
    background-image: url(../images/icon-la_stats_counter.png);
}
.vc_element-icon.la_banner{
    background-image: url(../images/icon-la_banner.png);
}
.vc_element-icon.la_pricing_table{
    background-image: url(../images/icon-la_pricing_table.png);
}
.vc_element-icon.la_team_member{
    background-image: url(../images/icon-la_team_member.png);
}
.vc_element-icon.la_team_member{
    background-image: url(../images/icon-la_team_member.png);
}
.vc_element-icon.la_heading{
    /*background-image: url(../images/icon-la_heading.png);*/
    background-image: none;
    background-color: rgba(177, 177, 177, 0.13);
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.vc_element-icon.la_maps{
    background-image: url(../images/icon-la_maps.png);
}
.vc_element-icon.la_testimonial{
    background-image: url(../images/icon-la_testimonial.png);
}
.vc_element-icon.la_portfolio_masonry,
.vc_element-icon.la_show_portfolios{
    background-image: url(../images/icon-portfolio.png);
}
.vc_element-icon.la_parallax_row{
    background-image: url(../images/icon-la_parallax_row.png);
    background-size: cover;
}
.vc_element-icon.la_block{
    background-image: url(../images/icon-la_block.png);
}

.vc_element-icon.la_timeline{
.vc_element-icon.la_timeline_item,
background-image: url(../images/icon-la_timeline.png);
}

.vc_element-icon.la_carousel{
    background-image: url(../images/icon-la_carousel.png);
}
.vc_element-icon.la_divider{
    background-image: url(../images/icon-la_spacer.png);
}

.vc_element-icon.la_animation_block{
    background-image: url(../images/icon-la_animation_block.png);
}

.la-framework .la-field-fieldset.la-fieldset-toggle {
    padding: 10px;
}
.la-field-fieldset.la-fieldset-toggle > .la-title {
    width: 100%;
    padding: 10px 30px;
    background: #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-box-sizing: border-box;
}
.la-field-fieldset.la-fieldset-toggle > .la-fieldset {
    margin-left: 0;
    float: left;
    display: none;
}
.la-field-fieldset.la-fieldset-toggle > .la-title:before {
    content: "\e645";
    font-family: "icomoon";
    position: absolute;
    left: 10px;
    font-size: 20px;
}
.la-field-fieldset.la-fieldset-toggle > .la-title.active:before {
    content: "\e61a";
}
.la-field-fieldset.la-fieldset-toggle > .la-title.active {
    background-color: #0073AE;
    color: #fff;
}
.la-field-fieldset.la-fieldset-toggle > .la-title h4 {
    color: inherit;
}
.la-field-fieldset.la-fieldset-toggle > .la-title.active + .la-fieldset {
    display: block;
    width: 100%;
}
.la-field-fieldset.la-fieldset-toggle > .la-title.active + .la-fieldset .la-inner{
    border-color: #0073ae;
    border-width: 2px;
}
.la-field-fieldset.la-fieldset-toggle .la-element ~ .la-element[data-controller] {
    margin-left: 20px;
    border-left: 2px solid #0089bd;
    padding: 10px 20px;
}
.la-field-fieldset.la-fieldset-toggle .la-element:not([data-controller]) + .la-element[data-controller]{
    border-top: none;
}
.picker-dont-show-alpha .vc_alpha-container {
    display: none !important;
}

.la-field-typography .la-fieldset .fz-res-elem,
.la-framework .la-typography-variant,
.la-framework .la-typography-family {
    clear: both;
    float: left;
}
.la-field-typography .la-fieldset .la-parent-fields{
    float: left;
    max-width: 100%;
}

.la-field-typography .la-fieldset .fz-res-elem > label,
.la-field-typography .la-fieldset label > span {
    display: block;
    font-weight: 600;
    padding-bottom: 5px;
}

.la-field-typography .la-typography-family + .la-typography-variant{
    margin-top: 10px;
}
.la-field-typography .la-fieldset select{
    min-width: 280px;
}

.la-field-typography .la-fieldset .fz-res-elem{
    margin-top: 10px;
}
.fz-res-elem .fz-res-elem-wrap .la-element {
    display: inline-block;
    width: 80px;
}

.fz-res-elem .fz-res-elem-wrap .la-element .la-child-field{
    padding-left: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    width: 100%;
}
.fz-res-elem .fz-res-elem-wrap .la-element .la-tip {
    position: absolute;
    left: 1px;
    top: 1px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #f4f2f2;
    text-align: center;
    line-height: 30px;
}
.fz-res-elem .fz-res-elem-wrap .la-element .la-tip .dashicons {
    line-height: 30px;
    width: 30px;
    height: 30px;
}
#customize-controls .fz-res-elem-wrap .la-element.la-pseudo-field .la-tip {
    top: 6px;
    height: 28px;
}
#wp-admin-bar-la_bar span.ab-icon:before {
    content: "\f108";
    top: 2px;
}
@media screen and (max-width: 782px){
    #wp-admin-bar-la_bar span.ab-icon:before {
        top: 4px;
    }
}



ul.la-variation-product-gallery {
    float: left;
    width: 100%;
    margin: 0;
}
.la-variation-product-gallery-wap .la-add-gallery-product-variation {
    margin: 0;
    padding: 0;
}
.la-variation-product-gallery li.image {
    width: 80px;
    float: left;
    cursor: move;
    border: 1px solid #d5d5d5;
    margin: 9px 9px 0 0;
    background: #f7f7f7;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
}
.la-variation-product-gallery ul.actions {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 2px;
    display: none;
}
.la-variation-product-gallery li:hover ul.actions{
    display: block;
}
.la-variation-product-gallery ul.actions li {
    float: right;
    margin: 0 0 0 2px;
}
.la-variation-product-gallery ul.actions li a.delete {
    display: block;
    text-indent: -9999px;
    position: relative;
    height: 1em;
    width: 1em;
    font-size: 1.4em;
    overflow: hidden;
    margin: 0;
}
.la-variation-product-gallery ul.actions li a.delete:before{
    font-family: dashicons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "\f335";
    color: #fff;
    background: #000;
    border-radius: 50%;
}
.la-variation-product-gallery li.image img{
    width: 100%;
    display: block;
    height: auto;
}

.la-variation-product-gallery .wc-metabox-sortable-placeholder{
    width: 80px;
    float: left;
    cursor: move;
    margin: 9px 9px 0 0;
    background: #f7f7f7;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
    border: 3px dashed #ddd;
}



.la-framework.la-taxonomy-for-swatch .la-content {
    margin-left: 0;
}

.la-framework.la-taxonomy-for-swatch .la-content .la-element {
    padding-left: 0;
    padding-right: 0;
}
.la-framework.la-taxonomy-for-swatch.la-taxonomy-edit-fields .la-content .la-title {
    width: 200px;
}
.la-framework.la-taxonomy-for-swatch.la-taxonomy-edit-fields .la-content .la-fieldset {
    margin-left: 220px;
}


#la_image_with_hotspots_preview {
    line-height: 0;
    display: inline-block;
    max-width: 75%;
    cursor: copy;
    position: relative;
}

#la_image_with_hotspots_preview.no-img {
    width: 75%;
    height: 300px;
    background-color: #333;
}
#la_image_with_hotspots_preview.no-img img {
    display: none;
}
#la_image_with_hotspots_preview img {
    width: 100%;
}

#la_image_with_hotspots_preview .hotspot {
    height: 22px;
    width: 22px;
    border-radius: 100px;
    background-color: #18a1f9;
    cursor: move;
    position: absolute;
    z-index: 100;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

div[data-vc-shortcode="la_image_with_hotspots"] div[data-vc-shortcode-param-name="content"] {
    display: none;
}

.hotspot-content {
    width: 100%;
    margin: 20px 15px 0px 15px;
    padding: 0 15px;
    position: relative;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 3px;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}

.hotspot-content select {
    text-transform: capitalize;
}
.hotspot-content > div {
    margin-top: 10px;
}
.hotspot-content:hover {
    background-color: #eeeeee;
}
.hotspot-content .wpb_element_label i {
    font-size: 12px;
}
.hotspot-content .delete {
    background-color: red;
    color: #fff;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 3px;
    position: absolute;
    right: 0px;
    top: 0;
    text-decoration: none;
}
.hotspot-content .delete i {
    font-size: 13px;
}

div[data-vc-shortcode="la_image_with_hotspots"] .vc_icon-remove { display: none;}
#la_image_with_hotspots_preview .hotspot:before {
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    content: '';
    width: 22px;
    height: 22px;
    margin: -12px auto auto -12px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius:50%;
    border:1px solid #18a1f9;
    opacity:0;
    -webkit-animation: pulsate 3s ease-out infinite;
    animation: pulsate 3s ease-out infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity:0.8;
    }
    45% {
        transform: scale(1.75);
        opacity:0;
    }
}
[data-element="la_show_posts"] .vc_element-icon,
[data-element_type="la_show_posts"] .vc_element-icon,
[data-element="la_image_with_hotspots"] .vc_element-icon,
[data-element_type="la_image_with_hotspots"] .vc_element-icon,
[data-element="la_instagram_feed"] .vc_element-icon,
[data-element_type="la_instagram_feed"] .vc_element-icon,
[data-element="la_timeline"] .vc_element-icon,
[data-element_type="la_timeline"] .vc_element-icon,
[data-element="la_social_link"] .vc_element-icon,
[data-element_type="la_social_link"] .vc_element-icon,
[data-element="la_testimonial"] .vc_element-icon,
[data-element_type="la_testimonial"] .vc_element-icon,
[data-element="la_team_member"] .vc_element-icon,
[data-element_type="la_team_member"] .vc_element-icon,
[data-element="vc_custom_heading"] .vc_element-icon,
[data-element_type="vc_custom_heading"] .vc_element-icon,
[data-element="la_heading"] .vc_element-icon,
[data-element_type="la_heading"] .vc_element-icon{
    font-family: FontAwesome;
    font-style: normal;
    text-align: center;
    background: none;
    color: #0089bd;
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
}


[data-element="la_heading"] .vc_element-icon:before,
[data-element_type="la_heading"] .vc_element-icon:before,
[data-element="vc_custom_heading"] .vc_element-icon:before,
[data-element_type="vc_custom_heading"] .vc_element-icon:before{
    content: "\f1dc";
}
[data-element="la_team_member"] .vc_element-icon:before,
[data-element_type="la_team_member"] .vc_element-icon:before{
    content: "\f0c0";
}
[data-element="la_testimonial"] .vc_element-icon:before,
[data-element_type="la_testimonial"] .vc_element-icon:before{
    content: "\f27b";
}
[data-element="la_social_link"] .vc_element-icon:before,
[data-element_type="la_social_link"] .vc_element-icon:before{
    content: "\f1e0";
}
[data-element="la_timeline"] .vc_element-icon:before,
[data-element_type="la_timeline"] .vc_element-icon:before{
    content: "\f1de";
}
[data-element="la_instagram_feed"] .vc_element-icon:before,
[data-element_type="la_instagram_feed"] .vc_element-icon:before{
    content: "\f16d";
}

[data-element="la_image_with_hotspots"] .vc_element-icon:before,
[data-element_type="la_image_with_hotspots"] .vc_element-icon:before{
    content: "\f05b";
}
[data-element="la_show_posts"] .vc_element-icon:before,
[data-element_type="la_show_posts"] .vc_element-icon:before{
    content: "\f1ea";
}

/** Canvas Field **/
.la_group__canvas .la_group__canvas--left {
    border: 1px dashed #bababa;
    margin: 1px;
    width: 300px;
    height: 300px;
    position: relative;
    float: left;
    margin-right: 20px;
}
.la_group__canvas .la_group__canvas__margin {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.la_group__canvas .la_group__canvas__radius {
    position: absolute;
    top: 36px;
    left: 40px;
    border: 1px dashed #d7d7d7;
    z-index: 2;
    bottom: 36px;
    right: 40px;
}
.la_group__canvas .la_group__canvas__border {
    position: absolute;
    top: 45px;
    left: 45px;
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
    z-index: 3;
    bottom: 45px;
    right: 45px;
}
.la_group__canvas .la_group__canvas__padding {
    position: absolute;
    top: 87px;
    left: 91px;
    border: 1px solid #bababa;
    background: #ebebeb;
    z-index: 4;
    bottom: 87px;
    right: 91px;
}
.la_group__canvas .la_group__canvas--left label {
    position: absolute;
    font-size: 9px;
    line-height: 9px;
    top: 6px;
    left: 5px;
    color: #2C2C2C;
    margin: 0;
    padding: 0;
}
.la_group__canvas .la_group__canvas--left .la_group__canvas__radius label {
    left: 30px;
    top: -5px;
}
.la_group__canvas .la_group__canvas--left .la_group__canvas__border label {
    top: 13px;
}
.la_group__canvas--left .la-element {
    padding: 0 !important;
    position: absolute;
}
.la_group__canvas--left .la-element input.la-child-field {
    width: 30px;
    text-align: center;
    margin: 0;
    height: 24px;
    padding: 0;
    line-height: 24px;
    border: 1px solid #bdbdbd;
    background: #fff;
    font-size: 11px;
}
.la_group__canvas--left .canvas__margin_top,
.la_group__canvas--left .canvas__border_top,
.la_group__canvas--left .canvas__padding_top {
    top: 6px;
    left: 50%;
    margin-left: -15px;
}
.la_group__canvas--left .canvas__padding_right,
.la_group__canvas--left .canvas__border_right,
.la_group__canvas--left .canvas__margin_right{
    top: 50%;
    right: 5px;
    margin-top: -12px;
}
.la_group__canvas--left .canvas__padding_bottom,
.la_group__canvas--left .canvas__border_bottom,
.la_group__canvas--left .canvas__margin_bottom {
    bottom: 6px;
    left: 50%;
    margin-left: -15px;
}
.la_group__canvas--left .canvas__padding_left,
.la_group__canvas--left .canvas__border_left,
.la_group__canvas--left .canvas__margin_left{
    top: 50%;
    left: 5px;
    margin-top: -12px;
}

.la_group__canvas--left .canvas__radius_top{
    top: -13px;
    left: -15px;
}
.la_group__canvas--left .canvas__radius_right{
    right: -15px;
    top: -13px;
}
.la_group__canvas--left .canvas__radius_bottom{
    right: -15px;
    bottom: -13px;
}
.la_group__canvas--left .canvas__radius_left{
    bottom: -13px;
    left: -15px;
}

.la_group__canvas .la_group__canvas__content {
    border: 1px solid #bababa;
    position: absolute;
    left: 132px;
    top: 132px;
    z-index: 5;
    right: 132px;
    bottom: 132px;
}
.la_group__canvas .la_group__canvas__content i:before {
    content: "\f0c1";
    font-family: FontAwesome;
    font-size: 14px;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -8px;
    text-align: center;
    line-height: 14px;
}

.la_group__canvas .la_group__canvas--right {
    float: left;
    width: 150px;
}

.la_group__canvas .la_group__canvas--right .la-element {
    width: 100%;
    display: block;
    padding: 0 !important;
    margin: 0 0 15px;
}

.la_group__canvas .la_group__canvas--right .la-element .la-title {
    width: 100%;
    margin: 0 0 5px;
}

.la_group__canvas .la_group__canvas--right .la-element .la-fieldset {
    margin: 0;
    float: left;
    width: 100%;
}

.la_group__canvas .la_group__canvas--right .la-element input.la-field-color-picker {
    background: #fff;
    border: 1px solid #bdbdbd;
}

.la_group__canvas .la_group__canvas--right .la-element .wp-color-result {
    margin-bottom: 10px;
}
/** Canvas Field **/


[data-trace] ul.icon-list li {
    display: inline-block;
    float: left;
    padding: 5px;
    border: 1px solid #ddd;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto;
}
[data-trace] ul.icon-list li label{
    display: none;
}

[data-trace] ul.icon-list li span{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
[data-trace] ul.icon-list li span svg{
    width: 100%;
    height: 100%;
}

[data-trace] ul.icon-list li.selected {
    background: #3486D1;
    padding: 10px;
    margin: 0 -1px;
    margin-top: -7px;
    color: #fff;
    font-size: 24px;
    width: 24px;
    height: 24px;
}

[data-trace] ul.icon-list li.selected svg{

}

.vc_admin_label.admin_label_opacity {
    margin: 0 0 0 5px;
}
.wpb_el_type_css_editor.no-vc-background .vc_settings .color-group~.color-group,
.wpb_el_type_css_editor.no-vc-background .vc_settings .vc_background-image,
.wpb_el_type_css_editor.no-vc-background .vc_settings .vc_background-style,
.wpb_el_type_css_editor.no-vc-background .vc_settings label:nth-of-type(2),
.wpb_el_type_css_editor.no-vc-border .vc_border>.vc_bottom,
.wpb_el_type_css_editor.no-vc-border .vc_border>.vc_left,
.wpb_el_type_css_editor.no-vc-border .vc_border>.vc_right,
.wpb_el_type_css_editor.no-vc-border .vc_border>.vc_top,
.wpb_el_type_css_editor.no-vc-border .vc_border>label:nth-of-type(1),
.wpb_el_type_css_editor.no-vc-border .vc_settings .color-group:nth-of-type(1),
.wpb_el_type_css_editor.no-vc-border .vc_settings .vc_border-radius,
.wpb_el_type_css_editor.no-vc-border .vc_settings .vc_border-style,
.wpb_el_type_css_editor.no-vc-border .vc_settings label:nth-of-type(1),
.wpb_el_type_css_editor.no-vc-border .vc_settings label:nth-of-type(3),
.wpb_el_type_css_editor.no-vc-border .vc_settings label:nth-of-type(4) {
    display: none;
}



.InfiniteBounce,.InfiniteDangle,.InfiniteFlash,.InfiniteHorizontalFlip,.InfiniteHorizontalScaleFlip,.InfiniteHorizontalShake,.InfinitePulse,.InfiniteRotate,.InfiniteRotateCounter,.InfiniteRubberBand,.InfiniteSwing,.InfiniteTADA,.InfiniteVericalFlip,.InfiniteVericalShake,.InfiniteVerticalScaleFlip {
    -webkit-animation-iteration-count: infinite!important;
    animation-iteration-count: infinite!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@-webkit-keyframes InfiniteRotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes InfiniteRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

.InfiniteRotate {
    -webkit-animation: InfiniteRotate;
    animation: InfiniteRotate
}

@-webkit-keyframes InfiniteRotateCounter {
    from {
        -webkit-transform: rotate(359deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes InfiniteRotateCounter {
    from {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.InfiniteRotateCounter {
    -webkit-animation: InfiniteRotateCounter;
    animation: InfiniteRotateCounter
}

@-webkit-keyframes InfiniteDangle {
    0%,100% {
        -webkit-transform: rotate(-4deg)
    }

    50% {
        -webkit-transform: rotate(4deg)
    }
}

@keyframes InfiniteDangle {
    0%,100% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    50% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
}

.InfiniteDangle {
    -webkit-animation: InfiniteDangle;
    animation: InfiniteDangle
}

@-webkit-keyframes InfinitePulse {
    0%,100% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.85)
    }
}

@keyframes InfinitePulse {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
}

.InfinitePulse {
    -webkit-animation: InfinitePulse;
    animation: InfinitePulse;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes InfiniteHorizontalShake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes InfiniteHorizontalShake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.InfiniteHorizontalShake {
    -webkit-animation-name: InfiniteHorizontalShake;
    animation-name: InfiniteHorizontalShake
}

@-webkit-keyframes InfiniteBounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes InfiniteBounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.InfiniteBounce {
    -webkit-animation-name: InfiniteBounce;
    animation-name: InfiniteBounce
}

@-webkit-keyframes InfiniteFlash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes InfiniteFlash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.InfiniteFlash {
    -webkit-animation-name: InfiniteFlash;
    animation-name: InfiniteFlash
}

@-webkit-keyframes InfiniteTADA {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
}

@keyframes InfiniteTADA {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
}

.InfiniteTADA {
    -webkit-animation-name: InfiniteTADA;
    animation-name: InfiniteTADA
}

@-webkit-keyframes InfiniteSwing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

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

@keyframes InfiniteSwing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

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

.InfiniteSwing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: InfiniteSwing;
    animation-name: InfiniteSwing
}

@-webkit-keyframes InfiniteVericalShake {
    0%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes InfiniteVericalShake {
    0%,100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.InfiniteVericalShake {
    -webkit-animation-name: InfiniteVericalShake;
    animation-name: InfiniteVericalShake
}

@-webkit-keyframes InfiniteRubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes InfiniteRubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }

    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.InfiniteRubberBand {
    -webkit-animation-name: InfiniteRubberBand;
    animation-name: InfiniteRubberBand
}

@-webkit-keyframes InfiniteHorizontalFlip {
    from {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(359deg);
        transform: perspective(400px) rotateY(359deg)
    }
}

@keyframes InfiniteHorizontalFlip {
    from {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(359deg);
        -ms-transform: perspective(400px) rotateY(359deg);
        transform: perspective(400px) rotateY(359deg)
    }
}

.InfiniteHorizontalFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteHorizontalFlip;
    animation-name: InfiniteHorizontalFlip
}

@-webkit-keyframes InfiniteVericalFlip {
    from {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateY(0deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(359deg);
        transform: perspective(400px) rotateY(359deg)
    }
}

@keyframes InfiniteVericalFlip {
    from {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(359deg);
        -ms-transform: perspective(400px) rotateX(359deg);
        transform: perspective(400px) rotateX(359deg)
    }
}

.InfiniteVericalFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteVericalFlip;
    animation-name: InfiniteVericalFlip
}

@-webkit-keyframes InfiniteHorizontalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes InfiniteHorizontalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.InfiniteHorizontalScaleFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteHorizontalScaleFlip;
    animation-name: InfiniteHorizontalScaleFlip
}

@-webkit-keyframes InfiniteVerticalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateX(0deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes InfiniteVerticalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateX(0deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateX(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
.InfiniteVerticalScaleFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteVerticalScaleFlip;
    animation-name: InfiniteVerticalScaleFlip
}





.vc_clipboard {
    float: right;
    position: static !important;
    line-height: normal;
    margin-right: 1em;
}

.vc_clipboard span, .vc_clipboard_col span, .vc_clipboard_element span {
    cursor: pointer;
}

.vc_clipboard_col {
    position: relative;
    top: -3px;
    left: 10px;
}

.vcc_paste_top {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.vcc_number_reset_top {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.vcc_export, .vcc_import, .vcc_gc_load, .vcc_gc_save, .vcc_gc_settings, .vcc_prefs, .vcc_dialog_buttons a  {
    border-radius: 4px;
}

.composer-switch a:hover {
    background-color: #0d3d63 !important;
}

.vcc_input {
    width: 60px;
    font-size: 11px;
    line-height: normal;
}

.vcc_container {
    position: relative;
    display: inline-block;
}

.vcc_dialog {
    visibility: hidden;
    border: 5px solid rgba(0,0,0,.3);
    z-index: 100000;
    border-radius: 4px;
    color: #777;
    background-color: #fff;
    background-clip: padding-box;
    padding: 15px;
    text-align: left;
    position: absolute;
    top: 100%;
    right: 0px;
    margin-top: 3px;
}

.vcc_activate_dialog  {
    width: 400px;
}

.vcc_prefs_dialog {
    width: 200px;
}

.vcc_prefs_dialog label {
    position: relative;
    top: -3px;
}

.vcc_activate_dialog  input {
    width: 100%;
}

.vcc_activate_dialog div {
    line-height: normal;
    margin-bottom: 15px;
}

.vcc_activate_dialog div a.vcc_obtain {
    background: none;
    display: inline;
    line-height: normal;
    color: #114C7F;
    text-decoration: underline;
    padding: 0px;
}

.vcc_activate_dialog div a.vcc_obtain:hover {
    background: none !important;
    color: #2ea2cc !important;
}

.vcc_dialog_buttons {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}

.vcc_loader {
    vertical-align: middle;
    display:none;
    margin: 2px;
}

.vcc_load_dialog {
    overflow-y: scroll;
    max-width: 300px;
    max-height: 300px;
}

.vcc_list_item_container {
    position: relative;
}

.vcc_list_item {
    color: #777;
    transition: color .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 30px;
}

.vcc_list_item_delete:before {
    position: absolute;
    top: 3px;
    right: 0px;
}

.vcc_list_item_delete:before {
    content: "\f335";
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
}

.vcc_list_item_delete:hover {
    color: #ccc;
    cursor: pointer;
}

.vcc_list_item:hover {
    color: #ccc;
    cursor: pointer;
}

.vcc_oc_button {
    font: 400 20px/1 dashicons;
    position: relative;
    top: 6px;
    cursor: pointer;
}

.vcc_oc_button.o:before {
    content: '\f341';
}

.vcc_oc_button.c:before {
    content: '\f345';
}

#vcc_paste_indicator {
    border: 5px solid rgba(0,0,0,.3);
    border-radius: 4px;
    color: #777;
    background-color: #fff;
    background-clip: padding-box;
    padding: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 200000;
    display: none;
    -ms-transform: translate( -50%, -50% );
    -webkit-transform: translate( -50%, -50% );
    transform: translate( -50%, -50% );
}
.more_markers_desc.textarea_raw_html,
.default_desc.textarea_raw_html {
    height: 80px;
    color: #000 !important;
    font: inherit !important;
}

.la-footer .la-block-right .button {
    margin-left: 20px;
}
.la-framework .la-header fieldset .button {
    width: 180px;
}