/**handles:js_composer_front,dynamic-css**/


.vc_parallax-inner iframe,
.vc_video-bg iframe {
    max-width: 1000%
}

.vc_clearfix:after,
.vc_column-inner::after,
.vc_el-clearfix,
.vc_row:after {
    clear: both
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.vc_row:after {
  clear: both;
}

.vc-composer-icon,
[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vc_row:after,
.vc_row:before {
    content: " ";
    display: table
}

/*nectar addition*/
@media (max-width: 690px) {
    .vc_hidden-xs {
        display: none!important
    }
    .vc_el-clearfix-xs {
        clear: both
    }
}

@media (min-width: 691px) and (max-width: 999px) {
    .vc_hidden-sm {
        display: none!important
    }
    .vc_el-clearfix-sm {
        clear: both
    }
}

@media (min-width: 1000px) and (max-width: 1299px) {
    .vc_hidden-md {
        display: none!important
    }
    .vc_el-clearfix-md {
        clear: both
    }
}
@media (min-width: 1300px) {
  .vc_hidden-lg {
    display: none !important;
  }
}
/*nectar addition end */


.vc_row-fluid::before, .vc_row-fluid::after {
    content: "";
    display: table;
}
.vc_row-fluid::after {
    clear: both;
}


.vc_pull-right {
  float: right !important;
}
.vc_pull-left {
  float: left !important;
}
.vc_clearfix:before,
.vc_clearfix:after {
  content: " ";
  display: table;
}
.vc_clearfix:after {
  clear: both;
}
.vc_clearfix:before,
.vc_clearfix:after {
  content: " ";
  display: table;
}
.vc_clearfix:after {
  clear: both;
}
.vc_el-clearfix {
  clear: both;
}




.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5,
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5,
.vc_col-sm-1\/5,
.vc_col-sm-2\/5,
.vc_col-sm-3\/5,
.vc_col-sm-4\/5,
.vc_col-sm-5\/5,
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 2.1%;
}

.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
    float: left
}



@media only screen and (max-width: 1000px) and (min-width: 690px) {
  body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
      width: calc(80%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
      width: calc(60%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
      width: calc(40%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
      width: calc(20%)
  }
}


@media (max-width: 690px) {
    
  body .vc_row-fluid .vc_col-xs-5\/5 {
      width: 100%
  }

  body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
      width: calc(80%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
      width: calc(60%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
      width: calc(40%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
      width: calc(20%)
  }

}

@media (min-width: 1000px) and (max-width: 1300px) {
    .vc_col-md-1\/5,
    .vc_col-md-2\/5,
    .vc_col-md-3\/5,
    .vc_col-md-4\/5,
    .vc_col-md-5\/5 {
        float: left
    }
    body .vc_row-fluid .vc_col-md-5\/5 {
        width: 100%
    }
    body .vc_row-fluid .vc_col-md-4\/5 {
        width: 80%;
    }
    body .vc_row-fluid .vc_col-md-3\/5 {
        width: 60%;
    }
    body .vc_row-fluid .vc_col-md-2\/5 {
        width: 40%;
    }
    body .vc_row-fluid .vc_col-md-1\/5 {
        width: 20%; 
    }
  
}

@media (min-width: 1300px) {
    .vc_col-lg-1\/5,
    .vc_col-lg-2\/5,
    .vc_col-lg-3\/5,
    .vc_col-lg-4\/5,
    .vc_col-lg-5\/5 {
        float: left
    }
    body .vc_row-fluid .vc_col-lg-5\/5 {
        width: 100%
    }
    body .vc_row-fluid .vc_col-lg-4\/5 {
        width: 80%;
    }
    body .vc_row-fluid .vc_col-lg-3\/5 {
        width: 60%;
    }
    body .vc_row-fluid .vc_col-lg-2\/5 {
        width: 40%;
    }
    body .vc_row-fluid .vc_col-lg-1\/5 {
        width: 20%; 
    }
    
}




@media (max-width: 767px) {
  .vc_el-clearfix-xs {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .vc_el-clearfix-sm {
    clear: both;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .vc_el-clearfix-md {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .vc_el-clearfix-lg {
    clear: both;
  }
}
.vc_visible {
  display: block;
}
.vc_table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.vc_button-2-wrapper,
.vc_pixel_icon {
    display: inline-block;
    vertical-align: middle
}

@font-face{
    font-family:vcpb-plugin-icons;
    src:url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62);
    src:url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62#iefix) format('embedded-opentype'),url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf?f6ud62) format('truetype'),url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.woff?f6ud62) format('woff'),url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg?f6ud62#vcpb-plugin-icons) format('svg');
    font-weight:400;
    font-style:normal
}
.vc-composer-icon{
    font-family:vcpb-plugin-icons!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

.vc-c-icon-minimize:before{
    content:"\e91c"
}
.vc-c-icon-close:before{
    content:"\e5cd"
}
.vc-c-icon-1-6_4-6_1-6:before{
    content:"\e90e"
}
.vc-c-icon-add_template:before{
    content:"\e903"
}
.vc-c-icon-arrow_back:before{
    content:"\e5c4"
}
.vc-c-icon-arrow_drop_down:before{
    content:"\e5c5"
}
.vc-c-icon-arrow_drop_up:before{
    content:"\e5c7"
}
.vc-c-icon-arrow_forward:before{
    content:"\e5c8"
}
.vc-c-icon-check:before{
    content:"\e5ca"
}
.vc-c-icon-arrow_upward:before{
    content:"\e5d8"
}
.vc-c-icon-arrow_downward:before{
    content:"\e5db"
}
.vc-c-icon-sync:before{
    content:"\e627"
}
.vc-c-icon-search:before{
    content:"\e8b6"
}
.vc-c-icon-1-1:before{
    content:"\e900"
}
.vc-c-icon-1-2_1-2:before{
    content:"\e901"
}
.vc-c-icon-1-3_1-3_1-3:before{
    content:"\e902"
}
.vc-c-icon-1-4_1-2_1-4:before{
    content:"\e904"
}
.vc-c-icon-1-4_1-4_1-4_1-4:before{
    content:"\e905"
}
.vc-c-icon-1-4_3-4:before{
    content:"\e906"
}
.vc-c-icon-1-6_1-6_1-6_1-2:before{
    content:"\e907"
}
.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before{
    content:"\e908"
}
.vc-c-icon-l_15_15_15_15_15:before{
    content:"\e909"
}
.vc-c-icon-1-6_2-3_1-6:before{
    content:"\e90a"
}
.vc-c-icon-2-3_1-3:before{
    content:"\e90b"
}
.vc-c-icon-5-6_1-6:before{
    content:"\e90c"
}
.vc-c-icon-add_element:before{
    content:"\e90d"
}
.vc-c-icon-add:before{
    content:"\e90f"
}
.vc-c-icon-cog:before{
    content:"\e910"
}
.vc-c-icon-content_copy:before{
    content:"\e911"
}
.vc-c-icon-delete_empty:before{
    content:"\e912"
}
.vc-c-icon-dragndrop:before{
    content:"\e913"
}
.vc-c-icon-fullscreen_exit:before{
    content:"\e914"
}
.vc-c-icon-fullscreen:before{
    content:"\e915"
}
.vc-c-icon-arrow_drop_right:before{
    content:"\e916"
}
.vc-c-icon-layout_default:before{
    content:"\e917"
}
.vc-c-icon-layout_landscape-smartphones:before{
    content:"\e918"
}
.vc-c-icon-layout_landscape-tablets:before{
    content:"\e919"
}
.vc-c-icon-layout_portrait-smartphones:before{
    content:"\e91a"
}
.vc-c-icon-layout_portrait-tablets:before{
    content:"\e91b"
}
.vc-c-icon-mode_edit:before{
    content:"\e91d"
}
.vc-c-icon-row_default_fe:before{
    content:"\e91e"
}
.vc-c-icon-text-block:before{
    content:"\e91f"
}

.vc_txt_align_left {
    text-align: left
}

.vc_txt_align_right {
    text-align: right
}

.vc_txt_align_center {
    text-align: center
}

.vc_txt_align_justify {
    text-align: justify;
    text-justify: inter-word
}

.vc_el_width_50 {
    width: 50%
}

.vc_el_width_60 {
    width: 60%
}

.vc_el_width_70 {
    width: 70%
}

.vc_el_width_80 {
    width: 80%
}

.vc_el_width_90 {
    width: 90%
}

.vc_el_width_100 {
    width: 100%
}




i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px
}

.wpb_btn-large i.icon {
    height: 19px;
    margin-left: 9px
}

.wpb_btn-small i.icon {
    height: 15px
}

.wpb_btn-mini i.icon {
    display: none
}



.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
    margin-top: 5px;
    margin-bottom: 5px
}


#content .wpb_alert p:last-child,
#content .wpb_text_column:last-child,
#content .wpb_text_column p:last-child,
.vc_message_box>p:last-child,
.wpb_alert p:last-child,
.wpb_text_column:last-child,
.wpb_text_column p:last-child {
    margin-bottom: 0
}


.vc_message_box-icon>*,
.vc_message_box-icon>.fa {
    font-size: 1.7em;
    line-height: 1
}

.vc_message_box-icon>*,
.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}



.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px
}

.entry-content .twitter-share-button,
.fb_like,
.twitter-share-button,
.wpb_accordion .wpb_content_element,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element {
    margin-bottom: 21.74px
}

.vc_parallax {
    position: relative;
    overflow: hidden
}

.vc_parallax>* {
    position: relative;
    z-index: 1
}

.vc_parallax .vc_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0
}

.vc_video-bg-container {
    position: relative
}

.vc_video-bg {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0
}

.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_row[data-vc-full-width].vc_hidden {
    opacity: 0
}


.vc_empty-element>.vc_column-inner {
    min-height: 100px
}


iframe.twitter-share-button {
    margin: 0
}


.wpb_widgetised_column .wpb_wrapper>ul {
    margin: 0
}

.wpb_widgetised_column .wpb_wrapper>ul>li {
    margin-left: 0;
    background-image: none;
    list-style: none!important
}

.wpb_widgetised_column .wpb_wrapper>ul>li:after,
.wpb_widgetised_column .wpb_wrapper>ul>li:before {
    display: none!important
}

.wpb_button {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .1)
}



.wpb_button.active,
.wpb_button.disabled,
.wpb_button:active,
.wpb_button:hover,
.wpb_button[disabled] {
    background-color: #eaeaea
}


.wpb_button:hover {
    color: #333;
    background-color: #e6e6e6;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
    background-image: none
}

.wpb_button:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.wpb_button.active,
.wpb_button:active {
    background-color: #e6e6e6;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

button.wpb_btn-large,
span.wpb_btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

button.wpb_btn-large [class^=icon-],
span.wpb_btn-large [class^=icon-] {
    margin-top: 1px
}

button.wpb_btn-small,
span.wpb_btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px
}

button.wpb_btn-small [class^=icon-],
span.wpb_btn-small [class^=icon-] {
    margin-top: -1px
}

button.wpb_btn-mini,
span.wpb_btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px
}



button.wpb_button::-moz-focus-inner,
input[type=submit].wpb_button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a.wpb_button_a {
    border: none
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default
}

.wpb_call_to_action,
.wpb_call_to_action .wpb_button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}


.vc_custom_heading a,
.vc_custom_heading a:focus,
.vc_custom_heading a:hover,
.vc_custom_heading a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit
}

.vc_custom_heading a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1
}

.vc_custom_heading a:hover {
    opacity: .85
}



#content .wpb_call_to_action .wpb_call_text,
.wpb_call_to_action .wpb_call_text {
    margin: 0;
    padding-top: 0
}

.cta_align_bottom {
    text-align: center
}

.cta_align_bottom .wpb_button {
    position: static;
    margin-top: 21.74px;
    display: inline-block
}

.cta_no_button .wpb_call_text {
    width: auto;
    float: none
}



.wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 5px
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_tour_next_prev_nav a:focus {
    outline: 0
}

.wpb_content_element .wpb_tabs_nav,
.wpb_content_element .wpb_tour_tabs_wrapper {
    padding: 0
}

.wpb_content_element .wpb_tabs_nav {
    margin: 0;
    padding-left: 0!important;
    text-indent: inherit!important
}

#content .wpb_content_element .wpb_tabs_nav {
    margin: 0
}

.wpb_content_element .wpb_tabs_nav li {
    background-color: #FFF;
    white-space: nowrap;
    padding: 0;
    background-image: none;
    list-style: none!important
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #f7f7f7
}

.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
    display: none!important
}



.wpb_content_element .wpb_accordion_header a  {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: .5em 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child {
    margin-bottom: 0
}

.wpb_tabs .wpb_tabs_nav li {
    float: left;
    margin: 0 1px 0 0
}



.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0 0 1px;
    padding-top: 0;
    position: relative;
    text-transform: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    padding-left: 1em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/images/toggle_open.png);
    background-repeat: no-repeat;
    position: absolute;
    right: .7em;
    top: .7em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/images/toggle_close.png)
}



.grid_layout-thumbnail .post-thumb,
body ul.wpb_thumbnails-fluid li .entry-content:last-child {
    margin-bottom: 0
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
    float: none
}

body ul.wpb_thumbnails-fluid li {
    padding: 0;
    margin-left: 0;
    background-image: none;
    list-style: none!important
}

body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
    display: none!important
}

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
    padding: 0;
    overflow: visible!important
}


.wpb_image_grid .wpb_image_grid_ul a {
    display: block
}

.wpb_image_grid .wpb_image_grid_ul img {
    display: block;
    max-width: 100%;
    height: auto
}

.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0
}

.wpb_gallery .theme-default .nivo-controlNav {
    padding: 10px 0 3px
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: auto;
    top: 100%;
    margin-top: 15px
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
    line-height: 1
}

.wpb_gallery .wpb_flexslider .flex-control-paging {
    z-index: 10
}

#content .wpb_gallery_slides ul.flex-direction-nav,
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.slides,
.wpb_content_element .wpb_gallery_slides ul li,
.wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.slides,
body .wpb_gallery_slides ul li {
    list-style: none;
    padding: 0;
    background-image: none;
    margin: 0
}

.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
    width: 10%
}

.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
    width: 20%
}

.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
    width: 30%
}

.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
    width: 40%
}

.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
    width: 50%
}

.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
    width: 60%
}

.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
    width: 70%
}

.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
    width: 80%
}

.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
    width: 90%
}

.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
    width: 100%
}

.wpb_video_widget .wpb_video_wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.wpb_video_widget .wpb_video_wrapper>div {
    padding-top: 0!important;
    position: static
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 56.25%
}

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
    padding-top: 75%
}

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
    padding-top: 42.55319149%
}

.wpb_video_widget.vc_video-align-left .wpb_wrapper {
    float: left
}

.wpb_video_widget.vc_video-align-center .wpb_wrapper {
    margin: 0 auto
}

.wpb_video_widget.vc_video-align-right .wpb_wrapper {
    float: right
}

.wpb_video_widget .wpb_wrapper {
    position: relative
}

.wpb_video_widget .wpb_wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wpb_video_wrapper .fluid-width-video-wrapper {
    padding-top: 0!important;
    position: static
}



.vc_pie_chart {
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.vc_pie_chart.vc_ready {
    opacity: 1;
    filter: alpha(opacity=100)
}

.vc_pie_chart .vc_pie_wrapper {
    position: relative;
    margin: 0 auto
}

.vc_pie_chart canvas {
    position: relative;
    z-index: 1
}

.vc_pie_chart .vc_pie_chart_value,
.vc_pie_chart_back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.vc_pie_chart .vc_pie_chart_value {
    font-size: 200%;
    text-align: center
}

.vc_pie_chart_back {
    border: 6px solid #f7f7f7;
    border-radius: 50%;
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}




.vc_text_separator,
.wpb_separator {
    border-bottom: 1px solid #EBEBEB;
    clear: both;
    height: 1px
}



.vc_sep_width_100,
.wpb_single_image img.vc_img-placeholder {
    width: 100%
}




.vc_chart .vc_chart-legend {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.vc_chart .vc_chart-legend li {
    line-height: 1.3em;
    list-style: none;
    margin: 0 0 .3em;
    min-height: 1.3em
}

.vc_chart .vc_chart-legend span {
    border-radius: .3em;
    display: inline-block;
    height: 1.3em;
    left: 0;
    margin-right: .5em;
    vertical-align: middle;
    width: 1.3em
}

@media (min-width:768px) {
    .vc_chart .vc_chart-legend {
        display: inline-block;
        vertical-align: middle;
        width: 40%
    }
    .vc_chart .vc_chart-legend li {
        margin-left: 1em
    }
    .vc_chart .vc_chart-with-legend {
        display: inline-block;
        vertical-align: middle;
        width: 60%
    }
}

.vc_line-chart .vc_chart-with-legend {
    width: 75%
}

.vc_line-chart .vc_chart-legend {
    width: 25%
}

.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
    border-radius: 0
}

.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
    border-radius: 50%
}

.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
    border-radius: 4px
}

.owl-carousel .owl-animated-out {
    z-index: 0
}

.owl-carousel .owl-animated-in {
    z-index: 1
}



@font-face {
    font-family: vc_grid_v1;
    src: url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac);
    src: url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format('embedded-opentype'), url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'), url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'), url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
    font-family: vc_grid_v1;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.vc_arrow-icon-minus:before {
    content: "\e61c"
}

.vc_arrow-icon-plus:before {
    content: "\e61d"
}

.vc_arrow-icon-arrow_down:before {
    content: "\e61e"
}

.vc_arrow-icon-arrow_up:before {
    content: "\e61f"
}

.vc_arrow-icon-arrow_01_left:before {
    content: "\e600"
}

.vc_arrow-icon-arrow_01_right:before {
    content: "\e601"
}

.vc_arrow-icon-arrow_02_left:before {
    content: "\e602"
}

.vc_arrow-icon-arrow_02_right:before {
    content: "\e603"
}

.vc_arrow-icon-arrow_03_left:before {
    content: "\e604"
}

.vc_arrow-icon-arrow_03_right:before {
    content: "\e605"
}

.vc_arrow-icon-arrow_04_left:before {
    content: "\e606"
}

.vc_arrow-icon-arrow_04_right:before {
    content: "\e607"
}

.vc_arrow-icon-arrow_05_left:before {
    content: "\e608"
}

.vc_arrow-icon-arrow_05_right:before {
    content: "\e609"
}

.vc_arrow-icon-arrow_06_left:before {
    content: "\e60a"
}

.vc_arrow-icon-arrow_06_right:before {
    content: "\e60b"
}

.vc_arrow-icon-arrow_07_left:before {
    content: "\e60c"
}

.vc_arrow-icon-arrow_07_right:before {
    content: "\e60d"
}

.vc_arrow-icon-arrow_08_left:before {
    content: "\e60e"
}

.vc_arrow-icon-arrow_08_right:before {
    content: "\e60f"
}

.vc_arrow-icon-arrow_09_left:before {
    content: "\e610"
}

.vc_arrow-icon-arrow_09_right:before {
    content: "\e611"
}

.vc_arrow-icon-arrow_10_left:before {
    content: "\e612"
}

.vc_arrow-icon-arrow_10_right:before {
    content: "\e613"
}

.vc_arrow-icon-arrow_11_left:before {
    content: "\e614"
}

.vc_arrow-icon-arrow_11_right:before {
    content: "\e615"
}

.vc_arrow-icon-arrow_12_left:before {
    content: "\e616"
}

.vc_arrow-icon-arrow_12_right:before {
    content: "\e617"
}

.vc_arrow-icon-navicon:before {
    content: "\f0c9"
}

.wpb_animate_when_almost_visible {
    opacity: 0;
    filter: alpha(opacity=0)
}

.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

.top-to-bottom,
.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.bottom-to-top,
.wpb_bottom-to-top {
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.left-to-right,
.wpb_left-to-right {
    -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.right-to-left,
.wpb_right-to-left {
    -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.appear,
.wpb_appear {
    -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.wpb_start_animation {
    opacity: 1;
    filter: alpha(opacity=100)
}

@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        -o-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        -o-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.vc-spinner::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    pointer-events: none;
    margin-top: 6px;
    background: url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/images/spinner.gif) no-repeat;
    background-position-x: center;
    background-position-y: center
}

.vc-spinner.vc-spinner-complete::before {
    background-image: url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/vc/tick.png)
}

.vc-spinner.vc-spinner-failed::before {
    background-image: url(https://adrianh.ch/wp-content/plugins/js_composer_salient/assets/vc/remove.png)
}






.vc_row.vc_row-flex>.span_12 {
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

@media only screen and (max-width:999px) {
  .vc_row.vc_row-flex>.span_12,
  .vc_row.vc_row-flex>.span_12>.vc_column_container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

}

.vc_row.vc_row-flex>.span_12,
.vc_row.vc_row-flex>.span_12>.vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.vc_row.vc_row-flex>.span_12>.vc_vc_column,
.vc_row.vc_row-flex>.span_12>.vc_vc_column_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
        min-height: 1em
    }
}


.vc_row.vc_row-flex>.span_12>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-flex>.span_12>.vc_vc_column_inner>.vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.vc_row.vc_row-o-content-middle>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.vc_row.vc_row-o-content-bottom>.span_12>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


@media screen and (max-width: 999px) { 
  .vc_row.vc_row-flex > .span_12, .vc_row.vc_row-flex > .span_12 > .vc_column_container, 
  .vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner, 
  .vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner {
    display: block;
  }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
.vc_row.vc_row-flex > .span_12, .vc_row.vc_row-flex > .span_12 > .vc_column_container.one-fourths,
.vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths>.vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}

.vc_row.vc_row-o-columns-stretch.vc_row-o-full-height > .span_12 {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.vc_row.vc_row-o-columns-top.vc_row-o-full-height > .span_12 {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.vc_row.vc_row-o-columns-bottom.vc_row-o-full-height > .span_12 {
    -webkit-align-content: flex-end!important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.vc_row.vc_row-o-columns-middle.vc_row-o-full-height > .span_12 {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.vc_row.vc_row-o-columns-bottom > .span_12::after, .vc_row.vc_row-o-columns-middle > .span_12::after, .vc_row.vc_row-o-columns-top > .span_12::after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

.vc_row.vc_row-flex.vc_row-o-full-height > .span_12 {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

#footer-outer #copyright li a i:hover,#header-outer .nectar-menu-label,#single-below-header a:focus,#single-below-header a:hover,#single-below-header a:hover [class^=icon-],#top nav .sf-menu .current_page_ancestor>a .sf-sub-indicator i,#top nav .sf-menu .current_page_item>a .sf-sub-indicator i,.ascend .comment-list .reply a,.blog-recent[data-style*=classic_enhanced] .post-meta a:hover i,.comment-author a:focus,.comment-author a:hover,.comment-list .comment-meta a:focus,.comment-list .comment-meta a:hover,.comment-list .pingback .comment-body>a:hover,.masonry.classic_enhanced .post .post-meta a:hover i,.material .widget .tagcloud a,.nectar-color-accent-color,.nectar-fancy-box[data-style=color_box_hover][data-color=accent-color] .icon-default-style,.post .post-header a:focus,.post .post-header a:hover,.post .post-header h2 a,.sf-menu>.current_page_ancestor>a>.sf-sub-indicator i,.wpcf7-form .wpcf7-not-valid-tip,[data-style=list_featured_first_row] .meta-category a,body [class^=icon-].icon-default-style,body a,body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,div[data-style=minimal] .toggle.open>.toggle-title a,div[data-style=minimal] .toggle:hover>.toggle-title a,label span{color:#e6292f}#header-outer:not(.transparent) .nectar-mobile-only.mobile-header .menu-title-text:after{border-color:#e6292f!important}#footer-outer a:focus,#footer-outer a:hover,#header-outer #top nav>ul>.button_bordered>a:hover,#header-outer nav>ul>.megamenu>ul>.sfHover>a,#header-outer nav>ul>.megamenu>ul>li>a:focus,#header-outer nav>ul>.megamenu>ul>li>a:hover,#header-outer:not(.transparent) #social-in-menu a i:after,#header-outer:not([data-format=left-header]) nav>ul>.megamenu ul ul .current-menu-ancestor.has-ul>a,#header-outer:not([data-format=left-header]) nav>ul>.megamenu ul ul .current-menu-item.has-ul>a,#search-outer .ui-widget-content .ui-state-focus *,#search-outer .ui-widget-content li:hover *,#top nav ul #nectar-user-account a:hover span,#top nav ul #search-btn a:hover span,#top nav ul .slide-out-widget-area-toggle a:hover span,.blog-recent[data-style=minimal] .col>span,.blog-recent[data-style=title_only] .col:hover .post-header .title,.carousel-wrap[data-full-width=true] .carousel-heading a:hover i,.circle-border,.home .blog-recent .col .post-header h3 a,.home .blog-recent:not([data-style=list_featured_first_row]) .col .post-header a:hover,.masonry.material .masonry-blog-item .meta-category a,.material #sidebar .widget .tagcloud a,.material #sidebar .widget li:not(.has-img) a:hover .post-title,.material #sidebar .widget ul[data-style=featured-image-left] li a:hover .post-title,.material .comment-list .reply a:focus,.material .comment-list .reply a:hover,.material .widget li:not(.has-img) a:hover .post-title,.nectar-milestone .number.accent-color,.nectar-quick-view-box .star-rating,.nectar_icon_wrap[data-color=accent-color] i,.nectar_single_testimonial[data-color=accent-color] p .open-quote,.nectar_team_member_close .inner:before,.portfolio-filters-inline .container ul li .active,.portfolio-items .nectar-love.loved i,.portfolio-items .nectar-love:hover i,.post-area.featured_img_left .meta-category a,.post-area.standard-minimal .post .minimal-post-meta a:hover,.post-area.standard-minimal .post .more-link span:after,.post-area.standard-minimal .post .more-link:hover span,.post-area.standard-minimal .post .post-header h2 a:hover,.post-area.standard-minimal .post .post-meta .date a,.post-meta .icon-salient-heart-2.loved,.project-attrs li i,.recent-posts .post-header a:hover,.result .title a,.result a:hover,.sf-menu .megamenu>ul>li:hover>a,.sf-menu>.sfHover>a>.sf-sub-indicator i,.sf-menu>li>a:active>.sf-sub-indicator i,.sf-menu>li>a:hover>.sf-sub-indicator i,.single #single-meta div a:hover i,.single #single-meta div:focus>a,.single #single-meta div:hover>a,.single .post .post-meta a:focus,.single .post .post-meta a:hover,.single.material .post-area .content-inner>.post-tags a,.svg-icon-holder[data-color=accent-color],.team-member .accent-color:hover,.testimonial_slider[data-rating-color=accent-color] .star-rating .filled:before,.widget_search .search-form button[type=submit] .icon-salient-search,body #header-secondary-outer #social a:focus i,body #header-secondary-outer #social a:hover i,body #pagination .page-numbers.next:hover,body #pagination .page-numbers.prev:hover,body #pagination a.page-numbers:focus,body #pagination a.page-numbers:hover,body #portfolio-nav a:hover i,body .hovered .nectar-love i,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=accent-color-underline].full-width-section .active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=accent-color-underline].full-width-section a:hover,body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart,body.material .nectar-button.see-through.accent-color[data-color-override=false],body.material:not([data-header-color=custom]) #header-outer:not([data-format=left-header]) #top ul.cart_list a:hover,body.search-no-results .search-form button[type=submit] .icon-salient-search,body:not(.material) #search-outer #search #close a span:hover,body:not([data-header-format=left-header]) nav>ul>.megamenu>ul>li>ul>.has-ul>a:focus,body:not([data-header-format=left-header]) nav>ul>.megamenu>ul>li>ul>.has-ul>a:hover,body[data-form-submit=see-through] button[type=submit],body[data-form-submit=see-through] input[type=submit],div[data-style=minimal_small] .toggle.accent-color.open>.toggle-title a,div[data-style=minimal_small] .toggle.accent-color>.toggle-title a:hover,span.accent-color{color:#e6292f!important}#ajax-content-wrap .nectar-bg-pseudo-accent-color:before,#footer-outer .widget_calendar caption,#header-outer .nectar-menu-label:before,#header-outer[data-lhe=animated_underline] .nectar-header-text-content a:after,#slide-out-widget-area,#slide-out-widget-area-bg.fullscreen,#slide-out-widget-area-bg.fullscreen-alt .bg-inner,#slide-out-widget-area-bg.fullscreen-split,.carousel-next:hover,.carousel-prev:hover,.flex-direction-nav a,.format-status .post-content .status-inner,.main-content .widget_calendar caption,.nectar-bg-accent-color,.nectar-bg-hover-accent-color:hover,.nectar-cta[data-color=accent-color]:not([data-style=material]) .link_wrap,.nectar-flickity[data-controls*=arrows_overlaid][data-control-color=accent-color] .flickity-prev-next-button:hover:before,.nectar-flickity[data-controls=default][data-control-color=accent-color] .flickity-page-dots .dot:before,.nectar-flickity[data-controls=touch_total][data-control-color=accent-color] .visualized-total span,.nectar-hor-list-item[data-hover-effect=full_border][data-color=accent-color] .nectar-list-item-btn:hover,.nectar-post-grid-item.nectar-new-item .inner:before,.nectar-post-grid-wrap[data-load-more-color=accent-color] .load-more:hover,.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .nectar-notice,.nectar_video_lightbox.nectar-button[data-color=default-accent-color],.nectar_video_lightbox.nectar-button[data-color=transparent-accent-color]:hover,.post .more-link span:hover,.post.format-link .post-content .link-inner,.post.format-quote .post-content .quote-inner,.tabbed>ul li .active-tab,.tabbed>ul li .active-tab:hover,.testimonial_slider[data-style=multiple_visible][data-color*=accent-color] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote.is-selected p,.toggle.open>.toggle-title a,.widget .material .widget .tagcloud a:before,.woocommerce #review_form #respond .form-submit #submit,.wpb_row .nectar-post-grid-filters[data-active-color=accent-color] a:after,[class*=" icon-"],[data-style=list_featured_first_row] .meta-category a:before,body.material #slide-out-widget-area-bg.slide-out-from-right,body[data-form-submit=regular] .container-wrap .span_12.light button[type=submit]:hover,body[data-form-submit=regular] .container-wrap .span_12.light input[type=submit]:hover,body[data-form-submit=regular] button[type=submit],body[data-form-submit=regular] input[type=submit],div[data-style=minimal] .toggle.open>.toggle-title i:after,div[data-style=minimal] .toggle.open>.toggle-title i:before,div[data-style=minimal] .toggle:hover>.toggle-title i:after,div[data-style=minimal] .toggle:hover>.toggle-title i:before,div[data-style=minimal_small] .toggle.accent-color>.toggle-title:after,input[type=button]:hover,input[type=submit]:hover{background-color:#e6292f}#buddypress a.button:focus,#footer-outer #footer-widgets .col .tagcloud a:hover,#footer-outer #footer-widgets .col input[type=submit],#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner,#fp-nav.tooltip_alt ul li a span:after,#fp-nav:not(.light-controls).tooltip_alt ul li a span:after,#header-outer #mobile-cart-link .cart-wrap span,#header-outer .widget_shopping_cart a.button,#header-outer a.cart-contents .cart-wrap span,#header-outer.transparent #top nav>ul>.button_solid_color>a:before,#page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:focus,#page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:hover,#pagination .next a:hover,#pagination .prev a:hover,#pagination a.page-numbers:hover,#pagination span.page-numbers.current,#sidebar .widget .tagcloud a:hover,#to-top.dark:hover,#to-top:hover,#top nav ul .slide-out-widget-area-toggle a:hover .lines,#top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,#top nav ul .slide-out-widget-area-toggle a:hover .lines:after,#top nav ul .slide-out-widget-area-toggle a:hover .lines:before,#top nav>ul>.button_solid_color>a:before,.auto_meta_overlaid_spaced .post.link .n-post-bg:after,.auto_meta_overlaid_spaced .post.quote .n-post-bg:after,.bar_graph li span,.blog-recent .more-link span:hover,.blog-recent[data-style*=classic_enhanced] .meta-category a:hover,.bottom_controls #portfolio-nav .controls li a i:after,.bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i,.comment-list .reply a:focus,.comment-list .reply a:hover,.divider-border[data-color=accent-color],.divider-small-border[data-color=accent-color],.fancybox-navigation button:hover:before,.icon-normal,.iosSlider .next_slide:hover,.iosSlider .prev_slide:hover,.masonry.classic_enhanced .post.link.wide_tall .post-content a:hover .link-inner,.masonry.classic_enhanced .post.quote.wide_tall .post-content a:hover .quote-inner,.masonry.classic_enhanced .posts-container article .meta-category a:hover,.masonry.classic_enhanced .posts-container article .video-play-button,.masonry.material .link-inner:before,.masonry.material .masonry-blog-item .meta-category a:before,.masonry.material .quote-inner:before,.material #sidebar .widget .tagcloud a:before,.material.masonry .masonry-blog-item .video-play-button,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-current,.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.nectar-animated-title[data-color=accent-color] .nectar-animated-title-inner:after,.nectar-button.tilt.accent-color,.nectar-button[data-color-override=false].regular-button,.nectar-fancy-box:after,.nectar-fancy-box[data-color=accent-color]:not([data-style=default]) .box-bg:after,.nectar-hor-list-item[data-color=accent-color]:before,.nectar-next-section-wrap.bounce a:before,.nectar-progress-bar span,.nectar-recent-posts-single_featured .strong a,.nectar-recent-posts-single_featured.multiple_featured .controls .active:before,.nectar-recent-posts-single_featured.multiple_featured .controls li:after,.nectar-recent-posts-slider .container .strong span:before,.nectar-slide-in-cart .widget_shopping_cart a.button,.nectar-video-box[data-color=default-accent-color] .nectar_video_lightbox,.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after,.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before,.nectar_video_lightbox.play_button_with_text[data-color=default-accent-color]:not([data-style=small]) .play>.inner-wrap:before,.orbit-wrapper .slider-nav .left,.orbit-wrapper .slider-nav .right,.portfolio-filters,.portfolio-filters #sort-portfolio,.portfolio-filters a,.portfolio-filters-inline[data-color-scheme=accent-color-underline] a:after,.portfolio-filters-inline[data-color-scheme=accent-color],.portfolio-items .col.nectar-new-item .inner-wrap:before,.portfolio-items .col[data-default-color=true] .bottom-meta,.portfolio-items .col[data-default-color=true] .work-item:not(.style-3) .work-info-bg,.post-area.featured_img_left .link-inner:before,.post-area.featured_img_left .meta-category a:before,.post-area.featured_img_left .post .quote-inner:before,.post-area.featured_img_left .posts-container .article-content-wrap .video-play-button,.post-area.standard-minimal .post .more-link span:before,.post-tags a:hover,.post.quote .content-inner .quote-inner .whole-link,.progress li span,.project-attrs li span,.related-posts[data-style=material] .meta-category a:before,.select2-container .select2-choice:hover,.select2-dropdown-open .select2-choice,.single .heading-title[data-header-style=default_minimal] .meta-category a:focus,.single .heading-title[data-header-style=default_minimal] .meta-category a:hover,.single .post-area .content-inner>.post-tags a:before,.single-portfolio .facebook-share a:hover,.single-portfolio .pinterest-share a:hover,.single-portfolio .twitter-share a:hover,.single-post .facebook-share a:hover,.single-post .pinterest-share a:hover,.single-post .twitter-share a:hover,.span_12.dark .owl-theme .owl-dots .owl-dot.active span,.span_12.dark .owl-theme .owl-dots .owl-dot:hover span,.swiper-slide .button.solid_color a,.swiper-slide .button.solid_color_2 a,.twentytwenty-handle,.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before,.widget_layered_nav ul.yith-wcan-label .chosen a,.widget_layered_nav ul.yith-wcan-label li a:hover,body .nectar-button.see-through-2[data-hover-color-override=false]:hover,body .nectar-video-box[data-color=default-accent-color][data-hover=zoom_button] .nectar_video_lightbox:after,body .swiper-slide .button.transparent_2 .primary-color:hover,body.material #page-header-bg.fullscreen-header .inner-wrap>a,body.material .nectar-video-box[data-color=default-accent-color] .nectar_video_lightbox:before,body.material[data-button-style^=rounded] .nectar-button.see-through.accent-color[data-color-override=false] i,body.original .bypostauthor .comment-body:before,body[data-button-style*=rounded] #to-top:after,body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover,body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single,body[data-form-submit=see-through] .container-wrap .span_12.light button[type=submit]:hover,body[data-form-submit=see-through] .container-wrap .span_12.light input[type=submit]:hover,body[data-form-submit=see-through] input[type=submit]:hover,body[data-form-submit=see-through].woocommerce #respond input#submit:hover,body[data-header-format=left-header] #header-outer[data-lhe=animated_underline] #top nav ul li:not([class*=button_])>a span:after,button[type=submit]:focus,button[type=submit]:hover,html body[data-form-submit=see-through] button[type=submit]:hover{background-color:#e6292f!important}#header-outer #top nav>ul>li:not(.megamenu) .sfHover>a,#header-outer #top nav>ul>li:not(.megamenu) ul a:hover,#header-outer nav>ul>.megamenu>ul ul .sfHover>a,#header-outer nav>ul>.megamenu>ul ul li a:focus,#header-outer nav>ul>.megamenu>ul ul li a:hover,#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) .sfHover>a,#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a,#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul a:hover,#header-secondary-outer ul>li:not(.megamenu) .sfHover>a,#header-secondary-outer ul>li:not(.megamenu) ul a:focus,#header-secondary-outer ul>li:not(.megamenu) ul a:hover,body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a{background-color:#e6292f!important}#header-outer[data-format=left-header] #top nav>ul>li:not(.megamenu) ul a:hover{color:#e6292f}#header-outer[data-format=left-header] .sf-menu .sub-menu .current-menu-item>a,.sf-menu ul .open-submenu>a{color:#e6292f!important}body[data-form-style=minimal] input[type=date]:focus,body[data-form-style=minimal] input[type=email]:focus,body[data-form-style=minimal] input[type=number]:focus,body[data-form-style=minimal] input[type=password]:focus,body[data-form-style=minimal] input[type=search]:focus,body[data-form-style=minimal] input[type=tel]:focus,body[data-form-style=minimal] input[type=text]:focus,body[data-form-style=minimal] input[type=url]:focus,body[data-form-style=minimal] select:focus,body[data-form-style=minimal] textarea:focus,body[data-form-style=minimal].woocommerce-cart table.cart .actions .coupon .input-text:focus{border-color:#e6292f}#header-outer[data-lhe=animated_underline] #top nav>ul>li>a .menu-title-text:after,.blog-title #single-meta .nectar-social.hover>div a:hover,.material #search-outer #search input[type=text],.material.woocommerce-page input#coupon_code:focus,.material.woocommerce-page[data-form-style=default] div input#coupon_code:focus,.nectar-hor-list-item[data-hover-effect=full_border][data-color=accent-color]:hover,.row .col .wp-caption .wp-caption-text,.single #single-meta div a:focus,.single #single-meta div a:hover,.single .fullscreen-blog-header #single-below-header>span a:hover,.tabbed>ul li .active-tab,body.material input[type=date]:focus,body.material input[type=email]:focus,body.material input[type=number]:focus,body.material input[type=password]:focus,body.material input[type=search]:focus,body.material input[type=tel]:focus,body.material input[type=text]:focus,body.material input[type=url]:focus,body.material select:focus,body.material textarea:focus,div[data-style=minimal] .toggle.accent-color.open i,div[data-style=minimal] .toggle.accent-color:hover i,div[data-style=minimal] .toggle.default.open i,div[data-style=minimal] .toggle.default:hover i{border-color:#e6292f}#featured article .post-title a:hover,#footer-outer #flickr a:hover img,#header-outer:not(.transparent) #top nav>ul>.button_bordered>a:hover:before,#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a .menu-title-text:after,#sidebar #flickr a:hover img,.gallery a:hover img,.material blockquote::before,.recent_projects_widget a:hover img,.select2-container .select2-choice:hover,.select2-dropdown-open .select2-choice,.single #project-meta ul li:not(.meta-share-count):hover a,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=default-accent-color] .play:after,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=default-accent-color] .play:before,.woocommerce-account[data-form-submit=see-through] .woocommerce-form-login button.button,.woocommerce-account[data-form-submit=see-through] .woocommerce-form-register button.button,.woocommerce-page.material .widget_price_filter .ui-slider .ui-slider-handle,blockquote.wp-block-quote:before,body #featured article .post-title a:hover,body .nectar-button.see-through-2[data-hover-color-override=false]:hover,body .recent_projects_widget a:hover img,body.material .nectar-button.see-through.accent-color[data-color-override=false],body:not(.original) .bypostauthor img.avatar,body[data-button-style=rounded] #pagination>a:hover,body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover,body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single,body[data-form-style=minimal] label:after,body[data-form-submit=see-through] .woocommerce #order_review #payment #place_order,body[data-form-submit=see-through] button[type=submit],body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn),body[data-form-submit=see-through] input[type=submit],div.wpcf7-validation-errors{border-color:#e6292f!important}.nectar-highlighted-text[data-using-custom-color=false]:not([data-style=text_outline]) em{background-image:linear-gradient(to right,rgba(230,41,47,.3) 0,rgba(230,41,47,.3) 100%)}.nectar-highlighted-text[data-using-custom-color=false][data-style=regular_underline] a em,.nectar-highlighted-text[data-using-custom-color=false][data-style=regular_underline] em.has-link{background-image:linear-gradient(to right,rgba(230,41,47,.3) 0,rgba(230,41,47,.3) 100%),linear-gradient(to right,#e6292f 0,#e6292f 100%)}.nectar_icon_wrap .svg-icon-holder[data-color=accent-color] svg path{stroke:#e6292f!important}body.material[data-button-style^=rounded] .nectar-button.see-through.accent-color[data-color-override=false] i:after{box-shadow:#e6292f 0 8px 15px;opacity:.24}.nectar-fancy-box[data-style=color_box_hover][data-color=accent-color]:before{box-shadow:0 30px 90px #e6292f}.nectar-fancy-box[data-style=hover_desc][data-color=accent-color] .box-bg:after{background:linear-gradient(to bottom,rgba(0,0,0,0),#e6292f 100%)}#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button),#footer-outer[data-link-hover=underline][data-custom-color=false] #footer-widgets ul:not([class*=nectar_blog_posts]):not(.cart_list) a:not(.tag-cloud-link):not(.nectar-button){background-image:linear-gradient(to right,#e6292f 0,#e6292f 100%)}#search-results .result .title a{background-image:linear-gradient(to right,#e6292f 0,#e6292f 100%)}.container-wrap .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i{box-shadow:-.6em 0 #e6292f,-.6em .6em #e6292f,.6em 0 #e6292f,.6em -.6em #e6292f,0 -.6em #e6292f,-.6em -.6em #e6292f,0 .6em #e6292f,.6em .6em #e6292f}#fp-nav.tooltip_alt ul li a.active span,#fp-nav:not(.light-controls).tooltip_alt ul li a.active span{box-shadow:inset 0 0 0 2px #e6292f;-webkit-box-shadow:inset 0 0 0 2px #e6292f}.default-loading-icon:before{border-top-color:#e6292f!important}#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner:after,#header-outer a.cart-contents span:before{border-color:transparent #e6292f!important}.nectar_team_member_close .inner,.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close,.portfolio-items[data-ps="6"] .bg-overlay,.portfolio-items[data-ps="6"].no-masonry .bg-overlay,body .dark .testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote .bottom-arrow:after,body .testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote .bottom-arrow:after{border-color:#e6292f}.nectar-woo-flickity[data-controls=arrows-and-text] .flickity-prev-next-button svg circle.time,.widget .nectar_widget[class*=nectar_blog_posts_] .arrow-circle svg circle{stroke:#e6292f}.im-icon-wrap[data-color=accent-color] path{fill:#e6292f}@media only screen and (min-width :1px) and (max-width :1000px){body #featured article .post-title>a{background-color:#e6292f}body #featured article .post-title>a{border-color:#e6292f}}#header-outer #top nav>ul>.button_bordered_2>a:hover,#header-outer .widget_shopping_cart .cart_list li a.remove,#header-outer[data-lhe=default] #top nav .sf-menu .button_bordered_2.current-menu-item>a,#header-outer[data-lhe=default] #top nav>ul>.button_bordered_2>a:hover,.original #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,.stock.out-of-stock{color:#000!important}#header-outer .widget_shopping_cart a.button,#header-outer.transparent #top nav>ul>.button_solid_color_2>a:before,#top nav>ul>.button_solid_color_2>a:before,.woocommerce span.onsale,.woocommerce ul.products li.product .onsale,.woocommerce-page span.onsale,.woocommerce-page ul.products li.product .onsale,body[data-slide-out-widget-area-style=slide-out-from-right]:not([data-header-color=custom]).material .slide_out_area_close:before{background-color:#000}#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,#header-outer:not(.transparent) #top nav>ul>.button_bordered_2>a:hover:before{border-color:#000}.nectar-color-extra-color-1,.testimonial_slider[data-rating-color=extra-color-1] .star-rating .filled:before,div[data-style=minimal] .toggle.extra-color-1.open>.toggle-title a,div[data-style=minimal] .toggle.extra-color-1:hover>.toggle-title a,div[data-style=minimal_small] .toggle.extra-color-1.open>.toggle-title a,div[data-style=minimal_small] .toggle.extra-color-1>.toggle-title a:hover{color:#000}.nectar-milestone .number.extra-color-1,.nectar_icon_wrap[data-color=extra-color-1] i,.nectar_single_testimonial[data-color=extra-color-1] p .open-quote,.no-highlight.extra-color-1 h3,.svg-icon-holder[data-color=extra-color-1],.team-member .extra-color-1:hover,.team-member .social.extra-color-1 li a,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-1-underline].full-width-section .active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-1-underline].full-width-section a:hover,body [class^=icon-].icon-default-style.extra-color-1,body [class^=icon-].icon-default-style[data-color=extra-color-1],body.material .nectar-button.see-through.extra-color-1[data-color-override=false],span.extra-color-1{color:#000!important}#ajax-content-wrap .nectar-bg-pseudo-extra-color-1:before,.nectar-bg-extra-color-1,.nectar-button.nectar_video_lightbox[data-color=default-extra-color-1],.nectar-cta[data-color=extra-color-1]:not([data-style=material]) .link_wrap,.nectar-flickity[data-controls*=arrows_overlaid][data-control-color=extra-color-1] .flickity-prev-next-button:hover:before,.nectar-flickity[data-controls=default][data-control-color=extra-color-1] .flickity-page-dots .dot:before,.nectar-flickity[data-controls=touch_total][data-control-color=extra-color-1] .visualized-total span,.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-1] .nectar-list-item-btn:hover,.nectar-post-grid-wrap[data-load-more-color=extra-color-1] .load-more:hover,.nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-1]:hover,.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote.is-selected p,.toggle.open.extra-color-1>.toggle-title a,.wpb_row .nectar-post-grid-filters[data-active-color=extra-color-1] a:after,[class*=" icon-"].extra-color-1.icon-normal,div[data-style=minimal] .toggle.extra-color-1.open i:after,div[data-style=minimal] .toggle.extra-color-1:hover i:after,div[data-style=minimal] .toggle.extra-color-1:hover i:before,div[data-style=minimal] .toggle.open.extra-color-1 i:before,div[data-style=minimal_small] .toggle.extra-color-1>.toggle-title:after{background-color:#000}#sidebar .widget:hover [class^=icon-].icon-3x.extra-color-1:not(.alt-style),.bar_graph li .extra-color-1,.divider-border[data-color=extra-color-1],.divider-small-border[data-color=extra-color-1],.extra-color-1.icon-normal,.nectar-animated-title[data-color=extra-color-1] .nectar-animated-title-inner:after,.nectar-button.regular-button.extra-color-1,.nectar-button.tilt.extra-color-1,.nectar-fancy-box[data-color=extra-color-1]:after,.nectar-fancy-box[data-color=extra-color-1]:not([data-style=default]) .box-bg:after,.nectar-hor-list-item[data-color=extra-color-1]:before,.nectar-progress-bar .extra-color-1,.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-1] li:after,.nectar-video-box[data-color=extra-color-1] .nectar_video_lightbox,.nectar_video_lightbox.play_button_with_text[data-color=extra-color-1]:not([data-style=small]) .play>.inner-wrap:before,.portfolio-filters-inline[data-color-scheme=extra-color-1-underline] a:after,.portfolio-filters-inline[data-color-scheme=extra-color-1],.portfolio-filters[data-color-scheme=extra-color-1] #sort-portfolio,.portfolio-filters[data-color-scheme=extra-color-1] a,.swiper-slide .button.solid_color .extra-color-1,.swiper-slide .button.solid_color_2 .extra-color-1,body .nectar-video-box[data-color=extra-color-1][data-hover=zoom_button] .nectar_video_lightbox:after,body .swiper-slide .button.transparent_2 .extra-color-1:hover,body.material .nectar-video-box[data-color=extra-color-1] .nectar_video_lightbox:before,body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-1[data-color-override=false] i{background-color:#000!important}.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-1] svg path{stroke:#000000!important}body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-1[data-color-override=false] i:after{box-shadow:#000 0 8px 15px;opacity:.24}.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-1]:before{box-shadow:0 30px 90px #000}.nectar-fancy-box[data-style=hover_desc][data-color=extra-color-1] .box-bg:after{background:linear-gradient(to bottom,rgba(0,0,0,0),#000 100%)}.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-1]:hover,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-1] .play:after,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-1] .play:before,body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote .bottom-arrow:after,body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote .bottom-arrow:after,div[data-style=minimal] .toggle.extra-color-1:hover i,div[data-style=minimal] .toggle.open.extra-color-1 i{border-color:#000}body.material .nectar-button.see-through.extra-color-1[data-color-override=false]{border-color:#000!important}.im-icon-wrap[data-color=extra-color-1] path{fill:#000000}.nectar-color-extra-color-2,.testimonial_slider[data-rating-color=extra-color-2] .star-rating .filled:before,div[data-style=minimal] .toggle.extra-color-2.open>.toggle-title a,div[data-style=minimal] .toggle.extra-color-2:hover>.toggle-title a,div[data-style=minimal_small] .toggle.extra-color-2.open>.toggle-title a,div[data-style=minimal_small] .toggle.extra-color-2>.toggle-title a:hover{color:#e8e8e8}.nectar-milestone .number.extra-color-2,.nectar_icon_wrap[data-color=extra-color-2] i,.nectar_single_testimonial[data-color=extra-color-2] p .open-quote,.no-highlight.extra-color-2 h3,.svg-icon-holder[data-color=extra-color-2],.team-member .extra-color-2:hover,.team-member .social.extra-color-2 li a,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-2-underline].full-width-section .active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-2-underline].full-width-section a:hover,body [class^=icon-].icon-default-style.extra-color-2,body [class^=icon-].icon-default-style[data-color=extra-color-2],body.material .nectar-button.see-through.extra-color-2[data-color-override=false],span.extra-color-2{color:#e8e8e8!important}#ajax-content-wrap .nectar-bg-pseudo-extra-color-2:before,.nectar-bg-extra-color-2,.nectar-button.nectar_video_lightbox[data-color=default-extra-color-2],.nectar-cta[data-color=extra-color-2]:not([data-style=material]) .link_wrap,.nectar-flickity[data-controls*=arrows_overlaid][data-control-color=extra-color-2] .flickity-prev-next-button:hover:before,.nectar-flickity[data-controls=default][data-control-color=extra-color-2] .flickity-page-dots .dot:before,.nectar-flickity[data-controls=touch_total][data-control-color=extra-color-2] .visualized-total span,.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-2] .nectar-list-item-btn:hover,.nectar-post-grid-wrap[data-load-more-color=extra-color-2] .load-more:hover,.nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-2]:hover,.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote.is-selected p,.toggle.open.extra-color-2>.toggle-title a,.wpb_row .nectar-post-grid-filters[data-active-color=extra-color-2] a:after,[class*=" icon-"].extra-color-2.icon-normal,div[data-style=minimal] .toggle.extra-color-2.open i:after,div[data-style=minimal] .toggle.extra-color-2:hover i:after,div[data-style=minimal] .toggle.extra-color-2:hover i:before,div[data-style=minimal] .toggle.open.extra-color-2 i:before,div[data-style=minimal_small] .toggle.extra-color-2>.toggle-title:after{background-color:#e8e8e8}#sidebar .widget:hover [class^=icon-].icon-3x.extra-color-2:not(.alt-style),.bar_graph li .extra-color-2,.divider-border[data-color=extra-color-2],.divider-small-border[data-color=extra-color-2],.extra-color-2.icon-normal,.nectar-animated-title[data-color=extra-color-2] .nectar-animated-title-inner:after,.nectar-button.regular-button.extra-color-2,.nectar-button.tilt.extra-color-2,.nectar-fancy-box[data-color=extra-color-2]:after,.nectar-fancy-box[data-color=extra-color-2]:not([data-style=default]) .box-bg:after,.nectar-hor-list-item[data-color=extra-color-2]:before,.nectar-progress-bar .extra-color-2,.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-2] li:after,.nectar-video-box[data-color=extra-color-2] .nectar_video_lightbox,.nectar_video_lightbox.play_button_with_text[data-color=extra-color-2]:not([data-style=small]) .play>.inner-wrap:before,.portfolio-filters-inline[data-color-scheme=extra-color-2-underline] a:after,.portfolio-filters-inline[data-color-scheme=extra-color-2],.portfolio-filters[data-color-scheme=extra-color-2] #sort-portfolio,.portfolio-filters[data-color-scheme=extra-color-2] a,.swiper-slide .button.solid_color .extra-color-2,.swiper-slide .button.solid_color_2 .extra-color-2,body .nectar-video-box[data-color=extra-color-2][data-hover=zoom_button] .nectar_video_lightbox:after,body .swiper-slide .button.transparent_2 .extra-color-2:hover,body.material .nectar-video-box[data-color=extra-color-2] .nectar_video_lightbox:before,body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-2[data-color-override=false] i{background-color:#e8e8e8!important}.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-2] svg path{stroke:#e8e8e8!important}body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-2[data-color-override=false] i:after{box-shadow:#e8e8e8 0 8px 15px;opacity:.24}.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-2]:before{box-shadow:0 30px 90px #e8e8e8}.nectar-fancy-box[data-style=hover_desc][data-color=extra-color-2] .box-bg:after{background:linear-gradient(to bottom,rgba(0,0,0,0),#e8e8e8 100%)}.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-2]:hover,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-2] .play:after,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-2] .play:before,body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote .bottom-arrow:after,body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote .bottom-arrow:after,div[data-style=minimal] .toggle.extra-color-2:hover i,div[data-style=minimal] .toggle.open.extra-color-2 i{border-color:#e8e8e8}body.material .nectar-button.see-through.extra-color-2[data-color-override=false]{border-color:#e8e8e8!important}.im-icon-wrap[data-color=extra-color-2] path{fill:#e8e8e8}.nectar-color-extra-color-3,.testimonial_slider[data-rating-color=extra-color-3] .star-rating .filled:before,div[data-style=minimal] .toggle.extra-color-3.open>.toggle-title a,div[data-style=minimal] .toggle.extra-color-3:hover>.toggle-title a,div[data-style=minimal_small] .toggle.extra-color-3.open>.toggle-title a,div[data-style=minimal_small] .toggle.extra-color-3>.toggle-title a:hover{color:#fff}.nectar-milestone .number.extra-color-3,.nectar_icon_wrap[data-color=extra-color-3] i,.nectar_single_testimonial[data-color=extra-color-3] p .open-quote,.no-highlight.extra-color-3 h3,.svg-icon-holder[data-color=extra-color-3],.team-member .extra-color-3:hover,.team-member .social.extra-color-3 li a,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-3-underline].full-width-section .active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-3-underline].full-width-section a:hover,body [class^=icon-].icon-default-style.extra-color-3,body [class^=icon-].icon-default-style[data-color=extra-color-3],body.material .nectar-button.see-through.extra-color-3[data-color-override=false],span.extra-color-3{color:#fff!important}#ajax-content-wrap .nectar-bg-pseudo-extra-color-3:before,.nectar-bg-extra-color-3,.nectar-button.nectar_video_lightbox[data-color=default-extra-color-3],.nectar-cta[data-color=extra-color-3]:not([data-style=material]) .link_wrap,.nectar-flickity[data-controls*=arrows_overlaid][data-control-color=extra-color-3] .flickity-prev-next-button:hover:before,.nectar-flickity[data-controls=default][data-control-color=extra-color-3] .flickity-page-dots .dot:before,.nectar-flickity[data-controls=touch_total][data-control-color=extra-color-3] .visualized-total span,.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-3] .nectar-list-item-btn:hover,.nectar-post-grid-wrap[data-load-more-color=extra-color-3] .load-more:hover,.nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-3]:hover,.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote.is-selected p,.toggle.open.extra-color-3>.toggle-title a,.wpb_row .nectar-post-grid-filters[data-active-color=extra-color-3] a:after,[class*=" icon-"].extra-color-3.icon-normal,div[data-style=minimal] .toggle.extra-color-3.open i:after,div[data-style=minimal] .toggle.extra-color-3:hover i:after,div[data-style=minimal] .toggle.extra-color-3:hover i:before,div[data-style=minimal] .toggle.open.extra-color-3 i:before,div[data-style=minimal_small] .toggle.extra-color-3>.toggle-title:after{background-color:#fff}#sidebar .widget:hover [class^=icon-].icon-3x.extra-color-3:not(.alt-style),.bar_graph li .extra-color-3,.divider-border[data-color=extra-color-3],.divider-small-border[data-color=extra-color-3],.extra-color-3.icon-normal,.nectar-animated-title[data-color=extra-color-3] .nectar-animated-title-inner:after,.nectar-button.regular-button.extra-color-3,.nectar-button.tilt.extra-color-3,.nectar-fancy-box[data-color=extra-color-3]:after,.nectar-fancy-box[data-color=extra-color-3]:not([data-style=default]) .box-bg:after,.nectar-hor-list-item[data-color=extra-color-3]:before,.nectar-progress-bar .extra-color-3,.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-3] li:after,.nectar-video-box[data-color=extra-color-3] .nectar_video_lightbox,.nectar_video_lightbox.play_button_with_text[data-color=extra-color-3]:not([data-style=small]) .play>.inner-wrap:before,.portfolio-filters-inline[data-color-scheme=extra-color-3-underline] a:after,.portfolio-filters-inline[data-color-scheme=extra-color-3],.portfolio-filters[data-color-scheme=extra-color-3] #sort-portfolio,.portfolio-filters[data-color-scheme=extra-color-3] a,.swiper-slide .button.solid_color .extra-color-3,.swiper-slide .button.solid_color_2 .extra-color-3,body .nectar-video-box[data-color=extra-color-3][data-hover=zoom_button] .nectar_video_lightbox:after,body .swiper-slide .button.transparent_2 .extra-color-3:hover,body.material .nectar-video-box[data-color=extra-color-3] .nectar_video_lightbox:before,body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-3[data-color-override=false] i{background-color:#fff!important}.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-3] svg path{stroke:#ffffff!important}body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-3[data-color-override=false] i:after{box-shadow:#fff 0 8px 15px;opacity:.24}.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-3]:before{box-shadow:0 30px 90px #fff}.nectar-fancy-box[data-style=hover_desc][data-color=extra-color-3] .box-bg:after{background:linear-gradient(to bottom,rgba(0,0,0,0),#fff 100%)}.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-3]:hover,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-3] .play:after,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-3] .play:before,body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote .bottom-arrow:after,body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote .bottom-arrow:after,div[data-style=minimal] .toggle.extra-color-3:hover i,div[data-style=minimal] .toggle.open.extra-color-3 i{border-color:#fff}body.material .nectar-button.see-through.extra-color-3[data-color-override=false]{border-color:#fff!important}.im-icon-wrap[data-color=extra-color-3] path{fill:#ffffff}.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li a .popular-featured-img:after{background:#666;background:linear-gradient(to right,#666,#fff)}#ajax-content-wrap .nectar-bg-pseudo-extra-color-gradient-1:before,.divider-border[data-color=extra-color-gradient-1],.divider-small-border[data-color=extra-color-gradient-1],.nectar-bg-extra-color-gradient-1,.nectar-fancy-box[data-style=default][data-color=extra-color-gradient-1]:after,.nectar-progress-bar .extra-color-gradient-1,.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-gradient-1] li:after,.wpb_row .nectar-post-grid-filters[data-active-color=extra-color-gradient-1] a:after{background:#fff;background:linear-gradient(to right,#fff,#666)}.icon-normal.extra-color-gradient-1,.nectar-button.extra-color-gradient-1:after,.nectar-button.see-through-extra-color-gradient-1:after,.nectar-cta[data-color=extra-color-gradient-1]:not([data-style=material]) .link_wrap,.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-1] .box-bg:after,.nectar-post-grid-wrap[data-load-more-color=extra-color-gradient-1] .load-more:before,body [class^=icon-].icon-3x.alt-style.extra-color-gradient-1{background:#fff;background:linear-gradient(to bottom right,#fff,#666)}.swiper-slide .button.solid_color .extra-color-gradient-1,.swiper-slide .button.transparent_2 .extra-color-gradient-1:before,body.material .nectar-button.regular.m-extra-color-gradient-1,body.material .nectar-button.see-through.m-extra-color-gradient-1:before{background:#fff;background:linear-gradient(125deg,#fff,#666)}body.material .nectar-button.regular.m-extra-color-gradient-1:before{background:#666}.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-1]:before{box-shadow:0 30px 90px #666}.nectar-color-extra-color-gradient-1,.testimonial_slider[data-rating-color=extra-color-gradient-1] .star-rating .filled:before{color:#fff;background:linear-gradient(to right,#fff,#666);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nectar-button.extra-color-gradient-1,.nectar-button.see-through-extra-color-gradient-1{border-width:3px;border-style:solid;-moz-border-image:-moz-linear-gradient(top right,#ffffff 0,#666666 100%);-webkit-border-image:-webkit-linear-gradient(top right,#ffffff 0,#666666 100%);border-image:linear-gradient(to bottom right,#ffffff 0,#666666 100%);border-image-slice:1}.nectar_icon_wrap[data-color=extra-color-gradient-1]:not([data-style=shadow-bg]) i,[class*=" icon-"].extra-color-gradient-1:not(.icon-normal):before,[class*=" icon-"][data-color=extra-color-gradient-1]:before,[class^=icon-].extra-color-gradient-1:not(.icon-normal):before,[class^=icon-][data-color=extra-color-gradient-1]:before{color:#fff;background:linear-gradient(to bottom right,#fff,#666);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:initial}.nectar-button.extra-color-gradient-1 .hover,.nectar-button.see-through-extra-color-gradient-1 .start{background:#fff;background:linear-gradient(to bottom right,#fff,#666);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:initial}.nectar-button.extra-color-gradient-1.no-text-grad .hover,.nectar-button.see-through-extra-color-gradient-1.no-text-grad .start{background:0 0!important;color:#fff!important}#ajax-content-wrap .nectar-bg-pseudo-extra-color-gradient-2:before,.divider-border[data-color=extra-color-gradient-2],.divider-small-border[data-color=extra-color-gradient-2],.nectar-bg-extra-color-gradient-2,.nectar-fancy-box[data-style=default][data-color=extra-color-gradient-2]:after,.nectar-progress-bar .extra-color-gradient-2,.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-gradient-2] li:after,.wpb_row .nectar-post-grid-filters[data-active-color=extra-color-gradient-2] a:after{background:#fff;background:linear-gradient(to right,#fff,#999)}.icon-normal.extra-color-gradient-2,.nectar-button.extra-color-gradient-2:after,.nectar-button.see-through-extra-color-gradient-2:after,.nectar-cta[data-color=extra-color-gradient-2]:not([data-style=material]) .link_wrap,.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-2] .box-bg:after,.nectar-post-grid-wrap[data-load-more-color=extra-color-gradient-2] .load-more:before,body [class^=icon-].icon-3x.alt-style.extra-color-gradient-2{background:#fff;background:linear-gradient(to bottom right,#fff,#999)}.swiper-slide .button.solid_color .extra-color-gradient-2,.swiper-slide .button.transparent_2 .extra-color-gradient-2:before,body.material .nectar-button.regular.m-extra-color-gradient-2,body.material .nectar-button.see-through.m-extra-color-gradient-2:before{background:#fff;background:linear-gradient(125deg,#fff,#999)}body.material .nectar-button.regular.m-extra-color-gradient-2:before{background:#999}.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-2]:before{box-shadow:0 30px 90px #999}.nectar-color-extra-color-gradient-2,.testimonial_slider[data-rating-color=extra-color-gradient-2] .star-rating .filled:before{color:#fff;background:linear-gradient(to right,#fff,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nectar-button.extra-color-gradient-2,.nectar-button.see-through-extra-color-gradient-2{border-width:3px;border-style:solid;-moz-border-image:-moz-linear-gradient(top right,#ffffff 0,#999999 100%);-webkit-border-image:-webkit-linear-gradient(top right,#ffffff 0,#999999 100%);border-image:linear-gradient(to bottom right,#ffffff 0,#999999 100%);border-image-slice:1}.nectar_icon_wrap[data-color=extra-color-gradient-2]:not([data-style=shadow-bg]) i,[class*=" icon-"].extra-color-gradient-2:not(.icon-normal):before,[class*=" icon-"][data-color=extra-color-gradient-2]:before,[class^=icon-].extra-color-gradient-2:not(.icon-normal):before,[class^=icon-][data-color=extra-color-gradient-2]:before{color:#fff;background:linear-gradient(to bottom right,#fff,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:initial}.nectar-button.extra-color-gradient-2 .hover,.nectar-button.see-through-extra-color-gradient-2 .start{background:#fff;background:linear-gradient(to bottom right,#fff,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:initial}.nectar-button.extra-color-gradient-2.no-text-grad .hover,.nectar-button.see-through-extra-color-gradient-2.no-text-grad .start{background:0 0!important;color:#fff!important}:root{--nectar-accent-color:#e6292f;--nectar-extra-color-1:#000000;--nectar-extra-color-2:#e8e8e8;--nectar-extra-color-3:#ffffff}:root{--nectar-bg-color:#ffffff}#full_width_portfolio .project-title.parallax-effect,#page-header-wrap,.ascend .container-wrap,.ascend .project-title,.carousel-wrap .left-border,.carousel-wrap .right-border,.carousel-wrap[data-full-width=true] .carousel-heading,.container-wrap,.material .ocm-effect-wrap,.nectar-global-section.after-nav,.nectar-global-section.before-footer,.page-header-no-bg,.page-template-template-portfolio-php .portfolio-items .col.span_3,.page-template-template-portfolio-php .portfolio-items .col.span_4,.portfolio-items .col,.project-title,.single-post #single-below-header.fullscreen-header,.single-post.ascend #page-header-bg.fullscreen-header,.wpml-ls-statics-footer,body,body .nectar-quick-view-box div.product .product div.summary,body .vc_text_separator div,body.box-rolling,body[data-footer-reveal="1"].ascend.box-rolling,body[data-footer-reveal="1"].box-rolling{background-color:#fff}#sidebar .widget .nectar_widget[class*=nectar_blog_posts_]>li .post-date,.post-area.standard-minimal .post .more-link span,.woocommerce .woocommerce-breadcrumb a,.woocommerce .woocommerce-breadcrumb i,.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a,body,body h1,body h2,body h3,body h4,body h5,body h6,body:not(.original) .comment-list .comment-author,body:not(.original) .comment-list .pingback .comment-body>a{color:#000}#sidebar h4,.ascend.woocommerce #sidebar h4,body .row .col.section-title span{color:#000}#ajax-content-wrap ul.products li.product.minimal .price{color:#000!important}.single .heading-title[data-header-style=default_minimal] .meta-category a{color:#000;border-color:#000}#slide-out-widget-area ul .menu-item .nectar-ext-menu-item .menu-title-text{background-image:linear-gradient(to right,#fff 0,#fff 100%)}#footer-outer,#nectar_fullscreen_rows>#footer-outer.wpb_row .full-page-inner-wrap{background-color:#fff!important}#footer-outer #footer-widgets{border-bottom:none}body.original #footer-outer #footer-widgets .col ul li{border-bottom:1px solid rgba(0,0,0,.1)}#footer-outer #footer-widgets .col .widget_recent_comments ul li,.original #footer-outer #footer-widgets .col .widget_recent_comments ul li{background-color:rgba(0,0,0,.07);border-bottom:0}#footer-outer,#footer-outer a:not(.nectar-button){color:#4e4a52!important}#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button),#footer-outer[data-link-hover=underline][data-custom-color=true] #footer-widgets ul:not([class*=nectar_blog_posts]) a:not(.tag-cloud-link):not(.nectar-button){background-image:linear-gradient(to right,#4e4a52 0,#4e4a52 100%)}#footer-outer #footer-widgets .widget h4,#footer-outer .col .recent_posts_extra_widget .post-widget-text span,#footer-outer .col .widget_recent_entries span{color:#ababa9!important}.ascend #footer-outer #copyright,body #footer-outer #copyright{border:none;background-color:#fff}body #footer-outer #copyright .widget h4,body #footer-outer #copyright li a i,body #footer-outer #copyright p{color:#4e4a52}#footer-outer #copyright a:not(.nectar-button){color:#4e4a52!important}body #footer-outer[data-cols="1"] #copyright li a i:after{border-color:#4e4a52}body #footer-outer #copyright li a:hover i,body #footer-outer[data-cols="1"] #copyright li a:hover i,body #footer-outer[data-cols="1"] #copyright li a:hover i:after{border-color:#ababa9;color:#ababa9}#footer-outer #copyright a:hover:not(.nectar-button){color:#ababa9!important}body #call-to-action{background-color:#fff}body #call-to-action span{color:#4b4f52}body #slide-out-widget-area-bg{background-color:rgba(0,0,0,.8)}@media only screen and (min-width:1000px){#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo,#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 .logo-clone{margin-top:-10px}#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav>ul>li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle)>a{margin-bottom:20px}#header-outer #logo,#header-outer .logo-clone,#header-outer .logo-spacing{margin-top:20px;margin-bottom:20px;position:relative}#header-outer.small-nav #logo,#header-outer.small-nav .logo-clone,#header-outer.small-nav .logo-spacing{margin-top:11.111111111111px;margin-bottom:11.111111111111px}#header-outer.small-nav #logo img,#header-outer.small-nav .logo-clone img,#header-outer.small-nav .logo-spacing img{height:44px}}@media only screen and (min-width:1000px){.material #header-outer:not(.transparent) .bg-color-stripe{top:90px;height:calc(35vh - 90px)}.material #header-outer:not(.transparent).small-nav .bg-color-stripe{top:66.222222222222px;height:calc(35vh - 66.222222222222px)}}@media only screen and (max-width:999px){.material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe,.material #header-outer:not([data-permanent-transparent="1"]):not(.transparent) .bg-color-stripe{top:48px;height:calc(30vh - 48px)}}#header-outer #logo img,#header-outer .logo-clone img,#header-outer .logo-spacing img{height:50px}#header-outer[data-lhe=animated_underline] #top nav>.sf-menu>li[class*=button_bordered]>a,#header-outer[data-lhe=animated_underline] #top nav>ul>li>a,#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a,#top nav>ul>li[class*=button_bordered]>a,#top nav>ul>li[class*=button_solid_color]>a,body #header-outer.transparent #top nav>ul>li[class*=button_bordered]>a,body #header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a,body #header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_bordered]>a:hover,body #header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color]>a:hover{margin-left:14px;margin-right:14px}#header-outer .nectar-header-text-content,#header-outer[data-lhe=default] #top nav>ul>li>a,body[data-header-search=false][data-full-width-header=false] #header-outer[data-lhe=animated_underline][data-format=default][data-cart=false] .nectar-header-text-content{padding-left:14px;padding-right:14px}#header-outer[data-lhe=animated_underline][data-condense=true][data-format=centered-menu-bottom-bar].fixed-menu #top nav>ul>li>a{margin-left:10px;margin-right:10px}#header-outer[data-lhe=default][data-condense=true][data-format=centered-menu-bottom-bar].fixed-menu #top nav>ul>li>a{padding-left:10px;padding-right:10px}#header-outer #top .sf-menu>.sf-with-ul>a{padding-right:24px!important}#header-outer[data-lhe=animated_underline] #top .sf-menu>.sf-with-ul:not([class*=button])>a{padding-right:10px!important}#header-outer[data-lhe=animated_underline] #top .sf-menu>.sf-with-ul[class*=button]>a{padding-right:26px!important}#header-outer[data-lhe=default][data-condense=true][data-format=centered-menu-bottom-bar]:not([data-menu-bottom-bar-align=left]).fixed-menu #top nav .sf-menu>.sf-with-ul>a{padding-right:20px!important}#header-outer .widget_shopping_cart .buttons,#header-outer .widget_shopping_cart .cart_list,#header-outer .widget_shopping_cart .total,#header-outer[data-format=centered-menu] #top nav>ul>li>ul>li,#header-secondary-outer .sf-menu>li>ul>li,#top nav>ul>li>ul>li{-webkit-transform:translate3d(0,13px,0);transform:translate3d(0,13px,0)}#header-outer nav ul li .sfHover>a .sf-sub-indicator i,#header-outer nav ul li li:hover>a .sf-sub-indicator i,#header-outer nav>ul>.megamenu>ul ul .sfHover>a,#header-outer nav>ul>.megamenu>ul ul li a:focus,#header-outer nav>ul>.megamenu>ul ul li a:hover,#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) .sfHover>a,#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a,#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a .sf-sub-indicator i,#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul a:hover,#header-outer:not([data-format=left-header]) nav>ul>.megamenu ul ul .current-menu-ancestor>a,#header-outer:not([data-format=left-header]) nav>ul>.megamenu ul ul .current-menu-item>a,body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a,body[data-dropdown-style=minimal] #header-secondary-outer ul>li:not(.megamenu) .sfHover>a,body[data-dropdown-style=minimal] #header-secondary-outer ul>li:not(.megamenu) ul a:hover{color:#fff}body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a,body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul ul li a:hover{color:#fff;background-color:#000}#slide-out-widget-area .nectar-ext-menu-item .menu-title-text{background-image:none!important}#header-space{height:90px}@media only screen and (max-width:999px){#header-space{height:48px}}#header-outer #logo .mobile-only-logo,#header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 .logo-clone img{height:24px}@media only screen and (max-width:999px){#header-outer[data-permanent-transparent=false] #logo .dark-version,body #top #logo img{height:24px!important}}body #header-outer,body[data-header-color=dark] #header-outer{background-color:#fff}.material #header-outer:not(.transparent) .bg-color-stripe{display:none}#header-outer #social-in-menu .fa-twitter:after,.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links .fa-twitter:after{content:"\e60c"}#header-outer #social-in-menu .fa-linkedin:after,.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links .fa-linkedin:after{content:"\e605"}#header-outer #social-in-menu .fa-stack-exchange:after,.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links .fa-stack-exchange:after{content:"\f18d"}#header-outer #mobile-menu .nectar-menu-icon,#header-outer #mobile-menu .nectar-menu-icon-img,.off-canvas-menu-container .nectar-menu-icon,.off-canvas-menu-container .nectar-menu-icon-img{display:none}body.original #header-outer[data-full-width=true][data-remove-border=true] #top nav ul #search-btn{margin-left:22px}@media only screen and (max-width:999px){#search-outer #search #close a:before,body.material #header-outer #search-outer #search #close a:before,body[data-header-format=left-header] #search-outer #search #close a:before{height:28px;width:28px;margin:-14px 0 0 -14px}.material #search-outer #search #close a span{font-size:13px;height:13px;line-height:13px;top:6px}#search-outer #search #close a span{font-size:16px;height:16px;line-height:16px}.ascend #search-outer #search #close a span{top:0}.ascend #search-outer #search #close a{height:20px}#search-outer #search #close a{height:14px}#search-outer #search #close,body.material #header-outer #search-outer #search #close{top:0;right:-5px}#search-outer #search #close a,body.material #header-outer #search-outer #search #close a{right:8px;top:9px}body.original #search-outer #search #close a{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}body[data-bg-header=true][data-header-search=true] #header-outer[data-has-menu=false] #top nav ul #search-btn a:after,body[data-bg-header=true][data-header-search=true].ascend #header-outer.transparent[data-has-menu=false] #top nav ul #search-btn a:after,body[data-bg-header=true][data-header-search=true].ascend #header-outer[data-has-menu=false] #top nav ul #search-btn a:after{border:none;display:none}#search-outer{top:0;left:0;width:100%;height:100%;position:absolute;z-index:10000;overflow:visible;display:none;background-color:#fff}#search-box{position:relative}#search-outer .container{overflow:visible;width:100%}#search-outer #search input[type=text]{width:100%;color:#888;font-size:43px;line-height:43px;position:relative;padding:0;background-color:transparent;border:0;-webkit-transition:none;transition:none;box-shadow:none;font-family:"Open Sans";font-weight:700;text-transform:uppercase;letter-spacing:1px}#search-outer>#search form{width:92%;float:left}#search-outer #search #close{list-style:none}#search-outer #search #close a{position:absolute;right:0;top:24px;display:block;width:24px;height:17px;line-height:22px;z-index:10}#search-outer #search #close a span:not(.close-line){color:#a0a0a0;font-size:18px;height:20px;line-height:19px;background-color:transparent;transition:color .2s ease}#search-outer>#search #close a:hover span{color:#000}#header-outer #search{position:relative}body #search-outer #search #close a span{font-size:20px}@media only screen and (min-width :1px) and (max-width :999px){.original #search-outer #search input[type=text],body[data-header-format=left-header]:not(.material) #search-outer #search input[type=text]{font-size:24px;border-bottom-width:2px}.original #search-outer .container{width:100%}body.material #search-outer #search form input[type=text][name]{font-size:16px;line-height:40px;border-bottom-width:2px;padding-right:50px}.material #search-outer .bg-color-stripe,body.material #search-outer{height:30vh}body.material #search-outer{min-height:200px}body.material #search-outer .col{margin-bottom:0}}@media only screen and (max-device-width:2600px){.ascend.using-mobile-browser #search{height:100%}.ascend.using-mobile-browser #search #search-box{top:20px}}.original #search-outer #search{height:100%;display:-webkit-flex;display:flex;align-items:center}@media only screen and (max-width:999px){#search-outer{height:48px;bottom:0;top:auto}}@media only screen and (min-width:1000px){body.original #search-outer #search #search-box input[type=text]{font-size:24px;line-height:1}#search-outer #search #close a{top:50%;margin-top:-7px}}#header-outer[data-box-shadow=small],body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=small][data-remove-fixed="0"]:not(.transparent):not(.invisible),body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=small][data-remove-fixed="1"]:not(.transparent){box-shadow:0 0 3px 0 rgba(0,0,0,.22)}.nectar-skip-to-content:focus{position:fixed;left:6px;top:7px;height:auto;width:auto;display:block;font-size:14px;font-weight:600;padding:15px 23px 14px;background:#f1f1f1;color:#000;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,.6)}#header-outer[data-lhe=animated_underline] li>a .menu-title-text{position:relative}#header-outer .mobile-header li:not([class*=button_])>a .menu-title-text:after,#header-outer[data-lhe=animated_underline] nav>ul>li:not([class*=button_])>a .menu-title-text:after,#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a .menu-title-text:after{-webkit-transition:-webkit-transform .3s ease-out,border-color .3s ease-out;transition:transform .3s ease-out,border-color .3s ease-out;position:absolute;display:block;bottom:-6px;left:0;width:100%;-ms-transform:scaleX(0);-webkit-transform:scaleX(0);transform:scaleX(0);border-top:2px solid #000;content:"";padding-bottom:inherit}#header-outer .mobile-header li:not([class*=button_])>a:hover .menu-title-text:after,#header-outer[data-lhe=animated_underline] #top nav>ul>.sfHover>a .menu-title-text:after,#header-outer[data-lhe=animated_underline] #top nav>ul>li>a:hover .menu-title-text:after,#header-outer[data-lhe=animated_underline] .buttons .current-menu-ancestor>a .menu-title-text:after,#header-outer[data-lhe=animated_underline] .buttons .current-menu-item>a .menu-title-text:after,#header-outer[data-lhe=animated_underline] .sf-menu .current-menu-ancestor>a .menu-title-text:after,#header-outer[data-lhe=animated_underline] .sf-menu .current-menu-item>a .menu-title-text:after,#header-outer[data-lhe=animated_underline] .sf-menu .current_page_ancestor>a .menu-title-text:after,#header-outer[data-lhe=animated_underline] .sf-menu .current_page_item>a .menu-title-text:after,#header-outer[data-lhe=animated_underline] .sf-menu .current_page_parent>a .menu-title-text:after,#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a .menu-title-text:hover:after,#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a:focus .menu-title-text:after{backface-visibility:hidden;-webkit-transform:scaleX(1);transform:scaleX(1)}body[data-header-inherit-rc=true] #header-outer[data-lhe=animated_underline].light-text #top nav>ul>li:not([class*=button_])>a .menu-title-text:after{border-color:#fff}#header-outer[data-lhe=animated_underline].transparent.dark-slide #top nav>ul>li>a .menu-title-text:after{border-color:#000!important}:root{--nectar-border-thickness:2px}.span_12.light .wpb_text_column a{transition:.3s ease opacity,.3s ease color}.span_12.light .wpb_text_column a:not(:hover){opacity:.7}@media only screen and (min-width:1000px) and (max-width:1300px){.full-width-content .vc_span12 .swiper-slide .content h2,.nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content h2,.nectar-slider-wrap[data-full-width=true] .swiper-slide .content h2{font-size:45px!important;line-height:51px!important}.full-width-content .vc_span12 .swiper-slide .content p,.nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content p,.nectar-slider-wrap[data-full-width=true] .swiper-slide .content p{font-size:18px!important;line-height:31.2px!important}}@media only screen and (min-width :691px) and (max-width :999px){.full-width-content .vc_span12 .swiper-slide .content h2,.nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content h2,.nectar-slider-wrap[data-full-width=true] .swiper-slide .content h2{font-size:33px!important;line-height:39px!important}.full-width-content .vc_span12 .swiper-slide .content p,.nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content p,.nectar-slider-wrap[data-full-width=true] .swiper-slide .content p{font-size:13.2px!important;line-height:24px!important}}@media only screen and (max-width :690px){.full-width-content .vc_col-sm-12 .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .content h2,.full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .content h2,.nectar-slider-wrap[data-full-width=boxed-full-width][data-fullscreen=false] .swiper-slide .content h2,.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content h2{font-size:15px!important;line-height:21px!important}.full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .content p,.nectar-slider-wrap[data-full-width=boxed-full-width][data-fullscreen=false] .swiper-slide .content p,.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content p{font-size:10px!important;line-height:17.52px!important}}:root{--wp--style--root--padding-left:90px;--wp--style--root--padding-right:90px;--container-padding:90px;--nectar-resp-container-padding:90px}@media only screen and (min-width:1000px){.container,.material #search-outer #search,.nectar-recent-posts-slider .flickity-page-dots,.post-area.standard-minimal.full-width-content .post .inner-wrap,.woocommerce-tabs .full-width-content .tab-container,body[data-header-format=left-header] .container{max-width:1425px;width:100%;margin:0 auto;padding:0 90px}#nectar_fullscreen_rows[data-footer=default] #copyright .container,#nectar_fullscreen_rows[data-footer=default] #footer-widgets .container,.nectar-recent-posts-slider .flickity-page-dots,body .container .page-submenu.stuck .container:not(.tab-container):not(.normal-container){padding:0 90px!important}.swiper-slide .content{padding:0 90px}body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container){width:100%!important;padding:0!important}body .carousel-heading .container .carousel-next{right:10px}body .carousel-heading .container .carousel-prev{right:35px}.carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link{left:90px}.carousel-wrap[data-full-width=true] .carousel-heading{margin-left:-20px;margin-right:-20px}#ajax-content-wrap .carousel-wrap[data-full-width=true] .carousel-next{right:90px}#ajax-content-wrap .carousel-wrap[data-full-width=true] .carousel-prev{right:115px}.carousel-wrap[data-full-width=true]{padding:0}.carousel-wrap[data-full-width=true] .caroufredsel_wrapper{padding:20px}#search-outer #search #close a{right:90px}body.material #search-outer #search #close{right:90px}body.material #search-outer #search #close a{right:12px}}@media only screen and (min-width:1000px){.container,.material #search-outer #search,.nectar-recent-posts-slider .flickity-page-dots,.post-area.standard-minimal.full-width-content .post .inner-wrap,.woocommerce-tabs .full-width-content .tab-container,body[data-header-format=left-header] .container{max-width:1425px}}:root{--container-width:1425px}html body{--wp--style--global--content-size:1425px;--wp--style--global--wide-size:1725px}body[data-fancy-form-rcs="1"] .select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;padding:4px}body[data-fancy-form-rcs="1"] .variations select{padding:8px}body[data-fancy-form-rcs="1"] .select2-container .select2-choice,body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single{height:auto;background-color:transparent;border-color:#e0e0e0;padding-top:5px;padding-bottom:5px;-webkit-transition:background-color .15s cubic-bezier(.39,.71,.56,.98),color .15s cubic-bezier(.39,.71,.56,.98);transition:background-color .15s cubic-bezier(.39,.71,.56,.98),color .15s cubic-bezier(.39,.71,.56,.98)}body[data-fancy-form-rcs="1"].woocommerce-checkout .select2-container--default .select2-selection--single{color:#555}body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover .select2-arrow b:after{-webkit-transition:border-color .15s cubic-bezier(.39,.71,.56,.98);transition:border-color .15s cubic-bezier(.39,.71,.56,.98)}body[data-fancy-form-rcs="1"] .select2-drop,body[data-fancy-form-rcs="1"] .select2-dropdown{border:none;background-color:#fff;box-shadow:0 0 6px rgba(0,0,0,.2)}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-dropdown{box-shadow:0 6px 28px rgba(0,0,0,.08)}.select2-search input,body[data-fancy-form-rcs="1"] .select2-container,body[data-fancy-form-rcs="1"] .select2-drop,body[data-fancy-form-rcs="1"] .select2-search{font-size:14px}body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b,body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection__arrow b,body[data-fancy-form-rcs="1"] .select2-container:not(.select2-dropdown-open) .select2-choice:hover .select2-arrow b:after{border-top-color:#fff}body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b,body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection--single .select2-selection__arrow b,body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice .select2-arrow b:after{border-bottom-color:#fff}body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;width:30px;top:0}body[data-fancy-form-rcs="1"] .select2-container .select2-selection--single .select2-selection__rendered{padding-left:10px;padding-right:30px}body[data-fancy-form-rcs="1"] .select2-container .select2-dropdown{color:#000}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:20px;line-height:1.9}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow{width:12px}body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected],body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option[aria-selected=true]{background-color:#f0f0f0!important}body[data-fancy-form-rcs="1"] .select2-drop .select2-search input[type=text],body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-above .select2-search input,body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-below .select2-search input{padding:0 4px!important;margin-top:7px!important}body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover,body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover>.select2-chosen,body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice,body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice>.select2-chosen{color:#fff!important;box-shadow:none;-webkit-box-shadow:none}body[data-fancy-form-rcs="1"].admin-bar .select2-drop.select2-drop-above.select2-drop-active{margin-top:-33px}body[data-fancy-form-rcs="1"] .fancy-select-wrap{padding-top:12px}body[data-fancy-form-rcs="1"] .fancy-select-wrap label{padding-bottom:0;font-size:12px;display:inline-block;color:#acacac!important}body[data-fancy-form-rcs="1"] .woocommerce-ordering select,body[data-fancy-form-rcs="1"] select{color:inherit}body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected],body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered,body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default:hover .select2-selection--single .select2-selection__rendered{color:inherit!important}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow b,body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default:hover .select2-selection--single .select2-selection__arrow b{border-top-color:inherit;transition:transform .3s ease}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:inherit transparent transparent transparent;border-width:5px 4px 0 4px;transform:rotate(180deg)}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--open .select2-selection--single .select2-selection__arrow b{border-bottom-color:inherit}body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__rendered{color:#fff!important}body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover .select2-selection__placeholder{color:#fff}body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn):hover,body[data-form-submit=see-through] input[type=submit]:hover{color:#fff!important}body[data-form-submit=see-through] .container-wrap button[type=submit]:not(.search-widget-btn),body[data-form-submit=see-through] .container-wrap input[type=submit]{padding:15px 22px!important}[data-form-submit=see-through] .woocommerce #order_review #payment #place_order,body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn),body[data-form-submit=see-through] input[type=submit],body[data-form-submit=see-through].woocommerce #respond input#submit{background-color:transparent!important;border:2px solid #000}body[data-form-style=minimal] .container-wrap .span_12.light input[type=email],body[data-form-style=minimal] input[type=date],body[data-form-style=minimal] input[type=email],body[data-form-style=minimal] input[type=number],body[data-form-style=minimal] input[type=password],body[data-form-style=minimal] input[type=search],body[data-form-style=minimal] input[type=tel],body[data-form-style=minimal] input[type=text],body[data-form-style=minimal] input[type=url],body[data-form-style=minimal] select,body[data-form-style=minimal] textarea{background-color:rgba(0,0,0,.035);box-shadow:none;-webkit-box-shadow:none;border:none;position:relative;margin:0;font-size:14px;border-bottom:2px solid #e0e0e0;-webkit-transition:border-color .2s ease;transition:border-color .2s ease;border-radius:0}body[data-form-style=minimal] .container-wrap .span_12.light input[type=date],body[data-form-style=minimal] .container-wrap .span_12.light input[type=email],body[data-form-style=minimal] .container-wrap .span_12.light input[type=number],body[data-form-style=minimal] .container-wrap .span_12.light input[type=password],body[data-form-style=minimal] .container-wrap .span_12.light input[type=search],body[data-form-style=minimal] .container-wrap .span_12.light input[type=tel],body[data-form-style=minimal] .container-wrap .span_12.light input[type=text],body[data-form-style=minimal] .container-wrap .span_12.light input[type=url],body[data-form-style=minimal] .container-wrap .span_12.light select,body[data-form-style=minimal] .container-wrap .span_12.light textarea{color:#fff;border-top:0;border-left:0;border-right:0;background-color:rgba(255,255,255,.04);box-shadow:none;border-bottom:2px solid transparent}body[data-form-style=minimal].material .span_12.light .select2-container--default .select2-selection--single,body[data-form-style=minimal][data-fancy-form-rcs="1"].material .span_12.light .select2-container--default .select2-selection--single{background-color:rgba(255,255,255,.04)}body[data-form-style=minimal] .container-wrap .span_12.light input[type=date]:focus,body[data-form-style=minimal] .container-wrap .span_12.light input[type=email]:focus,body[data-form-style=minimal] .container-wrap .span_12.light input[type=number]:focus,body[data-form-style=minimal] .container-wrap .span_12.light input[type=password]:focus,body[data-form-style=minimal] .container-wrap .span_12.light input[type=search]:focus,body[data-form-style=minimal] .container-wrap .span_12.light input[type=tel]:focus,body[data-form-style=minimal] .container-wrap .span_12.light input[type=text]:focus,body[data-form-style=minimal] .container-wrap .span_12.light input[type=url]:focus,body[data-form-style=minimal] .container-wrap .span_12.light select:focus,body[data-form-style=minimal] .container-wrap .span_12.light textarea:focus{border-top:0;border-left:0;border-right:0;border-color:#fff}body[data-form-style=minimal] textarea,body[data-form-style=minimal].woocommerce #review_form #respond textarea{padding:20px}body[data-form-style=minimal] .widget_search .search-form .search-submit{top:30px}.select2-search input,.woocommerce input#coupon_code,body[data-fancy-form-rcs="1"] .select2-container,body[data-fancy-form-rcs="1"] .select2-drop,body[data-fancy-form-rcs="1"] .select2-search,body[data-form-style=minimal] .container-wrap .span_12.light input[type=email],span.wpcf7-not-valid-tip{font-size:14px}.container-wrap input[type=date],.container-wrap input[type=email],.container-wrap input[type=number],.container-wrap input[type=password],.container-wrap input[type=search],.container-wrap input[type=tel],.container-wrap input[type=text],.container-wrap input[type=url],.container-wrap select,.container-wrap textarea,.material.woocommerce-page[data-form-style=default] input#coupon_code,.select2-container--default .select2-selection--single,.woocommerce input#coupon_code,body>#review_form_wrapper.modal input[type=email],body>#review_form_wrapper.modal input[type=text],body>#review_form_wrapper.modal select,body>#review_form_wrapper.modal textarea,body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single,body[data-form-style=minimal] input[type=date],body[data-form-style=minimal] input[type=email],body[data-form-style=minimal] input[type=number],body[data-form-style=minimal] input[type=password],body[data-form-style=minimal] input[type=search],body[data-form-style=minimal] input[type=tel],body[data-form-style=minimal] input[type=text],body[data-form-style=minimal] input[type=url],body[data-form-style=minimal] select,body[data-form-style=minimal] textarea{font-size:14px}#ajax-loading-screen{background-color:#fff;width:100%;height:100%;position:fixed;top:0;left:0;display:none;z-index:1000000000}#ajax-loading-screen .reveal-1,#ajax-loading-screen .reveal-2{position:absolute;left:100%;top:0;width:100%;height:100%}#ajax-loading-screen[data-effect*=horizontal_swipe]{background-color:transparent!important;left:-100%}body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard][data-effect*=horizontal_swipe]{display:block}body[data-ajax-transitions=true][data-apte=horizontal_swipe_basic] #ajax-loading-screen .reveal-2{display:none}#ajax-loading-screen.in-from-right{left:0}.no-cssanimations #ajax-loading-screen.loaded .reveal-1,.no-cssanimations #ajax-loading-screen.loaded .reveal-2{display:none}#ajax-loading-screen.loaded .reveal-1{backface-visibility:hidden;-webkit-animation:nectar-anim-effect-2-2 1.85s cubic-bezier(.67,0,.3,1) forwards;animation:nectar-anim-effect-2-2 1.85s cubic-bezier(.67,0,.3,1) forwards}#ajax-loading-screen.loaded .reveal-2{backface-visibility:hidden;-webkit-animation:nectar-anim-effect-2-1 1.85s cubic-bezier(.67,0,.3,1) forwards;animation:nectar-anim-effect-2-1 1.85s cubic-bezier(.67,0,.3,1) forwards}#ajax-loading-screen.loaded.in-from-right .reveal-1{-webkit-animation:nectar-anim-effect-2-1 1.85s cubic-bezier(.67,0,.3,1) forwards;animation:nectar-anim-effect-2-1 1.85s cubic-bezier(.67,0,.3,1) forwards}body[data-apte=horizontal_swipe_basic] #ajax-loading-screen.loaded.in-from-right .reveal-1{-webkit-animation:nectar-anim-effect-2-1 1.1s cubic-bezier(.215,.61,.355,1) forwards;animation:nectar-anim-effect-2-1 1.1s cubic-bezier(.215,.61,.355,1) forwards}#ajax-loading-screen.loaded.in-from-right .reveal-2{-webkit-animation:nectar-anim-effect-2-2 1.85s cubic-bezier(.67,0,.3,1) forwards;animation:nectar-anim-effect-2-2 1.85s cubic-bezier(.67,0,.3,1) forwards}body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe].hidden{display:none}body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe].hidden.loaded.in-from-right{display:block}@-webkit-keyframes nectar-anim-effect-2-1{0%{-ms-transform:translateX(0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%,30%{-ms-transform:translateX(-100%);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);animation-timing-function:cubic-bezier(0.67,0,0.3,1)}}@keyframes nectar-anim-effect-2-1{0%{-ms-transform:translateX(0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%,30%{-ms-transform:translateX(-100%);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);animation-timing-function:cubic-bezier(0.67,0,0.3,1)}}@-webkit-keyframes nectar-anim-effect-2-2{0%,14.5%{-ms-transform:translateX(0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%,34.5%{-ms-transform:translateX(-100%);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);animation-timing-function:cubic-bezier(0.67,0,0.3,1)}}@keyframes nectar-anim-effect-2-2{0%,14.5%{-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%,34.5%{-ms-transform:translate3d(-100%,0,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);animation-timing-function:cubic-bezier(0.67,0,0.3,1)}}body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe][data-method=ajax],body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard],body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard] .loading-icon{display:block;opacity:1}#ajax-loading-screen .material-icon{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.nectar-material-spinner circle{stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:nectar_material_loader_dash 1.4s ease-in-out infinite,nectar_material_loader_colors 1.8s ease-in-out infinite}.nectar-material-spinner{animation:nectar_material_loader_rotate 1.4s linear infinite}@keyframes nectar_material_loader_rotate{0%{transform:rotate(0)}100%{transform:rotate(270deg)}}@keyframes nectar_material_loader_dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}100%{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}body #ajax-loading-screen[data-effect=center_mask_reveal]{background-color:transparent}body[data-ajax-transitions=true] #ajax-loading-screen[data-effect=center_mask_reveal].hidden{display:none}#ajax-loading-screen[data-effect=center_mask_reveal] span{position:absolute;background:#fff;z-index:100;-webkit-transition:.8s cubic-bezier(.12,.75,.4,1);transition:.8s cubic-bezier(.12,.75,.4,1)}#ajax-loading-screen .mask-top{top:0;left:0;height:50%;width:100%}#ajax-loading-screen .mask-right{top:0;right:0;height:100%;width:50%}#ajax-loading-screen .mask-bottom{bottom:0;right:0;height:50%;width:100%}#ajax-loading-screen .mask-left{top:0;left:0;height:100%;width:50%}#ajax-loading-screen.loaded .mask-top{-webkit-transform:translateY(-100%) translateZ(0);-ms-transform:translateY(-100%) translateZ(0);transform:translateY(-100%) translateZ(0)}#ajax-loading-screen.loaded .mask-right{-webkit-transform:translateX(100%) translateZ(0);-ms-transform:translateX(100%) translateZ(0);transform:translateX(100%) translateZ(0)}#ajax-loading-screen.loaded .mask-bottom{-webkit-transform:translateY(100%) translateZ(0);-ms-transform:translateY(100%) translateZ(0);transform:translateY(100%) translateZ(0)}#ajax-loading-screen.loaded .mask-left{-webkit-transform:translateX(-100%) translateZ(0);-ms-transform:translateX(-100%) translateZ(0);transform:translateX(-100%) translateZ(0)}#ajax-loading-screen[data-effect=center_mask_reveal].set-to-fade span,#ajax-loading-screen[data-effect=center_mask_reveal].set-to-fade.loaded span{width:100%;height:100%;top:0;left:0;-webkit-transform:none;transform:none}#ajax-loading-screen .reveal-1{background-color:#fff}#ajax-loading-screen .reveal-2{background-color:#fff}@keyframes nectar_material_loader_colors{0%{stroke:#e6292f}50%{stroke:#e6292f}100%{stroke:#e6292f}}.nectar-inherit-border-radius,.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button,body[data-button-style*=slightly_rounded] #header-outer .widget_shopping_cart a.button,body[data-button-style*=slightly_rounded] #infscr-loading,body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap>a,body[data-button-style*=slightly_rounded] #pagination .next.inactive,body[data-button-style*=slightly_rounded] #pagination .prev.inactive,body[data-button-style*=slightly_rounded] #pagination a,body[data-button-style*=slightly_rounded] #pagination span,body[data-button-style*=slightly_rounded] #top nav>ul>li[class*=button_bordered]>a:before,body[data-button-style*=slightly_rounded] #top nav>ul>li[class*=button_solid_color]>a:before,body[data-button-style*=slightly_rounded] .blog-recent[data-style*=classic_enhanced] .meta-category a,body[data-button-style*=slightly_rounded] .comment-list .reply a,body[data-button-style*=slightly_rounded] .container-wrap nav.woocommerce-pagination ul li span,body[data-button-style*=slightly_rounded] .flex-direction-nav a,body[data-button-style*=slightly_rounded] .masonry.classic_enhanced .posts-container article .meta-category a,body[data-button-style*=slightly_rounded] .nectar-button,body[data-button-style*=slightly_rounded] .nectar-button.see-through,body[data-button-style*=slightly_rounded] .nectar-button.see-through-2,body[data-button-style*=slightly_rounded] .nectar-button.see-through-3,body[data-button-style*=slightly_rounded] .nectar-cta:not([data-style=material]) .link_wrap,body[data-button-style*=slightly_rounded] .portfolio-filters-inline .container ul li a,body[data-button-style*=slightly_rounded] .sharing-default-minimal .nectar-love,body[data-button-style*=slightly_rounded] .sharing-default-minimal .nectar-social-inner>a,body[data-button-style*=slightly_rounded] .slide-out-widget-area-toggle[data-custom-color=true] a:before,body[data-button-style*=slightly_rounded] .swiper-slide .button a,body[data-button-style*=slightly_rounded] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,body[data-button-style*=slightly_rounded] button,body[data-button-style*=slightly_rounded] button[type=submit],body[data-button-style*=slightly_rounded] input[type=button],body[data-button-style*=slightly_rounded] input[type=submit],body[data-button-style*=slightly_rounded].material #page-header-bg.fullscreen-header .inner-wrap>a,body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a,body[data-button-style*=slightly_rounded].woocommerce .container-wrap nav.woocommerce-pagination ul li span,body[data-button-style*=slightly_rounded].woocommerce nav.woocommerce-pagination ul li a,body[data-button-style*=slightly_rounded].woocommerce-cart .wc-proceed-to-checkout a.checkout-button,li[class*=menu-item-btn-style]>a:after,li[class*=menu-item-btn-style]>a:before{border-radius:4px!important;-webkit-border-radius:4px!important;box-shadow:none;-webkit-transition:opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);transition:opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1)}.nectar-ext-menu-item__button,.nectar-menu-label:before,.nectar-post-grid .meta-category .style-button,.nectar-shop-filters .nectar-shop-filter-trigger,body[data-button-style*=slightly_rounded] .widget_layered_nav_filters ul li a,body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering .select2-selection--single,body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering select{border-radius:4px}:root{--nectar-border-radius:4px}@media only screen and (min-width :1px) and (max-width :999px){body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible,body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation{opacity:1;-webkit-animation:none;-o-animation:none;animation:none}body:not([data-m-animate="1"]) .clients.no-carousel.fade-in-animation>div{opacity:1}.divider-border[data-animate=yes],.divider-small-border[data-animate=yes]{visibility:visible!important}.col.has-animation[data-animation=fade-in-from-bottom],.col.has-animation[data-animation=fade-in-from-left],.col.has-animation[data-animation=fade-in-from-right],.col.has-animation[data-animation=flip-in-vertical],.col.has-animation[data-animation=flip-in],.col.has-animation[data-animation=grow-in],.col.has-animation[data-animation=zoom-out-high],.col.has-animation[data-animation=zoom-out],.column-bg-overlay-wrap[data-bg-animation*=reveal-from-],.column-bg-overlay-wrap[data-bg-animation*=reveal-from-]>div,.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal],.column-image-bg-wrap[data-bg-animation*=reveal-from-],.column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap,.column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap .column-image-bg,.column-image-bg-wrap[data-bg-animation=zoom-out-reveal],.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap,.divider-border[data-animate=yes],.divider-small-border[data-animate=yes],.img-with-aniamtion-wrap[data-animation*=reveal-from-],.img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,.img-with-aniamtion-wrap[data-animation*=reveal-from-] img.img-with-animation,.img-with-aniamtion-wrap[data-animation=fade-in-from-bottom] .hover-wrap,.img-with-aniamtion-wrap[data-animation=fade-in-from-left] .hover-wrap,.img-with-aniamtion-wrap[data-animation=fade-in-from-right] .hover-wrap,.img-with-aniamtion-wrap[data-animation=flip-in-vertical] .hover-wrap,.img-with-aniamtion-wrap[data-animation=flip-in] .hover-wrap,.img-with-aniamtion-wrap[data-animation=grow-in] .hover-wrap,.nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom],.nectar-fancy-box.has-animation[data-animation=fade-in-from-left],.nectar-fancy-box.has-animation[data-animation=fade-in-from-right],.nectar-fancy-box.has-animation[data-animation=flip-in-vertical],.nectar-fancy-box.has-animation[data-animation=flip-in],.nectar-fancy-box.has-animation[data-animation=grow-in],.nectar-rotating-words-title.element_stagger_words .text-wrap>span,.nectar-split-heading .heading-line>div,.nectar-split-heading span>.inner,.nectar-split-heading[data-animation-type=twist-in],.nectar-waypoint-el,.nectar_food_menu_item .inner,.nectar_food_menu_item .item_description,.nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,.wpb_column.has-animation[data-animation=fade-in-from-bottom],.wpb_column.has-animation[data-animation=fade-in-from-left],.wpb_column.has-animation[data-animation=fade-in-from-right],.wpb_column.has-animation[data-animation=flip-in-vertical],.wpb_column.has-animation[data-animation=flip-in],.wpb_column.has-animation[data-animation=grow-in],.wpb_column.has-animation[data-animation=slight-fade-in-from-bottom],.wpb_column.has-animation[data-animation=slight-twist],img.img-with-animation[data-animation=fade-in-from-left],img.img-with-animation[data-animation=fade-in-from-right],img.img-with-animation[data-animation=flip-in-vertical],img.img-with-animation[data-animation=flip-in],img.img-with-animation[data-animation=grow-in]{transform:none!important;-webkit-transform:none!important}.clients.fade-in-animation>div,.col.has-animation,.col.has-animation[data-animation=flip-in-vertical],.col.has-animation[data-animation=flip-in],.column-bg-overlay-wrap[data-bg-animation*=reveal-from-],.column-bg-overlay-wrap[data-bg-animation*=reveal-from-]>div,.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal],.column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap,.column-image-bg-wrap[data-bg-animation=zoom-out-reveal],.img-with-aniamtion-wrap .hover-wrap,.img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,.nectar-fancy-box.has-animation,.nectar-fancy-box.has-animation[data-animation=flip-in-vertical],.nectar-fancy-box.has-animation[data-animation=flip-in],.nectar-fancy-ul[data-animation=true] ul li,.nectar-split-heading span>.inner,.nectar-split-heading[data-animation-type=line-reveal-by-space]:not(.markup-generated),.nectar-split-heading[data-animation-type=twist-in],.nectar-waypoint-el,.nectar_food_menu_item .inner,.nectar_food_menu_item .item_description,.nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,.wpb_column.has-animation,.wpb_column.has-animation[data-animation=flip-in-vertical],.wpb_column.has-animation[data-animation=flip-in],img.img-with-animation,img.img-with-animation[data-animation=flip-in-vertical],img.img-with-animation[data-animation=flip-in]{opacity:1!important}body:not([data-m-animate="1"]) .span_12.flip-in-vertical-wrap{-webkit-perspective:none;perspective:none}.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,.nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner,.nectar-icon-list[data-animate=true] .content,.nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,.nectar-icon-list[data-animate=true]:after,.nectar-woo-flickity[data-animation*=fade-in] ul.products .flickity-cell>.product,.nectar_cascading_images .cascading-image .inner-wrap{transform:none!important;-webkit-transform:none!important;opacity:1!important;animation:none!important}.child_column[class*=nectar-mask-reveal] .vc_column-inner{clip-path:none!important}}@media only screen and (min-device-width:481px) and (max-device-width:1025px) and (orientation:landscape){.col.has-animation[data-animation=fade-in-from-bottom],.col.has-animation[data-animation=fade-in-from-left],.col.has-animation[data-animation=flip-in-vertical],.col.has-animation[data-animation=flip-in],.col.has-animation[data-animation=grow-in],.col.has-animation[data-animation=slight-fade-in-from-bottom],.divider-border[data-animate=yes],.divider-small-border[data-animate=yes],.img-with-animation[data-animation=fade-in-from-left],.img-with-animation[data-animation=fade-in-from-right],.img-with-animation[data-animation=flip-in-vertical],.img-with-animation[data-animation=flip-in],.img-with-animation[data-animation=grow-in],.wpb_column.has-animation[data-animation=fade-in-from-bottom],.wpb_column.has-animation[data-animation=fade-in-from-left],.wpb_column.has-animation[data-animation=flip-in-vertical],.wpb_column.has-animation[data-animation=flip-in],.wpb_column.has-animation[data-animation=grow-in],.wpb_column.has-animation[data-animation=slight-twist]{transform:none!important;-webkit-transform:none!important}.clients.fade-in-animation>div,.col.has-animation,.col.has-animation[data-animation=flip-in-vertical],.col.has-animation[data-animation=flip-in],.img-with-animation,.img-with-animation[data-animation=flip-in-vertical],.img-with-animation[data-animation=flip-in],.wpb_column.has-animation,.wpb_column.has-animation[data-animation=flip-in-vertical],.wpb_column.has-animation[data-animation=flip-in]{opacity:1!important}body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner,body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner-wrap,body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner,body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner-wrap,body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner,body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner-wrap,body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner,body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner-wrap{transform:none;-webkit-transform:none}.divider-border[data-animate=yes],.divider-small-border[data-animate=yes]{visibility:visible}}@media only screen and (max-device-width:2600px){body.using-mobile-browser .col.has-animation[data-animation=fade-in-from-bottom],body.using-mobile-browser .col.has-animation[data-animation=fade-in-from-left],body.using-mobile-browser .col.has-animation[data-animation=flip-in-vertical],body.using-mobile-browser .col.has-animation[data-animation=flip-in],body.using-mobile-browser .col.has-animation[data-animation=grow-in],body.using-mobile-browser .divider-border[data-animate=yes],body.using-mobile-browser .divider-small-border[data-animate=yes],body.using-mobile-browser .img-with-aniamtion-wrap .hover-wrap,body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*=reveal-from-],body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*=reveal-from-] img.img-with-animation,body.using-mobile-browser .img-with-animation[data-animation=fade-in-from-left],body.using-mobile-browser .img-with-animation[data-animation=fade-in-from-right],body.using-mobile-browser .img-with-animation[data-animation=flip-in-vertical],body.using-mobile-browser .img-with-animation[data-animation=flip-in],body.using-mobile-browser .img-with-animation[data-animation=grow-in],body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,body.using-mobile-browser .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner,body.using-mobile-browser .nectar-fancy-box.has-animation,body.using-mobile-browser .nectar-icon-list[data-animate=true] .content,body.using-mobile-browser .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,body.using-mobile-browser .nectar-icon-list[data-animate=true]:after,body.using-mobile-browser .nectar-post-grid.nectar-flickity:not([data-animation=none]) .nectar-post-grid-item div.inner,body.using-mobile-browser .nectar-post-grid:not(.nectar-flickity):not([data-animation=none]) .nectar-post-grid-item,body.using-mobile-browser .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .meta-date,body.using-mobile-browser .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .post-heading span,body.using-mobile-browser .nectar-post-grid[data-animation=zoom-out-reveal] .meta-author,body.using-mobile-browser .nectar-post-grid[data-animation=zoom-out-reveal] .meta-category,body.using-mobile-browser .nectar-rotating-words-title.element_stagger_words .text-wrap>span,body.using-mobile-browser .nectar-split-heading span>.inner,body.using-mobile-browser .nectar-split-heading[data-animation-type=twist-in],body.using-mobile-browser .nectar-waypoint-el,body.using-mobile-browser .nectar-woo-flickity[data-animation*=fade-in] ul.products .flickity-cell>.product,body.using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap,body.using-mobile-browser .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,body.using-mobile-browser .wpb_column.has-animation[data-animation*=reveal-from]>.vc_column-inner,body.using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-bottom],body.using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-left],body.using-mobile-browser .wpb_column.has-animation[data-animation=flip-in-vertical],body.using-mobile-browser .wpb_column.has-animation[data-animation=flip-in],body.using-mobile-browser .wpb_column.has-animation[data-animation=grow-in],body.using-mobile-browser [data-animation=zoom-out-reveal] .item-main:before,body.using-mobile-browser [data-animation=zoom-out-reveal] .nectar-link-underline,body.using-mobile-browser [data-animation=zoom-out-reveal] .nectar-post-grid-item__meta-wrap{transform:none!important;-webkit-transform:none!important}body.using-mobile-browser .clients.fade-in-animation>div,body.using-mobile-browser .col.has-animation,body.using-mobile-browser .col.has-animation[data-animation=flip-in-vertical],body.using-mobile-browser .col.has-animation[data-animation=flip-in],body.using-mobile-browser .img-with-aniamtion-wrap .hover-wrap,body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,body.using-mobile-browser .img-with-animation,body.using-mobile-browser .img-with-animation[data-animation=flip-in-vertical],body.using-mobile-browser .img-with-animation[data-animation=flip-in],body.using-mobile-browser .nectar-fancy-box.has-animation,body.using-mobile-browser .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item,body.using-mobile-browser .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .meta-date,body.using-mobile-browser .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .post-heading span,body.using-mobile-browser .nectar-post-grid[data-animation=zoom-out-reveal] .meta-author,body.using-mobile-browser .nectar-post-grid[data-animation=zoom-out-reveal] .meta-category,body.using-mobile-browser .nectar-split-heading span>.inner,body.using-mobile-browser .nectar-split-heading[data-animation-type=twist-in],body.using-mobile-browser .nectar-waypoint-el,body.using-mobile-browser .nectar-woo-flickity[data-animation*=fade-in] ul.products .flickity-cell>.product,body.using-mobile-browser .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,body.using-mobile-browser .wpb_column.has-animation,body.using-mobile-browser .wpb_column.has-animation[data-animation=flip-in-vertical],body.using-mobile-browser .wpb_column.has-animation[data-animation=flip-in],body.using-mobile-browser [data-animation=zoom-out-reveal] .item-main:before,body.using-mobile-browser [data-animation=zoom-out-reveal] .nectar-link-underline,body.using-mobile-browser [data-animation=zoom-out-reveal] .nectar-post-grid-item__meta-wrap{opacity:1!important}body.using-mobile-browser .divider-border[data-animate=yes],body.using-mobile-browser .divider-small-border[data-animate=yes]{visibility:visible!important}body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,body.using-mobile-browser .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner,body.using-mobile-browser .nectar-icon-list[data-animate=true] .content,body.using-mobile-browser .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,body.using-mobile-browser .nectar-icon-list[data-animate=true]:after,body.using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap{opacity:1!important;animation:none!important}body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible,body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation{opacity:1;-webkit-animation:none;-o-animation:none;animation:none}body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner,body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner-wrap,body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner,body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner-wrap,body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner,body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner-wrap,body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner,body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner-wrap{transform:none;-webkit-transform:none}body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading .heading-line>div{transform:none;-webkit-transform:none}body.using-mobile-browser:not([data-m-animate="1"]) .nectar-milestone:not(.animated-in){opacity:1}body.using-mobile-browser:not([data-m-animate="1"]) .child_column[class*=nectar-mask-reveal] .vc_column-inner{clip-path:none!important}}#footer-outer #copyright{padding:20px 0;font-size:12px;background-color:#1c1c1c;color:#777}#footer-outer #copyright li{float:left;margin-left:20px}#footer-outer #copyright .container div:last-child{margin-bottom:0}#footer-outer #copyright li a{display:block;line-height:22px;height:24px;position:relative;transition:all .2s linear;-webkit-transition:all .2s linear;background-position:center top}#footer-outer #copyright li a i{color:#777;transition:all .2s linear;top:0}#footer-outer .fa-vine{font-size:16px}#footer-outer #copyright li a i:hover{color:#000}#footer-outer #copyright li .behance,#footer-outer #copyright li .vimeo{background-color:#666}#footer-outer #copyright li .behance:hover,#footer-outer #copyright li .vimeo:hover{background-color:#000}#footer-outer #copyright p{line-height:22px;margin-top:3px}#footer-outer #copyright .col ul{float:right}#footer-outer #copyright li .facebook{width:12px}#footer-outer #copyright li .twitter{width:20px}#footer-outer #copyright li .dribbble{width:24px}#footer-outer #copyright li .google-plus{width:20px}#footer-outer #copyright li .pinterest{width:17px}#footer-outer #copyright li .rss{width:18px}#footer-outer #copyright li .vimeo{width:20px;text-indent:-9999px}#footer-outer #copyright li .tumblr{width:21px}#footer-outer #copyright li .youtube{width:21px}#footer-outer #copyright li .linkedin{width:19px}#footer-outer #copyright li .behance{width:27px;text-indent:-9999px}#footer-outer #copyright li .instagram{width:20px}#footer-outer #copyright #social .icon-soundcloud{font-size:26px}body #footer-outer i{font-size:20px;width:auto;background-color:transparent}#footer-outer #copyright i.icon-be{font-size:24px}@media only screen and (min-width:1000px){#footer-outer[data-full-width="1"]:not([data-cols="1"]) #copyright:not([data-layout=centered]) .col ul{padding-right:35px}}#footer-outer[data-cols="1"] #copyright{padding:45px 0}#footer-outer #copyright .widget_products img{display:none}#footer-outer #copyright .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li{margin:20px 0}@media only screen and (min-width :691px) and (max-width :999px){#footer-outer #copyright .col{width:49%;margin-bottom:0}}@media only screen and (max-width :690px){body #footer-outer #copyright .col ul{float:left}body #footer-outer #copyright .col ul li:first-child{margin-left:0}#footer-outer #social li{margin-right:10px;margin-left:0}}#footer-outer[data-cols="1"] #copyright .social li a{height:50px}#footer-outer[data-cols="1"] .col{text-align:center}#footer-outer[data-cols="1"] #footer-widgets .container .col{width:100%}#footer-outer[data-cols="1"] #footer-widgets .span_12>div:last-child{margin-bottom:0}#footer-outer[data-cols="1"] #copyright .col,#footer-outer[data-cols="1"] #copyright .col ul{width:100%;float:none}#footer-outer[data-cols="1"] #copyright #social li a{display:block;height:50px;width:50px}#footer-outer[data-cols="1"] #copyright li a i{-webkit-transition:all .45s cubic-bezier(.25,1,.33,1);transition:all .45s cubic-bezier(.25,1,.33,1);font-size:20px;height:50px;width:50px;line-height:48px}#footer-outer[data-cols="1"]:not([data-custom-color=true]) #copyright li a:hover i{border-color:#fff;color:#fff}#footer-outer[data-cols="1"] #copyright .col ul li{margin-bottom:25px}.ascend #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child,.material #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child{padding-top:4px!important}#footer-outer[data-cols="1"] #copyright li,#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li{float:none;display:inline-block;margin:0 10px;width:auto}#footer-outer[data-cols="1"] #copyright .widget{margin-bottom:0}#footer-outer[data-cols="1"] #copyright .widget_nav_menu li,#footer-outer[data-cols="1"] #copyright .widget_pages li,#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li{vertical-align:top;text-align:left;margin:0 15px}#footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul,#footer-outer[data-cols="1"] #copyright .widget_pages li ul,#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul{padding-left:0;margin-left:0}#footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul li,#footer-outer[data-cols="1"] #copyright .widget_pages li ul li,#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul li{display:block;margin-left:0}#footer-outer[data-cols="1"] #copyright .arrow-circle,#footer-outer[data-cols="1"] #copyright .widget [data-style=minimal-counter]>li::before{display:none}#footer-outer[data-cols="1"] #copyright .widget_search{margin:20px 0}#footer-outer[data-cols="1"] #copyright li a i:after{position:absolute;-webkit-transition:all .45s cubic-bezier(.25,1,.33,1);transition:all .45s cubic-bezier(.25,1,.33,1);pointer-events:none;display:block;content:"";top:0;left:0;opacity:.2;border-radius:50%;height:46px;width:46px}#footer-outer[data-cols="1"] #copyright a i:after{border:2px solid #fff}#footer-outer[data-cols="1"] #copyright li a:hover i:after{opacity:1}body #footer-outer[data-cols="1"][data-disable-copyright=false] .row{padding-top:70px;padding-bottom:40px}#footer-outer[data-cols="1"][data-disable-copyright=false] #copyright{padding-bottom:70px}body #footer-outer[data-cols="1"][data-disable-copyright=false][data-using-widget-area=false] #copyright,body #footer-outer[data-cols="1"][data-disable-copyright=false][data-using-widget-area=false][data-copyright-line=false][data-matching-section-color=true] #copyright{padding-top:70px}body #footer-outer[data-cols="1"][data-disable-copyright=false][data-copyright-line=false][data-matching-section-color=true] .row{padding-bottom:0}body #footer-outer[data-cols="1"][data-disable-copyright=false][data-copyright-line=false][data-matching-section-color=true] #copyright{padding-top:30px}#footer-outer[data-cols="1"] #copyright[data-layout=centered] .col .social li{margin-top:0}#footer-outer #copyright[data-layout=centered] .col,#footer-outer #copyright[data-layout=centered] .col ul{width:100%;float:none}#footer-outer #copyright[data-layout=centered] .col .social li{margin-top:25px}#footer-outer:not([data-cols="1"]) #copyright[data-layout=centered] .social li a{height:30px;width:30px;line-height:30px}#footer-outer #copyright[data-layout=centered]{padding:45px 0}#footer-outer #copyright[data-layout=centered] li{float:none;display:inline-block;margin:0 10px;width:auto}@media only screen and (min-width:1000px){#footer-outer #copyright[data-layout=centered] .col.span_5{max-width:70%;margin:0 auto}}@media only screen and (max-width:999px){#footer-outer #copyright[data-layout=centered] .col.span_5{margin-bottom:0}}#footer-outer #copyright[data-layout=centered] .widget{margin-bottom:0}#footer-outer #copyright[data-layout=centered] .widget_nav_menu li,#footer-outer #copyright[data-layout=centered] .widget_pages li{vertical-align:top;text-align:left;margin:0 15px}#footer-outer #copyright[data-layout=centered] .widget_nav_menu li ul,#footer-outer #copyright[data-layout=centered] .widget_pages li ul{padding-left:0;margin-left:0}#footer-outer #copyright[data-layout=centered] .widget_nav_menu li ul li,#footer-outer #copyright[data-layout=centered] .widget_pages li ul li{display:block;margin-left:0}#footer-outer #copyright[data-layout=centered] .widget .arrow-circle,#footer-outer #copyright[data-layout=centered] .widget [data-style=minimal-counter]>li::before{display:none}#footer-outer #copyright[data-layout=centered] .widget_search{margin:20px 0}#footer-outer #copyright[data-layout=centered] .col{text-align:center}#to-top{display:block;position:fixed;text-align:center;line-height:12px;right:17px;bottom:0;transform:translateY(105%);color:#fff;cursor:pointer;border-radius:2px;-webkit-border-radius:2px;z-index:9994;height:29px;width:29px;background-color:rgba(0,0,0,.25);background-repeat:no-repeat;background-position:center;transition:background-color .1s linear;-webkit-transition:background-color .1s linear}body[data-button-style*=rounded] #to-top{transition:box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;-webkit-transition:-webkit-box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;background-color:rgba(0,0,0,.25)}body[data-button-style*=rounded] #to-top.dark:hover,body[data-button-style*=rounded] #to-top:hover{transition:box-shadow .3s cubic-bezier(.55,0,.1,1),background-color 50ms linear .25s;-webkit-transition:-webkit-box-shadow .3s cubic-bezier(.55,0,.1,1),background-color 50ms linear .25s;box-shadow:1px 2px 3px rgba(0,0,0,.16);background-color:transparent!important}body[data-button-style*=rounded] #to-top:after,body[data-button-style*=rounded] #to-top:before{display:block;content:" ";height:100%;width:100%;position:absolute;top:0;left:0;z-index:1;background-color:#000;transform:scale(0);-webkit-transform:scale(0);transition:all .3s cubic-bezier(.55,0,.1,1);-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);border-radius:100px;-webkit-border-radius:100px}body[data-button-style*=rounded] #to-top:before{background-color:rgba(255,255,255,.25);transform:scale(1);-webkit-transform:scale(1);transition:all .5s cubic-bezier(.165,.84,.44,1);-webkit-transition:all .5s cubic-bezier(.165,.84,.44,1);opacity:0;z-index:2}body[data-button-style*=rounded] #to-top:hover:after{transform:scale(1);-webkit-transform:scale(1)}body[data-button-style*=rounded] #to-top{overflow:hidden}body[data-button-style*=rounded] #to-top i.fa-angle-up,body[data-button-style*=rounded] #to-top i.fa-angle-up.top-icon{-webkit-transform:translate(0,0);transform:translate(0,0);transition:transform .2s ease;-webkit-transition:transform .2s ease}body[data-button-style*=rounded] #to-top.hovered i.fa-angle-up,body[data-button-style*=rounded] #to-top.hovered i.fa-angle-up.top-icon,body[data-button-style*=rounded] #to-top:hover i.fa-angle-up,body[data-button-style*=rounded] #to-top:hover i.fa-angle-up.top-icon{-webkit-transform:translate(0,-29px);transform:translate(0,-29px)}body[data-button-style*=rounded] #to-top:active:before{opacity:1}#to-top i{line-height:29px;width:29px;height:29px;font-size:14px;top:0;left:0;text-align:center;position:relative;z-index:10;background-color:transparent}#to-top.dark:hover,#to-top:hover{background-color:#000}#to-top.dark{background-color:rgba(0,0,0,.87)}body[data-button-style*=slightly_rounded] #to-top{border-radius:200px!important;-webkit-border-radius:200px!important}.nectar-waypoint-el{transition:transform 750ms cubic-bezier(.33,1,.68,1),opacity 450ms ease}#ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a,#ajax-content-wrap .nectar-sticky-tabs .wpb_tabs_nav li .menu-content>a,#header-outer .nectar-image-link-widget .image-link-content span,#search-results .result .title span,#slide-out-widget-area .nectar-ext-menu-item .menu-item-desc,#slide-out-widget-area .tagcloud a,#slide-out-widget-area.fullscreen .nectar-image-link-widget .image-link-content span,#slide-out-widget-area.fullscreen-alt .nectar-image-link-widget .image-link-content span,.bar_graph li span strong,.nectar-header-text-content,.row .col.section-title .nectar-love span,.sharing-default-minimal .nectar-social .social-text,.single .heading-title[data-header-style=default_minimal] #single-below-header span,.single [data-post-hs=default_minimal] #single-below-header span,.toggle h3 a,.widget ul.nectar_widget[class*=nectar_blog_posts_]>li .post-date,.woocommerce ul.products li.product h3,.woocommerce-checkout-review-order-table .product-info .product-quantity,.woocommerce-page ul.products li.product h3,body,body .carousel-heading h2,body .container .woocommerce-message a.button,body .nectar-love span,body .nectar-social .nectar-love .nectar-love-count,body .sharing-default-minimal .nectar-love,body .ui-widget,select,table{font-family:Open Sans;letter-spacing:.5px;font-size:14px;line-height:28px;font-weight:400}.bold,b,strong{font-family:Open Sans;font-weight:600}.single #single-below-header span{font-family:Open Sans}.nectar-fancy-ul ul li .icon-default-style[class^=icon-]{line-height:28px}#ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a,.nectar-shop-header-bottom .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering select{font-weight:400!important}.nectar-shop-header-bottom .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering select{font-family:Open Sans!important}@media only screen and (max-width:1300px) and (min-width:1000px){body{font-size:14px;line-height:28px}}@media only screen and (max-width:999px) and (min-width:691px){body{font-size:14px;line-height:28px}}@media only screen and (max-width:690px){body{font-size:14px;line-height:28px}}#header-outer #mobile-menu .secondary-header-text,#header-outer #mobile-menu ul li a,#header-secondary-outer .nectar-center-text,#slide-out-widget-area .secondary-header-text,#top .span_9>.slide-out-widget-area-toggle a.using-label .label,#top nav>ul>li>a,#top ul .slide-out-widget-area-toggle a i.label,.nectar-mobile-only.mobile-header a,.span_3 .pull-left-wrap>ul>li>a,body.material #search-outer #search input[type=text]{font-family:Open Sans;text-transform:uppercase;letter-spacing:.5px;font-size:12px;line-height:12px;font-weight:600}#search-outer #search input[type=text]{text-transform:none;letter-spacing:0;font-family:Open Sans;text-transform:uppercase;letter-spacing:.5px;font-size:12px;line-height:12px;font-weight:600}#header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a:before,#header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a:before,#top nav>ul>li[class*=button_solid_color]>a:before{height:21px}#header-outer.transparent #top nav>ul>li[class*=button_bordered]>a:before,#top nav>ul>li[class*=button_bordered]>a:before{height:31px}#page-header-bg h1,.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2,[data-inherit-heading-family=h1],body #error-404 h1,body .row .col.section-title h1,body h1{font-family:Open Sans;text-transform:uppercase;letter-spacing:.25px;font-size:48px;line-height:56px;font-weight:800}@media only screen and (max-width:1300px) and (min-width:1000px){.full-width-content .recent-post-container .inner-wrap h2,body .row .col.section-title h1,body h1{font-size:36px;line-height:42px}}@media only screen and (max-width:999px) and (min-width:691px){#page-header-bg .span_6 h1,#page-header-bg.fullscreen-header .span_6 h1,.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2,body .featured-media-under-header h1,body .row .col.section-title h1,body h1,html body .row .col.section-title.span_12 h1{font-size:33.6px;line-height:39.2px}.full-width-content .recent-post-container .inner-wrap h2{font-size:33.6px;line-height:39.2px}.wpb_wrapper h1.vc_custom_heading{font-size:33.6px!important;line-height:39.2px!important}}@media only screen and (max-width:690px){#page-header-bg .span_6 h1,#page-header-bg.fullscreen-header .span_6 h1,.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2,body .featured-media-under-header h1,body .row .col.section-title h1,body h1,body.single.single-post .row .col.section-title.span_12 h1,html body .row .col.section-title.span_12 h1{font-size:31.2px;line-height:36.4px}.wpb_wrapper h1.vc_custom_heading{font-size:31.2px!important;line-height:36.4px!important}}#ajax-content-wrap .nectar-inherit-h2,#call-to-action span,#header-outer .nectar-inherit-h2,#mobile-menu .nectar-ext-menu-item .inherit-h2,#page-header-bg h2,#slide-out-widget-area .nectar-ext-menu-item .inherit-h2,.nectar-ext-menu-item .inherit-h2 .menu-title-text,.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h2,.nectar_single_testimonial[data-style=bold] p,.row .col.section-title h2,.woocommerce .full-width-tabs #reviews h3,.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control,.woocommerce-page .woocommerce p.cart-empty,[data-inherit-heading-family=h2],article.post .post-header h2,article.post.link .post-content h2,article.post.quote .post-content h2,body #error-404 h2,body h2{font-family:Open Sans;letter-spacing:.25px;font-size:34px;line-height:42px;font-weight:700}.nectar-shop-header .page-title,.single-product div.product h1.product_title{font-size:34px;line-height:42px}.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h2] .content{font-size:34px}@media only screen and (max-width:1300px) and (min-width:1000px){#ajax-content-wrap .nectar-inherit-h2,.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h2] .content,.nectar-shop-header .page-title,.single-product div.product h1.product_title,body h2{font-size:28.9px;line-height:35.7px}}@media only screen and (max-width:999px) and (min-width:691px){#ajax-content-wrap .nectar-inherit-h2,#mobile-menu .nectar-ext-menu-item .inherit-h2,#slide-out-widget-area .nectar-ext-menu-item .inherit-h2,.col h2,.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h2] .content,.nectar-shop-header .page-title,.nectar_single_testimonial[data-style=bold] p,.single-product div.product h1.product_title,.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control,body h2{font-size:27.2px;line-height:33.6px}.wpb_wrapper h2.vc_custom_heading{font-size:27.2px!important;line-height:33.6px!important}}@media only screen and (max-width:690px){#ajax-content-wrap .nectar-inherit-h2,#slide-out-widget-area .nectar-ext-menu-item .inherit-h2,.col h2,.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h2] .content,.nectar-shop-header .page-title,.nectar_single_testimonial[data-style=bold] p,.single-product div.product h1.product_title,.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control,body h2{font-size:25.5px;line-height:31.5px}.wpb_wrapper h2.vc_custom_heading{font-size:25.5px!important;line-height:31.5px!important}}#ajax-content-wrap .nectar-inherit-h3,#header-outer .nectar-inherit-h3,#mobile-menu .nectar-ext-menu-item .inherit-h3,#slide-out-widget-area .nectar-ext-menu-item .inherit-h3,.ascend #respond h3,.ascend h3#comments,.masonry.classic_enhanced .masonry-blog-item h3.title,.nectar-ext-menu-item .inherit-h3 .menu-title-text,.nectar-hor-list-item[data-font-family=h3],.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h3,.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h3,.nectar-quick-view-box h1,.portfolio-items[data-ps="8"] .col h3,.row .col h3,.toggle>h3.toggle-title a,.woocommerce ul.products li.product h2,.woocommerce ul.products li.product.material h3,.woocommerce ul.products li.product.text_on_hover h3,.woocommerce-page ul.products li.product.material h3,[data-inherit-heading-family=h3],body h3,body.woocommerce div.product p.price.nectar-inherit-h3 ins{font-family:Open Sans;text-transform:uppercase;letter-spacing:.75px;font-size:24px;line-height:38px;font-weight:700}@media only screen and (min-width:1000px){.ascend .comments-section .comment-wrap.full-width-section>h3#comments,.blog_next_prev_buttons[data-post-header-style=default_minimal] .col h3{font-size:40.8px;line-height:48.8px}#ajax-content-wrap .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title{font-size:36px;line-height:57px}}@media only screen and (min-width:1300px) and (max-width:1500px){body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3{font-size:20.4px;line-height:32.3px}}.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h3] .content{font-size:24px}@media only screen and (max-width:1300px) and (min-width:1000px){#ajax-content-wrap .nectar-inherit-h3,.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h3] .content,.row .col h3,.row .span_2 h3,.row .span_3 h3,.row .span_4 h3,.row .vc_col-sm-2 h3,.row .vc_col-sm-3 h3,.row .vc_col-sm-4 h3,body h3{font-size:20.4px;line-height:32.3px}}@media only screen and (max-width:999px) and (min-width:691px){#ajax-content-wrap .nectar-inherit-h3,#slide-out-widget-area .nectar-ext-menu-item .inherit-h3,.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h3] .content,.row .col h3,.row .span_2 h3,.row .span_3 h3,.row .span_4 h3,.row .vc_col-sm-2 h3,.row .vc_col-sm-3 h3,.row .vc_col-sm-4 h3,body h3{font-size:19.2px;line-height:30.4px}.wpb_wrapper h3.vc_custom_heading{font-size:19.2px!important;line-height:30.4px!important}}@media only screen and (max-width:690px){#ajax-content-wrap .nectar-inherit-h3,#mobile-menu .nectar-ext-menu-item .inherit-h3,#slide-out-widget-area .nectar-ext-menu-item .inherit-h3,.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h3] .content,.row .col h3,.row .span_2 h3,.row .span_3 h3,.row .span_4 h3,.row .vc_col-sm-2 h3,.row .vc_col-sm-3 h3,.row .vc_col-sm-4 h3,body h3{font-size:19.2px;line-height:30.4px}.wpb_wrapper h3.vc_custom_heading{font-size:19.2px!important;line-height:30.4px!important}}@media only screen and (min-width:1300px){.nectar-post-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(3n+1) h3{font-size:33.6px}}@media only screen and (max-width:1300px) and (min-width:1000px){.nectar-post-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(3n+1) h3{font-size:28.56px}}@media only screen and (max-width:999px) and (min-width:691px){.nectar-post-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(3n+1) h3{font-size:26.88px}}#ajax-content-wrap .nectar-inherit-h4,#header-outer .nectar-inherit-h4,#header-outer .total,#header-outer .total strong,#mobile-menu .nectar-ext-menu-item .inherit-h4,#respond h3,#slide-out-widget-area .nectar-ext-menu-item .inherit-h4,.archive.woocommerce .container-wrap>.main-content #sidebar>.header h4,.blog-recent.related-posts h3.title,.list-icon-holder[data-icon_type=numerical] span,.nectar-ext-menu-item .inherit-h4 .menu-title-text,.nectar-hor-list-item[data-font-family=h4],.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h4,.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h4,.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),.portfolio-items .col.span_3 .work-meta h4,.portfolio-items .work-meta h4,.portfolio-items[data-ps="6"] .work-meta h4,.row .col h4,.toggles[data-style=minimal_small] .toggle>h3 a,.woocommerce #reviews #reply-title,.woocommerce-cart .product-name a,[data-inherit-heading-family=h4],body h4,body.woocommerce div.product p.price.nectar-inherit-h4 ins,h3#comments,p.woocommerce.add_to_cart_inline ins>span.woocommerce-Price-amount,p.woocommerce.add_to_cart_inline>span.woocommerce-Price-amount{font-family:Open Sans;text-transform:none;letter-spacing:.5px;font-size:17px;line-height:34px;font-weight:400}@media only screen and (min-width:691px){.portfolio-items[data-ps="6"] .wide_tall .work-meta h4{font-size:28.9px!important;line-height:36.9px!important}.nectar-slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item>a:not(.remove){font-family:Open Sans!important;font-weight:400!important}}.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h4] .content{font-size:17px}@media only screen and (max-width:1300px) and (min-width:1000px){#ajax-content-wrap .nectar-inherit-h4,.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h4] .content,.row .col h4,.woocommerce-cart .product-name a,body h4{font-size:17px;line-height:34px}}@media only screen and (max-width:999px) and (min-width:691px){#ajax-content-wrap .nectar-inherit-h4,#slide-out-widget-area .nectar-ext-menu-item .inherit-h4,.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h4] .content,.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),.row .col h4,.woocommerce-cart .product-name a,body h4{font-size:17px;line-height:34px}}@media only screen and (max-width:690px){#ajax-content-wrap .nectar-inherit-h4,#slide-out-widget-area .nectar-ext-menu-item .inherit-h4,.archive.woocommerce .container-wrap>.main-content #sidebar>.header h4,.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h4] .content,.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),.row .col h4,.woocommerce-cart .product-name a,body h4{font-size:15.3px;line-height:30.6px}}#ajax-content-wrap .nectar-inherit-h5,#header-outer .nectar-inherit-h5,#slide-out-widget-area .nectar-ext-menu-item .inherit-h5,.nectar-ext-menu-item .inherit-h5 .menu-title-text,.nectar-hor-list-item[data-font-family=h5],.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h5,.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h5,.portfolio-items .work-item.style-3-alt p,.row .col h5,[data-inherit-heading-family=h5],body h5,body.woocommerce div.product p.price.nectar-inherit-h5 ins{font-family:Open Sans;text-transform:uppercase;letter-spacing:.75px;font-size:16px;line-height:19px;font-weight:700}body .wpb_column>.wpb_wrapper>.morphing-outline .inner>h5{font-size:22px}@media only screen and (max-width:1300px) and (min-width:1000px){#ajax-content-wrap .nectar-inherit-h5,.row .col h5,body h5{font-size:16px;line-height:19px}}@media only screen and (max-width:999px) and (min-width:691px){#ajax-content-wrap .nectar-inherit-h5,.row .col h5,body h5{font-size:16px;line-height:19px}}@media only screen and (max-width:690px){#ajax-content-wrap .nectar-inherit-h5,#slide-out-widget-area .nectar-ext-menu-item .inherit-h5,.row .col h5,body h5{font-size:16px;line-height:19px}}#ajax-content-wrap .nectar-inherit-h6,#header-outer .nectar-inherit-h6,#slide-out-widget-area .nectar-ext-menu-item .inherit-h6,.nectar-ext-menu-item .inherit-h6 .menu-title-text,.nectar-hor-list-item[data-font-family=h6],.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h6,.row .col h6,[data-inherit-heading-family=h6],body h6,body.woocommerce div.product p.price.nectar-inherit-h6 ins{font-family:Open Sans;letter-spacing:.5px;font-size:12px;line-height:24px;font-weight:400;font-style:italic}@media only screen and (max-width:1300px) and (min-width:1000px){#ajax-content-wrap .nectar-inherit-h6,.row .col h6,body h6{font-size:12px;line-height:24px}}@media only screen and (max-width:999px) and (min-width:691px){#ajax-content-wrap .nectar-inherit-h6,.row .col h6,body h6{font-size:12px;line-height:24px}}@media only screen and (max-width:690px){#ajax-content-wrap .nectar-inherit-h6,.row .col h6,body h6{font-size:12px;line-height:24px}}.testimonial_slider blockquote,.testimonial_slider blockquote span,.testimonial_slider[data-style=minimal] .controls,.testimonial_slider[data-style=minimal] blockquote,.testimonial_slider[data-style=minimal] blockquote span:not(.title),blockquote{font-family:Open Sans;letter-spacing:.75px;font-size:20px;line-height:38px;font-weight:300}