/*!/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css*/
/* Navigation Menu CSS */

ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.hfe-nav-menu li.menu-item {
    position: relative;
}

.hfe-flyout-container .hfe-nav-menu li.menu-item {
    position: relative;
    background: unset;
}

.hfe-nav-menu .sub-menu li.menu-item {
    position: relative;
    background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
    display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
    display: none;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: hidden;
    opacity: 0;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.hfe-nav-menu:before,
.hfe-nav-menu:after {
    content: '';
    display: table;
    clear: both;
}

/* Alignemnt CSS */
.hfe-nav-menu__align-right .hfe-nav-menu {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-center .hfe-nav-menu {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    width: 100%; 
}
  .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            flex-grow: 1; }
    .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-box-pack: center;
              justify-content: center; }

/* Alignment CSS ends */

.hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
    border-bottom-width: 0;
}

/*  Horizontal Menu */

.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
    line-height: 1;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
    text-decoration: none;
}

.hfe-nav-menu .sub-menu {
    min-width: 220px;
    margin: 0;
    z-index: 9999;
}

.hfe-nav-menu__layout-horizontal {
    font-size: 0;
}

.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
    font-size: medium;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

/* Icons CSS */
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
    display: none; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}
/* Icon CSS ends */

.hfe-nav-menu-icon {
    padding: 0.35em;
    border: 0 solid;
}

.hfe-nav-menu-icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.hfe-nav-menu-icon i:focus {
    outline: 0;
}

.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
    outline: 0;
}
/* Submenus */

.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
    outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
    position: relative;
}

.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
    position: relative;
    height: 0;
}

.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0;
}

.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__toggle-icon:before {
    content: '\f0c9';
    font-family: 'fontAwesome';
    z-index: 1;
    font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    line-height: 0;
}

.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
    content: '\f00d';
}

.hfe-nav-menu__layout-expandible {
    -webkit-transition-property: display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
    transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}

.hfe-nav-menu__layout-expandible {
    visibility: hidden;
    opacity: 0; 
}

.hfe-nav-menu__layout-expandible .sub-menu {
    visibility: hidden;
    opacity: 0; 
}

.hfe-active-menu + .hfe-nav-menu__layout-expandible {
    visibility: visible;
    opacity: 1; 
    height: auto;
}

.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
    position: absolute;
    top: 100%;
}

.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-layout-expandible nav {
    height: 0;
}

.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
    display: inline-block;
    line-height: 1;
}

.hfe-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative;
    line-height: 1;
}

.hfe-nav-menu__toggle-icon {
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hfe-nav-menu .sub-arrow {
    font-size: 14px;
    line-height: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 10px;
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
    padding: 10px;
}

.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.hfe-nav-menu-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
    left: 0 !important;
    width: 100% !important; 
}

.hfe-flyout-container .hfe-nav-menu .sub-menu {
    background: unset;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border:1px dotted;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
    border:1px dotted transparent;
}

/* Common Animation CSS */

.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
          transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  opacity: 0; }

.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Double Line / Underline / Overline Style */

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: -10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: -10px;
}

.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
    content: '';
    top: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 10px;
    left: -20px;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    content: '';
    bottom: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    width: 10px;
    left: -webkit-calc( 100% + 20px);
    left: calc( 100% + 20px);
}


/* Framed Style */

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
    content: '';
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
    -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, transform 0.4s;
    transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
    transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
    transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    width: 100%;
    height: 100%;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
    -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
    transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
    transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
    border-width: 3px 0 0 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
    transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Background Style */

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
    color: #fff;
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
    -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, transform 0.4s;
    transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    left: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 50%;
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 50%;
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
    top: 100%;
    bottom: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
    bottom: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
    right: 0;
    left: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    right: 100%;
    left: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
    right: 50%;
}

.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Text Style */

.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}

/* No link hover effect to last menu item */

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
    height: 0px;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
    border-width: 0px;
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
    -webkit-transform: none;
    transform: none;
}

.hfe-flyout-close,
.hfe-flyout-close svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px;
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
    display: block;
}

.hfe-flyout-content.push {
    color: #ffffff;
}

.hfe-flyout-content ul li {
    color: #ffffff;
}

/* ===========================================================
 *  Flyout Location
 * ======================================================== */

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%; /* default */
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%; /* default */
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side.top {
    top: -100%; /* default */
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

.hfe-flyout-wrapper .hfe-side.bottom {
    top: auto;
    bottom: -100%; /* default */
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

/* ===========================================================
 *  Flyout Container
 * ======================================================== */

.hfe-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff;
}
/* iOS fix */
@media (max-width:1024px) {
    .hfe-flyout-content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.hfe-flyout-content::-webkit-scrollbar {
    display: none;
}

.admin-bar .hfe-side {
    margin-top: 32px;
}

/* Dropdown animation CSS */

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
    overflow: visible !important;
}

.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
    display: inline-flex;
} 

.hfe-nav-menu li.elementor-button-wrapper {
    align-self: center;
}

/* Tablet */
@media only screen and ( max-width: 1024px ) {

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
        width: 100%;
        margin-right:0px;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width:auto !important;  
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    /* Effect 1: Fade in and scale up */
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    /*.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu ul.sub-menu ul.sub-menu li a{
        border-left: 16px solid transparent;
    }*/

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
         background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }
}

/* Mobile */
@media only screen and ( max-width: 767px ) {

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper { 
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
        width: 100%
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: inline-block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;  
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Effect 1: Fade in and scale up */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 2: Slide from the right */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 3: Slide from the bottom */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .hfe-nav-menu__breakpoint-mobile .saved-content,
    .hfe-nav-menu__breakpoint-mobile .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .child,
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child{
        left: 0 !important;
        width: auto !important; 
    }

    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }   

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
}

.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
    display: none;
}

/* Icon common CSS */

.hfe-icon {
    display: inline-block;
    vertical-align: middle; /* Alignment of icon */
}

/* Icon Svg */
.hfe-icon svg {
    width: 1em;
    height: 1em;
}

/* Menu Cart CSS */

.hfe-cart-menu-wrap-custom {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px;
}

/* Default skin for cart*/
.hfe-cart-menu-wrap-default {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-default .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0em 0em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 0 .4em;
}

.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    bottom: 100%;
    margin-bottom: 0;
    height: .8em;
    width: .8em;
    left: 50%;
    transform: translateX(-50%);
    top: -.6em;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom: 0;
}

.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
    display: none; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e3'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e4'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e5'; 
}

.hfe-menu-cart__toggle .elementor-button {
    background: transparent;
    border-radius: 0;
    color: #818a91;
    border: 1px solid;
    border-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.hfe-menu-cart__toggle .elementor-button-text {
    margin-right: 0.3em; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    position: relative;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s; 
}

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -0.7em;
    right: -0.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px; 
}

.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: inline-block;
    font-weight: normal; 
}

.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
    content: none;
    display: none; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}

.hfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
    color:#4d4848;
}

/*Search Box CSS*/

.hfe-search-button-wrapper {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    text-align: right;
}

.hfe-search-form__container {
    display: flex;
    overflow: hidden;
}

.hfe-search-form__input {
    flex-basis: 100%;
}

.hfe-search-icon-toggle i.fa-search {
    display: inline-block;
    position: absolute;
    width: 20px;
    box-sizing: content-box;
    padding: 10px;
}

.hfe-search-icon-toggle i:before {
    vertical-align: middle;
}
/*search icon toggle css*/

.hfe-search-button-wrapper input[type=search] {
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    transition: all .5s;
    box-sizing: border-box;
    outline: none;
}

.hfe-search-button-wrapper button {
    border: none;
    border-radius: 0;
    padding: 0;
}

.hfe-search-button-wrapper input[type=search]:focus {
    cursor: auto;
    border: none;
    box-shadow: none;
}

.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
    color: transparent;
}

.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
    background-color: unset;
    height: 100%;
}

.hfe-search-button-wrapper.hfe-input-focus {
    display: flex;
}

.hfe-search-form__container .hfe-search-submit {
    min-width: 3%;
    position:relative;
}

.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
    visibility: hidden;
    position: absolute;
    right:0; 
    top:0;
    padding: 0 8px;
    font-style: normal;
    user-select: none;
    cursor: pointer;
    bottom:0;
    margin-right:10px;
    background-color: transparent;
}

.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

.hfe-search-form__container button#clear-with-button{
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    bottom:0;
    background-color: transparent;
}

.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
    position: relative;
}

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 0;
    right: 0;
    background-color: transparent;
}

.hfe-search-icon-toggle {
    width: 100%!important;
}

.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
    position: absolute;
    width: 250px;
    right: 0;
}

.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
    width: 100%;
}

.hfe-search-icon-toggle {
    line-height: 1.5;
}

/*-------Navigation menu active parent---------*/
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
 .hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
    width: 100%;
    left: 0;
    opacity:1;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 0px;
    opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 0px;
    opacity: 1;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 1;
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity:1;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    border-width:3px;
    width:100%;
    opacity:1;
    height:100%;
}
/*!/wp-content/plugins/blogmentor/assets/css/fontawesome-v5.2.0.css*/
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-brands-400.eot);src:url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-brands-400.woff) format("woff"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-regular-400.eot);src:url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-regular-400.woff) format("woff"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-solid-900.eot);src:url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-solid-900.woff) format("woff"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/web/wp-content/plugins/blogmentor/assets/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/*!/wp-content/plugins/blogmentor/assets/css/common-layout-style.css*/
.bm-read-more {
    padding-left: 5px;
    font-size: 14px;
}
.bm-read-more:hover {
	color: #939393 !important;
}

/* Blur */
.bm-hover-effect-blur:hover {
	-webkit-filter: blur(1px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/* Flashing */
.bm-hover-effect-flashing:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Gray Scale */
.bm-hover-effect-gray-scale:hover {
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/* Opacity */
.bm-hover-effect-opacity {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.bm-hover-effect-opacity:hover {
	opacity: .5;
}

/*hover effect*/
.bm-hover-effect-zoom-in.bm-zoom-default:hover ,
.bm-hover-effect-zoom-out.bm-zoom-default {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.bm-hover-effect-zoom-out.bm-zoom-default:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
/*Hover With Border*/
.bm-hover-border .bm-banner-content-wrapper {
    z-index: 2;
}
.bm-hover-border:before, .bm-hover-border:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.bm-hover-border:before {
    border-top: 2px solid #009BEF;
    border-bottom: 2px solid #009BEF;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transform: scale(0, 1);
}
.bm-hover-border:after {
    border-left: 2px solid #009BEF;
    border-right: 2px solid #009BEF;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    transform: scale(1, 0);
}
.bm-hover-border:hover:before, .bm-hover-border:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
/*Shine*/
.bm-hover-effect-shine:not(.bm-hover-border)::before,
.bm-hover-effect-shine .bm-hover-shine-border-effect::before {
    position: absolute;
    top: 0;
    left: -70%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.bm-hover-effect-shine:not(.bm-hover-border):hover::before,
.bm-hover-effect-shine:hover .bm-hover-shine-border-effect::before {
    left: 100%;
}
/* Start Pagination Style 1 */
.bm-pagination {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.pagination_style_1 .page-numbers, 
.pagination_style_1 .bm-pagination a {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.pagination_style_1 .page-numbers {
    font-weight: 900;
}
.pagination_style_1 .page-numbers:hover, 
.pagination_style_1 .page-numbers.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.pagination_style_1 .page-numbers.current {
    border: none;
	padding: 10px 20px;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
/* End Pagination Style 1 */
a.prev.page-numbers:after {
	content:'<<';
}
a.next.page-numbers:after {
	content:'>>';
}
/* End Pagination Style 1 */
.pagination_style_2 .page-numbers, 
.pagination_style_1 .bm-pagination a {
    font-size: 14px;
    text-decoration: none;
    transition: background 250ms;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px 6px;
    height: 38px;
    min-width: 38px;
    border-radius: 38px;
    border: 2px solid #fff;
    line-height: 32px;
    padding: 0;
    color: #fff;
	background: #666;
    font-weight: 700;
    letter-spacing: .03em;
}
.pagination_style_2 .page-numbers:hover, 
.pagination_style_1 .page-numbers.gradient:hover {
    background-color: #000;
    color: #fff;
}
.pagination_style_2 .page-numbers.current {
    background-color: #000;
    color: #fff;
    display: inline-block;
}
/* End Pagination Style 1 */
/*!/wp-content/plugins/blogmentor/assets/css/grid-layout-style.css*/
/*ST Blogmentor Grid View Style 1*/
.bm-display-grid::after,
.bm-client-logo-grid::after {
	content: "";
	display: block;
	clear: both;
}
.bm-display-grid,
.bm-client-logo-grid {
	margin: 0 -10px;
}
.bm-display-grid .item,
.bm-client-logo-grid .item {
	float: left;
	padding: 0 10px 20px;
	margin-top: 0;
}
.bm-display-grid.bm-column-2 .item {
	width: 50%;
}
.bm-display-grid.bm-column-3 .item,
.bm-client-logo-grid.bm-column-3 .item {
	width: 33.33%;
}
.bm-display-grid.bm-column-4 .item,
.bm-client-logo-grid.bm-column-4 .item {
	width: 25%;
}
.bm-display-grid.bm-column-5 .item,
.bm-client-logo-grid.bm-column-5 .item {
	width: 20%;
}
.bm-display-grid.bm-column-6 .item,
.bm-client-logo-grid.bm-column-6 .item {
	width: 16.66%;
}
.bm-hover-effect img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.bm-hover-effect {
    /*position: relative;*/
    overflow: hidden;
}
.bm-banner-content-wrapper {
    position: absolute;
}
.bm-content-position-top {
    top: 0;
}
.bm-content-position-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bm-content-position-bottom {
    bottom: 0;
}
.bm-content-position-left {
    left: 0;
	text-align: left;
}
.bm-content-position-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
	text-align: center;
}
.bm-content-position-right {
    right: 0;
	text-align: right;
}
.bm-content-position-middle.bm-content-position-center {
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}
.bm-blog-post-content {
    text-align: left;
    background-color: #f2f2f2;
    padding: 15px;
	font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}
.bm-blog-post-content .entry-post-title {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
	margin-bottom: 0.5rem;
}
.bm-blog-post-content .entry-post-title a {
    color: #1e2022;
}
.bm-blog-post-content .entry-post-title a:hover {
    color: #939393;
}
.bm-blog-post-content .bm-blog-post-meta {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
	font-size: 16px;
	margin-bottom: 0.5rem;
}
.bm-blog-post-meta.entry-post-meta > span {
    margin-right: 20px;
}
.bm-blog-post-meta .fa-tags:before, 
.bm-blog-post-meta .fa-comments:before, 
.bm-blog-post-meta .fa-clock:before, 
.bm-blog-post-meta .fa-user:before, 
.bm-blog-post-meta .fa-list-alt:before {
    color: #5f9ea0;
}
.bm-blog-post-content .bm-blog-post-meta span, 
.bm-blog-post-content .bm-blog-post-meta a {
    color: #3f3f3f;
}
.bm-blog-post-meta.entry-post-meta > span i {
    margin-right: 8px;
}
.bm-blog-post-content .bm-blog-post-meta a:hover {
    color: #939393;
}
.elementor-screen-only, .screen-reader-text, 
.screen-reader-text span, 
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/*EN Blogmentor Grid View Style 1*/

/* ST Blogmentor Grid View Style 2 */
.grid-item{
	min-height: 550px;
    height: auto;
	position: relative;
    padding: 10px;
	border: 0px solid black;
}
.grid-item-wrapper{
  background: #ececec;
	border: 0px solid green;
}
.grid-item-container{
	border: 0px solid blue;
}
.grid-image{
	height: 250px;
	border: 0px solid yellow;
}
.bm-display-grid .bm-post-image img {
	height: 250px !important;
	width:100%;
}
.grid-item-content {
	margin-top: 5px;
	border: 0px solid gray;
	padding: 0 20px 20px 20px;
}
.item-title, .item-title a{
	color: #57585A !important;
	font-weight: 700;
	margin: 10px 0;
	font-size: 23px;
}
.grid-style-2 .items-meta {
	font-size: 16px;
	margin: 5px 0;
    border-top: 1px solid #e5e5e5;
}
.items-meta > span {
    margin-right: 10px;
}
.items-meta span, 
.items-meta span a {
	color: #3f3f3f;
}
.items-meta .fa-tags:before, 
.items-meta .fa-comments:before, 
.items-meta .fa-clock:before, 
.items-meta .fa-user:before, 
.items-meta .fa-list-alt:before {
	color: #5f9ea0;
	margin-right: 8px;
	font-size: 15px;
}
.item-excerpt .more-info, .item-excerpt .more-info a {
	display: block;
	font-size: 14px;
}
/* EN Blogmentor Grid View Style 2 */
/*!/wp-content/plugins/blogmentor/assets/css/metro-layout-style.css*/
.upl-main {
	padding:10px 0;
}
.upl-container {
	display:flex;
	flex-direction:row;
	justify-content: space-around;
	width:100%;
	margin:0 auto;
}
.upl-left-section {
	height:800px;
	width:60%;
	border-radius:7px;
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	box-shadow: 1px 1px 15px 1px #ccc;
	border-radius:7px 7px 7px 7px;
	overflow:hidden;
}
.upl-left-section .upl-image {
	min-height:565px;
	height: 670px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.upl-left-section .upl-author {
	margin-bottom:10px;
}
.upl-left-section .upl-title {
	height:35px;
	font-size: 18px;
	font-weight: 700;
    color: #0073aa;
	padding:0 5%;
	margin-bottom:10px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.upl-left-section .upl-excerpt {
	height:100px;
	padding:0 5%;
	font-size: 18px;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom:15px;
}
.upl-right-section {
	width:35%;
	height:800px;
	display:flex;
	flex-direction:column;
	justify-content: flex-end;
	justify-content: space-between;
}
.upl-top, .upl-bottom {
	height:385px;
	width:100%;
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius:7px;
	box-shadow: 1px 1px 15px 1px #ccc;
	border-radius:7px 7px 7px 7px;
	overflow:hidden;
}
.upl-right-section .upl-image, .upl-second-section .upl-image {
	min-height:210px;
	height: 270px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.upl-right-section .upl-author, .upl-second-section .upl-author {
	margin-bottom:5px;
}
.upl-right-section .upl-title, .upl-second-section .upl-title {
	height:30px;
	font-size: 16px;
    color: #0073aa;
	font-weight: 700;
	margin-bottom:5px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding:0 5%;
}
.upl-right-section .upl-excerpt, .upl-second-section .upl-excerpt {
	height:60px;
	padding:0 5%;
	font-size: 16px;
	overflow:hidden;
	margin-bottom:10px;
}
.upl-author img {
	height: 50px;
    width: 50px;
}
.upl-title a {
    color: #0073aa;
    outline: 0;
}
.upl-left-section .upl-author, 
.upl-right-section .upl-author, 
.upl-second-section .upl-author {
	margin-top:-25px;
	z-index:1;
}
.upl-left-section .upl-cat-date, 
.upl-right-section .upl-cat-date, 
.upl-second-section .upl-cat-date {
	height:40px;
	font-size:14px;
	color: #9e9e9e;
	border-top: 1px solid #ebebeb;
	display:flex;
	flex-direction:column;
	justify-content: center;
	padding-left:5%;
}
.upl-author img {
	border-radius:50% !important;
	margin-left:5%;
	border: 3px solid #fff !important;
}

.upl-second-section {
	margin-top:10px;
	border:0px solid grey;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-content: flex-start;
}
.upl-second {
	height:385px;
	width:31.3%;
	margin-left:1%;
	margin-right:1%;
	box-shadow: 1px 1px 15px 1px #ccc;
	border-radius:7px 7px 7px 7px;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:15px;
	box-sizing: border-box;
	display:flex;
	flex-direction:column;
	justify-content: flex-end;
}
@media screen and (max-width: 1240px) {
	.upl-left-section, .upl-right-section {
		height:700px;
	}
	.upl-top, .upl-bottom, .upl-second {
		height:335px;
	}
	.upl-left-section .upl-image {
		height:480px;
	}
	.upl-left-section .upl-author {
		margin-bottom:10px;
	}
	.upl-left-section .upl-title {
		color: #0073aa;
		height:30px;
		line-height:28px;
	}
	.upl-left-section .upl-excerpt {
		height:90px;
		line-height:28px;
	}
	.upl-right-section .upl-image, .upl-second-section .upl-image {
		height:170px;
	}
	.upl-right-section .upl-title, .upl-second-section .upl-title {
		color: #0073aa;
		height:30px;
		line-height:28px;
	}
	.upl-right-section .upl-excerpt, .upl-second-section .upl-excerpt {
		height: 50px;
		line-height:22px;
	}
}
@media screen and (max-width: 768px) {
	.upl-container, .upl-second-section {
		display:block;
		margin:0 2.5%;
	}
	.upl-second-section  {
		margin-top:40px;
	}
	.upl-second {
		width:100%;
		height:500px;
		margin-bottom:50px;
	}
	.upl-left-section {
		width:95%;
		height:500px;
		margin-bottom:50px;
	}
	.upl-second {
		margin-top:0px;
		margin-left:0;
		margin-right:0;
	}
	.upl-left-section .upl-image, 
	.upl-right-section .upl-image, 
	.upl-second-section .upl-image {
		height:260px;
	}
	.upl-left-section .upl-author, 
	.upl-right-section .upl-author, 
	.upl-second-section .upl-author {
		margin-bottom:15px;
	}
	.upl-left-section .upl-title, 
	.upl-right-section .upl-title, 
	.upl-second-section .upl-title {
		color: #0073aa;
		height:30px;
		font-size:26px;
		margin-bottom:15px;
		white-space:normal;
	}
	.upl-left-section .upl-excerpt, 
	.upl-right-section .upl-excerpt, 
	.upl-second-section .upl-excerpt {
		height: 100px;
		font-size:22px;
		line-height:32px;
	}
	.upl-right-section {
		width:95%;
		display:block;
		height:1050px;
	}
	.upl-right-section .upl-top, .upl-right-section .upl-bottom {
		height:500px;
	}
	.upl-right-section .upl-top {
		margin-bottom:50px;
	}
	.upl-left-section .upl-cat-date, 
	.upl-right-section .upl-cat-date, 
	.upl-second-section .upl-cat-date {
		height:45px;
		font-size:20px;
	}
}
@media screen and (max-width: 414px) {
	.upl-left-section .upl-image, 
	.upl-right-section .upl-image, 
	.upl-second-section .upl-image {
		height:280px;
	}
	.upl-left-section .upl-author, 
	.upl-right-section .upl-author, 
	.upl-second-section .upl-author {
		margin-bottom:10px;
	}
	.upl-left-section .upl-title, 
	.upl-right-section .upl-title, 
	.upl-second-section .upl-title {
		color: #0073aa;
		height:30px;
		font-size:18px;
		margin-bottom:10px;
	}
	.upl-left-section .upl-excerpt, 
	.upl-right-section .upl-excerpt, 
	.upl-second-section .upl-excerpt {
		height: 100px;
		font-size:18px;
		line-height:24px;
	}
	.upl-left-section .upl-cat-date, 
	.upl-right-section .upl-cat-date, 
	.upl-second-section .upl-cat-date {
		height:40px;
		font-size:16px;
	}
}
/*!/wp-content/plugins/elementor/assets/css/frontend.min.css*/
/*! elementor - v3.25.0 - 24-11-2024 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);--flex-wrap-mobile:wrap;margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-inline-start:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-block-start:0;padding-block-end:0;border:none}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
/*!/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css*/
.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}
/*!/wp-content/plugins/bloglentor-for-elementor/assets/css/main.css*/
*,:after,:before{box-sizing:border-box}.blfe-row{display:grid;display:-ms-grid;grid-column-gap:30px;grid-row-gap:30px}.blfe-col-6{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr;-ms-grid-rows:1fr}.blfe-col-4{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-3{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-2{grid-template-columns:repeat(6,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-default .blfe-row{grid-gap:20px}.blfe-no-gap .blfe-row{grid-gap:0}.blfe-narrow .blfe-row{grid-gap:10px}.blfe-extended .blfe-row{grid-gap:30px}.blfe-wide .blfe-row{grid-gap:40px}.blfe-wider .blfe-row{grid-gap:60px}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero2{grid-template-columns:50% 1fr 1fr;grid-template-rows:1fr 1fr;-ms-grid-columns:50% 1fr 1fr;-ms-grid-rows:1fr 1fr}.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero2 :first-child{grid-column-start:1;grid-row-start:1;grid-row-end:3;-ms-grid-column:1;-ms-grid-row:1;-ms-grid-row-span:2}.blfe-hero3{grid-template-columns:1fr 33% 1fr;grid-template-rows:1fr 1fr;-ms-grid-columns:1fr 33% 1fr;-ms-grid-rows:1fr 1fr}.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero3>div:nth-child(3){grid-column-start:2;grid-row-start:1;grid-row-end:3;-ms-grid-column:2;-ms-grid-row:1;-ms-grid-row-span:2}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:15px;padding-left:15px;padding-right:15px}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title{margin-left:10px;margin-right:10px;text-transform:uppercase}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title a{color:#111;background-color:#fff;box-shadow:15px 0 0 #fff,-10px 0 0 #fff;padding:2px;line-height:1.4;transition:.4s}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title a:hover{background-color:#111;box-shadow:15px 0 0 #111,-10px 0 0 #111;color:#fff}.blfe-hero4 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:30px}@media screen and (max-width:1024px){.blfe-col-tab-12{grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr;-ms-grid-rows:1fr}.blfe-col-tab-6{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr;-ms-grid-rows:1fr}.blfe-col-tab-4{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-tab-3{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-tab-2{grid-template-columns:repeat(6,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}}@media screen and (max-width:767px){.blfe-col-mob-12{grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr;-ms-grid-rows:1fr}.blfe-col-mob-6{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr;-ms-grid-rows:1fr}.blfe-col-mob-4{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-mob-3{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-mob-2{grid-template-columns:repeat(6,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-post-grid-container .blfe-row{grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr;-ms-grid-rows:1fr}.blfe-hero3.blfe-row :nth-child(3){grid-column-start:auto;grid-row-start:auto;grid-row-end:auto;-ms-grid-column:initial;-ms-grid-row:initial;-ms-grid-row-span:initial}}@font-face{font-family:bloglentor;src:url(/web/wp-content/plugins/bloglentor-for-elementor/assets/css/../fonts/bloglentor.eot?eee9519c8ecbb569996a75e149e68445);src:url(/web/wp-content/plugins/bloglentor-for-elementor/assets/css/../fonts/bloglentor.eot?eee9519c8ecbb569996a75e149e68445) format("embedded-opentype"),url(/web/wp-content/plugins/bloglentor-for-elementor/assets/css/../fonts/bloglentor.woff?82c75d9614532afe002adde30426322f) format("woff"),url(/web/wp-content/plugins/bloglentor-for-elementor/assets/css/../fonts/bloglentor.ttf?e8a90200287f71c5ea283a6cd624e522) format("truetype"),url(/web/wp-content/plugins/bloglentor-for-elementor/assets/css/../fonts/bloglentor.svg?e528e083465ff12c5c4c3ea3c98223c8) format("svg");font-weight:400;font-style:normal}[data-icon]:before{content:attr(data-icon)}[class*=" blfe-"]:before,[class^=blfe-]:before,[data-icon]:before{font-family:bloglentor!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.blfe-angle-left:before{content:"a"}.blfe-angle-right:before{content:"b"}.blfe-arrow-right:before{content:"c"}.blfe-arrow-left:before{content:"d"}.blfe-chevron-right:before{content:"e"}.blfe-chevron-left:before{content:"f"}.blfe-long-arrow-right:before{content:"g"}.blfe-long-arrow-left:before{content:"h"}.blfe-arrow-circle-o-right:before{content:"i"}.blfe-arrow-circle-o-left:before{content:"j"}.blfe-globe:before{content:"l"}.blfe-facebook:before{content:"m"}.blfe-wordpress:before{content:"n"}.blfe-linkedin:before{content:"p"}.blfe-github:before{content:"q"}.blfe-twitter:before{content:"r"}.blfe-whatsapp:before{content:"s"}.blfe-dribbble:before{content:"t"}.blfe-googleplus:before{content:"o"}.blfe-instagram:before{content:"u"}.blfe-telegram:before{content:"v"}.blfe-pinterest:before{content:"w"}.blfe-envelope:before{content:"k"}.blfe-skype:before{content:"x"}.blfe-wechat:before{content:"y"}.blfe-reddit:before{content:"z"}.blfe-blogger:before{content:"A"}.blfe-tumblr:before{content:"B"}.blfe-vkontakte:before{content:"C"}.blfe-xing:before{content:"D"}.blfe-pocket:before{content:"E"}.blfe-digg:before{content:"F"}.blfe-stumbleupon:before{content:"G"}.blfe-renren:before{content:"I"}.blfe-snapchat:before{content:"J"}.blfe-odnoklassniki:before{content:"K"}.blfe-livejournal:before{content:"L"}.blfe-delicious:before{content:"N"}.blfe-instapaper:before{content:"O"}.blfe-baidu:before{content:"P"}.blfe-evernote:before{content:"Q"}.blfe-weibo:before{content:"H"}.blfe-flikr:before{content:"M"}.blfe-line:before{content:"R"}.blfe-mix:before{content:"S"}.blfe-viber:before{content:"T"}.blfe-buffer:before{content:"U"}.blfe-flipboard:before{content:"V"}.blfe-meneame:before{content:"W"}[data-widget_type="blfe-post-grid.classic1"] .blfe-post-grid-item,[data-widget_type="blfe-post-grid.classic2"] .blfe-post-grid-item,[data-widget_type="blfe-post-grid.hero1"] .blfe-post-grid-item,[data-widget_type="blfe-post-grid.hero4"] .blfe-post-grid-item{margin-bottom:20px}[data-widget_type="blfe-post-grid.hero2"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero3"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero5"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero6"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero7"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero8"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero9"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero10"] .blfe-post-grid-swiper-container{overflow:hidden}[data-widget_type="blfe-post-grid.hero2"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero3"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero5"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero6"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero7"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero8"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero9"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero10"] .blfe-post-grid-swiper-container .swiper-container{overflow:initial;position:static}.blfe-post-grid-item{position:relative;overflow:hidden}.blfe-post-grid-item.blfe-equal-height{height:auto}.blfe-post-grid-item .blfe-post-grid-url{position:absolute;left:0;right:0;height:100%;width:100%;z-index:2;box-shadow:none;display:block}.blfe-post-grid-item.blfe-rowan-zoom:hover .blfe-post-grid-bg-image{transform:scale3d(1.1,1.1,1.1)}.blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-image{display:block;height:100%;line-height:normal;font-size:medium}.blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-image:before{top:0;content:"";display:block;width:100%;min-height:280px;position:absolute;z-index:1;opacity:.4;transition:.4s;background-color:transparent}.blfe-post-grid-item .blfe-post-grid-image{display:block}.blfe-post-grid-item .blfe-post-grid-image img{min-height:280px;-o-object-fit:cover;object-fit:cover;transition:.4s;width:100%}.blfe-post-grid-item .blfe-post-grid-bg-image{position:relative;overflow:hidden;height:100%;line-height:normal;font-size:medium}.blfe-post-grid-item .blfe-post-grid-bg-image .blfe-post-grid-image-inner{display:block;height:100%}.blfe-post-grid-item .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before{bottom:0;content:"";display:block;width:100%;height:100%;position:absolute;z-index:1;opacity:.4;transition:.4s;background-color:#000}.blfe-post-grid-item .blfe-post-grid-bg-image img{min-height:445px;-o-object-fit:cover;object-fit:cover;transition:.4s;width:100%;height:100%}.blfe-post-grid-item .blfe-post-grid-title{font-size:22px;line-height:1.2;padding-bottom:10px;margin:0}@media screen and (max-width:1024px){.blfe-post-grid-item .blfe-post-grid-title{font-size:18px}}.blfe-post-grid-item .blfe-post-grid-title a{color:#fff}.blfe-post-grid-item .blfe-post-grid-excerpt{color:#fff;font-size:14px;line-height:1.4;margin:0}.blfe-post-grid-item .blfe-post-category{line-height:normal;font-size:medium;display:block}.blfe-post-grid-item .blfe-post-category a{text-transform:capitalize;background-color:#111;padding:6px 15px;color:#fff;font-size:12px;line-height:1.4;font-weight:700;display:inline-block;margin-right:5px;margin-bottom:10px}.blfe-post-grid-item .blfe-post-grid-meta{display:flex;align-items:center}.blfe-post-grid-item .blfe-post-grid-meta .blfe-post-grid-author{text-transform:capitalize}.blfe-post-grid-item .blfe-post-grid-meta span{font-size:12px;color:#fff;font-weight:500}.blfe-post-grid-item .blfe-post-grid-meta span i{padding-right:4px}.blfe-post-grid-item .blfe-post-grid-meta span:first-child{margin-left:0}.blfe-post-grid-item .blfe-post-grid-meta span+span:before{content:"//";margin-left:8px;margin-right:8px}.blfe-post-grid-item .blfe-post-grid-meta span a{color:#fff}.blfe-post-grid-item .blfe-post-grid-meta img{margin-right:4px;width:20px;border-radius:50%}.blfe-post-grid-item .blfe-post-meta-dot{margin-left:7px;margin-right:7px;border-radius:50px;width:8px;height:8px;border:1px solid #fff}.blfe-post-grid-item .blfe-post-meta-dot:first-child,.blfe-post-grid-item .blfe-post-meta-dot:last-child{display:none}.blfe-post-grid-item .blfe-post-read-more{display:inline-block;line-height:1.2;font-size:14px;color:#666;text-align:center;transition:all .3s;margin-top:15px}.blfe-post-grid-item .blfe-post-read-more:hover{color:#2568ef}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper{display:flex;justify-content:center}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-icon{margin-top:1px}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-right{order:15;margin-left:5px}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-left{order:5;margin-right:5px}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-text{order:10}.blfe-posts-align-left .blfe-post-grid-container .blfe-post-grid-item{text-align:left}.blfe-posts-align-left .blfe-post-grid-container .blfe-post-grid-item .blfe-post-grid-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-post-grid-container .blfe-post-grid-item{text-align:right}.blfe-posts-align-right .blfe-post-grid-container .blfe-post-grid-item .blfe-post-grid-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-post-grid-container .blfe-post-grid-item{text-align:center}.blfe-posts-align-center .blfe-post-grid-container .blfe-post-grid-item .blfe-post-grid-meta{justify-content:center}.blfe-posts-align-left .blfe-carousel .blfe-post-grid-details{text-align:left}.blfe-posts-align-left .blfe-carousel .blfe-post-grid-details .blfe-post-grid-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-carousel .blfe-post-grid-details{text-align:right}.blfe-posts-align-right .blfe-carousel .blfe-post-grid-details .blfe-post-grid-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-carousel .blfe-post-grid-details{text-align:center}.blfe-posts-align-center .blfe-carousel .blfe-post-grid-details .blfe-post-grid-meta{justify-content:center}.blfe-classic1 .blfe-post-grid-item{position:relative;overflow:hidden;box-shadow:0 10px 10px 1px rgba(0,0,0,.07)}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner.blfe-rowan-zoom:hover .blfe-post-grid-image{transform:scale3d(1.1,1.1,1.1)}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-bg-image{min-height:220px;position:static}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-category{margin-top:-15px;display:block;margin-left:15px;position:relative;z-index:1}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-category a{text-transform:uppercase;background-color:#15c739;padding:6px 15px;color:#fff;font-size:12px;line-height:1.4;font-weight:700;display:inline-block;margin-bottom:5px;margin-right:5px}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details{padding:10px 15px 15px;background-color:transparent;min-height:auto}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner{position:static;padding:0}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-title{font-weight:700}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-title a{color:#0f0e0e}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-excerpt{color:#424242;font-size:14px;line-height:1.4;margin-bottom:10px}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta i,.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta span,.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta span a{color:#9f9f9f}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta .blfe-post-meta-dot{border:1px solid #9f9f9f}.blfe-classic2 .blfe-post-grid-item{position:relative;overflow:hidden;text-align:center}.blfe-classic2 .blfe-post-grid-item .blfe-post-category{margin-top:-15px;display:block;margin-left:15px;position:relative;z-index:1}.blfe-classic2 .blfe-post-grid-item .blfe-post-category a{text-transform:uppercase;background-color:#fff;padding:6px 15px;color:#111;font-size:14px;line-height:1.4;font-weight:700;display:inline-block;margin-bottom:5px}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-details{height:100%;padding:5px 30px 0;background-color:transparent;min-height:auto}@media screen and (max-width:1024px){.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-details{padding-left:15px;padding-right:15px}}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{position:static;padding:0}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-title a{color:#111}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-excerpt{color:#666;margin-top:10px}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta{justify-content:center}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta span,.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta span a{color:#666}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta .blfe-post-meta-dot{border:1px solid #666}.blfe-hero1 .blfe-post-grid-item,.blfe-hero2 .blfe-post-grid-item,.blfe-hero3 .blfe-post-grid-item,.blfe-hero4 .blfe-post-grid-item,.blfe-hero5 .blfe-post-grid-item,.blfe-hero6 .blfe-post-grid-item,.blfe-hero7 .blfe-post-grid-item,.blfe-hero8 .blfe-post-grid-item,.blfe-hero9 .blfe-post-grid-item,.blfe-hero10 .blfe-post-grid-item{position:relative;overflow:hidden}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-item-inner{height:100%}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-title{padding-bottom:6px;pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-category,.blfe-hero2 .blfe-post-grid-item .blfe-post-category,.blfe-hero3 .blfe-post-grid-item .blfe-post-category,.blfe-hero4 .blfe-post-grid-item .blfe-post-category,.blfe-hero5 .blfe-post-grid-item .blfe-post-category,.blfe-hero6 .blfe-post-grid-item .blfe-post-category,.blfe-hero7 .blfe-post-grid-item .blfe-post-category,.blfe-hero8 .blfe-post-grid-item .blfe-post-category,.blfe-hero9 .blfe-post-grid-item .blfe-post-category,.blfe-hero10 .blfe-post-grid-item .blfe-post-category{pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-category a,.blfe-hero2 .blfe-post-grid-item .blfe-post-category a,.blfe-hero3 .blfe-post-grid-item .blfe-post-category a,.blfe-hero4 .blfe-post-grid-item .blfe-post-category a,.blfe-hero5 .blfe-post-grid-item .blfe-post-category a,.blfe-hero6 .blfe-post-grid-item .blfe-post-category a,.blfe-hero7 .blfe-post-grid-item .blfe-post-category a,.blfe-hero8 .blfe-post-grid-item .blfe-post-category a,.blfe-hero9 .blfe-post-grid-item .blfe-post-category a,.blfe-hero10 .blfe-post-grid-item .blfe-post-category a{background-color:#000;color:#fff;border-radius:20px}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-excerpt{margin:10px 0 0}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-meta{pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-meta i{color:#fff}.blfe-hero1 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero2 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero3 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero4 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero5 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero6 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero7 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero8 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero9 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero10 .blfe-post-grid-item .blfe-post-read-more{color:#fff;pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero2 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero3 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero4 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero5 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero6 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero7 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero8 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero9 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero10 .blfe-post-grid-item .blfe-post-read-more:hover{opacity:.9}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-details{position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;display:flex;z-index:2}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{width:100%;transition:all .25s ease;position:absolute;bottom:30px;left:0;right:0;padding-left:30px;padding-right:30px}@media screen and (max-width:1024px){.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:20px;padding-left:20px;padding-right:20px}}.blfe-hero1 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero2 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero3 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero4 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero5 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero6 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero7 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero8 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero9 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero10 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before{opacity:.7}.blfe-hero1 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero2 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero4 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero5 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero6 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero7 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero8 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero9 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero10 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:50px}.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:20px;padding-left:20px;padding-right:20px}.blfe-grid-pagination{text-align:center;width:100%;margin-top:30px}.blfe-grid-pagination a.page-numbers,.blfe-grid-pagination span.page-numbers{border-radius:2px;padding:3px 13px;font-weight:500;margin:0 8px 8px 0;display:inline-block;color:#2568ef;border:1px solid #2568ef;transition:.3s;background-color:transparent}.blfe-grid-pagination a.page-numbers:hover,.blfe-grid-pagination span.page-numbers:hover{color:#111;border-color:#111}.blfe-grid-pagination a.page-numbers:last-child,.blfe-grid-pagination span.page-numbers:last-child{margin-right:0}.blfe-grid-pagination a.page-numbers.current,.blfe-grid-pagination span.page-numbers.current{color:#111;border:1px solid #111}.blfe-pagination-align-left .blfe-grid-pagination,.blfe-pagination-align-left .blfe-post-prev-next-wrap{text-align:left}.blfe-pagination-align-right .blfe-grid-pagination,.blfe-pagination-align-right .blfe-post-prev-next-wrap{text-align:right}.blfe-arrows-display-hover .blfe-swiper-arrow{transition:.5s;transform:translateY(-50%);opacity:0}.blfe-arrows-display-hover:hover .blfe-swiper-arrow{opacity:1}.blfe-swiper-carousel-wrapper{width:100%}.blfe-swiper-carousel-wrapper .blfe-swiper-arrow{position:absolute;top:calc(50% - 35px);z-index:99999;cursor:pointer;color:#000;font-size:26px;height:40px;width:40px;line-height:40px;background-color:#fbfbfb;box-shadow:1px 2px 15px 2px rgba(0,0,0,.14);border-radius:4px;display:flex;align-items:center;justify-content:center}.blfe-swiper-carousel-wrapper .blfe-swiper-arrow:focus{background-color:#fbfbfb;box-shadow:1px 2px 15px 2px rgba(0,0,0,.1);border-color:transparent}.blfe-swiper-carousel-wrapper .blfe-swiper-arrow:before{content:""}.blfe-swiper-carousel-wrapper .blfe-swiper-button-prev{right:auto;left:-20px}.blfe-swiper-carousel-wrapper .blfe-swiper-button-next{right:-15px}@media screen and (max-width:1024px){.blfe-swiper-carousel-wrapper .blfe-swiper-button-prev{left:0}.blfe-swiper-carousel-wrapper .blfe-swiper-button-next{right:0}}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination{margin:0;padding:0;list-style:none;text-align:center;width:100%;position:absolute;bottom:-10px}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet{background:#ccc;border-radius:50%;width:10px;height:10px;margin:0 5px;transition:.4s;font-size:0;line-height:0;padding:0;opacity:1}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet:focus,.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet:hover{background-color:#000}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet:before{content:none}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet:hover{transform:scale(1.5)}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet-active{transform:scale(1.5);background-color:#000}.blfe-title-align-center .blfe-post-header .blfe-post-header-title{margin-left:auto;margin-right:auto}.blfe-title-align-right .blfe-post-header .blfe-post-header-title{margin-left:auto}.blfe-post-header{position:relative;border-bottom:2px solid #eadada;margin-bottom:25px;display:flex;align-items:center;justify-content:space-between;padding-bottom:5px}@media screen and (max-width:767px){.blfe-post-header{display:block}}.blfe-post-header .blfe-header-title-icon{margin-right:5px}.blfe-post-header .blfe-header-title-icon.blfe-header-title-align-icon-right{order:1;margin-right:0;margin-left:5px}.blfe-post-header .blfe-header-title-icon i{color:#b3c70f;font-size:20px}.blfe-post-header .blfe-post-header-title{display:flex}.blfe-post-header .blfe-post-header-title .blfe-post-header-title-inner{font-size:20px;font-weight:700;line-height:1.2;margin:0;color:#000;display:inline-block}.blfe-post-header .blfe-post-header-title a{color:#000;box-shadow:none;text-decoration:none}.blfe-post-header .blfe-post-header-title a:focus,.blfe-post-header .blfe-post-header-title a:hover{outline:none}.swiper-container .blfe-post-list-item{margin-bottom:30px}.blfe-post-list-item{position:relative;overflow:hidden;display:flex!important}.blfe-post-list-item.hide-post-image .blfe-post-list-details{flex:0 0 100%;max-width:100%}@media screen and (max-width:767px){.blfe-post-list-item{display:block!important}}.blfe-post-list-item .blfe-post-list-details{align-self:center;flex:0 0 50%;max-width:50%}.blfe-post-list-item .blfe-post-image-wrapper{flex:0 0;flex-basis:calc(50% - 30px);max-width:calc(50% - 30px);margin-right:30px;display:block;padding-bottom:35%;position:relative;transition:all .5s ease;overflow:hidden}.blfe-post-list-item .blfe-post-image-wrapper:hover span{transform:scale(1.3)}@media screen and (max-width:767px){.blfe-post-list-item .blfe-post-image-wrapper,.blfe-post-list-item .blfe-post-list-details{max-width:100%;flex-basis:100%;margin-right:0}.blfe-post-list-item .blfe-post-image-wrapper{margin-bottom:15px}}.blfe-post-list-item .blfe-post-list-url{position:absolute;left:0;right:0;height:100%;width:100%;z-index:2;box-shadow:none;display:block}.blfe-post-list-item .blfe-post-list-image{display:block;line-height:normal;font-size:medium;overflow:hidden}.blfe-post-list-item .blfe-post-list-image span{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:100%;display:block;position:absolute;left:0;border-radius:4px;transition:all .5s ease;transform:scale(1)}.blfe-post-list-item .blfe-post-list-image span:before{content:"";display:block;width:100%;height:100%;z-index:1;opacity:.4;transition:all .4s ease;background-color:transparent}.blfe-post-list-item .blfe-post-list-title{font-size:22px;line-height:1.2;padding-bottom:10px;margin:0}.blfe-post-list-item .blfe-post-list-title a{color:#111}.blfe-post-list-item .blfe-post-list-excerpt{color:#666;font-size:14px;line-height:1.4;margin:0}.blfe-post-list-item .blfe-post-category{line-height:normal;font-size:medium;display:block}.blfe-post-list-item .blfe-post-category a{text-transform:capitalize;background-color:#111;padding:4px 10px;color:#fff;font-size:12px;line-height:1.4;font-weight:700;display:inline-block;margin-right:5px;margin-bottom:10px;border-radius:4px}.blfe-post-list-item .blfe-post-list-meta{display:flex;align-items:center;margin-bottom:10px}.blfe-post-list-item .blfe-post-list-meta .blfe-post-list-author{text-transform:capitalize}.blfe-post-list-item .blfe-post-list-meta span{font-size:12px;color:#666;font-weight:500}.blfe-post-list-item .blfe-post-list-meta span i{padding-right:4px}.blfe-post-list-item .blfe-post-list-meta span:first-child{margin-left:0}.blfe-post-list-item .blfe-post-list-meta span+span:before{content:"//";margin-left:8px;margin-right:8px}.blfe-post-list-item .blfe-post-list-meta span a{color:#666}.blfe-post-list-item .blfe-post-list-meta img{margin-right:4px;width:20px;border-radius:50%}.blfe-post-list-item .blfe-post-meta-dot{margin-left:7px;margin-right:7px;border-radius:50px;width:8px;height:8px;border:1px solid #666}.blfe-post-list-item .blfe-post-meta-dot:first-child,.blfe-post-list-item .blfe-post-meta-dot:last-child{display:none}.blfe-post-list-item .blfe-post-read-more{display:inline-block;line-height:1.2;font-size:14px;color:#666;text-align:center;transition:all .3s;margin-top:15px}.blfe-post-list-item .blfe-post-read-more:hover{color:#2568ef}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper{display:flex;justify-content:center}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-icon{margin-top:1px}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-right{order:15;margin-left:5px}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-left{order:5;margin-right:5px}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-text{order:10}.blfe-posts-align-left .blfe-post-list-container .blfe-post-list-item{text-align:left}.blfe-posts-align-left .blfe-post-list-container .blfe-post-list-item .blfe-post-list-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-post-list-container .blfe-post-list-item{text-align:right}.blfe-posts-align-right .blfe-post-list-container .blfe-post-list-item .blfe-post-list-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-post-list-container .blfe-post-list-item{text-align:center}.blfe-posts-align-center .blfe-post-list-container .blfe-post-list-item .blfe-post-list-meta{justify-content:center}.blfe-posts-align-left .blfe-carousel .blfe-post-list-details{text-align:left}.blfe-posts-align-left .blfe-carousel .blfe-post-list-details .blfe-post-list-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-carousel .blfe-post-list-details{text-align:right}.blfe-posts-align-right .blfe-carousel .blfe-post-list-details .blfe-post-list-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-carousel .blfe-post-list-details{text-align:center}.blfe-posts-align-center .blfe-carousel .blfe-post-list-details .blfe-post-list-meta{justify-content:center}.blfe-classic2 .blfe-post-list-item .blfe-post-category{position:absolute;top:20px;left:20px}.blfe-classic2 .blfe-post-list-item .blfe-post-list-image span:before{opacity:.4;transition:all .4s ease;background-color:#000}.blfe-classic2 .blfe-post-list-item .blfe-post-image-wrapper:hover span{transform:scale(1)}.blfe-classic2 .blfe-post-list-item .blfe-post-image-wrapper:hover span:before{opacity:.5}.blfe-news-ticker-swiper-container{position:relative}.blfe-news-ticker{display:flex;align-items:center;height:40px;line-height:40px;box-sizing:border-box}.blfe-news-ticker .blfe-news-ticker-title{flex:1 0 auto;color:#fff;background-color:#14abf4;padding:0 15px;font-size:12px;text-transform:uppercase;font-weight:700;height:40px;line-height:40px;position:relative}.blfe-news-ticker .blfe-news-ticker-title:after{position:absolute;left:100%;top:50%;margin-top:-5px;z-index:999;content:"";width:0;height:0;border-color:transparent transparent transparent #14abf4;border-style:solid;border-width:5px 0 5px 5px}@media screen and (max-width:767px){.blfe-news-ticker .blfe-news-ticker-title:after{content:inherit}}@media screen and (max-width:767px){.blfe-news-ticker{display:block}}.blfe-news-ticker .blfe-news-ticker-content-wrapper{flex:1 1 auto;overflow:hidden;background-color:#000;padding-left:15px}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item{margin:0;display:inline-flex;align-items:center}@media screen and (max-width:767px){.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item{height:40px}}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item a{color:#fff;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;box-shadow:none;display:inline-block;overflow:hidden;font-size:14px;line-height:1.4}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item a:hover{color:#ddd}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-news-ticker-date{font-size:14px;color:#ddd;margin-right:5px;font-weight:700;margin-top:1px}@media screen and (max-width:767px){.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-news-ticker-date{display:none}}@media screen and (max-width:767px){.blfe-news-ticker-swiper-container{margin-bottom:30px}}.blfe-news-ticker-swiper-container .blfe-swiper-carousel-wrapper{position:absolute;top:0}.blfe-news-ticker-swiper-container .blfe-swiper-carousel-wrapper .blfe-swiper-button-prev{left:auto;right:25px}.blfe-news-ticker-swiper-container .blfe-swiper-button-next{right:0}.blfe-news-ticker-swiper-container .blfe-swiper-arrow{top:0;bottom:0;font-size:18px;position:absolute;width:25px;height:40px;box-shadow:none;color:#fff;background-color:#000;border-radius:0}.blfe-news-ticker-swiper-container .blfe-swiper-arrow:focus,.blfe-news-ticker-swiper-container .blfe-swiper-arrow:hover{box-shadow:none;background-color:#000}.blfe-animation-scroll{width:100%;overflow:hidden}@media screen and (max-width:767px){.blfe-animation-scroll{overflow:inherit}}.blfe-animation-scroll .blfe-news-ticker-content-wrapper{width:100%;padding-left:100%}@-webkit-keyframes ticker{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(-100%,0,0)}}@keyframes ticker{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(-100%,0,0)}}.blfe-animation-scroll .blfe-news-ticker-content{display:inline-block;white-space:nowrap;padding-right:100%;box-sizing:content-box;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-name:ticker;animation-name:ticker;-webkit-animation-duration:30s;animation-duration:30s}.blfe-animation-scroll.blfe-pause-on-hover .blfe-news-ticker-content:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.blfe-animation-scroll .blfe-ticker-item{display:inline-block;white-space:nowrap;margin-right:40px!important}.blfe-news-ticker-swiper-container{border:1px solid #eee}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-title{background-color:#f70d28}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-title:after{border-color:transparent transparent transparent #f70d28}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-content-wrapper{background-color:transparent}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item a{color:#000}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item a:hover{text-decoration:underline}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-news-ticker-date{color:#666}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-swiper-arrow{width:30px;color:#000;background-color:#fff;font-size:14px}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-swiper-arrow:focus,.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-swiper-arrow:hover{background-color:#f9f9f9}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-swiper-button-prev{left:auto;right:30px;border-left:1px solid #eee;border-right:1px solid #eee}.blfe-posts-align-center li a{justify-content:center}.blfe-posts-align-left li a{justify-content:flex-start}.blfe-posts-align-right li a{justify-content:flex-end}.blfe-taxonomy-list-item .blfe-taxonomy-list{padding:0;margin:0;list-style:none}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-row{grid-column-gap:20px;grid-row-gap:20px}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-inline-style{display:block}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-inline-style li{display:inline-flex;margin-right:6px;margin-bottom:10px}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-inline-style li a{padding:6px 15px}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-inline-style li a span{font-size:14px}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-inline-style li a .blfe-taxonomy-count{width:20px;height:20px;position:inherit;margin-left:5px}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-col-2 li a span.blfe-taxonomy-bar{margin:0 40px 0 8px!important}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-col-4 li a span.blfe-taxonomy-bar{margin:0 50px 0 25px!important}.blfe-taxonomy-list-item .blfe-taxonomy-list li{display:flex;align-items:center;list-style-type:none;background-color:rgba(10,1,10,.9);border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;position:relative;transition:.3s}.blfe-taxonomy-list-item .blfe-taxonomy-list li:hover{background-color:rgba(10,1,10,.8)}.blfe-taxonomy-list-item .blfe-taxonomy-list li a{width:100%;color:#fff;display:flex;align-items:center;overflow:hidden;padding:15px}.blfe-taxonomy-list-item .blfe-taxonomy-list li a span{position:relative;white-space:nowrap;text-transform:capitalize;font-weight:400;font-size:16px}.blfe-taxonomy-list-item .blfe-taxonomy-list li a span.blfe-taxonomy-bar{border-bottom:1px dashed hsla(0,0%,100%,.7);display:flex;width:100%;margin:0 55px 0 25px}.blfe-taxonomy-list-item .blfe-taxonomy-list li a .blfe-taxonomy-name{font-weight:600}.blfe-taxonomy-list-item .blfe-taxonomy-list li a .blfe-taxonomy-count{position:absolute;background:#fff;color:#000;padding:3px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;text-align:center;border-radius:50%;line-height:31px;right:15px;top:0;bottom:0;margin:auto;font-size:14px;font-weight:500}.blfe-taxonomy-classic2.blfe-taxonomy-list-item .blfe-taxonomy-list:hover{background-color:transparent}.blfe-taxonomy-classic2.blfe-taxonomy-list-item .blfe-taxonomy-list li{background-color:transparent;margin-bottom:5px}.blfe-taxonomy-classic2.blfe-taxonomy-list-item .blfe-taxonomy-list li a{color:#000;padding:10px}.blfe-taxonomy-classic2.blfe-taxonomy-list-item .blfe-taxonomy-list li a .blfe-taxonomy-count{color:#fff;background:rgba(10,1,10,.6)}.blfe-taxonomy-classic2.blfe-taxonomy-list-item .blfe-taxonomy-list li a span.blfe-taxonomy-bar{border-color:#707070;margin:0 85px 0 25px}.blfe-author-info .blfe-author-wrapper .blfe-author-item{position:relative;overflow:hidden;border-radius:6px;box-shadow:0 6px 24px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.08)}.blfe-author-info .blfe-author-wrapper .blfe-author-item a{box-shadow:none;text-decoration:none}.blfe-author-info .blfe-author-wrapper .blfe-author-item a:focus,.blfe-author-info .blfe-author-wrapper .blfe-author-item a:hover{outline:none;box-shadow:none}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body{position:relative;z-index:1;width:100%}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-name a{display:inline-flex;font-size:15px;font-weight:600;color:#2b2d42;line-height:1.2;letter-spacing:normal;text-transform:capitalize;transition:all .3s ease}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-role{font-size:14px;color:#8d99a1}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-bio{font-size:14px;color:#8d99a1;padding-top:10px;line-height:1.2}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-social-links{display:inherit;align-items:center;line-height:1;padding-top:10px;margin-bottom:15px}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-social-links a{color:#8d99ae;font-size:14px;transition:all .3s ease;display:inline-block}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-social-links a+a{margin-left:5px}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-post-count{position:absolute}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-post-count a span{color:#8d99ae;border:1px solid #a9a9a9;text-transform:capitalize;font-size:12px;line-height:1.2;padding:3px 6px;border-radius:3px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item{padding:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-body{text-align:center}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-body .blfe-author-social-links{justify-content:center}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-avatar a img{width:100px;height:100px;border-radius:100%;-o-object-fit:cover;object-fit:cover}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-post-count.post-count-position-right{top:15px;right:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-post-count.post-count-position-left{top:15px;left:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-post-count.post-count-position-bottom{text-align:center;width:100%;left:0;right:0}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list{line-height:normal}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item{padding:10px;display:flex;align-items:center}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-body{text-align:left}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-body .blfe-author-social-links{justify-content:left}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-avatar{margin-right:18px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-avatar a img{height:80px;width:80px;min-width:70px;border-radius:100%}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-post-count.post-count-position-right{top:15px;right:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-post-count.post-count-position-left{top:15px;left:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-post-count.post-count-position-bottom{text-align:center;width:100%;left:0;right:0;bottom:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-avatar-left{flex-direction:row!important}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-avatar-right{flex-direction:row-reverse!important}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-avatar-right .blfe-author-avatar{margin-left:20px}@media (min-width:1024px){.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-post-count{font-size:13px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid{line-height:normal}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item{position:relative;padding:32px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-post-count.post-count-position-right{top:30px;right:30px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-post-count.post-count-position-left{top:30px;left:30px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item{padding:16px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-avatar{margin-right:20px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-avatar a img{height:80px;width:80px;min-width:80px}}.blfe-avatar-align-right .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-avatar{display:flex;justify-content:flex-end;margin:30px 0 5px 30px}.blfe-avatar-align-left .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-avatar{display:flex;justify-content:flex-start;margin:30px 30px 5px 0}.blfe-avatar-align-center .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-avatar{display:flex;justify-content:center;margin:30px 30px 5px}.blfe-layout-style--inline .blfe-social-share{display:flex;flex-wrap:wrap}.blfe-layout-style--grid .blfe-social-share{display:grid}.blfe-social-share-btn{overflow:hidden;font-size:10px;display:flex;align-items:center;justify-content:flex-start;transition-duration:.2s;transition-property:filter,background-color,border-color,width;height:42px;cursor:pointer}.blfe-social-share-btn:hover{filter:saturate(1.2) brightness(1.1)}.blfe-icon-style--circle .blfe-social-share-btn{border-radius:100%}.blfe-icon-style--square .blfe-social-share-btn{border-radius:none}.blfe-social-share-icon,.blfe-social-share-text{transition-property:color,background-color;transition-duration:.2s}.blfe-social-share-icon{display:flex;align-self:stretch;justify-content:center;align-items:center;text-align:center;width:42px;position:relative}.blfe-social-share-icon i{font-size:16px;display:inline-flex}.blfe-social-share-text{font-size:13px;padding-right:14px;align-self:stretch;flex-grow:1;align-items:center;display:flex;font-weight:100}.blfe-social-share-title{font-weight:700;flex-shrink:0}.blfe-social-share-title+.blfe-social-share-counter{margin-left:.5em;flex-shrink:0}.blfe-social-button-position--bottom-left .blfe-social-share,.blfe-social-button-position--bottom-right .blfe-social-share,.blfe-social-button-position--center-left .blfe-social-share,.blfe-social-button-position--center-right .blfe-social-share,.blfe-social-button-position--top-left .blfe-social-share,.blfe-social-button-position--top-right .blfe-social-share{position:fixed;z-index:115}.blfe-social-button-position--top-left .blfe-social-share{left:0;top:0}.blfe-social-button-position--top-right .blfe-social-share{right:0;top:0}.blfe-social-button-position--bottom-left .blfe-social-share{left:0;bottom:0}.blfe-social-button-position--bottom-right .blfe-social-share{right:0;bottom:0}.blfe-social-button-position--center-left .blfe-social-share{left:0}.blfe-social-button-position--center-right .blfe-social-share{right:0;direction:rtl}.blfe-social-button-position--center-left .blfe-social-share,.blfe-social-button-position--center-right .blfe-social-share{display:inline;top:50%;transform:translateY(-50%)}.blfe-social-button-position--center-left .blfe-social-share .blfe-social-share-btn,.blfe-social-button-position--center-right .blfe-social-share .blfe-social-share-btn{height:45px;width:45px}.blfe-social-button-position--center-left .blfe-social-share .blfe-social-share-btn:hover,.blfe-social-button-position--center-right .blfe-social-share .blfe-social-share-btn:hover{width:100%}.blfe-social-button-position--center-left .blfe-social-share .blfe-social-share-icon,.blfe-social-button-position--center-right .blfe-social-share .blfe-social-share-icon{width:45px;min-width:45px}.blfe-social-button-position--center-left.blfe-social-share-btns-view-text .blfe-social-share .blfe-social-share-btn,.blfe-social-button-position--center-right.blfe-social-share-btns-view-text .blfe-social-share .blfe-social-share-btn{width:100%}.blfe-social-button-position--center-left.blfe-social-share-btns-view-text .blfe-social-share .blfe-social-share-text,.blfe-social-button-position--center-right.blfe-social-share-btns-view-text .blfe-social-share .blfe-social-share-text{padding-left:20px;padding-right:20px}.blfe-social-button-position--center-right .blfe-social-share .blfe-social-share-text{padding-left:20px;padding-right:0}.elementor-widget-share-buttons .blfe-social-share-grid{overflow:hidden}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-text,.blfe-social-share-btns-style-clear .blfe-social-share-text,.blfe-social-share-btns-style-deluxe .blfe-social-share-text{padding-left:15px}.blfe-social-share-btns-style-deluxe .blfe-social-share a,.blfe-social-share-btns-style-deluxe .blfe-social-share a:hover,.blfe-social-share-btns-style-flat .blfe-social-share a,.blfe-social-share-btns-style-flat .blfe-social-share a:hover{color:#fff}.blfe-social-share-btns-view-text .blfe-social-share-text{padding-left:20px}.blfe-social-share-btns-view-icon .blfe-social-share-icon,.blfe-social-share-btns-view-icon .blfe-social-share-text,.blfe-social-share-btns-view-text .blfe-social-share-icon,.blfe-social-share-btns-view-text .blfe-social-share-text{flex-grow:1;justify-content:center}.blfe-social-share-btns-style-boxed-1.blfe-social-button-position--center-right .blfe-social-share-text,.blfe-social-share-btns-style-clear.blfe-social-button-position--center-right .blfe-social-share-text{padding-right:10px}.blfe-social-share-btns-style-flat .blfe-social-share a:hover{transform:translateY(-3px);-webkit-transform:translateY(-3px);box-shadow:0 5px 20px rgba(0,0,0,.25)!important}.blfe-social-share-btns-style-leafs .blfe-social-share a{border-radius:16px 0;color:#fff}.blfe-social-share-btns-style-boxed-2 .blfe-social-share a:hover{transform:translateY(-3px);-webkit-transform:translateY(-3px);box-shadow:0 5px 20px rgba(0,0,0,.25)!important}.blfe-social-share-btns-style-boxed-2.blfe-layout-style--grid .blfe-social-share .blfe-social-share-btn{display:inherit}.blfe-social-share-btns-style-boxed-2.blfe-layout-style--grid .blfe-social-share .blfe-social-share-btn .blfe-social-share-text{justify-content:center}.blfe-social-share-btns-style-boxed-2.blfe-social-share-btns-view-text .blfe-social-share .blfe-social-share-text{padding-left:0}.blfe-social-share-btns-style-boxed-2 .blfe-social-share .blfe-social-share-btn{display:inline-grid;padding:10px 14px;height:auto}.blfe-social-share-btns-style-boxed-2 .blfe-social-share .blfe-social-share-btn .blfe-social-share-icon{width:100%;margin:2px 0}.blfe-social-share-btns-style-boxed-2 .blfe-social-share .blfe-social-share-btn .blfe-social-share-icon i{font-size:24px}.blfe-social-share-btns-style-boxed-2 .blfe-social-share .blfe-social-share-btn .blfe-social-share-text{padding-right:0!important}.blfe-social-share-btns-style-boxed-2 .blfe-social-share a{color:#fff;border-radius:3px}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-vkontakte,.blfe-social-share-btns-style-flat .blfe-social-share-vkontakte,.blfe-social-share-btns-style-leafs .blfe-social-share-vkontakte{background-color:#45668e}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-facebook,.blfe-social-share-btns-style-flat .blfe-social-share-facebook,.blfe-social-share-btns-style-leafs .blfe-social-share-facebook{background-color:#3b5998}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-odnoklassniki,.blfe-social-share-btns-style-flat .blfe-social-share-odnoklassniki,.blfe-social-share-btns-style-leafs .blfe-social-share-odnoklassniki{background-color:#f4731c}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-moimir,.blfe-social-share-btns-style-flat .blfe-social-share-moimir,.blfe-social-share-btns-style-leafs .blfe-social-share-moimir{background-color:#168de2}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-googleplus,.blfe-social-share-btns-style-flat .blfe-social-share-googleplus,.blfe-social-share-btns-style-leafs .blfe-social-share-googleplus{background-color:#dd4b39}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-linkedin,.blfe-social-share-btns-style-flat .blfe-social-share-linkedin,.blfe-social-share-btns-style-leafs .blfe-social-share-linkedin{background-color:#0077b5}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-email,.blfe-social-share-btns-style-flat .blfe-social-share-email,.blfe-social-share-btns-style-leafs .blfe-social-share-email{background-color:#d44638}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-twitter,.blfe-social-share-btns-style-flat .blfe-social-share-twitter,.blfe-social-share-btns-style-leafs .blfe-social-share-twitter{background-color:#1da1f2}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-livejournal,.blfe-social-share-btns-style-flat .blfe-social-share-livejournal,.blfe-social-share-btns-style-leafs .blfe-social-share-livejournal{background-color:#00b0ea}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-tumblr,.blfe-social-share-btns-style-flat .blfe-social-share-tumblr,.blfe-social-share-btns-style-leafs .blfe-social-share-tumblr{background-color:#35465c}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-blogger,.blfe-social-share-btns-style-flat .blfe-social-share-blogger,.blfe-social-share-btns-style-leafs .blfe-social-share-blogger{background-color:#f06a35}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-pinterest,.blfe-social-share-btns-style-flat .blfe-social-share-pinterest,.blfe-social-share-btns-style-leafs .blfe-social-share-pinterest{background-color:#bd081c}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-digg,.blfe-social-share-btns-style-flat .blfe-social-share-digg,.blfe-social-share-btns-style-leafs .blfe-social-share-digg{background-color:#005be2}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-evernote,.blfe-social-share-btns-style-flat .blfe-social-share-evernote,.blfe-social-share-btns-style-leafs .blfe-social-share-evernote{background-color:#2dbe60}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-reddit,.blfe-social-share-btns-style-flat .blfe-social-share-reddit,.blfe-social-share-btns-style-leafs .blfe-social-share-reddit{background-color:#ff4500}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-delicious,.blfe-social-share-btns-style-flat .blfe-social-share-delicious,.blfe-social-share-btns-style-leafs .blfe-social-share-delicious{background-color:#39f}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-mix,.blfe-social-share-btns-style-flat .blfe-social-share-mix,.blfe-social-share-btns-style-leafs .blfe-social-share-mix{background-color:#fd8235}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-pocket,.blfe-social-share-btns-style-flat .blfe-social-share-pocket,.blfe-social-share-btns-style-leafs .blfe-social-share-pocket{background-color:#ef3f56}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-surfingbird,.blfe-social-share-btns-style-flat .blfe-social-share-surfingbird,.blfe-social-share-btns-style-leafs .blfe-social-share-surfingbird{background-color:#25b1f6}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-liveinternet,.blfe-social-share-btns-style-flat .blfe-social-share-liveinternet,.blfe-social-share-btns-style-leafs .blfe-social-share-liveinternet{background-color:#5382c4}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-buffer,.blfe-social-share-btns-style-flat .blfe-social-share-buffer,.blfe-social-share-btns-style-leafs .blfe-social-share-buffer{background-color:#1b1b1b}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-instapaper,.blfe-social-share-btns-style-flat .blfe-social-share-instapaper,.blfe-social-share-btns-style-leafs .blfe-social-share-instapaper{background-color:#000}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-xing,.blfe-social-share-btns-style-flat .blfe-social-share-xing,.blfe-social-share-btns-style-leafs .blfe-social-share-xing{background-color:#026466}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-wordpress,.blfe-social-share-btns-style-flat .blfe-social-share-wordpress,.blfe-social-share-btns-style-leafs .blfe-social-share-wordpress{background-color:#21759b}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-baidu,.blfe-social-share-btns-style-flat .blfe-social-share-baidu,.blfe-social-share-btns-style-leafs .blfe-social-share-baidu{background-color:#2319dc}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-renren,.blfe-social-share-btns-style-flat .blfe-social-share-renren,.blfe-social-share-btns-style-leafs .blfe-social-share-renren{background-color:#237ec5}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-weibo,.blfe-social-share-btns-style-flat .blfe-social-share-weibo,.blfe-social-share-btns-style-leafs .blfe-social-share-weibo{background-color:#e6162d}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-skype,.blfe-social-share-btns-style-flat .blfe-social-share-skype,.blfe-social-share-btns-style-leafs .blfe-social-share-skype{background-color:#00aff0}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-telegram,.blfe-social-share-btns-style-flat .blfe-social-share-telegram,.blfe-social-share-btns-style-leafs .blfe-social-share-telegram{background-color:#2ca5e0}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-viber,.blfe-social-share-btns-style-flat .blfe-social-share-viber,.blfe-social-share-btns-style-leafs .blfe-social-share-viber{background-color:#834995}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-whatsapp,.blfe-social-share-btns-style-flat .blfe-social-share-whatsapp,.blfe-social-share-btns-style-leafs .blfe-social-share-whatsapp{background-color:#25d366}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-line,.blfe-social-share-btns-style-flat .blfe-social-share-line,.blfe-social-share-btns-style-leafs .blfe-social-share-line{background-color:#00b900}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-wechat,.blfe-social-share-btns-style-flat .blfe-social-share-wechat,.blfe-social-share-btns-style-leafs .blfe-social-share-wechat{background-color:#2dc100}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-meneame,.blfe-social-share-btns-style-flat .blfe-social-share-meneame,.blfe-social-share-btns-style-leafs .blfe-social-share-meneame{background-color:#f86100}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-flipboard,.blfe-social-share-btns-style-flat .blfe-social-share-flipboard,.blfe-social-share-btns-style-leafs .blfe-social-share-flipboard{background-color:#f52827}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-instagram,.blfe-social-share-btns-style-flat .blfe-social-share-instagram,.blfe-social-share-btns-style-leafs .blfe-social-share-instagram{background-color:#8a3ab9}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-dribbble,.blfe-social-share-btns-style-flat .blfe-social-share-dribbble,.blfe-social-share-btns-style-leafs .blfe-social-share-dribbble{background-color:#ea4c89}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-pocket,.blfe-social-share-btns-style-flat .blfe-social-share-pocket,.blfe-social-share-btns-style-leafs .blfe-social-share-pocket{background-color:#ee4056}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-snapchat,.blfe-social-share-btns-style-flat .blfe-social-share-snapchat,.blfe-social-share-btns-style-leafs .blfe-social-share-snapchat{background-color:#fffc00}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-stumbleupon,.blfe-social-share-btns-style-flat .blfe-social-share-stumbleupon,.blfe-social-share-btns-style-leafs .blfe-social-share-stumbleupon{background-color:#f74425}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-flikr,.blfe-social-share-btns-style-flat .blfe-social-share-flikr,.blfe-social-share-btns-style-leafs .blfe-social-share-flikr{background-color:#0063dc}.blfe-social-share-btns-style-outline-primary .blfe-social-share-vkontakte{color:#45668e}.blfe-social-share-btns-style-outline-primary .blfe-social-share-facebook{color:#3b5998}.blfe-social-share-btns-style-outline-primary .blfe-social-share-odnoklassniki{color:#f4731c}.blfe-social-share-btns-style-outline-primary .blfe-social-share-moimir{color:#168de2}.blfe-social-share-btns-style-outline-primary .blfe-social-share-googleplus{color:#dd4b39}.blfe-social-share-btns-style-outline-primary .blfe-social-share-linkedin{color:#0077b5}.blfe-social-share-btns-style-outline-primary .blfe-social-share-email{color:#d44638}.blfe-social-share-btns-style-outline-primary .blfe-social-share-twitter{color:#1da1f2}.blfe-social-share-btns-style-outline-primary .blfe-social-share-livejournal{color:#00b0ea}.blfe-social-share-btns-style-outline-primary .blfe-social-share-tumblr{color:#35465c}.blfe-social-share-btns-style-outline-primary .blfe-social-share-blogger{color:#f06a35}.blfe-social-share-btns-style-outline-primary .blfe-social-share-pinterest{color:#bd081c}.blfe-social-share-btns-style-outline-primary .blfe-social-share-digg{color:#005be2}.blfe-social-share-btns-style-outline-primary .blfe-social-share-evernote{color:#2dbe60}.blfe-social-share-btns-style-outline-primary .blfe-social-share-reddit{color:#ff4500}.blfe-social-share-btns-style-outline-primary .blfe-social-share-delicious{color:#39f}.blfe-social-share-btns-style-outline-primary .blfe-social-share-mix{color:#fd8235}.blfe-social-share-btns-style-outline-primary .blfe-social-share-pocket{color:#ef3f56}.blfe-social-share-btns-style-outline-primary .blfe-social-share-surfingbird{color:#25b1f6}.blfe-social-share-btns-style-outline-primary .blfe-social-share-liveinternet{color:#5382c4}.blfe-social-share-btns-style-outline-primary .blfe-social-share-buffer{color:#1b1b1b}.blfe-social-share-btns-style-outline-primary .blfe-social-share-instapaper{color:#000}.blfe-social-share-btns-style-outline-primary .blfe-social-share-xing{color:#026466}.blfe-social-share-btns-style-outline-primary .blfe-social-share-wordpress{color:#21759b}.blfe-social-share-btns-style-outline-primary .blfe-social-share-baidu{color:#2319dc}.blfe-social-share-btns-style-outline-primary .blfe-social-share-renren{color:#237ec5}.blfe-social-share-btns-style-outline-primary .blfe-social-share-weibo{color:#e6162d}.blfe-social-share-btns-style-outline-primary .blfe-social-share-skype{color:#00aff0}.blfe-social-share-btns-style-outline-primary .blfe-social-share-telegram{color:#2ca5e0}.blfe-social-share-btns-style-outline-primary .blfe-social-share-viber{color:#834995}.blfe-social-share-btns-style-outline-primary .blfe-social-share-whatsapp{color:#25d366}.blfe-social-share-btns-style-outline-primary .blfe-social-share-line{color:#00b900}.blfe-social-share-btns-style-outline-primary .blfe-social-share-wechat{color:#2dc100}.blfe-social-share-btns-style-outline-primary .blfe-social-share-meneame{color:#f86100}.blfe-social-share-btns-style-outline-primary .blfe-social-share-flipboard{color:#f52827}.blfe-social-share-btns-style-outline-primary .blfe-social-share-instagram{color:#8a3ab9}.blfe-social-share-btns-style-outline-primary .blfe-social-share-dribbble{color:#ea4c89}.blfe-social-share-btns-style-outline-primary .blfe-social-share-pocket{color:#ee4056}.blfe-social-share-btns-style-outline-primary .blfe-social-share-snapchat{color:#fffc00}.blfe-social-share-btns-style-outline-primary .blfe-social-share-stumbleupon{color:#f74425}.blfe-social-share-btns-style-outline-primary .blfe-social-share-flikr{color:#0063dc}.blfe-social-share-btns-style-outline-primary .blfe-social-share-btn{border-style:solid;border-width:2px}.blfe-social-share-btns-style-outline-classic .blfe-social-share-vkontakte{color:#45668e}.blfe-social-share-btns-style-outline-classic .blfe-social-share-vkontakte:hover{color:#fff;background-color:#45668e}.blfe-social-share-btns-style-outline-classic .blfe-social-share-facebook{color:#3b5998}.blfe-social-share-btns-style-outline-classic .blfe-social-share-facebook:hover{color:#fff;background-color:#3b5998;border-color:#3b5998}.blfe-social-share-btns-style-outline-classic .blfe-social-share-odnoklassniki{color:#f4731c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-odnoklassniki:hover{color:#fff;background-color:#f4731c;border-color:#f4731c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-moimir{color:#168de2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-moimir:hover{color:#fff;background-color:#168de2;border-color:#168de2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-googleplus{color:#dd4b39}.blfe-social-share-btns-style-outline-classic .blfe-social-share-googleplus:hover{color:#fff;background-color:#dd4b39;border-color:#dd4b39}.blfe-social-share-btns-style-outline-classic .blfe-social-share-linkedin{color:#0077b5}.blfe-social-share-btns-style-outline-classic .blfe-social-share-linkedin:hover{color:#fff;background-color:#0077b5;border-color:#0077b5}.blfe-social-share-btns-style-outline-classic .blfe-social-share-email{color:#d44638}.blfe-social-share-btns-style-outline-classic .blfe-social-share-email:hover{color:#fff;background-color:#d44638;border-color:#d44638}.blfe-social-share-btns-style-outline-classic .blfe-social-share-twitter{color:#1da1f2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-twitter:hover{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-livejournal{color:#00b0ea}.blfe-social-share-btns-style-outline-classic .blfe-social-share-livejournal:hover{color:#fff;background-color:#00b0ea;border-color:#00b0ea}.blfe-social-share-btns-style-outline-classic .blfe-social-share-tumblr{color:#35465c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-tumblr:hover{color:#fff;background-color:#35465c;border-color:#35465c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-blogger{color:#f06a35}.blfe-social-share-btns-style-outline-classic .blfe-social-share-blogger:hover{color:#fff;background-color:#f06a35;border-color:#f06a35}.blfe-social-share-btns-style-outline-classic .blfe-social-share-pinterest{color:#bd081c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-pinterest:hover{color:#fff;background-color:#bd081c;border-color:#bd081c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-digg{color:#005be2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-digg:hover{color:#fff;background-color:#005be2;border-color:#005be2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-evernote{color:#2dbe60}.blfe-social-share-btns-style-outline-classic .blfe-social-share-evernote:hover{color:#fff;background-color:#2dbe60;border-color:#2dbe60}.blfe-social-share-btns-style-outline-classic .blfe-social-share-reddit{color:#ff4500}.blfe-social-share-btns-style-outline-classic .blfe-social-share-reddit:hover{color:#fff;background-color:#ff4500;border-color:#ff4500}.blfe-social-share-btns-style-outline-classic .blfe-social-share-delicious{color:#39f}.blfe-social-share-btns-style-outline-classic .blfe-social-share-delicious:hover{color:#fff;background-color:#39f;border-color:#39f}.blfe-social-share-btns-style-outline-classic .blfe-social-share-mix{color:#fd8235}.blfe-social-share-btns-style-outline-classic .blfe-social-share-mix:hover{color:#fff;background-color:#fd8235;border-color:#fd8235}.blfe-social-share-btns-style-outline-classic .blfe-social-share-pocket{color:#ef3f56}.blfe-social-share-btns-style-outline-classic .blfe-social-share-pocket:hover{color:#fff;background-color:#ef3f56;border-color:#ef3f56}.blfe-social-share-btns-style-outline-classic .blfe-social-share-surfingbird{color:#25b1f6}.blfe-social-share-btns-style-outline-classic .blfe-social-share-surfingbird:hover{color:#fff;background-color:#25b1f6;border-color:#25b1f6}.blfe-social-share-btns-style-outline-classic .blfe-social-share-liveinternet{color:#5382c4}.blfe-social-share-btns-style-outline-classic .blfe-social-share-liveinternet:hover{color:#fff;background-color:#5382c4;border-color:#5382c4}.blfe-social-share-btns-style-outline-classic .blfe-social-share-buffer{color:#1b1b1b}.blfe-social-share-btns-style-outline-classic .blfe-social-share-buffer:hover{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.blfe-social-share-btns-style-outline-classic .blfe-social-share-instapaper{color:#000}.blfe-social-share-btns-style-outline-classic .blfe-social-share-instapaper:hover{color:#fff;background-color:#000;border-color:#000}.blfe-social-share-btns-style-outline-classic .blfe-social-share-xing{color:#026466}.blfe-social-share-btns-style-outline-classic .blfe-social-share-xing:hover{color:#fff;background-color:#026466;border-color:#026466}.blfe-social-share-btns-style-outline-classic .blfe-social-share-wordpress{color:#21759b}.blfe-social-share-btns-style-outline-classic .blfe-social-share-wordpress:hover{color:#fff;background-color:#21759b;border-color:#21759b}.blfe-social-share-btns-style-outline-classic .blfe-social-share-baidu{color:#2319dc}.blfe-social-share-btns-style-outline-classic .blfe-social-share-baidu:hover{color:#fff;background-color:#2319dc;border-color:#2319dc}.blfe-social-share-btns-style-outline-classic .blfe-social-share-renren{color:#237ec5}.blfe-social-share-btns-style-outline-classic .blfe-social-share-renren:hover{color:#fff;background-color:#237ec5;border-color:#237ec5}.blfe-social-share-btns-style-outline-classic .blfe-social-share-weibo{color:#e6162d}.blfe-social-share-btns-style-outline-classic .blfe-social-share-weibo:hover{color:#fff;background-color:#e6162d;border-color:#e6162d}.blfe-social-share-btns-style-outline-classic .blfe-social-share-skype{color:#00aff0}.blfe-social-share-btns-style-outline-classic .blfe-social-share-skype:hover{color:#fff;background-color:#00aff0;border-color:#00aff0}.blfe-social-share-btns-style-outline-classic .blfe-social-share-telegram{color:#2ca5e0}.blfe-social-share-btns-style-outline-classic .blfe-social-share-telegram:hover{color:#fff;background-color:#2ca5e0;border-color:#2ca5e0}.blfe-social-share-btns-style-outline-classic .blfe-social-share-viber{color:#834995}.blfe-social-share-btns-style-outline-classic .blfe-social-share-viber:hover{color:#fff;background-color:#834995;border-color:#834995}.blfe-social-share-btns-style-outline-classic .blfe-social-share-whatsapp{color:#25d366}.blfe-social-share-btns-style-outline-classic .blfe-social-share-whatsapp:hover{color:#fff;background-color:#25d366;border-color:#25d366}.blfe-social-share-btns-style-outline-classic .blfe-social-share-line{color:#00b900}.blfe-social-share-btns-style-outline-classic .blfe-social-share-line:hover{color:#fff;background-color:#00b900;border-color:#00b900}.blfe-social-share-btns-style-outline-classic .blfe-social-share-wechat{color:#2dc100}.blfe-social-share-btns-style-outline-classic .blfe-social-share-wechat:hover{color:#fff;background-color:#2dc100;border-color:#2dc100}.blfe-social-share-btns-style-outline-classic .blfe-social-share-meneame{color:#f86100}.blfe-social-share-btns-style-outline-classic .blfe-social-share-meneame:hover{color:#fff;background-color:#f86100;border-color:#f86100}.blfe-social-share-btns-style-outline-classic .blfe-social-share-flipboard{color:#f52827}.blfe-social-share-btns-style-outline-classic .blfe-social-share-flipboard:hover{color:#fff;background-color:#f52827;border-color:#f52827}.blfe-social-share-btns-style-outline-classic .blfe-social-share-instagram{color:#8a3ab9}.blfe-social-share-btns-style-outline-classic .blfe-social-share-instagram:hover{color:#fff;background-color:#8a3ab9;border-color:#8a3ab9}.blfe-social-share-btns-style-outline-classic .blfe-social-share-dribbble{color:#ea4c89}.blfe-social-share-btns-style-outline-classic .blfe-social-share-dribbble:hover{color:#fff;background-color:#ea4c89;border-color:#ea4c89}.blfe-social-share-btns-style-outline-classic .blfe-social-share-snapchat{color:#fffc00}.blfe-social-share-btns-style-outline-classic .blfe-social-share-snapchat:hover{color:#fff;background-color:#fffc00;border-color:#fffc00}.blfe-social-share-btns-style-outline-classic .blfe-social-share-stumbleupon{color:#f74425}.blfe-social-share-btns-style-outline-classic .blfe-social-share-stumbleupon:hover{color:#fff;background-color:#f74425;border-color:#f74425}.blfe-social-share-btns-style-outline-classic .blfe-social-share-flikr{color:#0063dc}.blfe-social-share-btns-style-outline-classic .blfe-social-share-flikr:hover{color:#fff;background-color:#0063dc;border-color:#0063dc}.blfe-social-share-btns-style-outline-classic .blfe-social-share-btn{border-style:solid;border-width:2px}.blfe-social-share-btns-style-modern .blfe-social-share .blfe-social-share-btn{border-top-left-radius:5px;border-top-right-radius:5px;-moz-border-top-left-radius:5px;-moz-border-top-right-radius:5px;box-shadow:1px 1px 3px 0 rgba(0,0,0,.2)}.blfe-social-share-btns-style-modern .blfe-social-share-vkontakte{color:#45668e;border-bottom:3px inset #45668e}.blfe-social-share-btns-style-modern .blfe-social-share-facebook{color:#3b5998;border-bottom:3px inset #3b5998}.blfe-social-share-btns-style-modern .blfe-social-share-odnoklassniki{color:#f4731c;border-bottom:3px inset #f4731c}.blfe-social-share-btns-style-modern .blfe-social-share-moimir{color:#168de2;border-bottom:3px inset #168de2}.blfe-social-share-btns-style-modern .blfe-social-share-googleplus{color:#dd4b39;border-bottom:3px inset #dd4b39}.blfe-social-share-btns-style-modern .blfe-social-share-linkedin{color:#0077b5;border-bottom:3px inset #0077b5}.blfe-social-share-btns-style-modern .blfe-social-share-email{color:#d44638;border-bottom:3px inset #d44638}.blfe-social-share-btns-style-modern .blfe-social-share-twitter{color:#1da1f2;border-bottom:3px inset #1da1f2}.blfe-social-share-btns-style-modern .blfe-social-share-livejournal{color:#00b0ea;border-bottom:3px inset #00b0ea}.blfe-social-share-btns-style-modern .blfe-social-share-tumblr{color:#35465c;border-bottom:3px inset #35465c}.blfe-social-share-btns-style-modern .blfe-social-share-blogger{color:#f06a35;border-bottom:3px inset #f06a35}.blfe-social-share-btns-style-modern .blfe-social-share-pinterest{color:#bd081c;border-bottom:3px inset #bd081c}.blfe-social-share-btns-style-modern .blfe-social-share-digg{color:#005be2;border-bottom:3px inset #005be2}.blfe-social-share-btns-style-modern .blfe-social-share-evernote{color:#2dbe60;border-bottom:3px inset #2dbe60}.blfe-social-share-btns-style-modern .blfe-social-share-reddit{color:#ff4500;border-bottom:3px inset #ff4500}.blfe-social-share-btns-style-modern .blfe-social-share-delicious{color:#39f;border-bottom:3px inset #39f}.blfe-social-share-btns-style-modern .blfe-social-share-mix{color:#fd8235;border-bottom:3px inset #fd8235}.blfe-social-share-btns-style-modern .blfe-social-share-pocket{color:#ef3f56;border-bottom:3px inset #ef3f56}.blfe-social-share-btns-style-modern .blfe-social-share-surfingbird{color:#25b1f6;border-bottom:3px inset #25b1f6}.blfe-social-share-btns-style-modern .blfe-social-share-liveinternet{color:#5382c4;border-bottom:3px inset #5382c4}.blfe-social-share-btns-style-modern .blfe-social-share-buffer{color:#1b1b1b;border-bottom:3px inset #1b1b1b}.blfe-social-share-btns-style-modern .blfe-social-share-instapaper{color:#000;border-bottom:3px inset #000}.blfe-social-share-btns-style-modern .blfe-social-share-xing{color:#026466;border-bottom:3px inset #026466}.blfe-social-share-btns-style-modern .blfe-social-share-wordpress{color:#21759b;border-bottom:3px inset #21759b}.blfe-social-share-btns-style-modern .blfe-social-share-baidu{color:#2319dc;border-bottom:3px inset #2319dc}.blfe-social-share-btns-style-modern .blfe-social-share-renren{color:#237ec5;border-bottom:3px inset #237ec5}.blfe-social-share-btns-style-modern .blfe-social-share-weibo{color:#e6162d;border-bottom:3px inset #e6162d}.blfe-social-share-btns-style-modern .blfe-social-share-skype{color:#00aff0;border-bottom:3px inset #00aff0}.blfe-social-share-btns-style-modern .blfe-social-share-telegram{color:#2ca5e0;border-bottom:3px inset #2ca5e0}.blfe-social-share-btns-style-modern .blfe-social-share-viber{color:#834995;border-bottom:3px inset #834995}.blfe-social-share-btns-style-modern .blfe-social-share-whatsapp{color:#25d366;border-bottom:3px inset #25d366}.blfe-social-share-btns-style-modern .blfe-social-share-line{color:#00b900;border-bottom:3px inset #00b900}.blfe-social-share-btns-style-modern .blfe-social-share-wechat{color:#2dc100;border-bottom:3px inset #2dc100}.blfe-social-share-btns-style-modern .blfe-social-share-meneame{color:#f86100;border-bottom:3px inset #f86100}.blfe-social-share-btns-style-modern .blfe-social-share-flipboard{color:#f52827;border-bottom:3px inset #f52827}.blfe-social-share-btns-style-modern .blfe-social-share-instagram{color:#8a3ab9;border-bottom:3px inset #8a3ab9}.blfe-social-share-btns-style-modern .blfe-social-share-dribbble{color:#ea4c89;border-bottom:3px inset #ea4c89}.blfe-social-share-btns-style-modern .blfe-social-share-pocket{color:#ee4056;border-bottom:3px inset #ee4056}.blfe-social-share-btns-style-modern .blfe-social-share-snapchat{color:#fffc00;border-bottom:3px inset #fffc00}.blfe-social-share-btns-style-modern .blfe-social-share-stumbleupon{color:#f74425;border-bottom:3px inset #f74425}.blfe-social-share-btns-style-modern .blfe-social-share-flikr{color:#0063dc;border-bottom:3px inset #0063dc}.blfe-social-share-btns-style-deluxe .blfe-social-share-vkontakte{background-color:#45668e}.blfe-social-share-btns-style-deluxe .blfe-social-share-facebook{background-color:#3b5998}.blfe-social-share-btns-style-deluxe .blfe-social-share-odnoklassniki{background-color:#f4731c}.blfe-social-share-btns-style-deluxe .blfe-social-share-moimir{background-color:#168de2}.blfe-social-share-btns-style-deluxe .blfe-social-share-googleplus{background-color:#dd4b39}.blfe-social-share-btns-style-deluxe .blfe-social-share-linkedin{background-color:#0077b5}.blfe-social-share-btns-style-deluxe .blfe-social-share-email{background-color:#d44638}.blfe-social-share-btns-style-deluxe .blfe-social-share-twitter{background-color:#1da1f2}.blfe-social-share-btns-style-deluxe .blfe-social-share-livejournal{background-color:#00b0ea}.blfe-social-share-btns-style-deluxe .blfe-social-share-tumblr{background-color:#35465c}.blfe-social-share-btns-style-deluxe .blfe-social-share-blogger{background-color:#f06a35}.blfe-social-share-btns-style-deluxe .blfe-social-share-pinterest{background-color:#bd081c}.blfe-social-share-btns-style-deluxe .blfe-social-share-digg{background-color:#005be2}.blfe-social-share-btns-style-deluxe .blfe-social-share-evernote{background-color:#2dbe60}.blfe-social-share-btns-style-deluxe .blfe-social-share-reddit{background-color:#ff4500}.blfe-social-share-btns-style-deluxe .blfe-social-share-delicious{background-color:#39f}.blfe-social-share-btns-style-deluxe .blfe-social-share-mix{background-color:#fd8235}.blfe-social-share-btns-style-deluxe .blfe-social-share-pocket{background-color:#ef3f56}.blfe-social-share-btns-style-deluxe .blfe-social-share-surfingbird{background-color:#25b1f6}.blfe-social-share-btns-style-deluxe .blfe-social-share-liveinternet{background-color:#5382c4}.blfe-social-share-btns-style-deluxe .blfe-social-share-buffer{background-color:#1b1b1b}.blfe-social-share-btns-style-deluxe .blfe-social-share-instapaper{background-color:#000}.blfe-social-share-btns-style-deluxe .blfe-social-share-xing{background-color:#026466}.blfe-social-share-btns-style-deluxe .blfe-social-share-wordpress{background-color:#21759b}.blfe-social-share-btns-style-deluxe .blfe-social-share-baidu{background-color:#2319dc}.blfe-social-share-btns-style-deluxe .blfe-social-share-renren{background-color:#237ec5}.blfe-social-share-btns-style-deluxe .blfe-social-share-weibo{background-color:#e6162d}.blfe-social-share-btns-style-deluxe .blfe-social-share-skype{background-color:#00aff0}.blfe-social-share-btns-style-deluxe .blfe-social-share-telegram{background-color:#2ca5e0}.blfe-social-share-btns-style-deluxe .blfe-social-share-viber{background-color:#834995}.blfe-social-share-btns-style-deluxe .blfe-social-share-whatsapp{background-color:#25d366}.blfe-social-share-btns-style-deluxe .blfe-social-share-line{background-color:#00b900}.blfe-social-share-btns-style-deluxe .blfe-social-share-wechat{background-color:#2dc100}.blfe-social-share-btns-style-deluxe .blfe-social-share-meneame{background-color:#f86100}.blfe-social-share-btns-style-deluxe .blfe-social-share-flipboard{background-color:#f52827}.blfe-social-share-btns-style-deluxe .blfe-social-share-instagram{background-color:#8a3ab9}.blfe-social-share-btns-style-deluxe .blfe-social-share-dribbble{background-color:#ea4c89}.blfe-social-share-btns-style-deluxe .blfe-social-share-pocket{background-color:#ee4056}.blfe-social-share-btns-style-deluxe .blfe-social-share-snapchat{background-color:#fffc00}.blfe-social-share-btns-style-deluxe .blfe-social-share-stumbleupon{background-color:#f74425}.blfe-social-share-btns-style-deluxe .blfe-social-share-flikr{background-color:#0063dc}.blfe-social-share-btns-style-deluxe .blfe-social-share-text{background:rgba(0,0,0,.08)}.blfe-social-share-btns-style-clear.blfe-social-share-btns-shape-rounded .blfe-social-share-icon{border-radius:8px}.blfe-social-share-btns-style-clear.blfe-social-share-btns-shape-circle .blfe-social-share-icon{border-radius:100%}.blfe-social-share-btns-style-clear .blfe-social-share-text{color:#343434;padding-left:10px}.blfe-social-share-btns-style-clear .blfe-social-share .blfe-social-share-icon{border-radius:50%}.blfe-social-share-btns-style-clear .blfe-social-share-vkontakte .blfe-social-share-icon{background-color:#45668e}.blfe-social-share-btns-style-clear .blfe-social-share-facebook .blfe-social-share-icon{background-color:#3b5998}.blfe-social-share-btns-style-clear .blfe-social-share-odnoklassniki .blfe-social-share-icon{background-color:#f4731c}.blfe-social-share-btns-style-clear .blfe-social-share-moimir .blfe-social-share-icon{background-color:#168de2;color:#ffaf32}.blfe-social-share-btns-style-clear .blfe-social-share-googleplus .blfe-social-share-icon{background-color:#dd4b39}.blfe-social-share-btns-style-clear .blfe-social-share-linkedin .blfe-social-share-icon{background-color:#0077b5}.blfe-social-share-btns-style-clear .blfe-social-share-email .blfe-social-share-icon{background-color:#d44638}.blfe-social-share-btns-style-clear .blfe-social-share-twitter .blfe-social-share-icon{background-color:#1da1f2}.blfe-social-share-btns-style-clear .blfe-social-share-livejournal .blfe-social-share-icon{background-color:#00b0ea}.blfe-social-share-btns-style-clear .blfe-social-share-tumblr .blfe-social-share-icon{background-color:#35465c}.blfe-social-share-btns-style-clear .blfe-social-share-blogger .blfe-social-share-icon{background-color:#f06a35}.blfe-social-share-btns-style-clear .blfe-social-share-pinterest .blfe-social-share-icon{background-color:#bd081c}.blfe-social-share-btns-style-clear .blfe-social-share-digg .blfe-social-share-icon{background-color:#005be2}.blfe-social-share-btns-style-clear .blfe-social-share-evernote .blfe-social-share-icon{background-color:#2dbe60}.blfe-social-share-btns-style-clear .blfe-social-share-reddit .blfe-social-share-icon{background-color:#ff4500}.blfe-social-share-btns-style-clear .blfe-social-share-delicious .blfe-social-share-icon{background-color:#39f}.blfe-social-share-btns-style-clear .blfe-social-share-mix .blfe-social-share-icon{background-color:#fd8235}.blfe-social-share-btns-style-clear .blfe-social-share-pocket .blfe-social-share-icon{background-color:#ef3f56}.blfe-social-share-btns-style-clear .blfe-social-share-surfingbird .blfe-social-share-icon{background-color:#25b1f6}.blfe-social-share-btns-style-clear .blfe-social-share-liveinternet .blfe-social-share-icon{background-color:#5382c4}.blfe-social-share-btns-style-clear .blfe-social-share-buffer .blfe-social-share-icon{background-color:#1b1b1b}.blfe-social-share-btns-style-clear .blfe-social-share-instapaper .blfe-social-share-icon{background-color:#000}.blfe-social-share-btns-style-clear .blfe-social-share-xing .blfe-social-share-icon{background-color:#026466}.blfe-social-share-btns-style-clear .blfe-social-share-wordpress .blfe-social-share-icon{background-color:#21759b}.blfe-social-share-btns-style-clear .blfe-social-share-baidu .blfe-social-share-icon{background-color:#2319dc}.blfe-social-share-btns-style-clear .blfe-social-share-renren .blfe-social-share-icon{background-color:#237ec5}.blfe-social-share-btns-style-clear .blfe-social-share-weibo .blfe-social-share-icon{background-color:#e6162d}.blfe-social-share-btns-style-clear .blfe-social-share-skype .blfe-social-share-icon{background-color:#00aff0}.blfe-social-share-btns-style-clear .blfe-social-share-telegram .blfe-social-share-icon{background-color:#2ca5e0}.blfe-social-share-btns-style-clear .blfe-social-share-viber .blfe-social-share-icon{background-color:#834995}.blfe-social-share-btns-style-clear .blfe-social-share-whatsapp .blfe-social-share-icon{background-color:#25d366}.blfe-social-share-btns-style-clear .blfe-social-share-line .blfe-social-share-icon{background-color:#00b900}.blfe-social-share-btns-style-clear .blfe-social-share-wechat .blfe-social-share-icon{background-color:#2dc100}.blfe-social-share-btns-style-clear .blfe-social-share-meneame .blfe-social-share-icon{background-color:#f86100}.blfe-social-share-btns-style-clear .blfe-social-share-flipboard .blfe-social-share-icon{background-color:#f52827}.blfe-social-share-btns-style-clear .blfe-social-share-instagram .blfe-social-share-icon{background-color:#8a3ab9}.blfe-social-share-btns-style-clear .blfe-social-share-dribbble .blfe-social-share-icon{background-color:#ea4c89}.blfe-social-share-btns-style-clear .blfe-social-share-pocket .blfe-social-share-icon{background-color:#ee4056}.blfe-social-share-btns-style-clear .blfe-social-share-snapchat .blfe-social-share-icon{background-color:#fffc00}.blfe-social-share-btns-style-clear .blfe-social-share-stumbleupon .blfe-social-share-icon{background-color:#f74425}.blfe-social-share-btns-style-clear .blfe-social-share-flikr .blfe-social-share-icon{background-color:#0063dc}.blfe-social-share-btns-style-clear .blfe-social-share-btn .blfe-social-share-icon{color:#fff}.blfe-social-share-btns-style-clear .blfe-social-share-moimir .blfe-social-share-icon .fa-moimir:before{color:#ffaf32}.blfe-social-share-btns-style-round .blfe-social-share .blfe-social-share-btn{border-radius:25px;-webkit-border-radius:25px;box-shadow:1px 1px 3px 0 rgba(0,0,0,.2);border:none}.blfe-social-share-btns-style-round .blfe-social-share-vkontakte{color:#45668e}.blfe-social-share-btns-style-round .blfe-social-share-vkontakte:hover{color:#fff;background-color:#45668e}.blfe-social-share-btns-style-round .blfe-social-share-facebook{color:#3b5998}.blfe-social-share-btns-style-round .blfe-social-share-facebook:hover{color:#fff;background-color:#3b5998;border-color:#3b5998}.blfe-social-share-btns-style-round .blfe-social-share-odnoklassniki{color:#f4731c}.blfe-social-share-btns-style-round .blfe-social-share-odnoklassniki:hover{color:#fff;background-color:#f4731c;border-color:#f4731c}.blfe-social-share-btns-style-round .blfe-social-share-moimir{color:#168de2}.blfe-social-share-btns-style-round .blfe-social-share-moimir:hover{color:#fff;background-color:#168de2;border-color:#168de2}.blfe-social-share-btns-style-round .blfe-social-share-googleplus{color:#dd4b39}.blfe-social-share-btns-style-round .blfe-social-share-googleplus:hover{color:#fff;background-color:#dd4b39;border-color:#dd4b39}.blfe-social-share-btns-style-round .blfe-social-share-linkedin{color:#0077b5}.blfe-social-share-btns-style-round .blfe-social-share-linkedin:hover{color:#fff;background-color:#0077b5;border-color:#0077b5}.blfe-social-share-btns-style-round .blfe-social-share-email{color:#d44638}.blfe-social-share-btns-style-round .blfe-social-share-email:hover{color:#fff;background-color:#d44638;border-color:#d44638}.blfe-social-share-btns-style-round .blfe-social-share-twitter{color:#1da1f2}.blfe-social-share-btns-style-round .blfe-social-share-twitter:hover{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.blfe-social-share-btns-style-round .blfe-social-share-livejournal{color:#00b0ea}.blfe-social-share-btns-style-round .blfe-social-share-livejournal:hover{color:#fff;background-color:#00b0ea;border-color:#00b0ea}.blfe-social-share-btns-style-round .blfe-social-share-tumblr{color:#35465c}.blfe-social-share-btns-style-round .blfe-social-share-tumblr:hover{color:#fff;background-color:#35465c;border-color:#35465c}.blfe-social-share-btns-style-round .blfe-social-share-blogger{color:#f06a35}.blfe-social-share-btns-style-round .blfe-social-share-blogger:hover{color:#fff;background-color:#f06a35;border-color:#f06a35}.blfe-social-share-btns-style-round .blfe-social-share-pinterest{color:#bd081c}.blfe-social-share-btns-style-round .blfe-social-share-pinterest:hover{color:#fff;background-color:#bd081c;border-color:#bd081c}.blfe-social-share-btns-style-round .blfe-social-share-digg{color:#005be2}.blfe-social-share-btns-style-round .blfe-social-share-digg:hover{color:#fff;background-color:#005be2;border-color:#005be2}.blfe-social-share-btns-style-round .blfe-social-share-evernote{color:#2dbe60}.blfe-social-share-btns-style-round .blfe-social-share-evernote:hover{color:#fff;background-color:#2dbe60;border-color:#2dbe60}.blfe-social-share-btns-style-round .blfe-social-share-reddit{color:#ff4500}.blfe-social-share-btns-style-round .blfe-social-share-reddit:hover{color:#fff;background-color:#ff4500;border-color:#ff4500}.blfe-social-share-btns-style-round .blfe-social-share-delicious{color:#39f}.blfe-social-share-btns-style-round .blfe-social-share-delicious:hover{color:#fff;background-color:#39f;border-color:#39f}.blfe-social-share-btns-style-round .blfe-social-share-mix{color:#fd8235}.blfe-social-share-btns-style-round .blfe-social-share-mix:hover{color:#fff;background-color:#fd8235;border-color:#fd8235}.blfe-social-share-btns-style-round .blfe-social-share-pocket{color:#ef3f56}.blfe-social-share-btns-style-round .blfe-social-share-pocket:hover{color:#fff;background-color:#ef3f56;border-color:#ef3f56}.blfe-social-share-btns-style-round .blfe-social-share-surfingbird{color:#25b1f6}.blfe-social-share-btns-style-round .blfe-social-share-surfingbird:hover{color:#fff;background-color:#25b1f6;border-color:#25b1f6}.blfe-social-share-btns-style-round .blfe-social-share-liveinternet{color:#5382c4}.blfe-social-share-btns-style-round .blfe-social-share-liveinternet:hover{color:#fff;background-color:#5382c4;border-color:#5382c4}.blfe-social-share-btns-style-round .blfe-social-share-buffer{color:#1b1b1b}.blfe-social-share-btns-style-round .blfe-social-share-buffer:hover{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.blfe-social-share-btns-style-round .blfe-social-share-instapaper{color:#000}.blfe-social-share-btns-style-round .blfe-social-share-instapaper:hover{color:#fff;background-color:#000;border-color:#000}.blfe-social-share-btns-style-round .blfe-social-share-xing{color:#026466}.blfe-social-share-btns-style-round .blfe-social-share-xing:hover{color:#fff;background-color:#026466;border-color:#026466}.blfe-social-share-btns-style-round .blfe-social-share-wordpress{color:#21759b}.blfe-social-share-btns-style-round .blfe-social-share-wordpress:hover{color:#fff;background-color:#21759b;border-color:#21759b}.blfe-social-share-btns-style-round .blfe-social-share-baidu{color:#2319dc}.blfe-social-share-btns-style-round .blfe-social-share-baidu:hover{color:#fff;background-color:#2319dc;border-color:#2319dc}.blfe-social-share-btns-style-round .blfe-social-share-renren{color:#237ec5}.blfe-social-share-btns-style-round .blfe-social-share-renren:hover{color:#fff;background-color:#237ec5;border-color:#237ec5}.blfe-social-share-btns-style-round .blfe-social-share-weibo{color:#e6162d}.blfe-social-share-btns-style-round .blfe-social-share-weibo:hover{color:#fff;background-color:#e6162d;border-color:#e6162d}.blfe-social-share-btns-style-round .blfe-social-share-skype{color:#00aff0}.blfe-social-share-btns-style-round .blfe-social-share-skype:hover{color:#fff;background-color:#00aff0;border-color:#00aff0}.blfe-social-share-btns-style-round .blfe-social-share-telegram{color:#2ca5e0}.blfe-social-share-btns-style-round .blfe-social-share-telegram:hover{color:#fff;background-color:#2ca5e0;border-color:#2ca5e0}.blfe-social-share-btns-style-round .blfe-social-share-viber{color:#834995}.blfe-social-share-btns-style-round .blfe-social-share-viber:hover{color:#fff;background-color:#834995;border-color:#834995}.blfe-social-share-btns-style-round .blfe-social-share-whatsapp{color:#25d366}.blfe-social-share-btns-style-round .blfe-social-share-whatsapp:hover{color:#fff;background-color:#25d366;border-color:#25d366}.blfe-social-share-btns-style-round .blfe-social-share-line{color:#00b900}.blfe-social-share-btns-style-round .blfe-social-share-line:hover{color:#fff;background-color:#00b900;border-color:#00b900}.blfe-social-share-btns-style-round .blfe-social-share-wechat{color:#2dc100}.blfe-social-share-btns-style-round .blfe-social-share-wechat:hover{color:#fff;background-color:#2dc100;border-color:#2dc100}.blfe-social-share-btns-style-round .blfe-social-share-meneame{color:#f86100}.blfe-social-share-btns-style-round .blfe-social-share-meneame:hover{color:#fff;background-color:#f86100;border-color:#f86100}.blfe-social-share-btns-style-round .blfe-social-share-flipboard{color:#f52827}.blfe-social-share-btns-style-round .blfe-social-share-flipboard:hover{color:#fff;background-color:#f52827;border-color:#f52827}.blfe-social-share-btns-style-round .blfe-social-share-instagram{color:#8a3ab9}.blfe-social-share-btns-style-round .blfe-social-share-instagram:hover{color:#fff;background-color:#8a3ab9;border-color:#8a3ab9}.blfe-social-share-btns-style-round .blfe-social-share-dribbble{color:#ea4c89}.blfe-social-share-btns-style-round .blfe-social-share-dribbble:hover{color:#fff;background-color:#ea4c89;border-color:#ea4c89}.blfe-social-share-btns-style-round .blfe-social-share-snapchat{color:#fffc00}.blfe-social-share-btns-style-round .blfe-social-share-snapchat:hover{color:#fff;background-color:#fffc00;border-color:#fffc00}.blfe-social-share-btns-style-round .blfe-social-share-stumbleupon{color:#f74425}.blfe-social-share-btns-style-round .blfe-social-share-stumbleupon:hover{color:#fff;background-color:#f74425;border-color:#f74425}.blfe-social-share-btns-style-round .blfe-social-share-flikr{color:#0063dc}.blfe-social-share-btns-style-round .blfe-social-share-flikr:hover{color:#fff;background-color:#0063dc;border-color:#0063dc}.blfe-social-share-btns-style-round .blfe-social-share-btn{border-style:solid;border-width:2px}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-vkontakte{color:#45668e}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-vkontakte .blfe-social-share-icon{background-color:#45668e}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-facebook{color:#3b5998}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-facebook .blfe-social-share-icon{background-color:#3b5998}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-odnoklassniki{color:#f4731c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-odnoklassniki .blfe-social-share-icon{background-color:#f4731c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-moimir{color:#168de2}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-moimir .blfe-social-share-icon{background-color:#168de2;color:#ffaf32}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-googleplus{color:#dd4b39}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-googleplus .blfe-social-share-icon{background-color:#dd4b39}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-linkedin{color:#0077b5}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-linkedin .blfe-social-share-icon{background-color:#0077b5}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-email{color:#d44638}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-email .blfe-social-share-icon{background-color:#d44638}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-twitter{color:#1da1f2}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-twitter .blfe-social-share-icon{background-color:#1da1f2}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-livejournal{color:#00b0ea}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-livejournal .blfe-social-share-icon{background-color:#00b0ea}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-tumblr{color:#35465c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-tumblr .blfe-social-share-icon{background-color:#35465c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-blogger{color:#f06a35}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-blogger .blfe-social-share-icon{background-color:#f06a35}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pinterest{color:#bd081c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pinterest .blfe-social-share-icon{background-color:#bd081c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-digg{color:#005be2}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-digg .blfe-social-share-icon{background-color:#005be2}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-evernote{color:#2dbe60}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-evernote .blfe-social-share-icon{background-color:#2dbe60}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-reddit{color:#ff4500}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-reddit .blfe-social-share-icon{background-color:#ff4500}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-delicious{color:#39f}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-delicious .blfe-social-share-icon{background-color:#39f}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-mix{color:#fd8235}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-mix .blfe-social-share-icon{background-color:#fd8235}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pocket{color:#ef3f56}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pocket .blfe-social-share-icon{background-color:#ef3f56}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-surfingbird{color:#25b1f6}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-surfingbird .blfe-social-share-icon{background-color:#25b1f6}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-liveinternet{color:#5382c4}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-liveinternet .blfe-social-share-icon{background-color:#5382c4}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-buffer{color:#1b1b1b}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-buffer .blfe-social-share-icon{background-color:#1b1b1b}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-instapaper{color:#000}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-instapaper .blfe-social-share-icon{background-color:#000}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-xing{color:#026466}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-xing .blfe-social-share-icon{background-color:#026466}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-wordpress{color:#21759b}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-wordpress .blfe-social-share-icon{background-color:#21759b}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-baidu{color:#2319dc}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-baidu .blfe-social-share-icon{background-color:#2319dc}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-renren{color:#237ec5}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-renren .blfe-social-share-icon{background-color:#237ec5}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-weibo{color:#e6162d}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-weibo .blfe-social-share-icon{background-color:#e6162d}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-skype{color:#00aff0}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-skype .blfe-social-share-icon{background-color:#00aff0}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-telegram{color:#2ca5e0}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-telegram .blfe-social-share-icon{background-color:#2ca5e0}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-viber{color:#834995}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-viber .blfe-social-share-icon{background-color:#834995}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-whatsapp{color:#25d366}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-whatsapp .blfe-social-share-icon{background-color:#25d366}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-line{color:#00b900}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-line .blfe-social-share-icon{background-color:#00b900}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-wechat{color:#2dc100}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-wechat .blfe-social-share-icon{background-color:#2dc100}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-meneame{color:#f86100}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-meneame .blfe-social-share-icon{background-color:#f86100}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-flipboard{color:#f52827}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-flipboard .blfe-social-share-icon{background-color:#f52827}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-instagram{color:#8a3ab9}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-instagram .blfe-social-share-icon{background-color:#8a3ab9}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-dribbble{color:#ea4c89}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-dribbble .blfe-social-share-icon{background-color:#ea4c89}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pocket{color:#ea4c89}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pocket .blfe-social-share-icon{background-color:#ee4056}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-snapchat{color:#fffc00}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-snapchat .blfe-social-share-icon{background-color:#fffc00}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-stumbleupon{color:#f74425}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-stumbleupon .blfe-social-share-icon{background-color:#f74425}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-flikr{color:#0063dc}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-flikr .blfe-social-share-icon{background-color:#0063dc}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-btn{border-style:solid;border-width:2px}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-btn .blfe-social-share-icon{color:#fff}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-moimir .blfe-social-share-icon .fa-moimir:before{color:#ffaf32}.blfe-nl-wrapper .blfe-nl-form{display:flex}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-label{display:inline-block;margin-bottom:10px;color:#000}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper{display:flex;flex-direction:column}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input{position:relative;display:flex;align-items:stretch;flex-wrap:wrap;width:100%}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input input{position:relative;display:block;flex:1 1 auto;padding:0 20px;min-height:42px;width:1%;height:auto;border:1px solid #ced1d2;background-color:#fff;background-clip:padding-box;color:#495057;font-weight:400;font-size:1rem;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input .blfe-nl-icon{display:flex;padding:14px;height:100%;border:1px solid #ced1d2;color:#495057;text-align:center;white-space:nowrap;font-size:10px}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input .blfe-nl-icon i{color:#000;font-size:12px}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.after .blfe-nl-icon{border-radius:0 3px 3px 0}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.after input,.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.before .blfe-nl-icon{margin-right:-1px;border-radius:3px 0 0 3px}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.before input{border-radius:0 3px 3px 0}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button{position:relative;z-index:1;flex-direction:row;margin-top:0;margin-bottom:0;padding:8px 15px;width:100%;border:0 solid #ef233c;border-radius:3px;background-color:#ef233c;box-shadow:none;color:#fff;font-size:14px;line-height:26px;cursor:pointer;transition:all .4s ease}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button.before i{margin-right:10px}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button.after i{margin-left:10px}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button:hover{background-color:#d90429}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button,.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button .blfe-nl-icon{display:flex;align-items:center;justify-content:center}.blfe-nl-wrapper .blfe-nl-form.horizontal{flex-wrap:wrap}.blfe-nl-wrapper .blfe-nl-form.horizontal .blfe-nl-input-wrapper{flex:1;margin-right:20px}.blfe-nl-wrapper .blfe-nl-form.horizontal .blfe-nl-button-wrapper{align-self:flex-end}.blfe-nl-wrapper .blfe-nl-form.vertical{flex-direction:column}.blfe-nl-wrapper .blfe-nl-form.vertical .blfe-nl-input-wrapper{margin-bottom:20px}.blfe-nl-wrapper .blfe-nl-response{display:none;font-size:16px;margin-bottom:10px;padding:10px 15px;border-radius:5px}.blfe-nl-wrapper .blfe-nl-response.success{display:block;color:#155724;background-color:#d4edda;border-color:#c3e6cb}.blfe-nl-wrapper .blfe-nl-response.error{display:block;color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.blfe-nl-style-two .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input .blfe-nl-icon{display:none}.blfe-nl-style-two .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input input{background-color:#f7f8f8;border:0}.blfe-nl-style-two .blfe-nl-wrapper .blfe-nl-form .blfe-nl-button,.blfe-nl-style-two .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.before input{border-radius:0}.blfe-nl-style-two .blfe-nl-wrapper .blfe-nl-form.horizontal .blfe-nl-input-wrapper{margin-right:0}.blfe-nl-style-three .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.before .blfe-nl-icon{border-radius:30px 0 0 30px;border:1px solid #ced1d2;border-left-width:0;padding:16px 20px 12px}.blfe-nl-style-three .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.before input{border:1px solid #ced1d2;border-left-width:0;border-radius:0}.blfe-nl-style-three .blfe-nl-wrapper .blfe-nl-form .blfe-nl-button{border-radius:0 30px 30px 0}.blfe-nl-style-three .blfe-nl-wrapper .blfe-nl-form.horizontal .blfe-nl-input-wrapper{margin-right:0}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper{position:relative}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper .blfe-nl-input .blfe-nl-icon{border:1px solid #ced1d2;border-right-width:0;padding:21px 20px 15px;border-radius:100px 0 0 100px}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper .blfe-nl-input .blfe-nl-icon i{font-size:16px}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper .blfe-nl-input input{border:1px solid #ced1d2;border-left-width:0;padding:11px 20px}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper .blfe-nl-input.before input{border-radius:0 100px 100px 0}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-button-wrapper{position:absolute;right:6px;align-self:normal}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-button-wrapper .blfe-nl-button{border-radius:100px;padding:10px 15px;margin-top:5px}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form.horizontal .blfe-nl-input-wrapper{margin-right:0}.blfe-banner-wrapper .blfe-banner{height:320px;position:relative;overflow:hidden}.blfe-banner-wrapper .blfe-banner .blfe-banner-content{padding:50px;position:absolute}.blfe-banner-wrapper .blfe-banner .blfe-banner-content .blfe-banner-title{font-weight:400;font-size:28px;line-height:1.29;padding-bottom:5px;margin:0;text-transform:uppercase}.blfe-banner-wrapper .blfe-banner .blfe-banner-content .blfe-banner-subtitle{margin:0;font-weight:400;padding-bottom:15px;text-transform:none}.blfe-banner-wrapper .blfe-banner .blfe-banner-content .blfe-banner-description{font-size:14px}.blfe-banner-wrapper .blfe-banner .blfe-banner-readmore{border-radius:2px;border:1px solid transparent;background-color:#14abf4;display:inline-flex;flex-wrap:wrap;margin-top:30px}.blfe-banner-wrapper .blfe-banner .blfe-banner-readmore a{color:#fff;padding:8px 12px;font-size:12px;text-transform:none;font-weight:700;letter-spacing:.5px;transition:all .3s linear 0s;line-height:1.3}.blfe-banner-wrapper .blfe-banner .blfe-banner-readmore a span i{font-size:14px;transition-duration:.3s}.blfe-banner-wrapper .blfe-banner .blfe-banner-readmore a .blfe-banner-readmore-icon-align-left{float:left;margin-right:5px}.blfe-banner-wrapper .blfe-banner .blfe-banner-readmore a .blfe-banner-readmore-icon-align-right{float:right;margin-left:5px}.blfe-banner-style-1 .blfe-banner .blfe-banner-content{top:50%;z-index:2;transform:translateY(-50%);padding:0 50px}.blfe-cta-wrapper{width:100%;height:auto;display:block;padding:28px;font-size:16px;line-height:1.5;margin:0 auto;background-color:#353545}.blfe-cta-wrapper .blfe-cta-title{color:#fff;font-size:36px;font-weight:600;line-height:1.2;margin-bottom:12px;text-transform:capitalize;font-style:normal;font-family:Poppins,sans-serif}.blfe-cta-wrapper .blfe-cta-content{font-size:16px;color:#fff;font-family:Poppins,sans-serif}.blfe-cta-wrapper .blfe-cta-button{text-align:center;text-decoration:none!important;text-transform:uppercase;font-weight:500;border-radius:2px;position:relative;display:inline-block;background:#f9f9f9;font-size:16px;margin-right:10px;margin-top:20px;z-index:0;overflow:hidden}.blfe-cta-wrapper .blfe-cta-button i{color:#4d4d4d;vertical-align:middle}.blfe-cta-wrapper .blfe-cta-button .blfe-cta-button-icon-right{margin-right:5px}.blfe-cta-wrapper .blfe-cta-button .blfe-cta-button-text{vertical-align:middle}.blfe-cta-wrapper .blfe-cta-button-xs{padding:4px 8px;font-size:12px}.blfe-cta-wrapper .blfe-cta-button-sm{padding:6px 10px;font-size:14px}.blfe-cta-wrapper .blfe-cta-button-md{padding:8px 14px;font-size:16px}.blfe-cta-wrapper .blfe-cta-button-lg{padding:10px 16px;font-size:18px}.blfe-cta-wrapper .blfe-cta-button-xl{padding:12px 18px;font-size:24px}
/*!/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css*/
/*! elementor - v3.25.0 - 24-11-2024 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;font-size:inherit;align-items:var(--icon-vertical-align,center)}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}
/*!/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css*/
/*! elementor - v3.25.0 - 24-11-2024 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}
/*!/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css*/
.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:ELEMENTOR_SCREEN_TABLET_MAX){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:ELEMENTOR_SCREEN_MOBILE_MAX){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}
/*!/wp-content/plugins/pro-elements/assets/css/widget-nav-menu.min.css*/
/*! pro-elements - v3.25.0 - 13-11-2024 */
@charset "UTF-8";.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;bottom:0;content:"";left:auto;right:0;top:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 3px 3px 0;bottom:0;content:"";left:auto;right:0;top:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;left:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;top:-2px;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-start;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container{display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}
/*!/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css*/
/*! elementor - v3.25.0 - 24-11-2024 */
.elementor-widget-icon-box .elementor-icon-box-wrapper{display:block;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:768px){.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{align-items:flex-end}}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:block;flex:unset}}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}
/*!/wp-content/plugins/pro-elements/assets/css/widget-flip-box.min.css*/
/*! pro-elements - v3.25.0 - 13-11-2024 */
.elementor-flip-box{height:280px;perspective:1000px;position:relative;transform-style:preserve-3d}@media (max-width:1024px){.elementor-flip-box{cursor:pointer}}.elementor-flip-box__front{background-color:#1abc9c}.elementor-flip-box__back{background-color:#4054b2;display:block}.elementor-flip-box__layer{height:100%;position:absolute;transition:all .6s ease-in-out;width:100%}.elementor-flip-box__layer__overlay{align-items:stretch;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:35px;text-align:center;width:100%}.elementor-flip-box__layer__title{font-size:21px}.elementor-flip-box__layer__description{font-size:14px}.elementor-flip-box__layer__description:not(:last-child),.elementor-flip-box__layer__title:not(:last-child){margin:0 0 20px;padding:0}.elementor-flip-box__layer__title{font-weight:600;line-height:1}.elementor-flip-box,.elementor-flip-box .elementor-view-framed,.elementor-flip-box .elementor-view-stacked{--e-flip-box-view-framed-stacked-icon-color:#fff}.elementor-flip-box .elementor-icon,.elementor-flip-box .elementor-view-framed .elementor-icon,.elementor-flip-box .elementor-view-stacked .elementor-icon{color:var(--e-flip-box-view-framed-stacked-icon-color)}.elementor-flip-box .elementor-icon svg,.elementor-flip-box .elementor-view-framed .elementor-icon svg,.elementor-flip-box .elementor-view-stacked .elementor-icon svg{fill:var(--e-flip-box-view-framed-stacked-icon-color)}.elementor-flip-box .elementor-view-framed .elementor-icon{border-color:#fff}.elementor-flip-box .elementor-view-stacked .elementor-icon{background-color:rgba(0,0,0,.5)}.elementor-flip-box__button.elementor-button{align-self:center;background:transparent;border:2px solid #fff;cursor:pointer;margin-left:auto;margin-right:auto}.elementor-flip-box__button.elementor-button:focus-visible,.elementor-flip-box__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-flip-box__image{display:inline-block;margin:0 0 20px;width:100%}.elementor-flip-box__image img{width:50%}.elementor-flip-box .elementor-icon-wrapper{margin-bottom:20px}.elementor-flip-box--3d .elementor-flip-box__layer__inner{transform:translateZ(90px) scale(.91)}.elementor-flip-box--3d .elementor-flip-box__layer__overlay{transform:translateZ(.1px);transform-style:preserve-3d}.elementor-flip-box--effect-flip .elementor-flip-box{perspective:1000px;transform-style:preserve-3d}.elementor-flip-box--effect-flip .elementor-flip-box__layer{backface-visibility:hidden;transform-style:preserve-3d}.elementor-flip-box--effect-flip .elementor-flip-box__front{transform:none;z-index:1}.elementor-flip-box--effect-flip .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back{transform:none}.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back{transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(0) rotateY(180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back{transform:rotateX(0) rotateY(180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back{transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back{transform:rotateX(180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-push .elementor-flip-box__front{transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push .elementor-flip-box,.elementor-flip-box--effect-slide .elementor-flip-box{overflow:hidden}.elementor-flip-box--effect-push .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,.elementor-flip-box--effect-slide .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back{transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back{transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back{transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back{transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back{transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front{opacity:1;transform:scale(1);transition:transform .7s,opacity .35s,width .1ms;width:100%;z-index:1}.elementor-flip-box--effect-zoom-out .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front{opacity:0;transform:scale(.7);transition:transform .8s,opacity .7s .1s,width .1ms .7s;width:0}.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back{opacity:0;transform:scale(.7);transition:transform .7s,opacity .5s .2s}.elementor-flip-box--effect-zoom-in .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back{opacity:1;transform:scale(1);transition:transform .7s,opacity .5s}.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back{opacity:0}.elementor-flip-box--effect-fade .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back{opacity:1}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front{display:none}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back{opacity:1;transform:none}.e-con-inner>.elementor-widget-flip-box,.e-con>.elementor-widget-flip-box{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}
/*!/wp-content/plugins/pro-elements/assets/css/widget-testimonial-carousel.min.css*/
/*! pro-elements - v3.25.0 - 13-11-2024 */
.elementor-testimonial__image{flex-shrink:0}.elementor-testimonial__image img{border-radius:999px;box-sizing:content-box;-o-object-fit:cover;object-fit:cover}.elementor-testimonial__footer,.elementor-testimonial__header{display:flex}.elementor-testimonial__footer cite,.elementor-testimonial__header cite{display:flex;flex-direction:column;font-size:14px;font-style:normal;line-height:1.5}.elementor-testimonial__name{font-weight:700}.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{align-items:center}.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-start:20px}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer{flex-direction:row-reverse}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer{flex-direction:row}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{margin-top:25px}.elementor-testimonial--layout-image_above .elementor-testimonial{display:flex;flex-direction:column-reverse}.elementor-testimonial--layout-image_above .elementor-testimonial__footer{margin-bottom:25px}.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{flex-wrap:wrap;margin-top:25px}.elementor-testimonial--layout-image_stacked .elementor-testimonial cite,.elementor-testimonial--layout-image_stacked .elementor-testimonial__image{margin-top:15px;width:100%}.elementor-testimonial--layout-image_left .elementor-testimonial,.elementor-testimonial--layout-image_right .elementor-testimonial{align-items:stretch;display:flex}.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--layout-image_right .elementor-testimonial__footer{flex-direction:column;flex-shrink:0;text-align:center}.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite{margin-top:15px}.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer{justify-content:flex-start}.elementor-testimonial--layout-image_left .elementor-testimonial{flex-direction:row-reverse}.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding-inline-end:20px}.elementor-testimonial--layout-image_right .elementor-testimonial{flex-direction:row}.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-inline-start:20px}.elementor-testimonial--align-right .elementor-testimonial{text-align:right}.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--align-left .elementor-testimonial{text-align:left}.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--align-center .elementor-testimonial{text-align:center}.elementor-testimonial--align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite{display:flex;flex-direction:column;margin-top:25px;width:100%}.elementor-testimonial--skin-bubble .elementor-testimonial__content{background-color:#f9fafa;padding:20px;position:relative}.elementor-testimonial--skin-bubble .elementor-testimonial__content:after{background-color:#f9fafa;border-width:0;box-sizing:content-box;content:"";display:block;height:14px;position:absolute;transform:scaleX(.75) rotate(45deg);width:14px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after{bottom:calc(100% - 7px);transform:scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;transform:translateX(-50%) scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after{top:calc(100% - 7px)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;transform:translateX(-50%) scaleX(.75) rotate(45deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after{left:-8px;transform:scaleY(.75) rotate(135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{right:-8px;transform:scaleY(.75) rotate(-45deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-top:20px}@media (min-width:-1){.elementor-testimonial--widescreen-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--widescreen-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--widescreen-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:-1){.elementor-testimonial--laptop-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--laptop-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--laptop-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}.elementor-testimonial--tablet_extra-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--tablet_extra-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--tablet_extra-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:1024px){.elementor-testimonial--tablet-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--tablet-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--tablet-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:-1){.elementor-testimonial--mobile_extra-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--mobile_extra-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--mobile_extra-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:767px){.elementor-testimonial--mobile-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--mobile-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--mobile-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}.elementor-widget-testimonial-carousel .swiper-slide{padding:20px}.elementor-widget-testimonial-carousel .elementor-testimonial__text{font-size:1.3em;font-style:italic;line-height:1.5}.elementor-widget-testimonial-carousel .elementor-testimonial__image img{height:50px;width:50px}
/*!/wp-content/plugins/pro-elements/assets/css/widget-carousel-module-base.min.css*/
/*! pro-elements - v3.25.0 - 13-11-2024 */
.swiper-pagination-bullets{color:#fff;cursor:default}.swiper-slide{border-style:solid;border-width:0;overflow:hidden;transition-duration:.5s;transition-property:border,background,transform;will-change:transform}.swiper-slide:not(:hover) .e-overlay-animation-fade{opacity:0}.swiper-slide:not(:hover) .e-overlay-animation-slide-up{transform:translateY(100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-down{transform:translateY(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-right{transform:translateX(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-left{transform:translateX(100%)}.swiper-slide:not(:hover) .e-overlay-animation-zoom-in{opacity:0;transform:scale(.5)}.swiper-slide a{display:inline}.swiper-slide a.elementor-button{display:inline-block}.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper{width:calc(95% - 40px)}.elementor-widget-reviews .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-main-swiper{width:95%}.elementor-widget-reviews .swiper-wrapper,.elementor-widget-testimonial-carousel .swiper-wrapper{align-items:stretch;display:flex}.elementor-widget-reviews .swiper-slide,.elementor-widget-testimonial-carousel .swiper-slide{height:auto}.elementor-widget-reviews.elementor-pagination-type-bullets .swiper,.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container{padding-bottom:40px}.elementor-widget-reviews .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-next{left:0;right:unset}.elementor-widget-reviews .elementor-swiper-button-next,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-prev{left:unset;right:0}.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev{top:calc(50% - 40px / 2)}.elementor-widget-media-carousel .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-next{left:10px;right:unset}.elementor-widget-media-carousel .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-prev{left:unset;right:10px}
/*!/wp-content/plugins/pro-elements/assets/css/widget-call-to-action.min.css*/
/*! pro-elements - v3.25.0 - 13-11-2024 */
.elementor-cta,.elementor-widget-call-to-action .elementor-widget-container{overflow:hidden}.elementor-cta{display:flex;position:relative;transition:.5s}.elementor-cta--skin-classic .elementor-cta{flex-wrap:wrap}.elementor-cta--skin-classic .elementor-cta__bg-wrapper{min-height:200px;position:relative;width:100%}.elementor-cta--skin-classic .elementor-cta__content{background-color:#f9fafa;transition:all .4s;width:100%}.elementor-cta--skin-classic .elementor-cta__content-item,.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon{border-color:#3f444b;color:#3f444b;fill:#3f444b}.elementor-cta--skin-classic .elementor-cta__button.elementor-button{border-color:#3f444b;color:#3f444b}.elementor-cta--skin-cover .elementor-cta{display:block}.elementor-cta--skin-cover .elementor-cta__bg-wrapper{bottom:0;left:0;position:absolute;right:0;top:0;transition:all .4s;width:100%}.elementor-cta--skin-cover .elementor-cta__content{min-height:280px}.elementor-cta--skin-cover .elementor-cta__button.elementor-button,.elementor-cta--skin-cover .elementor-cta__content-item,.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon{border-color:#fff;color:#fff}.elementor-cta--layout-image-above .elementor-cta,.elementor-cta--layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--layout-image-left .elementor-cta,.elementor-cta--layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--layout-image-left .elementor-cta__content,.elementor-cta--layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--layout-image-right .elementor-cta{flex-direction:row-reverse}.elementor-cta__bg,.elementor-cta__bg-overlay{bottom:0;left:0;position:absolute;right:0;top:0;transition:all .4s}.elementor-cta__bg-wrapper{overflow:hidden;z-index:1}.elementor-cta__bg{background-position:50%;background-size:cover;z-index:1}.elementor-cta__bg-overlay{z-index:2}.elementor-cta__button.elementor-button{align-self:center;background:transparent;border:2px solid #fff;cursor:pointer;margin-left:auto;margin-right:auto}.elementor-cta__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-cta__title{font-size:23px}.elementor-cta__content{align-content:center;align-items:center;display:flex;flex-wrap:wrap;overflow:hidden;padding:35px;width:100%;z-index:1}.elementor-cta__content,.elementor-cta__content-item{color:#fff;position:relative;transition:.5s}.elementor-cta__content-item{margin:0;width:100%}.elementor-cta__content-item:not(:last-child){margin-bottom:15px}.elementor-cta__content-item .elementor-icon{color:#fff}.elementor-cta--valign-top .elementor-cta__content{align-content:flex-start;align-items:flex-start}.elementor-cta--valign-middle .elementor-cta__content{align-content:center;align-items:center}.elementor-cta--valign-bottom .elementor-cta__content{align-content:flex-end;align-items:flex-end}.elementor-cta:hover .elementor-cta__bg-overlay{background-color:rgba(0,0,0,.3)}@media (max-width:1024px){.elementor-cta{cursor:pointer}}@media (min-width:-1){.elementor-cta--widescreen-layout-image-above .elementor-cta,.elementor-cta--widescreen-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--widescreen-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--widescreen-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--widescreen-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--widescreen-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--widescreen-layout-image-left .elementor-cta,.elementor-cta--widescreen-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--widescreen-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--widescreen-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--widescreen-layout-image-left .elementor-cta__content,.elementor-cta--widescreen-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--widescreen-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--widescreen-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:-1){.elementor-cta--laptop-layout-image-above .elementor-cta,.elementor-cta--laptop-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--laptop-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--laptop-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--laptop-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--laptop-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--laptop-layout-image-left .elementor-cta,.elementor-cta--laptop-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--laptop-layout-image-left .elementor-cta__content,.elementor-cta--laptop-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--laptop-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--laptop-layout-image-right .elementor-cta{flex-direction:row-reverse}.elementor-cta--tablet_extra-layout-image-above .elementor-cta,.elementor-cta--tablet_extra-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--tablet_extra-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--tablet_extra-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet_extra-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--tablet_extra-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--tablet_extra-layout-image-left .elementor-cta,.elementor-cta--tablet_extra-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--tablet_extra-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet_extra-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--tablet_extra-layout-image-left .elementor-cta__content,.elementor-cta--tablet_extra-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--tablet_extra-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--tablet_extra-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:1024px){.elementor-cta--tablet-layout-image-above .elementor-cta,.elementor-cta--tablet-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--tablet-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--tablet-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--tablet-layout-image-left .elementor-cta,.elementor-cta--tablet-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--tablet-layout-image-left .elementor-cta__content,.elementor-cta--tablet-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--tablet-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--tablet-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:-1){.elementor-cta--mobile_extra-layout-image-above .elementor-cta,.elementor-cta--mobile_extra-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--mobile_extra-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile_extra-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--mobile_extra-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--mobile_extra-layout-image-left .elementor-cta,.elementor-cta--mobile_extra-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--mobile_extra-layout-image-left .elementor-cta__content,.elementor-cta--mobile_extra-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--mobile_extra-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--mobile_extra-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:767px){.elementor-cta--mobile-layout-image-above .elementor-cta,.elementor-cta--mobile-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--mobile-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--mobile-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--mobile-layout-image-left .elementor-cta,.elementor-cta--mobile-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--mobile-layout-image-left .elementor-cta__content,.elementor-cta--mobile-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--mobile-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--mobile-layout-image-right .elementor-cta{flex-direction:row-reverse}}.elementor-ribbon{height:150px;left:auto;overflow:hidden;position:absolute;right:0;top:0;transform:rotate(90deg);width:150px;z-index:1}.elementor-ribbon-inner{background:#000;color:#fff;font-size:13px;font-weight:800;left:0;line-height:2;margin-top:35px;text-align:center;text-transform:uppercase;transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);width:200%}.elementor-ribbon.elementor-ribbon-left{left:0;right:auto;transform:rotate(0)}.elementor-ribbon.elementor-ribbon-right{left:auto;right:0;transform:rotate(90deg)}.elementor-bg-transform .elementor-bg{will-change:transform}.elementor-bg-transform-zoom-in:hover .elementor-bg,.elementor-bg-transform-zoom-out .elementor-bg{transform:scale(1.2)}.elementor-bg-transform-zoom-out:hover .elementor-bg{transform:scale(1)}.elementor-bg-transform-move-left .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-left:hover .elementor-bg,.elementor-bg-transform-move-right .elementor-bg{transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right:hover .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-up .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-bg-transform-move-down .elementor-bg,.elementor-bg-transform-move-up:hover .elementor-bg{transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down:hover .elementor-bg{transform:scale(1.2) translateY(8%)}
/*!/wp-content/plugins/pro-elements/assets/css/conditionals/transitions.min.css*/
.elementor-animated-content{--translate:0,0}.elementor-animated-content:focus .elementor-animated-item--grow,.elementor-animated-content:hover .elementor-animated-item--grow{transform:scale(1.1)}.elementor-animated-content:focus .elementor-animated-item--shrink,.elementor-animated-content:hover .elementor-animated-item--shrink{transform:scale(.85)}.elementor-animated-content:focus .elementor-animated-item--shrink-contained,.elementor-animated-content:hover .elementor-animated-item--shrink-contained{transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{opacity:1;transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{transform:scale(.2)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{transform:scale(2)}.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,.elementor-animated-content:focus .elementor-animated-item--enter-from-left,.elementor-animated-content:focus .elementor-animated-item--enter-from-right,.elementor-animated-content:focus .elementor-animated-item--enter-from-top,.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-right{transform:translateX(1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-left{transform:translateX(-1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{transform:translateY(-600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{transform:translateY(600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:focus .elementor-animated-item--move-right,.elementor-animated-content:hover .elementor-animated-item--move-right{transform:translateX(30px)}.elementor-animated-content:focus .elementor-animated-item--move-left,.elementor-animated-content:hover .elementor-animated-item--move-left{transform:translateX(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-up,.elementor-animated-content:hover .elementor-animated-item--move-up{transform:translateY(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-down,.elementor-animated-content:hover .elementor-animated-item--move-down{transform:translateY(30px)}.elementor-animated-content:focus .elementor-animated-item--move-contained-right,.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-left,.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-top,.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{transform:scale(1.2) translate(var(--translate))}
/*!/wp-content/uploads/elementor/css/post-4171.css*/
.elementor-4171 .elementor-element.elementor-element-19253a8:not(.elementor-motion-effects-element-type-background), .elementor-4171 .elementor-element.elementor-element-19253a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C2662;}.elementor-4171 .elementor-element.elementor-element-19253a8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4171 .elementor-element.elementor-element-19253a8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-4171 .elementor-element.elementor-element-731ad13 > .elementor-widget-container{background-color:#0C2662;margin:-1px 3px -9px 99px;padding:8px 0px 10px 0px;border-radius:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-731ad13{z-index:0;--e-icon-list-icon-size:27px;--e-icon-list-icon-align:right;--e-icon-list-icon-margin:0 0 0 calc(var(--e-icon-list-icon-size, 1em) * 0.25);--icon-vertical-offset:0px;}.elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(23px/2);}.elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(23px/2);}.elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(23px/2);margin-left:calc(23px/2);}.elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-23px/2);margin-left:calc(-23px/2);}body.rtl .elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-23px/2);}body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-23px/2);}.elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-icon{padding-right:6px;}.elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-item > a{font-size:15px;font-weight:400;line-height:1.4em;}.elementor-4171 .elementor-element.elementor-element-731ad13 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-4171 .elementor-element.elementor-element-d01397b .elementor-repeater-item-0cf1cba.elementor-social-icon{background-color:#FEFEFE;}.elementor-4171 .elementor-element.elementor-element-d01397b .elementor-repeater-item-0cf1cba.elementor-social-icon i{color:#091C4A;}.elementor-4171 .elementor-element.elementor-element-d01397b .elementor-repeater-item-0cf1cba.elementor-social-icon svg{fill:#091C4A;}.elementor-4171 .elementor-element.elementor-element-d01397b .elementor-repeater-item-57630a9.elementor-social-icon{background-color:#0C2662;}.elementor-4171 .elementor-element.elementor-element-d01397b .elementor-repeater-item-0d4f411.elementor-social-icon{background-color:#F8F8FA;}.elementor-4171 .elementor-element.elementor-element-d01397b .elementor-repeater-item-0d4f411.elementor-social-icon i{color:#091C4A;}.elementor-4171 .elementor-element.elementor-element-d01397b .elementor-repeater-item-0d4f411.elementor-social-icon svg{fill:#091C4A;}.elementor-4171 .elementor-element.elementor-element-d01397b{--grid-template-columns:repeat(0, auto);width:100%;max-width:100%;align-self:center;--icon-size:28px;--grid-column-gap:23px;--grid-row-gap:0px;}.elementor-4171 .elementor-element.elementor-element-d01397b .elementor-widget-container{text-align:center;}.elementor-4171 .elementor-element.elementor-element-d01397b > .elementor-widget-container{margin:9px 4px -8px 231px;border-style:dotted;border-width:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-d01397b .elementor-social-icon{--icon-padding:0em;}.elementor-4171 .elementor-element.elementor-element-bf94643 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4171 .elementor-element.elementor-element-bf94643, .elementor-4171 .elementor-element.elementor-element-bf94643 > .elementor-background-overlay{border-radius:0% 0% 0% 0%;}.elementor-4171 .elementor-element.elementor-element-bf94643{transition:background 0.1s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0em;margin-bottom:0em;padding:0px 10px 0px 50px;}.elementor-4171 .elementor-element.elementor-element-bf94643 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4171 .elementor-element.elementor-element-bf94643 > .elementor-container{text-align:right;}.elementor-4171 .elementor-element.elementor-element-c89e53f > .elementor-element-populated{margin:20px 20px 20px 20px;--e-column-margin-right:20px;--e-column-margin-left:20px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4171 .elementor-element.elementor-element-2a934cb{width:var( --container-widget-width, 483px );max-width:483px;--container-widget-width:483px;--container-widget-flex-grow:0;align-self:flex-end;text-align:center;}.elementor-4171 .elementor-element.elementor-element-2a934cb > .elementor-widget-container{margin:24px 24px 24px 24px;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4171 .elementor-element.elementor-element-3b5bd02 > .elementor-widget-container{padding:10px 10px 10px 15px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-menu-toggle{margin:0 auto;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu .elementor-item{font-size:16px;font-weight:400;line-height:0.9em;letter-spacing:0.3px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main .elementor-item{color:#141A42FC;fill:#141A42FC;padding-left:22px;padding-right:22px;padding-top:13px;padding-bottom:13px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main .elementor-item:focus{color:#FBFBFB;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#0C2662;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .e--pointer-framed .elementor-item:before,
					.elementor-4171 .elementor-element.elementor-element-3b5bd02 .e--pointer-framed .elementor-item:after{border-color:#0C2662;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
					.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{background-color:#0C2662;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .e--pointer-framed .elementor-item.elementor-item-active:before,
					.elementor-4171 .elementor-element.elementor-element-3b5bd02 .e--pointer-framed .elementor-item.elementor-item-active:after{border-color:#0C2662;}.elementor-4171 .elementor-element.elementor-element-3b5bd02{--e-nav-menu-horizontal-menu-item-margin:calc( 13px / 2 );--nav-menu-icon-size:15px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:13px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-item:before{border-radius:7px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .e--animation-shutter-in-horizontal .elementor-item:before{border-radius:7px 7px 0 0;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .e--animation-shutter-in-horizontal .elementor-item:after{border-radius:0 0 7px 7px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .e--animation-shutter-in-vertical .elementor-item:before{border-radius:0 7px 7px 0;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .e--animation-shutter-in-vertical .elementor-item:after{border-radius:7px 0 0 7px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--dropdown a:hover,
					.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--dropdown a.highlighted{background-color:#0C2662;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--dropdown .elementor-item, .elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--dropdown{border-radius:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--dropdown li:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--dropdown li:last-child a{border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--dropdown li:not(:last-child){border-style:solid;border-color:#191F48;border-bottom-width:1px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 div.elementor-menu-toggle{color:#0C2662;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 div.elementor-menu-toggle svg{fill:#0C2662;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 div.elementor-menu-toggle:hover{color:#FFFFFF;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 div.elementor-menu-toggle:hover svg{fill:#FFFFFF;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-menu-toggle:hover{background-color:#172135;}.elementor-4171 .elementor-element.elementor-element-f5feabd{margin-top:0px;margin-bottom:0px;padding:2% 10% 0% 10%;}.elementor-4171 .elementor-element.elementor-element-593936b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4171 .elementor-element.elementor-element-593936b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://htperu.com/web/wp-content/uploads/2020/10/OUTPLACEMENT-WEB.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-4171 .elementor-element.elementor-element-593936b > .elementor-element-populated{border-style:solid;border-width:0px 0px 7px 0px;border-color:#B71818;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:100px 100px 100px 100px;}.elementor-4171 .elementor-element.elementor-element-593936b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-4171 .elementor-element.elementor-element-349014f{width:100%;max-width:100%;align-self:center;text-align:center;}.elementor-4171 .elementor-element.elementor-element-349014f > .elementor-widget-container{background-color:#385C8FB8;margin:0px 30px 0px 30px;padding:15px 15px 15px 15px;}.elementor-4171 .elementor-element.elementor-element-349014f .elementor-heading-title{color:#EDEEFF;font-size:56px;font-weight:600;text-transform:uppercase;letter-spacing:-0.8px;}.elementor-4171 .elementor-element.elementor-element-97da24d > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4171 .elementor-element.elementor-element-97da24d > .elementor-background-overlay{opacity:0.05;}.elementor-4171 .elementor-element.elementor-element-97da24d{padding:50px 0px 50px 0px;}.elementor-4171 .elementor-element.elementor-element-3ce41c1 > .elementor-element-populated{padding:0% 12% 0% 12%;}.elementor-4171 .elementor-element.elementor-element-35e7cbb img{width:19%;}.elementor-4171 .elementor-element.elementor-element-79fc3dc{text-align:center;}.elementor-4171 .elementor-element.elementor-element-79fc3dc .elementor-heading-title{color:#1F2B65;font-size:50px;font-weight:900;line-height:1.2em;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4171 .elementor-element.elementor-element-2711a07 > .elementor-widget-container{padding:0px 50px 0px 50px;}.elementor-4171 .elementor-element.elementor-element-2711a07{text-align:justify;color:#808080;font-size:18px;font-weight:300;line-height:2em;}.elementor-4171 .elementor-element.elementor-element-1d05ee0 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4171 .elementor-element.elementor-element-1d05ee0 > .elementor-background-overlay{opacity:0.05;}.elementor-4171 .elementor-element.elementor-element-1d05ee0{padding:50px 0px 50px 0px;}.elementor-4171 .elementor-element.elementor-element-572e73c > .elementor-element-populated{padding:0% 12% 0% 12%;}.elementor-4171 .elementor-element.elementor-element-166ed27{text-align:center;}.elementor-4171 .elementor-element.elementor-element-166ed27 .elementor-heading-title{color:#1F2B65;font-size:50px;font-weight:900;line-height:1.2em;}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4171 .elementor-element.elementor-element-65ba640:hover .elementor-widget-container{background-color:#DFDFDF87;}.elementor-4171 .elementor-element.elementor-element-65ba640 > .elementor-widget-container{padding:10px 50px 10px 50px;border-style:solid;border-width:0px 0px 2px 0px;border-color:#1E3A57;border-radius:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-65ba640 .elementor-icon-box-wrapper{text-align:left;}.elementor-4171 .elementor-element.elementor-element-65ba640{--icon-box-icon-margin:33px;}.elementor-4171 .elementor-element.elementor-element-65ba640 .elementor-icon-box-title{margin-bottom:5px;color:#888888;}.elementor-4171 .elementor-element.elementor-element-65ba640.elementor-view-stacked .elementor-icon{background-color:#A61C1C;}.elementor-4171 .elementor-element.elementor-element-65ba640.elementor-view-framed .elementor-icon, .elementor-4171 .elementor-element.elementor-element-65ba640.elementor-view-default .elementor-icon{fill:#A61C1C;color:#A61C1C;border-color:#A61C1C;}.elementor-4171 .elementor-element.elementor-element-65ba640.elementor-view-stacked .elementor-icon:hover{background-color:#1E3A57;}.elementor-4171 .elementor-element.elementor-element-65ba640.elementor-view-framed .elementor-icon:hover, .elementor-4171 .elementor-element.elementor-element-65ba640.elementor-view-default .elementor-icon:hover{fill:#1E3A57;color:#1E3A57;border-color:#1E3A57;}.elementor-4171 .elementor-element.elementor-element-65ba640 .elementor-icon{font-size:33px;}.elementor-4171 .elementor-element.elementor-element-65ba640 .elementor-icon-box-title, .elementor-4171 .elementor-element.elementor-element-65ba640 .elementor-icon-box-title a{font-size:25px;font-weight:500;}.elementor-4171 .elementor-element.elementor-element-65ba640 .elementor-icon-box-description{color:#bfbfbf;font-size:15px;font-weight:300;line-height:1.6em;}.elementor-4171 .elementor-element.elementor-element-653fed6:hover .elementor-widget-container{background-color:#DFDFDF87;}.elementor-4171 .elementor-element.elementor-element-653fed6 > .elementor-widget-container{padding:10px 50px 10px 50px;border-style:solid;border-width:0px 0px 2px 0px;border-color:#1E3A57;border-radius:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-653fed6 .elementor-icon-box-wrapper{text-align:left;}.elementor-4171 .elementor-element.elementor-element-653fed6{--icon-box-icon-margin:33px;}.elementor-4171 .elementor-element.elementor-element-653fed6 .elementor-icon-box-title{margin-bottom:5px;color:#888888;}.elementor-4171 .elementor-element.elementor-element-653fed6.elementor-view-stacked .elementor-icon{background-color:#A61C1C;}.elementor-4171 .elementor-element.elementor-element-653fed6.elementor-view-framed .elementor-icon, .elementor-4171 .elementor-element.elementor-element-653fed6.elementor-view-default .elementor-icon{fill:#A61C1C;color:#A61C1C;border-color:#A61C1C;}.elementor-4171 .elementor-element.elementor-element-653fed6.elementor-view-stacked .elementor-icon:hover{background-color:#1E3A57;}.elementor-4171 .elementor-element.elementor-element-653fed6.elementor-view-framed .elementor-icon:hover, .elementor-4171 .elementor-element.elementor-element-653fed6.elementor-view-default .elementor-icon:hover{fill:#1E3A57;color:#1E3A57;border-color:#1E3A57;}.elementor-4171 .elementor-element.elementor-element-653fed6 .elementor-icon{font-size:33px;}.elementor-4171 .elementor-element.elementor-element-653fed6 .elementor-icon-box-title, .elementor-4171 .elementor-element.elementor-element-653fed6 .elementor-icon-box-title a{font-size:25px;font-weight:500;}.elementor-4171 .elementor-element.elementor-element-653fed6 .elementor-icon-box-description{color:#bfbfbf;font-size:15px;font-weight:300;line-height:1.6em;}.elementor-4171 .elementor-element.elementor-element-fd28717:hover .elementor-widget-container{background-color:#DFDFDF87;}.elementor-4171 .elementor-element.elementor-element-fd28717 > .elementor-widget-container{padding:10px 50px 10px 50px;border-style:solid;border-width:0px 0px 2px 0px;border-color:#1E3A57;border-radius:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-fd28717 .elementor-icon-box-wrapper{text-align:left;}.elementor-4171 .elementor-element.elementor-element-fd28717{--icon-box-icon-margin:33px;}.elementor-4171 .elementor-element.elementor-element-fd28717 .elementor-icon-box-title{margin-bottom:5px;color:#888888;}.elementor-4171 .elementor-element.elementor-element-fd28717.elementor-view-stacked .elementor-icon{background-color:#A61C1C;}.elementor-4171 .elementor-element.elementor-element-fd28717.elementor-view-framed .elementor-icon, .elementor-4171 .elementor-element.elementor-element-fd28717.elementor-view-default .elementor-icon{fill:#A61C1C;color:#A61C1C;border-color:#A61C1C;}.elementor-4171 .elementor-element.elementor-element-fd28717.elementor-view-stacked .elementor-icon:hover{background-color:#1E3A57;}.elementor-4171 .elementor-element.elementor-element-fd28717.elementor-view-framed .elementor-icon:hover, .elementor-4171 .elementor-element.elementor-element-fd28717.elementor-view-default .elementor-icon:hover{fill:#1E3A57;color:#1E3A57;border-color:#1E3A57;}.elementor-4171 .elementor-element.elementor-element-fd28717 .elementor-icon{font-size:33px;}.elementor-4171 .elementor-element.elementor-element-fd28717 .elementor-icon-box-title, .elementor-4171 .elementor-element.elementor-element-fd28717 .elementor-icon-box-title a{font-size:25px;font-weight:500;}.elementor-4171 .elementor-element.elementor-element-fd28717 .elementor-icon-box-description{color:#bfbfbf;font-size:15px;font-weight:300;line-height:1.6em;}.elementor-4171 .elementor-element.elementor-element-3628ea9 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4171 .elementor-element.elementor-element-3628ea9 > .elementor-background-overlay{opacity:0.05;}.elementor-4171 .elementor-element.elementor-element-3628ea9{padding:50px 0px 10px 0px;}.elementor-4171 .elementor-element.elementor-element-d2437f5 > .elementor-element-populated{padding:0% 12% 0% 12%;}.elementor-4171 .elementor-element.elementor-element-bbac9d6{text-align:center;}.elementor-4171 .elementor-element.elementor-element-bbac9d6 .elementor-heading-title{color:#1F2B65;font-size:50px;font-weight:900;line-height:1.2em;}.elementor-4171 .elementor-element.elementor-element-9d56bfd > .elementor-widget-container{margin:6px 0px 0px 0px;padding:0px 50px 0px 50px;}.elementor-4171 .elementor-element.elementor-element-9d56bfd{text-align:justify;color:#808080;font-size:18px;font-weight:300;line-height:2em;}.elementor-4171 .elementor-element.elementor-element-eaaad24 > .elementor-container{max-width:1200px;}.elementor-4171 .elementor-element.elementor-element-eaaad24{margin-top:50px;margin-bottom:50px;padding:0% 10% 0% 10%;}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-flip-box .elementor-flip-box__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4171 .elementor-element.elementor-element-8c62387 .elementor-flip-box__front{background-image:url("https://htperu.com/web/wp-content/uploads/2020/10/SANDRA-FONDO-BLANCO-.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-4171 .elementor-element.elementor-element-8c62387 .elementor-flip-box__back{background-image:url("https://htperu.com/web/wp-content/uploads/2020/10/SANDRA-FONDO-BLANCO-.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-4171 .elementor-element.elementor-element-8c62387 > .elementor-widget-container{border-style:solid;border-width:0px 0px 4px 0px;border-color:#d3b574;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.2);}.elementor-4171 .elementor-element.elementor-element-8c62387 .elementor-flip-box__front .elementor-flip-box__layer__overlay{background-color:rgba(33,31,64,0.7);text-align:center;}.elementor-4171 .elementor-element.elementor-element-8c62387 .elementor-flip-box__back .elementor-flip-box__layer__overlay{background-color:rgba(33,31,64,0.3);text-align:center;justify-content:flex-end;}.elementor-4171 .elementor-element.elementor-element-8c62387 .elementor-flip-box{height:450px;}.elementor-4171 .elementor-element.elementor-element-8c62387 .elementor-flip-box__front .elementor-flip-box__layer__title{margin-bottom:21px;color:#ffffff;font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:300;text-transform:capitalize;}.elementor-4171 .elementor-element.elementor-element-8c62387 .elementor-flip-box__front .elementor-flip-box__layer__description{color:#ffffff;font-size:16px;font-weight:200;text-transform:capitalize;}.elementor-4171 .elementor-element.elementor-element-8c62387 .elementor-flip-box__button{margin-center:0;}.elementor-4171 .elementor-element.elementor-element-b9ead0b .elementor-flip-box__front{background-image:url("https://htperu.com/web/wp-content/uploads/2020/10/FIORELLA-FONDO-BLANCO-.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-4171 .elementor-element.elementor-element-b9ead0b .elementor-flip-box__back{background-image:url("https://htperu.com/web/wp-content/uploads/2020/10/FIORELLA-FONDO-BLANCO-.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-4171 .elementor-element.elementor-element-b9ead0b > .elementor-widget-container{border-style:solid;border-width:0px 0px 4px 0px;border-color:#d3b574;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.2);}.elementor-4171 .elementor-element.elementor-element-b9ead0b .elementor-flip-box__front .elementor-flip-box__layer__overlay{background-color:rgba(33,31,64,0.7);text-align:center;}.elementor-4171 .elementor-element.elementor-element-b9ead0b .elementor-flip-box__back .elementor-flip-box__layer__overlay{background-color:rgba(33,31,64,0.3);text-align:center;justify-content:flex-end;}.elementor-4171 .elementor-element.elementor-element-b9ead0b .elementor-flip-box{height:450px;}.elementor-4171 .elementor-element.elementor-element-b9ead0b .elementor-flip-box__front .elementor-flip-box__layer__title{margin-bottom:21px;color:#ffffff;font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:300;text-transform:capitalize;}.elementor-4171 .elementor-element.elementor-element-b9ead0b .elementor-flip-box__front .elementor-flip-box__layer__description{color:#ffffff;font-size:16px;font-weight:200;text-transform:capitalize;}.elementor-4171 .elementor-element.elementor-element-b9ead0b .elementor-flip-box__button{margin-center:0;}.elementor-4171 .elementor-element.elementor-element-9e78905 .elementor-flip-box__front{background-image:url("https://htperu.com/web/wp-content/uploads/2020/10/CLAUDIA-T-FONDO-BLANCO.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-4171 .elementor-element.elementor-element-9e78905 .elementor-flip-box__back{background-image:url("https://htperu.com/web/wp-content/uploads/2020/10/CLAUDIA-T-FONDO-BLANCO.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-4171 .elementor-element.elementor-element-9e78905 > .elementor-widget-container{border-style:solid;border-width:0px 0px 4px 0px;border-color:#d3b574;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.2);}.elementor-4171 .elementor-element.elementor-element-9e78905 .elementor-flip-box__front .elementor-flip-box__layer__overlay{background-color:rgba(33,31,64,0.7);text-align:center;}.elementor-4171 .elementor-element.elementor-element-9e78905 .elementor-flip-box__back .elementor-flip-box__layer__overlay{background-color:rgba(33,31,64,0.3);text-align:center;justify-content:flex-end;}.elementor-4171 .elementor-element.elementor-element-9e78905 .elementor-flip-box{height:450px;}.elementor-4171 .elementor-element.elementor-element-9e78905 .elementor-flip-box__front .elementor-flip-box__layer__title{margin-bottom:21px;color:#ffffff;font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:300;text-transform:capitalize;}.elementor-4171 .elementor-element.elementor-element-9e78905 .elementor-flip-box__front .elementor-flip-box__layer__description{color:#ffffff;font-size:16px;font-weight:200;text-transform:capitalize;}.elementor-4171 .elementor-element.elementor-element-9e78905 .elementor-flip-box__button{margin-center:0;}.elementor-4171 .elementor-element.elementor-element-875ed7d > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4171 .elementor-element.elementor-element-875ed7d{padding:100px 0px 100px 0px;}.elementor-4171 .elementor-element.elementor-element-630390e{text-align:center;}.elementor-4171 .elementor-element.elementor-element-630390e .elementor-heading-title{color:#1F2B65;font-size:50px;font-weight:900;line-height:1.2em;}.elementor-widget-testimonial-carousel .elementor-testimonial__text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-arrows-yes .elementor-main-swiper{width:calc( 84% - 40px );}.elementor-4171 .elementor-element.elementor-element-cb354ad .elementor-main-swiper{width:84%;}.elementor-4171 .elementor-element.elementor-element-cb354ad .elementor-main-swiper .swiper-slide{border-radius:0%;padding:8px 8px 8px 8px;}.elementor-4171 .elementor-element.elementor-element-cb354ad .elementor-swiper-button{font-size:25px;}.elementor-4171 .elementor-element.elementor-element-cb354ad .elementor-testimonial__content{padding:20px 20px 20px 20px;border-radius:6px 6px 6px 6px;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
					.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-top:20px;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
					.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_inline .elementor-testimonial__footer,
					.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{padding:0 20px 0 20px;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_inline .elementor-testimonial__footer,
					.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{margin-top:30px;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_above .elementor-testimonial__footer{margin-bottom:30px;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding-right:30px;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-left:30px;}.elementor-4171 .elementor-element.elementor-element-cb354ad .elementor-testimonial__text{color:#3d4459;font-family:"Montserrat", Sans-serif;font-size:13px;font-weight:300;font-style:normal;line-height:1.5em;}.elementor-4171 .elementor-element.elementor-element-cb354ad .elementor-testimonial__name{color:#A42020;font-family:"Merriweather", Sans-serif;font-size:13px;text-transform:capitalize;font-style:normal;}.elementor-4171 .elementor-element.elementor-element-cb354ad .elementor-testimonial__title{color:#4F4F50;font-family:"Montserrat", Sans-serif;font-size:12px;text-transform:capitalize;font-style:normal;}.elementor-4171 .elementor-element.elementor-element-cb354ad .elementor-testimonial__image img{width:89px;height:89px;border-radius:100px;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc( 20px + (89px / 2) - 8px );}body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
					 body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (89px / 2) - 8px );right:auto;}body.rtl .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
					 body.rtl .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (89px / 2) - 8px );left:auto;}body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (89px / 2) - 8px );right:auto;}body.rtl .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (89px / 2) - 8px );left:auto;}body.rtl .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image + cite,
					 body.rtl .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image + cite,
					 body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite,
					 body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite{margin-left:0px;margin-right:0;}body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image + cite,
					 body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image + cite,
					 body.rtl .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite,
					 body.rtl .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite{margin-right:0px;margin-left:0;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_stacked .elementor-testimonial__image + cite,
					 .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_left .elementor-testimonial__image + cite,
					 .elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_right .elementor-testimonial__image + cite{margin-top:0px;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-arrows-yes .elementor-main-swiper{width:calc( 84% - 40px );}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-main-swiper{width:84%;}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-main-swiper .swiper-slide{border-radius:0%;padding:8px 8px 8px 8px;}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-swiper-button{font-size:25px;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline .elementor-testimonial__footer,
					.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{margin-top:30px;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above .elementor-testimonial__footer{margin-bottom:30px;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding-right:30px;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-left:30px;}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-testimonial__text{color:#3d4459;font-family:"Montserrat", Sans-serif;font-size:13px;font-weight:300;font-style:normal;line-height:1.5em;}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-testimonial__name{color:#A42020;font-family:"Merriweather", Sans-serif;font-size:13px;text-transform:capitalize;font-style:normal;}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-testimonial__title{color:#4F4F50;font-family:"Montserrat", Sans-serif;font-size:12px;text-transform:capitalize;font-style:normal;}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-testimonial__image img{width:89px;height:89px;border-radius:100px;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc( 20px + (89px / 2) - 8px );}body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
					 body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (89px / 2) - 8px );right:auto;}body.rtl .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
					 body.rtl .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (89px / 2) - 8px );left:auto;}body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc( 20px + (89px / 2) - 8px );right:auto;}body.rtl .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
					 .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc( 20px + (89px / 2) - 8px );left:auto;}body.rtl .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image + cite,
					 body.rtl .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image + cite,
					 body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite,
					 body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite{margin-left:0px;margin-right:0;}body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image + cite,
					 body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image + cite,
					 body.rtl .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite,
					 body.rtl .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite{margin-right:0px;margin-left:0;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_stacked .elementor-testimonial__image + cite,
					 .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_left .elementor-testimonial__image + cite,
					 .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_right .elementor-testimonial__image + cite{margin-top:0px;}.elementor-4171 .elementor-element.elementor-element-7b605e1 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4171 .elementor-element.elementor-element-7b605e1 > .elementor-background-overlay{opacity:0.05;}.elementor-4171 .elementor-element.elementor-element-7b605e1{padding:50px 0px 50px 0px;}.elementor-4171 .elementor-element.elementor-element-da657a2 > .elementor-element-populated{padding:0% 12% 0% 12%;}.elementor-4171 .elementor-element.elementor-element-89dc096{text-align:center;}.elementor-4171 .elementor-element.elementor-element-89dc096 .elementor-heading-title{color:#1F2B65;font-size:50px;font-weight:900;line-height:1.2em;}.elementor-widget-call-to-action .elementor-cta__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-call-to-action .elementor-cta__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-call-to-action .elementor-cta__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-call-to-action .elementor-ribbon-inner{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta .elementor-cta__bg, .elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-4171 .elementor-element.elementor-element-7756df2 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta__content{min-height:310px;text-align:center;padding:44px 44px 44px 44px;background-color:#FFFFFF;}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta__bg-wrapper{min-width:304px;min-height:359px;}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta__title{font-size:37px;font-weight:600;color:#585858;}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta__title:not(:last-child){margin-bottom:30px;}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta__description{font-size:17px;font-weight:300;line-height:1.5em;color:#686868;}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta__description:not(:last-child){margin-bottom:30px;}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta__button{color:#FFFFFF;border-color:#FFFFFF;font-size:15px;font-weight:600;text-transform:uppercase;background-color:#B71818;border-width:1px;border-radius:5px;}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta__button:hover{color:#B71818;background-color:#FFFFFF;border-color:#B71818;}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta__bg{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta:hover .elementor-cta__bg-overlay{background-color:#FFFFFF00;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta__content-item{transition-duration:1000ms;}.elementor-4171 .elementor-element.elementor-element-24ab206.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}.elementor-4171 .elementor-element.elementor-element-24ab206.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}.elementor-4171 .elementor-element.elementor-element-24ab206.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta .elementor-cta__bg, .elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-4171 .elementor-element.elementor-element-24ab206 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta__content{min-height:310px;text-align:center;padding:44px 44px 44px 44px;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta__title{font-size:37px;font-weight:600;color:#585858;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta__title:not(:last-child){margin-bottom:30px;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta__description{font-size:17px;font-weight:300;line-height:1.5em;color:#686868;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta__description:not(:last-child){margin-bottom:30px;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta__button{color:#FFFFFF;border-color:#FFFFFF;font-size:15px;font-weight:600;text-transform:uppercase;background-color:#B71818;border-width:1px;border-radius:5px;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta__button:hover{color:#B71818;background-color:#FFFFFF;border-color:#B71818;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta:not(:hover) .elementor-cta__bg-overlay{background-color:#FFFFFF;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta__bg-overlay{mix-blend-mode:screen;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta:hover .elementor-cta__bg-overlay{background-color:#F7F6F6AB;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta:hover .elementor-cta__bg{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 1px ) hue-rotate( 0deg );}.elementor-4171 .elementor-element.elementor-element-e425352:not(.elementor-motion-effects-element-type-background), .elementor-4171 .elementor-element.elementor-element-e425352 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C2662;}.elementor-4171 .elementor-element.elementor-element-e425352 > .elementor-container{min-height:251px;}.elementor-4171 .elementor-element.elementor-element-e425352{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-1px;margin-bottom:-1px;}.elementor-4171 .elementor-element.elementor-element-e425352 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4171 .elementor-element.elementor-element-5d89155 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:9px;}.elementor-4171 .elementor-element.elementor-element-5d89155 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:-43px -43px -43px -43px;}.elementor-4171 .elementor-element.elementor-element-5d89155{z-index:5;}.elementor-4171 .elementor-element.elementor-element-af19b02{--spacer-size:21px;}.elementor-4171 .elementor-element.elementor-element-d19a944 > .elementor-widget-container{background-color:#0C2662;margin:8px 3px -15px 82px;padding:8px 0px 10px 0px;border-radius:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(23px/2);}.elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(23px/2);}.elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(23px/2);margin-left:calc(23px/2);}.elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-23px/2);margin-left:calc(-23px/2);}body.rtl .elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-23px/2);}body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-23px/2);}.elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-4171 .elementor-element.elementor-element-d19a944{--e-icon-list-icon-size:31px;--e-icon-list-icon-align:right;--e-icon-list-icon-margin:0 0 0 calc(var(--e-icon-list-icon-size, 1em) * 0.25);--icon-vertical-offset:0px;}.elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-icon{padding-right:25px;}.elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-item > a{font-size:15px;font-weight:400;line-height:1.4em;}.elementor-4171 .elementor-element.elementor-element-d19a944 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-4171 .elementor-element.elementor-element-05380af > .elementor-widget-container{background-color:#0C2662;margin:8px 3px -25px 99px;padding:8px 0px 10px 0px;border-radius:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(20px/2);}.elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(20px/2);}.elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(20px/2);margin-left:calc(20px/2);}.elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-20px/2);margin-left:calc(-20px/2);}body.rtl .elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-20px/2);}body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-20px/2);}.elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-4171 .elementor-element.elementor-element-05380af{--e-icon-list-icon-size:24px;--e-icon-list-icon-align:right;--e-icon-list-icon-margin:0 0 0 calc(var(--e-icon-list-icon-size, 1em) * 0.25);--icon-vertical-offset:0px;}.elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-icon{padding-right:25px;}.elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-item > a{font-size:15px;font-weight:400;line-height:1.4em;}.elementor-4171 .elementor-element.elementor-element-05380af .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-4171 .elementor-element.elementor-element-f96dd45 > .elementor-element-populated{margin:32px 32px 32px 32px;--e-column-margin-right:32px;--e-column-margin-left:32px;}.elementor-4171 .elementor-element.elementor-element-4021c57 > .elementor-widget-container{margin:6px 6px 6px 6px;}.elementor-4171 .elementor-element.elementor-element-4021c57{column-gap:30px;text-align:center;color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:600;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4171 .elementor-element.elementor-element-3249551 .elementor-button{background-color:#0C2662;font-family:"Roboto", Sans-serif;font-size:15px;font-weight:400;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-4171 .elementor-element.elementor-element-3249551 > .elementor-widget-container{margin:-27px -27px -27px -27px;}.elementor-4171 .elementor-element.elementor-element-ed766b3 .elementor-button{background-color:#0C2662;font-family:"Roboto", Sans-serif;font-size:15px;font-weight:400;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-4171 .elementor-element.elementor-element-ed766b3 > .elementor-widget-container{margin:-14px -14px -14px -14px;}.elementor-4171 .elementor-element.elementor-element-4745253 .elementor-button{background-color:#0C2662;font-family:"Roboto", Sans-serif;font-size:15px;font-weight:400;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-4171 .elementor-element.elementor-element-4745253 > .elementor-widget-container{margin:-13px -13px -13px -13px;}.elementor-4171 .elementor-element.elementor-element-c2d588d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-4171 .elementor-element.elementor-element-0ea2ff1 > .elementor-widget-container{margin:41px 41px 41px 41px;}.elementor-4171 .elementor-element.elementor-element-0ea2ff1{text-align:left;}.elementor-4171 .elementor-element.elementor-element-0ea2ff1 .elementor-heading-title{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;}.elementor-4171 .elementor-element.elementor-element-df9ef22 .elementor-repeater-item-0cf1cba.elementor-social-icon{background-color:#FEFEFE;}.elementor-4171 .elementor-element.elementor-element-df9ef22 .elementor-repeater-item-0cf1cba.elementor-social-icon i{color:#091C4A;}.elementor-4171 .elementor-element.elementor-element-df9ef22 .elementor-repeater-item-0cf1cba.elementor-social-icon svg{fill:#091C4A;}.elementor-4171 .elementor-element.elementor-element-df9ef22 .elementor-repeater-item-57630a9.elementor-social-icon{background-color:#0C2662;}.elementor-4171 .elementor-element.elementor-element-df9ef22 .elementor-repeater-item-0d4f411.elementor-social-icon{background-color:#F8F8FA;}.elementor-4171 .elementor-element.elementor-element-df9ef22 .elementor-repeater-item-0d4f411.elementor-social-icon i{color:#091C4A;}.elementor-4171 .elementor-element.elementor-element-df9ef22 .elementor-repeater-item-0d4f411.elementor-social-icon svg{fill:#091C4A;}.elementor-4171 .elementor-element.elementor-element-df9ef22{--grid-template-columns:repeat(0, auto);width:100%;max-width:100%;align-self:center;--icon-size:26px;--grid-column-gap:23px;--grid-row-gap:0px;}.elementor-4171 .elementor-element.elementor-element-df9ef22 .elementor-widget-container{text-align:left;}.elementor-4171 .elementor-element.elementor-element-df9ef22 > .elementor-widget-container{margin:-39px 0px 0px 0px;border-style:dotted;border-width:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-df9ef22 .elementor-social-icon{--icon-padding:0em;}.elementor-4171 .elementor-element.elementor-element-d8c02e1 > .elementor-widget-container{margin:-17px -17px -17px -17px;}.elementor-4171 .elementor-element.elementor-element-d8c02e1{text-align:left;}.elementor-4171 .elementor-element.elementor-element-d8c02e1 img{width:75%;max-width:79%;height:77px;}.elementor-4171 .elementor-element.elementor-element-51b3243{margin-top:45px;margin-bottom:45px;}.elementor-4171 .elementor-element.elementor-element-896dfa7 > .elementor-widget-container{margin:-46px -46px -46px -46px;padding:-37px -37px -37px -37px;}.elementor-4171 .elementor-element.elementor-element-896dfa7{text-align:center;color:#2A4789;font-family:"Roboto", Sans-serif;font-weight:400;}@media(max-width:1024px){.elementor-4171 .elementor-element.elementor-element-731ad13 > .elementor-widget-container{margin:-1px -1px -1px -1px;}.elementor-4171 .elementor-element.elementor-element-d01397b > .elementor-widget-container{margin:13px 13px 13px 13px;}.elementor-4171 .elementor-element.elementor-element-bf94643{margin-top:-4px;margin-bottom:-4px;padding:10px 10px 10px 10px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu__container.elementor-nav-menu--dropdown{margin-top:13px !important;}.elementor-4171 .elementor-element.elementor-element-349014f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-97da24d{padding:100px 25px 100px 25px;}.elementor-4171 .elementor-element.elementor-element-3ce41c1 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-79fc3dc .elementor-heading-title{font-size:45px;}.elementor-4171 .elementor-element.elementor-element-1d05ee0{padding:100px 25px 100px 25px;}.elementor-4171 .elementor-element.elementor-element-572e73c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-166ed27 .elementor-heading-title{font-size:45px;}.elementor-4171 .elementor-element.elementor-element-3628ea9{padding:100px 25px 100px 25px;}.elementor-4171 .elementor-element.elementor-element-d2437f5 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-bbac9d6 .elementor-heading-title{font-size:45px;}.elementor-4171 .elementor-element.elementor-element-eaaad24{margin-top:80px;margin-bottom:80px;}.elementor-4171 .elementor-element.elementor-element-8c62387 .elementor-flip-box__front .elementor-flip-box__layer__title{font-size:20px;}.elementor-4171 .elementor-element.elementor-element-b9ead0b .elementor-flip-box__front .elementor-flip-box__layer__title{font-size:20px;}.elementor-4171 .elementor-element.elementor-element-9e78905 .elementor-flip-box__front .elementor-flip-box__layer__title{font-size:20px;}.elementor-4171 .elementor-element.elementor-element-875ed7d{padding:100px 25px 100px 25px;}.elementor-4171 .elementor-element.elementor-element-630390e .elementor-heading-title{font-size:45px;}.elementor-4171 .elementor-element.elementor-element-7b605e1{padding:100px 25px 100px 25px;}.elementor-4171 .elementor-element.elementor-element-da657a2 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-89dc096 .elementor-heading-title{font-size:45px;}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta__bg-wrapper{min-width:380px;}.elementor-4171 .elementor-element.elementor-element-d19a944 > .elementor-widget-container{margin:-1px -1px -1px -1px;}.elementor-4171 .elementor-element.elementor-element-05380af > .elementor-widget-container{margin:-1px -1px -1px -1px;}.elementor-4171 .elementor-element.elementor-element-df9ef22 > .elementor-widget-container{margin:13px 13px 13px 13px;}}@media(max-width:767px){.elementor-4171 .elementor-element.elementor-element-d01397b .elementor-widget-container{text-align:center;}.elementor-4171 .elementor-element.elementor-element-d01397b > .elementor-widget-container{margin:-14px -14px -14px -14px;}.elementor-4171 .elementor-element.elementor-element-bf94643{padding:20px 20px 20px 20px;}.elementor-4171 .elementor-element.elementor-element-c89e53f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-064f1bc{width:100%;}.elementor-4171 .elementor-element.elementor-element-3b5bd02{--e-nav-menu-horizontal-menu-item-margin:calc( 0px / 2 );--nav-menu-icon-size:24px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:0px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--dropdown .elementor-item, .elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:14px;}.elementor-4171 .elementor-element.elementor-element-3b5bd02 .elementor-menu-toggle{border-width:0px;border-radius:9px;}.elementor-4171 .elementor-element.elementor-element-f5feabd{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-593936b > .elementor-element-populated{padding:30px 30px 30px 30px;}.elementor-4171 .elementor-element.elementor-element-349014f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4171 .elementor-element.elementor-element-349014f{text-align:center;}.elementor-4171 .elementor-element.elementor-element-349014f .elementor-heading-title{font-size:30px;}.elementor-4171 .elementor-element.elementor-element-97da24d{padding:50px 20px 50px 20px;}.elementor-4171 .elementor-element.elementor-element-35e7cbb img{width:17%;}.elementor-4171 .elementor-element.elementor-element-79fc3dc .elementor-heading-title{font-size:30px;}.elementor-4171 .elementor-element.elementor-element-2711a07{font-size:15px;}.elementor-4171 .elementor-element.elementor-element-1d05ee0{padding:50px 20px 50px 20px;}.elementor-4171 .elementor-element.elementor-element-166ed27 .elementor-heading-title{font-size:30px;}.elementor-4171 .elementor-element.elementor-element-65ba640 .elementor-icon-box-wrapper{text-align:center;}.elementor-4171 .elementor-element.elementor-element-65ba640 .elementor-icon-box-title, .elementor-4171 .elementor-element.elementor-element-65ba640 .elementor-icon-box-title a{font-size:20px;}.elementor-4171 .elementor-element.elementor-element-653fed6 .elementor-icon-box-wrapper{text-align:center;}.elementor-4171 .elementor-element.elementor-element-653fed6 .elementor-icon-box-title, .elementor-4171 .elementor-element.elementor-element-653fed6 .elementor-icon-box-title a{font-size:20px;}.elementor-4171 .elementor-element.elementor-element-fd28717 .elementor-icon-box-wrapper{text-align:center;}.elementor-4171 .elementor-element.elementor-element-fd28717 .elementor-icon-box-title, .elementor-4171 .elementor-element.elementor-element-fd28717 .elementor-icon-box-title a{font-size:20px;}.elementor-4171 .elementor-element.elementor-element-3628ea9{padding:50px 20px 50px 20px;}.elementor-4171 .elementor-element.elementor-element-bbac9d6 .elementor-heading-title{font-size:30px;}.elementor-4171 .elementor-element.elementor-element-9d56bfd{font-size:15px;}.elementor-4171 .elementor-element.elementor-element-eaaad24{margin-top:80px;margin-bottom:80px;padding:0px 15px 0px 15px;}.elementor-4171 .elementor-element.elementor-element-875ed7d{padding:50px 20px 50px 20px;}.elementor-4171 .elementor-element.elementor-element-630390e .elementor-heading-title{font-size:30px;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-arrows-yes .elementor-main-swiper{width:calc( 100% - 40px );}.elementor-4171 .elementor-element.elementor-element-cb354ad .elementor-main-swiper{width:100%;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_inline .elementor-testimonial__footer,
					.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{margin-top:10px;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_above .elementor-testimonial__footer{margin-bottom:10px;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding-right:10px;}.elementor-4171 .elementor-element.elementor-element-cb354ad.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-left:10px;}.elementor-4171 .elementor-element.elementor-element-cb354ad .elementor-testimonial__text{font-size:18px;}.elementor-4171 .elementor-element.elementor-element-cb354ad .elementor-testimonial__image img{width:0px;height:0px;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-arrows-yes .elementor-main-swiper{width:calc( 100% - 40px );}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-main-swiper{width:100%;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline .elementor-testimonial__footer,
					.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{margin-top:10px;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above .elementor-testimonial__footer{margin-bottom:10px;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding-right:10px;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-left:10px;}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-testimonial__text{font-size:11px;}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-testimonial__name{font-size:15px;}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-testimonial__title{font-size:14px;}.elementor-4171 .elementor-element.elementor-element-dc5f992 .elementor-testimonial__image img{width:72px;height:72px;}body.rtl .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image + cite,
					 body.rtl .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image + cite,
					 body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite,
					 body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite{margin-left:0px;margin-right:0;}body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image + cite,
					 body:not(.rtl) .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image + cite,
					 body.rtl .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite,
					 body.rtl .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite{margin-right:0px;margin-left:0;}.elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_stacked .elementor-testimonial__image + cite,
					 .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_left .elementor-testimonial__image + cite,
					 .elementor-4171 .elementor-element.elementor-element-dc5f992.elementor-testimonial--layout-image_right .elementor-testimonial__image + cite{margin-top:0px;}.elementor-4171 .elementor-element.elementor-element-7b605e1{padding:50px 20px 50px 20px;}.elementor-4171 .elementor-element.elementor-element-89dc096 .elementor-heading-title{font-size:24px;}.elementor-4171 .elementor-element.elementor-element-7756df2 .elementor-cta__title{font-size:28px;}.elementor-4171 .elementor-element.elementor-element-24ab206 .elementor-cta__title{font-size:28px;}.elementor-4171 .elementor-element.elementor-element-05380af > .elementor-widget-container{margin:5px 5px 5px 5px;}.elementor-4171 .elementor-element.elementor-element-ed766b3 > .elementor-widget-container{margin:-2px -2px -2px -2px;}.elementor-4171 .elementor-element.elementor-element-0ea2ff1{text-align:center;}.elementor-4171 .elementor-element.elementor-element-df9ef22 .elementor-widget-container{text-align:center;}.elementor-4171 .elementor-element.elementor-element-df9ef22 > .elementor-widget-container{margin:-14px -14px -14px -14px;}.elementor-4171 .elementor-element.elementor-element-51b3243{margin-top:-11px;margin-bottom:-11px;}.elementor-4171 .elementor-element.elementor-element-896dfa7 > .elementor-widget-container{margin:-27px -27px -27px -27px;}}@media(min-width:768px){.elementor-4171 .elementor-element.elementor-element-2bffce9{width:49.581%;}.elementor-4171 .elementor-element.elementor-element-7bc9e39{width:50.419%;}.elementor-4171 .elementor-element.elementor-element-c89e53f{width:32.121%;}.elementor-4171 .elementor-element.elementor-element-064f1bc{width:67.503%;}.elementor-4171 .elementor-element.elementor-element-5d89155{width:31.628%;}.elementor-4171 .elementor-element.elementor-element-f96dd45{width:33.552%;}.elementor-4171 .elementor-element.elementor-element-c2d588d{width:34.484%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4171 .elementor-element.elementor-element-c89e53f{width:30%;}.elementor-4171 .elementor-element.elementor-element-064f1bc{width:70%;}}/* Start custom CSS for section, class: .elementor-element-bf94643 */.elementor-4171 .elementor-element.elementor-element-bf94643.elementor-sticky--effects{
    background-color:rgba(0, 0, 0,0.1s)!important;
}

.elementor-4171 .elementor-element.elementor-element-bf94643{
    transition: background-color 1.3s ease !important;
}

.elementor-4171 .elementor-element.elementor-element-bf94643.elementor-sticky--effects >.elementor-container{
    min-height: 80px;
}

.elementor-4171 .elementor-element.elementor-element-bf94643> .elementor-container{
    transition: min-height 1s ease !important;
}/* End custom CSS */
/*!/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css*/
/*! elementor - v3.25.0 - 24-11-2024 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;font-size:inherit;align-items:var(--icon-vertical-align,center)}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}
/*!/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css*/
/*! elementor - v3.25.0 - 24-11-2024 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}
/*!/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css*/
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

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

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

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

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

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

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

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

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

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

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

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

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

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

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

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

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

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

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

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

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

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

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

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

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

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

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

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

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

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

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

.fa-buffer:before {
  content: "\f837"; }

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

.fa-building:before {
  content: "\f1ad"; }

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

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

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

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

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

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

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

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

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

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

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

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

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

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

.fa-check-double:before {
  content: "\f560"; }

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

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

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

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

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

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

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

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

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

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

.fa-coins:before {
  content: "\f51e"; }

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

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

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

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

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

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

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

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

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

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

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

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

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

.fa-dribbble-square:before {
  content: "\f397"; }

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

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

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

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

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

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

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

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

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

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

.fa-eye-dropper:before {
  content: "\f1fb"; }

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

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

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

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

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

.fa-figma:before {
  content: "\f799"; }

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

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

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

.fa-fire-alt:before {
  content: "\f7e4"; }

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

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

.fa-flag-usa:before {
  content: "\f74d"; }

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

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

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

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

.fa-folder-minus:before {
  content: "\f65d"; }

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

.fa-folder-plus:before {
  content: "\f65e"; }

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

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

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

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

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

.fa-gas-pump:before {
  content: "\f52f"; }

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

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

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

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

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

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

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

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

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

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

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

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

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

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

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

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

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

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

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

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

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

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

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

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

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

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

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

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

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

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

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

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

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

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

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

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

.fa-innosoft:before {
  content: "\e080"; }

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

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

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

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

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

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

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

.fa-leanpub:before {
  content: "\f212"; }

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

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

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

.fa-line:before {
  content: "\f3c0"; }

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

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

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

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

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

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

.fa-page4:before {
  content: "\f3d7"; }

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

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

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

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

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

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

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

.fa-pinterest-p:before {
  content: "\f231"; }

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

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

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

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

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

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

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

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

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

.fa-reply:before {
  content: "\f3e5"; }

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

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

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

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

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

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

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

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

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

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

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

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

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

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

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

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

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

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

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

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

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

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

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

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

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

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

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

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

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

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

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

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

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

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

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

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

.fa-subway:before {
  content: "\f239"; }

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

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

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

.fa-superpowers:before {
  content: "\f2dd"; }

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

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

.fa-table-tennis:before {
  content: "\f45d"; }

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

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.fa-tape:before {
  content: "\f4db"; }

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

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

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

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

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-threads:before {
  content: '\e9cb'; }

.fa-threads-square:before {
  content: '\e9cc'; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

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

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

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

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

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

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

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

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

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

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

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

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

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

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

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

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

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

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

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

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

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

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

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

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

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

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

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

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

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

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

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

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

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

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

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

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

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

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

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

.fa-x-twitter:before {
  content: "\e9ca"; }

.fa-x-twitter-square:before {
  content: "\e9c9"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

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

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

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
/*!/wp-content/themes/saludlima/css/bootstrap_1.css*/
@charset "UTF-8";
/*****************************************************************//*
 /*** 01. Config Variables
 /*** 02. Bootstrap
 /*
 /*****************************************************************//*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
@at-root {
    @font-face {
        font-family: 'Glyphicons Halflings';
        src: url('/web/wp-content/themes/saludlima/css/../fonts/bootstrap/glyphicons-halflings-regular.eot');
        src: url('/web/wp-content/themes/saludlima/css/../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/web/wp-content/themes/saludlima/css/../fonts/bootstrap/glyphicons-halflings-regular.woff2') format('woff2'), url('/web/wp-content/themes/saludlima/css/../fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('/web/wp-content/themes/saludlima/css/../fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('/web/wp-content/themes/saludlima/css/../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
    }
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571;
    color: #333;
    background-color: #fff;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #08c;
    text-decoration: none;
}
a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}
a:focus {
    outline: 0;
    /*// Default
 outline: thin dotted;
 // WebKit
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;*/
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small, .small {
    font-size: 85%;
}
mark, .mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase, .initialism {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #08c;
}
a.text-primary:hover, a.text-primary:focus {
    color: #069;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover, a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
}
.bg-primary {
    background-color: #08c;
}
a.bg-primary:hover, a.bg-primary:focus {
    background-color: #069;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.428571;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571;
    color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}
@media (min-width: 1170px) {
    .container {
        width: 1140px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.333333%;
}
.col-xs-2 {
    width: 16.666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.333333%;
}
.col-xs-5 {
    width: 41.666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.333333%;
}
.col-xs-8 {
    width: 66.666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.333333%;
}
.col-xs-11 {
    width: 91.666667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.333333%;
}
.col-xs-pull-2 {
    right: 16.666667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.333333%;
}
.col-xs-pull-5 {
    right: 41.666667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.333333%;
}
.col-xs-pull-8 {
    right: 66.666667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.333333%;
}
.col-xs-pull-11 {
    right: 91.666667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.333333%;
}
.col-xs-push-2 {
    left: 16.666667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.333333%;
}
.col-xs-push-5 {
    left: 41.666667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.333333%;
}
.col-xs-push-8 {
    left: 66.666667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.333333%;
}
.col-xs-push-11 {
    left: 91.666667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.333333%;
}
.col-xs-offset-2 {
    margin-left: 16.666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.333333%;
}
.col-xs-offset-5 {
    margin-left: 41.666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.333333%;
}
.col-xs-offset-8 {
    margin-left: 66.666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.333333%;
}
.col-xs-offset-11 {
    margin-left: 91.666667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.333333%;
    }
    .col-sm-2 {
        width: 16.666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.333333%;
    }
    .col-sm-5 {
        width: 41.666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333333%;
    }
    .col-sm-8 {
        width: 66.666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.333333%;
    }
    .col-sm-11 {
        width: 91.666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.333333%;
    }
    .col-sm-pull-2 {
        right: 16.666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.333333%;
    }
    .col-sm-pull-5 {
        right: 41.666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.333333%;
    }
    .col-sm-pull-8 {
        right: 66.666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.333333%;
    }
    .col-sm-pull-11 {
        right: 91.666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.333333%;
    }
    .col-sm-push-2 {
        left: 16.666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.333333%;
    }
    .col-sm-push-5 {
        left: 41.666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.333333%;
    }
    .col-sm-push-8 {
        left: 66.666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.333333%;
    }
    .col-sm-push-11 {
        left: 91.666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333%;
    }
    .col-md-2 {
        width: 16.666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.333333%;
    }
    .col-md-5 {
        width: 41.666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333%;
    }
    .col-md-8 {
        width: 66.666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.333333%;
    }
    .col-md-11 {
        width: 91.666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.333333%;
    }
    .col-md-pull-2 {
        right: 16.666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.333333%;
    }
    .col-md-pull-5 {
        right: 41.666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.333333%;
    }
    .col-md-pull-8 {
        right: 66.666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.333333%;
    }
    .col-md-pull-11 {
        right: 91.666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.333333%;
    }
    .col-md-push-2 {
        left: 16.666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.333333%;
    }
    .col-md-push-5 {
        left: 41.666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.333333%;
    }
    .col-md-push-8 {
        left: 66.666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.333333%;
    }
    .col-md-push-11 {
        left: 91.666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1170px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.333333%;
    }
    .col-lg-2 {
        width: 16.666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.333333%;
    }
    .col-lg-5 {
        width: 41.666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.333333%;
    }
    .col-lg-8 {
        width: 66.666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.333333%;
    }
    .col-lg-11 {
        width: 91.666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.333333%;
    }
    .col-lg-pull-2 {
        right: 16.666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.333333%;
    }
    .col-lg-pull-5 {
        right: 41.666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.333333%;
    }
    .col-lg-pull-8 {
        right: 66.666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.333333%;
    }
    .col-lg-pull-11 {
        right: 91.666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.333333%;
    }
    .col-lg-push-2 {
        left: 16.666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.333333%;
    }
    .col-lg-push-5 {
        left: 41.666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.333333%;
    }
    .col-lg-push-8 {
        left: 66.666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.333333%;
    }
    .col-lg-push-11 {
        left: 91.666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple], select[size] {
    height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0;
    /*// Default
 outline: thin dotted;
 // WebKit
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;*/
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571;
    color: #777;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
    color: #777;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], input[type="time"].input-sm, .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], input[type="time"].input-lg, .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control.form-control-static, .input-group-lg > .input-group-addon.form-control-static, .input-group-lg > .input-group-btn > .btn.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control.form-control-static, .input-group-sm > .input-group-addon.form-control-static, .input-group-sm > .input-group-btn > .btn.form-control-static {
    padding-left: 0;
    padding-right: 0;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333333;
    border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn, .button, input.submit, input[type="submit"].btn, input[type="submit"].button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus, .button:focus, input.submit:focus, input[type="submit"].btn:focus, input[type="submit"].button:focus, .btn:active:focus, .button:active:focus, input.submit:active:focus, input[type="submit"].btn:active:focus, input[type="submit"].button:active:focus, .btn.active:focus, .button.active:focus, input.submit.active:focus, input[type="submit"].btn.active:focus, input[type="submit"].button.active:focus, .btn.focus, .button.focus, input.submit.focus, input[type="submit"].btn.focus, input[type="submit"].button.focus, .btn:active.focus, .button:active.focus, input.submit:active.focus, input[type="submit"].btn:active.focus, input[type="submit"].button:active.focus, .btn.active.focus, .button.active.focus, input.submit.active.focus, input[type="submit"].btn.active.focus, input[type="submit"].button.active.focus {
    outline: 0;
    /*// Default
 outline: thin dotted;
 // WebKit
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;*/
}
.btn:hover, .button:hover, input.submit:hover, input[type="submit"].btn:hover, input[type="submit"].button:hover, .btn:focus, .button:focus, input.submit:focus, input[type="submit"].btn:focus, input[type="submit"].button:focus, .btn.focus, .button.focus, input.submit.focus, input[type="submit"].btn.focus, input[type="submit"].button.focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .button:active, input.submit:active, input[type="submit"].btn:active, input[type="submit"].button:active, .btn.active, .button.active, input.submit.active, input[type="submit"].btn.active, input[type="submit"].button.active {
    outline: 0;
    background-image: none;
    /*@include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));*/
}
.btn.disabled, .button.disabled, input.submit.disabled, input[type="submit"].btn.disabled, input[type="submit"].button.disabled, .btn[disabled], .button[disabled], input.submit[disabled], input[type="submit"].btn[disabled], input[type="submit"].button[disabled], fieldset[disabled] .btn, fieldset[disabled] .button, fieldset[disabled] input.submit, fieldset[disabled] input[type="submit"].btn, fieldset[disabled] input[type="submit"].button {
    cursor: not-allowed;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default, input[type="submit"].btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus, input[type="submit"].btn-default:focus, .btn-default.focus, input[type="submit"].btn-default.focus {
    color: #333;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}
.btn-default:hover, input[type="submit"].btn-default:hover {
    color: #333;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}
.btn-default:active, input[type="submit"].btn-default:active, .btn-default.active, input[type="submit"].btn-default.active, .open > .btn-default.dropdown-toggle, .open > input[type="submit"].btn-default.dropdown-toggle {
    color: #333;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}
.btn-default:active, input[type="submit"].btn-default:active, .btn-default.active, input[type="submit"].btn-default.active, .open > .btn-default.dropdown-toggle, .open > input[type="submit"].btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled, input[type="submit"].btn-default.disabled, .btn-default[disabled], input[type="submit"].btn-default[disabled], fieldset[disabled] .btn-default, fieldset[disabled] input[type="submit"].btn-default, .btn-default.disabled:hover, input[type="submit"].btn-default.disabled:hover, .btn-default[disabled]:hover, input[type="submit"].btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, fieldset[disabled] input[type="submit"].btn-default:hover, .btn-default.disabled:focus, input[type="submit"].btn-default.disabled:focus, .btn-default[disabled]:focus, input[type="submit"].btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] input[type="submit"].btn-default:focus, .btn-default.disabled.focus, input[type="submit"].btn-default.disabled.focus, .btn-default[disabled].focus, input[type="submit"].btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] input[type="submit"].btn-default.focus, .btn-default.disabled:active, input[type="submit"].btn-default.disabled:active, .btn-default[disabled]:active, input[type="submit"].btn-default[disabled]:active, fieldset[disabled] .btn-default:active, fieldset[disabled] input[type="submit"].btn-default:active, .btn-default.disabled.active, input[type="submit"].btn-default.disabled.active, .btn-default[disabled].active, input[type="submit"].btn-default[disabled].active, fieldset[disabled] .btn-default.active, fieldset[disabled] input[type="submit"].btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge, input[type="submit"].btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary, .button, input.submit, input[type="submit"].submit, input[type="submit"].button, input[type="submit"].btn-primary {
    color: #fff;
    background-color: #08c;
    border-color: #0077b3;
}
.btn-primary:focus, .button:focus, input.submit:focus, input[type="submit"].submit:focus, input[type="submit"].button:focus, input[type="submit"].btn-primary:focus, .btn-primary.focus, .button.focus, input.submit.focus, input[type="submit"].submit.focus, input[type="submit"].button.focus, input[type="submit"].btn-primary.focus {
    color: #fff;
    background-color: #0077b3;
    border-color: #069;
}
.btn-primary:hover, .button:hover, input.submit:hover, input[type="submit"].submit:hover, input[type="submit"].button:hover, input[type="submit"].btn-primary:hover {
    color: #fff;
    background-color: #0077b3;
    border-color: #069;
}
.btn-primary:active, .button:active, input.submit:active, input[type="submit"].submit:active, input[type="submit"].button:active, input[type="submit"].btn-primary:active, .btn-primary.active, .button.active, input.submit.active, input[type="submit"].submit.active, input[type="submit"].button.active, input[type="submit"].btn-primary.active, .open > .btn-primary.dropdown-toggle, .open > .button.dropdown-toggle, .open > input.submit.dropdown-toggle, .open > input[type="submit"].submit.dropdown-toggle, .open > input[type="submit"].button.dropdown-toggle, .open > input[type="submit"].btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0077b3;
    border-color: #069;
}
.btn-primary:active, .button:active, input.submit:active, input[type="submit"].submit:active, input[type="submit"].button:active, input[type="submit"].btn-primary:active, .btn-primary.active, .button.active, input.submit.active, input[type="submit"].submit.active, input[type="submit"].button.active, input[type="submit"].btn-primary.active, .open > .btn-primary.dropdown-toggle, .open > .button.dropdown-toggle, .open > input.submit.dropdown-toggle, .open > input[type="submit"].submit.dropdown-toggle, .open > input[type="submit"].button.dropdown-toggle, .open > input[type="submit"].btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled, .button.disabled, input.submit.disabled, input[type="submit"].submit.disabled, input[type="submit"].button.disabled, input[type="submit"].btn-primary.disabled, .btn-primary[disabled], .button[disabled], input.submit[disabled], input[type="submit"].submit[disabled], input[type="submit"].button[disabled], input[type="submit"].btn-primary[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .button, fieldset[disabled] input.submit, fieldset[disabled] input[type="submit"].submit, fieldset[disabled] input[type="submit"].button, fieldset[disabled] input[type="submit"].btn-primary, .btn-primary.disabled:hover, .button.disabled:hover, input.submit.disabled:hover, input[type="submit"].submit.disabled:hover, input[type="submit"].button.disabled:hover, input[type="submit"].btn-primary.disabled:hover, .btn-primary[disabled]:hover, .button[disabled]:hover, input.submit[disabled]:hover, input[type="submit"].submit[disabled]:hover, input[type="submit"].button[disabled]:hover, input[type="submit"].btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .button:hover, fieldset[disabled] input.submit:hover, fieldset[disabled] input[type="submit"].submit:hover, fieldset[disabled] input[type="submit"].button:hover, fieldset[disabled] input[type="submit"].btn-primary:hover, .btn-primary.disabled:focus, .button.disabled:focus, input.submit.disabled:focus, input[type="submit"].submit.disabled:focus, input[type="submit"].button.disabled:focus, input[type="submit"].btn-primary.disabled:focus, .btn-primary[disabled]:focus, .button[disabled]:focus, input.submit[disabled]:focus, input[type="submit"].submit[disabled]:focus, input[type="submit"].button[disabled]:focus, input[type="submit"].btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .button:focus, fieldset[disabled] input.submit:focus, fieldset[disabled] input[type="submit"].submit:focus, fieldset[disabled] input[type="submit"].button:focus, fieldset[disabled] input[type="submit"].btn-primary:focus, .btn-primary.disabled.focus, .button.disabled.focus, input.submit.disabled.focus, input[type="submit"].submit.disabled.focus, input[type="submit"].button.disabled.focus, input[type="submit"].btn-primary.disabled.focus, .btn-primary[disabled].focus, .button[disabled].focus, input.submit[disabled].focus, input[type="submit"].submit[disabled].focus, input[type="submit"].button[disabled].focus, input[type="submit"].btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .button.focus, fieldset[disabled] input.submit.focus, fieldset[disabled] input[type="submit"].submit.focus, fieldset[disabled] input[type="submit"].button.focus, fieldset[disabled] input[type="submit"].btn-primary.focus, .btn-primary.disabled:active, .button.disabled:active, input.submit.disabled:active, input[type="submit"].submit.disabled:active, input[type="submit"].button.disabled:active, input[type="submit"].btn-primary.disabled:active, .btn-primary[disabled]:active, .button[disabled]:active, input.submit[disabled]:active, input[type="submit"].submit[disabled]:active, input[type="submit"].button[disabled]:active, input[type="submit"].btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .button:active, fieldset[disabled] input.submit:active, fieldset[disabled] input[type="submit"].submit:active, fieldset[disabled] input[type="submit"].button:active, fieldset[disabled] input[type="submit"].btn-primary:active, .btn-primary.disabled.active, .button.disabled.active, input.submit.disabled.active, input[type="submit"].submit.disabled.active, input[type="submit"].button.disabled.active, input[type="submit"].btn-primary.disabled.active, .btn-primary[disabled].active, .button[disabled].active, input.submit[disabled].active, input[type="submit"].submit[disabled].active, input[type="submit"].button[disabled].active, input[type="submit"].btn-primary[disabled].active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .button.active, fieldset[disabled] input.submit.active, fieldset[disabled] input[type="submit"].submit.active, fieldset[disabled] input[type="submit"].button.active, fieldset[disabled] input[type="submit"].btn-primary.active {
    background-color: #08c;
    border-color: #0077b3;
}
.btn-primary .badge, .button .badge, input.submit .badge, input[type="submit"].submit .badge, input[type="submit"].button .badge, input[type="submit"].btn-primary .badge {
    color: #08c;
    background-color: #fff;
}
.btn-success, input[type="submit"].btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #3f923f;
}
.btn-success:focus, input[type="submit"].btn-success:focus, .btn-success.focus, input[type="submit"].btn-success.focus {
    color: #fff;
    background-color: #3f923f;
    border-color: #388038;
}
.btn-success:hover, input[type="submit"].btn-success:hover {
    color: #fff;
    background-color: #3f923f;
    border-color: #388038;
}
.btn-success:active, input[type="submit"].btn-success:active, .btn-success.active, input[type="submit"].btn-success.active, .open > .btn-success.dropdown-toggle, .open > input[type="submit"].btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3f923f;
    border-color: #388038;
}
.btn-success:active, input[type="submit"].btn-success:active, .btn-success.active, input[type="submit"].btn-success.active, .open > .btn-success.dropdown-toggle, .open > input[type="submit"].btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled, input[type="submit"].btn-success.disabled, .btn-success[disabled], input[type="submit"].btn-success[disabled], fieldset[disabled] .btn-success, fieldset[disabled] input[type="submit"].btn-success, .btn-success.disabled:hover, input[type="submit"].btn-success.disabled:hover, .btn-success[disabled]:hover, input[type="submit"].btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, fieldset[disabled] input[type="submit"].btn-success:hover, .btn-success.disabled:focus, input[type="submit"].btn-success.disabled:focus, .btn-success[disabled]:focus, input[type="submit"].btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] input[type="submit"].btn-success:focus, .btn-success.disabled.focus, input[type="submit"].btn-success.disabled.focus, .btn-success[disabled].focus, input[type="submit"].btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] input[type="submit"].btn-success.focus, .btn-success.disabled:active, input[type="submit"].btn-success.disabled:active, .btn-success[disabled]:active, input[type="submit"].btn-success[disabled]:active, fieldset[disabled] .btn-success:active, fieldset[disabled] input[type="submit"].btn-success:active, .btn-success.disabled.active, input[type="submit"].btn-success.disabled.active, .btn-success[disabled].active, input[type="submit"].btn-success[disabled].active, fieldset[disabled] .btn-success.active, fieldset[disabled] input[type="submit"].btn-success.active {
    background-color: #47a447;
    border-color: #3f923f;
}
.btn-success .badge, input[type="submit"].btn-success .badge {
    color: #47a447;
    background-color: #fff;
}
.btn-info, input[type="submit"].btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus, input[type="submit"].btn-info:focus, .btn-info.focus, input[type="submit"].btn-info.focus {
    color: #fff;
    background-color: #46b8da;
    border-color: #31b0d5;
}
.btn-info:hover, input[type="submit"].btn-info:hover {
    color: #fff;
    background-color: #46b8da;
    border-color: #31b0d5;
}
.btn-info:active, input[type="submit"].btn-info:active, .btn-info.active, input[type="submit"].btn-info.active, .open > .btn-info.dropdown-toggle, .open > input[type="submit"].btn-info.dropdown-toggle {
    color: #fff;
    background-color: #46b8da;
    border-color: #31b0d5;
}
.btn-info:active, input[type="submit"].btn-info:active, .btn-info.active, input[type="submit"].btn-info.active, .open > .btn-info.dropdown-toggle, .open > input[type="submit"].btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled, input[type="submit"].btn-info.disabled, .btn-info[disabled], input[type="submit"].btn-info[disabled], fieldset[disabled] .btn-info, fieldset[disabled] input[type="submit"].btn-info, .btn-info.disabled:hover, input[type="submit"].btn-info.disabled:hover, .btn-info[disabled]:hover, input[type="submit"].btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, fieldset[disabled] input[type="submit"].btn-info:hover, .btn-info.disabled:focus, input[type="submit"].btn-info.disabled:focus, .btn-info[disabled]:focus, input[type="submit"].btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] input[type="submit"].btn-info:focus, .btn-info.disabled.focus, input[type="submit"].btn-info.disabled.focus, .btn-info[disabled].focus, input[type="submit"].btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] input[type="submit"].btn-info.focus, .btn-info.disabled:active, input[type="submit"].btn-info.disabled:active, .btn-info[disabled]:active, input[type="submit"].btn-info[disabled]:active, fieldset[disabled] .btn-info:active, fieldset[disabled] input[type="submit"].btn-info:active, .btn-info.disabled.active, input[type="submit"].btn-info.disabled.active, .btn-info[disabled].active, input[type="submit"].btn-info[disabled].active, fieldset[disabled] .btn-info.active, fieldset[disabled] input[type="submit"].btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge, input[type="submit"].btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning, input[type="submit"].btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #e89113;
}
.btn-warning:focus, input[type="submit"].btn-warning:focus, .btn-warning.focus, input[type="submit"].btn-warning.focus {
    color: #fff;
    background-color: #e89113;
    border-color: #d18211;
}
.btn-warning:hover, input[type="submit"].btn-warning:hover {
    color: #fff;
    background-color: #e89113;
    border-color: #d18211;
}
.btn-warning:active, input[type="submit"].btn-warning:active, .btn-warning.active, input[type="submit"].btn-warning.active, .open > .btn-warning.dropdown-toggle, .open > input[type="submit"].btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e89113;
    border-color: #d18211;
}
.btn-warning:active, input[type="submit"].btn-warning:active, .btn-warning.active, input[type="submit"].btn-warning.active, .open > .btn-warning.dropdown-toggle, .open > input[type="submit"].btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled, input[type="submit"].btn-warning.disabled, .btn-warning[disabled], input[type="submit"].btn-warning[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] input[type="submit"].btn-warning, .btn-warning.disabled:hover, input[type="submit"].btn-warning.disabled:hover, .btn-warning[disabled]:hover, input[type="submit"].btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, fieldset[disabled] input[type="submit"].btn-warning:hover, .btn-warning.disabled:focus, input[type="submit"].btn-warning.disabled:focus, .btn-warning[disabled]:focus, input[type="submit"].btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] input[type="submit"].btn-warning:focus, .btn-warning.disabled.focus, input[type="submit"].btn-warning.disabled.focus, .btn-warning[disabled].focus, input[type="submit"].btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] input[type="submit"].btn-warning.focus, .btn-warning.disabled:active, input[type="submit"].btn-warning.disabled:active, .btn-warning[disabled]:active, input[type="submit"].btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, fieldset[disabled] input[type="submit"].btn-warning:active, .btn-warning.disabled.active, input[type="submit"].btn-warning.disabled.active, .btn-warning[disabled].active, input[type="submit"].btn-warning[disabled].active, fieldset[disabled] .btn-warning.active, fieldset[disabled] input[type="submit"].btn-warning.active {
    background-color: #ed9c28;
    border-color: #e89113;
}
.btn-warning .badge, input[type="submit"].btn-warning .badge {
    color: #ed9c28;
    background-color: #fff;
}
.btn-danger, input[type="submit"].btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #bd2d29;
}
.btn-danger:focus, input[type="submit"].btn-danger:focus, .btn-danger.focus, input[type="submit"].btn-danger.focus {
    color: #fff;
    background-color: #bd2d29;
    border-color: #a82824;
}
.btn-danger:hover, input[type="submit"].btn-danger:hover {
    color: #fff;
    background-color: #bd2d29;
    border-color: #a82824;
}
.btn-danger:active, input[type="submit"].btn-danger:active, .btn-danger.active, input[type="submit"].btn-danger.active, .open > .btn-danger.dropdown-toggle, .open > input[type="submit"].btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2d29;
    border-color: #a82824;
}
.btn-danger:active, input[type="submit"].btn-danger:active, .btn-danger.active, input[type="submit"].btn-danger.active, .open > .btn-danger.dropdown-toggle, .open > input[type="submit"].btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled, input[type="submit"].btn-danger.disabled, .btn-danger[disabled], input[type="submit"].btn-danger[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] input[type="submit"].btn-danger, .btn-danger.disabled:hover, input[type="submit"].btn-danger.disabled:hover, .btn-danger[disabled]:hover, input[type="submit"].btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, fieldset[disabled] input[type="submit"].btn-danger:hover, .btn-danger.disabled:focus, input[type="submit"].btn-danger.disabled:focus, .btn-danger[disabled]:focus, input[type="submit"].btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] input[type="submit"].btn-danger:focus, .btn-danger.disabled.focus, input[type="submit"].btn-danger.disabled.focus, .btn-danger[disabled].focus, input[type="submit"].btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] input[type="submit"].btn-danger.focus, .btn-danger.disabled:active, input[type="submit"].btn-danger.disabled:active, .btn-danger[disabled]:active, input[type="submit"].btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, fieldset[disabled] input[type="submit"].btn-danger:active, .btn-danger.disabled.active, input[type="submit"].btn-danger.disabled.active, .btn-danger[disabled].active, input[type="submit"].btn-danger[disabled].active, fieldset[disabled] .btn-danger.active, fieldset[disabled] input[type="submit"].btn-danger.active {
    background-color: #d2322d;
    border-color: #bd2d29;
}
.btn-danger .badge, input[type="submit"].btn-danger .badge {
    color: #d2322d;
    background-color: #fff;
}
.btn-link {
    color: #08c;
    font-weight: normal;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333333;
    border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius:  3px;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius:  3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    float: left;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #08c;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    outline: 0;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:last-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group > .btn-group-lg > .btn + .dropdown-toggle, .btn-group-lg > .btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .btn-group-lg > .dropup .btn .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #777;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm, .input-group-sm > .form-control.input-group-addon, .input-group-sm > .input-group-addon.input-group-addon, .input-group-sm > .input-group-btn > .btn.input-group-addon {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg, .input-group-lg > .form-control.input-group-addon, .input-group-lg > .input-group-addon.input-group-addon, .input-group-lg > .input-group-btn > .btn.input-group-addon {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-addon.input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-addon.input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #08c;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #08c;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .btn.navbar-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .btn.navbar-btn {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571;
    text-decoration: none;
    color: #08c;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 3;
    color: #005580;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #08c;
    border-color: #08c;
    cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager:before, .pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #777;
    border-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}
.label-primary {
    background-color: #08c;
    border-color: #08c;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #069;
    border-color: #069;
}
.label-success {
    background-color: #47a447;
    border-color: #47a447;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #388038;
    border-color: #388038;
}
.label-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
    border-color: #31b0d5;
}
.label-warning {
    background-color: #ed9c28;
    border-color: #ed9c28;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #d18211;
    border-color: #d18211;
}
.label-danger {
    background-color: #d2322d;
    border-color: #d2322d;
}
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #a82824;
    border-color: #a82824;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #08c;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1, .jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #08c;
}
.alert, .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4, .woocommerce-error h4, .woocommerce-info h4, .woocommerce-message h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link, .woocommerce-error .alert-link, .woocommerce-info .alert-link, .woocommerce-message .alert-link {
    font-weight: bold;
}
.alert > p, .woocommerce-error > p, .woocommerce-info > p, .woocommerce-message > p, .alert > ul, .woocommerce-error > ul, .woocommerce-info > ul, .woocommerce-message > ul {
    margin-bottom: 0;
}
.alert > p + p, .woocommerce-error > p + p, .woocommerce-info > p + p, .woocommerce-message > p + p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success, .woocommerce-message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr, .woocommerce-message hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link, .woocommerce-message .alert-link {
    color: #2b542c;
}
.alert-info, .woocommerce-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr, .woocommerce-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link, .woocommerce-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger, .woocommerce-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr, .woocommerce-error hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link, .woocommerce-error .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #08c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #47a447;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #ed9c28;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d2322d;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right, .media > .pull-right {
    padding-left: 10px;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item, button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #08c;
    border-color: #08c;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #9df;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #08c;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #08c;
    border-color: #08c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #08c;
}
.panel-primary > .panel-heading .badge {
    color: #08c;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #08c;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.6;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -30%;
    padding-left: 0;
    z-index: 15;
    width: 60%;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@at-root {
    @-ms-viewport {
        width: device-width;
    }
}
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1169px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1169px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1169px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1169px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1170px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1170px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1170px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1170px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1169px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1170px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
/*!/wp-content/themes/saludlima/css/plugins_1.css*/
@charset "UTF-8";
/*****************************************************************//*
 /*** 00. Minicart Icon
 /*** 01. Config Variables
 /*** 02. FontAwesome Icon
 /*** 03. Elusive Icon
 /*** 04. Owl Carousel
 /*** 05. Easy Responsive Tabs
 /*** 06. jQuery Srollbar
 /*** 07. jQuery Fancybox
 /*** 08. Circle Flip Slideshow
 /*** 09. Simple Line Icons
 /*** 10. Magnific Popup
 /*** 11. jQuery Selectric
 /*
 /*****************************************************************/@font-face {
    font-family: "minicart-font";
    src: url('/web/wp-content/themes/saludlima/css/../fonts/minicart-font/minicart-font.eot?v=1.0');
    src: url('/web/wp-content/themes/saludlima/css/../fonts/minicart-font/minicart-font.eot?#iefix&v=1.0') format('embedded-opentype'), url('/web/wp-content/themes/saludlima/css/../fonts/minicart-font/minicart-font.woff?v=1.0') format('woff'), url('/web/wp-content/themes/saludlima/css/../fonts/minicart-font/minicart-font.ttf?v=1.0') format('truetype'), url('/web/wp-content/themes/saludlima/css/../fonts/minicart-font/minicart-font.svg?v=1.0#minicart-font') format('svg');
    font-weight: normal;
    font-style: normal;
}
.minicart-icon:before {
    font-family: "minicart-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.minicart-icon:before {
    content: "\e800";
}
/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *//* FONT PATH
 * -------------------------- */@font-face {
    font-family: 'FontAwesome';
    src: url('/web/wp-content/themes/saludlima/css/../fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3');
    src: url('/web/wp-content/themes/saludlima/css/../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/web/wp-content/themes/saludlima/css/../fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/web/wp-content/themes/saludlima/css/../fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/web/wp-content/themes/saludlima/css/../fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/web/wp-content/themes/saludlima/css/../fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */.fa-lg {
    font-size: 1.333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.285714em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.142857em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.142857em;
    width: 2.142857em;
    top: 0.142857em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.857143em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before, .fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before, .fa-users:before {
    content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before, .fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}
.fa-won:before, .fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before, .fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
/*!
 *  Elusive Icons 2.0.0 by @ReduxFramework - http://elusiveicons.com - @reduxframework
 *  License - http://elusiveicons.com/license (Font: SIL OFL 1.1, CSS: MIT License)
 *//* FONT PATH
 * -------------------------- */@font-face {
    font-family: 'Elusive-Icons';
    src: url('/web/wp-content/themes/saludlima/css/../fonts/elusive/elusiveicons-webfont.eot?v=2.0.0');
    src: url('/web/wp-content/themes/saludlima/css/../fonts/elusive/elusiveicons-webfont.eot?#iefix&v=2.0.0') format('embedded-opentype'), url('/web/wp-content/themes/saludlima/css/../fonts/elusive/elusiveicons-webfont.woff?v=2.0.0') format('woff'), url('/web/wp-content/themes/saludlima/css/../fonts/elusive/elusiveicons-webfont.ttf?v=2.0.0') format('truetype'), url('/web/wp-content/themes/saludlima/css/../fonts/elusive/elusiveicons-webfont.svg?v=2.0.0#elusiveiconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.el {
    display: inline-block;
    font: normal normal normal 14px/1 'Elusive-Icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */.el-lg {
    font-size: 1.333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.el-2x {
    font-size: 2em;
}
.el-3x {
    font-size: 3em;
}
.el-4x {
    font-size: 4em;
}
.el-5x {
    font-size: 5em;
}
.el-fw {
    width: 1.285714em;
    text-align: center;
}
.el-ul {
    padding-left: 0;
    margin-left: 2.142857em;
    list-style-type: none;
}
.el-ul > li {
    position: relative;
}
.el-li {
    position: absolute;
    left: -2.142857em;
    width: 2.142857em;
    top: 0.142857em;
    text-align: center;
}
.el-li.el-lg {
    left: -1.857143em;
}
.el-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.el.pull-left {
    margin-right: 0.3em;
}
.el.pull-right {
    margin-left: 0.3em;
}
.el-spin {
    -webkit-animation: el-spin 2s infinite linear;
    animation: el-spin 2s infinite linear;
}
.el-pulse {
    -webkit-animation: el-spin 1s infinite steps(8);
    animation: el-spin 1s infinite steps(8);
}
@-webkit-keyframes el-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes el-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.el-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.el-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.el-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.el-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.el-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .el-rotate-90, :root .el-rotate-180, :root .el-rotate-270, :root .el-flip-horizontal, :root .el-flip-vertical {
    filter: none;
}
.el-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.el-stack-1x, .el-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.el-stack-1x {
    line-height: inherit;
}
.el-stack-2x {
    font-size: 2em;
}
.el-inverse {
    color: #fff;
}
/* Elusive Icons uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */.el-address-book-alt:before {
    content: "\f101";
}
.el-address-book:before {
    content: "\f102";
}
.el-adjust-alt:before {
    content: "\f103";
}
.el-adjust:before {
    content: "\f104";
}
.el-adult:before {
    content: "\f105";
}
.el-align-center:before {
    content: "\f106";
}
.el-align-justify:before {
    content: "\f107";
}
.el-align-left:before {
    content: "\f108";
}
.el-align-right:before {
    content: "\f109";
}
.el-arrow-down:before {
    content: "\f10a";
}
.el-arrow-left:before {
    content: "\f10b";
}
.el-arrow-right:before {
    content: "\f10c";
}
.el-arrow-up:before {
    content: "\f10d";
}
.el-asl:before {
    content: "\f10e";
}
.el-asterisk:before {
    content: "\f10f";
}
.el-backward:before {
    content: "\f110";
}
.el-ban-circle:before {
    content: "\f111";
}
.el-barcode:before {
    content: "\f112";
}
.el-behance:before {
    content: "\f113";
}
.el-bell:before {
    content: "\f114";
}
.el-blind:before {
    content: "\f115";
}
.el-blogger:before {
    content: "\f116";
}
.el-bold:before {
    content: "\f117";
}
.el-book:before {
    content: "\f118";
}
.el-bookmark-empty:before {
    content: "\f119";
}
.el-bookmark:before {
    content: "\f11a";
}
.el-braille:before {
    content: "\f11b";
}
.el-briefcase:before {
    content: "\f11c";
}
.el-broom:before {
    content: "\f11d";
}
.el-brush:before {
    content: "\f11e";
}
.el-bulb:before {
    content: "\f11f";
}
.el-bullhorn:before {
    content: "\f120";
}
.el-calendar-sign:before {
    content: "\f121";
}
.el-calendar:before {
    content: "\f122";
}
.el-camera:before {
    content: "\f123";
}
.el-car:before {
    content: "\f124";
}
.el-caret-down:before {
    content: "\f125";
}
.el-caret-left:before {
    content: "\f126";
}
.el-caret-right:before {
    content: "\f127";
}
.el-caret-up:before {
    content: "\f128";
}
.el-cc:before {
    content: "\f129";
}
.el-certificate:before {
    content: "\f12a";
}
.el-check-empty:before {
    content: "\f12b";
}
.el-check:before {
    content: "\f12c";
}
.el-chevron-down:before {
    content: "\f12d";
}
.el-chevron-left:before {
    content: "\f12e";
}
.el-chevron-right:before {
    content: "\f12f";
}
.el-chevron-up:before {
    content: "\f130";
}
.el-child:before {
    content: "\f131";
}
.el-circle-arrow-down:before {
    content: "\f132";
}
.el-circle-arrow-left:before {
    content: "\f133";
}
.el-circle-arrow-right:before {
    content: "\f134";
}
.el-circle-arrow-up:before {
    content: "\f135";
}
.el-cloud-alt:before {
    content: "\f136";
}
.el-cloud:before {
    content: "\f137";
}
.el-cog-alt:before {
    content: "\f138";
}
.el-cog:before {
    content: "\f139";
}
.el-cogs:before {
    content: "\f13a";
}
.el-comment-alt:before {
    content: "\f13b";
}
.el-comment:before {
    content: "\f13c";
}
.el-compass-alt:before {
    content: "\f13d";
}
.el-compass:before {
    content: "\f13e";
}
.el-credit-card:before {
    content: "\f13f";
}
.el-css:before {
    content: "\f140";
}
.el-dashboard:before {
    content: "\f141";
}
.el-delicious:before {
    content: "\f142";
}
.el-deviantart:before {
    content: "\f143";
}
.el-digg:before {
    content: "\f144";
}
.el-download-alt:before {
    content: "\f145";
}
.el-download:before {
    content: "\f146";
}
.el-dribbble:before {
    content: "\f147";
}
.el-edit:before {
    content: "\f148";
}
.el-eject:before {
    content: "\f149";
}
.el-envelope-alt:before {
    content: "\f14a";
}
.el-envelope:before {
    content: "\f14b";
}
.el-error-alt:before {
    content: "\f14c";
}
.el-error:before {
    content: "\f14d";
}
.el-eur:before {
    content: "\f14e";
}
.el-exclamation-sign:before {
    content: "\f14f";
}
.el-eye-close:before {
    content: "\f150";
}
.el-eye-open:before {
    content: "\f151";
}
.el-facebook:before {
    content: "\f152";
}
.el-facetime-video:before {
    content: "\f153";
}
.el-fast-backward:before {
    content: "\f154";
}
.el-fast-forward:before {
    content: "\f155";
}
.el-female:before {
    content: "\f156";
}
.el-file-alt:before {
    content: "\f157";
}
.el-file-edit-alt:before {
    content: "\f158";
}
.el-file-edit:before {
    content: "\f159";
}
.el-file-new-alt:before {
    content: "\f15a";
}
.el-file-new:before {
    content: "\f15b";
}
.el-file:before {
    content: "\f15c";
}
.el-film:before {
    content: "\f15d";
}
.el-filter:before {
    content: "\f15e";
}
.el-fire:before {
    content: "\f15f";
}
.el-flag-alt:before {
    content: "\f160";
}
.el-flag:before {
    content: "\f161";
}
.el-flickr:before {
    content: "\f162";
}
.el-folder-close:before {
    content: "\f163";
}
.el-folder-open:before {
    content: "\f164";
}
.el-folder-sign:before {
    content: "\f165";
}
.el-folder:before {
    content: "\f166";
}
.el-font:before {
    content: "\f167";
}
.el-fontsize:before {
    content: "\f168";
}
.el-fork:before {
    content: "\f169";
}
.el-forward-alt:before {
    content: "\f16a";
}
.el-forward:before {
    content: "\f16b";
}
.el-foursquare:before {
    content: "\f16c";
}
.el-friendfeed-rect:before {
    content: "\f16d";
}
.el-friendfeed:before {
    content: "\f16e";
}
.el-fullscreen:before {
    content: "\f16f";
}
.el-gbp:before {
    content: "\f170";
}
.el-gift:before {
    content: "\f171";
}
.el-github-text:before {
    content: "\f172";
}
.el-github:before {
    content: "\f173";
}
.el-glass:before {
    content: "\f174";
}
.el-glasses:before {
    content: "\f175";
}
.el-globe-alt:before {
    content: "\f176";
}
.el-globe:before {
    content: "\f177";
}
.el-googleplus:before {
    content: "\f178";
}
.el-graph-alt:before {
    content: "\f179";
}
.el-graph:before {
    content: "\f17a";
}
.el-group-alt:before {
    content: "\f17b";
}
.el-group:before {
    content: "\f17c";
}
.el-guidedog:before {
    content: "\f17d";
}
.el-hand-down:before {
    content: "\f17e";
}
.el-hand-left:before {
    content: "\f17f";
}
.el-hand-right:before {
    content: "\f180";
}
.el-hand-up:before {
    content: "\f181";
}
.el-hdd:before {
    content: "\f182";
}
.el-headphones:before {
    content: "\f183";
}
.el-hearing-impaired:before {
    content: "\f184";
}
.el-heart-alt:before {
    content: "\f185";
}
.el-heart-empty:before {
    content: "\f186";
}
.el-heart:before {
    content: "\f187";
}
.el-home-alt:before {
    content: "\f188";
}
.el-home:before {
    content: "\f189";
}
.el-hourglass:before {
    content: "\f18a";
}
.el-idea-alt:before {
    content: "\f18b";
}
.el-idea:before {
    content: "\f18c";
}
.el-inbox-alt:before {
    content: "\f18d";
}
.el-inbox-box:before {
    content: "\f18e";
}
.el-inbox:before {
    content: "\f18f";
}
.el-indent-left:before {
    content: "\f190";
}
.el-indent-right:before {
    content: "\f191";
}
.el-info-circle:before {
    content: "\f192";
}
.el-instagram:before {
    content: "\f193";
}
.el-iphone-home:before {
    content: "\f194";
}
.el-italic:before {
    content: "\f195";
}
.el-key:before {
    content: "\f196";
}
.el-laptop-alt:before {
    content: "\f197";
}
.el-laptop:before {
    content: "\f198";
}
.el-lastfm:before {
    content: "\f199";
}
.el-leaf:before {
    content: "\f19a";
}
.el-lines:before {
    content: "\f19b";
}
.el-link:before {
    content: "\f19c";
}
.el-linkedin:before {
    content: "\f19d";
}
.el-list-alt:before {
    content: "\f19e";
}
.el-list:before {
    content: "\f19f";
}
.el-livejournal:before {
    content: "\f1a0";
}
.el-lock-alt:before {
    content: "\f1a1";
}
.el-lock:before {
    content: "\f1a2";
}
.el-magic:before {
    content: "\f1a3";
}
.el-magnet:before {
    content: "\f1a4";
}
.el-male:before {
    content: "\f1a5";
}
.el-map-marker-alt:before {
    content: "\f1a6";
}
.el-map-marker:before {
    content: "\f1a7";
}
.el-mic-alt:before {
    content: "\f1a8";
}
.el-mic:before {
    content: "\f1a9";
}
.el-minus-sign:before {
    content: "\f1aa";
}
.el-minus:before {
    content: "\f1ab";
}
.el-move:before {
    content: "\f1ac";
}
.el-music:before {
    content: "\f1ad";
}
.el-myspace:before {
    content: "\f1ae";
}
.el-network:before {
    content: "\f1af";
}
.el-off:before {
    content: "\f1b0";
}
.el-ok-circle:before {
    content: "\f1b1";
}
.el-ok-sign:before {
    content: "\f1b2";
}
.el-ok:before {
    content: "\f1b3";
}
.el-opensource:before {
    content: "\f1b4";
}
.el-paper-clip-alt:before {
    content: "\f1b5";
}
.el-paper-clip:before {
    content: "\f1b6";
}
.el-path:before {
    content: "\f1b7";
}
.el-pause-alt:before {
    content: "\f1b8";
}
.el-pause:before {
    content: "\f1b9";
}
.el-pencil-alt:before {
    content: "\f1ba";
}
.el-pencil:before {
    content: "\f1bb";
}
.el-person:before {
    content: "\f1bc";
}
.el-phone-alt:before {
    content: "\f1bd";
}
.el-phone:before {
    content: "\f1be";
}
.el-photo-alt:before {
    content: "\f1bf";
}
.el-photo:before {
    content: "\f1c0";
}
.el-picasa:before {
    content: "\f1c1";
}
.el-picture:before {
    content: "\f1c2";
}
.el-pinterest:before {
    content: "\f1c3";
}
.el-plane:before {
    content: "\f1c4";
}
.el-play-alt:before {
    content: "\f1c5";
}
.el-play-circle:before {
    content: "\f1c6";
}
.el-play:before {
    content: "\f1c7";
}
.el-plurk-alt:before {
    content: "\f1c8";
}
.el-plurk:before {
    content: "\f1c9";
}
.el-plus-sign:before {
    content: "\f1ca";
}
.el-plus:before {
    content: "\f1cb";
}
.el-podcast:before {
    content: "\f1cc";
}
.el-print:before {
    content: "\f1cd";
}
.el-puzzle:before {
    content: "\f1ce";
}
.el-qrcode:before {
    content: "\f1cf";
}
.el-question-sign:before {
    content: "\f1d0";
}
.el-question:before {
    content: "\f1d1";
}
.el-quote-alt:before {
    content: "\f1d2";
}
.el-quote-right-alt:before {
    content: "\f1d3";
}
.el-quote-right:before {
    content: "\f1d4";
}
.el-quotes:before {
    content: "\f1d5";
}
.el-random:before {
    content: "\f1d6";
}
.el-record:before {
    content: "\f1d7";
}
.el-reddit:before {
    content: "\f1d8";
}
.el-redux:before {
    content: "\f1d9";
}
.el-refresh:before {
    content: "\f1da";
}
.el-remove-circle:before {
    content: "\f1db";
}
.el-remove-sign:before {
    content: "\f1dc";
}
.el-remove:before {
    content: "\f1dd";
}
.el-repeat-alt:before {
    content: "\f1de";
}
.el-repeat:before {
    content: "\f1df";
}
.el-resize-full:before {
    content: "\f1e0";
}
.el-resize-horizontal:before {
    content: "\f1e1";
}
.el-resize-small:before {
    content: "\f1e2";
}
.el-resize-vertical:before {
    content: "\f1e3";
}
.el-return-key:before {
    content: "\f1e4";
}
.el-retweet:before {
    content: "\f1e5";
}
.el-reverse-alt:before {
    content: "\f1e6";
}
.el-road:before {
    content: "\f1e7";
}
.el-rss:before {
    content: "\f1e8";
}
.el-scissors:before {
    content: "\f1e9";
}
.el-screen-alt:before {
    content: "\f1ea";
}
.el-screen:before {
    content: "\f1eb";
}
.el-screenshot:before {
    content: "\f1ec";
}
.el-search-alt:before {
    content: "\f1ed";
}
.el-search:before {
    content: "\f1ee";
}
.el-share-alt:before {
    content: "\f1ef";
}
.el-share:before {
    content: "\f1f0";
}
.el-shopping-cart-sign:before {
    content: "\f1f1";
}
.el-shopping-cart:before {
    content: "\f1f2";
}
.el-signal:before {
    content: "\f1f3";
}
.el-skype:before {
    content: "\f1f4";
}
.el-slideshare:before {
    content: "\f1f5";
}
.el-smiley-alt:before {
    content: "\f1f6";
}
.el-smiley:before {
    content: "\f1f7";
}
.el-soundcloud:before {
    content: "\f1f8";
}
.el-speaker:before {
    content: "\f1f9";
}
.el-spotify:before {
    content: "\f1fa";
}
.el-stackoverflow:before {
    content: "\f1fb";
}
.el-star-alt:before {
    content: "\f1fc";
}
.el-star-empty:before {
    content: "\f1fd";
}
.el-star:before {
    content: "\f1fe";
}
.el-step-backward:before {
    content: "\f1ff";
}
.el-step-forward:before {
    content: "\f200";
}
.el-stop-alt:before {
    content: "\f201";
}
.el-stop:before {
    content: "\f202";
}
.el-stumbleupon:before {
    content: "\f203";
}
.el-tag:before {
    content: "\f204";
}
.el-tags:before {
    content: "\f205";
}
.el-tasks:before {
    content: "\f206";
}
.el-text-height:before {
    content: "\f207";
}
.el-text-width:before {
    content: "\f208";
}
.el-th-large:before {
    content: "\f209";
}
.el-th-list:before {
    content: "\f20a";
}
.el-th:before {
    content: "\f20b";
}
.el-thumbs-down:before {
    content: "\f20c";
}
.el-thumbs-up:before {
    content: "\f20d";
}
.el-time-alt:before {
    content: "\f20e";
}
.el-time:before {
    content: "\f20f";
}
.el-tint:before {
    content: "\f210";
}
.el-torso:before {
    content: "\f211";
}
.el-trash-alt:before {
    content: "\f212";
}
.el-trash:before {
    content: "\f213";
}
.el-tumblr:before {
    content: "\f214";
}
.el-twitter:before {
    content: "\f215";
}
.el-universal-access:before {
    content: "\f216";
}
.el-unlock-alt:before {
    content: "\f217";
}
.el-unlock:before {
    content: "\f218";
}
.el-upload:before {
    content: "\f219";
}
.el-usd:before {
    content: "\f21a";
}
.el-user:before {
    content: "\f21b";
}
.el-viadeo:before {
    content: "\f21c";
}
.el-video-alt:before {
    content: "\f21d";
}
.el-video-chat:before {
    content: "\f21e";
}
.el-video:before {
    content: "\f21f";
}
.el-view-mode:before {
    content: "\f220";
}
.el-vimeo:before {
    content: "\f221";
}
.el-vkontakte:before {
    content: "\f222";
}
.el-volume-down:before {
    content: "\f223";
}
.el-volume-off:before {
    content: "\f224";
}
.el-volume-up:before {
    content: "\f225";
}
.el-w3c:before {
    content: "\f226";
}
.el-warning-sign:before {
    content: "\f227";
}
.el-website-alt:before {
    content: "\f228";
}
.el-website:before {
    content: "\f229";
}
.el-wheelchair:before {
    content: "\f22a";
}
.el-wordpress:before {
    content: "\f22b";
}
.el-wrench-alt:before {
    content: "\f22c";
}
.el-wrench:before {
    content: "\f22d";
}
.el-youtube:before {
    content: "\f22e";
}
.el-zoom-in:before {
    content: "\f22f";
}
.el-zoom-out:before {
    content: "\f230";
}
/* 
 *  Owl Carousel - Animate Plugin
 */.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */.no-js .owl-carousel {
    display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/web/wp-content/themes/saludlima/css/../images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/* 
 * 	Default theme - Owl Carousel CSS File
 */.owl-carousel .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #869791;
}
ul.resp-tabs-list {
    margin: 0;
    padding: 0;
}
.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}
.resp-tabs-container {
    padding: 0;
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    margin: 0;
}
.resp-tab-content {
    display: none;
    padding: 15px;
}
.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    border: 1px solid #c1c1c1;
}
h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10 15px;
}
h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10 15px !important;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}
.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250;
    border-radius: 4px;
    clear: none;
}
.resp-vtabs .resp-tab-content {
    border: none;
}
.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797;
}
/*-----------Accordion styles-----------*/h2.resp-tab-active {
    background: #dbdbdb !important;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
    width: 100%;
    margin: 0;
}
.resp-tab-content-active {
    display: block;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
/*************** SCROLLBAR BASE CSS ***************/.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
html.ie12 .scroll-wrapper > .scroll-content {
    overflow: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
    cursor: default;
}
.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-outer > .scroll-element {
    background-color: #fff;
}
.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track, .scrollbar-outer > .scroll-element .scroll-bar {
    border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}
/* scrollbar height/width & offset from container borders */.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}
/* scrollbar height/width & offset from container borders */.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-light > .scroll-element {
    background-color: #fff;
}
.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
    border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
    border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}
/*************** SCROLLBAR RAIL ***************/.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-rail > .scroll-element {
    background-color: #fff;
}
.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* scrollbar height/width & offset from container borders */.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}
/*************** SCROLLBAR DYNAMIC ***************/.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    right: 0;
    min-height: 24px;
    width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
/* hover & drag */.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-chrome > .scroll-element {
    background-color: #fff;
}
.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    border-radius: 3px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}
/* scrollbar height/width & offset from container borders */.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    text-shadow: none;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/web/wp-content/themes/saludlima/css/images/fancybox_sprite.png);
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/web/wp-content/themes/saludlima/css/images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/web/wp-content/themes/saludlima/css/images/blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #444645;
    background: rgba(68, 70, 69, 0.65);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(/web/wp-content/themes/saludlima/css/images/fancybox_sprite@2x.png);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url(/web/wp-content/themes/saludlima/css/images/fancybox_loading@2x.gif);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}
/* Shop Single Page fancybox*/.fancybox-overlay .page-top {
    display: none;
}
.fancybox-overlay .star-rating {
    margin-top: 4px;
}
a.fancybox-close {
    background: transparent;
    transition: all 0.2s;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 0;
    right: 0;
    font-size: 15px;
}
a.fancybox-close:before {
    content: "\e82c";
    font-family: "porto";
}
a.fancybox-close:hover {
    text-decoration: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
a.fancybox-close.fancybox-newsletter-close {
    top: 10px;
    right: 10px;
}
.fancybox-wrap .woocommerce-product-rating {
    margin-top: 20px;
}
.fancybox-wrap .product_title a:hover {
    color: #555;
}
.fancybox-skin {
    background: #fff none repeat scroll 0 0;
}
.fc-slideshow {
    position: relative;
    width: 338px;
    height: 338px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    top: 6px;
}
.fc-slideshow nav {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10000;
    display: none;
}
.fc-slideshow nav > div {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
}
.fc-slideshow nav .fc-left {
    left: 0;
}
.fc-slideshow nav .fc-right {
    right: 0;
}
.fc-slideshow nav > div span {
    height: 33%;
    width: 100%;
    position: absolute;
    left: 0;
}
.fc-slideshow nav > div span:first-child {
    top: 0;
}
.fc-slideshow nav > div span:nth-child(2) {
    top: 33%;
}
.fc-slideshow nav > div span:nth-child(3) {
    top: 66%;
}
.fc-slideshow nav i, .no-csstransforms3d .fc-slideshow nav > div span {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    pointer-events: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-backface-visibility: hidden;
    -moz-transition: all 0.2s ease;
    backface-visibility: hidden;
    transition: all 0.2s ease;
}
/* Some fallbacks */.no-csstransforms3d .fc-slideshow nav > div span {
    z-index: 1000;
    width: 40px;
    background: rgba(0, 0, 0, 0);
}
.no-csstransforms3d .fc-slideshow nav .fc-left span {
    left: -80px;
}
.no-csstransforms3d .fc-slideshow nav .fc-right span {
    right: -80px;
    left: auto;
}
.no-csstransforms3d .fc-slideshow nav i {
    width: 40px;
    cursor: pointer;
}
.fc-slideshow nav .fc-left i {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    text-align: left;
    margin-left: -50%;
}
.fc-slideshow nav .fc-right i {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    text-align: right;
    margin-left: -50%;
}
.csstransforms3d .fc-slideshow nav > div span:hover ~ i, .no-csstransforms3d .fc-slideshow nav i, .no-csstransforms3d .fc-slideshow nav > div span {
    opacity: 1;
}
.csstransforms3d .fc-slideshow nav > div span:nth-child(2):hover ~ i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.csstransforms3d .fc-slideshow nav > .fc-left span:first-child:hover ~ i, .csstransforms3d .fc-slideshow nav > .fc-right span:nth-child(3):hover ~ i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.csstransforms3d .fc-slideshow nav > .fc-right span:first-child:hover ~ i, .csstransforms3d .fc-slideshow nav > .fc-left span:nth-child(3):hover ~ i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.fc-slides {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.fc-slides li {
    display: none;
}
.no-js ul.fc-slides li {
    display: block;
}
.fc-flip {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.fc-flip div {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fc-flip .fc-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.fc-slideshow img {
    border-radius: 50%;
}
.fc-slideshow h3 {
    position: absolute;
    color: #fff;
    top: 50%;
    margin-top: 30px;
    line-height: 50px;
    height: 50px;
    left: 80px;
    right: 80px;
    background: #ff514c;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 20% 10% 50% 5% / 25% 10% 30% 75%;
}
.fc-overlay-light, .fc-overlay-dark {
    opacity: 0;
}
.fc-overlay-light {
    background: #fff;
}
.fc-overlay-dark {
    background: #000;
}
/* No JS fallback */.no-js .fc-slideshow {
    height: auto;
    box-shadow: none;
}
.no-js .fc-slideshow h3 {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    margin: 5px;
}
@font-face {
    font-family: 'Simple-Line-Icons';
    src: url('/web/wp-content/themes/saludlima/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.eot?nuc4d1');
    src: url('/web/wp-content/themes/saludlima/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.eot?nuc4d1#iefix') format('embedded-opentype'), url('/web/wp-content/themes/saludlima/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.ttf?nuc4d1') format('truetype'), url('/web/wp-content/themes/saludlima/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.woff?nuc4d1') format('woff'), url('/web/wp-content/themes/saludlima/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.svg?nuc4d1#Simple-Line-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="Simple-Line-Icons-"], [class*=" Simple-Line-Icons-"] {
    font-family: 'Simple-Line-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.Simple-Line-Icons-user-female:before {
    content: "\e000";
}
.Simple-Line-Icons-people:before, .Simple-Line-Icons-users:before {
    content: "\e001";
}
.Simple-Line-Icons-user-follow:before {
    content: "\e002";
}
.Simple-Line-Icons-user-following:before {
    content: "\e003";
}
.Simple-Line-Icons-user-unfollow:before {
    content: "\e004";
}
.Simple-Line-Icons-user:before {
    content: "\e005";
}
.Simple-Line-Icons-trophy:before {
    content: "\e006";
}
.Simple-Line-Icons-speedometer:before {
    content: "\e007";
}
.Simple-Line-Icons-social-youtube:before {
    content: "\e008";
}
.Simple-Line-Icons-social-twitter:before {
    content: "\e009";
}
.Simple-Line-Icons-social-tumblr:before {
    content: "\e00a";
}
.Simple-Line-Icons-social-facebook:before {
    content: "\e00b";
}
.Simple-Line-Icons-social-dropbox:before {
    content: "\e00c";
}
.Simple-Line-Icons-social-dribbble:before {
    content: "\e00d";
}
.Simple-Line-Icons-shield:before {
    content: "\e00e";
}
.Simple-Line-Icons-screen-tablet:before {
    content: "\e00f";
}
.Simple-Line-Icons-screen-smartphone:before {
    content: "\e010";
}
.Simple-Line-Icons-screen-desktop:before {
    content: "\e011";
}
.Simple-Line-Icons-plane:before {
    content: "\e012";
}
.Simple-Line-Icons-notebook:before {
    content: "\e013";
}
.Simple-Line-Icons-mustache:before, .Simple-Line-Icons-moustache:before {
    content: "\e014";
}
.Simple-Line-Icons-mouse:before {
    content: "\e015";
}
.Simple-Line-Icons-magnet:before {
    content: "\e016";
}
.Simple-Line-Icons-magic-wand:before {
    content: "\e017";
}
.Simple-Line-Icons-hourglass:before {
    content: "\e018";
}
.Simple-Line-Icons-graduation:before {
    content: "\e019";
}
.Simple-Line-Icons-ghost:before {
    content: "\e01a";
}
.Simple-Line-Icons-game-controller:before {
    content: "\e01b";
}
.Simple-Line-Icons-fire:before {
    content: "\e01c";
}
.Simple-Line-Icons-eyeglass:before, .Simple-Line-Icons-eyeglasses:before {
    content: "\e01d";
}
.Simple-Line-Icons-envelope-open:before {
    content: "\e01e";
}
.Simple-Line-Icons-envolope-letter:before, .Simple-Line-Icons-envelope-letter:before {
    content: "\e01f";
}
.Simple-Line-Icons-energy:before {
    content: "\e020";
}
.Simple-Line-Icons-emotsmile:before {
    content: "\e021";
}
.Simple-Line-Icons-disc:before {
    content: "\e022";
}
.Simple-Line-Icons-cursor-move:before {
    content: "\e023";
}
.Simple-Line-Icons-crop:before {
    content: "\e024";
}
.Simple-Line-Icons-credit-card:before {
    content: "\e025";
}
.Simple-Line-Icons-chemistry:before {
    content: "\e026";
}
.Simple-Line-Icons-bell:before {
    content: "\e027";
}
.Simple-Line-Icons-badge:before {
    content: "\e028";
}
.Simple-Line-Icons-anchor:before {
    content: "\e029";
}
.Simple-Line-Icons-wallet:before {
    content: "\e02a";
}
.Simple-Line-Icons-vector:before {
    content: "\e02b";
}
.Simple-Line-Icons-speech:before {
    content: "\e02c";
}
.Simple-Line-Icons-puzzle:before {
    content: "\e02d";
}
.Simple-Line-Icons-printer:before {
    content: "\e02e";
}
.Simple-Line-Icons-present:before {
    content: "\e02f";
}
.Simple-Line-Icons-playlist:before {
    content: "\e030";
}
.Simple-Line-Icons-pin:before {
    content: "\e031";
}
.Simple-Line-Icons-picture:before {
    content: "\e032";
}
.Simple-Line-Icons-map:before {
    content: "\e033";
}
.Simple-Line-Icons-layers:before {
    content: "\e034";
}
.Simple-Line-Icons-handbag:before {
    content: "\e035";
}
.Simple-Line-Icons-globe-alt:before {
    content: "\e036";
}
.Simple-Line-Icons-globe:before {
    content: "\e037";
}
.Simple-Line-Icons-frame:before {
    content: "\e038";
}
.Simple-Line-Icons-folder-alt:before {
    content: "\e039";
}
.Simple-Line-Icons-film:before {
    content: "\e03a";
}
.Simple-Line-Icons-feed:before {
    content: "\e03b";
}
.Simple-Line-Icons-earphones-alt:before {
    content: "\e03c";
}
.Simple-Line-Icons-earphones:before {
    content: "\e03d";
}
.Simple-Line-Icons-drop:before {
    content: "\e03e";
}
.Simple-Line-Icons-drawar:before, .Simple-Line-Icons-drawer:before {
    content: "\e03f";
}
.Simple-Line-Icons-docs:before {
    content: "\e040";
}
.Simple-Line-Icons-directions:before {
    content: "\e041";
}
.Simple-Line-Icons-direction:before {
    content: "\e042";
}
.Simple-Line-Icons-diamond:before {
    content: "\e043";
}
.Simple-Line-Icons-cup:before {
    content: "\e044";
}
.Simple-Line-Icons-compass:before {
    content: "\e045";
}
.Simple-Line-Icons-call-out:before {
    content: "\e046";
}
.Simple-Line-Icons-call-in:before {
    content: "\e047";
}
.Simple-Line-Icons-call-end:before {
    content: "\e048";
}
.Simple-Line-Icons-calculator:before {
    content: "\e049";
}
.Simple-Line-Icons-bubbles:before {
    content: "\e04a";
}
.Simple-Line-Icons-briefcase:before {
    content: "\e04b";
}
.Simple-Line-Icons-book-open:before {
    content: "\e04c";
}
.Simple-Line-Icons-basket-loaded:before {
    content: "\e04d";
}
.Simple-Line-Icons-basket:before {
    content: "\e04e";
}
.Simple-Line-Icons-bag:before {
    content: "\e04f";
}
.Simple-Line-Icons-action-undo:before {
    content: "\e050";
}
.Simple-Line-Icons-action-redo:before {
    content: "\e051";
}
.Simple-Line-Icons-wrench:before {
    content: "\e052";
}
.Simple-Line-Icons-umbrella:before {
    content: "\e053";
}
.Simple-Line-Icons-trash:before {
    content: "\e054";
}
.Simple-Line-Icons-tag:before {
    content: "\e055";
}
.Simple-Line-Icons-support:before {
    content: "\e056";
}
.Simple-Line-Icons-size-fullscreen:before {
    content: "\e057";
}
.Simple-Line-Icons-size-actual:before {
    content: "\e058";
}
.Simple-Line-Icons-shuffle:before {
    content: "\e059";
}
.Simple-Line-Icons-share-alt:before {
    content: "\e05a";
}
.Simple-Line-Icons-share:before {
    content: "\e05b";
}
.Simple-Line-Icons-rocket:before {
    content: "\e05c";
}
.Simple-Line-Icons-question:before {
    content: "\e05d";
}
.Simple-Line-Icons-pie-chart:before {
    content: "\e05e";
}
.Simple-Line-Icons-pencil:before {
    content: "\e05f";
}
.Simple-Line-Icons-note:before {
    content: "\e060";
}
.Simple-Line-Icons-music-tone-alt:before {
    content: "\e061";
}
.Simple-Line-Icons-music-tone:before {
    content: "\e062";
}
.Simple-Line-Icons-microphone:before {
    content: "\e063";
}
.Simple-Line-Icons-loop:before {
    content: "\e064";
}
.Simple-Line-Icons-logout:before {
    content: "\e065";
}
.Simple-Line-Icons-login:before {
    content: "\e066";
}
.Simple-Line-Icons-list:before {
    content: "\e067";
}
.Simple-Line-Icons-like:before {
    content: "\e068";
}
.Simple-Line-Icons-home:before {
    content: "\e069";
}
.Simple-Line-Icons-grid:before {
    content: "\e06a";
}
.Simple-Line-Icons-graph:before {
    content: "\e06b";
}
.Simple-Line-Icons-equalizer:before {
    content: "\e06c";
}
.Simple-Line-Icons-dislike:before {
    content: "\e06d";
}
.Simple-Line-Icons-cursor:before {
    content: "\e06e";
}
.Simple-Line-Icons-control-start:before {
    content: "\e06f";
}
.Simple-Line-Icons-control-rewind:before {
    content: "\e070";
}
.Simple-Line-Icons-control-play:before {
    content: "\e071";
}
.Simple-Line-Icons-control-pause:before {
    content: "\e072";
}
.Simple-Line-Icons-control-forward:before {
    content: "\e073";
}
.Simple-Line-Icons-control-end:before {
    content: "\e074";
}
.Simple-Line-Icons-calender:before, .Simple-Line-Icons-calendar:before {
    content: "\e075";
}
.Simple-Line-Icons-bulb:before {
    content: "\e076";
}
.Simple-Line-Icons-chart:before, .Simple-Line-Icons-bar-chart:before {
    content: "\e077";
}
.Simple-Line-Icons-arrow-up-circle:before {
    content: "\e078";
}
.Simple-Line-Icons-arrow-right-circle:before {
    content: "\e079";
}
.Simple-Line-Icons-arrow-left-circle:before {
    content: "\e07a";
}
.Simple-Line-Icons-arrow-down-circle:before {
    content: "\e07b";
}
.Simple-Line-Icons-ban:before {
    content: "\e07c";
}
.Simple-Line-Icons-bubble:before {
    content: "\e07d";
}
.Simple-Line-Icons-camrecorder:before, .Simple-Line-Icons-camcorder:before {
    content: "\e07e";
}
.Simple-Line-Icons-camera:before {
    content: "\e07f";
}
.Simple-Line-Icons-check:before {
    content: "\e080";
}
.Simple-Line-Icons-clock:before {
    content: "\e081";
}
.Simple-Line-Icons-close:before {
    content: "\e082";
}
.Simple-Line-Icons-cloud-download:before {
    content: "\e083";
}
.Simple-Line-Icons-cloud-upload:before {
    content: "\e084";
}
.Simple-Line-Icons-doc:before {
    content: "\e085";
}
.Simple-Line-Icons-envolope:before, .Simple-Line-Icons-envelope:before {
    content: "\e086";
}
.Simple-Line-Icons-eye:before {
    content: "\e087";
}
.Simple-Line-Icons-flag:before {
    content: "\e088";
}
.Simple-Line-Icons-folder:before {
    content: "\e089";
}
.Simple-Line-Icons-heart:before {
    content: "\e08a";
}
.Simple-Line-Icons-info:before {
    content: "\e08b";
}
.Simple-Line-Icons-key:before {
    content: "\e08c";
}
.Simple-Line-Icons-link:before {
    content: "\e08d";
}
.Simple-Line-Icons-lock:before {
    content: "\e08e";
}
.Simple-Line-Icons-lock-open:before {
    content: "\e08f";
}
.Simple-Line-Icons-magnifier:before {
    content: "\e090";
}
.Simple-Line-Icons-magnifier-add:before {
    content: "\e091";
}
.Simple-Line-Icons-magnifier-remove:before {
    content: "\e092";
}
.Simple-Line-Icons-paper-clip:before {
    content: "\e093";
}
.Simple-Line-Icons-paper-plane:before {
    content: "\e094";
}
.Simple-Line-Icons-plus:before {
    content: "\e095";
}
.Simple-Line-Icons-location-pin:before, .Simple-Line-Icons-pointer:before {
    content: "\e096";
}
.Simple-Line-Icons-power:before {
    content: "\e097";
}
.Simple-Line-Icons-refresh:before {
    content: "\e098";
}
.Simple-Line-Icons-reload:before {
    content: "\e099";
}
.Simple-Line-Icons-settings:before {
    content: "\e09a";
}
.Simple-Line-Icons-star:before {
    content: "\e09b";
}
.Simple-Line-Icons-symbol-female:before, .Simple-Line-Icons-symbol-fermale:before {
    content: "\e09c";
}
.Simple-Line-Icons-symbol-male:before {
    content: "\e09d";
}
.Simple-Line-Icons-target:before {
    content: "\e09e";
}
.Simple-Line-Icons-volume-1:before {
    content: "\e09f";
}
.Simple-Line-Icons-volume-2:before {
    content: "\e0a0";
}
.Simple-Line-Icons-volume-off:before {
    content: "\e0a1";
}
.Simple-Line-Icons-phone:before {
    content: "\e600";
}
.Simple-Line-Icons-menu:before {
    content: "\e601";
}
.Simple-Line-Icons-options-vertical:before {
    content: "\e602";
}
.Simple-Line-Icons-options:before {
    content: "\e603";
}
.Simple-Line-Icons-arrow-down:before {
    content: "\e604";
}
.Simple-Line-Icons-arrow-left:before {
    content: "\e605";
}
.Simple-Line-Icons-arrow-right:before {
    content: "\e606";
}
.Simple-Line-Icons-arrow-up:before {
    content: "\e607";
}
.Simple-Line-Icons-paypal:before {
    content: "\e608";
}
.Simple-Line-Icons-social-instagram:before {
    content: "\e609";
}
.Simple-Line-Icons-social-linkedin:before {
    content: "\e60a";
}
.Simple-Line-Icons-social-pinterest:before {
    content: "\e60b";
}
.Simple-Line-Icons-social-github:before {
    content: "\e60c";
}
.Simple-Line-Icons-social-google:before {
    content: "\e60d";
}
.Simple-Line-Icons-social-reddit:before {
    content: "\e60e";
}
.Simple-Line-Icons-social-skype:before {
    content: "\e60f";
}
.Simple-Line-Icons-social-behance:before {
    content: "\e610";
}
.Simple-Line-Icons-social-foursqare:before {
    content: "\e611";
}
.Simple-Line-Icons-social-soundcloud:before {
    content: "\e612";
}
.Simple-Line-Icons-social-spotify:before {
    content: "\e613";
}
.Simple-Line-Icons-social-stumbleupon:before {
    content: "\e614";
}
.Simple-Line-Icons-minus:before {
    content: "\e615";
}
.Simple-Line-Icons-organization:before {
    content: "\e616";
}
.Simple-Line-Icons-exclamation:before {
    content: "\e617";
}
.Simple-Line-Icons-social-vkontakte:before {
    content: "\e618";
}
.Simple-Line-Icons-event:before {
    content: "\e619";
}
.Simple-Line-Icons-social-steam:before {
    content: "\e620";
}
/* Magnific Popup CSS */.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 9045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 9044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 9046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: fixed;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.2%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
/* Main image in popup */img.mfp-img {
    width: auto;
    max-width: 100%;
    max-height: none !important;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
/**
 * Remove all paddings around the image on small screen
 */@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #bbb;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none;
}
.selectric-hover .selectric {
    border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
    color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}
.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    border-color: #c4c4c4;
}
.selectric-open .selectric-items {
    display: block;
}
.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    user-select: none;
}
.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}
.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}
.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}
/* Items box */.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
    color: #666;
    cursor: pointer;
}
.selectric-items li.selected {
    background: #efefef;
    color: #444;
}
.selectric-items li:hover {
    background: #f0f0f0;
    color: #444;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
/*!/wp-content/themes/saludlima/css/theme_elements_1.css*/
@charset "UTF-8";@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@-o-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@-ms-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}}html{direction:ltr;overflow-x:hidden;box-shadow:none !important;}body{margin:0;}.clear{float:none;clear:both;}.f-left{float:left;}.f-right{float:right;}.f-none{float:none;}@media (max-width:479px){body{font-size:13px;}}.loading-overlay-showing{overflow-x:hidden;}.loading-overlay-showing > .loading-overlay{opacity:1;visibility:visible;-webkit-transition-delay:0;-moz-transition-delay:0;transition-delay:0;}.loading-overlay{-webkit-transition:visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;-moz-transition:visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;transition:visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;bottom:0;left:0;position:absolute;opacity:0;right:0;top:0;visibility:hidden;background:#fff;}.loading-overlay .loader:before{content:" ";display:inline-block !important;border-width:3px 5px 2px 0;width:32px;height:32px;-moz-animation:spin 0.8s infinite linear;-o-animation:spin 0.8s infinite linear;-webkit-animation:spin 0.8s infinite linear;animation:spin 0.8s infinite linear;display:inline-block;border-image:none;border-radius:20px;border-style:solid;border-bottom-color:transparent !important;vertical-align:middle;position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;}body > .loading-overlay{position:fixed;z-index:999999;}.bounce-loader{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;margin:-9px 0 0 -35px;text-align:center;width:70px;left:50%;position:absolute;top:50%;z-index:10000;}.bounce-loader .bounce1,.bounce-loader .bounce2,.bounce-loader .bounce3{animation:1.4s ease-in-out 0s normal both infinite running bouncedelay;background-color:#ccc;border-radius:100%;box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.15);display:inline-block;height:18px;width:18px;}.bounce-loader .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s;}.bounce-loader .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s;}@-webkit-keyframes bouncedelay{0%,80%,100%{-webkit-transform:scale(0);}40%{-webkit-transform:scale(1);}}@keyframes bouncedelay{0%,80%,100%{transform:scale(0);}40%{transform:scale(1);}}h1,h2,h3,h4,h5,h6{color:#1d2127;font-weight:200;letter-spacing:-1px;margin:0;text-transform:none;}h1{font-size:2.6em;line-height:44px;margin:0 0 32px 0;}h2{font-size:2.2em;font-weight:300;line-height:40px;margin:0 0 32px 0;}h3{font-size:1.8em;font-weight:400;letter-spacing:normal;line-height:32px;margin:0 0 33px 0;}h4{font-size:1.4em;font-weight:400;letter-spacing:normal;line-height:27px;margin:0 0 14px 0;}h5{font-size:1em;font-weight:600;letter-spacing:normal;line-height:18px;margin:0 0 14px 0;}h6{font-size:1em;font-weight:400;letter-spacing:normal;line-height:18px;margin:0 0 14px 0;}h1.big{font-size:4.2em;line-height:54px;}h1.small{font-size:2.2em;line-height:42px;font-weight:600;}h1.short{margin-bottom:15px;}h2.short{margin-bottom:15px;}h3.short,h4.short,h5.short,h6.short{margin-bottom:9px;}h1.shorter,h2.shorter,h3.shorter,h4.shorter,h5.shorter,h6.shorter{margin-bottom:0;}h1.tall,h2.tall,h3.tall,h4.tall,h5.tall,h6.tall{margin-bottom:33px;}h1.taller,h2.taller,h3.taller,h4.taller,h5.taller,h6.taller{margin-bottom:44px;}h1.spaced,h2.spaced,h3.spaced,h4.spaced,h5.spaced,h6.spaced{margin-top:22px;}h1.more-spaced,h2.more-spaced,h3.more-spaced,h4.more-spaced,h5.more-spaced,h6.more-spaced{margin-top:44px;}h1.dark,h2.dark,h3.dark,h4.dark,h5.dark{color:#1d2127;}h1.light,h2.light,h3.light,h4.light,h5.light,h6.light,h1.white,h2.white,h3.white,h4.white,h5.white,h6.white{color:#fff;}h1.text-shadow,h2.text-shadow,h3.text-shadow,h4.text-shadow,h5.text-shadow,h6.text-shadow{text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2);}.heading.heading-border{margin-bottom:25px;}.heading.heading-border h1,.heading.heading-border h2,.heading.heading-border h3,.heading.heading-border h4,.heading.heading-border h5,.heading.heading-border h6{margin:0;padding:0;}.heading.heading-bottom-border h1{border-bottom:5px solid #dbdbdb;padding-bottom:10px;}.heading.heading-bottom-border h2,.heading.heading-bottom-border h3{border-bottom:2px solid #dbdbdb;padding-bottom:10px;}.heading.heading-bottom-border h4,.heading.heading-bottom-border h5,.heading.heading-bottom-border h6{border-bottom:1px solid #dbdbdb;padding-bottom:5px;}.heading.heading-bottom-double-border h1,.heading.heading-bottom-double-border h2,.heading.heading-bottom-double-border h3{border-bottom:3px double #dbdbdb;padding-bottom:10px;}.heading.heading-bottom-double-border h4,.heading.heading-bottom-double-border h5,.heading.heading-bottom-double-border h6{border-bottom:3px double #dbdbdb;padding-bottom:5px;}.heading.heading-middle-border{position:relative;}.heading.heading-middle-border:before{border-top:1px solid #dbdbdb;content:"";height:0;left:auto;position:absolute;right:0;top:50%;width:100%;}.heading.heading-middle-border h1,.heading.heading-middle-border h2,.heading.heading-middle-border h3,.heading.heading-middle-border h4,.heading.heading-middle-border h5,.heading.heading-middle-border h6{position:relative;background:#fff;display:inline-block;}.heading.heading-middle-border h1{padding-right:15px;}.heading.heading-middle-border h2,.heading.heading-middle-border h3{padding-right:10px;}.heading.heading-middle-border h4,.heading.heading-middle-border h5,.heading.heading-middle-border h6{padding-right:5px;}.heading.heading-middle-border-reverse{text-align:right;}.heading.heading-middle-border-reverse h1,.heading.heading-middle-border-reverse h2,.heading.heading-middle-border-reverse h3,.heading.heading-middle-border-reverse h4,.heading.heading-middle-border-reverse h5,.heading.heading-middle-border-reverse h6{padding-right:0;}.heading.heading-middle-border-reverse h1{padding-left:15px;}.heading.heading-middle-border-reverse h2,.heading.heading-middle-border-reverse h3{padding-left:10px;}.heading.heading-middle-border-reverse h4,.heading.heading-middle-border-reverse h5,.heading.heading-middle-border-reverse h6{padding-left:5px;}.heading.heading-middle-border-center{text-align:center;}.heading.heading-middle-border-center h1{padding-left:15px;padding-right:15px;}.heading.heading-middle-border-center h2,.heading.heading-middle-border-center h3{padding-left:10px;padding-right:10px;}.heading.heading-middle-border-center h4,.heading.heading-middle-border-center h5,.heading.heading-middle-border-center h6{padding-left:5px;padding-right:5px;}.heading.heading-border-xs h1,.heading.heading-border-xs h2,.heading.heading-border-xs h3,.heading.heading-border-xs h4,.heading.heading-border-xs h5,.heading.heading-border-xs h6{border-bottom-width:1px;}.heading.heading-border-xs:before{border-top-width:1px;}.heading.heading-border-sm h1,.heading.heading-border-sm h2,.heading.heading-border-sm h3,.heading.heading-border-sm h4,.heading.heading-border-sm h5,.heading.heading-border-sm h6{border-bottom-width:2px;}.heading.heading-border-sm:before{border-top-width:2px;}.heading.heading-border-lg h1,.heading.heading-border-lg h2,.heading.heading-border-lg h3,.heading.heading-border-lg h4,.heading.heading-border-lg h5,.heading.heading-border-lg h6{border-bottom-width:3px;}.heading.heading-border-lg:before{border-top-width:3px;}.heading.heading-border-xl h1,.heading.heading-border-xl h2,.heading.heading-border-xl h3,.heading.heading-border-xl h4,.heading.heading-border-xl h5,.heading.heading-border-xl h6{border-bottom-width:5px;}.heading.heading-border-xl:before{border-top-width:5px;}@media (max-width: 480px){h2{line-height:40px;}}@media (max-width: 767px){h1.big{font-size:3.2em;line-height:42px;}}.heading-bold{font-weight:600 !important;}.heading-bold strong{font-weight:800 !important;}.page-title{margin-top:0;}blockquote{font-size:1em;}p{line-height:24px;margin:0 0 20px;}p.featured{font-size:1.6em;line-height:1.5em;}p.short{margin-bottom:0 !important;}p.tall{margin-bottom:20px !important;}p.taller{margin-bottom:40px !important;}p .alternative-font{display:inline-block;margin-top:-15px;position:relative;top:3px;margin-bottom:-6px;}b{font-weight:800;}.label-dark,.label-dark:hover{background:#111;text-decoration:none;font-weight:normal;}.alternative-font{font-size:1.6em;}.nav > li > a:hover,.nav > li > a:focus{background:transparent;}.nav i.icon-image{display:inline-block;max-width:20px;}ul{}ul.nav-list li,ul[class^="wsp-"] li{margin:0;padding:0;display:block;position:relative;}ul.nav-list li a,ul[class^="wsp-"] li a{-webkit-transition:background 0.1s;-moz-transition:background 0.1s;transition:background 0.1s;border-bottom:1px solid #ededde;padding:8px 0 8px 20px;display:block;color:#666;font-size:0.9em;text-decoration:none;line-height:20px;}ul.nav-list li a:before,ul[class^="wsp-"] li a:before{content:"";display:inline-block;width:0;height:4px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #333;position:absolute;top:15px;left:10px;}ul.nav-list li a:hover,ul[class^="wsp-"] li a:hover{background-color:#eee;text-decoration:none;}ul.nav-list li.active > a,ul[class^="wsp-"] li.active > a{font-weight:bold;}ul.nav-list li ul,ul[class^="wsp-"] li ul{list-style:none;margin:0 0 0 25px;padding:0;}ul.nav-list li .wsp-category-title,ul[class^="wsp-"] li .wsp-category-title{margin-top:10px;}ul.nav-list li .wsp-category-title a,ul[class^="wsp-"] li .wsp-category-title a{display:inline-block;padding-left:0;font-size:1em;}ul.nav-list li .wsp-category-title a:before,ul[class^="wsp-"] li .wsp-category-title a:before{display:none;}ul.nav-list li .wsp-category-title a:hover,ul[class^="wsp-"] li .wsp-category-title a:hover{background-color:transparent;}ul.nav-list.hide-not-active li ul,ul[class^="wsp-"].hide-not-active li ul{display:none;}ul.nav-list.hide-not-active li.active ul,ul[class^="wsp-"].hide-not-active li.active ul{display:block;}ul.nav-list.show-bg-active .active > a,ul[class^="wsp-"].show-bg-active .active > a{background-color:#f5f5f5;}ul.nav-list.show-bg-active .active > a:hover,ul[class^="wsp-"].show-bg-active .active > a:hover{background-color:#eee;}ul.narrow li a{padding-top:4px;padding-bottom:4px;}ul.nav-pills > li.active > a{background-color:#ccc;}ul.nav-pills > li.active > a:hover,ul.nav-pills > li.active > a:focus{background-color:#ccc;}ul.nav-pills-center{text-align:center;}ul.nav-pills-center > li{display:inline-block;float:none;}ul.nav-pills-left > li{float:left;}ul.nav-pills-right > li{float:right;}ul.nav-pills-justify{display:flex;}ul.nav-pills-justify > li{float:none;text-align:center;width:100%;}.nav-secondary{background:#fafafa;margin:0;padding:20px 0;text-align:center;z-index:100;}.nav-secondary .nav-pills > li{float:none;display:inline-block;}.nav-secondary .nav-pills > li a,.nav-secondary .nav-pills > li span{font-size:12px;font-style:normal;font-weight:600;line-height:20px;padding:10px 13px;text-transform:uppercase;}.nav-secondary .nav-pills > li a i,.nav-secondary .nav-pills > li span i{font-size:14px;margin-right:5px;}.nav-secondary.sticky-active{border-bottom-color:#e9e9e9;box-shadow:0 0 3px rgba(0, 0, 0, 0.1);}.sticky-nav-wrapper{margin:0 -15px;}form label{font-weight:normal;}textarea{resize:vertical;}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;}input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],textarea,select{border:1px solid #ccc;border-radius:0;outline:none;text-align:left;background:#fff;color:#777;}input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],select,textarea{line-height:1.42857;padding:6px 8px;font-size:14px;vertical-align:middle;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}input[type="email"].input-lg,input[type="number"].input-lg,input[type="password"].input-lg,input[type="search"].input-lg,input[type="tel"].input-lg,input[type="text"].input-lg,input[type="url"].input-lg,input[type="color"].input-lg,input[type="date"].input-lg,input[type="datetime"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,input[type="time"].input-lg,input[type="week"].input-lg,select.input-lg,textarea.input-lg{padding:10px 12px;font-size:18px;}input[type="email"].input-sm,input[type="number"].input-sm,input[type="password"].input-sm,input[type="search"].input-sm,input[type="tel"].input-sm,input[type="text"].input-sm,input[type="url"].input-sm,input[type="color"].input-sm,input[type="date"].input-sm,input[type="datetime"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,input[type="time"].input-sm,input[type="week"].input-sm,select.input-sm,textarea.input-sm{padding:5px 7px;font-size:12px;}select{padding:6px 0 6px 2px;}.form-control{padding:6px 8px;}select.form-control{padding:6px 2px;}label.checkbox{display:inline-block;margin-top:0;margin-bottom:0;margin-right:5px;}input[type="radio"],input[type="checkbox"]{margin-right:5px;}.form-group:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.form-control:focus{box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;border-color:#ccc;}label.valid{display:inline-block;text-indent:-9999px;}label.error{color:#c10000;font-size:0.9em;margin-top:-5px;padding:0;}label.error#captcha-error{margin-top:15px;}legend{border:none;}fieldset legend{margin-top:15px;}input[type="submit"]{border:1px solid #ccc;color:#fff;padding:6px 10px;border-radius:0;line-height:1.42857;}#searchform{*zoom:1;}#searchform:before,#searchform:after{content:" ";display:table;}#searchform:after{clear:both;}#searchform .screen-reader-text,#searchform #s,#searchform #submit,#searchform #searchsubmit{display:block;}#searchform #s{margin-bottom:1em;width:100%;max-width:250px;}.main-content #searchform .screen-reader-text,.main-content #searchform #s,.main-content #searchform #submit,.main-content #searchform #searchsubmit{display:inline-block;margin-bottom:0;}.main-content #searchform .screen-reader-text{vertical-align:super;}.main-content #searchform #s,.main-content #searchform #submit,.main-content #searchform #searchsubmit{width:auto;vertical-align:bottom;}@media (max-width: 480px){.main-content #searchform .screen-reader-text,.main-content #searchform #s,.main-content #searchform #submit,.main-content #searchform #searchsubmit{display:block;margin-bottom:10px;width:100%;max-width:100%;}}.form-table th,.form-table td{padding:10px 10px 10px 0;}.form-table th label,.form-table td label{margin-right:15px;}.form-table th h3,.form-table td h3{color:inherit;font-size:1em;font-weight:normal;line-height:1.42857;margin:0 0 -10px !important;}.form-group{direction:ltr;}body #wp-link-wrap{background:#fff;}body #wp-link-wrap #link-modal-title{background:#fcfcfc;border-bottom:1px solid #dfdfdf;}body #wp-link-wrap .screen-reader-text{display:none;}body #wp-link-wrap .submitbox{background:#fcfcfc;border-top:1px solid #dfdfdf;}body #wp-link-wrap #wp-link-submit{padding:4px 12px;}body #wp-link-wrap #wp-link-search-toggle:after{font-size:25px;}.flag,[class*='flag-']{width:16px;height:11px;background:url(/web/wp-content/themes/saludlima/css/../images/flags.png) no-repeat;}.flag.flag-ad,[class*='flag-'].flag-ad{background-position:-16px 0;}.flag.flag-ae,[class*='flag-'].flag-ae{background-position:-32px 0;}.flag.flag-af,[class*='flag-'].flag-af{background-position:-48px 0;}.flag.flag-ag,[class*='flag-'].flag-ag{background-position:-64px 0;}.flag.flag-ai,[class*='flag-'].flag-ai{background-position:-80px 0;}.flag.flag-al,[class*='flag-'].flag-al{background-position:-96px 0;}.flag.flag-am,[class*='flag-'].flag-am{background-position:-112px 0;}.flag.flag-an,[class*='flag-'].flag-an{background-position:-128px 0;}.flag.flag-ao,[class*='flag-'].flag-ao{background-position:-144px 0;}.flag.flag-ar,[class*='flag-'].flag-ar{background-position:-160px 0;}.flag.flag-as,[class*='flag-'].flag-as{background-position:-176px 0;}.flag.flag-at,[class*='flag-'].flag-at{background-position:-192px 0;}.flag.flag-au,[class*='flag-'].flag-au{background-position:-208px 0;}.flag.flag-aw,[class*='flag-'].flag-aw{background-position:-224px 0;}.flag.flag-az,[class*='flag-'].flag-az{background-position:-240px 0;}.flag.flag-ba,[class*='flag-'].flag-ba{background-position:0 -11px;}.flag.flag-bb,[class*='flag-'].flag-bb{background-position:-16px -11px;}.flag.flag-bd,[class*='flag-'].flag-bd{background-position:-32px -11px;}.flag.flag-be,[class*='flag-'].flag-be{background-position:-48px -11px;}.flag.flag-bf,[class*='flag-'].flag-bf{background-position:-64px -11px;}.flag.flag-bg,[class*='flag-'].flag-bg{background-position:-80px -11px;}.flag.flag-bh,[class*='flag-'].flag-bh{background-position:-96px -11px;}.flag.flag-bi,[class*='flag-'].flag-bi{background-position:-112px -11px;}.flag.flag-bj,[class*='flag-'].flag-bj{background-position:-128px -11px;}.flag.flag-bm,[class*='flag-'].flag-bm{background-position:-144px -11px;}.flag.flag-bn,[class*='flag-'].flag-bn{background-position:-160px -11px;}.flag.flag-bo,[class*='flag-'].flag-bo{background-position:-176px -11px;}.flag.flag-br,[class*='flag-'].flag-br{background-position:-192px -11px;}.flag.flag-bs,[class*='flag-'].flag-bs{background-position:-208px -11px;}.flag.flag-bt,[class*='flag-'].flag-bt{background-position:-224px -11px;}.flag.flag-bv,[class*='flag-'].flag-bv{background-position:-240px -11px;}.flag.flag-bw,[class*='flag-'].flag-bw{background-position:0 -22px;}.flag.flag-by,[class*='flag-'].flag-by{background-position:-16px -22px;}.flag.flag-bz,[class*='flag-'].flag-bz{background-position:-32px -22px;}.flag.flag-ca,[class*='flag-'].flag-ca{background-position:-48px -22px;}.flag.flag-catalonia,[class*='flag-'].flag-catalonia{background-position:-64px -22px;}.flag.flag-cd,[class*='flag-'].flag-cd{background-position:-80px -22px;}.flag.flag-cf,[class*='flag-'].flag-cf{background-position:-96px -22px;}.flag.flag-cg,[class*='flag-'].flag-cg{background-position:-112px -22px;}.flag.flag-ch,[class*='flag-'].flag-ch{background-position:-128px -22px;}.flag.flag-ci,[class*='flag-'].flag-ci{background-position:-144px -22px;}.flag.flag-ck,[class*='flag-'].flag-ck{background-position:-160px -22px;}.flag.flag-cl,[class*='flag-'].flag-cl{background-position:-176px -22px;}.flag.flag-cm,[class*='flag-'].flag-cm{background-position:-192px -22px;}.flag.flag-cn,[class*='flag-'].flag-cn{background-position:-208px -22px;}.flag.flag-co,[class*='flag-'].flag-co{background-position:-224px -22px;}.flag.flag-cr,[class*='flag-'].flag-cr{background-position:-240px -22px;}.flag.flag-cu,[class*='flag-'].flag-cu{background-position:0 -33px;}.flag.flag-cv,[class*='flag-'].flag-cv{background-position:-16px -33px;}.flag.flag-cw,[class*='flag-'].flag-cw{background-position:-32px -33px;}.flag.flag-cy,[class*='flag-'].flag-cy{background-position:-48px -33px;}.flag.flag-cz,[class*='flag-'].flag-cz{background-position:-64px -33px;}.flag.flag-de,[class*='flag-'].flag-de{background-position:-80px -33px;}.flag.flag-dj,[class*='flag-'].flag-dj{background-position:-96px -33px;}.flag.flag-dk,[class*='flag-'].flag-dk{background-position:-112px -33px;}.flag.flag-dm,[class*='flag-'].flag-dm{background-position:-128px -33px;}.flag.flag-do,[class*='flag-'].flag-do{background-position:-144px -33px;}.flag.flag-dz,[class*='flag-'].flag-dz{background-position:-160px -33px;}.flag.flag-ec,[class*='flag-'].flag-ec{background-position:-176px -33px;}.flag.flag-ee,[class*='flag-'].flag-ee{background-position:-192px -33px;}.flag.flag-eg,[class*='flag-'].flag-eg{background-position:-208px -33px;}.flag.flag-eh,[class*='flag-'].flag-eh{background-position:-224px -33px;}.flag.flag-england,[class*='flag-'].flag-england{background-position:-240px -33px;}.flag.flag-er,[class*='flag-'].flag-er{background-position:0 -44px;}.flag.flag-es,[class*='flag-'].flag-es{background-position:-16px -44px;}.flag.flag-et,[class*='flag-'].flag-et{background-position:-32px -44px;}.flag.flag-eu,[class*='flag-'].flag-eu{background-position:-48px -44px;}.flag.flag-fi,[class*='flag-'].flag-fi{background-position:-64px -44px;}.flag.flag-fj,[class*='flag-'].flag-fj{background-position:-80px -44px;}.flag.flag-fk,[class*='flag-'].flag-fk{background-position:-96px -44px;}.flag.flag-fm,[class*='flag-'].flag-fm{background-position:-112px -44px;}.flag.flag-fo,[class*='flag-'].flag-fo{background-position:-128px -44px;}.flag.flag-fr,[class*='flag-'].flag-fr{background-position:-144px -44px;}.flag.flag-ga,[class*='flag-'].flag-ga{background-position:-160px -44px;}.flag.flag-gb,[class*='flag-'].flag-gb{background-position:-176px -44px;}.flag.flag-gd,[class*='flag-'].flag-gd{background-position:-192px -44px;}.flag.flag-ge,[class*='flag-'].flag-ge{background-position:-208px -44px;}.flag.flag-gf,[class*='flag-'].flag-gf{background-position:-224px -44px;}.flag.flag-gg,[class*='flag-'].flag-gg{background-position:-240px -44px;}.flag.flag-gh,[class*='flag-'].flag-gh{background-position:0 -55px;}.flag.flag-gi,[class*='flag-'].flag-gi{background-position:-16px -55px;}.flag.flag-gl,[class*='flag-'].flag-gl{background-position:-32px -55px;}.flag.flag-gm,[class*='flag-'].flag-gm{background-position:-48px -55px;}.flag.flag-gn,[class*='flag-'].flag-gn{background-position:-64px -55px;}.flag.flag-gp,[class*='flag-'].flag-gp{background-position:-80px -55px;}.flag.flag-gq,[class*='flag-'].flag-gq{background-position:-96px -55px;}.flag.flag-gr,[class*='flag-'].flag-gr{background-position:-112px -55px;}.flag.flag-gs,[class*='flag-'].flag-gs{background-position:-128px -55px;}.flag.flag-gt,[class*='flag-'].flag-gt{background-position:-144px -55px;}.flag.flag-gu,[class*='flag-'].flag-gu{background-position:-160px -55px;}.flag.flag-gw,[class*='flag-'].flag-gw{background-position:-176px -55px;}.flag.flag-gy,[class*='flag-'].flag-gy{background-position:-192px -55px;}.flag.flag-hk,[class*='flag-'].flag-hk{background-position:-208px -55px;}.flag.flag-hm,[class*='flag-'].flag-hm{background-position:-224px -55px;}.flag.flag-hn,[class*='flag-'].flag-hn{background-position:-240px -55px;}.flag.flag-hr,[class*='flag-'].flag-hr{background-position:0 -66px;}.flag.flag-ht,[class*='flag-'].flag-ht{background-position:-16px -66px;}.flag.flag-hu,[class*='flag-'].flag-hu{background-position:-32px -66px;}.flag.flag-ic,[class*='flag-'].flag-ic{background-position:-48px -66px;}.flag.flag-id,[class*='flag-'].flag-id{background-position:-64px -66px;}.flag.flag-ie,[class*='flag-'].flag-ie{background-position:-80px -66px;}.flag.flag-il,[class*='flag-'].flag-il{background-position:-96px -66px;}.flag.flag-im,[class*='flag-'].flag-im{background-position:-112px -66px;}.flag.flag-in,[class*='flag-'].flag-in{background-position:-128px -66px;}.flag.flag-io,[class*='flag-'].flag-io{background-position:-144px -66px;}.flag.flag-iq,[class*='flag-'].flag-iq{background-position:-160px -66px;}.flag.flag-ir,[class*='flag-'].flag-ir{background-position:-176px -66px;}.flag.flag-is,[class*='flag-'].flag-is{background-position:-192px -66px;}.flag.flag-it,[class*='flag-'].flag-it{background-position:-208px -66px;}.flag.flag-je,[class*='flag-'].flag-je{background-position:-224px -66px;}.flag.flag-jm,[class*='flag-'].flag-jm{background-position:-240px -66px;}.flag.flag-jo,[class*='flag-'].flag-jo{background-position:0 -77px;}.flag.flag-jp,[class*='flag-'].flag-jp{background-position:-16px -77px;}.flag.flag-ke,[class*='flag-'].flag-ke{background-position:-32px -77px;}.flag.flag-kg,[class*='flag-'].flag-kg{background-position:-48px -77px;}.flag.flag-kh,[class*='flag-'].flag-kh{background-position:-64px -77px;}.flag.flag-ki,[class*='flag-'].flag-ki{background-position:-80px -77px;}.flag.flag-km,[class*='flag-'].flag-km{background-position:-96px -77px;}.flag.flag-kn,[class*='flag-'].flag-kn{background-position:-112px -77px;}.flag.flag-kp,[class*='flag-'].flag-kp{background-position:-128px -77px;}.flag.flag-kr,[class*='flag-'].flag-kr{background-position:-144px -77px;}.flag.flag-kurdistan,[class*='flag-'].flag-kurdistan{background-position:-160px -77px;}.flag.flag-kw,[class*='flag-'].flag-kw{background-position:-176px -77px;}.flag.flag-ky,[class*='flag-'].flag-ky{background-position:-192px -77px;}.flag.flag-kz,[class*='flag-'].flag-kz{background-position:-208px -77px;}.flag.flag-la,[class*='flag-'].flag-la{background-position:-224px -77px;}.flag.flag-lb,[class*='flag-'].flag-lb{background-position:-240px -77px;}.flag.flag-lc,[class*='flag-'].flag-lc{background-position:0 -88px;}.flag.flag-li,[class*='flag-'].flag-li{background-position:-16px -88px;}.flag.flag-lk,[class*='flag-'].flag-lk{background-position:-32px -88px;}.flag.flag-lr,[class*='flag-'].flag-lr{background-position:-48px -88px;}.flag.flag-ls,[class*='flag-'].flag-ls{background-position:-64px -88px;}.flag.flag-lt,[class*='flag-'].flag-lt{background-position:-80px -88px;}.flag.flag-lu,[class*='flag-'].flag-lu{background-position:-96px -88px;}.flag.flag-lv,[class*='flag-'].flag-lv{background-position:-112px -88px;}.flag.flag-ly,[class*='flag-'].flag-ly{background-position:-128px -88px;}.flag.flag-ma,[class*='flag-'].flag-ma{background-position:-144px -88px;}.flag.flag-mc,[class*='flag-'].flag-mc{background-position:-160px -88px;}.flag.flag-md,[class*='flag-'].flag-md{background-position:-176px -88px;}.flag.flag-me,[class*='flag-'].flag-me{background-position:-192px -88px;}.flag.flag-mg,[class*='flag-'].flag-mg{background-position:-208px -88px;}.flag.flag-mh,[class*='flag-'].flag-mh{background-position:-224px -88px;}.flag.flag-mk,[class*='flag-'].flag-mk{background-position:-240px -88px;}.flag.flag-ml,[class*='flag-'].flag-ml{background-position:0 -99px;}.flag.flag-mm,[class*='flag-'].flag-mm{background-position:-16px -99px;}.flag.flag-mn,[class*='flag-'].flag-mn{background-position:-32px -99px;}.flag.flag-mo,[class*='flag-'].flag-mo{background-position:-48px -99px;}.flag.flag-mp,[class*='flag-'].flag-mp{background-position:-64px -99px;}.flag.flag-mq,[class*='flag-'].flag-mq{background-position:-80px -99px;}.flag.flag-mr,[class*='flag-'].flag-mr{background-position:-96px -99px;}.flag.flag-ms,[class*='flag-'].flag-ms{background-position:-112px -99px;}.flag.flag-mt,[class*='flag-'].flag-mt{background-position:-128px -99px;}.flag.flag-mu,[class*='flag-'].flag-mu{background-position:-144px -99px;}.flag.flag-mv,[class*='flag-'].flag-mv{background-position:-160px -99px;}.flag.flag-mw,[class*='flag-'].flag-mw{background-position:-176px -99px;}.flag.flag-mx,[class*='flag-'].flag-mx{background-position:-192px -99px;}.flag.flag-my,[class*='flag-'].flag-my{background-position:-208px -99px;}.flag.flag-mz,[class*='flag-'].flag-mz{background-position:-224px -99px;}.flag.flag-na,[class*='flag-'].flag-na{background-position:-240px -99px;}.flag.flag-nc,[class*='flag-'].flag-nc{background-position:0 -110px;}.flag.flag-ne,[class*='flag-'].flag-ne{background-position:-16px -110px;}.flag.flag-nf,[class*='flag-'].flag-nf{background-position:-32px -110px;}.flag.flag-ng,[class*='flag-'].flag-ng{background-position:-48px -110px;}.flag.flag-ni,[class*='flag-'].flag-ni{background-position:-64px -110px;}.flag.flag-nl,[class*='flag-'].flag-nl{background-position:-80px -110px;}.flag.flag-no,[class*='flag-'].flag-no{background-position:-96px -110px;}.flag.flag-np,[class*='flag-'].flag-np{background-position:-112px -110px;}.flag.flag-nr,[class*='flag-'].flag-nr{background-position:-128px -110px;}.flag.flag-nu,[class*='flag-'].flag-nu{background-position:-144px -110px;}.flag.flag-nz,[class*='flag-'].flag-nz{background-position:-160px -110px;}.flag.flag-om,[class*='flag-'].flag-om{background-position:-176px -110px;}.flag.flag-pa,[class*='flag-'].flag-pa{background-position:-192px -110px;}.flag.flag-pe,[class*='flag-'].flag-pe{background-position:-208px -110px;}.flag.flag-pf,[class*='flag-'].flag-pf{background-position:-224px -110px;}.flag.flag-pg,[class*='flag-'].flag-pg{background-position:-240px -110px;}.flag.flag-ph,[class*='flag-'].flag-ph{background-position:0 -121px;}.flag.flag-pk,[class*='flag-'].flag-pk{background-position:-16px -121px;}.flag.flag-pl,[class*='flag-'].flag-pl{background-position:-32px -121px;}.flag.flag-pm,[class*='flag-'].flag-pm{background-position:-48px -121px;}.flag.flag-pn,[class*='flag-'].flag-pn{background-position:-64px -121px;}.flag.flag-pr,[class*='flag-'].flag-pr{background-position:-80px -121px;}.flag.flag-ps,[class*='flag-'].flag-ps{background-position:-96px -121px;}.flag.flag-pt,[class*='flag-'].flag-pt{background-position:-112px -121px;}.flag.flag-pw,[class*='flag-'].flag-pw{background-position:-128px -121px;}.flag.flag-py,[class*='flag-'].flag-py{background-position:-144px -121px;}.flag.flag-qa,[class*='flag-'].flag-qa{background-position:-160px -121px;}.flag.flag-re,[class*='flag-'].flag-re{background-position:-176px -121px;}.flag.flag-ro,[class*='flag-'].flag-ro{background-position:-192px -121px;}.flag.flag-rs,[class*='flag-'].flag-rs{background-position:-208px -121px;}.flag.flag-ru,[class*='flag-'].flag-ru{background-position:-224px -121px;}.flag.flag-rw,[class*='flag-'].flag-rw{background-position:-240px -121px;}.flag.flag-sa,[class*='flag-'].flag-sa{background-position:0 -132px;}.flag.flag-sb,[class*='flag-'].flag-sb{background-position:-16px -132px;}.flag.flag-sc,[class*='flag-'].flag-sc{background-position:-32px -132px;}.flag.flag-scotland,[class*='flag-'].flag-scotland{background-position:-48px -132px;}.flag.flag-sd,[class*='flag-'].flag-sd{background-position:-64px -132px;}.flag.flag-se,[class*='flag-'].flag-se{background-position:-80px -132px;}.flag.flag-sg,[class*='flag-'].flag-sg{background-position:-96px -132px;}.flag.flag-sh,[class*='flag-'].flag-sh{background-position:-112px -132px;}.flag.flag-si,[class*='flag-'].flag-si{background-position:-128px -132px;}.flag.flag-sk,[class*='flag-'].flag-sk{background-position:-144px -132px;}.flag.flag-sl,[class*='flag-'].flag-sl{background-position:-160px -132px;}.flag.flag-sm,[class*='flag-'].flag-sm{background-position:-176px -132px;}.flag.flag-sn,[class*='flag-'].flag-sn{background-position:-192px -132px;}.flag.flag-so,[class*='flag-'].flag-so{background-position:-208px -132px;}.flag.flag-somaliland,[class*='flag-'].flag-somaliland{background-position:-224px -132px;}.flag.flag-sr,[class*='flag-'].flag-sr{background-position:-240px -132px;}.flag.flag-ss,[class*='flag-'].flag-ss{background-position:0 -143px;}.flag.flag-st,[class*='flag-'].flag-st{background-position:-16px -143px;}.flag.flag-sv,[class*='flag-'].flag-sv{background-position:-32px -143px;}.flag.flag-sx,[class*='flag-'].flag-sx{background-position:-48px -143px;}.flag.flag-sy,[class*='flag-'].flag-sy{background-position:-64px -143px;}.flag.flag-sz,[class*='flag-'].flag-sz{background-position:-80px -143px;}.flag.flag-tc,[class*='flag-'].flag-tc{background-position:-96px -143px;}.flag.flag-td,[class*='flag-'].flag-td{background-position:-112px -143px;}.flag.flag-tf,[class*='flag-'].flag-tf{background-position:-128px -143px;}.flag.flag-tg,[class*='flag-'].flag-tg{background-position:-144px -143px;}.flag.flag-th,[class*='flag-'].flag-th{background-position:-160px -143px;}.flag.flag-tibet,[class*='flag-'].flag-tibet{background-position:-176px -143px;}.flag.flag-tj,[class*='flag-'].flag-tj{background-position:-192px -143px;}.flag.flag-tk,[class*='flag-'].flag-tk{background-position:-208px -143px;}.flag.flag-tl,[class*='flag-'].flag-tl{background-position:-224px -143px;}.flag.flag-tm,[class*='flag-'].flag-tm{background-position:-240px -143px;}.flag.flag-tn,[class*='flag-'].flag-tn{background-position:0 -154px;}.flag.flag-to,[class*='flag-'].flag-to{background-position:-16px -154px;}.flag.flag-tr,[class*='flag-'].flag-tr{background-position:-32px -154px;}.flag.flag-tt,[class*='flag-'].flag-tt{background-position:-48px -154px;}.flag.flag-tv,[class*='flag-'].flag-tv{background-position:-64px -154px;}.flag.flag-tw,[class*='flag-'].flag-tw{background-position:-80px -154px;}.flag.flag-tz,[class*='flag-'].flag-tz{background-position:-96px -154px;}.flag.flag-ua,[class*='flag-'].flag-ua{background-position:-112px -154px;}.flag.flag-ug,[class*='flag-'].flag-ug{background-position:-128px -154px;}.flag.flag-um,[class*='flag-'].flag-um{background-position:-144px -154px;}.flag.flag-us,[class*='flag-'].flag-us{background-position:-160px -154px;}.flag.flag-uy,[class*='flag-'].flag-uy{background-position:-176px -154px;}.flag.flag-uz,[class*='flag-'].flag-uz{background-position:-192px -154px;}.flag.flag-va,[class*='flag-'].flag-va{background-position:-208px -154px;}.flag.flag-vc,[class*='flag-'].flag-vc{background-position:-224px -154px;}.flag.flag-ve,[class*='flag-'].flag-ve{background-position:-240px -154px;}.flag.flag-vg,[class*='flag-'].flag-vg{background-position:0 -165px;}.flag.flag-vi,[class*='flag-'].flag-vi{background-position:-16px -165px;}.flag.flag-vn,[class*='flag-'].flag-vn{background-position:-32px -165px;}.flag.flag-vu,[class*='flag-'].flag-vu{background-position:-48px -165px;}.flag.flag-wales,[class*='flag-'].flag-wales{background-position:-64px -165px;}.flag.flag-wf,[class*='flag-'].flag-wf{background-position:-80px -165px;}.flag.flag-ws,[class*='flag-'].flag-ws{background-position:-96px -165px;}.flag.flag-xk,[class*='flag-'].flag-xk{background-position:-112px -165px;}.flag.flag-ye,[class*='flag-'].flag-ye{background-position:-128px -165px;}.flag.flag-yt,[class*='flag-'].flag-yt{background-position:-144px -165px;}.flag.flag-za,[class*='flag-'].flag-za{background-position:-160px -165px;}.flag.flag-zanzibar,[class*='flag-'].flag-zanzibar{background-position:-176px -165px;}.flag.flag-zm,[class*='flag-'].flag-zm{background-position:-192px -165px;}.flag.flag-zw,[class*='flag-'].flag-zw{background-position:-208px -165px;}img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-drag:none;}.img-rounded{border-radius:0;}.img-box-shadow{box-shadow:10px 10px 74px -15px rgba(0, 0, 0, 0.1);-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}.img-box-shadow:hover{box-shadow:10px 10px 74px -15px rgba(0, 0, 0, 0.4);}.img-thumbnail.full{width:100%;}.img-thumbnail.full img{width:100%;}.img-thumbnail video{width:100%;}.img-circle{border-radius:50%;}.img-thumbnail{border-radius:0;position:relative;}.img-thumbnail img{border-radius:0;}.img-thumbnail .zoom{border-radius:100%;bottom:4px;cursor:pointer;color:#fff;display:block;height:30px;padding:0;position:absolute;right:4px;text-align:center;width:30px;opacity:0;-webkit-transition:all 0.1s;-moz-transition:all 0.1s;transition:all 0.1s;z-index:1000;}.img-thumbnail .zoom i{font-size:14px;line-height:28px;}.img-thumbnail .link{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;color:#fff;display:inline-block;font-size:25px;height:50px;line-height:50px;position:absolute;border-radius:0 0 0 25px;right:-100px;text-align:center;top:-100px;width:50px;}.img-thumbnail .link i{font-size:24px;left:3px;position:relative;top:-4px;}.img-thumbnail:hover .zoom{opacity:1;}.img-thumbnail:hover .link{right:0;top:0;}.img-thumbnail .inner{display:block;overflow:hidden;position:relative;backface-visibility:hidden;border-radius:0;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.img-thumbnail.img-thumbnail-no-borders{border-radius:0;padding:0;max-width:100% !important;border-width:0;}.img-thumbnail.img-thumbnail-no-borders img,.img-thumbnail.img-thumbnail-no-borders .inner{border-radius:0;}.img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper{border-radius:0 !important;}.img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper li.tp-revslider-slidesli{border-radius:0 !important;}.gallery-row{margin:0 -4px;}.img-opacity-effect a img{border-radius:0;-webkit-transition:opacity 0.2s ease-in-out 0s;-moz-transition:opacity 0.2s ease-in-out 0s;transition:opacity 0.2s ease-in-out 0s;overflow:hidden;}.img-opacity-effect a img:hover{opacity:0.9;}.masonry{*zoom:1;}.masonry:before,.masonry:after{content:" ";display:table;}.masonry:after{clear:both;}.masonry .masonry-item{width:25%;float:left;}.masonry .masonry-item.w2{width:50%;}.masonry .masonry-item img{border-radius:0 !important;}.vc_row.wpb_row{margin-bottom:0;}.vc_row.wpb_row.vc_row-no-padding .vc_column_container{padding-left:0;padding-right:0;}.vc_row.wpb_row.vc_row-no-padding .vc_column_container.section{padding-left:30px;padding-right:30px;}@media (max-width: 767px){.vc_row.wpb_row.vc_row-no-padding .vc_column_container.section{padding-left:15px;padding-right:15px;}}.vc_row.section-with-divider{overflow:visible;}body .vc_row{margin-left:-15px;margin-right:-15px;}body .vc_row.vc_column-gap-1{margin-left:-0.5px;margin-right:-0.5px;}body .vc_row.vc_column-gap-2{margin-left:0px;margin-right:0px;}body .vc_row.vc_column-gap-3{margin-left:-0.5px;margin-right:-0.5px;}body .vc_row.vc_column-gap-4{margin-left:-1px;margin-right:-1px;}body .vc_row.vc_column-gap-5{margin-left:-1.5px;margin-right:-1.5px;}body .vc_row.vc_column-gap-10{margin-left:-4px;margin-right:-4px;}body .vc_row.vc_column-gap-15{margin-left:-6.5px;margin-right:-6.5px;}body .vc_row.vc_column-gap-20{margin-left:-9.5px;margin-right:-9.5px;}body .vc_row.vc_column-gap-25{margin-left:-11.5px;margin-right:-11.5px;}body .vc_row.vc_column-gap-30{margin-left:-14px;margin-right:-14px;}body .vc_row.vc_column-gap-35{margin-left:-16.5px;margin-right:-16.5px;}body .vc_col-xs-1,body .vc_col-sm-1,body .vc_col-md-1,body .vc_col-lg-1,body .vc_col-xs-2,body .vc_col-sm-2,body .vc_col-md-2,body .vc_col-lg-2,body .vc_col-xs-3,body .vc_col-sm-3,body .vc_col-md-3,body .vc_col-lg-3,body .vc_col-xs-4,body .vc_col-sm-4,body .vc_col-md-4,body .vc_col-lg-4,body .vc_col-xs-5,body .vc_col-sm-5,body .vc_col-md-5,body .vc_col-lg-5,body .vc_col-xs-6,body .vc_col-sm-6,body .vc_col-md-6,body .vc_col-lg-6,body .vc_col-xs-7,body .vc_col-sm-7,body .vc_col-md-7,body .vc_col-lg-7,body .vc_col-xs-8,body .vc_col-sm-8,body .vc_col-md-8,body .vc_col-lg-8,body .vc_col-xs-9,body .vc_col-sm-9,body .vc_col-md-9,body .vc_col-lg-9,body .vc_col-xs-10,body .vc_col-sm-10,body .vc_col-md-10,body .vc_col-lg-10,body .vc_col-xs-11,body .vc_col-sm-11,body .vc_col-md-11,body .vc_col-lg-11,body .vc_col-xs-12,body .vc_col-sm-12,body .vc_col-md-12,body .vc_col-lg-12{padding-left:15px;padding-right:15px;}body .vc_non_responsive .vc_row .vc_col-sm-1,body .vc_non_responsive .vc_row .vc_col-sm-2,body .vc_non_responsive .vc_row .vc_col-sm-3,body .vc_non_responsive .vc_row .vc_col-sm-4,body .vc_non_responsive .vc_row .vc_col-sm-5,body .vc_non_responsive .vc_row .vc_col-sm-6,body .vc_non_responsive .vc_row .vc_col-sm-7,body .vc_non_responsive .vc_row .vc_col-sm-8,body .vc_non_responsive .vc_row .vc_col-sm-9,body .vc_non_responsive .vc_row .vc_col-sm-10,body .vc_non_responsive .vc_row .vc_col-sm-11,body .vc_non_responsive .vc_row .vc_col-sm-12{padding-left:15px;padding-right:15px;}.vc_row.bg-width50 .upb_row_bg{width:50% !important;min-width:50% !important;}@media (max-width: 767px){.vc_row.bg-width50 .upb_row_bg{display:none;}}.vc_row.bg-width50-right .upb_row_bg{margin-left:50%;position:absolute !important;}.vc_row.bg-ml50 .upb_row_bg{margin-left:50%;}.vc_row .vc_column_container > .wpb_wrapper.vc_column-inner{padding:0;}body{}body .btn-inverse{color:#fff;background-color:#333;border-color:#2d2d2d;}body .btn-inverse:focus,body .btn-inverse.focus{color:#fff;background-color:#262626;border-color:#202020;}body .btn-inverse:hover{color:#fff;background-color:#262626;border-color:#202020;}body .btn-inverse:active,body .btn-inverse.active,.open > body .btn-inverse.dropdown-toggle{color:#fff;background-color:#262626;border-color:#202020;}body .btn-inverse:active,body .btn-inverse.active,.open > body .btn-inverse.dropdown-toggle{background-image:none;}body .btn-inverse.disabled,body .btn-inverse[disabled],fieldset[disabled] body .btn-inverse,body .btn-inverse.disabled:hover,body .btn-inverse[disabled]:hover,fieldset[disabled] body .btn-inverse:hover,body .btn-inverse.disabled:focus,body .btn-inverse[disabled]:focus,fieldset[disabled] body .btn-inverse:focus,body .btn-inverse.disabled.focus,body .btn-inverse[disabled].focus,fieldset[disabled] body .btn-inverse.focus,body .btn-inverse.disabled:active,body .btn-inverse[disabled]:active,fieldset[disabled] body .btn-inverse:active,body .btn-inverse.disabled.active,body .btn-inverse[disabled].active,fieldset[disabled] body .btn-inverse.active{background-color:#333;border-color:#2d2d2d;}body .btn-inverse .badge{color:#333;background-color:#fff;}body .btn{display:inline-block;margin:0;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:0;}body .cart-actions .button,body .checkout-button,body #place_order,body .btn-lg,body .btn-group-lg > .btn,body input.submit.btn-lg,body input.btn.btn-lg[type="submit"],body input.button.btn-lg[type="submit"],body .return-to-shop .button{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:0;}body .btn-sm,body .btn-group-sm > .btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0;}body .btn-md,body .btn-group-md > .btn{padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:0;}body .btn-xs,body .btn-group-xs > .btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:0;}body .btn-block{display:block;width:100%;padding-right:0;padding-left:0;}body .vc_btn3.vc_btn3-color-grey,body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat,body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d,body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{border-color:#ccc;color:#666;background-color:transparent;}body .vc_btn3-container.vc_btn3-inline{vertical-align:baseline;}body .vc_btn3.vc_btn3-size-lg{border-radius:6px;}body .vc_btn3.vc_btn3-icon-left .vc_btn3-icon,body .vc_btn3.vc_btn3-icon-right .vc_btn3-icon{display:inline;position:static;font-size:inherit;line-height:inherit;height:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;}body .vc_general.vc_btn3 .vc_btn3-placeholder{display:none;}body .btn.btn-lg,body .vc_btn3.vc_btn3-size-lg{padding:10px 16px;font-size:18px;line-height:1.333333;}body .btn.btn-lg.vc_btn3-icon-left,body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left,body .btn.btn-lg.vc_btn3-icon-right,body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right,body .btn.btn-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty),body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty),body .btn.btn-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty),body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-left:16px;padding-right:16px;}body .btn.btn-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon,body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-right:7px;}body .btn.btn-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon,body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-left:7px;}body .btn.btn-lg.vc_btn3-style-outline,body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline{padding:8px 14px;border-width:3px;}body .btn.btn-lg.vc_btn3-style-outline.vc_btn3-icon-left,body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-left,body .btn.btn-lg.vc_btn3-style-outline.vc_btn3-icon-right,body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-right{padding-left:14px;padding-right:14px;}body .btn.btn-lg.vc_btn3-style-3d,body .vc_btn3.vc_btn3-size-lg.vc_btn3-style-3d{padding:8px 16px 7px;margin-bottom:5px;}body .vc_btn3.vc_btn3-size-md{border-radius:4px;}body .btn,body .vc_btn3.vc_btn3-size-md{padding:6px 12px;font-size:14px;line-height:1.428571;}body .btn.vc_btn3-icon-left,body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left,body .btn.vc_btn3-icon-right,body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right,body .btn.vc_btn3-icon-left:not(.vc_btn3-o-empty),body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty),body .btn.vc_btn3-icon-right:not(.vc_btn3-o-empty),body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-left:12px;padding-right:12px;}body .btn.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon,body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-right:5px;}body .btn.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon,body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-left:5px;}body .btn.vc_btn3-style-outline,body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline{padding:4px 10px;border-width:3px;}body .btn.vc_btn3-style-outline.vc_btn3-icon-left,body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-left,body .btn.vc_btn3-style-outline.vc_btn3-icon-right,body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-right{padding-left:10px;padding-right:10px;}body .btn.vc_btn3-style-3d,body .vc_btn3.vc_btn3-size-md.vc_btn3-style-3d{padding:4px 12px 3px;margin-bottom:5px;}body .vc_btn3.vc_btn3-size-sm{border-radius:3px;}body .btn.btn-sm,body .vc_btn3.vc_btn3-size-sm{padding:5px 10px;font-size:12px;line-height:1.5;}body .btn.btn-sm.vc_btn3-icon-left,body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left,body .btn.btn-sm.vc_btn3-icon-right,body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right,body .btn.btn-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty),body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty),body .btn.btn-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty),body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-left:10px;padding-right:10px;}body .btn.btn-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon,body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-right:3px;}body .btn.btn-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon,body .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-left:3px;}body .btn.btn-sm.vc_btn3-style-outline,body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline{padding:4px 9px;border-width:2px;}body .btn.btn-sm.vc_btn3-style-outline.vc_btn3-icon-left,body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-left,body .btn.btn-sm.vc_btn3-style-outline.vc_btn3-icon-right,body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-right{padding-left:9px;padding-right:9px;}body .btn.btn-sm.vc_btn3-style-3d,body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-3d{padding:4px 10px 2px;margin-bottom:2px;}body .vc_btn3.vc_btn3-size-xs{border-radius:2px;}body .btn.btn-xs,body .vc_btn3.vc_btn3-size-xs{padding:1px 5px;font-size:12px;line-height:1.5;}body .btn.btn-xs.vc_btn3-icon-left,body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left,body .btn.btn-xs.vc_btn3-icon-right,body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right,body .btn.btn-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty),body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty),body .btn.btn-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty),body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-left:5px;padding-right:5px;}body .btn.btn-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon,body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-right:3px;}body .btn.btn-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon,body .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-left:3px;}body .btn.btn-xs.vc_btn3-style-outline,body .vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline{padding:1px 5px;border-width:1px;}body .btn.btn-xs.vc_btn3-style-3d,body .vc_btn3.vc_btn3-size-xs.vc_btn3-style-3d{line-height:1.428571;padding:0px 5px;margin-bottom:1px;}body .vc_btn3.vc_label{display:inline;cursor:inherit;}body .vc_btn3.vc_label.vc_btn3-size-lg,body .vc_btn3.vc_label.vc_btn3-size-md,body .vc_btn3.vc_label.vc_btn3-size-sm,body .vc_btn3.vc_label.vc_btn3-size-xs{padding:0.2em 0.6em 0.3em;line-height:1;text-align:center;vertical-align:baseline;}body .vc_btn3.vc_label.vc_btn3-shape-rounded{border-radius:0.25em;}body .vc_btn3.vc_label.vc_btn3-size-lg{font-size:1em;}body .vc_btn3.vc_label.vc_btn3-size-lg.vc_btn3-style-outline{border-width:2px;}body .vc_btn3.vc_label.vc_btn3-size-md{font-size:0.75em;}body .vc_btn3.vc_label.vc_btn3-size-md.vc_btn3-style-outline{border-width:1px;}body .vc_btn3.vc_label.vc_btn3-size-sm{font-size:0.7em;}body .vc_btn3.vc_label.vc_btn3-size-xs{font-size:0.6em;}body .vc_btn3.vc_btn3-shape-square{border-radius:0 !important;}body .vc_btn3.vc_btn3-shape-round{border-radius:2em !important;}body .btn,body .button,body input.submit,body input[type="submit"]{-webkit-transition:all 0.1s;-moz-transition:all 0.1s;transition:all 0.1s;}body button{border:1px solid #ccc;}body .btn-default{color:#666;}body .btn-icon i{margin-right:10px;}body .btn-icon-right i{margin-right:0;margin-left:10px;}body .btn-primary{border-color:#ccc;background-color:#ccc;border-color:#ccc #ccc #b3b3b3;color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, .25);}body .btn-primary:hover{border-color:#d9d9d9 #d9d9d9 #bfbfbf;background-color:#bfbfbf;color:#fff;}body .btn-primary:active,body .btn-primary:focus{border-color:#bfbfbf;background-color:#bfbfbf;color:#fff;}body .btn-primary.dropdown-toggle{border-left-color:#bfbfbf;}body .btn-primary[disabled]{border-color:#999;background-color:#999;color:#ccc;}body .btn-success{border-color:#47a447;background-color:#47a447;border-color:#47a447 #47a447 #388038;color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, .25);}body .btn-success:hover{border-color:#51b451 #51b451 #3f923f;background-color:#3f923f;color:#fff;}body .btn-success:active,body .btn-success:focus{border-color:#3f923f;background-color:#3f923f;color:#fff;}body .btn-success.dropdown-toggle{border-left-color:#3f923f;}body .btn-success[disabled]{border-color:#285d28;background-color:#285d28;color:#ccc;}body .btn-warning{border-color:#ed9c28;background-color:#ed9c28;border-color:#ed9c28 #ed9c28 #d18211;color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, .25);}body .btn-warning:hover{border-color:#efa740 #efa740 #e89113;background-color:#e89113;color:#fff;}body .btn-warning:active,body .btn-warning:focus{border-color:#e89113;background-color:#e89113;color:#fff;}body .btn-warning.dropdown-toggle{border-left-color:#e89113;}body .btn-warning[disabled]{border-color:#a1650e;background-color:#a1650e;color:#ccc;}body .btn-danger{border-color:#d2322d;background-color:#d2322d;border-color:#d2322d #d2322d #a82824;color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, .25);}body .btn-danger:hover{border-color:#d74742 #d74742 #bd2d29;background-color:#bd2d29;color:#fff;}body .btn-danger:active,body .btn-danger:focus{border-color:#bd2d29;background-color:#bd2d29;color:#fff;}body .btn-danger.dropdown-toggle{border-left-color:#bd2d29;}body .btn-danger[disabled]{border-color:#7e1e1b;background-color:#7e1e1b;color:#ccc;}body .btn-info{border-color:#5bc0de;background-color:#5bc0de;border-color:#5bc0de #5bc0de #31b0d5;color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, .25);}body .btn-info:hover{border-color:#70c8e2 #70c8e2 #46b8da;background-color:#46b8da;color:#fff;}body .btn-info:active,body .btn-info:focus{border-color:#46b8da;background-color:#46b8da;color:#fff;}body .btn-info.dropdown-toggle{border-left-color:#46b8da;}body .btn-info[disabled]{border-color:#2390b0;background-color:#2390b0;color:#ccc;}body .btn-dark{border-color:#1d2127;background-color:#1d2127;border-color:#1d2127 #1d2127 #07080a;color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, .25);}body .btn-dark:hover{border-color:#282d36 #282d36 #121518;background-color:#121518;color:#fff;}body .btn-dark:active,body .btn-dark:focus{border-color:#121518;background-color:#121518;color:#fff;}body .btn-dark.dropdown-toggle{border-left-color:#121518;}body .btn-dark[disabled]{border-color:#000;background-color:#000;color:#ccc;}body .btn-borders{border-width:3px;}body .btn-borders.btn-primary{background:transparent;border-color:#ccc;color:#ccc;text-shadow:none;}body .btn-borders.btn-primary:hover,body .btn-borders.btn-primary:focus{background-color:#bfbfbf;border-color:#ccc !important;color:#fff;}body .btn-borders.btn-success{background:transparent;border-color:#47a447;color:#47a447;text-shadow:none;}body .btn-borders.btn-success:hover,body .btn-borders.btn-success:focus{background-color:#3f923f;border-color:#47a447 !important;color:#fff;}body .btn-borders.btn-warning{background:transparent;border-color:#ed9c28;color:#ed9c28;text-shadow:none;}body .btn-borders.btn-warning:hover,body .btn-borders.btn-warning:focus{background-color:#e89113;border-color:#ed9c28 !important;color:#fff;}body .btn-borders.btn-danger{background:transparent;border-color:#d2322d;color:#d2322d;text-shadow:none;}body .btn-borders.btn-danger:hover,body .btn-borders.btn-danger:focus{background-color:#bd2d29;border-color:#d2322d !important;color:#fff;}body .btn-borders.btn-info{background:transparent;border-color:#5bc0de;color:#5bc0de;text-shadow:none;}body .btn-borders.btn-info:hover,body .btn-borders.btn-info:focus{background-color:#46b8da;border-color:#5bc0de !important;color:#fff;}body .btn-borders.btn-dark{background:transparent;border-color:#1d2127;color:#1d2127;text-shadow:none;}body .btn-borders.btn-dark:hover,body .btn-borders.btn-dark:focus{background-color:#121518;border-color:#1d2127 !important;color:#fff;}body .btn-borders{padding:4px 12px;}body .btn-borders.btn-lg,body .btn-group-lg > .btn-borders.btn{padding:8px 16px;}body .btn-borders.btn-sm,body .btn-group-sm > .btn-borders.btn{border-width:2px;padding:4px 10px;}body .btn-borders.btn-xs,body .btn-group-xs > .btn-borders.btn{padding:1px 5px;border-width:1px;}body .btn-3d{border-bottom-width:3px;padding:5px 12px;border-radius:0;}body .btn-3d.btn-lg,body .btn-group-lg > .btn-3d.btn{padding:9px 16px;}body .btn-3d.btn-sm,body .btn-group-sm > .btn-3d.btn{border-width:2px;padding:4px 10px;}body .btn-3d.btn-xs,body .btn-group-xs > .btn-3d.btn{padding:1px 5px;border-width:1px;}body .btn-flat{display:inline-block;}[dir="rtl"] .vc_btn3-container.vc_btn3-left{text-align:right;}[dir="rtl"] .vc_btn3-container.vc_btn3-right{text-align:left;}body .wpb_alert{padding:15px;}body .wpb_alert .messagebox_text{background-image:none;padding-left:0;}body .vc_message_box-icon > *{-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}.vc_message_box .alert-link{font-weight:bold;}body .wpb_gallery .wpb_flexslider .flex-control-nav{bottom:-50px;}.wpb_text_column p{line-height:inherit;}.wpb_text_column.featured{font-size:1.6em;line-height:1.5em;}.wpb_text_column.short{margin-bottom:0;}.wpb_text_column.tall{margin-bottom:20px;}.wpb_text_column.taller{margin-bottom:40px;}.wpb_text_column .alternative-font{display:inline-block;margin-top:-15px;position:relative;top:3px;margin-bottom:-6px;}div.wpb_single_image .vc_single_image-wrapper{display:inline-block;max-width:100%;}div.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow{border-radius:0;}div.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img{border-radius:0;}div.wpb_single_image .vc_single_image-wrapper.vc_box_border,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border{border-radius:0;padding:4px;}div.wpb_single_image .vc_single_image-wrapper.vc_box_border img,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline img,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img{border-radius:0;border-width:0;}div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle{padding:4px;}div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img{border-width:0;}div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle{background:#fff;}div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img{border-radius:0;margin-bottom:-4px;}div.wpb_single_image .vc_single_image-wrapper.vc_box_outline.vc_box_border_grey,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle.vc_box_border_grey{background:#fff;border-color:#ddd;}div.wpb_single_image .porto-vc-zoom{display:inline-block;position:relative;max-width:100%;}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon{position:relative;}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon img{position:relative;z-index:1;}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:before{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;background:rgba(0, 0, 0, 0.65);border-radius:0;content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;bottom:0;right:0;opacity:0;z-index:2;}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:after{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;font-family:"FontAwesome";color:#fff;content:"\f00e";font-size:30px;height:30px;position:absolute;top:30%;margin-top:-15px;display:block;text-align:center;width:100%;opacity:0;z-index:3;}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:before{opacity:1;}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:after{top:50%;opacity:1;}div.wpb_single_image .porto-vc-zoom .zoom-icon{color:#fff;border-radius:100%;width:30px;height:30px;position:absolute;padding:0;line-height:28px;display:block;bottom:8px;right:8px;text-align:center;}div.wpb_single_image .porto-vc-zoom .zoom-icon:before{font-family:"FontAwesome";content:"\f002";}div.wpb_single_image .vc_figure{max-width:100%;}div.wpb_single_image .vc_figure .vc_single_image-wrapper{margin-bottom:0;}div.wpb_single_image .vc_figure .vc_figure-caption{margin-top:0.5em;}div.wpb_single_image.vc_box_border,div.wpb_single_image.vc_box_outline,div.wpb_single_image.vc_box_shadow_border{border-radius:0;padding:4px;}div.wpb_single_image.vc_box_border img,div.wpb_single_image.vc_box_outline img,div.wpb_single_image.vc_box_shadow_border img{border-radius:0;border-width:0;}.porto-carousel .vc_single_image-wrapper.vc_box_border,.porto-carousel .vc_single_image-wrapper.vc_box_outline,.porto-carousel .vc_single_image-wrapper.vc_box_shadow_border,.porto-carousel .vc_single_image-wrapper.vc_box_border_circle,.porto-carousel .vc_single_image-wrapper.vc_box_outline_circle,.porto-carousel .vc_single_image-wrapper.vc_box_shadow_border_circle{margin:2px;}.wpb_content_element.wpb_flickr_widget{margin-bottom:15px;}.vc_separator h4{margin-top:0;font-size:1.1429em;font-weight:700;text-transform:uppercase;}.vc_text_separator{margin-bottom:25px;border:none;}.vc_text_separator h1,.vc_text_separator h2,.vc_text_separator h3,.vc_text_separator h4,.vc_text_separator h5,.vc_text_separator h6,.vc_text_separator p,.vc_text_separator div{margin-top:0;margin-bottom:0;}.vc_text_separator div{top:auto;background-color:transparent;}.vc_text_separator .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{padding:0;}.vc_text_separator .vc_icon_element:not(.vc_icon_element-have-style) + h4{margin-left:-0.5em;padding-right:1em;}.vc_separator.vc_separator_align_left h1,.vc_separator.vc_separator_align_left h2{padding:0 15px 0 0;}.vc_separator.vc_separator_align_left h3,.vc_separator.vc_separator_align_left h4{padding:0 12px 0 0;}.vc_separator.vc_separator_align_left h5,.vc_separator.vc_separator_align_left h6,.vc_separator.vc_separator_align_left p,.vc_separator.vc_separator_align_left div{padding:0 10px 0 0;}.vc_separator.vc_separator_align_right h1,.vc_separator.vc_separator_align_right h2{padding:0 0 0 15px;}.vc_separator.vc_separator_align_right h3,.vc_separator.vc_separator_align_right h4{padding:0 0 0 12px;}.vc_separator.vc_separator_align_right h5,.vc_separator.vc_separator_align_right h6,.vc_separator.vc_separator_align_right p,.vc_separator.vc_separator_align_right div{padding:0 0 0 10px;}.vc_separator.vc_separator_align_center h1,.vc_separator.vc_separator_align_center h2{padding:0 15px;}.vc_separator.vc_separator_align_center h3,.vc_separator.vc_separator_align_center h4{padding:0 12px;}.vc_separator.vc_separator_align_center h5,.vc_separator.vc_separator_align_center h6,.vc_separator.vc_separator_align_center p,.vc_separator.vc_separator_align_center div{padding:0 10px;}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line{border:none;background-image:- webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));background-image:linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15));}.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line{border:none;background-image:- webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.15));background-image:linear-gradient(to left, transparent, rgba(0, 0, 0, 0.15));}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.solid,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.solid{background:rgba(0, 0, 0, 0.15);}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed{background:none;position:relative;}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed:after,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed:after{border:1px dashed rgba(0, 0, 0, 0.15);content:"";display:block;height:0;position:absolute;top:50%;margin-top:-1px;width:100%;}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern{background:none;position:relative;}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern:after,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern:after{background:transparent url(/web/wp-content/themes/saludlima/css/../images/patterns/worn_dots.png) repeat 0 0;content:"";display:block;height:15px;position:absolute;top:50%;margin-top:-7px;width:100%;}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern.pattern-2:after,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern.pattern-2:after{background-image:url(/web/wp-content/themes/saludlima/css/../images/patterns/az_subtle.png);}.vc_custom_heading.heading-m-none > *,.vc_custom_heading.m-b-none > *{margin-bottom:0;}.vc_custom_heading.big h1{font-size:4.2em;line-height:54px;}.vc_custom_heading.short h1{margin-bottom:15px;}.vc_custom_heading.short h2{margin-bottom:15px;}.vc_custom_heading.short h3,.vc_custom_heading.short h4,.vc_custom_heading.short h5,.vc_custom_heading.short h6{margin-bottom:9px;}.vc_custom_heading.shorter h1,.vc_custom_heading.shorter h2,.vc_custom_heading.shorter h3,.vc_custom_heading.shorter h4,.vc_custom_heading.shorter h5,.vc_custom_heading.shorter h6{margin-bottom:0;}.vc_custom_heading.tall h1,.vc_custom_heading.tall h2,.vc_custom_heading.tall h3,.vc_custom_heading.tall h4,.vc_custom_heading.tall h5,.vc_custom_heading.tall h6{margin-bottom:33px;}.vc_custom_heading.taller h1,.vc_custom_heading.taller h2,.vc_custom_heading.taller h3,.vc_custom_heading.taller h4,.vc_custom_heading.taller h5,.vc_custom_heading.taller h6{margin-bottom:44px;}.vc_custom_heading.spaced h1,.vc_custom_heading.spaced h2,.vc_custom_heading.spaced h3,.vc_custom_heading.spaced h4,.vc_custom_heading.spaced h5,.vc_custom_heading.spaced h6{margin-top:33px;}.vc_custom_heading.more-spaced h1,.vc_custom_heading.more-spaced h2,.vc_custom_heading.more-spaced h3,.vc_custom_heading.more-spaced h4,.vc_custom_heading.more-spaced h5,.vc_custom_heading.more-spaced h6{margin-top:44px;}.vc_general.vc_cta3{padding:25px;}.vc_general.vc_cta3.vc_cta3-shape-rounded{border-radius:10px;}.vc_general.vc_cta3 h2{font-size:1.8em;font-weight:400;letter-spacing:normal;line-height:30px;}.vc_general.vc_cta3 h2,.vc_general.vc_cta3 h4{margin:0 0 9px;color:#1d2127;}.vc_general.vc_cta3 p{font-size:1.2em;}.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2,.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4{color:#1d2127;}.vc_general.vc_cta3.vc_cta3-style-custom{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;border-left:1px solid #ececec;border-right:1px solid #ececec;}@media (min-width:768px){.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content{width:70%;padding-right:25px;}.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions{width:20%;}.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content{width:70%;padding-left:25px;}.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions{width:20%;}}@media (max-width: 767px){.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions{padding-top:20px;}.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions > div:last-child{margin-bottom:0;}.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions{padding-bottom:20px;}.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions > div:last-child{margin-bottom:0;}}.vc_progress_bar .vc_single_bar.progress.bar_blue .vc_bar{background-color:#0074cc;}.vc_progress_bar .vc_single_bar.progress.bar_turquoise .vc_bar{background-color:#49afcd;}.vc_progress_bar .vc_single_bar.progress.bar_green .vc_bar{background-color:#5bb75b;}.vc_progress_bar .vc_single_bar.progress.bar_orange .vc_bar{background-color:#faa732;}.vc_progress_bar .vc_single_bar.progress.bar_red .vc_bar{background-color:#da4f49;}.vc_progress_bar .vc_single_bar.progress.bar_black .vc_bar{background-color:#414141;}.overlay-show{margin-bottom:30px;}.tab-pane > *:last-child,.panel-body > *:last-child{margin-bottom:0;}.wpb_wrapper .top-icon .ult-just-icon-wrapper{margin-bottom:15px;}.wpb_wrapper .top-icon .aio-icon-header h3.aio-icon-title{margin-top:0;margin-bottom:10px;}.wpb_wrapper .aio-icon-header h3.aio-icon-title{font-size:1.3em;font-weight:400;letter-spacing:normal;text-transform:none;}.wpb_wrapper h3.aio-icon-title small{font-size:75%;display:block;margin:2px 0 4px;}.wpb_wrapper .aio-icon-read{margin-top:10px;}.info-box-small .aio-icon-box,.info-box-small-wrap .aio-icon-box{margin-bottom:15px;}.info-box-small .aio-icon-header + .aio-icon-description,.info-box-small-wrap .aio-icon-header + .aio-icon-description{margin-top:5px;}.aio-icon-box{margin-bottom:30px;}.aio-icon-box .fa{font-family:"FontAwesome" !important;}.aio-icon-component{margin-bottom:0;}.aio-icon-component.text-left .aio-icon-box.top-icon .align-icon,.aio-icon-component.text-left .aio-icon-box.bottom-icon .align-icon,.aio-icon-component.text-left .aio-icon-box.top-icon .aio-icon-header,.aio-icon-component.text-left .aio-icon-box.bottom-icon .aio-icon-header,.aio-icon-component.text-left .aio-icon-box.top-icon .aio-icon-img,.aio-icon-component.text-left .aio-icon-box.bottom-icon .aio-icon-img,.aio-icon-component.text-left .aio-icon-box.top-icon .aio-icon-description,.aio-icon-component.text-left .aio-icon-box.bottom-icon .aio-icon-description{text-align:left !important;}.aio-icon-component.text-right .aio-icon-box.top-icon .align-icon,.aio-icon-component.text-right .aio-icon-box.bottom-icon .align-icon,.aio-icon-component.text-right .aio-icon-box.top-icon .aio-icon-header,.aio-icon-component.text-right .aio-icon-box.bottom-icon .aio-icon-header,.aio-icon-component.text-right .aio-icon-box.top-icon .aio-icon-img,.aio-icon-component.text-right .aio-icon-box.bottom-icon .aio-icon-img,.aio-icon-component.text-right .aio-icon-box.top-icon .aio-icon-description,.aio-icon-component.text-right .aio-icon-box.bottom-icon .aio-icon-description{text-align:right !important;}h3.ult_modal-title{text-transform:none;}.ult-carousel-wrapper button.circle-border,.ult-carousel-wrapper button.circle-bg{border-radius:100%;width:1.5em;height:1.5em;line-height:1.5em;}.ult-carousel-wrapper button.square-border,.ult-carousel-wrapper button.square-bg{border-radius:0px !important;}.ult-carousel-wrapper button.slick-disabled{opacity:0.5;cursor:auto;}.ult-carousel-wrapper,.ult-carousel-wrapper *{-webkit-box-sizing:border-box;moz-box-sizing:border-box;box-sizing:border-box;}.ult-carousel-wrapper{position:relative;margin-bottom:35px;}.ult-carousel-wrapper .wpb_content_element{margin-bottom:0;}.ult-carousel-wrapper.ult_horizontal .slick-prev,.ult-carousel-wrapper.ult_horizontal .slick-next,.ult-carousel-wrapper.ult_full_width .slick-prev,.ult-carousel-wrapper.ult_full_width .slick-next{position:absolute;top:50%;margin:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}.ult-carousel-wrapper.ult_full_width .slick-next{right:20px;}.ult-carousel-wrapper.ult_full_width .slick-prev{left:20px;}.ult-carousel-wrapper.ult_horizontal ul.slick-dots,.ult-carousel-wrapper.ult_full_width ul.slick-dots{position:absolute;bottom:-35px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%;z-index:99;}.ult-carousel-wrapper.ult_full_width .slick-slide.slick-active{z-index:9;}.ult-carousel-wrapper.ult_vertical{padding:50px 0;}.ult-carousel-wrapper.ult_vertical .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.ult-carousel-wrapper.ult_vertical button.slick-prev,.ult-carousel-wrapper.ult_vertical button.slick-next{left:50%;margin:0;-webkit-transform:translateX(-50%) rotate(90deg);-moz-transform:translateX(-50%) rotate(90deg);-o-transform:translateX(-50%) rotate(90deg);-ms-transform:translateX(-50%) rotate(90deg);transform:translateX(-50%) rotate(90deg);}.ult-carousel-wrapper.ult_vertical button.slick-prev{top:-45px;}.ult-carousel-wrapper.ult_vertical button.slick-next{top:auto;bottom:-40px;}.ult-carousel-wrapper.ult_vertical ul.slick-dots{position:absolute;left:-25px;top:50%;list-style:none;display:table !important;text-align:center;padding:0;margin:0;height:auto;float:none;width:25px;vertical-align:middle;z-index:99;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}.ult-item-wrap.slick-slide.animated{opacity:1 !important;}body .ult-carousel-wrapper{padding-bottom:0;}body .slick-dots{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}body .ult-carousel-wrapper.ult_horizontal ul.slick-dots,body .ult-carousel-wrapper.ult_full_width ul.slick-dots,body .slick-dots{position:relative;bottom:-5px;margin-top:10px;}body .ult-carousel-wrapper.ult_horizontal ul.slick-dots li,body .ult-carousel-wrapper.ult_full_width ul.slick-dots li,body .slick-dots li{margin:0 2px;}body .sidebar-content .ult-carousel-wrapper.ult_horizontal ul.slick-dots,body .sidebar-content .ult-carousel-wrapper.ult_full_width ul.slick-dots,body .sidebar-content .slick-dots{margin-top:3px;}body .sidebar-content .ult-carousel-wrapper{margin-bottom:0;}body .slick-slide img{display:inline;}.ult-carousel-wrapper > div:first-child{position:relative;display:block;margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;-webkit-tap-highlight-color:transparent;}.ult-carousel-wrapper > div:first-child > .ult-item-wrap{display:none;}.ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child{display:block;position:relative;min-height:200px;}.ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child > *{opacity:0;}.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap{display:block;}.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child{position:static;min-height:0;}.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child:before{display:none;}.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child > *{opacity:1;}.ultimate_google_map{min-width:0 !important;width:100% !important;position:relative !important;}.gmap-border{border:1px solid #ddd;border-radius:4px;padding:4px;overflow:hidden;}.gmap-rounded,.gmap-rounded .ultimate_google_map{border-radius:0;overflow:hidden;}.uvc-type-wrap .ultimate-typed-main,.uvc-type-wrap .ticker{font-weight:bold;}.upb_row_bg{min-height:0 !important;}.video-cover{overflow:hidden !important;}.video-cover .upb_video-bg{left:0 !important;}.video-cover .upb_video-src{position:absolute;left:49% !important;top:49% !important;-webkit-transform:translate(-49%, -50%);-moz-transform:translate(-49%, -50%);-ms-transform:translate(-49%, -50%);-o-transform:translate(-49%, -50%);transform:translate(-49%, -50%);}.upb_bg_overlay,.upb_bg_overlay_pattern{-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0px, 0px, 0px);}.porto-grid-container{position:relative;}.porto-grid-container .porto-grid-item{float:left;max-width:100%;}.porto-grid-container .porto-grid-item > .wpb_single_image{margin-bottom:0;}.porto-grid-container .porto-grid-item > .wpb_single_image .vc_single_image-wrapper:hover{background:#000;-webkit-transition:opacity 0.35s ease 0s;-moz-transition:opacity 0.35s ease 0s;transition:opacity 0.35s ease 0s;}.porto-grid-container .porto-grid-item > .wpb_single_image a{display:block;}.porto-grid-container .porto-grid-item > .wpb_single_image .vc_single_image-wrapper{width:100%;display:block;}.porto-grid-container .porto-grid-item > .wpb_single_image img{width:100%;-webkit-transition:opacity 0.35s ease 0s;-moz-transition:opacity 0.35s ease 0s;transition:opacity 0.35s ease 0s;}.porto-grid-container .porto-grid-item > .wpb_single_image img:hover{opacity:0.9;}.porto-links-block{border:1px solid #ddd;border-radius:0;background:#fbfbfb;}@media (max-width: 1169px){.porto-links-block{font-size:13px;}}.porto-links-block .links-title{color:#465157;border-radius:0 0 0 0;background:#f5f5f5;border-bottom:1px solid #ddd;font-size:1em;font-weight:700;line-height:14px;padding:15px 20px;margin:0;text-transform:uppercase;position:relative;letter-spacing:0.12px;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;}@media (max-width: 1169px){.porto-links-block .links-title{padding:8px 12px 6px;}}.porto-links-block .links-title i{margin-right:5px;}.porto-links-block .links-title i.icon-image{display:inline-block;max-width:20px;}.porto-links-block .links-content ul{list-style:none;padding:5px 0;margin:0;}.porto-links-block li.porto-links-item{display:block;}.porto-links-block li.porto-links-item:first-child > a,.porto-links-block li.porto-links-item:first-child > span{border-top-width:0;}.porto-links-block li.porto-links-item > a,.porto-links-block li.porto-links-item > span{display:block;font-size:1em;line-height:18px;color:#465157 !important;letter-spacing:0.1px;padding:11px 6px 10px;margin:0 10px -1px;border-top:1px solid #ddd;text-decoration:none;}@media (max-width: 1169px){.porto-links-block li.porto-links-item > a,.porto-links-block li.porto-links-item > span{padding:7px 5px;line-height:19px;margin:0 7px -1px;}}.porto-links-block li.porto-links-item i{margin-right:12px;font-size:20px;vertical-align:middle;}.porto-links-block li.porto-links-item i.icon-image{display:inline-block;max-width:20px;}.ultimate-vticker.ticker ul li,.ultimate-vticker.ticker-down ul li{text-align:center !important;}.stats-block .stats-number,div.stats-desc > div.counter_prefix,div.stats-desc > div.counter_suffix{font-size:50px;font-weight:700;line-height:1;}.aio-icon.none{font-size:35px;line-height:1;}.stats-block .aio-icon.none{margin-bottom:5px;}.stats-block .stats-text{font-weight:100;font-size:20px;line-height:1;}.stats-block.counter-single-line{text-align:center;}.stats-block.counter-single-line > div{display:inline-block;vertical-align:baseline;text-align:center;}.stats-block.counter-with-border{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;border-left:1px solid #ececec;border-right:1px solid #ececec;border-radius:0;box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04);padding:25px;}.stats-block.counter-inline{margin-bottom:20px;}.stats-block.counter-inline .aio-icon-top,.stats-block.counter-inline .stats-desc{text-align:left;}.stats-block.counter-inline .stats-number,.stats-block.counter-inline div.stats-desc > div.counter_prefix,.stats-block.counter-inline div.stats-desc > div.counter_suffix{font-size:14px;}.stats-block.counter-inline div.counter_prefix,.stats-block.counter-inline div.counter_suffix{font-weight:400;}.map_info_text p{margin-bottom:10px;}.map_info_text p:last-child{margin-bottom:0;}.wpb_gallery .theme-default .nivoSlider{box-shadow:none;}.wpb_gallery .theme-default .nivo-controlNav{padding-top:20px;}.wpb_gallery.nav-right .nivo-controlNav{float:right;}.wpb_gallery.nav-left .nivo-controlNav{float:left;}.alignleft{float:left;margin:4px 24px 7px 0;}.alignright{float:right;margin:4px 0 7px 24px;}.aligncenter{clear:both;display:block;margin:4px auto 7px;}blockquote.alignleft,blockquote.alignright{border-top:1px solid rgba(0, 0, 0, 0.1);border-bottom:1px solid rgba(0, 0, 0, 0.1);padding-top:17px;width:50%;}blockquote.alignleft p,blockquote.alignright p{margin-bottom:17px;}.mceItemTable{border:1px solid rgba(0, 0, 0, 0.1);border-width:1px 0 0 1px;border-collapse:separate;border-spacing:0;font-size:14px;line-height:1.285714;margin-bottom:24px;width:100%;}.mceItemTable th,.mceItemTable caption{border:1px solid rgba(0, 0, 0, 0.1);border-width:0 1px 1px 0;font-weight:700;padding:8px;text-align:left;text-transform:uppercase;vertical-align:baseline;}.mceItemTable td{border:1px solid rgba(0, 0, 0, 0.1);border-width:0 1px 1px 0;font-family:Lato, sans-serif;font-size:14px;padding:8px;vertical-align:baseline;}.wp-caption{background:transparent;border:none;color:#767676;margin:0 0 24px 0;max-width:100%;padding:0;text-align:left;}.html5-captions .wp-caption{padding:0;}.wp-caption.alignleft{margin:7px 14px 7px 0;}.html5-captions .wp-caption.alignleft{margin-right:24px;}.wp-caption.alignright{margin:7px 0 7px 14px;}.wp-caption.alignright img,.wp-caption.alignright .wp-caption-dd{padding-left:10px;}.html5-captions .wp-caption.alignright{margin-left:24px;}.html5-captions .wp-caption.alignright img,.html5-captions .wp-caption.alignright .wp-caption-dd{padding:0;}.wp-caption.aligncenter{margin:7px auto;}.wp-caption-dt{margin:0;}.wp-caption .wp-caption-text,.wp-caption-dd{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;font-style:italic;line-height:1.5;margin:9px 0;padding:0 10px 0 0;text-align:left;}.mceTemp + ul,.mceTemp + ol{list-style-position:inside;}.gallery .gallery-item{float:left;margin:0 4px 4px 0;overflow:hidden;padding:0;position:relative;}.gallery-columns-1 .gallery-item{max-width:100%;width:auto;}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 14px);max-width:calc(50% - 14px);width:auto;}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 11px);max-width:calc(33.3% - 11px);width:auto;}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 9px);max-width:calc(25% - 9px);width:auto;}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 8px);max-width:calc(20% - 8px);width:auto;}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 7px);max-width:calc(16.7% - 7px);width:auto;}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 7px);max-width:calc(14.28% - 7px);width:auto;}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 6px);max-width:calc(12.5% - 6px);width:auto;}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 6px);max-width:calc(11.1% - 6px);width:auto;}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0;}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n - 1),.gallery-columns-3 .gallery-item:nth-of-type(3n - 2),.gallery-columns-4 .gallery-item:nth-of-type(4n - 3),.gallery-columns-5 .gallery-item:nth-of-type(5n - 4),.gallery-columns-6 .gallery-item:nth-of-type(6n - 5),.gallery-columns-7 .gallery-item:nth-of-type(7n - 6),.gallery-columns-8 .gallery-item:nth-of-type(8n - 7),.gallery-columns-9 .gallery-item:nth-of-type(9n - 8){margin-left:12px;}.gallery .gallery-caption{font-size:12px;line-height:1.5;margin:0;max-height:50%;padding:6px 8px;text-align:center;width:100%;}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none;}.mejs-mediaelement,.mejs-container .mejs-controls{background:#000;}.mejs-controls .mejs-time-rail .mejs-time-loaded,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#fff;}.mejs-controls .mejs-time-rail .mejs-time-current{background:#24890d;}.mejs-controls .mejs-time-rail .mejs-time-total,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:rgba(255, 255, 255, .33);}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{border-radius:0;}.mejs-overlay-loading{background:transparent;}.mejs-overlay-button{background-color:#fff;background-image:none;border-radius:2px;box-shadow:1px 1px 1px rgba(0, 0, 0, .8);color:#000;height:36px;margin-left:-24px;width:48px;}.mejs-overlay-button:before{-webkit-font-smoothing:antialiased;content:'\f452';display:inline-block;font:normal 32px/1.125 Genericons;position:absolute;top:1px;left:10px;}.mejs-controls .mejs-button button:focus{outline:none;}.mejs-controls .mejs-button button{-webkit-font-smoothing:antialiased;background:none;color:#fff;display:inline-block;font:normal 16px/1 Genericons;}.mejs-playpause-button.mejs-play button:before{content:'\f452';}.mejs-playpause-button.mejs-pause button:before{content:'\f448';}.mejs-volume-button.mejs-mute button:before{content:'\f109';font-size:20px;position:absolute;top:-2px;left:0;}.mejs-volume-button.mejs-unmute button:before{content:'\f109';left:0;position:absolute;top:0;}.mejs-fullscreen-button button:before{content:'\f474';}.mejs-fullscreen-button.mejs-unfullscreen button:before{content:'\f406';}.mejs-overlay:hover .mejs-overlay-button{background-color:#24890d;color:#fff;}.mejs-controls .mejs-button button:hover{color:#41a62a;}.size-full{max-width:100%;height:auto;}ul.list.icons li i{margin-right:5px;}ul.icons{list-style:none;}.list li{margin-bottom:13px;}.list.pull-left li{text-align:left;}.list.list-icons{list-style:none;padding-left:0;padding-right:0;}.list.list-icons li{position:relative;padding-left:25px;}.list.list-icons li i{position:absolute;left:0;top:5px;}.list.list-icons.list-icons-style-2 li{padding-top:5px;padding-left:36px;}.list.list-icons.list-icons-style-2 li i{border-width:1px;border-style:solid;border-radius:50%;width:25px;height:25px;text-align:center;padding:4px;}.list.list-icons.list-icons-style-3 li{padding-top:5px;padding-left:36px;}.list.list-icons.list-icons-style-3 li i{color:#fff;border-radius:50%;width:25px;height:25px;text-align:center;padding:5px;}.list.list-icons.list-icons-sm li{padding-left:13px;margin-bottom:5px;}.list.list-icons.list-icons-sm li i{font-size:0.8em;top:7px;}.list.list-icons.list-icons-sm.list-icons-style-2 li{padding-left:32px;}.list.list-icons.list-icons-sm.list-icons-style-2 li i{width:20px;height:20px;padding:3px;}.list.list-icons.list-icons-sm.list-icons-style-3 li{padding-left:32px;}.list.list-icons.list-icons-sm.list-icons-style-3 li i{width:20px;height:20px;padding:3px;}.list.list-icons.list-icons-lg li{padding-top:5px;padding-left:32px;}.list.list-icons.list-icons-lg li i{font-size:1.5em;}.list.list-icons.list-icons-lg.list-icons-style-2 li{padding-top:8px;padding-left:42px;}.list.list-icons.list-icons-lg.list-icons-style-2 li i{width:30px;height:30px;padding:4px;}.list.list-icons.list-icons-lg.list-icons-style-3 li{padding-top:8px;padding-left:42px;}.list.list-icons.list-icons-lg.list-icons-style-3 li i{width:30px;height:30px;padding:4px;}.list.list-icons.list-icons-reverse li{text-align:right;padding-right:25px;padding-left:0;}.list.list-icons.list-icons-reverse li i{position:absolute;left:auto;right:0;top:5px;}.list.list-icons.list-icons-reverse.list-icons-style-2 li{padding-right:36px;}.list.list-icons.list-icons-reverse.list-icons-style-3 li{padding-right:36px;}.list.list-icons.list-icons-reverse.list-icons-sm li{padding-left:0;padding-right:13px;}.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li{padding-right:32px;}.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li{padding-right:32px;}.list.list-icons.list-icons-reverse.list-icons-lg li{padding-left:0;padding-right:32px;}.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li{padding-right:42px;}.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li{padding-right:42px;}.list.list-borders li{border-bottom:1px solid #dbdbdb;margin-top:9px;margin-bottom:0;padding-bottom:9px;}.list.list-borders li:last-child{border-bottom:0;}.list.list-side-borders{border-left:1px solid #dbdbdb;padding-left:10px;}.list.list-ordened{counter-reset:custom-counter;list-style:none;}.list.list-ordened li{position:relative;padding-left:22px;}.list.list-ordened li:before{position:absolute;top:0;left:0;content:counter(custom-counter);counter-increment:custom-counter;font-weight:bold;}.list.list-ordened.list-ordened-style-2 li,.list.list-ordened.list-ordened-style-3 li{padding-left:32px;}.list.list-ordened.list-ordened-style-2 li:before,.list.list-ordened.list-ordened-style-3 li:before{border-radius:100%;border-style:solid;border-width:1px;min-width:26px;padding:0;text-align:center;}.list.list-ordened.list-ordened-style-3 li:before{color:#fff;border:0;}.list.list-unstyled{padding-left:0;padding-right:0;}ul[class^="wsp-"]{margin-bottom:30px;padding:0;list-style:none;}ul[class^="wsp-"] ul{margin-bottom:5px;margin-top:5px;list-style:none;}h2[class^="wsp-"]{font-size:1.8em;font-weight:200;line-height:24px;margin-bottom:15px;}.fontawesome-icon-list,.sample-icon-list{margin-top:22px;}.fontawesome-icon-list > div,.sample-icon-list > div{height:32px;line-height:32px;font-size:11px;color:#222;}.fontawesome-icon-list > div:hover i,.sample-icon-list > div:hover i{font-size:28px;vertical-align:-6px;}.fontawesome-icon-list i,.sample-icon-list i{display:inline-block;background-image:none;font-size:14px;margin-right:4px;text-align:center;width:32px;}.panel-group .panel-heading{padding:0;border-radius:0;}.panel-group .panel-heading a{display:block;padding:10px 15px;}.panel-group .panel-heading a:hover,.panel-group .panel-heading a:focus{text-decoration:none;}.panel-group .panel-heading a [class^="icon-"]{margin-right:7px;position:relative;top:1px;}.panel-group .panel-heading a i{display:inline-block;margin-right:8px;position:relative;top:-1px;}.panel-group .panel-heading a i.icon-image{max-width:20px;position:relative;top:-1px;}.panel-group.panel-group-sm .panel-heading a{padding:5px 15px;font-size:0.9em;}.panel-group.panel-group-sm .panel-body{font-size:0.9em;}.panel-group.panel-group-lg .panel-heading a{padding:15px 15px;font-size:1em;font-weight:600;}.panel-group.without-bg .panel-default{background:transparent !important;}.panel-group.without-bg .panel-default > .panel-heading{background:transparent !important;}.panel-group.without-bg .panel-body{padding-top:0;padding-bottom:0;}.panel-group.without-bg .panel-body p{margin-bottom:20px !important;}.panel-group.without-borders .panel{border:0;box-shadow:none;border-bottom:1px solid #ddd;border-radius:0;}.panel-group.without-borders .panel-heading a{padding-left:0;padding-right:0;}.panel-group.without-borders .panel-body{padding:0;}.panel-group.without-borders .panel-body p{margin-bottom:20px !important;}.resp-tab-content{border-radius:0 0 0 0;box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04);border:1px solid #eee;border-top:0;padding:15px;}@media (max-width: 767px){.resp-tab-content{border-radius:0 !important;border-color:#ddd;border-top:none;box-shadow:none;}}.resp-tab-content .panel{display:block !important;}.resp-tabs-list{margin:0;border-bottom:1px solid #eee;}.resp-tabs-list li{display:inline-block;float:none;font-size:1em;font-weight:normal;margin-right:1px;border-radius:0 0 0 0;padding:10px 15px;}.resp-tabs-list li:last-child{margin-right:0;}.resp-tabs-list li,.resp-tabs-list li:hover{background:#f4f4f4;border-bottom:none;border-left:1px solid #eee;border-right:1px solid #eee;border-top:3px solid #eee;}.resp-tabs-list li:hover{border-bottom-color:transparent;border-top:3px solid #ccc;box-shadow:none;}.resp-tabs-list li:active,.resp-tabs-list li:focus{border-bottom:0;}.resp-tabs-list li.resp-tab-active{background:#fff;border-left:1px solid #eee;border-right:1px solid #eee;border-top:3px solid #ccc;padding:10px 15px 11px !important;}.resp-vtabs{display:table !important;width:100%;}@media (max-width: 767px){.resp-vtabs{display:block;}}.resp-vtabs ul.resp-tabs-list,.resp-vtabs .resp-tabs-container{display:table-cell;width:auto;float:none;vertical-align:top;}.resp-vtabs ul.resp-tabs-list{width:25%;}@media (max-width: 767px){.resp-vtabs ul.resp-tabs-list{display:none;}}.resp-vtabs .resp-tabs-container{border-radius:0 0 0 0;box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04);border:1px solid #eee;background:#fff;}@media (max-width: 767px){.resp-vtabs .resp-tabs-container{display:block;box-shadow:none;border:none;}}.resp-vtabs .resp-tab-content{background:transparent;box-shadow:none;border-radius:0;border-width:0;}.resp-vtabs .resp-tab-content:before{content:"";display:block;}@media (max-width: 767px){.resp-vtabs .resp-tab-content{border:1px solid #ddd;border-top:none;}}.resp-vtabs .resp-tabs-list{border-bottom:0;}.resp-vtabs .resp-tabs-list li{border-radius:0;margin-right:0;padding:10px 15px !important;}.resp-vtabs .resp-tabs-list li:first-child{border-radius:0 0 0 0;border-top:1px solid #eee !important;}.resp-vtabs .resp-tabs-list li:last-child{border-radius:0 0 0 0;border-bottom:1px solid #eee !important;}.resp-vtabs .resp-tabs-list li,.resp-vtabs .resp-tabs-list li:hover{border-left:3px solid #eee;border-right:none;border-top:none;border-bottom:none;}.resp-vtabs .resp-tabs-list li:hover{border-right-color:transparent;border-left:3px solid #ccc;}.resp-vtabs .resp-tabs-list li:active,.resp-vtabs .resp-tabs-list li:focus{border-right:0;}.resp-vtabs .resp-tabs-list li.resp-tab-active{background:#fff;margin-bottom:0 !important;padding:10px 16px 10px 15px !important;border-left:3px solid #ccc;margin-right:-1px !important;}h2.resp-accordion{background:#f5f5f5 !important;border-color:#ddd;padding:15px !important;line-height:1.4;font-size:1em;font-weight:400;}h2.resp-accordion:first-child{border-top-color:#ddd !important;}h2.resp-tab-active{background:#f5f5f5 !important;border-bottom:1px solid #ddd !important;}.resp-arrow{display:none;}.resp-easy-accordion .resp-tab-content{border-radius:0;border-color:#ddd;background:#fff;border-top:none;box-shadow:none;}.resp-easy-accordion .resp-tab-content:last-child{border-color:#ddd !important;}.tab-content{padding:15px;}.tab-content h2{font-size:1.4286em;line-height:1.4;font-weight:400;margin-bottom:1.0714em;}.tab-content p{margin-bottom:10px;}.tab-content table{margin-top:20px;}.tab-content table p{margin:0;}.tab-content *:last-child{margin-bottom:0;}.tabs{border-radius:0;margin-bottom:35px;}.nav-tabs{margin:0;font-size:0;border-bottom-color:#eee;text-align:left;}.nav-tabs.text-left{text-align:left;}.nav-tabs.text-right{text-align:right;}.nav-tabs.text-center{text-align:center;}.nav-tabs li{display:inline-block;float:none;}.nav-tabs li:last-child a{margin-right:0;}.nav-tabs li a{margin-right:1px;border-radius:0 0 0 0;font-size:14px;}.nav-tabs li a,.nav-tabs li a:hover{background:#f4f4f4;border-bottom:none;border-left:1px solid #eee;border-right:1px solid #eee;border-top:3px solid #eee;}.nav-tabs li a:hover{border-bottom-color:transparent;border-top:3px solid #ccc;box-shadow:none;}.nav-tabs li a:active,.nav-tabs li a:focus{border-bottom:0;}.nav-tabs li a i{margin-right:4px;}.nav-tabs li a i.icon-image{display:inline-block;max-width:20px;}.nav-tabs li a i.icon-featured.icon-image{max-width:75px;}.nav-tabs li a .featured-box,.nav-tabs li a .featured-box .box-content{background:transparent;box-shadow:none;border-radius:0;border-width:0;padding:0;margin:0;}.nav-tabs li a .featured-box i.icon-featured{margin-left:auto;margin-right:auto;}.nav-tabs li a .tab-title{display:block;margin-top:3px;}.nav-tabs li.active a,.nav-tabs li.active a:hover,.nav-tabs li.active a:focus{background:#fff;border-left-color:#eee;border-right-color:#eee;border-top:3px solid #ccc;}.tab-content{border-radius:0 0 0 0;box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04);background:#fff;border:1px solid #eee;border-top:0;padding:15px;}.nav-tabs.nav-right{text-align:right;}.tabs.tabs-bottom .tab-content{border-radius:0 0 0 0;border-bottom:0;border-top:1px solid #eee;}.tabs.tabs-bottom .nav-tabs{border-bottom:none;border-top:1px solid #eee;}.tabs.tabs-bottom .nav-tabs li{margin-bottom:0;margin-top:-1px;}.tabs.tabs-bottom .nav-tabs li:last-child a{margin-right:0;}.tabs.tabs-bottom .nav-tabs li a{margin-right:1px;border-radius:0 0 0 0;font-size:14px;}.tabs.tabs-bottom .nav-tabs li a,.tabs.tabs-bottom .nav-tabs li a:hover{border-bottom:3px solid #eee;border-top:1px solid #eee !important;}.tabs.tabs-bottom .nav-tabs li a:hover{border-bottom:3px solid #ccc;border-top:1px solid #eee !important;}.tabs.tabs-bottom .nav-tabs li.active a,.tabs.tabs-bottom .nav-tabs li.active a:hover,.tabs.tabs-bottom .nav-tabs li.active a:focus{border-bottom:3px solid #ccc;border-top-color:transparent !important;}.tabs-vertical{display:table;width:100%;border-top:1px solid #eee;direction:ltr;}.tabs-vertical .tab-content{display:table-cell;vertical-align:top;direction:ltr;text-align:left;}.tabs-vertical .nav-tabs{border-bottom:none;display:table-cell;height:100%;float:none;padding:0;vertical-align:top;}.tabs-vertical .nav-tabs > li{display:block;}.tabs-vertical .nav-tabs > li a{border-radius:0;display:block;padding-top:10px;text-align:left;}.tabs-vertical .nav-tabs > li a,.tabs-vertical .nav-tabs > li a:hover,.tabs-vertical .nav-tabs > li a:focus{border-bottom:none;border-top:none;}.tabs-vertical .nav-tabs > li.active a,.tabs-vertical .nav-tabs > li.active a:hover,.tabs-vertical .nav-tabs > li.active:focus{border-top:none;}.tabs-left .tab-content{border-left:none;border-radius:0 0 0 0;}.tabs-left .nav-tabs > li{margin-right:-1px;}.tabs-left .nav-tabs > li:first-child a{border-radius:0 0 0 0;}.tabs-left .nav-tabs > li:last-child a{border-radius:0 0 0 0;border-bottom:1px solid #eee;}.tabs-left .nav-tabs > li a{border-right:1px solid #eee;border-left:3px solid #eee;margin-right:1px;margin-left:1px;}.tabs-left .nav-tabs > li a:hover{border-left-color:#ccc;}.tabs-left .nav-tabs > li.active a,.tabs-left .nav-tabs > li.active a:hover,.tabs-left .nav-tabs > li.active a:focus{border-left:3px solid #ccc;border-right-color:#fff;}.tabs-right .tab-content{border-radius:0 0 0 0;border-right:none;}.tabs-right .nav-tabs > li{margin-left:-1px;}.tabs-right .nav-tabs > li:first-child a{border-radius:0 0 0 0;}.tabs-right .nav-tabs > li:last-child a{border-radius:0 0 0 0;border-bottom:1px solid #eee;}.tabs-right .nav-tabs > li a{border-right:3px solid #eee;border-left:1px solid #eee;margin-right:1px;margin-left:1px;}.tabs-right .nav-tabs > li a:hover{border-right-color:#ccc;}.tabs-right .nav-tabs > li.active a,.tabs-right .nav-tabs > li.active a:hover,.tabs-right .nav-tabs > li.active a:focus{border-right:3px solid #ccc;border-left-color:#fff;}.nav-tabs.nav-justified{padding:0;margin-bottom:-1px;}.nav-tabs.nav-justified li{margin-bottom:0;}.nav-tabs.nav-justified li:first-child a,.nav-tabs.nav-justified li:first-child a:hover{border-radius:0 0 0 0;}.nav-tabs.nav-justified li:last-child a,.nav-tabs.nav-justified li:last-child a:hover{border-radius:0 0 0 0;}.nav-tabs.nav-justified li a{border-bottom:1px solid #eee;border-radius:0;margin-right:0;}.nav-tabs.nav-justified li a:hover,.nav-tabs.nav-justified li a:focus{border-bottom:1px solid #eee;}.nav-tabs.nav-justified li.active a,.nav-tabs.nav-justified li.active a:hover,.nav-tabs.nav-justified li.active a:focus{background:#fff;border-left-color:#eee;border-right-color:#eee;border-top-width:3px;}.nav-tabs.nav-justified li.active a,.nav-tabs.nav-justified li.active a:hover,.nav-tabs.nav-justified li.active a:focus{border-top-width:3px;border-bottom:1px solid #fff;}.tabs.tabs-bottom .nav.nav-tabs.nav-justified{border-top:none;}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a{margin-right:0;border-top:1px solid #eee;}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a{border-radius:0 0 0 0;}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a{margin-right:0;border-radius:0 0 0 0;}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus{border-top:1px solid #fff;}.tabs-center .nav-tabs{margin:0 auto;text-align:center;}.tabs-navigation{border-radius:0;border-width:0;}.tabs-navigation .nav-tabs > li{margin-bottom:1px;}.tabs-navigation .nav-tabs > li a{color:#777;padding:14px;line-height:120%;}.tabs-navigation .nav-tabs > li a:before{font-family:FontAwesome;position:absolute;content:"\f054";right:15px;top:15px;}.tabs-navigation .nav-tabs > li a i{margin-right:8px;}.tabs-navigation .nav-tabs > li:first-child a{border-top:1px solid #eee !important;border-radius:0 0 0 0;}.tabs-navigation .nav-tabs > li.active a,.tabs-navigation .nav-tabs > li.active a:hover,.tabs-navigation .nav-tabs > li.active a:focus{border-left-color:#eee;border-right-color:#eee;}.tabs-navigation .nav-tabs > li:last-child a{border-radius:0 0 0 0;}.tabs-navigation .tab-content{background:transparent;border-width:0;padding:0 25px;}.tabs.tabs-simple .nav-tabs{border:0;margin-bottom:10px;}.tabs.tabs-simple .nav-tabs > li{margin-left:0;margin-bottom:20px;text-align:center;}.tabs.tabs-simple .nav-tabs > li a,.tabs.tabs-simple .nav-tabs > li a:hover,.tabs.tabs-simple .nav-tabs > li a:focus{padding:15px 30px;background:none;border:0;border-bottom:3px solid #eee;border-radius:0;font-size:16px;}.tabs.tabs-simple .tab-content{background:transparent;border:0;padding:0;margin:0;box-shadow:none;}@media (max-width:991px){.tabs-navigation{display:block;}.tabs-navigation .nav-tabs{display:block;}.tabs-navigation .tab-content{padding:25px 0;}}@media (max-width:479px){.tabs .nav.nav-tabs.nav-justified li{display:block;margin-bottom:-5px;}.tabs .nav.nav-tabs.nav-justified li a{border-top-width:3px !important;border-bottom-width:0 !important;}.tabs .nav.nav-tabs.nav-justified li:first-child a,.tabs .nav.nav-tabs.nav-justified li:first-child a:hover{border-radius:0 0 0 0;}.tabs .nav.nav-tabs.nav-justified li:last-child a,.tabs .nav.nav-tabs.nav-justified li:last-child a:hover{border-radius:0;}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li{margin-bottom:0;margin-top:-5px;}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a{border-bottom-width:3px !important;border-top-width:0 !important;}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover{border-radius:0;}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover{border-radius:0 0 0 0;}}.toggle{padding:0 0 5px 0;position:relative;clear:both;}.toggle > input{cursor:pointer;height:45px;margin:0;opacity:0;position:absolute;width:100%;z-index:2;}.toggle > label{-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out;background:#f4f4f4;padding:12px 20px 12px 10px;border-left:3px solid #ccc;border-radius:0;display:block;font-size:1.1em;min-height:20px;position:relative;cursor:pointer;font-weight:400;}.toggle > label:-moz-selection{background:none;}.toggle > label:selection{background:none;}.toggle > label:before{border:6px solid transparent;border-left-color:inherit;right:4px;content:'';margin-top:-6px;position:absolute;top:50%;}.toggle > label:hover{background:#f5f5f5;}.toggle > label + p{color:#999;display:block;overflow:hidden;padding-left:30px;text-overflow:ellipsis;white-space:nowrap;height:25px;}.toggle > label i{margin-right:7px;position:relative;top:-1px;}.toggle > label i.icon-image{display:inline-block;max-width:20px;}.toggle > .toggle-content{display:none;padding-bottom:5px;padding-left:20px;}@media (max-width: 767px){.toggle > .toggle-content{padding-left:0;}}.porto-toggles .toggle > .toggle-content{padding-left:0;}.toggle > .toggle-content > p{margin-bottom:0;padding:10px 0;}.toggle.active > label{background:#f4f4f4;border-color:#ccc;}.toggle.active > label:before{border:6px solid transparent;border-top-color:#fff;margin-top:-3px;right:10px;}.toggle.active > p{white-space:normal;}.toggle > p.preview-active{height:auto;white-space:normal;}.toggle-sm .toggle > label{font-size:0.9em;padding:6px 20px 6px 10px;}.toggle-sm .toggle > .toggle-content > p{font-size:0.9em;}.toggle-lg .toggle > label{font-size:1.1em;padding:16px 20px 16px 20px;}.toggle-lg .toggle > .toggle-content > p{font-size:1.1em;}.toggle-simple .toggle .toggle-content{padding-left:0;}.toggle-simple .toggle > label{border-radius:0;border:0;background:transparent;padding-left:32px;margin-bottom:-10px;font-size:1em;font-weight:600;color:#1d2127;}.toggle-simple .toggle > label:after{content:'';position:absolute;left:0;display:block;width:24px;height:24px;top:50%;margin-top:-12px;border-radius:0;z-index:1;}.toggle-simple .toggle > label:before{border:0;right:auto;left:7px;margin-top:auto;margin-bottom:auto;top:0;bottom:0;height:21px;font-size:14px;font-family:FontAwesome;content:"\f067";z-index:2;color:#fff;font-size:13px;}.toggle-simple .toggle.active > label{background:transparent;color:#1d2127;}.toggle-simple .toggle.active > label:before{content:"\f068";}.owl-carousel{margin-bottom:20px;}.owl-carousel .img-thumbnail{max-width:100%;}.owl-carousel .img-thumbnail img{width:100%;}.owl-carousel .item-video{height:300px;}.owl-carousel .owl-nav{top:50%;position:absolute;margin-top:-20px;width:100%;}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{display:inline-block;position:absolute;width:30px;height:30px;text-align:center;}.owl-carousel .owl-nav .owl-prev{left:-5px;}.owl-carousel .owl-nav .owl-prev:before{font-family:"Porto";content:"\e819";position:relative;left:-1px;top:1px;}.owl-carousel .owl-nav .owl-next{right:-5px;}.owl-carousel .owl-nav .owl-next:before{font-family:"Porto";content:"\e81a";position:relative;left:1px;top:1px;}.owl-carousel .owl-dots{margin-top:1em;}.owl-carousel.stage-margin .owl-stage-outer{margin-left:40px;margin-right:40px;}.owl-carousel.stage-margin .owl-stage-outer .owl-stage{padding-left:0 !important;padding-right:0 !important;}.owl-carousel.show-nav-hover .owl-nav{opacity:0;-webkit-transition:opacity 0.2s ease-in-out;-moz-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;}.owl-carousel.show-nav-hover .owl-nav .owl-prev{left:-20px;}.owl-carousel.show-nav-hover .owl-nav .owl-next{right:-20px;}.owl-carousel.show-nav-hover:hover .owl-nav{opacity:1;}.owl-carousel.show-nav-title .owl-nav{top:0;right:0;margin-top:-45px;width:auto;}.owl-carousel.show-nav-title .owl-nav [class*="owl-"],.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active{font-size:18px;background:transparent !important;width:18px;font-size:18px;padding-left:0;padding-right:0;}.owl-carousel.show-nav-title .owl-nav .owl-prev{left:-45px;}.owl-carousel.show-nav-title.post-carousel .owl-nav,.owl-carousel.show-nav-title.portfolio-carousel .owl-nav,.owl-carousel.show-nav-title.member-carousel .owl-nav,.owl-carousel.show-nav-title.product-carousel .owl-nav{right:15px;}.owl-carousel.nav-bottom .owl-nav{position:static;margin:0;padding:0;width:auto;}.owl-carousel.nav-bottom .owl-nav .owl-prev,.owl-carousel.nav-bottom .owl-nav .owl-next{position:static;}.owl-carousel.rounded-nav .owl-nav [class*="owl-"],.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover{padding:3px 7px;border-radius:50%;background:transparent !important;border:1px solid #999 !important;color:#999;width:30px;}.owl-carousel.nav-inside .owl-dots{bottom:2px;margin-top:10px;position:absolute;right:6px;}.owl-carousel.nav-inside .owl-nav .owl-prev{left:0;}.owl-carousel.nav-inside .owl-nav .owl-next{right:0;}.owl-carousel.nav-inside-left .owl-dots{left:6px;right:auto;}.owl-carousel.nav-inside-center .owl-dots{right:6px;left:6px;}.owl-carousel.full-width .owl-nav,.owl-carousel.big-nav .owl-nav{margin-top:-30px;}.owl-carousel.full-width .owl-nav [class*="owl-"],.owl-carousel.big-nav .owl-nav [class*="owl-"],.owl-carousel.full-width .owl-nav [class*="owl-"]:hover,.owl-carousel.big-nav .owl-nav [class*="owl-"]:hover{height:auto;padding:20px 0;margin:0;}.owl-carousel.full-width .owl-nav .owl-prev,.owl-carousel.big-nav .owl-nav .owl-prev{border-radius:0 0 0 0;left:0;}.owl-carousel.full-width .owl-nav .owl-next,.owl-carousel.big-nav .owl-nav .owl-next{border-radius:0 0 0 0;right:0;}.owl-carousel.top-border{border-top:1px solid #dbdbdb;padding-top:18px;}.owl-carousel .owl-item .owl-lazy{-webkit-transition:all 0.2s linear 0s, opacity 400ms ease 0s;-moz-transition:all 0.2s linear 0s, opacity 400ms ease 0s;transition:all 0.2s linear 0s, opacity 400ms ease 0s;}.owl-carousel .wpb_content_element{margin-bottom:0;}.owl-carousel-spaced{margin-left:-5px;}.owl-carousel-spaced .owl-item > div{margin:5px;}.owl-carousel.testimonials img{display:inline-block;height:70px;width:70px;}@media (max-width:479px){.owl-carousel-spaced{margin-left:0;}}.slick-slider .slick-dots li{opacity:1 !important;}.slick-slider .slick-dots li i{color:#d6d6d6;}.slick-slider .slick-prev{width:auto;height:auto;left:0;text-shadow:1px 1px 1px rgba(127, 127, 127, 0.3);}.slick-slider .slick-next{width:auto;height:auto;right:0;text-shadow:1px 1px 1px rgba(127, 127, 127, 0.3);}@media (max-width: 767px){.slick-slider .slick-prev,.slick-slider .slick-next{display:none !important;}}.dots-inner .slick-slider ul.slick-dots,.slick-slider.dots-inner ul.slick-dots{position:absolute !important;bottom:10px !important;}[dir="rtl"] .slick-prev:before,[dir="rtl"] .slick-next:before{display:none;}[dir="rtl"] .slick-prev i:before{content:"\e60d";}[dir="rtl"] .slick-next i:before{content:"\e60c";}.yith-wcan-loading{position:relative;}#fancybox-loading div{background-image:none;display:none;}.yith-wcan-loading,.master-slider .ms-loading-container .ms-loading,.master-slider .ms-slide .ms-slide-loading,#fancybox-loading,.slick-slider .slick-loading .slick-list,.ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child,#infscr-loading .infinite-loading,.porto-ajax-loading{background-image:none;background-color:transparent;border-radius:0;box-shadow:none;opacity:1;}.yith-wcan-loading:before,.master-slider .ms-loading-container .ms-loading:before,.master-slider .ms-slide .ms-slide-loading:before,#fancybox-loading:before,.slick-slider .slick-loading .slick-list:before,.ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child:before,#infscr-loading .infinite-loading:before,.porto-ajax-loading:before{content:" ";display:inline-block !important;border-width:3px 5px 2px 0;width:32px;height:32px;-moz-animation:spin 0.8s infinite linear;-o-animation:spin 0.8s infinite linear;-webkit-animation:spin 0.8s infinite linear;animation:spin 0.8s infinite linear;display:inline-block;border-image:none;border-radius:20px;border-style:solid;border-bottom-color:transparent !important;vertical-align:middle;position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;}.carousel-areas{background:transparent url(/web/wp-content/themes/saludlima/css/../images/patterns/stripes.png) repeat 0 0;padding-top:10px;padding-left:10px !important;padding-right:10px !important;padding-bottom:0;border-radius:0;max-width:750px;margin-left:auto !important;margin-right:auto !important;}.carousel-areas > div{padding-left:0 !important;padding-right:0 !important;}.carousel-areas .ult-carousel-wrapper{margin-bottom:10px;box-shadow:0 5px 5px rgba(0, 0, 0, 0.2);}.carousel-areas .ult-carousel-wrapper .slick-prev{left:-50px;border-radius:0 !important;}.carousel-areas .ult-carousel-wrapper .slick-next{right:-50px;border-radius:0 !important;}@media (max-width: 991px){.carousel-areas{overflow:hidden;}}.porto-ajax-loading:before{z-index:2;}.porto-ajax-loading:after{background-color:#fff;content:" ";position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;opacity:0.15;z-index:1;}.video-slide .ms-slide-bgvideocont:after{content:"";position:absolute;display:block;width:100%;height:100%;top:0;left:0;background:#000;opacity:0.5;}.fit-video{line-height:1;position:relative;width:100%;}.fit-video iframe{width:100% !important;}.text-muted{color:#999 !important;}html.dark .text-muted{color:#505461 !important;}.text-dark{color:#1d2127 !important;}.text-dark.wpb_text_column p{color:#1d2127 !important;}.text-light{color:#fff !important;}.text-light.wpb_text_column p{color:#fff !important;}.font-weight-light,.text-weight-light{font-weight:300;}.font-weight-light *,.text-weight-light *{font-weight:300;}.font-weight-normal,.text-weight-normal{font-weight:400;}.font-weight-normal *,.text-weight-normal *{font-weight:400;}.font-weight-semibold,.text-weight-semibold{font-weight:600;}.font-weight-semibold *,.text-weight-semibold *{font-weight:600;}.font-weight-bold,.text-weight-bold{font-weight:700;}.font-weight-bold *,.text-weight-bold *{font-weight:700;}.text-uppercase{text-transform:uppercase;}.text-lowercase{text-transform:lowercase;}.text-capitalize{text-transform:capitalize;}.mfp-close,.mfp-close-btn-in .mfp-close{font-weight:600;font-size:22px;color:#838383;}.mfp-wrap{direction:ltr;}html.browser-rtl .mfp-wrap{direction:rtl;}.mfp-content{direction:ltr;}.mfp-no-margins img.mfp-img{padding:0;}.mfp-no-margins .mfp-figure:after{top:0;bottom:0;}.mfp-no-margins .mfp-container{padding:0;}.mfp-content .mfp-figure figure:before{background:#f3f3f3;content:"";position:absolute;width:100%;top:40px;bottom:40px;}.mfp-content .mfp-figure img.mfp-img{position:relative;}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0.001;-webkit-backface-visibility:hidden;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1;}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:0.8;}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0;}.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);}.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0;}.my-mfp-zoom-in.mfp-bg{opacity:0.001;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out;}.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.8;}.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0;}.my-mfp-slide-bottom .zoom-anim-dialog{opacity:0;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;transition:all 0.2s ease-out;-webkit-transform:translateY(-20px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-20px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-20px) perspective(600px) rotateX(10deg);-o-transform:translateY(-20px) perspective(600px) rotateX(10deg);transform:translateY(-20px) perspective(600px) rotateX(10deg);}.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-moz-transform:translateY(0) perspective(600px) rotateX(0);-ms-transform:translateY(0) perspective(600px) rotateX(0);-o-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0);}.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog{opacity:0;-webkit-transform:translateY(-10px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-10px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-10px) perspective(600px) rotateX(10deg);-o-transform:translateY(-10px) perspective(600px) rotateX(10deg);transform:translateY(-10px) perspective(600px) rotateX(10deg);}.my-mfp-slide-bottom.mfp-bg{opacity:0.01;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out;}.my-mfp-slide-bottom.mfp-ready.mfp-bg{opacity:0.8;}.my-mfp-slide-bottom.mfp-removing.mfp-bg{opacity:0;}.dialog{background:#fff;padding:20px 30px;text-align:left;max-width:600px;margin:40px auto;position:relative;}.dialog.dialog-xs{max-width:200px;}.dialog.dialog-sm{max-width:400px;}.dialog.dialog-md{max-width:600px;}.dialog.dialog-lg{max-width:900px;}.white-popup-block{background:#fff;padding:20px 30px;text-align:left;max-width:600px;margin:40px auto;position:relative;}.white-popup-block.white-popup-block-xs{max-width:200px;}.white-popup-block.white-popup-block-sm{max-width:400px;}.white-popup-block.white-popup-block-md{max-width:600px;}.white-popup-block.white-popup-block-lg{max-width:900px;}.popup-inline-content,.mfp-content .ajax-container{background:#fff;margin:40px auto;max-width:1170px;padding:20px 30px;position:relative;text-align:left;display:none;}@media (max-width: 767px){.popup-inline-content,.mfp-content .ajax-container{padding:20px 15px;}}.mfp-content .ajax-container{display:block;}.mfp-wrap .popup-inline-content{display:block;}body a{outline:none !important;}li{line-height:24px;}.inline-block{display:inline-block;}.inline{display:inline;}.center{text-align:center;}.align-left{text-align:left;}.align-right{text-align:right;}.align-center{text-align:center;}.push-bottom{margin-bottom:35px;}.push-top{margin-top:35px;}.block-nowrap{display:inline-block;white-space:nowrap;}@media (max-width: 480px){.block-nowrap{display:inline;}}.block-inline{display:inline-block;}@media (max-width: 480px){.block-inline{display:inline;}}.pt-left{float:left !important;}.pt-right{float:right !important;}.pt-none{float:none !important;}.bold{font-weight:bold;}.font-light{font-weight:200;}.overflow-hidden{overflow:hidden;}.inverted{color:#fff;display:inline-block;padding-left:10px;padding-right:10px;}.text-decoration-none,.ms-btn{text-decoration:none !important;}.alert a{text-decoration:none;}.alert i{margin-right:8px;font-size:1.1em;}.alert ul{padding:0;margin:7px 0 0 25px;}.alert ul li{font-size:0.9em;}.alert.alert-sm{padding:5px 10px;font-size:0.9em;}.alert.alert-lg{padding:20px;font-size:1.2em;}.alert.alert-default{background-color:#f2f2f2;border-color:#eaeaea;color:#737373;}.alert.alert-default .alert-link{color:#4c4c4c;}.alert.alert-dark{background-color:#333a44;border-color:#07080a;color:#ced3db;}.alert.alert-dark .alert-link{color:#fafbfb;}.br-none{border-radius:0 !important;}.br-normal{border-radius:0 !important;}.br-thick{border-radius:0 !important;}.b-none{border:medium none !important;}.tf-none,.tf-none img{-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important;-webkit-transition:none !important;-moz-transition:none !important;transition:none !important;}.bg-pos-bottom{background-position:center bottom !important;}.bg-pos-bottom-zero{background-position:center 0 !important;}.bg-pos-top{background-position:center top !important;}.bg-pos-center{background-position:center center !important;}.bg-pos-left-top{background-position:left top !important;}.bg-pos-left-bottom{background-position:left bottom !important;}.bg-pos-left-center{background-position:left center !important;}body .bg-pos-right-top{background-position:right top !important;}.bg-pos-right-bottom{background-position:right bottom !important;}.bg-pos-right-center{background-position:right center !important;}.bg-attach-fixed{background-attachment:fixed;}.color-white{color:#fff !important;}.color-white a{color:#fff !important;}table{width:100%;}table p{margin:0;}img{max-width:100%;height:auto;}embed,iframe,object,video{max-width:100%;vertical-align:middle;}th,td{padding:8px;}dl dd{margin-bottom:15px;}blockquote{font-size:1em;}blockquote.with-borders{border-radius:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;border-left:1px solid #ececec;border-right:1px solid #ececec;box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04);padding:15px 20px;}.content-grid{overflow:hidden;margin:0 !important;padding:0 !important;}.content-grid .content-grid-item{position:relative;padding:25px;margin:0;}.content-grid .content-grid-item:before,.content-grid .content-grid-item:after{content:'';position:absolute;}.content-grid .content-grid-item:before{height:100%;top:0;left:-1px;border-left:1px solid #dadada;}.content-grid .content-grid-item:after{width:100%;height:0;top:auto;left:0;bottom:-1px;border-bottom:1px solid #dadada;}.content-grid .content-grid-item .img-responsive{display:inline-block;}.content-grid.content-grid-dashed .content-grid-item:before{border-left:1px dashed #dadada;}.content-grid.content-grid-dashed .content-grid-item:after{border-bottom:1px dashed #dadada;}.minicart-icon2:before{font-family:"FontAwesome" !important;font-size:1.1em;content:"\f07a";}.minicart-icon3:before{font-family:"Simple-Line-Icons" !important;font-size:1.1em;content:"\e04e";}.minicart-icon4:before{font-family:"porto" !important;font-size:1.1em;content:"\e87f";}.cur-pointer{cursor:pointer;}.font-size-xs{font-size:0.8em !important;}.font-size-sm{font-size:0.9em !important;}.font-size-sm .vc_btn3{font-size:1em !important;}.font-size-md{font-size:1em !important;}.font-size-lg{font-size:1.1em !important;}.font-size-xl{font-size:1.2em !important;}.text-xs{font-size:1rem !important;}.text-sm{font-size:1.3rem !important;}.text-md{font-size:1.6rem !important;}.text-lg{font-size:1.9rem !important;}.text-xl{font-size:2.2rem !important;}.line-height-xs{line-height:16px !important;}.line-height-sm{line-height:20px !important;}.line-height-md{line-height:24px !important;}.line-height-lg{line-height:28px !important;}.line-height-xl{line-height:32px !important;}.sticky-transition[data-plugin-sticky]{-webkit-transition:top 0.3s ease-in-out 0s;-moz-transition:top 0.3s ease-in-out 0s;transition:top 0.3s ease-in-out 0s;}.ajax-box{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;position:relative;}.ajax-box .ajax-box-content{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;opacity:1;height:auto;}.ajax-box .bounce-loader,.ajax-box .porto-ajax-loading{opacity:0;}.ajax-box.ajax-box-init{height:0px;}.ajax-box.ajax-box-loading{height:300px;}.ajax-box.ajax-box-loading .ajax-box-content{opacity:0;height:300px;}.ajax-box.ajax-box-loading .bounce-loader,.ajax-box.ajax-box-loading .porto-ajax-loading{opacity:1;}[data-plugin-parallax]{background-color:transparent;background-position:50% 50%;background-repeat:repeat;background-attachment:fixed !important;position:relative;clear:both;}.transition-none{-webkit-transition:none !important;-moz-transition:none !important;transition:none !important;}hr{background-image:- webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);background-image:linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);border:0;height:1px;margin:22px 0;}hr.hide{display:none !important;}hr.short{margin:11px 0;}hr.tall{margin:44px 0;}hr.taller{margin:66px 0;}hr.solid{background:rgba(0, 0, 0, 0.15);}hr.light{background-image:- webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.15), transparent);background-image:linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);}hr.invisible{background:none;}.divider{border:0;height:1px;margin:44px auto;background-image:- webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);background-image:linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);text-align:center;position:relative;clear:both;}.divider.taller{margin:66px auto;}.divider i{text-align:center;-moz-border-radius:50px;-webkit-border-radius:50px;background:#fff;border-radius:50px;color:#a9a9a9;display:inline-block;height:50px;line-height:50px;position:absolute;text-align:center;width:50px;font-size:20px;margin:0 auto 0 -25px;top:-25px;left:50%;z-index:1;}.divider.divider-solid{background:rgba(0, 0, 0, 0.15);}.divider.divider-icon-sm i{width:30px;height:30px;line-height:30px;top:-15px;font-size:15px;margin-left:-16px;}.divider.divider-icon-lg{margin:86px 0;}.divider.divider-icon-lg i{width:60px;height:60px;line-height:60px;top:-30px;font-size:30px;margin-left:-30px;}.divider.divider-icon-lg.taller{margin:100px auto;}.divider.divider-xs{width:35%;}.divider.divider-sm{width:67%;}.divider.divider-left i{left:0;margin-left:0;margin-right:0;right:auto;}.divider.divider-right i{left:auto;margin-left:0;margin-right:0;right:0;}.divider.divider-style-2 i{background:#f4f4f4;color:#a9a9a9;}.divider.divider-style-3 i{border:1px solid #cecece;}.divider.divider-style-4 i{border:1px solid #cecece;}.divider.divider-style-4 i:after{border:3px solid #f4f4f4;border-radius:50%;box-sizing:content-box;content:"";display:block;height:100%;left:-4px;padding:1px;position:absolute;top:-4px;width:100%;}.divider.divider-small{margin:22px auto;background:transparent;}.divider.divider-small hr{width:50px;height:1px;background:#555;}.divider.divider-small.divider-small-center{text-align:center;}.divider.divider-small.divider-small-center hr{margin-left:auto;margin-right:auto;}.divider.divider-small.divider-small-right{text-align:right;}.divider.divider-small.divider-small-right hr{margin-left:auto;}.divider.divider-small.divider-light hr{background:#ddd;}.divider.divider-small.divider-small-sm hr{height:1px;}.divider.divider-small.divider-small-lg hr{height:6px;}.divider.divider-small.tall{margin:34px 0;}.divider.divider-small.taller{margin:46px 0;}hr.dashed,.divider.dashed{background:none;position:relative;}hr.dashed:after,.divider.dashed:after{border:1px dashed rgba(0, 0, 0, 0.15);content:"";display:block;height:0;position:absolute;top:50%;margin-top:-1px;width:100%;}hr.pattern,.divider.pattern{background:none;position:relative;}hr.pattern:after,.divider.pattern:after{background:transparent url(/web/wp-content/themes/saludlima/css/../images/patterns/worn_dots.png) repeat 0 0;content:"";display:block;height:15px;position:absolute;top:50%;margin-top:-7px;width:100%;}hr.pattern.pattern-2:after,.divider.pattern.pattern-2:after{background-image:url(/web/wp-content/themes/saludlima/css/../images/patterns/az_subtle.png);}.porto-separator{margin:0 0 22px;}.porto-separator.short{margin:-11px 0 11px;}.porto-separator.tall{margin:22px 0 44px;}.porto-separator.taller{margin:44px 0 66px;}.porto-separator .separator-line{margin:0 auto;}.porto-separator .separator-line.align_left{margin:0 auto 0 0;}.porto-separator .separator-line.align_center{margin:0 auto;}.porto-separator .separator-line.align_right{margin:0 0 0 auto;}.porto-separator .separator-line-50{width:50%;}.porto-separator .separator-line-60{width:60%;}.porto-separator .separator-line-70{width:70%;}.porto-separator .separator-line-80{width:80%;}.porto-separator .separator-line-90{width:90%;}.icon-featured{display:inline-block;font-size:0px;margin:15px;width:110px;height:110px;border-radius:50%;text-align:center;position:relative;z-index:1;color:#fff;font-size:40px;line-height:110px;}.icon-featured:after{pointer-events:none;position:absolute;width:100%;height:100%;border-radius:50%;content:'';-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.icon-featured img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;}.featured-box{background:#f5f5f5;background-color:#f5f5f5;background:- webkit-linear-gradient(top, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 #f5f5f5;background:linear-gradient(to bottom, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 #f5f5f5;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #dfdfdf;border-left:1px solid #ececec;border-right:1px solid #ececec;border-radius:0;box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04);margin-bottom:20px;margin-left:auto;margin-right:auto;margin-top:20px;min-height:100px;position:relative;text-align:center;z-index:1;}.featured-box.align-left{text-align:left;}.featured-box.align-center{text-align:center;}.featured-box.align-right{text-align:right;}.featured-box.align-justify{text-align:justify;}.woocommerce .featured-box h2,.woocommerce-page .featured-box h2,.woocommerce .featured-box h3,.woocommerce-page .featured-box h3,.woocommerce .featured-box h4,.woocommerce-page .featured-box h4{font-size:1.3em;font-weight:400;letter-spacing:-0.7px;line-height:1.42857;margin-top:30px;margin-bottom:15px;text-transform:uppercase;}.woocommerce .featured-box h2:first-child,.woocommerce-page .featured-box h2:first-child,.woocommerce .featured-box h3:first-child,.woocommerce-page .featured-box h3:first-child,.woocommerce .featured-box h4:first-child,.woocommerce-page .featured-box h4:first-child{margin-top:-5px;}.woocommerce .featured-box header h2,.woocommerce-page .featured-box header h2,.woocommerce .featured-box header h3,.woocommerce-page .featured-box header h3,.woocommerce .featured-box header h4,.woocommerce-page .featured-box header h4{font-size:1.1em;margin-top:0 !important;}.featured-box h4,.featured-box .wpb_heading{font-size:1.3em;font-weight:400;letter-spacing:-0.7px;margin-top:5px;margin-bottom:5px;}.featured-box .box-content{border-radius:0;border-top:1px solid #dfdfdf;position:relative;top:-1px;padding:30px 30px 10px 30px;}@media (max-width: 767px){.featured-box .box-content{padding:25px 15px 5px 15px;}}.featured-box .learn-more{display:block;margin-top:10px;}.featured-box .aio-icon-box{margin-top:15px;margin-bottom:25px;}.featured-box .wpb_content_element{margin-bottom:20px;}.featured-box h2{margin-bottom:0px;padding:10px 0px;}.featured-box-text-left{text-align:left;}.featured-boxes-flat .featured-box{box-shadow:none;margin:10px 0;}.featured-boxes-flat .featured-box .box-content{background:#fff;margin-top:65px;}.featured-boxes-flat .featured-box .icon-featured{display:inline-block;font-size:38px;height:90px;line-height:90px;padding:0;width:90px;margin:-100px 0 -15px;position:relative;top:-37px;}.featured-boxes-style-2 .featured-box{background:none;border:0;margin:10px 0;box-shadow:none;}.featured-boxes-style-2 .featured-box .box-content{border:0;padding:0;}.featured-boxes-style-2 .featured-box .icon-featured{display:inline-block;font-size:30px;height:75px;line-height:75px;padding:0;width:75px;margin-top:0;}.featured-boxes-style-3 .featured-box{margin:10px 0;}.featured-boxes-style-3 .featured-box .icon-featured{display:inline-block;font-size:30px;height:75px;line-height:75px;padding:0;width:75px;margin-top:-35px;background:#fff;border:3px solid #ccc;line-height:68px;}.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box{background:none;border:0;box-shadow:none;}.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content{border:0;padding:0;}.featured-boxes-style-4 .featured-box{background:none;border:0;margin:10px 0;box-shadow:none;}.featured-boxes-style-4 .featured-box .box-content{border:0;padding:0;}.featured-boxes-style-4 .featured-box .icon-featured{display:inline-block;font-size:40px;height:45px;line-height:45px;padding:0;width:45px;margin-top:0;margin-bottom:10px;background:transparent;border-radius:0;}.featured-boxes-style-5 .featured-box,.featured-boxes-style-6 .featured-box,.featured-boxes-style-7 .featured-box{background:none;border:0;box-shadow:none;margin:10px 0;}.featured-boxes-style-5 .featured-box .box-content,.featured-boxes-style-6 .featured-box .box-content,.featured-boxes-style-7 .featured-box .box-content{border:0;padding:0;}.featured-boxes-style-5 .featured-box .box-content h4,.featured-boxes-style-6 .featured-box .box-content h4,.featured-boxes-style-7 .featured-box .box-content h4{color:#2e353e;}.featured-boxes-style-5 .featured-box .icon-featured,.featured-boxes-style-6 .featured-box .icon-featured,.featured-boxes-style-7 .featured-box .icon-featured{display:inline-block;font-size:30px;height:75px;padding:0;width:75px;margin-top:0;margin-bottom:10px;background:#fff;border:1px solid #dfdfdf;line-height:73px;}.featured-boxes-style-6 .featured-box .icon-featured{border:1px solid #cecece;}.featured-boxes-style-6 .featured-box .icon-featured:after{border:5px solid #f4f4f4;border-radius:50%;box-sizing:content-box;content:"";display:block;height:100%;left:-6px;padding:1px;position:absolute;top:-6px;width:100%;}.featured-boxes-style-7 .featured-box .icon-featured{border:1px solid #dfdfdf;}.featured-boxes-style-8 .featured-box .icon-featured{display:inline-block;font-size:30px;height:75px;padding:0;width:75px;margin:-38px 0 -16px;background:#fff;line-height:73px;border:0;}.featured-boxes-style-8 .featured-box .icon-featured:after{display:none;}.featured-box-effect-1 .icon-featured:after{top:-7px;left:-7px;padding:7px;box-shadow:0 0 0 3px #fff;-webkit-transition:transform 0.2s, opacity 0.2s;-moz-transition:transform 0.2s, opacity 0.2s;transition:transform 0.2s, opacity 0.2s;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0;}.featured-box-effect-1:hover .icon-featured:after{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:1;}.featured-box-effect-2 .icon-featured:after{top:-7px;left:-7px;padding:7px;box-shadow:0 0 0 3px #fff;-webkit-transition:transform 0.2s, opacity 0.2s;-moz-transition:transform 0.2s, opacity 0.2s;transition:transform 0.2s, opacity 0.2s;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0;}.featured-box-effect-2:hover .icon-featured:after{-webkit-transform:scale(0.95);-moz-transform:scale(0.95);-ms-transform:scale(0.95);-o-transform:scale(0.95);transform:scale(0.95);opacity:1;}.featured-box-effect-3 .icon-featured:after{top:0;left:0;box-shadow:0 0 0 10px #fff;-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-ms-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9);-webkit-transition:transform 0.2s, opacity 0.2s;-moz-transition:transform 0.2s, opacity 0.2s;transition:transform 0.2s, opacity 0.2s;opacity:0;}.featured-box-effect-3:hover .icon-featured{color:#fff !important;}.featured-box-effect-3:hover .icon-featured:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0.8;}.featured-box-effect-4 .icon-featured{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:transform 0.2s, transform 0.2s;-moz-transition:transform 0.2s, transform 0.2s;transition:transform 0.2s, transform 0.2s;}.featured-box-effect-4:hover .icon-featured{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);}.featured-box-effect-5 .icon-featured{overflow:hidden;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}.featured-box-effect-5:hover .icon-featured{-webkit-animation:toRightFromLeft 0.3s forwards;animation:toRightFromLeft 0.3s forwards;}@-webkit-keyframes toRightFromLeft{49%{-webkit-transform:translate(100%);}50%{opacity:0;-webkit-transform:translate(-100%);}51%{opacity:1;}}@-moz-keyframes toRightFromLeft{49%{-moz-transform:translate(100%);}50%{opacity:0;-moz-transform:translate(-100%);}51%{opacity:1;}}@keyframes toRightFromLeft{49%{transform:translate(100%);}50%{opacity:0;transform:translate(-100%);}51%{opacity:1;}}.featured-box-effect-6 .icon-featured:after{-webkit-transition:all 0.2s, transform 0.2s;-moz-transition:all 0.2s, transform 0.2s;transition:all 0.2s, transform 0.2s;}.featured-box-effect-6:hover .box-content .icon-featured:after{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}.featured-box-effect-7 .icon-featured:after{opacity:0;box-shadow:3px 3px #d5d5d5;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:opacity 0.2s, transform 0.2s;-moz-transition:opacity 0.2s, transform 0.2s;transition:opacity 0.2s, transform 0.2s;left:0;top:-1px;}.featured-box-effect-7:hover .icon-featured:after{opacity:1;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}.featured-box-effect-7 .icon-featured:before{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0.7;-webkit-transition:transform 0.2s, opacity 0.2s;-moz-transition:transform 0.2s, opacity 0.2s;transition:transform 0.2s, opacity 0.2s;}.featured-box-effect-7:hover .icon-featured:before{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;}.feature-box{clear:both;}.feature-box .feature-box-icon{border-radius:35px;color:#fff;display:inline-block;float:left;margin-right:10px;height:35px;line-height:35px;position:relative;text-align:center;top:5px;width:35px;}.feature-box .feature-box-info{padding-left:50px;}.feature-box.feature-box-style-2 h4{color:#1d2127;}.feature-box.feature-box-style-2 .feature-box-icon{background:transparent;width:50px;height:50px;}.feature-box.feature-box-style-2 .feature-box-icon i{font-size:28px;}.feature-box.feature-box-style-2 .feature-box-info{padding-left:60px;}.feature-box.feature-box-style-3 h4{color:#1d2127;}.feature-box.feature-box-style-3 .feature-box-icon{border:1px solid #ccc;background:transparent;line-height:32px;}.feature-box.feature-box-style-4 h4{color:#1d2127;}.feature-box.feature-box-style-4 .feature-box-icon{background:transparent;padding-bottom:10px;height:auto;width:auto;float:none;}.feature-box.feature-box-style-4 .feature-box-icon i{font-size:38px;}.feature-box.feature-box-style-4 .feature-box-info{clear:both;padding-left:0;}.feature-box.feature-box-style-5 h4{color:#1d2127;}.feature-box.feature-box-style-5 .feature-box-icon{background:transparent;width:74px;height:74px;}.feature-box.feature-box-style-5 .feature-box-icon i{font-size:44px;}.feature-box.feature-box-style-5 .feature-box-info{padding-left:84px;}.feature-box.feature-box-style-6 h4{color:#1d2127;}.feature-box.feature-box-style-6 .feature-box-icon{border:1px solid #cecece;background:transparent;line-height:32px;}.feature-box.feature-box-style-6 .feature-box-icon:after{border:3px solid #f4f4f4;border-radius:50%;box-sizing:initial;content:"";display:block;height:100%;left:-4px;padding:1px;position:absolute;top:-4px;width:100%;}.feature-box.feature-box-style-6 .feature-box-icon i{color:#a9a9a9;}@media (min-width:991px){.feature-box.reverse{text-align:right;}.feature-box.reverse .feature-box-info{padding-right:50px;padding-left:0;}.feature-box.reverse .feature-box-icon{float:right;margin-left:10px;margin-right:0;}.feature-box.reverse.feature-box-style-2 .feature-box-info{padding-right:60px;}.feature-box.reverse.feature-box-style-4 .feature-box-info{padding-right:0;}.feature-box.reverse.feature-box-style-5 .feature-box-info{padding-right:84px;}}.featured-boxes-full{width:100%;}.featured-boxes-full > [class*="col-"]{padding:0;}.featured-boxes-full .featured-box-full{text-align:center;padding:55px;}.featured-boxes-full .featured-box-full i,.featured-boxes-full .featured-box-full h1,.featured-boxes-full .featured-box-full h2,.featured-boxes-full .featured-box-full h3,.featured-boxes-full .featured-box-full h4,.featured-boxes-full .featured-box-full h5,.featured-boxes-full .featured-box-full h6,.featured-boxes-full .featured-box-full p,.featured-boxes-full .featured-box-full a{color:#fff;padding:0;margin:0;}.featured-boxes-full .featured-box-full i{font-size:55px;margin-bottom:15px;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);}.featured-boxes-full .featured-box-full p{padding-top:12px;opacity:0.8;}.aio-icon-component.featured-icon .aio-icon-header h3.aio-icon-title{font-weight:600;}.aio-icon-component.featured-icon .aio-icon{border-radius:35px;color:#fff;margin-right:10px;height:35px;position:relative;text-align:center;width:35px;border:1px solid #cecece;background:transparent;line-height:32px;}.aio-icon-component.featured-icon .aio-icon:after{border:3px solid #f4f4f4;border-radius:50%;box-sizing:initial;content:"";display:block;height:100%;left:-4px;padding:1px;position:absolute;top:-4px;width:100%;}.aio-icon-component.featured-icon .aio-icon i{line-height:35px;}.thumb-info{display:block;position:relative;text-decoration:none;max-width:100%;background-color:#fff;border:1px solid #ddd;border-width:0;border-radius:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.thumb-info .thumb-info-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);border-radius:0;margin:0;overflow:hidden;display:block;position:relative;}.thumb-info .thumb-info-wrapper:after{content:"";background:rgba(23, 23, 23, 0.8);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;border-radius:0;bottom:0;color:#fff;left:0;position:absolute;right:0;top:0;display:block;opacity:0;z-index:1;}.thumb-info .thumb-info-action-icon{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;border-radius:0 0 0 25px;display:inline-block;font-size:25px;height:50px;line-height:50px;position:absolute;right:-100px;text-align:center;text-decoration:none;vertical-align:bottom;top:-100px;width:50px;z-index:2;overflow:hidden;}.thumb-info .thumb-info-action-icon i{font-size:24px;left:3px;position:relative;top:-4px;color:#fff;}.thumb-info .thumb-info-action-icon i img{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;border-radius:0;-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important;}.thumb-info .thumb-info-inner{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;display:block;}.thumb-info .thumb-info-inner em{display:block;font-size:0.8em;font-style:normal;font-weight:normal;}.thumb-info .thumb-info-title{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;background:rgba(23, 23, 23, 0.8);bottom:10%;color:#fff;font-size:18px;font-weight:700;left:0;letter-spacing:-1px;padding:9px 11px 9px;position:absolute;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);text-transform:uppercase;z-index:2;max-width:90%;}.thumb-info .thumb-info-title a,.thumb-info .thumb-info-title a:hover{color:#fff;text-decoration:none;}.thumb-info .thumb-info-type{border-radius:0;display:inline-block;float:left;font-size:12px;font-weight:400;letter-spacing:0;margin:8px -2px -15px -2px;padding:2px 9px;text-transform:none;z-index:2;}.thumb-info .owl-carousel{z-index:auto;}.thumb-info .owl-carousel .owl-nav,.thumb-info .owl-carousel .owl-dots{z-index:2;}.thumb-info img{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;border-radius:0;position:relative;width:100%;}.thumb-info .zoom{border-radius:100%;bottom:4px;cursor:pointer;color:#fff;display:block;height:30px;padding:0;position:absolute;right:4px;text-align:center;width:30px;opacity:0;-webkit-transition:all 0.1s;-moz-transition:all 0.1s;transition:all 0.1s;z-index:2;}.thumb-info .zoom i{font-size:14px;line-height:28px;}.thumb-info:hover .thumb-info-wrapper:after{opacity:1;}.thumb-info:hover .thumb-info-action-icon{right:0;top:0;}.thumb-info:hover .thumb-info-title{background:#000;}.thumb-info:hover img{-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);}.thumb-info:hover .zoom{opacity:1;}.thumb-info:hover .owl-carousel.show-nav-hover .owl-nav{opacity:1;}.thumb-info.thumb-info-no-zoom img{-webkit-transition:none;-moz-transition:none;transition:none;}.thumb-info.thumb-info-no-zoom:hover img{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);}.thumb-info.thumb-info-lighten .thumb-info-wrapper:after{background:rgba(23, 23, 23, 0.25);}.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after{display:none;}.thumb-info.thumb-info-centered-icons .thumb-info-action{-webkit-transition:transform 0.2s ease-out, opacity 0.2s ease-out;-moz-transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out;transform:translate3d(0, -10px, 0);top:50%;left:3px;right:auto;bottom:auto;width:100%;height:40px;margin-top:-20px;text-align:center;position:absolute;opacity:0;z-index:2;}.thumb-info.thumb-info-centered-icons .thumb-info-action-icon{-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;transition:all 0.1s ease;display:inline-block;position:relative;z-index:2;left:auto;right:auto;top:auto;bottom:auto;width:40px;height:40px;line-height:33px;border-radius:50%;margin-right:6px;}.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i{position:static;font-size:18px;}.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover{-webkit-transform:scale(1.15, 1.15);-moz-transform:scale(1.15, 1.15);-ms-transform:scale(1.15, 1.15);-o-transform:scale(1.15, 1.15);transform:scale(1.15, 1.15);}.thumb-info.thumb-info-centered-icons:hover .thumb-info-action{transform:translate3d(0, 0, 0);opacity:1;}.thumb-info.thumb-info-centered-icons:hover .thumb-info-action-icon{position:relative;}.thumb-info.thumb-info-centered-info .thumb-info-title{background:transparent;left:5%;width:90%;-webkit-transition:transform 0.2s ease-out, opacity 0.2s ease-out;-moz-transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out;transform:translate(0%, -30%);top:50%;bottom:auto;opacity:0;text-align:center;padding:0;position:absolute;}.thumb-info.thumb-info-centered-info .thumb-info-type{float:none;}.thumb-info.thumb-info-centered-info:hover .thumb-info-title{opacity:1;transform:translate(0%, -50%);}.thumb-info.thumb-info-bottom-info .thumb-info-title{background:#fff;left:0;width:100%;max-width:100%;-webkit-transition:transform 0.2s ease-out, opacity 0.2s ease-out;-moz-transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out;transform:translate3d(0, 100px, 0);top:auto;bottom:0;opacity:0;padding:15px;text-shadow:none;}.thumb-info.thumb-info-bottom-info .thumb-info-type{float:none;background:none;padding:0;margin:0;}.thumb-info.thumb-info-bottom-info:hover .thumb-info-title{transform:translate3d(0, 0, 0);opacity:1;}.thumb-info.thumb-info-bottom-info:hover img{-webkit-transform:translateY(-18px);-moz-transform:translateY(-18px);-ms-transform:translateY(-18px);-o-transform:translateY(-18px);transform:translateY(-18px);}.thumb-info.thumb-info-bottom-info-dark .thumb-info-title{background-color:rgba(0, 0, 0, 0);background:- webkit-linear-gradient(bottom, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);background:linear-gradient(to top, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);color:#fff;}.thumb-info.thumb-info-push-hor img{-webkit-transform:translatex(-18px);-moz-transform:translatex(-18px);-ms-transform:translatex(-18px);-o-transform:translatex(-18px);transform:translatex(-18px);width:calc(100% + 19px);max-width:none;}.thumb-info.thumb-info-push-hor:hover img{-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0);}.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after{opacity:0.65;}.thumb-info.thumb-info-hide-info-hover .thumb-info-title{opacity:1;top:50%;}.thumb-info.thumb-info-hide-info-hover .thumb-info-type{float:none;}.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after{opacity:0.1;}.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title{opacity:0;}.thumb-info.thumb-info-no-borders,.thumb-info.thumb-info-no-borders img{border:0;padding:0;margin:0;border-radius:0;}.thumb-info.thumb-info-no-borders .thumb-info-wrapper{border:0;padding:0;margin:0;border-radius:0;}.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after{border-radius:0;bottom:0;left:0;right:0;top:0;}.thumb-info.thumb-info-preview .thumb-info-wrapper:after{display:none;}.thumb-info.thumb-info-preview .thumb-info-image{min-height:232px;display:block;background-position:center top;background-repeat:no-repeat;background-size:100% auto;position:relative;-webkit-transition:background-position 0.8s linear 0s;-moz-transition:background-position 0.8s linear 0s;transition:background-position 0.8s linear 0s;}.thumb-info.thumb-info-preview:hover .thumb-info-image{-webkit-transition:background-position 2.5s linear 0s;-moz-transition:background-position 2.5s linear 0s;transition:background-position 2.5s linear 0s;background-position:center bottom;}.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image{-webkit-transition:background-position 1s linear 0s;-moz-transition:background-position 1s linear 0s;transition:background-position 1s linear 0s;}.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image{-webkit-transition:background-position 5s linear 0s;-moz-transition:background-position 5s linear 0s;transition:background-position 5s linear 0s;}.thumb-info.thumb-info-preview.thumb-info-preview-fixed .thumb-info-image,.thumb-info.thumb-info-preview.thumb-info-preview-fixed:hover .thumb-info-image{background-position:center center;-webkit-transition:none;-moz-transition:none;transition:none;}.thumb-info.thumb-info-preview.thumb-info-preview-fixed-top .thumb-info-image,.thumb-info.thumb-info-preview.thumb-info-preview-fixed-top:hover .thumb-info-image{background-position:center top;}.thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom .thumb-info-image,.thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom:hover .thumb-info-image{background-position:center bottom;}.thumb-info.thumb-info-box-shadow{box-shadow:10px 10px 74px -15px rgba(0, 0, 0, 0.1);-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}.thumb-info.thumb-info-box-shadow:hover{box-shadow:10px 10px 74px 0 rgba(0, 0, 0, 0.1);}.thumb-info-ribbon{background:#999;position:absolute;margin:-16px 0 0 0;padding:5px 13px 6px;right:15px;z-index:1;}.thumb-info-ribbon:before{border-right:10px solid #646464;border-top:16px solid transparent;content:"";display:block;height:0;left:-10px;position:absolute;top:0;width:7px;}.thumb-info-ribbon span{font-size:1.1em;}.full-width .thumb-info img{border-radius:0 !important;}.thumb-info-caption{padding:10px 0;}.thumb-info-caption .thumb-info-caption-text{display:block;margin:0 0 8px;font-size:0.9em;padding:10px;}.thumb-info-caption .thumb-info-caption-text > *:last-child{margin-bottom:0;}.thumb-info-caption .thumb-info-caption-text .thumb-info-date{display:block;font-style:normal;font-weight:normal;}.thumb-info-caption .thumb-info-caption-text img{width:auto;}.thumb-info-caption p{line-height:20px;margin:0 0 8px;}.thumb-info-side-image{border:1px solid #ddd;*zoom:1;}.thumb-info-side-image:before,.thumb-info-side-image:after{content:" ";display:table;}.thumb-info-side-image:after{clear:both;}.thumb-info-side-image .thumb-info-side-image-wrapper{position:relative;padding:0;float:left;margin-right:20px;}.thumb-info-side-image .thumb-info-caption .thumb-info-caption-text{padding:17px;margin:0;}.thumb-info-side-image .thumb-info-social-icons{border-width:0;padding-bottom:0;}.thumb-info-side-image.thumb-info-no-borders .thumb-info-side-image-wrapper{padding:0;}.thumb-info-side-image-right .thumb-info-side-image-wrapper{float:right;margin-left:20px;margin-right:0;}.thumb-info-social-icons{border-top:1px dotted #ddd;margin:0;padding:15px 10px;display:block;}.thumb-info-social-icons a{position:relative;margin:2px;border-radius:25px;display:inline-block;height:30px;line-height:30px;text-align:center;width:30px;vertical-align:bottom;overflow:hidden;}.thumb-info-social-icons a:hover{text-decoration:none;}.thumb-info-social-icons a span{display:none;}.thumb-info-social-icons a i{color:#fff;font-size:0.9em;font-weight:normal;}.thumb-info-social-icons a i img{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;border-radius:0;-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important;}.thumb-info-social-icons.share-links a{margin:2px;border-radius:25px;}.thumb-info-icons.position-style-2{position:absolute;top:-15px;left:50%;z-index:3;-webkit-transform:translatex(-51%);-moz-transform:translatex(-51%);-ms-transform:translatex(-51%);-o-transform:translatex(-51%);transform:translatex(-51%);}.thumb-info-icons .thumb-info-icon{display:inline-block;padding:5px 11px;border-radius:20px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}.thumb-info-icons .thumb-info-icon.love{margin-left:0.2em;}.thumb-info-icons .thumb-info-icon i{margin-left:8px;}.thumb-info-icons.position-style-1{position:absolute;bottom:5%;right:5%;z-index:2;}.thumb-info-icons.position-style-3{bottom:7%;position:absolute;right:2%;}.thumb-info-plus::before{opacity:1;transition:auto;content:'';display:block;position:absolute;width:100%;top:50%;left:50%;border-top:1px solid #fff;-webkit-transform:translate3d(-50%, -50%, 0);-moz-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);}.thumb-info-plus::after{opacity:1;transition:auto;content:'';display:block;position:absolute;width:100%;top:50%;left:50%;border-top:1px solid #fff;-webkit-transform:translate3d(-50%, -50%, 0);-moz-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);-webkit-transform:translate3d(-50%, -50%, 0) rotate(0deg);-moz-transform:translate3d(-50%, -50%, 0) rotate(0deg);-ms-transform:translate3d(-50%, -50%, 0) rotate(0deg);-o-transform:translate3d(-50%, -50%, 0) rotate(0deg);transform:translate3d(-50%, -50%, 0) rotate(0deg);}.thumb-info .thumb-info-plus{opacity:0;position:absolute;width:10%;top:50%;left:50%;z-index:2;-webkit-transform:translate3d(-50%, -50%, 0);-moz-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}.thumb-info:hover .thumb-info-plus{opacity:1;width:30%;}.thumb-info:hover .thumb-info-plus::after{-webkit-transform:translate3d(-50%, -50%, 0) rotate(90deg);-moz-transform:translate3d(-50%, -50%, 0) rotate(90deg);-ms-transform:translate3d(-50%, -50%, 0) rotate(90deg);-o-transform:translate3d(-50%, -50%, 0) rotate(90deg);transform:translate3d(-50%, -50%, 0) rotate(90deg);}.portfolio-parallax .thumb-info-plus{opacity:0;position:absolute;width:10%;top:50%;left:50%;z-index:2;-webkit-transform:translate3d(-50%, -50%, 0);-moz-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;width:2%;}.portfolio-parallax:hover .thumb-info-plus{opacity:1;width:8%;}.portfolio-parallax:hover .thumb-info-plus::after{-webkit-transform:translate3d(-50%, -50%, 0) rotate(90deg);-moz-transform:translate3d(-50%, -50%, 0) rotate(90deg);-ms-transform:translate3d(-50%, -50%, 0) rotate(90deg);-o-transform:translate3d(-50%, -50%, 0) rotate(90deg);transform:translate3d(-50%, -50%, 0) rotate(90deg);}.portfolio-parallax.hidden-plus .thumb-info-plus{display:none;}.thumb-info.thumb-info-bottom-info.alternate-info-hide:hover img{-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);}.thumb-info-slow-zoom{transition:box-shadow 300ms ease 0s;}.thumb-info-slow-zoom:hover{box-shadow:0 0 59px -16px rgba(0, 0, 0, 0.4);}.thumb-info-slow-zoom:hover img{-webkit-transform:translate3d(0, 3%, 0) scale(1.3) !important;-moz-transform:translate3d(0, 3%, 0) scale(1.3) !important;-ms-transform:translate3d(0, 3%, 0) scale(1.3) !important;-o-transform:translate3d(0, 3%, 0) scale(1.3) !important;transform:translate3d(0, 3%, 0) scale(1.3) !important;}.thumb-info-slow-zoom img{-webkit-transform:translate3d(-2%, -2%, 0) scale(1.2);-moz-transform:translate3d(-2%, -2%, 0) scale(1.2);-ms-transform:translate3d(-2%, -2%, 0) scale(1.2);-o-transform:translate3d(-2%, -2%, 0) scale(1.2);transform:translate3d(-2%, -2%, 0) scale(1.2);-webkit-transition:all 5s ease;-moz-transition:all 5s ease;transition:all 5s ease;}.thumb-info-slow-zoom .thumb-info-plus{display:none;}.portfolio-stripes .owl-item .portfolio-item .thumb-info.thumb-info-slow-zoom:hover .thumb-info-wrapper .background-image{-webkit-transform:translate3d(0, 3%, 0) scale(1.3) !important;-moz-transform:translate3d(0, 3%, 0) scale(1.3) !important;-ms-transform:translate3d(0, 3%, 0) scale(1.3) !important;-o-transform:translate3d(0, 3%, 0) scale(1.3) !important;transform:translate3d(0, 3%, 0) scale(1.3) !important;box-shadow:none;}.portfolio-stripes .owl-item .portfolio-item .thumb-info.thumb-info-slow-zoom .thumb-info-wrapper .background-image{-webkit-transform:translate3d(-2%, -2%, 0) scale(1.2) !important;-moz-transform:translate3d(-2%, -2%, 0) scale(1.2) !important;-ms-transform:translate3d(-2%, -2%, 0) scale(1.2) !important;-o-transform:translate3d(-2%, -2%, 0) scale(1.2) !important;transform:translate3d(-2%, -2%, 0) scale(1.2) !important;-webkit-transition:all 5s ease;-moz-transition:all 5s ease;transition:all 5s ease;}.portfolio-stripes .owl-item .portfolio-item .thumb-info-slow-zoom:hover .thumb-info-wrapper::after{opacity:0;}.portfolio-stripes .owl-item .portfolio-item .thumb-info-slow-zoom:hover .thumb-info-wrapper:before{bottom:-41px;}@media (max-width:991px){.thumb-info .thumb-info-title{font-size:14px;}.thumb-info .thumb-info-more{font-size:11px;}.portfolio-parallax:hover .thumb-info-plus{width:20%;}}section.timeline{width:74%;margin:50px 13% 0;position:relative;float:left;padding-bottom:120px;}.column2 section.timeline{width:100%;margin:50px 0 0;}section.timeline:after{background:#505050;background:-moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));background:-webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);background:-o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);background:-ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);background:linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;content:"";display:block;height:100%;position:absolute;top:-60px;left:0;right:0;margin:auto;width:3px;z-index:0;opacity:0.35;}section.timeline .timeline-date{box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04);position:relative;display:block;clear:both;width:200px;height:45px;padding:5px;border:1px solid #e5e5e5;background:#fff;text-shadow:0 1px 1px #fff;margin:0 auto 10px;border-radius:0;z-index:1;}section.timeline .timeline-date h3{display:block;text-align:center;text-transform:uppercase;color:#757575;font-size:0.9em;line-height:32px;margin:2px 0 0;}section.timeline .timeline-title{background:#f4f4f4;padding:12px;}section.timeline .timeline-title h4{padding:0;margin:0;color:#171717;font-size:1.4em;}section.timeline .timeline-title a{color:#171717;}section.timeline .timeline-title .timeline-title-tags{color:#b1b1b1;font-size:0.9em;}section.timeline .timeline-title .timeline-title-tags a{color:#b1b1b1;font-size:0.9em;}section.timeline .timeline-box{box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04);border-radius:0;margin:20px 3% 10px;padding:10px;position:relative;width:44%;float:left;z-index:1;margin-bottom:30px;border:1px solid #e5e5e5;background:#fff;}section.timeline .timeline-box.left{clear:both;}section.timeline .timeline-box.left:before{box-shadow:0 0 0 3px #fff, 0 0 0 6px #e5e5e5;background:#e5e5e5;border-radius:50%;content:"";display:block;height:7px;margin-right:-8px;right:-6%;position:absolute;top:22px;width:8px;}section.timeline .timeline-box.left:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);background:#fff;border-right:1px solid #e5e5e5;border-top:1px solid #e5e5e5;content:"";display:block;height:14px;position:absolute;right:-8px;top:20px;width:14px;z-index:0;}section.timeline .timeline-box.right{clear:right;float:right;margin-top:40px;}section.timeline .timeline-box.right:before{border-radius:50%;box-shadow:0 0 0 3px #fff, 0 0 0 6px #e5e5e5;background:#e5e5e5;content:"";display:block;height:7px;margin-left:-8px;left:-6%;position:absolute;top:32px;width:8px;}section.timeline .timeline-box.right:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);background:#fff;border-left:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;left:-8px;content:"";display:block;height:14px;position:absolute;top:30px;width:14px;z-index:0;}section.timeline .timeline-box .img-thumbnail,section.timeline .timeline-box .img-thumbnail img{padding:0;border:0;}section.timeline .timeline-box .owl-carousel{border-radius:0;padding:0;border:0;box-shadow:none;}section.timeline .timeline-box .owl-carousel .owl-stage-outer{border-radius:0;}section.timeline .timeline-box .thumb-info,section.timeline .timeline-box .thumb-info img{border:0;padding:0;margin:0;border-radius:0;}section.timeline .timeline-box .thumb-info .thumb-info-wrapper{border:0;padding:0;margin:0;border-radius:0;}section.timeline .timeline-box .thumb-info .thumb-info-wrapper:after{border-radius:0;bottom:0;left:0;right:0;top:0;}section.timeline .timeline-box .thumb-info-side-image .thumb-info-side-image-wrapper{padding:0;}@media (max-width: 767px){.column2 section.timeline{width:74%;margin:50px 13% 0;}section.timeline .timeline-box{float:none;clear:both;right:auto;left:auto;margin:25px auto;max-width:80%;width:auto;}.column2 section.timeline .timeline-box{max-width:80%;}section.timeline .timeline-box.right{float:none;clear:both;right:auto;left:auto;margin:25px auto;max-width:80%;width:auto;}.column2 section.timeline .timeline-box.right{max-width:80%;}section.timeline .timeline-box.left:after,section.timeline .timeline-box.right:after,section.timeline .timeline-box.left:before,section.timeline .timeline-box.right:before{display:none;}}@media (max-width: 480px){section.timeline{width:auto;float:none;margin-left:0;margin-right:0;}.column2 section.timeline{margin-left:0;margin-right:0;width:auto;}section.timeline .timeline-box{margin:15px auto;max-width:90%;}.column2 section.timeline .timeline-box{max-width:90%;}section.timeline .timeline-box.right{margin:15px auto;max-width:90%;}.column2 section.timeline .timeline-box.right{max-width:90%;}}#infscr-loading{position:absolute;top:100%;left:0;right:0;width:100%;height:0;text-align:center;margin-top:-20px;}#infscr-loading img{display:none !important;}#infscr-loading .infinite-loading{display:inline-block;width:50px;height:50px;margin:auto;}.page-faqs #infscr-loading{margin-top:-40px;}.pagination.load-more span{display:none;}.pagination.load-more a{display:none;}.pagination.load-more .next{display:block;padding:13px 30px;font-size:14px;line-height:1.333333;border-width:3px;width:auto;height:auto;text-indent:0;}.pagination.load-more .next:before{content:'';}.pagination-wrap.load-more{position:relative;}.pagination-wrap.load-more .bounce-loader{display:none;}.testimonial{margin-bottom:20px;}.slick-slider .testimonial{margin-bottom:0;}.testimonial blockquote{border-radius:0;border:0;color:#666;font-family:Georgia, serif;font-style:italic;margin:0;padding:10px 50px;position:relative;}.testimonial blockquote:before{left:10px;top:0;color:#fff;content:"\201C";font-size:80px;font-style:normal;line-height:1;position:absolute;}.testimonial blockquote:after{color:#fff;content:"\201D";font-size:80px;font-style:normal;line-height:1;position:absolute;bottom:-0.5em;right:10px;}.testimonial blockquote p{color:#fff;font-family:Georgia, serif;font-style:italic;font-size:1.2em;line-height:1.3;}.testimonial .testimonial-arrow-down{border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #ccc;height:0;margin:0 0 0 17px;width:0;}.testimonial .testimonial-author{*zoom:1;margin:8px 0 0 0;}.testimonial .testimonial-author:before,.testimonial .testimonial-author:after{content:" ";display:table;}.testimonial .testimonial-author:after{clear:both;}.testimonial .testimonial-author .testimonial-author-thumbnail{float:left;margin-right:10px;width:auto;}.testimonial .testimonial-author img{max-width:55px;}.testimonial .testimonial-author strong{color:#111;display:block;padding-top:10px;margin-bottom:-5px;}.testimonial .testimonial-author span{color:#666;display:block;font-size:12px;}.testimonial .testimonial-author p{color:#999;margin:0 0 0 25px;text-align:left;}.testimonial.testimonial-style-2{text-align:center;}.testimonial.testimonial-style-2 blockquote{background:transparent !important;border-radius:0;padding:6px 20px;}.testimonial.testimonial-style-2 blockquote:before,.testimonial.testimonial-style-2 blockquote:after{display:none;}.testimonial.testimonial-style-2 .testimonial-arrow-down{display:none;}.testimonial.testimonial-style-2 .testimonial-author{padding:0;margin:6px 0 0;}.testimonial.testimonial-style-2 .testimonial-author img{margin:0 auto 10px;}.testimonial.testimonial-style-2 .testimonial-author p{text-align:center;padding:0;margin:0;}.testimonial.testimonial-style-3 blockquote{background:#f2f2f2 !important;border-radius:0;padding:12px 30px;}.testimonial.testimonial-style-3 blockquote:before{top:5px;font-size:35px;}.testimonial.testimonial-style-3 blockquote:after{font-size:35px;bottom:-5px;}.testimonial.testimonial-style-3 blockquote p{font-size:1em;font-style:normal;}.testimonial.testimonial-style-3 .testimonial-author{margin-left:8px;}.testimonial.testimonial-style-3 .testimonial-arrow-down{margin-left:20px;border-top:10px solid #f2f2f2 !important;}.testimonial.testimonial-style-4{border-radius:0;padding:8px;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;border-left:1px solid #ececec;border-right:1px solid #ececec;box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04);}.testimonial.testimonial-style-4 blockquote{background:transparent !important;border-radius:0;padding:12px 30px;}.testimonial.testimonial-style-4 blockquote:before{top:5px;font-size:35px;}.testimonial.testimonial-style-4 blockquote:after{font-size:35px;bottom:-5px;}.testimonial.testimonial-style-4 blockquote p{font-size:1em;font-style:normal;}.testimonial.testimonial-style-4 .testimonial-arrow-down{display:none;}.testimonial.testimonial-style-4 .testimonial-author{margin-left:30px;margin-bottom:15px;}.testimonial.testimonial-style-5{text-align:center;}.testimonial.testimonial-style-5 blockquote{background:transparent !important;border-radius:0;padding:6px 20px;}.testimonial.testimonial-style-5 blockquote:before,.testimonial.testimonial-style-5 blockquote:after{display:none;}.testimonial.testimonial-style-5 blockquote p{font-size:1.2em;font-style:normal;}.testimonial.testimonial-style-5 .testimonial-arrow-down{display:none;}.testimonial.testimonial-style-5 .testimonial-author{padding:6px 0 0;margin:12px 0 0;border-top:1px solid #f2f2f2;}.testimonial.testimonial-style-5 .testimonial-author img{margin:10px auto 10px;}.testimonial.testimonial-style-5 .testimonial-author p{text-align:center;padding:0;margin:0;}.testimonial.testimonial-style-6{text-align:center;}.testimonial.testimonial-style-6 blockquote{background:transparent !important;border-radius:0;border:0;padding:0 10%;}.testimonial.testimonial-style-6 blockquote:before,.testimonial.testimonial-style-6 blockquote:after{display:none;}.testimonial.testimonial-style-6 blockquote i.fa-quote-left{font-size:34px;position:relative;left:-5px;}.testimonial.testimonial-style-6 blockquote p{font-size:24px;line-height:30px;}.testimonial.testimonial-style-6 blockquote span{font-size:16px;line-height:20px;color:#999;position:relative;left:-5px;}.testimonial.testimonial-style-6 .testimonial-arrow-down{display:none;}.testimonial.testimonial-style-6 .testimonial-author{padding:0;margin:6px 0 0;}.testimonial.testimonial-style-6 .testimonial-author img{margin:15px auto 10px;}.testimonial.testimonial-style-6 .testimonial-author p{text-align:center;padding:0;margin:0;}.testimonial.testimonial-with-quotes{text-align:center;}.testimonial.testimonial-with-quotes blockquote{background:transparent !important;}.testimonial.testimonial-with-quotes blockquote:before{display:block !important;left:10px;top:0;content:"\201C";font-size:80px;font-style:normal;line-height:1;position:absolute;}@media (max-width: 480px){.testimonial.testimonial-with-quotes blockquote:before{display:none !important;}}.testimonial.testimonial-with-quotes blockquote:after{display:block !important;right:10px;font-size:80px;font-style:normal;line-height:1;position:absolute;bottom:-0.5em;content:"\201D";}@media (max-width: 480px){.testimonial.testimonial-with-quotes blockquote:after{display:none !important;}}.testimonial.testimonial-with-quotes blockquote p{padding:0 40px;}@media (max-width: 480px){.testimonial.testimonial-with-quotes blockquote p{padding:0;}}.testimonial.testimonial-with-quotes img{margin:15px auto;width:55px;}.testimonial.testimonial-with-quotes .testimonial-author p{margin:0 auto;text-align:center;}.testimonial.testimonial-with-quotes.testimonial-light blockquote:before,.testimonial.testimonial-with-quotes.testimonial-light blockquote:after,.testimonial.testimonial-with-quotes.testimonial-light blockquote p{opacity:0.9;color:#fff;}.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span,.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong{opacity:0.6;color:#fff;}.testimonial.testimonial-transparent-background blockquote{background:transparent !important;}.testimonial.testimonial-alternarive-font blockquote p{font-family:Georgia, serif !important;font-style:italic;font-size:1.2em;}.testimonial-no-borders.testimonial{border-width:0;box-shadow:none;}.custom-rounded-image{border-radius:100%;}.testimonial.custom-testimonial-style-1 blockquote{background:transparent;padding:40px 20px 40px 0px;}.testimonial.custom-testimonial-style-1 blockquote:before{left:0;font-size:60px;color:#1e1e24;}.testimonial.custom-testimonial-style-1 blockquote:after{font-size:60px;color:#1e1e24;}.testimonial.custom-testimonial-style-1 blockquote p{color:#777;font-family:"Sintony", sans-serif;font-style:normal;font-size:1em;line-height:1.8;padding:0;}.testimonial.custom-testimonial-style-1 .testimonial-author p{position:relative;margin:0;text-align:left;}.testimonial.custom-testimonial-style-1 .testimonial-author p:before{content:'';display:block;position:absolute;top:0;left:0;width:18px;border-top:2px solid #1e1e24;}.testimonial.custom-testimonial-style-1{text-align:left;}.share-links{vertical-align:middle;}.share-links a{font-size:14px;color:#fff;text-indent:-9999em;text-align:center;width:2.2857em;height:2.2857em;display:inline-block;margin:0.2857em 0.5714em 0.2857em 0;border-radius:0;position:relative;text-decoration:none;vertical-align:middle;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.share-links a:before{font-family:"FontAwesome";text-indent:0;position:absolute;left:0;right:0;top:0;bottom:0;line-height:23px;height:22px;margin:auto;}.share-links.disable-br a{border-radius:0 !important;}.share-links .share-twitter{background:#1aa9e1;}.share-links .share-twitter:hover{color:#fff;background:#45bbe9;}.share-links .share-twitter:before{content:"\f099";}.share-links .share-facebook{background:#3b5a9a;}.share-links .share-facebook:hover{color:#fff;background:#4d71bb;}.share-links .share-facebook:before{content:"\f09a";}.share-links .share-linkedin{background:#0073b2;}.share-links .share-linkedin:hover{color:#fff;background:#0094e5;}.share-links .share-linkedin:before{content:"\f0e1";}.share-links .share-rss{background:#ff8201;}.share-links .share-rss:hover{color:#fff;background:#ff9b34;}.share-links .share-rss:before{content:"\f09e";}.share-links .share-googleplus{background:#dd4b39;}.share-links .share-googleplus:hover{color:#fff;background:#e47365;}.share-links .share-googleplus:before{content:"\f0d5";}.share-links .share-pinterest{background:#cc2127;}.share-links .share-pinterest:hover{color:#fff;background:#e04046;}.share-links .share-pinterest:before{content:"\f0d2";}.share-links .share-youtube{background:#c3191e;}.share-links .share-youtube:hover{color:#fff;background:#e42b31;}.share-links .share-youtube:before{content:"\f167";}.share-links .share-instagram{background:#7c4a3a;}.share-links .share-instagram:hover{color:#fff;background:#9f5f4a;}.share-links .share-instagram:before{content:"\f16d";}.share-links .share-skype{background:#00b0f6;}.share-links .share-skype:hover{color:#fff;background:#2ac2ff;}.share-links .share-skype:before{content:"\f17e";}.share-links .share-email{background:#dd4b39;}.share-links .share-email:hover{color:#fff;background:#e47365;}.share-links .share-email:before{content:"\f0e0";}.share-links .share-vk{background:#6383a8;}.share-links .share-vk:hover{color:#fff;background:#849dba;}.share-links .share-vk:before{content:"\f189";}.share-links .share-xing{background:#1a7576;}.share-links .share-xing:hover{color:#fff;background:#239ea0;}.share-links .share-xing:before{content:"\f168";}.share-links .share-tumblr{background:#304e6c;}.share-links .share-tumblr:hover{color:#fff;background:#40688f;}.share-links .share-tumblr:before{content:"\f173";}.share-links .share-reddit{background:#ff4107;}.share-links .share-reddit:hover{color:#fff;background:#ff683a;}.share-links .share-reddit:before{content:"\f1a1";}.share-links .share-vimeo{background:#52b8ea;}.share-links .share-vimeo:hover{color:#fff;background:#7fcbf0;}.share-links .share-vimeo:before{content:"\f27d";}.share-links .share-telegram{background:#08c;}.share-links .share-telegram:hover{color:#fff;background:#0af;}.share-links .share-telegram:before{content:"\f1d8";}.share-links .share-yelp{background:#c41200;}.share-links .share-yelp:hover{color:#fff;background:#f71700;}.share-links .share-yelp:before{content:"\f1e9";}.share-links .share-flickr{background:#0063dc;}.share-links .share-flickr:hover{color:#fff;background:#107cff;}.share-links .share-flickr:before{content:"\f16e";}.share-links .share-whatsapp{background:#3c8a38;}.share-links .share-whatsapp:hover{color:#fff;background:#4cae47;}.share-links .share-whatsapp:before{content:"\f232";}.share-links.default-skin a{color:#fff !important;}.share-links.default-skin a:hover{opacity:0.8;}.share-links.default-skin .share-twitter{background:#1aa9e1 !important;}.share-links.default-skin .share-facebook{background:#3b5a9a !important;}.share-links.default-skin .share-linkedin{background:#0073b2 !important;}.share-links.default-skin .share-rss{background:#ff8201 !important;}.share-links.default-skin .share-googleplus{background:#dd4b39 !important;}.share-links.default-skin .share-pinterest{background:#cc2127 !important;}.share-links.default-skin .share-youtube{background:#c3191e !important;}.share-links.default-skin .share-instagram{background:#7c4a3a !important;}.share-links.default-skin .share-skype{background:#00b0f6 !important;}.share-links.default-skin .share-email{background:#dd4b39 !important;}.share-links.default-skin .share-vk{background:#6383a8 !important;}.share-links.default-skin .share-xing{background:#1a7576 !important;}.share-links.default-skin .share-tumblr{background:#304e6c !important;}.share-links.default-skin .share-reddit{background:#ff4107 !important;}.share-links.default-skin .share-vimeo{background:#52b8ea !important;}.share-links.default-skin .share-telegram{background:#08c !important;}.share-links.default-skin .share-yelp{background:#c41200 !important;}.share-links.default-skin .share-flickr{background:#0063dc !important;}.share-links.default-skin .share-whatsapp{background:#3c8a38 !important;}.widget.follow-us .share-links .share-twitter:hover,#footer .widget.follow-us .share-links .share-twitter:hover,.header-wrapper.header-side-nav #header .share-links .share-twitter:hover,#header.header-corporate .share-links .share-twitter:hover{background:#1aa9e1;}.widget.follow-us .share-links .share-facebook:hover,#footer .widget.follow-us .share-links .share-facebook:hover,.header-wrapper.header-side-nav #header .share-links .share-facebook:hover,#header.header-corporate .share-links .share-facebook:hover{background:#3b5a9a;}.widget.follow-us .share-links .share-linkedin:hover,#footer .widget.follow-us .share-links .share-linkedin:hover,.header-wrapper.header-side-nav #header .share-links .share-linkedin:hover,#header.header-corporate .share-links .share-linkedin:hover{background:#0073b2;}.widget.follow-us .share-links .share-rss:hover,#footer .widget.follow-us .share-links .share-rss:hover,.header-wrapper.header-side-nav #header .share-links .share-rss:hover,#header.header-corporate .share-links .share-rss:hover{background:#ff8201;}.widget.follow-us .share-links .share-googleplus:hover,#footer .widget.follow-us .share-links .share-googleplus:hover,.header-wrapper.header-side-nav #header .share-links .share-googleplus:hover,#header.header-corporate .share-links .share-googleplus:hover{background:#dd4b39;}.widget.follow-us .share-links .share-pinterest:hover,#footer .widget.follow-us .share-links .share-pinterest:hover,.header-wrapper.header-side-nav #header .share-links .share-pinterest:hover,#header.header-corporate .share-links .share-pinterest:hover{background:#cc2127;}.widget.follow-us .share-links .share-youtube:hover,#footer .widget.follow-us .share-links .share-youtube:hover,.header-wrapper.header-side-nav #header .share-links .share-youtube:hover,#header.header-corporate .share-links .share-youtube:hover{background:#c3191e;}.widget.follow-us .share-links .share-instagram:hover,#footer .widget.follow-us .share-links .share-instagram:hover,.header-wrapper.header-side-nav #header .share-links .share-instagram:hover,#header.header-corporate .share-links .share-instagram:hover{background:#7c4a3a;}.widget.follow-us .share-links .share-skype:hover,#footer .widget.follow-us .share-links .share-skype:hover,.header-wrapper.header-side-nav #header .share-links .share-skype:hover,#header.header-corporate .share-links .share-skype:hover{background:#00b0f6;}.widget.follow-us .share-links .share-email:hover,#footer .widget.follow-us .share-links .share-email:hover,.header-wrapper.header-side-nav #header .share-links .share-email:hover,#header.header-corporate .share-links .share-email:hover{background:#dd4b39;}.widget.follow-us .share-links .share-vk:hover,#footer .widget.follow-us .share-links .share-vk:hover,.header-wrapper.header-side-nav #header .share-links .share-vk:hover,#header.header-corporate .share-links .share-vk:hover{background:#6383a8;}.widget.follow-us .share-links .share-xing:hover,#footer .widget.follow-us .share-links .share-xing:hover,.header-wrapper.header-side-nav #header .share-links .share-xing:hover,#header.header-corporate .share-links .share-xing:hover{background:#1a7576;}.widget.follow-us .share-links .share-tumblr:hover,#footer .widget.follow-us .share-links .share-tumblr:hover,.header-wrapper.header-side-nav #header .share-links .share-tumblr:hover,#header.header-corporate .share-links .share-tumblr:hover{background:#304e6c;}.widget.follow-us .share-links .share-reddit:hover,#footer .widget.follow-us .share-links .share-reddit:hover,.header-wrapper.header-side-nav #header .share-links .share-reddit:hover,#header.header-corporate .share-links .share-reddit:hover{background:#ff4107;}.widget.follow-us .share-links .share-vimeo:hover,#footer .widget.follow-us .share-links .share-vimeo:hover,.header-wrapper.header-side-nav #header .share-links .share-vimeo:hover,#header.header-corporate .share-links .share-vimeo:hover{background:#52b8ea;}.widget.follow-us .share-links .share-telegram:hover,#footer .widget.follow-us .share-links .share-telegram:hover,.header-wrapper.header-side-nav #header .share-links .share-telegram:hover,#header.header-corporate .share-links .share-telegram:hover{background:#08c;}.widget.follow-us .share-links .share-yelp:hover,#footer .widget.follow-us .share-links .share-yelp:hover,.header-wrapper.header-side-nav #header .share-links .share-yelp:hover,#header.header-corporate .share-links .share-yelp:hover{background:#c41200;}.widget.follow-us .share-links .share-flickr:hover,#footer .widget.follow-us .share-links .share-flickr:hover,.header-wrapper.header-side-nav #header .share-links .share-flickr:hover,#header.header-corporate .share-links .share-flickr:hover{background:#0063dc;}.widget.follow-us .share-links .share-whatsapp:hover,#footer .widget.follow-us .share-links .share-whatsapp:hover,.header-wrapper.header-side-nav #header .share-links .share-whatsapp:hover,#header.header-corporate .share-links .share-whatsapp:hover{background:#3c8a38;}.member-share-advance.post-share-advance-bg{background:transparent;padding:0 0 30px;height:35px;}.member-share-advance.post-share-advance-bg:hover{background:#fff;}.member-share-advance.post-share-advance-bg:hover .fa-share-alt{background:#4dbb6d;}.thumb-info .thumb-info-wrapper.member-social-adv-main{overflow:visible;}.thumb-member-container{display:block;position:relative;}.thumb-member-container > a{overflow:hidden;display:block;}.member-social-adv-main .member-image{margin-bottom:0;}.member-share-advance.share-links{z-index:9;}.member-share-advance.share-links .fa-share-alt{background:#58605a;}.member-share-advance.share-links .share-links a:first-child{opacity:0.5;}.member-share-advance.share-links .post-share-advance-bg{background:transparent;}.member-share-advance.share-links .post-share-advance-bg:hover{background:#fff;}.member-share-advance.share-links .post-share-advance-bg:hover .fa-share-alt{background:#4dbb6d;}.member-share-advance.share-links .thumb-info-social-icons{padding:15px 0 !important;}.member-share-advance.share-links a{width:100%;}.member-share-advance.share-links .share-facebook{color:#4d70a8 !important;}.member-share-advance.share-links .share-twitter{color:#1aa9e1 !important;}.member-share-advance.share-links .share-linkedin{color:#0077b5 !important;}.member-share-advance.share-links .share-googleplus{color:#dd4b39 !important;}.member-share-advance.share-links .share-pinterest{color:#cc2127 !important;}.member-share-advance.share-links .share-email{color:#dd4b39 !important;}.member-share-advance.share-links .share-vk{color:#6383a8 !important;}.member-share-advance.share-links .share-xing{color:#1a7576 !important;}.member-share-advance.share-links .share-tumblr{color:#304e6c !important;}.member-share-advance.share-links .share-reddit{color:#ff4107 !important;}.member-share-advance.share-links .share-vimeo{color:#52b8ea !important;}.member-share-advance.share-links .share-instagram{color:#964b00 !important;}.member-share-advance.share-links .share-whatsapp{color:#3c8a38 !important;}.member-share-advance.post-share-advance-bg:hover .share-links a{opacity:0.5;}.member-share-advance.post-share-advance-bg:hover .share-links a:hover{opacity:1;}.page-share[class*="position"]{position:fixed;top:150px;margin:0;padding:0;z-index:99999;}.page-share[class*="position"].position-left{left:0;}.page-share[class*="position"].position-right{right:0;}.page-share[class*="position"] .share-links a{display:block;margin:0;}.dir-arrow{background:transparent url(/web/wp-content/themes/saludlima/css/../images/arrows.png) no-repeat 0 0;width:47px;height:120px;display:inline-block;position:relative;}.dir-arrow.arrow-light{background:transparent url(/web/wp-content/themes/saludlima/css/../images/arrows-dark.png) no-repeat 0 0;}.dir-arrow.vtl{background-position:0 0;width:47px;height:96px;}.dir-arrow.vtr{background-position:-101px 0;width:47px;height:96px;}.dir-arrow.vbl{background-position:0 -144px;width:47px;height:96px;}.dir-arrow.vbr{background-position:-101px -144px;width:47px;height:96px;}.dir-arrow.hlt{background-position:-209px 0;width:120px;height:47px;}.dir-arrow.hlb{background-position:-209px -101px;width:120px;height:47px;}.dir-arrow.hrt{background-position:-329px 0;width:120px;height:47px;}.dir-arrow.hrb{background-position:-329px -101px;width:120px;height:47px;}@media (max-width:479px){.dir-arrow{display:none;}}.circular-bar{text-align:center;margin-bottom:25px;}.circular-bar .circular-bar-chart{position:relative;}.circular-bar strong{display:block;font-weight:600;font-size:18px;line-height:30px;position:absolute;top:37%;width:80%;left:10%;text-align:center;}.circular-bar label{display:block;font-weight:100;font-size:17px;line-height:20px;position:absolute;top:52%;width:80%;left:10%;text-align:center;}.circular-bar.only-icon i{display:block;font-weight:600;font-size:38px;line-height:30px;position:absolute;top:42%;width:80%;left:10%;text-align:center;}.circular-bar.single-line strong{top:42%;}.circular-bar.circular-bar-sm label{font-size:14px;top:38%;}.circular-bar.circular-bar-lg strong{font-size:20px;top:42%;}.vc_progress_bar .vc_single_bar.progress,.progress{border-radius:0;height:20px;margin-bottom:20px;background:#fafafa;box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;overflow:visible;}.vc_progress_bar .vc_single_bar.progress.progress-border-radius,.progress.progress-border-radius,.vc_progress_bar .vc_single_bar.progress.progress-border-radius .progress-bar,.progress.progress-border-radius .progress-bar{border-radius:3px;}.vc_progress_bar .vc_single_bar.progress.progress-no-border-radius,.progress.progress-no-border-radius,.vc_progress_bar .vc_single_bar.progress.progress-no-border-radius .progress-bar,.progress.progress-no-border-radius .progress-bar{border-radius:0;}.vc_progress_bar .vc_single_bar.progress.progress-sm,.progress.progress-sm{height:10px;}.vc_progress_bar .vc_single_bar.progress.progress-sm .progress-bar,.progress.progress-sm .progress-bar{line-height:10px;}.vc_progress_bar .vc_single_bar.progress.progress-lg,.progress.progress-lg{height:35px;}.vc_progress_bar .vc_single_bar.progress.progress-lg .progress-bar,.progress.progress-lg .progress-bar{font-size:13px;line-height:35px;}.vc_progress_bar .vc_single_bar.progress .vc_bar,.progress-bar{float:left;background-color:#ccc;box-shadow:none;position:relative;border-radius:0;}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-primary,.progress-bar.progress-bar-primary{background-color:#ccc;color:#fff;}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-success,.progress-bar.progress-bar-success{background-color:#47a447;color:#fff;}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-warning,.progress-bar.progress-bar-warning{background-color:#ed9c28;color:#fff;}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-danger,.progress-bar.progress-bar-danger{background-color:#d2322d;color:#fff;}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-info,.progress-bar.progress-bar-info{background-color:#5bc0de;color:#fff;}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-dark,.progress-bar.progress-bar-dark{background-color:#1d2127;color:#fff;}.progress-bar-tooltip{position:absolute;padding:4px 8px;background-color:#333;color:#fff;line-height:15px;font-size:11px;display:block;position:absolute;top:-28px;right:5px;border-radius:0;opacity:0;}.progress-bar-tooltip:after{border-color:#333 transparent;border-style:solid;border-width:5px 5px 0;bottom:-5px;content:"";display:block;left:13px;position:absolute;width:0;}#banner-wrapper .porto-block,#content-top .porto-block,#content-bottom .porto-block{overflow:hidden;}.porto-concept{background:transparent url(/web/wp-content/themes/saludlima/css/../images/concept.png) no-repeat center 0;width:100%;overflow:hidden;}.porto-concept strong{display:block;font-size:2.1em;font-weight:normal;position:relative;margin-top:30px;}.porto-concept .row{position:relative;}.porto-concept .process-image{background:transparent url(/web/wp-content/themes/saludlima/css/../images/concept-item.png) no-repeat 0 0;width:160px;height:175px;margin:130px auto 0 auto;padding-bottom:50px;position:relative;z-index:1;}.porto-concept .process-image img{border-radius:150px;margin:8px;width:144px;}.porto-concept .our-work{margin-top:52px;font-size:2.6em;}.porto-concept .project-image{background:transparent url(/web/wp-content/themes/saludlima/css/../images/concept-item.png) no-repeat 100% 0;width:350px;height:420px;margin:15px 0 0 -30px;padding-bottom:45px;position:relative;z-index:1;}.porto-concept .project-image img{width:338px;}.porto-concept .sun{background:transparent url(/web/wp-content/themes/saludlima/css/../images/concept-icons.png) no-repeat 0 0;width:60px;height:56px;display:block;position:absolute;left:10%;top:35px;}.porto-concept .cloud{background:transparent url(/web/wp-content/themes/saludlima/css/../images/concept-icons.png) no-repeat 100% 0;width:116px;height:56px;display:block;position:absolute;left:57%;top:35px;}@media (max-width:991px){.porto-concept{background:none;}.porto-concept .project-image{margin:60px auto 0 auto;}.porto-concept .process-image{margin-top:60px;}}@media (max-width:479px){.porto-concept .project-image{background-position:0 0;margin-left:auto;max-width:160px;max-height:250px;}.porto-concept .fc-slideshow{max-height:145px;max-width:145px;}.porto-concept .fc-slideshow img{max-height:145px;max-width:145px;}}.porto-map-section{background:transparent url(/web/wp-content/themes/saludlima/css/../images/map.png) center 0 no-repeat;padding-top:164px;margin-top:15px;margin-left:-15px;margin-right:-15px;}.porto-map-section .map-content{background-color:rgba(244, 244, 244, 0.8);border-top:5px solid rgba(241, 241, 241, 0.8);padding:50px 0 30px;min-height:400px;margin-top:0;}.porto-map-section .map-content article.post .post-date .day,.porto-map-section .map-content .post-item .post-date .day{background-color:#fff;}body.boxed .porto-map-section .map-content,#main.main-boxed .porto-map-section .map-content{padding-left:30px;padding-right:30px;}.porto-portfolio{position:relative;}.porto-preview-image,.porto-image-frame{margin-bottom:30px;}.porto-diamonds{font-size:0;margin:40px auto;position:relative;text-align:center;max-width:1110px;}.csstransforms3d .porto-diamonds{padding:50px 0 0 52px;}.no-csstransforms3d .porto-diamonds{max-width:1035px;}.porto-diamonds > li{display:inline-block;font-size:18px;margin-right:130px;}.no-csstransforms3d .porto-diamonds > li{margin:0 20px 20px 0;}.porto-diamonds .diamond{background:#f4f4f4;display:block;height:245px;overflow:hidden;position:relative;text-decoration:none;width:245px;}.porto-diamonds .diamond:after{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;content:" ";width:100%;height:100%;position:absolute;top:0;left:0;background:#000;opacity:0;transform:scale(0);z-index:100;}.porto-diamonds .diamond:hover:after{opacity:0.3;transform:scale(1);}.porto-diamonds .diamond:hover .content:after{opacity:0.8;transform:scale(1);}.csstransforms3d .porto-diamonds .diamond{overflow:hidden;transform:rotate(-45deg);}.porto-diamonds .content{display:table-cell;height:245px;padding:0 10px;transform:rotate(45deg);text-align:center;vertical-align:middle;width:245px;position:relative;}.porto-diamonds .content:after{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;color:#fff;content:"\e091";font-family:"simple-line-icons";font-size:28px;left:26%;margin:-6px -12px;opacity:0;position:absolute;top:49%;z-index:1000;transform:scale(2);}.porto-diamonds .content img{margin-left:-25%;max-width:375px;}.porto-diamonds .diamond-sm .content:after{left:24%;top:49%;}@media (min-width:1170px){.porto-diamonds > li:nth-child(3){margin-right:8px;}.porto-diamonds > li:nth-child(4){right:153px;top:10px;position:absolute;}.porto-diamonds > li:nth-child(5){margin-left:500px;margin-top:-68px;}.porto-diamonds > li:nth-child(6){position:absolute;margin:-7px 0 0 -30px;}.porto-diamonds > li:nth-child(7){position:absolute;margin:92px 0 0 -128px;}.porto-diamonds .diamond-sm{height:123px;width:123px;}.porto-diamonds .diamond-sm .content{height:123px;width:123px;}.porto-diamonds .diamond-sm .content img{max-width:195px;}}@media (max-width:1169px){.csstransforms3d .porto-diamonds,.porto-diamonds{padding-left:0;max-width:935px;}.porto-diamonds > li:nth-child(2n+2){margin-right:0;margin-bottom:130px;}.porto-diamonds > li:last-child{margin-bottom:50px;margin-right:36px;margin-top:-100px;padding-left:35px;}}@media (max-width:722px){.csstransforms3d .porto-diamonds,.porto-diamonds{max-width:245px;padding-left:0;}.porto-diamonds > li{margin-right:0;margin-bottom:130px;clear:both;}.porto-diamonds > li:last-child{margin-bottom:50px;margin-right:0;margin-top:0;padding-left:0;}}.border-transparent{border-color:transparent;}.no-box-shadow{box-shadow:none !important;}.timeline-circle{position:relative;margin-left:25px;width:118px;height:118px;border-radius:50%;border-width:1px;border-style:solid;z-index:2;box-shadow:0px 11px 21px 0px rgba(229, 232, 235, 0.75);}.timeline-circle .circle-dotted{position:absolute;padding:16px;width:106px;height:106px;top:5px;left:5px;display:table;border-style:dashed;border-width:1px;border-radius:50%;}.timeline-circle .circle-center{display:table-cell;vertical-align:middle;}.timeline-circle .circle-center > span:first-child{font-size:1.5em;line-height:1;}.timeline-circle.circle-light{border-color:#e6ebeb;}.timeline-circle.circle-light .circle-dotted{border-color:#e6ebeb;}.timeline-balloon{position:relative;}.timeline-balloon::before{content:'';position:absolute;top:-35px;left:83px;width:1px;height:120%;background-color:#e6ebeb;}.timeline-balloon:last-of-type::before{height:75px;}.timeline-balloon .balloon-cell{display:table-cell;vertical-align:top;width:100%;}.timeline-balloon .balloon-time{padding-top:25px;width:93px;white-space:nowrap;}.timeline-balloon .balloon-time .time-text{display:inline-block;vertical-align:middle;width:72px;}.timeline-balloon .balloon-time .time-dot{position:relative;width:25px;height:25px;display:inline-block;vertical-align:middle;}.timeline-balloon .balloon-time .time-dot::before{content:'';position:absolute;width:19px;height:19px;top:50%;left:50%;border-style:solid;border-width:2px;border-radius:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}.timeline-balloon .balloon-time .time-dot::after{content:'';position:absolute;width:7px;height:7px;top:50%;left:50%;border-radius:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}.timeline-balloon .balloon-content{position:relative;margin-left:34px;padding:25px;padding-right:15px;border-width:1px;border-style:solid;border-radius:3px;border-color:#e6ebeb;}.timeline-balloon .balloon-content.balloon-shadow{box-shadow:0px 11px 21px 0px rgba(229, 232, 235, 0.75);}.timeline-balloon .balloon-content .balloon-arrow{position:absolute;width:20px;height:20px;top:35px;left:-15px;border-width:1px;border-style:solid;border-right:none;border-bottom:none;border-color:#e6ebeb;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;}.timeline-balloon .balloon-content .balloon-photo{display:table-cell;vertical-align:top;height:64px;width:64px;}.timeline-balloon .balloon-content .balloon-description{display:table-cell;padding-left:25px;}.timeline-balloon .balloon-content .balloon-description p{line-height:1.6;}@media (max-width:767px){.timeline-circle{margin:0px auto 35px !important;}.timeline-balloon:before{left:50%;}.timeline-balloon .balloon-time .time-dot{display:none;}.timeline-balloon .balloon-time .time-text{position:absolute;top:-11px;left:50%;text-align:center;background:#fff;border-width:1px;border-style:solid;border-radius:3px;border-color:#e6ebeb;padding:5px 0px;z-index:1;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}.timeline-balloon .balloon-content{margin-left:5px;}}section.exp-timeline{width:calc(100% - 30px);margin:0 0 0 30px;padding:0;}section.exp-timeline:after{content:none;}section.exp-timeline .timeline-bar{position:absolute;width:3px;left:-2.9%;z-index:0;}section.exp-timeline .timeline-box{border:0 !important;margin:15px 0 !important;width:100%;margin:0;padding:0;box-shadow:0px 12px 90px -10px rgba(171, 191, 216, 0.6) !important;}section.exp-timeline .timeline-box.right{max-width:100%;}section.exp-timeline .timeline-box.right:before{top:50%;left:-2.5%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}section.exp-timeline .timeline-box.right:after{top:50%;border:none;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);}section.exp-timeline .timeline-box .experience-info,section.exp-timeline .timeline-box .experience-description{padding:40px;}section.exp-timeline .timeline-box .experience-info p{opacity:0.5;text-transform:uppercase;font-size:11px;}section.exp-timeline .timeline-box .experience-info .from,section.exp-timeline .timeline-box .experience-info .to{display:inline-block;width:50%;float:left;text-transform:uppercase;font-size:12px;line-height:1.3;}section.exp-timeline .timeline-box .experience-info .from > span,section.exp-timeline .timeline-box .experience-info .to > span{display:block;text-transform:none;font-size:16px;}section.exp-timeline .timeline-box .experience-info .company{font-size:18px;}section.exp-timeline .timeline-box .experience-info .company > span{display:block;opacity:0.5;text-transform:uppercase;font-size:11px;}@media (max-width:991px){section.exp-timeline .timeline-bar{left:-4.1%;}section.exp-timeline .timeline-box:before,section.exp-timeline .timeline-box:after{display:block !important;}section.exp-timeline .timeline-box.right{float:right;}section.exp-timeline .timeline-box.right:before{left:-3.4%;}}@media (max-width:767px){section.exp-timeline{width:100%;margin:0;}section.exp-timeline .timeline-bar{display:none;}section.exp-timeline .timeline-box:before,section.exp-timeline .timeline-box:after{display:none !important;}}.floating-menu .floating-menu-btn-collapse-nav{color:#fff;display:none;float:right;margin:12px 0 8px 15px;}.floating-menu .floating-menu-nav-main nav > ul > li{margin-bottom:0;}.floating-menu .floating-menu-nav-main nav > ul > li.active > a{background:#fff !important;}.floating-menu .floating-menu-nav-main nav > ul > li.active > a:after{background:#fff;}@media (min-width:992px){.floating-menu{background:transparent;height:0;min-height:0 !important;}.floating-menu .floating-menu-row{position:absolute;top:45px;left:-47.5px;}.floating-menu .floating-menu-body{position:fixed;top:0;background:transparent;min-height:0;padding:0;border:none;z-index:999;}.floating-menu .floating-menu-nav{padding:0 !important;}.floating-menu .floating-menu-nav-main{display:block !important;margin:0;height:auto !important;box-shadow:0px 0px 80px 0px rgba(62, 62, 62, 0.3);}.floating-menu .floating-menu-nav-main nav > ul > li:hover > a > span{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);}.floating-menu .floating-menu-nav-main nav > ul > li > a{font-size:25px;padding:16.65px 17px;perspective:770px;}.floating-menu .floating-menu-nav-main nav > ul > li > a:after{content:'';display:block;position:absolute;top:0;right:0;width:100%;height:100%;z-index:-1;}.floating-menu .floating-menu-nav-main nav > ul > li > a > span{position:absolute;top:0;left:127%;background:#fff;padding:0 25px;height:100%;line-height:4.1;white-space:nowrap;font-size:14px;z-index:-2;-webkit-transition:ease transform 300ms;-moz-transition:ease transform 300ms;transition:ease transform 300ms;-webkit-transform-origin:-19% 0%;-moz-transform-origin:-19% 0%;-ms-transform-origin:-19% 0%;-o-transform-origin:-19% 0%;transform-origin:-19% 0%;-webkit-transform:rotateY(88deg);-moz-transform:rotateY(88deg);-ms-transform:rotateY(88deg);-o-transform:rotateY(88deg);transform:rotateY(88deg);}.floating-menu .floating-menu-nav-main nav > ul > li > a > span:before{content:'';display:block;position:absolute;top:50%;left:-4px;padding:10px;background:#fff;z-index:-1;-webkit-transform:translate(0, -50%) rotate(45deg);-moz-transform:translate(0, -50%) rotate(45deg);-ms-transform:translate(0, -50%) rotate(45deg);-o-transform:translate(0, -50%) rotate(45deg);transform:translate(0, -50%) rotate(45deg);}}@media (min-width:992px) and (max-width:1281px){.floating-menu .floating-menu-row{left:-26.5px;}.floating-menu .floating-menu-nav-main nav > ul > li > a{padding:9.8px;perspective:450px;}.floating-menu .floating-menu-nav-main nav > ul > li > a > span{line-height:3;}}@media (max-width:991px){.floating-menu{position:absolute;top:73px;right:0px;z-index:999;}.floating-menu .floating-menu-body{background:transparent;border:none;min-height:0;}.floating-menu .floating-menu-btn-collapse-nav{display:block !important;padding:15px 20px;margin-right:15px;outline:0;}.floating-menu .floating-menu-nav-main{position:absolute;right:0px;top:71px;overflow:hidden;}.floating-menu .floating-menu-nav-main nav > ul > li{border:none;}.floating-menu .floating-menu-nav-main nav > ul > li > a{font-size:1.7em;margin:0;padding:15px;}.floating-menu .floating-menu-nav-main nav > ul > li > a > span{display:none;}}.porto-preview-image .lazy{display:block;background-position:top center;background-size:100%;}.porto-preview-image .lazy .fa-spin{background:transparent none repeat scroll 0 0;color:#ccc;font-size:25px;left:50%;margin:-13px;position:absolute;top:50%;z-index:1;}html #topcontrol{background:#404040;background:rgba(64, 64, 64, 0.75);border-radius:0 0 0 0;color:#fff;width:45px;height:42px;right:20px;text-align:center;text-decoration:none;z-index:1040;-webkit-transition:background 0.3s ease-out 0s;-moz-transition:background 0.3s ease-out 0s;transition:background 0.3s ease-out 0s;}html #topcontrol:hover{background:#404040;}html #topcontrol i{position:absolute;height:24px;line-height:24px;top:0;bottom:0;left:0;right:0;margin:auto;}@media (max-width: 767px){html #topcontrol{display:none;}}.menu-title{color:#a2a2a2;font-size:16px;margin:0 0 20px;padding:30px 0 10px;text-transform:uppercase;}.tab-content .menu-title{margin-bottom:20px;}.menu-item{margin-bottom:40px;}.tab-content .menu-item{margin-bottom:40px;}.menu-item h4{color:#444;font-size:16px;font-weight:600;margin:0;padding:0;text-transform:uppercase;}.menu-item .menu-item-price{font-size:16px;color:#999;float:right;margin:3px 15px 0 0;}.menu-item p{font-size:14px;color:#999;}.special-menu{list-style:none;margin:0;padding:0;text-align:left;}.special-menu li{margin:0 0 32px 0;padding:0;clear:both;}.special-menu img{float:left;margin:0 25px 0 0;max-width:68px;}.special-menu h3{font-size:24px;padding:7px 0 4px 95px;margin:0;text-transform:none;font-family:Georgia, serif;font-style:italic;}.special-menu h3 em{font-size:16px;}.special-menu p{font-size:1.3em;font-family:Georgia, serif;font-style:italic;margin:0 0 0 95px;position:relative;display:block;}.special-menu p span{background:#fff;display:inline-block;position:relative;z-index:2;padding:0 10px 0 0;}.special-menu p:before{border-bottom:2px dotted #ddd;content:"";height:1px;left:0%;position:absolute;bottom:5px;width:100%;z-index:1;}.special-menu .special-menu-price{background:#fff;display:inline-block;float:right;font-size:22px;margin-top:-26px;padding:0 0 0 10px;position:relative;z-index:3;}@media (max-width:991px){.special-menu p{padding-bottom:35px;}.special-menu .special-menu-price{margin-top:-20px;}}.page-wrapper .fdm-section-header{border-width:0;}.page-wrapper .fdm-section-header h3{margin:0 0 20px;padding:30px 0 10px;}.fdm-menu,.fdm-section,.fdm-menu > li,.fdm-section > li{list-style:none;}.fdm-item-panel .fdm-item-title{font-size:16px;padding:0;}.page-wrapper .fdm-item-panel .fdm-item-title{font-weight:600;}.fdm-item-price{font-size:16px;}.fdm-section .fdm-item,#content .tab-pane .fdm-item{margin-bottom:32px;}.fdm-item-image{margin-right:25px;}.page-wrapper .fdm-item-image{background-color:#fff;border:1px solid #ddd;border-width:0;border-radius:0;padding:0;}.widget{margin-bottom:30px;margin-top:30px;*zoom:1;}.widget:before,.widget:after{content:" ";display:table;}.widget:after{clear:both;}.widget:first-child{margin-top:0;}.widget .widgettitle,.widget .widget-title{margin-bottom:15px;font-size:1.1429em;margin-top:0;letter-spacing:normal;}.widget .widgettitle,.widget .widget-title,.widget .widgettitle a,.widget .widget-title a{line-height:1.4;font-weight:700;color:#313131;text-transform:uppercase;text-decoration:none;}.widget .widgettitle img,.widget .widget-title img{margin-right:3px;margin-top:-2px;}.widget > div > ul,.widget > ul{font-size:0.9286em;border-bottom:1px solid #ededed;margin-top:-8px;margin-bottom:0;}.widget > div > ul > li:first-child,.widget > ul > li:first-child{border-top-width:0;}.widget > div > ul li,.widget > ul li{position:relative;margin:0;padding:7px 0;line-height:1.4;border-top:1px solid #ededed;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}.widget > div > ul li p,.widget > ul li p{margin-bottom:0;}.widget > div > ul li > a,.widget > ul li > a{text-decoration:none;}.widget > div > ul li > ul,.widget > ul li > ul,.widget > div > ul li > ol,.widget > ul li > ol{margin-top:8px;margin-bottom:-8px;margin-left:-5px;}.widget ul,.widget ol{list-style:none;padding:0;}.widget select{max-width:100%;font-size:0.9em;}.widget .rss-date,.widget .post-date,.widget .comment-author-link{display:inline;font-size:0.9em;}.widget .rss-date,.widget .post-date{display:block;}.widget .rss-date{margin-bottom:3px;}.widget .rssSummary{font-size:0.95em;line-height:1.42857;}.widget cite{display:block;font-size:0.9em;text-align:right;}.widget .view-more{padding:12px;}.widget .owl-carousel .owl-dots{margin-bottom:-10px;}.widget .slick-dots{margin-bottom:-5px;}.widget_recent_entries > ul li,.widget_recent_comments > ul li,.widget_pages > ul li,.widget_meta > ul li,.widget_nav_menu > div > ul li,.widget_archive > ul li,.widget_categories > ul li,.widget_rss > ul li{padding:8px 0 8px 15px;}.widget_recent_entries > ul li:before,.widget_recent_comments > ul li:before,.widget_pages > ul li:before,.widget_meta > ul li:before,.widget_nav_menu > div > ul li:before,.widget_archive > ul li:before,.widget_categories > ul li:before,.widget_rss > ul li:before{content:"";display:inline-block;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #333;margin-left:-11px;margin-right:5px;}.widget_calendar caption{color:#313131;font-weight:700;text-align:center;margin-bottom:8px;}.widget_calendar table{width:100%;font-size:0.9286em;}.widget_calendar table th,.widget_calendar table td{text-align:center;vertical-align:middle;}.widget_calendar table td#prev{text-align:left;padding:8px 0;}.widget_calendar table td#next{text-align:right;padding:8px 0;}.widget.widget_text ul,.widget.widget_text li{border-width:0;padding:0;margin:0;}.widget.widget_text ul p,.widget.widget_text li p{margin-bottom:10px;}.widget .tagcloud{margin-top:-0.3846em;margin-bottom:-0.3846em;}.widget .tagcloud a{margin:0.3846em 0.3846em 0.3846em 0;border:1px solid #ccc;background:#efefef;border-radius:0;padding:0.3846em;line-height:1.2;display:inline-block;text-decoration:none;font-size:0.8571em !important;}.widget .tagcloud a:hover{color:#fff;}.flickr_badge_image,.wpb_content_element .flickr_badge_image{float:none;margin:10px 5px 20px;display:inline-block;border:0 solid #ddd;background:#fff;border-radius:0;padding:0;width:auto;height:auto;-webkit-transition:opacity 0.3s ease-in-out 0s;-moz-transition:opacity 0.3s ease-in-out 0s;transition:opacity 0.3s ease-in-out 0s;}.flickr_badge_image img,.wpb_content_element .flickr_badge_image img{width:75px;height:75px;}.widget.widget_wysija h3{margin-bottom:10px;}.widget.widget_wysija p{font-size:0.9286em;margin-bottom:10px;}.widget.widget_wysija .wysija-paragraph,.widget.widget_wysija .wysija-checkbox-label,.widget.widget_wysija .wysija-checkbox-paragraph{font-size:1em;}.widget.widget_wysija .wysija-paragraph label,.widget.widget_wysija .wysija-checkbox-label{font-size:0.9286em;}.widget.widget_wysija .wysija-checkbox-label{margin-bottom:0;}.widget.widget_wysija .formError{position:static !important;display:none !important;}.widget.widget_wysija .formError .formErrorContent{width:100%;line-height:1.4;padding:5px 0;background:none;border:none;color:#eb340e;}.widget.widget_wysija .formError + .wysija-input{border-color:#a94442;}.widget.widget_wysija .wysija-paragraph .formError .formErrorContent{padding:5px 0 10px;}.widget.widget_wysija .widget_wysija_cont .updated,.widget.widget_wysija .widget_wysija_cont .message,.widget.widget_wysija .widget_wysija_cont .error,.widget.widget_wysija .widget_wysija_cont .xdetailed-errors{border:none;background:transparent;padding:0;margin:0;color:inherit;line-height:inherit;}.widget.widget_wysija .widget_wysija_cont .updated,.widget.widget_wysija .widget_wysija_cont .message{color:#3c763d;}.widget.widget_wysija .widget_wysija_cont .error,.widget.widget_wysija .widget_wysija_cont .xdetailed-errors{color:#eb340e;}.widget.widget_wysija .widget_wysija_cont .showerrors{display:block;}.widget.widget_wysija .wysija-input{width:100%;}.sidebar-content .widget.widget_wysija{background:#f5f5f5;border-bottom:1px solid #dfdfdf;border-left:1px solid #ececec;border-right:1px solid #ececec;background-color:#f5f5f5;background:- webkit-linear-gradient(top, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 #f5f5f5;background:linear-gradient(to bottom, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 #f5f5f5;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0;box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04);margin-bottom:20px;margin-left:auto;margin-right:auto;margin-top:20px;min-height:100px;position:relative;text-align:center;}.sidebar-content .widget.widget_wysija .box-content{position:relative;top:-1px;border-radius:0;border-top:3px solid #33b8ff;border-top-width:4px;padding:30px 25px 25px 25px;}.sidebar-content .widget.widget_wysija .wysija-input{text-align:center;}.sidebar-content .widget.widget_wysija .wysija-submit{margin:20px auto 0;}.wysija-msg .updated,.wysija-msg .message{color:#3c763d;}.wysija-msg .error,.wysija-msg .xdetailed-errors{color:#eb340e;}.wysija-msg ul{list-style:none;padding-left:0;margin-bottom:10px;font-weight:600;}.widget.twitter-tweets .fa{clear:both;font-size:1.5em;position:relative;top:3px;}.widget.twitter-tweets .meta{color:#999;display:block;font-size:0.9em;padding-top:3px;margin-bottom:20px;}.widget.twitter-tweets .meta:last-child{margin-bottom:0;}.widget.twitter-tweets ul{list-style:none;margin:0;padding:0;border-width:0;}.widget.twitter-tweets ul li{border-width:0;padding:20px 0 0;}.widget.twitter-tweets ul li:first-child{padding-top:0;}.twitter-account{color:#fff;display:block;font-size:0.9em;margin:-15px 0 5px;opacity:0.55;}.twitter-account:hover{opacity:1;}.widget.contact-info ul,.widget.contact-info li{border-width:0;margin:0;padding:0;}.widget.contact-info li{margin-bottom:10px !important;line-height:24px;}.widget.contact-info li a:hover{text-decoration:underline;}.widget.contact-info p{margin-bottom:10px;}.widget.contact-info i{float:left;text-align:center;width:16px;top:-2px;margin:4px 9px 10px 0;font-size:1.2em;position:static !important;}.widget.contact-info .contact-info-block .contact-details strong{display:block;padding-left:25px;}.widget.contact-info .contact-info-block .contact-details span{display:block;padding-left:25px;}#footer .widget.follow-us .share-links a,.widget.follow-us .share-links a{width:30px;height:30px;border-radius:30px;margin:2px;overflow:hidden;box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.3);-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;font-size:14px;}#footer .widget.follow-us .share-links a:hover,.widget.follow-us .share-links a:hover{color:#fff;}#footer .footer-bottom .widget.follow-us .share-links a{box-shadow:none;}#mailpoet_checkout_field input[type="checkbox"],#mailpoet_checkout_field input[type="radio"]{position:static;margin-left:0;}.widget-recent-posts,.widget-recent-portfolios{overflow:hidden;}.tm-extra-product-options .tm-epo-field-label{font-size:16px;font-weight:400;line-height:27px;}.tm-collapse{background-image:none;background-color:transparent;border:1px solid #ddd;border-radius:0;padding:0;}.tm-collapse .tm-section-label{background:#f5f5f5;border-radius:0;padding:10px 15px;}.tm-collapse .tm-section-label .tm-arrow{right:10px;left:auto;}.tm-collapse .tm-collapse-wrap{padding:15px;margin:0;}.tm-description{margin-top:5px;margin-bottom:5px;}.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap{padding:5px 0 0;}.tm-box{padding:10px 15px;border:1px solid #ddd;border-radius:0;margin:15px 0 0;}.tm-epo-totals{padding-top:0;}.tm-extra-product-options-totals{margin-bottom:0;}.tm-extra-product-options-totals dt{margin-top:10px;}.tm-extra-product-options-totals dt,.tm-extra-product-options-totals dd{margin-bottom:5px;}.tm-extra-product-options-totals .amount.options,.tm-extra-product-options-totals .amount.subscription-fee,.tm-extra-product-options-totals .amount.final{font-weight:600;line-height:1;}.tm-extra-product-options-totals .amount.options,.tm-extra-product-options-totals .amount.subscription-fee{font-size:2em;}.tm-extra-product-options-totals .amount.final{font-size:2.5714em;}.tm-cart-edit-options{font-size:11px;margin-right:10px;margin-left:auto;}.tm-button{box-shadow:none;}.pricing-table{margin:10px 0;padding:0 15px;text-align:center;}.pricing-table ul{list-style:none;margin:20px 0 0 0;padding:0;}.pricing-table li{border-top:1px solid #ddd;padding:10px 0;}.pricing-table h3{background-color:#eee;border-radius:0 0 0 0;font-size:1.3em;font-weight:normal;margin:-20px -20px 50px -20px;padding:20px;}.pricing-table h3 .desc{font-size:0.7em;line-height:24px;margin-bottom:0;padding-bottom:0;font-style:normal;text-transform:none;display:block;}.pricing-table h3 span{background:#fff;border:5px solid #fff;box-shadow:0 5px 20px #ddd inset, 0 3px 0 #999 inset;border-radius:100px;display:block;font:bold 25px / 95px Georgia, Serif;height:100px;margin:20px auto -65px;width:100px;}.pricing-table .most-popular{border:3px solid #ccc;box-shadow:11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);padding:30px 20px;top:-10px;z-index:2;}@media (max-width: 767px){.pricing-table .most-popular{top:0;}}.pricing-table .most-popular h3{background-color:#666;text-shadow:0 1px #555;padding-top:30px;}.pricing-table .plan-ribbon-wrapper{height:88px;overflow:hidden;position:absolute;right:-3px;top:-5px;width:85px;}.pricing-table .plan-ribbon{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);background-image:- webkit-linear-gradient(top, #bfdc7a, #8ebf45);background-image:linear-gradient(to bottom, #bfdc7a, #8ebf45);background-color:#bfdc7a;box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);color:#333;font-size:14px;left:-5px;padding:7px 0;position:relative;text-align:center;text-shadow:rgba(255, 255, 255, 0.5) 0px 1px 0px;top:15px;width:120px;}.pricing-table .plan-ribbon:before{left:0;border-left:3px solid transparent;border-right:3px solid transparent;bottom:-3px;content:"";position:absolute;}.pricing-table .plan-ribbon:after{border-left:3px solid transparent;border-right:3px solid transparent;bottom:-3px;content:"";position:absolute;right:0;}.pricing-table [class*="col-md-"]{padding-left:0;padding-right:0;}.pricing-table .plan{background:#fff;border:1px solid #ddd;text-shadow:0 1px rgba(255, 255, 255, 0.8);border-radius:0;margin-bottom:35px;margin-right:0;padding:20px;position:relative;}.pricing-table .btn{margin-top:5px;}.pricing-table.pricing-table-sm h3 .desc{font-size:0.7em;}.pricing-table.pricing-table-sm h3 span{border:3px solid #fff;box-shadow:0 5px 20px #ddd inset, 0 3px 0 #999 inset;font:bold 19px/65px Georgia, serif;height:70px;margin:10px auto -65px;width:70px;}.pricing-table.pricing-table-sm .most-popular{padding-bottom:30px;}.pricing-table.pricing-table-flat .plan{padding-left:0;padding-right:0;padding-bottom:15px;margin:-1px;}.pricing-table.pricing-table-flat .plan h3{padding-left:0;padding-right:0;margin:-20px 0 0;background-color:#666;padding-top:30px;text-shadow:0 1px #555;}.pricing-table.pricing-table-flat .plan h3 span{border-radius:0;border:0;background:#666;font-size:600;box-shadow:none;width:100%;font-size:1.5em;height:auto;line-height:38px;margin:0;}.pricing-table.pricing-table-flat .plan ul{margin-top:0;margin-bottom:-15px;}.pricing-table.pricing-table-flat .plan ul li{padding:8px 0;}.pricing-table.pricing-table-flat .plan.most-popular ul li{padding:10px 0;}.pricing-table.pricing-table-flat .btn-top{margin-top:13px;margin-bottom:13px;}.pricing-table.pricing-table-flat .btn-bottom{margin-top:30px;}.pricing-table.pricing-table-flat .plan-btn-bottom li:last-child{border-bottom:1px solid #ddd;}.pricing-table.spaced [class*="col-md-"]{padding-left:2px;padding-right:2px;}.pricing-table.no-borders .plan{border:0 !important;}@media (max-width: 767px){.pricing-table{margin-left:0px;}.pricing-table .plan{margin-right:0;}}.m-xs{margin:5px !important;}.m-sm{margin:10px !important;}.m{margin:15px !important;}.m-md{margin:20px !important;}.m-lg{margin:30px !important;}.m-xl{margin:40px !important;}.m-xlg{margin:50px !important;}.m-xxl{margin:60px !important;}.m-n,.m-none{margin:0 !important;}.m-l-none{margin-left:0 !important;}.m-l-xs{margin-left:5px !important;}.m-l-sm{margin-left:10px !important;}.m-l{margin-left:15px !important;}.m-l-md{margin-left:20px !important;}.m-l-lg{margin-left:30px !important;}.m-l-xl{margin-left:40px !important;}.m-l-xlg{margin-left:50px !important;}.m-l-xxl{margin-left:60px !important;}.m-l-n-xxs{margin-left:-1px !important;}.m-l-n-xs{margin-left:-5px !important;}.m-l-n-sm{margin-left:-10px !important;}.m-l-n{margin-left:-15px !important;}.m-l-n-md{margin-left:-20px !important;}.m-l-n-lg{margin-left:-30px !important;}.m-l-n-xl{margin-left:-40px !important;}.m-l-n-xlg{margin-left:-50px !important;}.m-l-n-xxl{margin-left:-60px !important;}.m-t-none{margin-top:0 !important;}.m-t-xxs{margin-top:1px !important;}.m-t-xs{margin-top:5px !important;}.m-t-sm{margin-top:10px !important;}.m-t{margin-top:15px !important;}.m-t-md{margin-top:20px !important;}.m-t-lg{margin-top:30px !important;}.m-t-xl{margin-top:40px !important;}.m-t-xlg{margin-top:50px !important;}.m-t-xxl{margin-top:60px !important;}.m-t-n-xxs{margin-top:-1px !important;}.m-t-n-xs{margin-top:-5px !important;}.m-t-n-sm{margin-top:-10px !important;}.m-t-n{margin-top:-15px !important;}.m-t-n-md{margin-top:-20px !important;}.m-t-n-lg{margin-top:-30px !important;}.m-t-n-xl{margin-top:-40px !important;}.m-t-n-xlg{margin-top:-50px !important;}.m-t-n-xxl{margin-top:-60px !important;}.m-r-none{margin-right:0 !important;}.m-r-xs{margin-right:5px !important;}.m-r-sm{margin-right:10px !important;}.m-r{margin-right:15px !important;}.m-r-md{margin-right:20px !important;}.m-r-lg{margin-right:30px !important;}.m-r-xl{margin-right:40px !important;}.m-r-xlg{margin-right:50px !important;}.m-r-xxl{margin-right:60px !important;}.m-r-n-xxs{margin-right:-1px !important;}.m-r-n-xs{margin-right:-5px !important;}.m-r-n-sm{margin-right:-10px !important;}.m-r-n{margin-right:-15px !important;}.m-r-n-md{margin-right:-20px !important;}.m-r-n-lg{margin-right:-30px !important;}.m-r-n-xl{margin-right:-40px !important;}.m-r-n-xlg{margin-right:-50px !important;}.m-r-n-xxl{margin-right:-60px !important;}.m-b-none{margin-bottom:0 !important;}.m-b-xs{margin-bottom:5px !important;}.m-b-sm{margin-bottom:10px !important;}.m-b{margin-bottom:15px !important;}.m-b-md{margin-bottom:20px !important;}.m-b-lg{margin-bottom:30px !important;}.m-b-xl{margin-bottom:40px !important;}.m-b-xlg{margin-bottom:50px !important;}.m-b-xxl{margin-bottom:60px !important;}.m-b-n-xxs{margin-bottom:-1px !important;}.m-b-n-xs{margin-bottom:-5px !important;}.m-b-n-sm{margin-bottom:-10px !important;}.m-b-n{margin-bottom:-15px !important;}.m-b-n-md{margin-bottom:-20px !important;}.m-b-n-lg{margin-bottom:-30px !important;}.m-b-n-xl{margin-bottom:-40px !important;}.m-b-n-xlg{margin-bottom:-50px !important;}.m-b-n-xxl{margin-bottom:-60px !important;}.p-xs{padding:5px !important;}.p-sm{padding:10px !important;}.p{padding:15px !important;}.p-md{padding:20px !important;}.p-lg{padding:30px !important;}.p-xl{padding:40px !important;}.p-xlg{padding:50px !important;}.p-xxl{padding:60px !important;}.p-n,.p-none{padding:0 !important;}.p-l-none{padding-left:0 !important;}.p-l-xs{padding-left:5px !important;}.p-l-sm{padding-left:10px !important;}.p-l{padding-left:15px !important;}.p-l-md{padding-left:20px !important;}.p-l-lg{padding-left:30px !important;}.p-l-xl{padding-left:40px !important;}.p-l-xlg{padding-left:50px !important;}.p-l-xxl{padding-left:60px !important;}.p-l-n-xxs{padding-left:-1px !important;}.p-l-n-xs{padding-left:-5px !important;}.p-l-n-sm{padding-left:-10px !important;}.p-l-n{padding-left:-15px !important;}.p-l-n-md{padding-left:-20px !important;}.p-l-n-lg{padding-left:-30px !important;}.p-l-n-xl{padding-left:-40px !important;}.p-l-n-xlg{padding-left:-50px !important;}.p-l-n-xxl{padding-left:-60px !important;}.p-t-none{padding-top:0 !important;}.p-t-xxs{padding-top:1px !important;}.p-t-xs{padding-top:5px !important;}.p-t-sm{padding-top:10px !important;}.p-t{padding-top:15px !important;}.p-t-md{padding-top:20px !important;}.p-t-lg{padding-top:30px !important;}.p-t-xl{padding-top:40px !important;}.p-t-xlg{padding-top:50px !important;}.p-t-xxl{padding-top:60px !important;}.p-t-n-xxs{padding-top:-1px !important;}.p-t-n-xs{padding-top:-5px !important;}.p-t-n-sm{padding-top:-10px !important;}.p-t-n{padding-top:-15px !important;}.p-t-n-md{padding-top:-20px !important;}.p-t-n-lg{padding-top:-30px !important;}.p-t-n-xl{padding-top:-40px !important;}.p-t-n-xlg{padding-top:-50px !important;}.p-t-n-xxl{padding-top:-60px !important;}.p-r-none{padding-right:0 !important;}.p-r-xs{padding-right:5px !important;}.p-r-sm{padding-right:10px !important;}.p-r{padding-right:15px !important;}.p-r-md{padding-right:20px !important;}.p-r-lg{padding-right:30px !important;}.p-r-xl{padding-right:40px !important;}.p-r-xlg{padding-right:50px !important;}.p-r-xxl{padding-right:60px !important;}.p-r-n-xxs{padding-right:-1px !important;}.p-r-n-xs{padding-right:-5px !important;}.p-r-n-sm{padding-right:-10px !important;}.p-r-n{padding-right:-15px !important;}.p-r-n-md{padding-right:-20px !important;}.p-r-n-lg{padding-right:-30px !important;}.p-r-n-xl{padding-right:-40px !important;}.p-r-n-xlg{padding-right:-50px !important;}.p-r-n-xxl{padding-right:-60px !important;}.p-b-none{padding-bottom:0 !important;}.p-b-xs{padding-bottom:5px !important;}.p-b-sm{padding-bottom:10px !important;}.p-b{padding-bottom:15px !important;}.p-b-md{padding-bottom:20px !important;}.p-b-lg{padding-bottom:30px !important;}.p-b-xl{padding-bottom:40px !important;}.p-b-xlg{padding-bottom:50px !important;}.p-b-xxl{padding-bottom:60px !important;}.p-b-n-xxs{padding-bottom:-1px !important;}.p-b-n-xs{padding-bottom:-5px !important;}.p-b-n-sm{padding-bottom:-10px !important;}.p-b-n{padding-bottom:-15px !important;}.p-b-n-md{padding-bottom:-20px !important;}.p-b-n-lg{padding-bottom:-30px !important;}.p-b-n-xl{padding-bottom:-40px !important;}.p-b-n-xlg{padding-bottom:-50px !important;}.p-b-n-xxl{padding-bottom:-60px !important;}.porto-history{margin:25px 0;padding:0;clear:both;}.porto-history .featured-box h4{margin:0 0 -27px 0;padding:0;}.porto-history p{margin-left:53px;}.porto-history .thumb{background:transparent url(/web/wp-content/themes/saludlima/css/../images/history-thumb.png) no-repeat 0 0;width:227px;height:160px;margin:0 0 30px;padding:0;float:left;}.porto-history .thumb img{border-radius:150px;margin:7px 8px;width:145px;height:145px;}.porto-history .featured-box{text-align:left;margin-left:225px;margin-bottom:50px;min-height:115px;}@media (max-width:650px){.porto-history .thumb{display:none;}.porto-history .featured-box{margin-left:0;}}
/*!/wp-content/themes/saludlima/css/theme_1.css*/
@charset "UTF-8";@font-face{font-family:'porto';src:url('/web/wp-content/themes/saludlima/css/../fonts/porto-font/porto.eot?23364375');src:url('/web/wp-content/themes/saludlima/css/../fonts/porto-font/porto.eot?23364375#iefix') format('embedded-opentype'), url('/web/wp-content/themes/saludlima/css/../fonts/porto-font/porto.woff2?23364375') format('woff2'), url('/web/wp-content/themes/saludlima/css/../fonts/porto-font/porto.woff?23364375') format('woff'), url('/web/wp-content/themes/saludlima/css/../fonts/porto-font/porto.ttf?23364375') format('truetype'), url('/web/wp-content/themes/saludlima/css/../fonts/porto-font/porto.svg?23364375#fontello') format('svg');font-weight:normal;font-style:normal;}[class^="porto-icon-"]:before,[class*=" porto-icon-"]:before{font-family:"porto";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:0.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.porto-icon-spin1:before{content:'\e800';}.porto-icon-spin2:before{content:'\e801';}.porto-icon-spin3:before{content:'\e802';}.porto-icon-spin4:before{content:'\e803';}.porto-icon-spin5:before{content:'\e804';}.porto-icon-spin6:before{content:'\e805';}.porto-icon-firefox:before{content:'\e806';}.porto-icon-chrome:before{content:'\e807';}.porto-icon-opera:before{content:'\e808';}.porto-icon-ie:before{content:'\e809';}.porto-icon-phone:before{content:'\e80a';}.porto-icon-down-dir:before{content:'\e80b';}.porto-icon-cart:before{content:'\e80c';}.porto-icon-up-dir:before{content:'\e80d';}.porto-icon-mode-grid:before{content:'\e80e';}.porto-icon-mode-list:before{content:'\e80f';}.porto-icon-compare:before{content:'\e810';}.porto-icon-wishlist:before{content:'\e811';}.porto-icon-search:before{content:'\e812';}.porto-icon-left-dir:before{content:'\e813';}.porto-icon-right-dir:before{content:'\e814';}.porto-icon-down-open:before{content:'\e815';}.porto-icon-left-open:before{content:'\e816';}.porto-icon-right-open:before{content:'\e817';}.porto-icon-up-open:before{content:'\e818';}.porto-icon-angle-left:before{content:'\e819';}.porto-icon-angle-right:before{content:'\e81a';}.porto-icon-angle-up:before{content:'\e81b';}.porto-icon-angle-down:before{content:'\e81c';}.porto-icon-down:before{content:'\e81d';}.porto-icon-left:before{content:'\e81e';}.porto-icon-right:before{content:'\e81f';}.porto-icon-up:before{content:'\e820';}.porto-icon-angle-double-left:before{content:'\e821';}.porto-icon-angle-double-right:before{content:'\e822';}.porto-icon-angle-double-up:before{content:'\e823';}.porto-icon-angle-double-down:before{content:'\e824';}.porto-icon-mail:before{content:'\e825';}.porto-icon-location:before{content:'\e826';}.porto-icon-skype:before{content:'\e827';}.porto-icon-right-open-big:before{content:'\e828';}.porto-icon-left-open-big:before{content:'\e829';}.porto-icon-down-open-big:before{content:'\e82a';}.porto-icon-up-open-big:before{content:'\e82b';}.porto-icon-cancel:before{content:'\e82c';}.porto-icon-user:before{content:'\e82d';}.porto-icon-mail-alt:before{content:'\e82e';}.porto-icon-fax:before{content:'\e82f';}.porto-icon-lock:before{content:'\e830';}.porto-icon-company:before{content:'\e831';}.porto-icon-city:before{content:'\e832';}.porto-icon-post:before{content:'\e833';}.porto-icon-country:before{content:'\e834';}.porto-icon-calendar:before{content:'\e835';}.porto-icon-doc:before{content:'\e836';}.porto-icon-mobile:before{content:'\e837';}.porto-icon-clock:before{content:'\e838';}.porto-icon-chat:before{content:'\e839';}.porto-icon-tag:before{content:'\e83a';}.porto-icon-folder:before{content:'\e83b';}.porto-icon-folder-open:before{content:'\e83c';}.porto-icon-forward:before{content:'\e83d';}.porto-icon-reply:before{content:'\e83e';}.porto-icon-cog:before{content:'\e83f';}.porto-icon-cog-alt:before{content:'\e840';}.porto-icon-wrench:before{content:'\e841';}.porto-icon-quote-left:before{content:'\e842';}.porto-icon-quote-right:before{content:'\e843';}.porto-icon-gift:before{content:'\e844';}.porto-icon-dollar:before{content:'\e845';}.porto-icon-euro:before{content:'\e846';}.porto-icon-pound:before{content:'\e847';}.porto-icon-rupee:before{content:'\e848';}.porto-icon-yen:before{content:'\e849';}.porto-icon-rouble:before{content:'\e84a';}.porto-icon-try:before{content:'\e84b';}.porto-icon-won:before{content:'\e84c';}.porto-icon-bitcoin:before{content:'\e84d';}.porto-icon-ok:before{content:'\e84e';}.porto-icon-chevron-left:before{content:'\e84f';}.porto-icon-chevron-right:before{content:'\e850';}.porto-icon-export:before{content:'\e851';}.porto-icon-star:before{content:'\e852';}.porto-icon-star-empty:before{content:'\e853';}.porto-icon-plus-squared:before{content:'\e854';}.porto-icon-minus-squared:before{content:'\e855';}.porto-icon-plus-squared-alt:before{content:'\e856';}.porto-icon-minus-squared-alt:before{content:'\e857';}.porto-icon-truck:before{content:'\e858';}.porto-icon-lifebuoy:before{content:'\e859';}.porto-icon-pencil:before{content:'\e85a';}.porto-icon-users:before{content:'\e85b';}.porto-icon-video:before{content:'\e85c';}.porto-icon-menu:before{content:'\e85d';}.porto-icon-desktop:before{content:'\e85e';}.porto-icon-doc-inv:before{content:'\e85f';}.porto-icon-circle:before{content:'\e860';}.porto-icon-circle-empty:before{content:'\e861';}.porto-icon-circle-thin:before{content:'\e862';}.porto-icon-mini-cart:before{content:'\e863';}.porto-icon-paper-plane:before{content:'\e864';}.porto-icon-attention-alt:before{content:'\e865';}.porto-icon-info:before{content:'\e866';}.porto-icon-compare-link:before{content:'\e867';}.porto-icon-cat-default:before{content:'\e868';}.porto-icon-cat-computer:before{content:'\e869';}.porto-icon-cat-couch:before{content:'\e86a';}.porto-icon-cat-garden:before{content:'\e86b';}.porto-icon-cat-gift:before{content:'\e86c';}.porto-icon-cat-shirt:before{content:'\e86d';}.porto-icon-cat-sport:before{content:'\e86e';}.porto-icon-cat-toys:before{content:'\e86f';}.porto-icon-tag-line:before{content:'\e870';}.porto-icon-bag:before{content:'\e871';}.porto-icon-search-1:before{content:'\e872';}.porto-icon-plus:before{content:'\e873';}.porto-icon-minus:before{content:'\e874';}.porto-icon-search-2:before{content:'\e875';}.porto-icon-bag-1:before{content:'\e876';}.porto-icon-online-support:before{content:'\e877';}.porto-icon-shopping-bag:before{content:'\e878';}.porto-icon-us-dollar:before{content:'\e879';}.porto-icon-shipped:before{content:'\e87a';}.porto-icon-list:before{content:'\e87b';}.porto-icon-money:before{content:'\e87c';}.porto-icon-shipping:before{content:'\e87d';}.porto-icon-support:before{content:'\e87e';}.porto-icon-bag-2:before{content:'\e87f';}.porto-icon-grid:before{content:'\e880';}.porto-icon-bag-3:before{content:'\e881';}.porto-icon-direction:before{content:'\e882';}.porto-icon-home:before{content:'\e883';}.porto-icon-magnifier:before{content:'\e884';}.porto-icon-magnifier-add:before{content:'\e885';}.porto-icon-magnifier-remove:before{content:'\e886';}.porto-icon-phone-1:before{content:'\e887';}.porto-icon-clock-1:before{content:'\e888';}.porto-icon-heart:before{content:'\e889';}.porto-icon-heart-1:before{content:'\e88a';}.porto-icon-earphones-alt:before{content:'\e88b';}.porto-icon-credit-card:before{content:'\e88c';}.porto-icon-action-undo:before{content:'\e88d';}.porto-icon-envolope:before{content:'\e88e';}.porto-icon-chart:before{content:'\e88f';}.porto-icon-twitter:before{content:'\f099';}.porto-icon-facebook:before{content:'\f09a';}.porto-icon-spinner:before{content:'\f110';}.porto-icon-instagram:before{content:'\f16d';}.porto-icon-check-empty:before{content:'\f87a';}.porto-icon-check:before{content:'\f87b';}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@-o-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@-ms-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg);}}.single-post article{border-bottom:0;margin-bottom:0;}.post-slideshow{text-align:center;}.entry-title{margin-top:0;}.sub-title{text-transform:uppercase;}article.post .post-date,.post-item .post-date{float:left;margin-right:10px;text-align:center;width:40px;}article.post .post-date .month,.post-item .post-date .month{border-radius:0 0 0 0;box-shadow:0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;color:#fff;font-size:0.9em;padding:0 0 2px;display:block;}article.post .post-date .day,.post-item .post-date .day{background:#f4f4f4;border-radius:0 0 0 0;display:block;font-size:16px;font-weight:500;font-weight:bold;padding:10px 0;}article.post .post-date .sticky,.post-item .post-date .sticky{background:#62b959;border-radius:0;box-shadow:0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;color:#fff;font-size:0.9em;padding:2px 0 0;margin-top:5px;display:block;}article.post .post-date .format,.post-item .post-date .format{border-radius:0;box-shadow:0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;color:#fff;font-size:1.2857em;padding:0;line-height:40px;margin-top:5px;}article.post .read-more,.post-item .read-more{display:inline-block;}article.post .read-more-block,.post-item .read-more-block{display:block;margin-top:20px;}article.post h4.title-short,.post-item h4.title-short{margin-bottom:2px;padding-top:8px;}article.post .author-name a,.post-item .author-name a{color:inherit;}article.post h2 a,article.post h4 a{text-decoration:none;}article.post .post-meta{font-size:0.9em;margin-bottom:7px;}body.single-post article.post .post-meta{margin-bottom:20px;}article.post .post-meta > span,article.post .post-meta > .post-views{display:inline-block;padding-right:8px;}article.post .post-meta i,article.post .post-meta .post-views-icon.dashicons{margin-right:3px !important;font-size:1em !important;height:1em;line-height:1;width:1em;text-align:center;}article.post .post-image{margin-bottom:15px;}article.post .post-image.single{margin-bottom:30px;}article.post .post-item .post-meta,article.post .post-item .read-more{font-size:1em;}article.post-full,article.post-large{margin-left:60px;}article.post-full h2.entry-title,article.post-large h2.entry-title{margin-bottom:5px;}article.post-full .post-image,article.post-large .post-image,article.post-full .post-date,article.post-large .post-date{margin-left:-60px;}article.post-full.hide-post-date,article.post-large.hide-post-date{margin-left:0;}article.post-full.hide-post-date .post-image,article.post-large.hide-post-date .post-image{margin-left:0;}@media (max-width: 480px){article.post-full,article.post-large{margin-left:0;}article.post-full .post-image,article.post-large .post-image,article.post-full .post-date,article.post-large .post-date{margin-left:0;}}article.post-large-alt{margin-left:60px;}article.post-large-alt h2{margin-bottom:5px;}article.post-large-alt .post-date{margin-left:-60px;}article.post-large-alt.hide-post-date{margin-left:0;}article.post-large-alt.hide-post-date .post-image{margin-left:0;}@media (max-width: 480px){article.post-large-alt{margin-left:0;}article.post-large-alt .post-date{margin-left:0;}article.post-large-alt .post-image{margin-left:60px;}}article.post-grid .owl-carousel .owl-dots,article.post-timeline .owl-carousel .owl-dots{margin-top:5px;}article.post-grid .post-image,article.post-timeline .post-image{margin-bottom:5px;}article.post-grid .post-image.single,article.post-timeline .post-image.single{margin-bottom:15px;}article.post-grid .post-image.thumb-info-side-image-wrapper,article.post-timeline .post-image.thumb-info-side-image-wrapper{margin-bottom:0;}.post-gap{margin:45px 0 0 0;}.post-gap-small{margin:15px 0 0 0;}.post-block,.post-share,article.post .comment-respond,article.portfolio .comment-respond{border-top:1px solid #ddd;margin:15px 0 0 0;padding:20px 0 15px 0;}.post-block h3,.post-share h3,article.post .comment-respond h3,article.portfolio .comment-respond h3{font-size:1.8em;font-weight:200;margin:0 0 20px;}.post-block h3 i,.post-share h3 i,article.post .comment-respond h3 i,article.portfolio .comment-respond h3 i{margin-right:7px;}.post-share{padding-bottom:0;}.post-share h3{display:inline-block;margin-bottom:10px;margin-right:15px;margin-top:5px;text-transform:none;}.post-share .share-links{display:inline-block;margin-top:-5px;}.post-share-advance{border:0 none;bottom:calc(0px - 20px);margin:0;padding:0;position:absolute;right:15px;z-index:2;}.post-share-advance-bg{background:#2e353e;border-radius:50px;float:right;height:100%;max-height:41px;overflow:hidden;padding:11px 6px 32px;text-align:center;transition:max-height 400ms ease 0s;width:42px;}.post-share-advance-bg:hover{height:100%;max-height:370px;}article.post-title-simple .post-share-advance.post-block.post-share{margin:0;}.post-share-advance .fa-share-alt{background:#2e353e;border-radius:50px;bottom:0;color:#fff;height:40px;line-height:40px;position:absolute;right:1px;width:40px;}.post-share-advance > h3{bottom:-32px;margin:0;position:absolute;text-align:right;width:100%;}.post-share-advance .share-links a:first-child{opacity:0;}.post-share-advance:hover .share-links a:first-child{opacity:0.5;}.post-share-advance:hover .share-links a:first-child:hover{opacity:1;}.post-share-advance .share-links a{display:block;}.post-share-advance-bg .share-links{display:block;}.post-share-advance .fa-share-alt{color:#fff;}.post-share-advance .share-links a{background:transparent none repeat scroll 0 0;margin-right:0;opacity:0.5;}.post-share-advance .share-links a:hover{background:transparent;opacity:1;}.post-share-advance .share-links .tooltip{display:none !important;}.post-author{margin:15px 0 0 0;}.post-author img{height:auto;max-width:80px;}@media (max-width: 767px){.post-author img{max-width:60px;}}.post-author p{font-size:0.9em;line-height:22px;margin:0;padding:0;}.post-author p .name{font-size:1.1em;}.post-author p .name a{text-decoration:none;}.post-author .img-thumbnail{display:inline-block;float:left;margin-right:20px;}@media (max-width: 767px){.post-author .img-thumbnail{margin-right:12px;}}.post-comments{margin-top:45px;}ul.comments{list-style:none;margin:0;padding:0;}ul.comments ul.children{padding:0;margin:0;list-style:none;}ul.comments ul.children > li,ul.comments > li{clear:both;padding:10px 0 0 115px;}ul.comments ul.children > li img.avatar,ul.comments > li img.avatar{height:auto;max-width:80px;}ul.comments ul.children > li a,ul.comments > li a{text-decoration:none;}ul.comments ul.children > li .img-thumbnail,ul.comments > li .img-thumbnail{margin-left:-115px;position:absolute;}ul.comments ul.children > li .comment-body,ul.comments > li .comment-body{margin-bottom:10px;}ul.comments ul.children > li .pull-right span,ul.comments > li .pull-right span{margin-left:5px;}ul.comments .comment-arrow{border-bottom:15px solid transparent;border-right:15px solid #f4f4f4;left:-15px;border-top:15px solid transparent;height:0;position:absolute;top:28px;width:0;}ul.comments .comment-block{background:#f4f4f4;border-radius:0;padding:20px 20px 35px;position:relative;}ul.comments .comment-block p{font-size:0.9em;line-height:21px;margin:0;padding:0;}ul.comments .comment-block .comment-by{display:block;font-size:1em;line-height:21px;margin:0;padding:0 0 5px 0;}ul.comments .comment-block .comment-by span{display:inline-block;margin-left:8px;}ul.comments .comment-block .date{color:#999;font-size:0.9em;margin-top:5px;}@media (max-width: 767px){ul.comments ul.children{border-left:8px solid #ddd;padding-left:10px;}ul.comments ul.children > li,ul.comments > li{padding:0;}ul.comments ul.children > li .comment-body,ul.comments > li .comment-body{background:#f4f4f4;border-radius:0;padding:10px;*zoom:1;}ul.comments ul.children > li .comment-body:before,ul.comments > li .comment-body:before,ul.comments ul.children > li .comment-body:after,ul.comments > li .comment-body:after{content:" ";display:table;}ul.comments ul.children > li .comment-body:after,ul.comments > li .comment-body:after{clear:both;}ul.comments ul.children > li .img-thumbnail,ul.comments > li .img-thumbnail{margin:0 12px 10px 0;float:left;position:static;}ul.comments ul.children > li img.avatar,ul.comments > li img.avatar{max-width:60px;}ul.comments .comment-block{position:static;padding:0;}ul.comments .comment-arrow{display:none;}}article .comment-respond{margin-top:25px;padding-top:45px;padding-bottom:0;}article .comment-respond h3{margin:0 0 40px;}article .comment-respond input[type="submit"]{font-size:1.2857em;padding:0.5556em 0.8889em;border-radius:0;line-height:1.33;}article #cancel-comment-reply-link{margin-left:10px;}.comment-form label{display:block;}.comment-form input[type="email"],.comment-form input[type="number"],.comment-form input[type="password"],.comment-form input[type="search"],.comment-form input[type="tel"],.comment-form input[type="text"],.comment-form input[type="url"],.comment-form input[type="color"],.comment-form input[type="date"],.comment-form input[type="datetime"],.comment-form input[type="datetime-local"],.comment-form input[type="month"],.comment-form input[type="time"],.comment-form input[type="week"],.comment-form select,.comment-form textarea{width:100%;}.related-posts{margin-top:35px;}.related-posts h3{font-weight:200;}.post-carousel .post-slide{*zoom:1;}.post-carousel .post-slide:before,.post-carousel .post-slide:after{content:" ";display:table;}.post-carousel .post-slide:after{clear:both;}.post-carousel .post-slide.no-single .post-item{margin-bottom:20px;}.post-carousel h4,.post-carousel h5{margin-bottom:7px;}.post-carousel.owl-carousel .owl-dots{margin-top:0;}.post-carousel .post-item{margin:0 15px;}.post-carousel .post-item .post-date,.post-grid .post-item .post-date,.post-timeline .post-item .post-date{margin:3px 10px 8px 0;float:left;}.post-carousel .post-item .post-excerpt,.post-grid .post-item .post-excerpt,.post-timeline .post-item .post-excerpt{margin-bottom:10px;}.post-carousel .post-item .post-meta,.post-grid .post-item .post-meta,.post-timeline .post-item .post-meta{font-size:0.9em;margin-bottom:7px;}body.single-post .post-carousel .post-item .post-meta,body.single-post .post-grid .post-item .post-meta,body.single-post .post-timeline .post-item .post-meta{margin-bottom:20px;}.post-carousel .post-item .post-meta > span,.post-grid .post-item .post-meta > span,.post-timeline .post-item .post-meta > span,.post-carousel .post-item .post-meta > .post-views,.post-grid .post-item .post-meta > .post-views,.post-timeline .post-item .post-meta > .post-views{display:inline-block;padding-right:8px;}.post-carousel .post-item .post-meta i,.post-grid .post-item .post-meta i,.post-timeline .post-item .post-meta i,.post-carousel .post-item .post-meta .post-views-icon.dashicons,.post-grid .post-item .post-meta .post-views-icon.dashicons,.post-timeline .post-item .post-meta .post-views-icon.dashicons{margin-right:3px !important;font-size:1em !important;height:1em;line-height:1;width:1em;text-align:center;}.post-carousel .post-item.style-2 .post-excerpt,.post-grid .post-item.style-2 .post-excerpt,.post-timeline .post-item.style-2 .post-excerpt{margin-bottom:20px;}.post-carousel .post-item.style-4 .post-meta,.post-grid .post-item.style-4 .post-meta,.post-timeline .post-item.style-4 .post-meta{font-size:1em;}.post-carousel .post-item.style-4 .read-more,.post-grid .post-item.style-4 .read-more,.post-timeline .post-item.style-4 .read-more{margin-top:10px;}.post-carousel .post-item.style-5 .cat-names,.post-grid .post-item.style-5 .cat-names,.post-timeline .post-item.style-5 .cat-names{font-weight:600;text-transform:uppercase;}.post-carousel .post-item.style-5 .cat-names a,.post-grid .post-item.style-5 .cat-names a,.post-timeline .post-item.style-5 .cat-names a{text-decoration:none;text-transform:uppercase;}.post-carousel .post-item.style-5 .post-views,.post-grid .post-item.style-5 .post-views,.post-timeline .post-item.style-5 .post-views{float:right;}.post-item-small{margin:0 15px;padding:15px 0;*zoom:1;border-top:1px solid #ececec;}.post-item-small:before,.post-item-small:after{content:" ";display:table;}.post-item-small:after{clear:both;}.post-item-small:first-child{padding-top:0;border-top-width:0;}.post-item-small .post-image{margin:0 10px 0 0;float:left;}.post-item-small .post-image img{width:50px;height:auto;}.post-item-small .post-date{font-size:0.9286em;}.entry-content{margin:20px 0 30px;}article.post-title-simple h2.entry-title{font-size:2.2em;margin-bottom:15px;}article.post-title-simple .post-block{padding-top:40px;margin-top:37px;}article.post-title-simple .post-share{border-width:0;padding-top:0;margin-top:0;}article.post-title-simple .comment-respond{padding-top:60px;margin-top:25px;}.post-item.post-title-simple h4 a{color:inherit;}.post-views.entry-meta > span{vertical-align:middle;display:inline-block;height:1em;line-height:1;}.blog-posts{position:relative;*zoom:1;}.blog-posts:before,.blog-posts:after{content:" ";display:table;}.blog-posts:after{clear:both;}.blog-posts article{border-bottom:1px solid #ddd;margin-bottom:50px;padding-bottom:10px;}.blog-posts article h2.show-content{margin-bottom:25px;}.blog-posts .pagination{margin:-10px 0 20px;}.pagination-wrap{text-align:center;}.pagination-wrap .pagination,.pagination-wrap .page-links{float:none;}.pagination-wrap .pagination > a,.pagination-wrap .page-links > a,.pagination-wrap .pagination > span,.pagination-wrap .page-links > span{float:none;margin:0 2.5px 5px 2.5px;}.pagination,.page-links{font-size:0.9286em;float:right;margin:20px 0 0;*zoom:1;}.pagination:before,.page-links:before,.pagination:after,.page-links:after{content:" ";display:table;}.pagination:after,.page-links:after{clear:both;}.pagination > a,.page-links > a,.pagination > span,.page-links > span{border:1px solid #ccc;border-radius:0;margin:0 0 5px 5px;float:left;display:inline-block;padding:0 0.5em;line-height:2.1em;min-width:2.2em;height:2.2em;text-decoration:none;text-align:center;vertical-align:top;}.pagination span.dots,.page-links span.dots{border-width:0;min-width:0;padding:0;}.pagination a:hover,.page-links a:hover,.pagination a:focus,.page-links a:focus,.pagination span.current,.page-links span.current{color:#fff;}.pagination .prev,.page-links .prev,.pagination .previouspagelink,.page-links .previouspagelink,.pagination .next,.page-links .next,.pagination .nextpostslink,.page-links .nextpostslink{text-indent:-9999px;width:2.2em;overflow:hidden;position:relative;}.pagination .prev:before,.page-links .prev:before,.pagination .previouspagelink:before,.page-links .previouspagelink:before,.pagination .next:before,.page-links .next:before,.pagination .nextpostslink:before,.page-links .nextpostslink:before{font-family:"FontAwesome";position:absolute;top:1px;left:0;right:0;text-indent:0;}.pagination .prev:before,.page-links .prev:before,.pagination .previouspagelink:before,.page-links .previouspagelink:before{content:"\f0d9";}.pagination .next:before,.page-links .next:before,.pagination .nextpagelink:before,.page-links .nextpagelink:before{content:"\f0da";}.infinite-container .pagination,.infinite-container .page-links{display:none;}.page-links{float:none;*zoom:1;}.page-links:before,.page-links:after{content:" ";display:table;}.page-links:after{clear:both;}.page-links .screen-reader-text{display:none !important;}.page-links .page-links-title{border-width:0;margin:0;padding:0;}.blog-posts article.post-grid{border-width:0;margin-bottom:30px;padding-bottom:0;}.posts-grid .grid-box{box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04);border-radius:0;padding:10px;position:relative;z-index:1;border:1px solid #e5e5e5;background:#fff;}.posts-grid .grid-box .img-thumbnail{max-width:100%;}.posts-grid .grid-box .img-thumbnail,.posts-grid .grid-box .img-thumbnail img{padding:0;border:0;border-radius:0;}.posts-grid .grid-box .owl-carousel{border-radius:0;padding:0;border:0;box-shadow:none;}.posts-grid .grid-box .owl-carousel .owl-stage-outer{border-radius:0;}@media (max-width: 767px){.posts-grid .post{position:static !important;width:100%;-webkit-transition:none !important;-moz-transition:none !important;transition:none !important;-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important;}}.blog-share{margin-bottom:25px;}.blog-share .share-links a{margin:0.2857em 0 0.2857em 0.5714em;}.posts-medium-alt > article:last-child{border-bottom:none;}.posts-medium-alt .img-thumbnail{padding:0;border:none;}.posts-medium-alt .img-thumbnail img{max-width:95%;}.posts-medium-alt .custom-border-radius{padding:11px 30px !important;border-radius:35px !important;}.posts-medium-alt .blog-post-date{position:absolute;top:60%;right:10px;padding:25px 15px;z-index:6;font-size:3em;line-height:1;text-align:center;transform:translateY(-50%);}.posts-medium-alt .blog-post-date .month-year{display:block;font-size:0.4em;}.blog-like i{display:none;}.blog-liked i{display:none;}article.portfolio .portfolio-image.single{margin-bottom:30px;}article.portfolio h2 a,article.portfolio h4 a{text-decoration:none;}.popup-inline-content hr.solid,.mfp-content .ajax-container hr.solid{margin-left:-30px;margin-right:-30px;}.popup-inline-content .portfolio-image.wide,.mfp-content .ajax-container .portfolio-image.wide{margin-left:-15px;margin-right:-15px;}@media (max-width: 767px){.popup-inline-content .portfolio-image.wide,.mfp-content .ajax-container .portfolio-image.wide{margin-left:-7.5px;margin-right:-7.5px;}}body.boxed .portfolio .portfolio-image.wide,body.boxed #portfolioAjaxBox .portfolio-image.wide,body.boxed .portfolio hr.solid,body.boxed #portfolioAjaxBox hr.solid,#main.main-boxed .portfolio .portfolio-image.wide,#main.main-boxed #portfolioAjaxBox .portfolio-image.wide,#main.main-boxed .portfolio hr.solid,#main.main-boxed #portfolioAjaxBox hr.solid{margin-left:-30px;margin-right:-30px;}@media (max-width: 767px){body.boxed .portfolio .portfolio-image.wide,body.boxed #portfolioAjaxBox .portfolio-image.wide,body.boxed .portfolio hr.solid,body.boxed #portfolioAjaxBox hr.solid,#main.main-boxed .portfolio .portfolio-image.wide,#main.main-boxed #portfolioAjaxBox .portfolio-image.wide,#main.main-boxed .portfolio hr.solid,#main.main-boxed #portfolioAjaxBox hr.solid{margin-left:-15px;margin-right:-15px;}}.mfp-content .ajax-container .portfolio-title,#portfolioAjaxBox .portfolio-title{margin-top:0 !important;}.portfolio-image{margin-bottom:15px;}.portfolio-slideshow{text-align:center;}.portfolio-title{margin-bottom:-15px;}.portfolio-title a{display:inline-block;}.portfolio-title .fa{font-size:1.7em;}.portfolio-title .portfolio-nav,.portfolio-title .portfolio-nav-all{margin-top:11px;}.portfolio-title .portfolio-nav{text-align:right;}.portfolio-title .portfolio-nav a{width:40%;max-width:27px;}.portfolio-title .portfolio-nav-all .fa{font-size:2em;margin-left:1px;}.portfolio-title .portfolio-nav-prev{text-align:left;}.portfolio-title .portfolio-nav-prev i:before{content:"\f053";}.portfolio-title .portfolio-nav-next{text-align:right;}.portfolio-title .portfolio-nav-next i:before{content:"\f054";}.portfolio-desc{margin-top:10px;}.portfolio-info{margin:7px 0 10px;float:right;}.page-portfolios .portfolio-info{margin-top:2px;}.portfolio-info ul{list-style:none;padding:0;margin:0;}.portfolio-info ul li{display:inline-block;color:#b1b1b1;border-right:1px solid #e6e6e6;padding-right:8px;margin-right:8px;font-size:0.9em;}.portfolio-info ul li:last-child{border-right:0;padding-right:0;margin-right:0;}.portfolio-info ul li a{cursor:pointer;text-decoration:none;color:#b1b1b1;}.portfolio-info ul li .fa,.portfolio-info ul li .post-views-icon.dashicons{margin-right:4px !important;font-size:1em !important;height:1em;line-height:1;width:1em;}.portfolio-like,.portfolio-liked{cursor:pointer;text-decoration:none;}.portfolio-like i,.portfolio-liked i{margin-right:4px !important;font-size:1em !important;height:1em;line-height:1;width:1em;}.portfolio-like:hover,.portfolio-liked:hover,.portfolio-like.linked,.portfolio-liked.linked{text-decoration:none;}.portfolio-like:hover .fa-heart,.portfolio-liked:hover .fa-heart,.portfolio-like.linked .fa-heart,.portfolio-liked.linked .fa-heart{color:#e53f51;}.related-portfolios{margin-top:35px;}.related-portfolios.full .row{margin-left:0;margin-right:0;}.portfolio-carousel .portfolio-slide{*zoom:1;}.portfolio-carousel .portfolio-slide:before,.portfolio-carousel .portfolio-slide:after{content:" ";display:table;}.portfolio-carousel .portfolio-slide:after{clear:both;}.portfolio-carousel .portfolio-item{margin:0 15px 20px;}.portfolio-carousel .portfolio-item.full{margin:0;max-width:100%;}.portfolio-carousel.owl-carousel .owl-dots{margin-top:0;}.portfolio-item-small{float:left;margin:0 0 8px;padding:0 4px;width:33.333333%;max-width:92px;}.portfolio-item-small:first-child{padding-top:0;border-top-width:0;}.portfolio-item-small .portfolio-image{margin:0;}.portfolio-item-small .portfolio-image img{width:100%;height:auto;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);}.portfolio-item-small .portfolio-image img:hover{filter:none;-webkit-filter:none;}ul.portfolio-list{list-style:none;margin:0;padding:0;}ul.portfolio-list .portfolio-item{margin-bottom:30px;}.portfolio-item.outimage{text-align:center;}.portfolio-item .thumb-info .thumb-info-type .portfolio-like i,.portfolio-item .thumb-info .thumb-info-type .portfolio-liked i{text-shadow:none;}.portfolio-item .thumb-info .thumb-info-type .portfolio-like i:before{content:"\f08a";}.portfolio .thumb-info .tooltip,.portfolio-item .thumb-info .tooltip{display:none !important;}ul.portfolio-details{list-style:none;padding:0;margin:0 0 0 5px;font-size:0.9em;}ul.portfolio-details h5{font-size:1em;margin-bottom:5px;}ul.portfolio-details li{padding:0;margin:0 0 20px;}ul.portfolio-details p{padding:0;margin:0;}ul.portfolio-details blockquote{padding:0 0 0 10px;margin:15px 0 0;color:#999;}ul.portfolio-details ul.list-skills{margin-left:0;}ul.portfolio-details ul.list-skills li{margin-right:20px;margin-bottom:5px;}ul.portfolio-details.inline li{display:inline-block;margin-right:20px;vertical-align:top;}ul.portfolio-details.inline li p{display:inline-block;}ul.portfolio-details.inline li strong{margin-right:5px;}ul.portfolio-details.inline li ul,ul.portfolio-details.inline li .share-links{display:inline-block;}ul.portfolio-details.inline li.pull-right{margin-right:0;}ul.portfolio-details .testimonial{font-size:1.1111em;}.page-portfolios.portfolios-full .portfolio,.page-portfolios.portfolios-large .portfolio,.page-portfolios.portfolios-medium .portfolio{padding-bottom:0;}.portfolio-row{position:relative;margin:0 -15px;}.portfolio-row .portfolio{float:left;padding:0 15px;margin-top:0;margin-bottom:30px;width:100%;}.portfolio-row .portfolio-col-1{width:100%;}.portfolio-row .portfolio-col-2{width:50%;}.portfolio-row .portfolio-col-2.w2{width:100%;}@media (max-width: 767px){.portfolio-row .portfolio-col-2{width:100%;}}.portfolio-row .portfolio-col-3{width:33.333333%;}.portfolio-row .portfolio-col-3.w2{width:66.666667%;}@media (max-width: 767px){.portfolio-row .portfolio-col-3{width:50%;}.portfolio-row .portfolio-col-3.w2{width:100%;}}@media (max-width: 480px){.portfolio-row .portfolio-col-3{width:100%;}}.portfolio-row .portfolio-col-4{width:25%;}.portfolio-row .portfolio-col-4.w2{width:50%;}@media (max-width: 991px){.portfolio-row .portfolio-col-4{width:33.333333%;}.portfolio-row .portfolio-col-4.w2{width:66.666667%;}}@media (max-width: 767px){.portfolio-row .portfolio-col-4{width:50%;}.portfolio-row .portfolio-col-4.w2{width:100%;}}@media (max-width: 480px){.portfolio-row .portfolio-col-4{width:100%;}}.portfolio-row .portfolio-col-5{width:20%;}.portfolio-row .portfolio-col-5.w2{width:40%;}@media (max-width: 991px){.portfolio-row .portfolio-col-5{width:25%;}.portfolio-row .portfolio-col-5.w2{width:50%;}}@media (max-width: 767px){.portfolio-row .portfolio-col-5{width:33.333333%;}.portfolio-row .portfolio-col-5.w2{width:66.666667%;}}@media (max-width: 480px){.portfolio-row .portfolio-col-5{width:50%;}.portfolio-row .portfolio-col-5.w2{width:100%;}}.portfolio-row .portfolio-col-6{width:16.666667%;}.portfolio-row .portfolio-col-6.w2{width:33.333333%;}@media (max-width: 1169px){.portfolio-row .portfolio-col-6{width:20%;}.portfolio-row .portfolio-col-6.w2{width:40%;}}@media (max-width: 991px){.portfolio-row .portfolio-col-6{width:25%;}.portfolio-row .portfolio-col-6.w2{width:50%;}}@media (max-width: 767px){.portfolio-row .portfolio-col-6{width:33.333333%;}.portfolio-row .portfolio-col-6.w2{width:66.666667%;}}@media (max-width: 480px){.portfolio-row .portfolio-col-6{width:50%;}.portfolio-row .portfolio-col-6.w2{width:100%;}}@media (max-width: 1169px){.column2 .portfolio-row .portfolio-col-4{width:33.333333%;}.column2 .portfolio-row .portfolio-col-4.w2{width:66.666667%;}}@media (max-width: 767px){.column2 .portfolio-row .portfolio-col-4{width:50%;}.column2 .portfolio-row .portfolio-col-4.w2{width:100%;}}@media (max-width: 480px){.column2 .portfolio-row .portfolio-col-4{width:100%;}}.column2 .portfolio-row .portfolio-col-5,.column2 .portfolio-row .portfolio-col-6{width:20%;}.column2 .portfolio-row .portfolio-col-5.w2,.column2 .portfolio-row .portfolio-col-6.w2{width:40%;}@media (max-width: 1169px){.column2 .portfolio-row .portfolio-col-5,.column2 .portfolio-row .portfolio-col-6{width:25%;}.column2 .portfolio-row .portfolio-col-5.w2,.column2 .portfolio-row .portfolio-col-6.w2{width:50%;}}@media (max-width: 767px){.column2 .portfolio-row .portfolio-col-5,.column2 .portfolio-row .portfolio-col-6{width:33.333333%;}.column2 .portfolio-row .portfolio-col-5.w2,.column2 .portfolio-row .portfolio-col-6.w2{width:66.666667%;}}@media (max-width: 480px){.column2 .portfolio-row .portfolio-col-5,.column2 .portfolio-row .portfolio-col-6{width:50%;}.column2 .portfolio-row .portfolio-col-5.w2,.column2 .portfolio-row .portfolio-col-6.w2{width:100%;}}.portfolio-row.full{margin:0;}body.boxed .portfolio-row.full{margin-left:-30px;margin-right:-30px;}@media (max-width: 767px){body.boxed .portfolio-row.full{margin-left:-15px;margin-right:-15px;}}body.boxed .vc_row[data-vc-stretch-content] .portfolio-row.full{margin-left:0;margin-right:0;}.portfolio-row.full .portfolio{padding:0;margin-bottom:0;}.portfolio-modal .mfp-arrow,.portfolio-ajax-modal .mfp-arrow,.portfolio-modal .mfp-close,.portfolio-ajax-modal .mfp-close{display:none;}.portfolio-modal .container,.portfolio-ajax-modal .container{width:100%;padding-left:0 !important;padding-right:0 !important;}.portfolio-modal .uvc-vc-full-width,.portfolio-ajax-modal .uvc-vc-full-width,.portfolio-modal .vc_row[data-vc-full-width],.portfolio-ajax-modal .vc_row[data-vc-full-width],.portfolio-modal .ult-vc-hide-row,.portfolio-ajax-modal .ult-vc-hide-row,.portfolio-modal .vc_row[data-vc-stretch-content],.portfolio-ajax-modal .vc_row[data-vc-stretch-content],body.boxed .portfolio-modal .uvc-vc-full-width,body.boxed .portfolio-ajax-modal .uvc-vc-full-width,body.boxed .portfolio-modal .vc_row[data-vc-full-width],body.boxed .portfolio-ajax-modal .vc_row[data-vc-full-width],body.boxed .portfolio-modal .ult-vc-hide-row,body.boxed .portfolio-ajax-modal .ult-vc-hide-row,body.boxed .portfolio-modal .vc_row[data-vc-stretch-content],body.boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content],#main.main-boxed .portfolio-modal .uvc-vc-full-width,#main.main-boxed .portfolio-ajax-modal .uvc-vc-full-width,#main.main-boxed .portfolio-modal .vc_row[data-vc-full-width],#main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-full-width],#main.main-boxed .portfolio-modal .ult-vc-hide-row,#main.main-boxed .portfolio-ajax-modal .ult-vc-hide-row,#main.main-boxed .portfolio-modal .vc_row[data-vc-stretch-content],#main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content]{position:relative;width:100% !important;left:0 !important;padding-left:30px !important;padding-right:30px !important;margin:0 !important;max-width:100% !important;}@media (max-width: 767px){.portfolio-modal .uvc-vc-full-width,.portfolio-ajax-modal .uvc-vc-full-width,.portfolio-modal .vc_row[data-vc-full-width],.portfolio-ajax-modal .vc_row[data-vc-full-width],.portfolio-modal .ult-vc-hide-row,.portfolio-ajax-modal .ult-vc-hide-row,.portfolio-modal .vc_row[data-vc-stretch-content],.portfolio-ajax-modal .vc_row[data-vc-stretch-content],body.boxed .portfolio-modal .uvc-vc-full-width,body.boxed .portfolio-ajax-modal .uvc-vc-full-width,body.boxed .portfolio-modal .vc_row[data-vc-full-width],body.boxed .portfolio-ajax-modal .vc_row[data-vc-full-width],body.boxed .portfolio-modal .ult-vc-hide-row,body.boxed .portfolio-ajax-modal .ult-vc-hide-row,body.boxed .portfolio-modal .vc_row[data-vc-stretch-content],body.boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content],#main.main-boxed .portfolio-modal .uvc-vc-full-width,#main.main-boxed .portfolio-ajax-modal .uvc-vc-full-width,#main.main-boxed .portfolio-modal .vc_row[data-vc-full-width],#main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-full-width],#main.main-boxed .portfolio-modal .ult-vc-hide-row,#main.main-boxed .portfolio-ajax-modal .ult-vc-hide-row,#main.main-boxed .portfolio-modal .vc_row[data-vc-stretch-content],#main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content]{padding-left:15px !important;padding-right:15px !important;}}.portfolio-load-more-loader{display:none;position:relative;height:49px;}.btn-portfolio-lazy-load{opacity:0;}@media (max-width:991px){.portfolio-nav,.portfolio-nav-all{display:none;}}.sort-source{clear:both;}.sort-source > li > a{cursor:pointer;padding:6px 12px;}.sort-source.sort-source-style-2{margin:0 auto;}.sort-source.sort-source-style-2 > li{float:none;display:inline-block;}.sort-source.sort-source-style-2 > li > a,.sort-source.sort-source-style-2 > li > a:focus,.sort-source.sort-source-style-2 > li > a:hover{background:transparent;color:#fff;display:inline-block;border-radius:0;margin:0;padding:18px 28px;position:relative;}.sort-source.sort-source-style-2 > li > a:after{-webkit-transition:margin 0.3s;-moz-transition:margin 0.3s;transition:margin 0.3s;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:15px solid #ccc;content:" ";display:block;position:absolute;left:50%;margin-left:-20px;margin-top:0;opacity:0;z-index:1;}.sort-source.sort-source-style-2 > li.active > a,.sort-source.sort-source-style-2 > li.active > a:focus,.sort-source.sort-source-style-2 > li.active > a:hover{background:transparent;}.sort-source.sort-source-style-2 > li.active > a:after{opacity:1;margin-top:18px;}@media (max-width: 767px){.sort-source.sort-source-style-2 > li{display:block;}.sort-source.sort-source-style-2 > li.active > a:after{display:none !important;}}.ajax-box .bounce-loader,.ajax-box .porto-ajax-loading{z-index:1;}.portfolio-stripes .owl-carousel .owl-nav .owl-prev{line-height:initial;}.portfolio-stripes .owl-carousel .owl-nav .owl-next{line-height:initial;}.portfolio-stripes .owl-item .portfolio-item{width:calc(100% + 2px);}.portfolio-stripes .owl-item .portfolio-item .thumb-info{border:none;}.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper{height:calc(100vh - 89px);}.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;box-shadow:0 50px 190px 110px #182027;z-index:1;}.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .background-image{position:absolute;top:0;left:0;background-size:cover;width:100%;height:100%;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .background-image{-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);}.thumb-info.thumb-info-basic-info .thumb-info-title{background:none;bottom:5.5%;left:5%;padding:0;font-size:2em;line-height:1;text-shadow:none;}.portfolio-parallax{height:40vh;}.portfolio-parallax:before{content:'';display:block;position:absolute;background:rgba(10, 12, 36, 0);top:0;right:0;bottom:0;left:0;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;}.portfolio-parallax h2{bottom:7%;font-size:2em;left:1%;line-height:1;margin:0;padding:0;position:absolute;}.portfolio-parallax:not(.hidden-plus):hover:before{background:rgba(10, 12, 36, 0.5);}html.gecko .thumb-info{z-index:1;-webkit-transform:unset;-moz-transform:unset;-ms-transform:unset;-o-transform:unset;transform:unset;}@media (max-width:991px){.portfolio-parallax{height:30vh;}}@media (max-width:767px){.portfolio-parallax{height:25vh;}}.porto-portfolios-lighbox-thumbnails{position:fixed;bottom:2.5%;width:100%;text-align:center;z-index:99999;}.porto-portfolios-lighbox-thumbnails .owl-carousel{margin-bottom:0;}.porto-portfolios-lighbox-thumbnails .owl-carousel .owl-stage{margin:0 auto;}.porto-portfolios-lighbox-thumbnails .owl-item{cursor:pointer;}.porto-portfolios-lighbox-thumbnails .owl-item.current{opacity:0.5;cursor:default;}.portfolios-lightbox.with-thumbs .porto-portfolios-lighbox-thumbnails{visibility:hidden;}@media (max-width:1023px){.porto-portfolios-lighbox-thumbnails{display:none;}}.single-portfolio .thumb-info-action .thumb-info-action-icon{display:none;}article.member h2 a,article.member h4 a{text-decoration:none;}.member-container-top{padding-top:35px;}.member-container-bottom{padding-bottom:35px;}.member-image{margin-bottom:15px;}.member-image.single{margin-bottom:30px;}.member-slideshow{text-align:center;}.member-title{margin-bottom:-10px;}.member-title a{display:inline-block;}.member-title .fa{font-size:2.5em;}.member-share-links{padding:15px 0;border-top:1px solid #ddd;}.member-share-links a{border-radius:500px;}.member-row{position:relative;margin:0 -15px;}.member-row .member{float:left;padding:0 15px;margin-bottom:30px;width:100%;}.member-row .member-col-2{width:50%;}@media (max-width: 767px){.member-row .member-col-2{width:100%;}}.member-row .member-col-3{width:33.333333%;}@media (max-width: 767px){.member-row .member-col-3{width:50%;}}@media (max-width: 480px){.member-row .member-col-3{width:100%;}}.member-row .member-col-4{width:25%;}@media (max-width: 991px){.member-row .member-col-4{width:33.333333%;}}@media (max-width: 767px){.member-row .member-col-4{width:50%;}}@media (max-width: 480px){.member-row .member-col-4{width:100%;}}.member-row .member-col-5{width:20%;}@media (max-width: 991px){.member-row .member-col-5{width:25%;}}@media (max-width: 767px){.member-row .member-col-5{width:33.333333%;}}@media (max-width: 480px){.member-row .member-col-5{width:50%;}}.member-row .member-col-6{width:16.666667%;}@media (max-width: 1169px){.member-row .member-col-6{width:20%;}}@media (max-width: 991px){.member-row .member-col-6{width:25%;}}@media (max-width: 767px){.member-row .member-col-6{width:33.333333%;}}@media (max-width: 480px){.member-row .member-col-6{width:50%;}}@media (max-width: 1169px){.column2 .member-row .member-col-4{width:33.333333%;}}@media (max-width: 767px){.column2 .member-row .member-col-4{width:50%;}}@media (max-width: 480px){.column2 .member-row .member-col-4{width:100%;}}.column2 .member-row .member-col-5,.column2 .member-row .member-col-6{width:20%;}@media (max-width: 1169px){.column2 .member-row .member-col-5,.column2 .member-row .member-col-6{width:25%;}}@media (max-width: 767px){.column2 .member-row .member-col-5,.column2 .member-row .member-col-6{width:33.333333%;}}@media (max-width: 480px){.column2 .member-row .member-col-5,.column2 .member-row .member-col-6{width:50%;}}.member-item.member-item-3 .thumb-info{border-radius:0 0 0 0;}.member-item.member-item-3 .thumb-info-wrapper{margin:0;border-radius:0 0 0 0;}.member-item.member-item-3 .thumb-info-wrapper img{border-radius:0 0 0 0;}.member-item.member-item-3 .thumb-info-caption{display:block;padding:0;background:#fff;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}.member-item.member-item-3 .thumb-info-caption-title{position:relative;display:block;padding:30px 15px 28px;}.member-item.member-item-3 .thumb-info-caption-text{padding:0 15px 28px;margin:0;margin-top:-15px;}.member-item.member-item-3 .thumb-info-social-icons{padding-left:13px;padding-right:13px;}.member-item.member-item-3 .view-more{position:absolute;right:15px;top:50%;font-size:1.9em;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}.related-members,.related.products{margin-top:35px;}.member-carousel .member-slide{*zoom:1;}.member-carousel .member-slide:before,.member-carousel .member-slide:after{content:" ";display:table;}.member-carousel .member-slide:after{clear:both;}.member-carousel .member-item{margin:0 15px 20px;}@media (max-width: 767px){.member-carousel .member-item{border:none;padding:0;}}.member-carousel.owl-carousel .owl-dots{margin-top:0;}.member-modal .mfp-arrow,.member-ajax-modal .mfp-arrow{display:none;}.page-slideshow{text-align:center;}.page-meta > *{display:block;}.page-share{margin-top:15px;margin-bottom:30px;padding:20px 0 0;}.page-share h3{display:inline-block;font-size:1.8em;font-weight:200;margin:5px 15px 10px;text-transform:none;}.page-share h3 i{margin-right:7px;}.page-share .share-links{display:inline-block;margin-top:-5px;}.page-share.container{margin-bottom:70px;}.container .container:not(.porto-wrap-container){width:100%;padding-left:0;padding-right:0;}.custom-post-event{position:relative;}.custom-post-event .post-event-date{position:absolute;top:0;left:0;padding:15px 20px;}.custom-post-event .post-event-date span{display:block;}.custom-post-event .post-event-date span.day{font-size:1.9em;}.custom-post-event .post-event-date span.year{font-size:0.9em;}.custom-post-event .post-event-date.custom-xlg-space{top:30px;left:30px;}.custom-post-event .post-event-content p{font-size:0.9em;}.custom-event-infos ul{padding:0;margin:0;}.custom-event-infos ul li{list-style:none;display:inline-block;margin-left:15px;font-size:0.9em;}.custom-event-infos ul li:first-child{margin-left:0;}.custom-event-infos ul li i{font-size:1.2em;color:#1f222b;font-weight:bold;}.custom-event-top-image img{margin:auto;}.custom-post-event:last-child hr.solid{display:none;}.event-row:last-child hr.solid{display:none;}[data-appear-animation],.appear-animation{opacity:0;}.appear-animation-visible{opacity:1;}.animated,.appear-animation{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}.flash{-webkit-animation-name:flash;animation-name:flash;}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);opacity:1;}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);}20%,40%,60%,80%{-webkit-transform:translateX(10px);}}@keyframes shake{0%,100%{transform:translateX(0);opacity:1;}10%,30%,50%,70%,90%{transform:translateX(-10px);}20%,40%,60%,80%{transform:translateX(10px);}}.shake{-webkit-animation-name:shake;animation-name:shake;}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);opacity:1;}40%{-webkit-transform:translateY(-30px);}60%{-webkit-transform:translateY(-15px);}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0);opacity:1;}40%{transform:translateY(-30px);}60%{transform:translateY(-15px);}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);}100%{-webkit-transform:scale(1) rotate(0);opacity:1;}}@keyframes tada{0%{transform:scale(1);}10%,20%{transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg);}40%,60%,80%{transform:scale(1.1) rotate(-3deg);}100%{transform:scale(1) rotate(0);opacity:1;}}.tada{-webkit-animation-name:tada;animation-name:tada;}@-webkit-keyframes swing{20%,40%,60%,80%,100%{-webkit-transform-origin:top center;}20%{-webkit-transform:rotate(15deg);}40%{-webkit-transform:rotate(-10deg);}60%{-webkit-transform:rotate(5deg);}80%{-webkit-transform:rotate(-5deg);}100%{-webkit-transform:rotate(0deg);opacity:1;}}@keyframes swing{20%{transform:rotate(15deg);}40%{transform:rotate(-10deg);}60%{transform:rotate(5deg);}80%{transform:rotate(-5deg);}100%{transform:rotate(0deg);opacity:1;}}.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-ms-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);}15%{-webkit-transform:translateX(-25%) rotate(-5deg);}30%{-webkit-transform:translateX(20%) rotate(3deg);}45%{-webkit-transform:translateX(-15%) rotate(-3deg);}60%{-webkit-transform:translateX(10%) rotate(2deg);}75%{-webkit-transform:translateX(-5%) rotate(-1deg);}100%{-webkit-transform:translateX(0%);opacity:1;}}@keyframes wobble{0%{transform:translateX(0%);}15%{transform:translateX(-25%) rotate(-5deg);}30%{transform:translateX(20%) rotate(3deg);}45%{transform:translateX(-15%) rotate(-3deg);}60%{transform:translateX(10%) rotate(2deg);}75%{transform:translateX(-5%) rotate(-1deg);}100%{transform:translateX(0%);opacity:1;}}.wobble{-webkit-animation-name:wobble;animation-name:wobble;}@-webkit-keyframes wiggle{0%{-webkit-transform:skewX(9deg);}10%{-webkit-transform:skewX(-8deg);}20%{-webkit-transform:skewX(7deg);}30%{-webkit-transform:skewX(-6deg);}40%{-webkit-transform:skewX(5deg);}50%{-webkit-transform:skewX(-4deg);}60%{-webkit-transform:skewX(3deg);}70%{-webkit-transform:skewX(-2deg);}80%{-webkit-transform:skewX(1deg);}90%{-webkit-transform:skewX(0deg);}100%{-webkit-transform:skewX(0deg);opacity:1;}}@keyframes wiggle{0%{transform:skewX(9deg);}10%{transform:skewX(-8deg);}20%{transform:skewX(7deg);}30%{transform:skewX(-6deg);}40%{transform:skewX(5deg);}50%{transform:skewX(-4deg);}60%{transform:skewX(3deg);}70%{transform:skewX(-2deg);}80%{transform:skewX(1deg);}90%{transform:skewX(0deg);}100%{transform:skewX(0deg);opacity:1;}}.wiggle{-webkit-animation-name:wiggle;animation-name:wiggle;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);}50%{-webkit-transform:scale(1.1);}100%{-webkit-transform:scale(1);opacity:1;}}@keyframes pulse{0%{transform:scale(1);}50%{transform:scale(1.1);}100%{transform:scale(1);opacity:1;}}.pulse{-webkit-animation-name:pulse;animation-name:pulse;}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px);}100%{opacity:1;transform:translateY(0);}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px);}100%{opacity:1;transform:translateY(0);}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px);}100%{opacity:1;transform:translateX(0);}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px);}100%{opacity:1;transform:translateX(0);}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);}100%{opacity:1;-webkit-transform:translateY(0);}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px);}100%{opacity:1;transform:translateY(0);}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);}100%{opacity:1;-webkit-transform:translateY(0);}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px);}100%{opacity:1;transform:translateY(0);}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);}100%{opacity:1;-webkit-transform:translateX(0);}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px);}100%{opacity:1;transform:translateX(0);}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);}100%{opacity:1;-webkit-transform:translateX(0);}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px);}100%{opacity:1;transform:translateX(0);}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);}50%{opacity:1;-webkit-transform:scale(1.05);}70%{-webkit-transform:scale(0.9);}100%{-webkit-transform:scale(1);opacity:1;}}@keyframes bounceIn{0%{opacity:0;transform:scale(0.3);}50%{opacity:1;transform:scale(1.05);}70%{transform:scale(0.9);}100%{transform:scale(1);opacity:1;}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);}60%{opacity:1;-webkit-transform:translateY(-30px);}80%{-webkit-transform:translateY(10px);}100%{-webkit-transform:translateY(0);opacity:1;}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px);}60%{opacity:1;transform:translateY(-30px);}80%{transform:translateY(10px);}100%{transform:translateY(0);opacity:1;}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp;}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);}60%{opacity:1;-webkit-transform:translateY(30px);}80%{-webkit-transform:translateY(-10px);}100%{-webkit-transform:translateY(0);opacity:1;}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px);}60%{opacity:1;transform:translateY(30px);}80%{transform:translateY(-10px);}100%{transform:translateY(0);opacity:1;}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown;}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);}60%{opacity:1;-webkit-transform:translateX(30px);}80%{-webkit-transform:translateX(-10px);}100%{-webkit-transform:translateX(0);opacity:1;}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px);}60%{opacity:1;transform:translateX(30px);}80%{transform:translateX(-10px);}100%{transform:translateX(0);opacity:1;}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft;}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);}60%{opacity:1;-webkit-transform:translateX(-30px);}80%{-webkit-transform:translateX(10px);}100%{-webkit-transform:translateX(0);opacity:1;}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px);}60%{opacity:1;transform:translateX(-30px);}80%{transform:translateX(10px);}100%{transform:translateX(0);opacity:1;}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight;}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0;}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0;}100%{transform-origin:center center;transform:rotate(0);opacity:1;}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}@-webkit-keyframes menuFadeInUp{0%{opacity:0;-webkit-transform:translateY(10px);}100%{opacity:1;-webkit-transform:translateY(0);}}@keyframes menuFadeInUp{0%{opacity:0;transform:translateY(10px);}100%{opacity:1;transform:translateY(0);}}.menuFadeInUp{-webkit-animation-name:menuFadeInUp;animation-name:menuFadeInUp;}@-webkit-keyframes menuFadeInDown{0%{opacity:0;-webkit-transform:translateY(-10px);}100%{opacity:1;-webkit-transform:translateY(0);}}@keyframes menuFadeInDown{0%{opacity:0;transform:translateY(-10px);}100%{opacity:1;transform:translateY(0);}}.menuFadeInDown{-webkit-animation-name:menuFadeInDown;animation-name:menuFadeInDown;}@-webkit-keyframes menuFadeInLeft{0%{opacity:0;-webkit-transform:translateX(-30px);}100%{opacity:1;-webkit-transform:translateX(0);}}@keyframes menuFadeInLeft{0%{opacity:0;transform:translateX(-30px);}100%{opacity:1;transform:translateX(0);}}.menuFadeInLeft{-webkit-animation-name:menuFadeInLeft;animation-name:menuFadeInLeft;}@-webkit-keyframes menuFadeInRight{0%{opacity:0;-webkit-transform:translateX(30px);}100%{opacity:1;-webkit-transform:translateX(0);}}@keyframes menuFadeInRight{0%{opacity:0;transform:translateX(30px);}100%{opacity:1;transform:translateX(0);}}.menuFadeInRight{-webkit-animation-name:menuFadeInRight;animation-name:menuFadeInRight;}.mega-menu{margin:0;padding:0;list-style:none;*zoom:1;}.mega-menu:before,.mega-menu:after{content:" ";display:table;}.mega-menu:after{clear:both;}.mega-menu li.menu-item{display:block;position:relative;margin:0;}.mega-menu li.menu-item > a,.mega-menu li.menu-item > h5{display:block;text-decoration:none;text-align:left;position:relative;outline:medium none;margin-top:0;margin-bottom:0;line-height:24px;font-weight:400;font-family:inherit;font-size:inherit;}.mega-menu li.menu-item > a > .fa,.mega-menu li.menu-item > h5 > .fa{width:18px;text-align:center;}.mega-menu li.menu-item > a > .fa,.mega-menu li.menu-item > h5 > .fa,.mega-menu li.menu-item > a > .avatar,.mega-menu li.menu-item > h5 > .avatar{margin-right:5px;}.mega-menu li.menu-item > a > .avatar img,.mega-menu li.menu-item > h5 > .avatar img{margin-top:-5px;margin-bottom:-4px;}.mega-menu li.menu-item > a > .flag,.mega-menu li.menu-item > h5 > .flag,.mega-menu li.menu-item > a > [class*='flag-'],.mega-menu li.menu-item > h5 > [class*='flag-']{display:inline-block;width:16px;height:11px;margin-top:-2px;margin-right:6px;margin-left:1px;vertical-align:middle;line-height:0;}.mega-menu li.menu-item > a > .flag:before,.mega-menu li.menu-item > h5 > .flag:before,.mega-menu li.menu-item > a > [class*='flag-']:before,.mega-menu li.menu-item > h5 > [class*='flag-']:before{display:none;}.mega-menu li.menu-item > a > .thumb-info-preview,.mega-menu li.menu-item > h5 > .thumb-info-preview{position:absolute;display:block;left:100%;opacity:0;border:0;padding-left:10px;background:transparent;overflow:visible;margin:15px 0 0;top:-1000px;-webkit-transition:transform 0.2s ease-out, opacity 0.2s ease-out;-moz-transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out;transform:translate3d(-30px, 0, 0);opacity:0;max-width:none;}.mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper,.mega-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-wrapper{background:#fff;display:block;border-radius:0;border:0;box-shadow:0 0 3px rgba(0, 0, 0, .15);margin:0;padding:0;text-align:left;}.mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-image,.mega-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image{width:182px;height:136px;min-height:0;-webkit-transition:all 5s linear 0s;-moz-transition:all 5s linear 0s;transition:all 5s linear 0s;}.mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-image.fixed-image,.mega-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image.fixed-image{background-position:left top;background-size:auto 100%;}.mega-menu li.menu-item > a:hover,.mega-menu li.menu-item > h5:hover{z-index:1;}.mega-menu li.menu-item > a:hover > .thumb-info-preview,.mega-menu li.menu-item > h5:hover > .thumb-info-preview{transform:translate3d(0, 0, 0);top:0;opacity:1;margin-top:-5px;}.mega-menu li.menu-item > h5{cursor:default;}.mega-menu ul.sub-menu{margin:0;padding:0;list-style:none;}.mega-menu > li.menu-item{float:left;margin-right:2px;}.mega-menu > li.menu-item:last-child{margin-right:0;}.mega-menu > li.menu-item.narrow{position:relative;}.mega-menu > li.menu-item.has-sub > a .thumb-info-preview,.mega-menu > li.menu-item.has-sub > h5 .thumb-info-preview{display:none;}.mega-menu > li.menu-item > a,.mega-menu > li.menu-item > h5{display:inline-block;font-size:0.8571em;font-weight:bold;line-height:20px;padding:9px 12px 8px;}@media (max-width: 1169px){.mega-menu > li.menu-item > a,.mega-menu > li.menu-item > h5{padding:9px 9px 8px;}}.mega-menu > li.menu-item > a > .fa,.mega-menu > li.menu-item > h5 > .fa{width:auto;}.mega-menu > li.menu-item > a .tip,.mega-menu > li.menu-item > h5 .tip{position:absolute;top:-9px;right:10px;}.mega-menu > li.menu-item > a .tip .tip-arrow:before,.mega-menu > li.menu-item > h5 .tip .tip-arrow:before{content:"\f125";left:2px;bottom:-3px;top:auto;width:auto;height:auto;}.mega-menu > li.menu-item > a > .thumb-info-preview,.mega-menu > li.menu-item > h5 > .thumb-info-preview{left:-100%;right:-100%;padding-left:0;padding-top:10px;transform:translate3d(0, 20px, 0);opacity:0;margin:auto;width:190px;}.mega-menu > li.menu-item > a:hover > .thumb-info-preview,.mega-menu > li.menu-item > h5:hover > .thumb-info-preview{top:100%;transform:translate3d(0, 0, 0);}.mega-menu > li.menu-item.active > a,.mega-menu > li.menu-item:hover > a,.mega-menu > li.menu-item.active > h5,.mega-menu > li.menu-item:hover > h5{color:#fff;border-radius:0;}.mega-menu > li.menu-item.has-sub:hover{z-index:111;}.mega-menu > li.menu-item.has-sub:hover > a,.mega-menu > li.menu-item.has-sub:hover > h5{border-radius:0 0 0 0;margin-bottom:-3px;padding-bottom:11px;}.menu-arrow .mega-menu > li.has-sub > a:after,.menu-arrow .mega-menu > li.has-sub > h5:after{content:"\f0d7";font-family:"FontAwesome";}.mega-menu .popup{position:absolute;left:0;text-align:left;top:100%;display:none;margin:2px 0 0;z-index:111;min-width:100%;}.mega-menu .popup > .inner{*zoom:1;}.mega-menu .popup > .inner:before,.mega-menu .popup > .inner:after{content:" ";display:table;}.mega-menu .popup > .inner:after{clear:both;}.mega-menu .popup ul.sub-menu{position:relative;}.mega-menu .popup li.menu-item{padding:0;float:none;}.mega-menu .wide .popup{border-radius:0;border-top:5px solid #ccc;box-shadow:0 10px 25px rgba(0, 0, 0, 0.15);right:auto;left:0;}.mega-menu .wide .popup > .inner{border-radius:0 0 0 0;padding:25px 20px 10px;background:#fff;}.mega-menu .wide .popup > .inner > ul.sub-menu{max-width:100%;}.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item{float:left;padding:0 15px 10px;}.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5{color:#333;font-size:1em;font-weight:600;padding-bottom:5px;}.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item ul.sub-menu{padding-bottom:5px;}.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item ul.sub-menu ul.sub-menu{padding-bottom:0;}.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5{margin-left:-8px;padding:4px 8px;font-size:0.9em;line-height:20px;font-weight:normal;border-radius:0;}.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover,.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover{background:#f4f4f4;}.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > ul.sub-menu{padding-left:10px;}.mega-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item{margin-bottom:-20px;}.mega-menu .wide .popup > .inner li.menu-item > a.has-preview,.mega-menu .wide .popup > .inner li.menu-item > h5.has-preview{display:inline-block;}.mega-menu .wide .popup > .inner .container{width:auto;padding:0;}.mega-menu .wide.pos-left .popup{border-radius:0 0 0 0;}.mega-menu .wide.pos-right .popup{border-radius:0 0 0 0;}.mega-menu .narrow .popup > .inner > ul.sub-menu{border-radius:0 0 0 0;}.mega-menu .narrow .popup ul.sub-menu{min-width:180px;padding:5px;box-shadow:0 2px 3px rgba(0, 0, 0, 0.15);border-top:0 solid #ccc;z-index:10;}.mega-menu .narrow .popup ul.sub-menu ul.sub-menu{border-radius:0;position:absolute;left:100%;display:none;opacity:0;}.mega-menu .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu{top:-5px;}.mega-menu .narrow .popup li.menu-item > a,.mega-menu .narrow .popup li.menu-item > h5{color:#fff;font-weight:400;padding:8px;font-size:0.9em;line-height:18px;border-bottom:1px solid rgba(255, 255, 255, .2);white-space:nowrap;}.mega-menu .narrow .popup li.menu-item:last-child > a,.mega-menu .narrow .popup li.menu-item:last-child > h5{border-bottom-width:0;}.mega-menu .narrow .popup li.menu-item:hover > ul.sub-menu{opacity:1;display:block;}.mega-menu .narrow .popup li.menu-item-has-children > a,.mega-menu .narrow .popup li.menu-item-has-children > h5{padding-right:20px;}.mega-menu .narrow .popup li.menu-item-has-children > a:before,.mega-menu .narrow .popup li.menu-item-has-children > h5:before{content:"\f105";float:right;margin-right:-14px;font-family:"FontAwesome";font-weight:normal;line-height:22px;}.mega-menu .narrow .popup li.menu-item-has-children > a .thumb-info-preview,.mega-menu .narrow .popup li.menu-item-has-children > h5 .thumb-info-preview{display:none;}.mega-menu .narrow.pos-left .popup{left:0px;right:auto;}.mega-menu .narrow.pos-left .popup > .inner > ul.sub-menu{border-radius:0 0 0 0;}.mega-menu .narrow.pos-left .popup ul.sub-menu ul.sub-menu{left:100%;right:auto;}.mega-menu .narrow.pos-left .popup li.menu-item-has-children > a:before,.mega-menu .narrow.pos-left .popup li.menu-item-has-children > h5:before{content:"\f0da";}.mega-menu .narrow.pos-left .popup li.menu-item > a > .thumb-info-preview,.mega-menu .narrow.pos-left .popup li.menu-item > h5 > .thumb-info-preview{left:100%;right:auto;padding-left:10px;padding-right:0;transform:translate3d(-30px, 0, 0);}.mega-menu .narrow.pos-left .popup li.menu-item > a:hover > .thumb-info-preview,.mega-menu .narrow.pos-left .popup li.menu-item > h5:hover > .thumb-info-preview{transform:translate3d(0, 0, 0);}.mega-menu .narrow.pos-right .popup{right:0px;left:auto;}.mega-menu .narrow.pos-right .popup > .inner > ul.sub-menu{border-radius:0 0 0 0;}.mega-menu .narrow.pos-right .popup ul.sub-menu ul.sub-menu{right:100%;left:auto;}.mega-menu .narrow.pos-right .popup li.menu-item-has-children > a:before,.mega-menu .narrow.pos-right .popup li.menu-item-has-children > h5:before{content:"\f0d9";}.mega-menu .narrow.pos-right .popup li.menu-item > a > .thumb-info-preview,.mega-menu .narrow.pos-right .popup li.menu-item > h5 > .thumb-info-preview{left:auto;right:100%;padding-left:0;padding-right:10px;transform:translate3d(30px, 0, 0);}.mega-menu .narrow.pos-right .popup li.menu-item > a:hover > .thumb-info-preview,.mega-menu .narrow.pos-right .popup li.menu-item > h5:hover > .thumb-info-preview{transform:translate3d(0, 0, 0);}.mega-menu .tip{color:#fff;display:inline-block;font-size:9px;border-radius:0;line-height:1;padding:2px;position:relative;margin-left:10px;vertical-align:middle;}.mega-menu .tip.hot{background-color:#eb2771;}.mega-menu .tip.hot .tip-arrow:before{color:#eb2771;}.mega-menu .tip .tip-arrow:before{display:inline-block;font-family:"Elusive-Icons";font-size:5px;position:absolute;width:4px;height:6px;margin:auto;content:"\f126";left:-4px;text-align:right;top:0;bottom:0;}.mega-menu.effect-down .popup{top:-2000px;}.mega-menu.effect-down .popup li.menu-item > a,.mega-menu.effect-down .popup li.menu-item > h5{-webkit-transition:transform 0.2s ease-out;-moz-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;-webkit-transform:translate3d(0, -5px, 0);-moz-transform:translate3d(0, -5px, 0);-ms-transform:translate3d(0, -5px, 0);-o-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}.mega-menu.effect-down > li.menu-item .popup{-webkit-transition:transform 0.2s ease-out;-moz-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;-webkit-transform:translate3d(0, -5px, 0);-moz-transform:translate3d(0, -5px, 0);-ms-transform:translate3d(0, -5px, 0);-o-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}.mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > a,.mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > h5{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.mega-menu.effect-down > li.menu-item:hover .popup{top:100%;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.mega-menu.effect-down > li.menu-item:hover li.menu-item > a,.mega-menu.effect-down > li.menu-item:hover li.menu-item > h5{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.mega-menu.effect-fadein-up > li.menu-item .popup{-webkit-animation:menuFadeInUp 0.2s ease-out;animation:menuFadeInUp 0.2s ease-out;}.mega-menu.effect-fadein-down > li.menu-item .popup{-webkit-animation:menuFadeInDown 0.2s ease-out;animation:menuFadeInDown 0.2s ease-out;}.mega-menu.effect-fadein > li.menu-item .popup{-webkit-animation:fadeIn 0.2s ease-out;animation:fadeIn 0.2s ease-out;}.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu{display:block !important;top:-2000px;-webkit-transition:transform 0.2s ease-out;-moz-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;-webkit-transform:translate3d(0, -5px, 0);-moz-transform:translate3d(0, -5px, 0);-ms-transform:translate3d(0, -5px, 0);-o-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a,.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5{-webkit-transition:transform 0.2s ease-out;-moz-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;-webkit-transform:translate3d(0, -5px, 0);-moz-transform:translate3d(0, -5px, 0);-ms-transform:translate3d(0, -5px, 0);-o-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a,.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.mega-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInLeft 0.2s ease-out;animation:menuFadeInLeft 0.2s ease-out;}.mega-menu.subeffect-fadein-left .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInLeft 0.2s ease-out;animation:menuFadeInLeft 0.2s ease-out;}.mega-menu.subeffect-fadein-left .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInRight 0.2s ease-out;animation:menuFadeInRight 0.2s ease-out;}.mega-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInRight 0.2s ease-out;animation:menuFadeInRight 0.2s ease-out;}.mega-menu.subeffect-fadein-right .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInRight 0.2s ease-out;animation:menuFadeInRight 0.2s ease-out;}.mega-menu.subeffect-fadein-right .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInLeft 0.2s ease-out;animation:menuFadeInLeft 0.2s ease-out;}.mega-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInUp 0.2s ease-out;animation:menuFadeInUp 0.2s ease-out;}.mega-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInDown 0.2s ease-out;animation:menuFadeInDown 0.2s ease-out;}.mega-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:fadeIn 0.2s ease-out;animation:fadeIn 0.2s ease-out;}.mega-menu.show-arrow > li.has-sub > a:after,.mega-menu.show-arrow > li.has-sub > h5:after{display:inline-block;content:"\f107";font-family:"FontAwesome";font-weight:normal;font-size:1em;margin:0 0 0 5px;line-height:1;}.mega-menu.menu-flat li.menu-item > a > .thumb-info-preview .thumb-info-wrapper,.mega-menu.menu-flat li.menu-item > h5 > .thumb-info-preview .thumb-info-wrapper{border-radius:0 !important;}.mega-menu.menu-flat > li.menu-item{margin-right:0;}.mega-menu.menu-flat > li.menu-item.active > a,.mega-menu.menu-flat > li.menu-item:hover > a,.mega-menu.menu-flat > li.menu-item.active > h5,.mega-menu.menu-flat > li.menu-item:hover > h5{border-radius:0 !important;}.mega-menu.menu-flat > li.menu-item.has-sub:hover > a,.mega-menu.menu-flat > li.menu-item.has-sub:hover > h5{border-radius:0 !important;}.mega-menu.menu-flat .popup{margin:0;}.mega-menu.menu-flat .wide .popup{border-radius:0 !important;}.mega-menu.menu-flat .wide .popup > .inner{border-radius:0 !important;}.mega-menu.menu-flat .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,.mega-menu.menu-flat .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5{border-radius:0 !important;}.mega-menu.menu-flat .wide.pos-left .popup,.mega-menu.menu-flat .wide.pos-right .popup{border-radius:0 !important;}.mega-menu.menu-flat .narrow .popup > .inner > ul.sub-menu{border-radius:0 !important;}.mega-menu.menu-flat .narrow .popup ul.sub-menu ul.sub-menu{border-radius:0 !important;}.mega-menu.menu-flat .narrow.pos-left .popup > .inner > ul.sub-menu,.mega-menu.menu-flat .narrow.pos-right .popup > .inner > ul.sub-menu{border-radius:0 !important;}.mega-menu.menu-flat-border > li.menu-item > a,.mega-menu.menu-flat-border > li.menu-item > h5{border-right:1px solid rgba(0, 0, 0, .1);}.mega-menu.menu-flat-border > li.menu-item:last-child > a,.mega-menu.menu-flat-border > li.menu-item:last-child > h5{border-right:0 none;}.accordion-menu{margin:0;padding:0;list-style:none;font-size:0.9em;}.accordion-menu > li,.accordion-menu ul.sub-menu > li{position:relative;}.accordion-menu li.menu-item{margin:0;}.accordion-menu li.menu-item > a,.accordion-menu li.menu-item > h5{position:relative;display:block;outline:medium none;text-decoration:none;text-align:left;margin:1px 0 0;padding:5px 6px;line-height:25px;font-weight:400;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;font-family:inherit;font-size:inherit;}.accordion-menu li.menu-item > a > .fa,.accordion-menu li.menu-item > h5 > .fa{width:18px;text-align:center;}.accordion-menu li.menu-item > a > .fa,.accordion-menu li.menu-item > h5 > .fa,.accordion-menu li.menu-item > a > .avatar,.accordion-menu li.menu-item > h5 > .avatar{margin-right:5px;}.accordion-menu li.menu-item > a > .avatar img,.accordion-menu li.menu-item > h5 > .avatar img{margin-top:-5px;margin-bottom:-4px;}.accordion-menu li.menu-item > a > .flag,.accordion-menu li.menu-item > h5 > .flag,.accordion-menu li.menu-item > a > [class*='flag-'],.accordion-menu li.menu-item > h5 > [class*='flag-']{display:inline-block;width:16px;height:11px;margin-top:-3px;margin-right:6px;margin-left:1px;vertical-align:middle;line-height:0;}.accordion-menu li.menu-item > a > .flag:before,.accordion-menu li.menu-item > h5 > .flag:before,.accordion-menu li.menu-item > a > [class*='flag-']:before,.accordion-menu li.menu-item > h5 > [class*='flag-']:before{display:none;}.accordion-menu li.menu-item.has-sub > a,.accordion-menu li.menu-item.has-sub > h5{padding-right:33px;}.accordion-menu ul.sub-menu{display:none;list-style:none;margin:0;padding:0 0 0 10px;}.accordion-menu .arrow{border-radius:0;position:absolute;top:6px;right:0;width:25px;height:25px;cursor:pointer;text-align:center;font-family:"FontAwesome";line-height:25px;vertical-align:top;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;}.accordion-menu .arrow:before{content:"\f067";}.accordion-menu .open > .arrow:before{content:"\f068";}.accordion-menu .tip{color:#fff;display:inline-block;font-size:9px;border-radius:0;line-height:1;padding:2px;position:relative;margin-left:10px;vertical-align:middle;}.accordion-menu .tip.hot{background-color:#eb2771;}.accordion-menu .tip.hot .tip-arrow:before{color:#eb2771;}.accordion-menu .tip .tip-arrow:before{display:inline-block;font-family:"Elusive-Icons";font-size:5px;position:absolute;width:4px;height:6px;margin:auto;left:-4px;text-align:right;content:"\f126";top:0;bottom:0;}@media (max-width: 991px){#main-sidebar-menu{display:none;}}.widget_sidebar_menu{border:1px solid #ddd;border-radius:0;background:#fbfbfb;margin-top:0;}.widget_sidebar_menu + .widget-block{margin-top:20px;}.widget_sidebar_menu + .widget_product_categories,.widget_sidebar_menu + .widget_price_filter,.widget_sidebar_menu + .widget_layered_nav,.widget_sidebar_menu + .widget_layered_nav_filters,.widget_sidebar_menu + .widget_rating_filter{margin-top:15px;}@media (max-width: 991px){.widget_sidebar_menu{overflow:hidden;}}.widget_sidebar_menu.closed .widget-title{border-radius:0;margin-bottom:-1px;}.widget_sidebar_menu .widget-title{border-radius:0 0 0 0;background:#f5f5f5;border-bottom:1px solid #ddd;font-size:0.9286em;font-weight:700;line-height:18px;padding:12px 15px;margin:0;text-transform:uppercase;position:relative;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;}@media (max-width: 1169px){.widget_sidebar_menu .widget-title{font-size:0.8571em;line-height:13px;padding:10px 15px;}}.widget_sidebar_menu .widget-title .toggle{display:inline-block;width:1.8571em;height:1.8571em;line-height:1.7572em;color:#ccc;background:#fff;border:1px solid #ccc;border-radius:0;position:absolute;right:1.0714em;top:1px;bottom:0;margin:auto;padding:0;cursor:pointer;font-family:"FontAwesome";text-align:center;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;}.widget_sidebar_menu .widget-title .toggle:before{content:"\f0d8";}.widget_sidebar_menu .widget-title .toggle:hover{color:#fff;}.widget_sidebar_menu .widget-title .toggle.closed:before{content:"\f0d7";}.sidebar-menu{margin:0;padding:0;list-style:none;*zoom:1;}.sidebar-menu:before,.sidebar-menu:after{content:" ";display:table;}.sidebar-menu:after{clear:both;}.sidebar-menu li.menu-item{display:block;position:relative;margin:0;}.sidebar-menu li.menu-item > a,.sidebar-menu li.menu-item > h5{display:block;text-decoration:none;text-align:left;position:relative;outline:medium none;margin-top:0;margin-bottom:0;line-height:24px;font-weight:400;font-family:inherit;font-size:inherit;}.sidebar-menu li.menu-item > a > .fa,.sidebar-menu li.menu-item > h5 > .fa{width:18px;text-align:center;}.sidebar-menu li.menu-item > a > .fa,.sidebar-menu li.menu-item > h5 > .fa,.sidebar-menu li.menu-item > a > .avatar,.sidebar-menu li.menu-item > h5 > .avatar{margin-right:5px;}.sidebar-menu li.menu-item > a > .avatar img,.sidebar-menu li.menu-item > h5 > .avatar img{margin-top:-5px;margin-bottom:-4px;}.sidebar-menu li.menu-item > a > .flag,.sidebar-menu li.menu-item > h5 > .flag,.sidebar-menu li.menu-item > a > [class*='flag-'],.sidebar-menu li.menu-item > h5 > [class*='flag-']{display:inline-block;width:16px;height:11px;margin-top:-2px;margin-right:6px;margin-left:1px;vertical-align:middle;line-height:0;}.sidebar-menu li.menu-item > a > .flag:before,.sidebar-menu li.menu-item > h5 > .flag:before,.sidebar-menu li.menu-item > a > [class*='flag-']:before,.sidebar-menu li.menu-item > h5 > [class*='flag-']:before{display:none;}.sidebar-menu li.menu-item > a > .thumb-info-preview,.sidebar-menu li.menu-item > h5 > .thumb-info-preview{position:absolute;display:block;left:100%;opacity:0;border:0;padding-left:10px;background:transparent;overflow:visible;margin:15px 0 0;top:-1000px;-webkit-transition:transform 0.2s ease-out, opacity 0.2s ease-out;-moz-transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out;transform:translate3d(-30px, 0, 0);opacity:0;max-width:none;}.sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper,.sidebar-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-wrapper{background:#fff;display:block;border-radius:0;border:0;box-shadow:0 0 3px rgba(0, 0, 0, 0.15);margin:0;padding:0;text-align:left;}.sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-image,.sidebar-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image{width:182px;height:136px;min-height:0;-webkit-transition:all 5s linear 0s;-moz-transition:all 5s linear 0s;transition:all 5s linear 0s;}.sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-image.fixed-image,.sidebar-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image.fixed-image{background-position:left top;background-size:auto 100%;}.sidebar-menu li.menu-item > a:hover,.sidebar-menu li.menu-item > h5:hover{z-index:1;}.sidebar-menu li.menu-item > a:hover > .thumb-info-preview,.sidebar-menu li.menu-item > h5:hover > .thumb-info-preview{transform:translate3d(0, 0, 0);top:0;opacity:1;margin-top:-5px;}.sidebar-menu li.menu-item > h5{cursor:default;}.sidebar-menu ul.sub-menu{margin:0;padding:0;list-style:none;}.sidebar-menu > li.menu-item{float:none;}.sidebar-menu > li.menu-item:first-child > a,.sidebar-menu > li.menu-item:first-child > h5{border-top-width:0;}.sidebar-menu > li.menu-item:last-child:hover{border-radius:0 0 0 0;}.sidebar-menu > li.menu-item:last-child.menu-item-has-children:hover{border-radius:0 0 0 0;}.right-sidebar .sidebar-menu > li.menu-item:last-child.menu-item-has-children:hover{border-radius:0 0 0 0;}.sidebar-menu > li.menu-item.has-sub > a .thumb-info-preview,.sidebar-menu > li.menu-item.has-sub > h5 .thumb-info-preview{display:none;}.sidebar-menu > li.menu-item > a,.sidebar-menu > li.menu-item > h5{display:block;line-height:17px;padding:12px 5px;margin:0 10px -1px;border-top:1px solid #ddd;}@media (max-width: 1169px){.sidebar-menu > li.menu-item > a,.sidebar-menu > li.menu-item > h5{font-size:0.9286em;line-height:17px;padding:9px 5px;}}.sidebar-menu > li.menu-item.active:hover > a,.sidebar-menu > li.menu-item.active:hover > h5{color:#fff;}.sidebar-menu > li.menu-item:hover > a,.sidebar-menu > li.menu-item:hover > h5{color:#fff;position:relative;z-index:1;}.sidebar-menu > li.menu-item:hover > .arrow:before{border-left-color:#fff;}.sidebar-menu > li.menu-item > .arrow{position:absolute;top:0;bottom:0;right:5px;width:30px;height:30px;line-height:30px;margin:auto;text-align:center;}@media (max-width: 991px){.sidebar-menu > li.menu-item > .arrow,.right-sidebar .sidebar-menu > li.menu-item > .arrow{margin:0;top:7px;}}.sidebar-menu > li.menu-item > .arrow:before{font-family:"FontAwesome";content:"\f105";}@media (max-width: 991px){}.sidebar-menu .popup{text-align:left;left:100%;position:absolute;top:0;display:none;margin:0;z-index:111;min-width:0;}@media (max-width: 991px){.sidebar-menu .popup{position:static;margin-bottom:-1px;}}.right-sidebar .sidebar-menu .popup{right:100%;left:auto;}.sidebar-menu .popup > .inner{margin:0;}.sidebar-menu .popup ul.sub-menu{position:relative;}.sidebar-menu .popup li.menu-item{padding:0;}.sidebar-menu .wide .popup{border-radius:0 0 0 0;margin-left:-1px;border-left:10px solid #ccc;box-shadow:0 0 25px rgba(0, 0, 0, 0.15);}.right-sidebar .sidebar-menu .wide .popup{border-radius:0 0 0 0;border-left-width:0;border-right:10px solid #ccc;margin-left:0;margin-right:-1px;}.sidebar-menu .wide .popup > .inner{padding:25px 20px 10px;background:#fff;border-radius:0 0 0 0;margin-left:-5px;*zoom:1;}.sidebar-menu .wide .popup > .inner:before,.sidebar-menu .wide .popup > .inner:after{content:" ";display:table;}.sidebar-menu .wide .popup > .inner:after{clear:both;}.right-sidebar .sidebar-menu .wide .popup > .inner{border-radius:0 0 0 0;margin-left:0;margin-right:-5px;}.sidebar-menu .wide .popup > .inner > ul.sub-menu{max-width:100%;}.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item{float:left;padding:0 15px 10px;}.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5{color:#333;font-size:1em;font-weight:600;padding-bottom:5px;}.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item ul.sub-menu{padding-bottom:5px;}.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item ul.sub-menu ul.sub-menu{padding-bottom:0;}.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5{margin-left:-8px;padding:3px 8px;font-size:0.9em;line-height:20px;font-weight:normal;border-radius:0;}.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover,.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover{background:#f4f4f4;}.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > ul.sub-menu{padding-left:10px;}.sidebar-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item{margin-bottom:-20px;}.sidebar-menu .wide .popup > .inner li.menu-item > a.has-preview,.sidebar-menu .wide .popup > .inner li.menu-item > h5.has-preview{display:inline-block;}.sidebar-menu .wide .popup > .inner .container{width:auto;padding:0;}@media (max-width: 991px){.sidebar-menu .wide .popup,.right-sidebar .sidebar-menu .wide .popup{border-radius:0;box-shadow:none;border:none;margin:0;}.sidebar-menu .wide .popup .inner,.right-sidebar .sidebar-menu .wide .popup .inner{border-radius:0;margin:0;}}.sidebar-menu .narrow .popup > .inner > ul.sub-menu{border-radius:0 0 0 0;}.right-sidebar .sidebar-menu .narrow .popup > .inner > ul.sub-menu{border-radius:0 0 0 0;}.sidebar-menu .narrow .popup ul.sub-menu{min-width:180px;padding:5px;border-radius:0;box-shadow:0 0 3px rgba(0, 0, 0, 0.15);z-index:10;}@media (max-width: 991px){.sidebar-menu .narrow .popup ul.sub-menu{box-shadow:none;border-radius:0;}}.sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu{position:absolute;left:100%;top:-5px;display:none;}@media (max-width: 991px){.sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu{position:static;padding:0 0 0 5px;}}.right-sidebar .sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu{left:auto;right:100%;}.sidebar-menu .narrow .popup li.menu-item > a,.sidebar-menu .narrow .popup li.menu-item > h5{color:#fff;font-weight:400;padding:7px 15px 7px 8px;font-size:0.9em;line-height:20px;border-bottom:1px solid rgba(255, 255, 255, 0.2);white-space:nowrap;}.right-sidebar .sidebar-menu .narrow .popup li.menu-item > a > .thumb-info-preview,.right-sidebar .sidebar-menu .narrow .popup li.menu-item > h5 > .thumb-info-preview{left:auto;right:100%;padding-left:0;padding-right:10px;transform:translate3d(30px, 0, 0);}.right-sidebar .sidebar-menu .narrow .popup li.menu-item > a:hover > .thumb-info-preview,.right-sidebar .sidebar-menu .narrow .popup li.menu-item > h5:hover > .thumb-info-preview{transform:translate3d(0, 0, 0);}.sidebar-menu .narrow .popup li.menu-item:last-child > a,.sidebar-menu .narrow .popup li.menu-item:last-child > h5{border-bottom-color:transparent;}.sidebar-menu .narrow .popup li.menu-item:hover > ul.sub-menu{display:block;}.sidebar-menu .narrow .popup li.menu-item-has-children > a,.sidebar-menu .narrow .popup li.menu-item-has-children > h5{padding-right:15px;}.sidebar-menu .narrow .popup li.menu-item-has-children > a:before,.sidebar-menu .narrow .popup li.menu-item-has-children > h5:before{content:"\f105";float:right;margin-right:-13px;font-family:"FontAwesome";font-weight:normal;line-height:22px;opacity:0.65;}.right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > a:before,.right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before{content:"\f104";}@media (max-width: 991px){.sidebar-menu .narrow .popup li.menu-item-has-children > a:before,.sidebar-menu .narrow .popup li.menu-item-has-children > h5:before{content:"\f0d7";}.sidebar-menu .narrow .popup li.menu-item-has-children > a:before,.sidebar-menu .narrow .popup li.menu-item-has-children > h5:before,.right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > a:before,.right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before{margin-right:-7px;}}.sidebar-menu .narrow .popup li.menu-item-has-children > a .thumb-info-preview,.sidebar-menu .narrow .popup li.menu-item-has-children > h5 .thumb-info-preview{display:none;}.sidebar-menu .narrow .popup li.menu-item-has-children:hover > a:before,.sidebar-menu .narrow .popup li.menu-item-has-children:hover > h5:before{opacity:1;}.sidebar-menu .tip{color:#fff;display:inline-block;font-size:8px;font-style:normal;border-radius:0;line-height:1;padding:2px;position:relative;margin-left:10px;vertical-align:middle;}.sidebar-menu .tip.hot{background-color:#eb2771;}.sidebar-menu .tip.hot .tip-arrow:before{color:#eb2771;}.sidebar-menu .tip .tip-arrow:before{display:inline-block;font-family:"Elusive-Icons";font-size:5px;position:absolute;content:"\f126";text-align:right;left:-4px;width:4px;height:6px;margin:auto;top:0;bottom:0;}.sidebar-menu .menu-custom-block span{display:none;}.sidebar-menu .menu-custom-block a{border-top:1px solid #ddd;line-height:18px;margin:0 10px -1px;padding:12px 5px;display:block;text-decoration:none;}@media (max-width: 1169px){.sidebar-menu .menu-custom-block a{font-size:0.9286em;line-height:16px;padding:9px 5px;}}.sidebar-menu .menu-custom-block a:hover{color:#fff;margin-left:0;margin-right:0;padding-left:15px;padding-right:15px;position:relative;z-index:1;}.sidebar-menu .menu-custom-block a:last-child:hover{border-radius:0 0 0 0;}.sidebar-menu.has-main-menu > li.menu-item:first-child > a,.sidebar-menu.has-main-menu > li.menu-item:first-child > h5{border-top-width:1px;}.sidebar-menu.has-side-menu > li.menu-item:last-child:hover{border-radius:0;}.sidebar-menu.has-side-menu .menu-custom-block a:last-child:hover{border-radius:0;}.sidebar-menu.subeffect-down .popup{top:-2000px;}.sidebar-menu.subeffect-down .popup li.menu-item > a,.sidebar-menu.subeffect-down .popup li.menu-item > h5{-webkit-transition:transform 0.2s ease-out;-moz-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;-webkit-transform:translate3d(0, -5px, 0);-moz-transform:translate3d(0, -5px, 0);-ms-transform:translate3d(0, -5px, 0);-o-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}.sidebar-menu.subeffect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > a,.sidebar-menu.subeffect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > h5{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.sidebar-menu.subeffect-down > li.menu-item:hover .popup{top:0;}.sidebar-menu.subeffect-down > li.menu-item:hover li.menu-item > a,.sidebar-menu.subeffect-down > li.menu-item:hover li.menu-item > h5{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu{display:block !important;top:-2000px;}.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a,.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5{-webkit-transition:transform 0.2s ease-out;-moz-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;-webkit-transform:translate3d(0, -5px, 0);-moz-transform:translate3d(0, -5px, 0);-ms-transform:translate3d(0, -5px, 0);-o-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu{top:-5px;}.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a,.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.sidebar-menu.subeffect-fadein-left > li.menu-item .popup{-webkit-animation:menuFadeInLeft 0.2s ease-out;animation:menuFadeInLeft 0.2s ease-out;}.right-sidebar .sidebar-menu.subeffect-fadein-left > li.menu-item .popup{-webkit-animation:menuFadeInRight 0.2s ease-out;animation:menuFadeInRight 0.2s ease-out;}.sidebar-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInLeft 0.2s ease-out;animation:menuFadeInLeft 0.2s ease-out;}.right-sidebar .sidebar-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInRight 0.2s ease-out;animation:menuFadeInRight 0.2s ease-out;}.sidebar-menu.subeffect-fadein-right > li.menu-item .popup{-webkit-animation:menuFadeInRight 0.2s ease-out;animation:menuFadeInRight 0.2s ease-out;}.right-sidebar .sidebar-menu.subeffect-fadein-right > li.menu-item .popup{-webkit-animation:menuFadeInLeft 0.2s ease-out;animation:menuFadeInLeft 0.2s ease-out;}.sidebar-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInRight 0.2s ease-out;animation:menuFadeInRight 0.2s ease-out;}.right-sidebar .sidebar-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInLeft 0.2s ease-out;animation:menuFadeInLeft 0.2s ease-out;}.sidebar-menu.subeffect-fadein-up > li.menu-item .popup{-webkit-animation:menuFadeInUp 0.2s ease-out;animation:menuFadeInUp 0.2s ease-out;}.sidebar-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInUp 0.2s ease-out;animation:menuFadeInUp 0.2s ease-out;}.sidebar-menu.subeffect-fadein-down > li.menu-item .popup{-webkit-animation:menuFadeInDown 0.2s ease-out;animation:menuFadeInDown 0.2s ease-out;}.sidebar-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:menuFadeInDown 0.2s ease-out;animation:menuFadeInDown 0.2s ease-out;}.sidebar-menu.subeffect-fadein > li.menu-item .popup{-webkit-animation:fadeIn 0.2s ease-out;animation:fadeIn 0.2s ease-out;}.sidebar-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu{-webkit-animation:fadeIn 0.2s ease-out;animation:fadeIn 0.2s ease-out;}@-webkit-keyframes header-reveal{0%{margin-top:-150px;}100%{margin-top:0;}}@-moz-keyframes header-reveal{0%{margin-top:-150px;}100%{margin-top:0;}}@-o-keyframes header-reveal{0%{margin-top:-150px;}100%{margin-top:0;}}@keyframes header-reveal{0%{margin-top:-150px;}100%{margin-top:0;}}.header-wrapper.wide .container{width:100%;}#header{clear:both;}#header a,#header a:hover{text-decoration:none;outline:none;}#header .header-top .container,#header .header-main .container{position:relative;display:table;}#header .header-top .container > div,#header .header-main .container > div{display:table-cell;position:relative;vertical-align:middle;}#header .header-left{text-align:left;}#header .header-center{text-align:left;}#header .header-right{text-align:right;}#header.header-loaded .header-main{-webkit-transition:background 0.3s ease 0s;-moz-transition:background 0.3s ease 0s;transition:background 0.3s ease 0s;}#header .header-main{position:relative;}#header .header-main .container{min-height:68px;}@media (max-width: 480px){#header .header-main .container{min-height:43px;}}.fixed-header #header .header-main .container{min-height:0;}#header .header-main .container .header-left{padding:30px 0;}@media (max-width: 767px){#header .header-main .container .header-left{padding-top:15px;padding-bottom:15px;}}#header .header-main .container .header-center{padding:21px 26px 20px 40px;text-align:right;}@media (max-width: 767px){#header .header-main .container .header-center{padding-top:15px;padding-bottom:15px;text-align:left;}}#header .header-main .container .header-right{padding:22px 0;}@media (max-width: 767px){#header .header-main .container .header-right{padding-top:15px;padding-bottom:15px;}}#header .header-main .container .header-right .header-minicart{position:relative;padding-right:60px;}@media (max-width: 480px){#header .header-main .container .header-right .header-minicart{position:static;padding-right:0;}}#header .header-main .container .header-right .header-minicart-box{position:relative;padding-right:85px;}@media (max-width: 480px){#header .header-main .container .header-right .header-minicart-box{position:static;padding-right:0;}}#header .header-main .container .header-right .searchform-popup{margin-right:3px;}#header .header-main .container #main-menu{display:inline-block;vertical-align:middle;}#header .header-top{position:relative;z-index:1001;font-size:0.7857em;}@media (max-width: 991px){#header .header-top .gap{display:none;}#header .header-top .switcher-gap{display:inline;}}#header.logo-center .header-main .container .header-left{width:35%;padding-right:20px;}@media (max-width: 991px){#header.logo-center .header-main .container .header-left{display:inline-block;width:auto;}}#header.logo-center .header-main .container .header-center{width:30%;padding-left:0;padding-right:0;text-align:center;}#header.logo-center .header-main .container .header-center .logo{margin:0 auto !important;}#header.logo-center .header-main .container .header-center .logo img{-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;}@media (max-width: 991px){#header.logo-center .header-main .container .header-center{display:inline-block;width:auto;text-align:left;}#header.logo-center .header-main .container .header-center .logo{margin:0 !important;}#header.logo-center .header-main .container .header-center .logo img{-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}}@media (max-width: 480px){#header.logo-center .header-main .container .header-center .logo{margin:0 auto !important;}}#header.logo-center .header-main .container .header-right{width:35%;padding-left:20px;}@media (max-width: 991px){#header.logo-center .header-main .container .header-right{width:auto;}}#header .gap{font-weight:300;margin:0 10px;}#header .gap.switcher-gap{margin:0 5px;}#header .mobile-show{display:none;}@media (max-width: 991px){#header .mobile-hide{display:none;}#header .mobile-show{display:inline;}}#header.sticky-header .header-main{-webkit-transition:none;-moz-transition:none;transition:none;}#header.sticky-header .header-main.change-logo .container > div{padding-top:8px;padding-bottom:8px;}@media (max-width: 480px){#header.sticky-header .header-main.change-logo .container > div{padding-top:5px;padding-bottom:5px;}}#header.sticky-header .header-main.change-logo .logo img{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);}#header.sticky-header .header-main.sticky{position:fixed;left:0;right:0;width:100%;box-shadow:0 1px 0 0 rgba(0, 0, 0, .1);top:0;z-index:1001;}#header.sticky-header .header-main.sticky .container.absolute{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}.header-reveal #header.sticky-header .header-main.sticky{margin-top:0;-webkit-animation:header-reveal 0.4s ease-in;animation:header-reveal 0.4s ease-in;}#header.sticky-header .logo{min-width:0;}@media (max-width: 480px){#header.sticky-header .logo{display:none;}}#header.sticky-header .main-menu-wrap{position:fixed;border-bottom-width:0 !important;left:0;right:0;width:100%;top:0;z-index:1001;padding:8px 0;}.header-reveal #header.sticky-header .main-menu-wrap{margin-top:0;-webkit-animation:header-reveal 0.4s ease-in;animation:header-reveal 0.4s ease-in;}#header.sticky-header .main-menu-wrap,.fixed-header #header.sticky-header .main-menu-wrap{box-shadow:0 1px 0 0 rgba(0, 0, 0, .1);}#header.sticky-header .main-menu-wrap.menu-flat,.fixed-header #header.sticky-header .main-menu-wrap.menu-flat,#header.sticky-header .main-menu-wrap.menu-flat-border,.fixed-header #header.sticky-header .main-menu-wrap.menu-flat-border{padding:0;}#header.sticky-header-calc .header-main.sticky,#header.sticky-header-calc .main-menu-wrap,#header.sticky-header-calc .logo img,#header.sticky-header-calc .header-main.change-logo .container > div{-webkit-transition:none;-moz-transition:none;transition:none;}.fixed-header.header-transparent-bottom-border #header{border-bottom:1px solid rgba(255, 255, 255, .2);}.fixed-header #header{position:absolute;left:0;right:0;width:100%;top:auto;z-index:1001;border-top-width:0;}.fixed-header #header .header-main,.fixed-header #header .main-menu-wrap{position:relative;top:0;}.fixed-header #header.sticky-header{padding-bottom:0 !important;border-bottom:none;}.fixed-header #header.sticky-header .header-main,.fixed-header #header.sticky-header .main-menu-wrap{position:fixed;}.fixed-header #header .header-main .container > div{padding-top:15px;padding-bottom:15px;}.fixed-header #header .searchform{-webkit-transition:background 0.3s ease 0s, border 0.3s ease 0s;-moz-transition:background 0.3s ease 0s, border 0.3s ease 0s;transition:background 0.3s ease 0s, border 0.3s ease 0s;}.fixed-header #header .main-menu-wrap #main-menu .mega-menu{background:transparent;}.fixed-header #header #main-menu .mega-menu{-webkit-transition:background 0.3s ease 0s;-moz-transition:background 0.3s ease 0s;transition:background 0.3s ease 0s;}.fixed-header #header.sticky-header .main-menu-wrap{padding:8px 0;}#header-boxed{padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;}#header-boxed #header.sticky-header .header-main.sticky{margin-left:auto;margin-right:auto;}@media (min-width:768px){#header-boxed #header.sticky-header .header-main.sticky{max-width:750px;}}@media (min-width:992px){#header-boxed #header.sticky-header .header-main.sticky{max-width:990px;}}#header-boxed #header.sticky-header .main-menu-wrap{margin-left:auto;margin-right:auto;}@media (min-width:992px){#header-boxed #header.sticky-header .main-menu-wrap{max-width:990px;}}#header .logo{margin:0;padding:0;min-width:100px;}@media (max-width: 991px){#header .logo{min-width:0;}}@media (max-width: 480px){#header .logo{text-align:center;margin:-15px auto 0;}}#header .logo a{display:inline-block;max-width:100%;}#header .logo img{display:inline-block;color:transparent;max-width:100%;-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}@media not all,only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){#header .logo img.standard-logo{display:none;}#header .logo img.retina-logo{display:inline-block !important;}}#header .logo-transition img{-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}#header .logo-text{display:inline-block;}#header .welcome-msg{display:inline-block;vertical-align:middle;}#header .welcome-msg p{margin:12px 0;}#header .switcher-wrap{display:inline-block;white-space:nowrap;}#header .switcher-wrap ul:first-child{margin-left:0;}#header .currency-switcher,#header .view-switcher,#header .top-links{font-size:0.7857em;display:inline-block;vertical-align:middle;margin:3px 0;}#header .currency-switcher > li.menu-item,#header .view-switcher > li.menu-item,#header .top-links > li.menu-item{margin-right:0;}#header .currency-switcher > li.menu-item:after,#header .view-switcher > li.menu-item:after,#header .top-links > li.menu-item:after{content:"|";font-weight:300;position:relative;top:-1px;margin:0 10px 0 5px;}#header .currency-switcher > li.menu-item > a,#header .view-switcher > li.menu-item > a,#header .top-links > li.menu-item > a,#header .currency-switcher > li.menu-item > h5,#header .view-switcher > li.menu-item > h5,#header .top-links > li.menu-item > h5{font-size:1em;font-weight:normal;padding:0 5px;border-radius:0;line-height:26px;}#header .currency-switcher > li.menu-item:hover > a,#header .view-switcher > li.menu-item:hover > a,#header .top-links > li.menu-item:hover > a,#header .currency-switcher > li.menu-item:hover > h5,#header .view-switcher > li.menu-item:hover > h5,#header .top-links > li.menu-item:hover > h5{border-radius:0 0 0 0;}#header .currency-switcher > li.menu-item.has-sub:hover > a,#header .view-switcher > li.menu-item.has-sub:hover > a,#header .top-links > li.menu-item.has-sub:hover > a,#header .currency-switcher > li.menu-item.has-sub:hover > h5,#header .view-switcher > li.menu-item.has-sub:hover > h5,#header .top-links > li.menu-item.has-sub:hover > h5{margin-bottom:0;padding-bottom:0;}#header .currency-switcher > li.menu-item > .popup,#header .view-switcher > li.menu-item > .popup,#header .top-links > li.menu-item > .popup{margin-top:0;border-width:0;}#header .currency-switcher .narrow .popup > .inner > ul.sub-menu,#header .view-switcher .narrow .popup > .inner > ul.sub-menu,#header .top-links .narrow .popup > .inner > ul.sub-menu{border-radius:0 0 0 0;box-shadow:none;}#header .currency-switcher .narrow .popup ul.sub-menu,#header .view-switcher .narrow .popup ul.sub-menu,#header .top-links .narrow .popup ul.sub-menu{padding:5px;min-width:0;}#header .currency-switcher .narrow .popup li.menu-item > a,#header .view-switcher .narrow .popup li.menu-item > a,#header .top-links .narrow .popup li.menu-item > a,#header .currency-switcher .narrow .popup li.menu-item > h5,#header .view-switcher .narrow .popup li.menu-item > h5,#header .top-links .narrow .popup li.menu-item > h5{font-size:1em;padding:0 7px;line-height:25px;border-bottom-width:0;}#header .currency-switcher,#header .view-switcher{margin-left:11px;}#header .woocs-switcher li,#header .woocs-switcher li > h5{cursor:pointer !important;}#header .top-links{white-space:nowrap;}@media (max-width: 991px){#header .top-links{display:none;}}#header .top-links > li.menu-item{display:inline-block;margin-left:-11px;float:left;}#header .top-links > li.menu-item.active > a,#header .top-links > li.menu-item:hover > a,#header .top-links > li.menu-item.has-sub:hover > a,#header .top-links > li.menu-item.active > h5,#header .top-links > li.menu-item:hover > h5,#header .top-links > li.menu-item.has-sub:hover > h5{background:transparent;}#header .top-links a:hover{text-decoration:underline;}#header .header-top .currency-switcher,#header .header-top .view-switcher,#header .header-top .top-links{margin:0;font-size:1em;}#header .header-top .currency-switcher > li.menu-item > a,#header .header-top .view-switcher > li.menu-item > a,#header .header-top .top-links > li.menu-item > a,#header .header-top .currency-switcher > li.menu-item > h5,#header .header-top .view-switcher > li.menu-item > h5,#header .header-top .top-links > li.menu-item > h5{padding-top:5px !important;padding-bottom:5px !important;border-radius:0 !important;font-weight:600;letter-spacing:0.025em;line-height:24px;}@media (max-width: 1169px){#header .header-top .currency-switcher > li.menu-item > a,#header .header-top .view-switcher > li.menu-item > a,#header .header-top .top-links > li.menu-item > a,#header .header-top .currency-switcher > li.menu-item > h5,#header .header-top .view-switcher > li.menu-item > h5,#header .header-top .top-links > li.menu-item > h5{padding-top:3px !important;padding-bottom:3px !important;}}#header .header-top .welcome-msg{line-height:34px;letter-spacing:0.28333px;}@media (max-width: 1169px){#header .header-top .welcome-msg{line-height:32px;}}#header .header-top .view-switcher .narrow .popup > .inner > ul,#header .header-top .currency-switcher .narrow .popup > .inner > ul{padding:4px 0;background:#fff;}#header .header-top .view-switcher .narrow .popup li.menu-item > a,#header .header-top .currency-switcher .narrow .popup li.menu-item > a,#header .header-top .view-switcher .narrow .popup li.menu-item > h5,#header .header-top .currency-switcher .narrow .popup li.menu-item > h5{background:#fff;color:#777;line-height:20px;}#header .header-top .view-switcher .narrow .popup li.menu-item:hover > a,#header .header-top .currency-switcher .narrow .popup li.menu-item:hover > a,#header .header-top .view-switcher .narrow .popup li.menu-item:hover > h5,#header .header-top .currency-switcher .narrow .popup li.menu-item:hover > h5{background-color:#ccc;color:#fff;}#header .header-top .view-switcher.mega-menu.show-arrow > li.has-sub > a:after,#header .header-top .currency-switcher.mega-menu.show-arrow > li.has-sub > a:after,#header .header-top .view-switcher.mega-menu.show-arrow > li.has-sub > h5:after,#header .header-top .currency-switcher.mega-menu.show-arrow > li.has-sub > h5:after{content:"\e80b";font-family:"porto";font-size:11px;}#header .searchform{border:1px solid #ccc;border-radius:20px;position:relative;display:inline-block;line-height:40px;font-size:13px;padding:0;vertical-align:middle;width:447px;*zoom:1;}#header .searchform:before,#header .searchform:after{content:" ";display:table;}#header .searchform:after{clear:both;}#header .searchform:before{content:"";display:none;position:absolute;left:27px;top:-23px;width:22px;height:22px;border:11px solid transparent;border-bottom-color:inherit;}#header .searchform fieldset{margin-right:-2px;}@media (max-width: 1169px){#header .searchform{width:368px;}}@media (max-width: 991px){#header .searchform{border-width:5px;border-radius:25px;width:378px;display:none;position:absolute;left:-25px;top:45px;z-index:1002;box-shadow:0 2px 3px rgba(0, 0, 0, 0.15);}#header .searchform:before{display:block;}}#header .searchform .text,#header .searchform .cat,#header .searchform .button-wrap,#header .searchform .selectric-cat{float:left;display:inline-block;text-align:left;}#header .searchform .button-wrap{margin:0;}#header .searchform input,#header .searchform select,#header .searchform button{background:transparent;border-radius:0;float:left;border:none;height:40px;outline:none;box-shadow:none;margin-bottom:0;}#header .searchform input::-webkit-input-placeholder,#header .searchform select::-webkit-input-placeholder,#header .searchform button::-webkit-input-placeholder{opacity:0.7;}#header .searchform input:-moz-placeholder,#header .searchform select:-moz-placeholder,#header .searchform button:-moz-placeholder{opacity:0.7;}#header .searchform input::-moz-placeholder,#header .searchform select::-moz-placeholder,#header .searchform button::-moz-placeholder{opacity:0.7;}#header .searchform input:-ms-input-placeholder,#header .searchform select:-ms-input-placeholder,#header .searchform button:-ms-input-placeholder{opacity:0.7;}#header .searchform input{padding:0 15px 0 20px;border-radius:20px 0 0 20px;width:398px;font-family:arial;font-size:13px;height:38px;line-height:37px;}@media (max-width: 1169px){#header .searchform input{width:318px;}}#header .searchform.searchform-cats input{width:266px;}@media (max-width: 1169px){#header .searchform.searchform-cats input{width:190px;}}#header .searchform button{font-size:16px;padding:0 20px 0 13px;border-radius:0 20px 20px 0;text-shadow:none;height:38px;line-height:37px;}#header .searchform button i:before{content:"\e884";font-family:"porto";}#header .searchform select{padding:0 15px 0 10px;width:130px;appearance:none;-moz-appearance:none;-webkit-appearance:none;}#header .searchform select::-ms-expand{display:none;}#header .searchform .selectric-cat{width:129px;text-align:left;}#header .searchform .selectric{background:transparent;border-width:0;}#header .searchform .selectric .label{padding:0 15px 0 10px;margin:0;font-family:arial;font-weight:normal;font-size:13px;border-radius:0;text-align:left;letter-spacing:0.005em;height:38px;line-height:37px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}#header .searchform .selectric-open{z-index:10000;}#header .searchform .selectric-items{left:-1px;max-width:250px;}#header .searchform .selectric-items ul,#header .searchform .selectric-items li{line-height:18px;min-height:18px;}#header .searchform .selectric-items li{border-width:0;padding:6px 8px;}#header .searchform .selectric-items:focus{outline:none;}#header .searchform input,#header .searchform select,#header .searchform .selectric{border-right:1px solid #ccc;}#header .searchform .autocomplete-suggestions{width:auto !important;left:15px;right:15px;padding:0;border-radius:0;}#header .searchform .autocomplete-suggestion{padding:6px;line-height:15px;min-height:0;*zoom:1;text-align:left;}#header .searchform .autocomplete-suggestion:before,#header .searchform .autocomplete-suggestion:after{content:" ";display:table;}#header .searchform .autocomplete-suggestion:after{clear:both;}#header .searchform .autocomplete-suggestion .yith_wcas_result_image{float:left;margin-right:10px;margin-left:0;}#header .searchform .autocomplete-suggestion .yith_wcas_result_content{margin:0;}#header .searchform .autocomplete-suggestion img{border-radius:0;}#header .searchform .autocomplete-suggestion span.yith_wcas_result_on_sale,#header .searchform .autocomplete-suggestion span.yith_wcas_result_featured{padding:3px 5px;border-radius:0;}#header .searchform .autocomplete-suggestion div.badges{left:auto;right:8px;line-height:1;}#header .searchform .autocomplete-suggestion del{font-size:0.8em;}#header .searchform .autocomplete-suggestion ins{text-decoration:none;}#header.search-md .searchform{width:398px;}#header.search-md .searchform input{width:348px;}#header.search-md .searchform.searchform-cats input{width:220px;}@media (max-width: 1169px){#header.search-md .searchform{width:338px;}#header.search-md .searchform input{width:288px;}#header.search-md .searchform.searchform-cats input{width:160px;}}@media (max-width: 991px){#header.search-md .searchform{width:348px;}#header.search-md .searchform input{width:290px;}#header.search-md .searchform.searchform-cats input{width:162px;}}#header.search-sm .searchform{width:348px;}#header.search-sm .searchform input{width:298px;}#header.search-sm .searchform.searchform-cats input{width:170px;}@media (max-width: 1169px){#header.search-sm .searchform{width:288px;}#header.search-sm .searchform input{width:238px;}#header.search-sm .searchform.searchform-cats input{width:110px;}}@media (max-width: 991px){#header.search-sm .searchform{width:298px;}#header.search-sm .searchform input{width:240px;}#header.search-sm .searchform.searchform-cats input{width:112px;}}#header .searchform-popup{display:inline-block;position:relative;vertical-align:middle;}#header .searchform-popup .search-toggle{cursor:pointer;display:none;width:40px;height:40px;line-height:40px;text-align:center;position:relative;z-index:1003;font-size:1.2857em;}@media (max-width: 991px){#header .searchform-popup .search-toggle{display:block;}}#header .show-menu-search .searchform-popup{position:absolute;left:0;top:0;bottom:0;height:40px;margin:auto;z-index:110;}@media (max-width: 991px){#header .show-menu-search .searchform-popup{position:relative;left:0;}}#header .search-popup .search-toggle{display:inline-block;}#header .search-popup .searchform{border-width:5px;border-radius:25px;width:455px;display:none;position:absolute;left:-25px;top:45px;z-index:1003;box-shadow:0 2px 3px rgba(0, 0, 0, 0.15);}@media (max-width: 1169px){#header .search-popup .searchform{width:378px;}}#header .search-popup .searchform:before{display:block;}#header.search-md .search-popup .searchform{width:408px;}@media (max-width: 1169px){#header.search-md .search-popup .searchform{width:348px;}}#header.search-sm .search-popup .searchform{width:358px;}@media (max-width: 1169px){#header.search-sm .search-popup .searchform{width:298px;}}#header .header-left.search-popup .searchform-popup{left:0;}#header .header-left.search-popup .searchform{top:-5px;left:45px;}#header .header-left.search-popup .searchform:before{border-bottom-color:transparent;border-right-color:inherit;left:-23px;top:9px;}@media (max-width: 991px){#header .header-left .searchform-popup{left:0;}#header .header-left .searchform{top:-5px;left:45px;}#header .header-left .searchform:before{border-bottom-color:transparent;border-right-color:inherit;left:-23px;top:9px;}}#header .header-right.search-popup .searchform{left:auto;right:-22px;}#header .header-right.search-popup .searchform:before{left:auto;right:27px;}@media (max-width: 991px){#header .header-right .searchform{left:auto;right:-22px;}#header .header-right .searchform:before{left:auto;right:27px;}}@media (max-width: 767px){#header .header-left .searchform,#header .header-center .searchform,#header .header-right .searchform,#header .header-left.search-popup .searchform,#header .header-center.search-popup .searchform,#header .header-right.search-popup .searchform{width:338px;}#header .header-left .searchform input,#header .header-center .searchform input,#header .header-right .searchform input,#header .header-left.search-popup .searchform input,#header .header-center.search-popup .searchform input,#header .header-right.search-popup .searchform input{width:280px;}#header .header-left .searchform.searchform-cats input,#header .header-center .searchform.searchform-cats input,#header .header-right .searchform.searchform-cats input,#header .header-left.search-popup .searchform.searchform-cats input,#header .header-center.search-popup .searchform.searchform-cats input,#header .header-right.search-popup .searchform.searchform-cats input{width:150px;}}@media (max-width: 480px){#header .header-left .searchform,#header .header-center .searchform,#header .header-right .searchform,#header .header-left.search-popup .searchform,#header .header-center.search-popup .searchform,#header .header-right.search-popup .searchform{width:288px;}#header .header-left .searchform input,#header .header-center .searchform input,#header .header-right .searchform input,#header .header-left.search-popup .searchform input,#header .header-center.search-popup .searchform input,#header .header-right.search-popup .searchform input{width:234px;}#header .header-left .searchform.searchform-cats input,#header .header-center .searchform.searchform-cats input,#header .header-right .searchform.searchform-cats input,#header .header-left.search-popup .searchform.searchform-cats input,#header .header-center.search-popup .searchform.searchform-cats input,#header .header-right.search-popup .searchform.searchform-cats input{width:118px;padding-right:10px;}#header .header-left .searchform.searchform-cats select,#header .header-center .searchform.searchform-cats select,#header .header-right .searchform.searchform-cats select,#header .header-left.search-popup .searchform.searchform-cats select,#header .header-center.search-popup .searchform.searchform-cats select,#header .header-right.search-popup .searchform.searchform-cats select{width:116px;padding:0 8px;}#header .header-left .searchform.searchform-cats .selectric-cat,#header .header-center .searchform.searchform-cats .selectric-cat,#header .header-right .searchform.searchform-cats .selectric-cat,#header .header-left.search-popup .searchform.searchform-cats .selectric-cat,#header .header-center.search-popup .searchform.searchform-cats .selectric-cat,#header .header-right.search-popup .searchform.searchform-cats .selectric-cat{width:116px;}#header .header-left .searchform.searchform-cats .selectric .label,#header .header-center .searchform.searchform-cats .selectric .label,#header .header-right .searchform.searchform-cats .selectric .label,#header .header-left.search-popup .searchform.searchform-cats .selectric .label,#header .header-center.search-popup .searchform.searchform-cats .selectric .label,#header .header-right.search-popup .searchform.searchform-cats .selectric .label{padding:0 8px;}#header .header-left .searchform-popup,#header .header-center .searchform-popup,#header .header-right .searchform-popup,#header .header-left.search-popup .searchform-popup,#header .header-center.search-popup .searchform-popup,#header .header-right.search-popup .searchform-popup{position:absolute;left:45px;top:1px;bottom:auto;}#header .header-left .searchform-popup .searchform,#header .header-center .searchform-popup .searchform,#header .header-right .searchform-popup .searchform,#header .header-left.search-popup .searchform-popup .searchform,#header .header-center.search-popup .searchform-popup .searchform,#header .header-right.search-popup .searchform-popup .searchform{border-width:3px;right:auto;left:-25px;top:42px;}#header .header-left .searchform-popup .searchform:before,#header .header-center .searchform-popup .searchform:before,#header .header-right .searchform-popup .searchform:before,#header .header-left.search-popup .searchform-popup .searchform:before,#header .header-center.search-popup .searchform-popup .searchform:before,#header .header-right.search-popup .searchform-popup .searchform:before{width:14px;border-width:7px;left:34px;right:auto;top:-23px;border-color:transparent;border-bottom-color:inherit;}}#header .header-contact{margin:5px 0;display:inline-block;vertical-align:middle;white-space:nowrap;}#header .header-contact p{margin-bottom:0;}#header .header-contact a{font-size:0.8571em;}#header .header-contact .gap{margin:0 12px;}#header .header-contact i{display:inline-block;margin:0 5px;}#header .header-contact .nav-top a,#header .header-contact .nav-top span{font-size:0.9em;padding:6px 10px;}#header .header-contact .nav-top i{position:relative;top:1px;margin-right:6px;margin-left:0;}#header .header-contact .nav-top span{display:block;line-height:14px;margin-bottom:2px;margin-top:5px;}#header .header-top .header-contact{margin:0;font-size:1.15em;}#header .header-top .header-contact a,#header .header-top .header-contact span{font-size:1em;}#header .share-links{display:inline-block;margin:5px 0 5px 5px;vertical-align:middle;}#header .share-links > a{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;box-shadow :0 2px 2px 0 rgba(0, 0, 0, .3);}#header .header-top .share-links{margin:0 5px 0 -5px;font-size:1.4545em;}#header .header-top .share-links > a{width:1.75em;height:2em;margin:0;background:transparent;box-shadow:none;}#mini-cart{display:inline-block;vertical-align:middle;position:absolute;top:50%;bottom:50%;right:0;height:45px;margin:-22px auto;white-space:normal;}#mini-cart .cart-head{position:relative;cursor:pointer;margin-top:0;min-width:45px;text-align:center;}#mini-cart .minicart-icon{font-size:36px;vertical-align:middle;display:inline-block;}#mini-cart .minicart-icon2{margin-left:-6px;}#mini-cart .minicart-icon3{margin-left:-8px;}#mini-cart .cart-items{position:absolute;font-size:15px;font-weight:600;bottom:10px;left:0;right:0;top:11px;text-align:center;display:inline-block;height:22px;overflow:hidden;}#mini-cart .cart-items .items-loading{width:16px;height:16px;display:inline-block;background:transparent url(/web/wp-content/themes/saludlima/css/../images/ajax-loader@2x.gif) no-repeat scroll center center / 16px 16px;margin-top:-4px;vertical-align:middle;}#mini-cart .cart-head2 .cart-items{top:5px;left:3px;font-size:13px;}#mini-cart .cart-head3 .cart-items{top:9px;left:2px;font-size:13px;}#mini-cart .cart-head4 .cart-items{top:8px;font-size:14px;}#mini-cart.minicart-box{text-align:center;border:1px solid #e6e6e6;margin:-30px auto;}#mini-cart.minicart-box .cart-head{margin-top:11px;}#mini-cart.minicart-inline{font-size:0.7857em;width:auto;height:auto;position:relative;top:auto;bottom:auto;margin:3px 0 3px 7px;border-radius:0;}#mini-cart.minicart-inline .minicart-icon{font-size:1.2727em;margin-left:0;vertical-align:top;}#mini-cart.minicart-inline .minicart-icon2,#mini-cart.minicart-inline .minicart-icon3{margin-left:-2px;}#mini-cart.minicart-inline .cart-head{padding:0 10px;line-height:26px;height:26px;white-space:nowrap;margin-top:1px;margin-bottom:-1px;}#mini-cart.minicart-inline .cart-items{font-size:1em;margin-left:3px;position:relative;top:-1px;}#mini-cart.minicart-inline .cart-head2 .cart-items{left:0;top:0;}#mini-cart.minicart-inline .cart-popup{margin-top:8px;}#mini-cart.minicart-inline .cart-popup:before{right:18px;}@media (max-width: 480px){#header #mini-cart{font-size:0.8462em;width:auto;height:auto;position:absolute;right:15px;top:9px;bottom:auto;margin:0;border-radius:0;border-width:0;}#header #mini-cart .minicart-icon{font-size:1.2727em;margin-left:0;vertical-align:baseline;}#header #mini-cart .minicart-icon2,#header #mini-cart .minicart-icon3{margin-left:-2px;}#header #mini-cart .cart-head{padding:0 10px;line-height:26px;height:26px;margin:0;white-space:nowrap;}#header #mini-cart .cart-items{font-size:1em;margin-left:3px;position:relative;top:-3px;vertical-align:middle;}#header #mini-cart .cart-head2 .cart-items{left:2px;top:-2px;}#header #mini-cart .cart-popup{margin-top:8px;}#header #mini-cart .cart-popup:before{right:18px;}}#mini-cart .cart-popup{width:340px;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;z-index:1003;left:auto;right:0;padding:0;border:none;border-top:9px solid #ccc;box-shadow:0 2px 3px rgba(0, 0, 0, 0.15);border-radius:0;}#mini-cart .cart-popup:before{}#mini-cart .cart-popup .widget_shopping_cart_content{border-radius:0;margin-top:-4px;background:#fff;padding:15px;}@media (max-width: 767px){#mini-cart .cart-popup{width:290px;}}#mini-cart .widget_shopping_cart li.empty{text-align:center;padding:10px 0;}#mini-cart .widget_shopping_cart .buttons{margin-bottom:0;}#mini-cart .widget_shopping_cart .cart-loading{height:64px;width:100%;background:transparent url(/web/wp-content/themes/saludlima/css/../images/ajax-loader@2x.gif) no-repeat scroll center center / 16px 16px;opacity:0.6;}#mini-cart .cart_list{min-height:45px;max-height:300px;overflow-y:auto;overflow-x:hidden;}#mini-cart .cart_list.scroll-scrolly_visible li{padding-right:20px;}#mini-cart.effect-down .cart-popup{display:block;top:-2000px;}#mini-cart.effect-down .cart_list,#mini-cart.effect-down .widget_shopping_cart .total,#mini-cart.effect-down .widget_shopping_cart .buttons{margin-top:-10px;}#mini-cart.effect-down.open .cart-popup{top:100%;}#mini-cart.effect-down.open .cart_list,#mini-cart.effect-down.open .widget_shopping_cart .total,#mini-cart.effect-down.open .widget_shopping_cart .buttons{margin-top:0;-webkit-transition:margin-top 0.2s ease;-moz-transition:margin-top 0.2s ease;transition:margin-top 0.2s ease;-webkit-transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;-webkit-perspective:1000;}#mini-cart.effect-fadein-up.open .cart-popup{-webkit-animation:menuFadeInUp 0.2s ease;animation:menuFadeInUp 0.2s ease;}#mini-cart.effect-fadein-down.open .cart-popup{-webkit-animation:menuFadeInDown 0.2s ease;animation:menuFadeInDown 0.2s ease;}#mini-cart.effect-fadein.open .cart-popup{-webkit-animation:menuFadeIn 0.2s ease;animation:menuFadeIn 0.2s ease;}#mini-cart.minicart-arrow,#mini-cart.minicart-arrow-alt{position:relative;height:41px;line-height:38px;}#mini-cart.minicart-arrow .cart-head::after,#mini-cart.minicart-arrow-alt .cart-head::after{font-family:fontawesome;position:absolute;right:14px;color:#bde1f5;font-size:13px;}#mini-cart.minicart-arrow .cart-items,#mini-cart.minicart-arrow-alt .cart-items{width:16px;height:16px;font-size:10px;color:#fff !important;line-height:16px;border-radius:20px;}#header.sticky-header #mini-cart.minicart-arrow .cart-items,#header.sticky-header #mini-cart.minicart-arrow-alt .cart-items{left:27px;}#header.sticky-header #mini-cart.minicart-arrow,#header.sticky-header #mini-cart.minicart-arrow-alt{margin-top:-24px !important;}#mini-cart.minicart-arrow{margin-top:-26px;}#mini-cart.minicart-arrow .cart-head::after{top:2px;}#mini-cart.minicart-arrow .cart-head::after{right:14px;}#mini-cart.minicart-arrow .minicart-icon{font-size:25px;}#header:not(.sticky-header) #mini-cart.minicart-arrow .minicart-icon{color:#fff;}#mini-cart.minicart-arrow .cart-items{left:31px;top:5px !important;background-color:#f17734;}#header.sticky-header #mini-cart.minicart-arrow{top:4px;}#mini-cart.minicart-arrow-alt{margin-top:-28px;}#mini-cart.minicart-arrow-alt .cart-head::after{top:1px;}#mini-cart.minicart-arrow-alt .cart-head::after{right:6px;}#mini-cart.minicart-arrow-alt .minicart-icon{font-size:30px;}#mini-cart.minicart-arrow-alt .cart-items{left:30px;top:-1px;background-color:#ff5b5b;}#header.sticky-header #mini-cart.minicart-arrow-alt{top:0;right:0;}#header.sticky-header #mini-cart.minicart-arrow-alt .minicart-icon{font-size:23px;}#mini-cart .cart-popup{line-height:38px;border:none;}#mini-cart .cart-popup:before{border:none;}#mini-cart .cart-popup .widget_shopping_cart_content{padding:0 20px 15px;color:#696969;font-weight:bold;font-size:13px;border-radius:0;}#mini-cart .total-count{padding:3px 10px;border-bottom:solid 1px #e6ebee;}#mini-cart .total-count a{color:#474747;}#mini-cart .total-count a:hover{text-decoration:underline !important;}#mini-cart li .product-details{margin:15px 0 2px;}#mini-cart li .product-details a{color:inherit !important;width:calc(100% - 80px);line-height:19px;}#mini-cart li .quantity{font-weight:normal !important;font-size:13px !important;}#mini-cart li .quantity .amount{font-weight:normal !important;font-size:13px !important;}#mini-cart li .product-image{float:right !important;margin-right:0;width:80px !important;}#mini-cart li .product-image img{width:80px !important;}#mini-cart li .remove-product{z-index:3;text-align:center !important;font-size:11px;top:-18px !important;right:-3px !important;width:20px !important;height:20px !important;background-color:#fff;color:#474747 !important;border-radius:100%;box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.5);line-height:20px;}#mini-cart li:not(.empty){padding:15px 10px !important;border-bottom:1px solid #e6ebee !important;}#mini-cart .widget_shopping_cart .total{padding:15px 10px 25px;text-align:left;text-transform:uppercase;color:#474747;}#mini-cart .widget_shopping_cart .total .amount{float:right;font-size:15px;font-weight:700;color:inherit;}#mini-cart .widget_shopping_cart .buttons{padding:0 10px 20px;}#mini-cart .widget_shopping_cart li.empty{font-weight:normal;}#mini-cart .buttons a{border:none;color:#fff;font-size:12px;letter-spacing:0.025em;text-transform:uppercase;padding:14px 25px;border-radius:2px;}#mini-cart.minicart-style1 .cart-popup{box-shadow:0 5px 8px -5px rgba(0, 0, 0, 0.4);border-width:1px;border-style:solid;}#header:not(.sticky-header) #mini-cart.minicart-style1 .cart-popup{top:calc(100% + 8px);}#mini-cart.minicart-style1 .cart-popup:before{content:'';position:absolute;border:10px solid;border-color:transparent transparent #fff transparent !important;z-index:3;right:38.7px;top:-20px;}#mini-cart.minicart-style1 .cart-popup:after{content:'';position:absolute;border:11px solid;border-color:transparent transparent #f0f0f0 transparent;right:38px;top:-22px;}#mini-cart.minicart-style1 .cart-popup .widget_shopping_cart_content{margin-top:0;}#mini-cart.minicart-style1 .product-image{border-color:#ededed;border-width:1px;border-radius:0;}#mini-cart.minicart-style1 .product-image img{border-radius:0;}#mini-cart.minicart-style2 .buttons .checkout{float:none;width:100% !important;}#mini-cart.minicart-style2 .buttons > a:first-child{display:none;}#header:not(.sticky-header) #mini-cart.minicart-arrow .cart-head,#header:not(.sticky-header) #mini-cart.minicart-arrow-alt .cart-head{padding-right:28px;}#header:not(.sticky-header) #mini-cart.minicart-arrow .cart-head::after,#header:not(.sticky-header) #mini-cart.minicart-arrow-alt .cart-head::after{content:"\f107";}#header:not(.sticky-header) #mini-cart.minicart-arrow{border:solid 1px #0082c2;background-color:#0694db;box-shadow:0 5px 11px -2px rgba(0, 0, 0, 0.1);}#header:not(.sticky-header) #mini-cart.minicart-arrow .cart-head{min-width:79px;}#header:not(.sticky-header) #mini-cart.minicart-arrow-alt .cart-head{min-width:74px;}@media (max-width: 991px){.main-menu-wrap{display:none;}}.main-menu-wrap .container{display:table;}.main-menu-wrap .menu-left,.main-menu-wrap .menu-right{position:absolute;top:-2000px;-webkit-transform:translate3d(0, -10px, 0);-moz-transform:translate3d(0, -10px, 0);-ms-transform:translate3d(0, -10px, 0);-o-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0);-webkit-transition:transform 0.3s ease 0s;-moz-transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s;}.main-menu-wrap .menu-left,.main-menu-wrap .menu-right,.main-menu-wrap .menu-center{display:table-cell;vertical-align:middle;}.main-menu-wrap .menu-left{text-align:left;}.main-menu-wrap .menu-right{padding-left:10px;text-align:right;}.main-menu-wrap .menu-right #mini-cart{position:relative;margin-top:-16px;}.main-menu-wrap .menu-right #mini-cart.minicart-inline{margin-top:3px;margin-left:5px;}.main-menu-wrap .menu-right #mini-cart.minicart-box{margin-top:-30px;margin-left:5px;}#header .main-menu-wrap .menu-right .searchform-popup{display:none;}#header .main-menu-wrap .menu-right .searchform-popup .search-toggle{display:block;}#header .main-menu-wrap .menu-right .searchform-popup .searchform{display:none;border-width:5px;border-radius:25px;display:none;position:absolute;left:auto;right:-22px;top:48px;z-index:1002;width:453px;box-shadow:0 2px 3px rgba(0, 0, 0, 0.15);}#header .main-menu-wrap .menu-right .searchform-popup .searchform:before{display:block;left:auto;right:27px;}#header .main-menu-wrap .menu-right .searchform-popup .searchform input{padding:0 15px 0 20px;width:420px;}#header .main-menu-wrap .menu-right .searchform-popup .searchform select,#header .main-menu-wrap .menu-right .searchform-popup .searchform .selectric .label{padding:0 15px 0 10px;}#header .main-menu-wrap .menu-right .searchform-popup .searchform button{padding:0 20px 0 13px;}#header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats{}#header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input{width:266px;}@media (max-width: 1169px){#header .main-menu-wrap .menu-right .searchform-popup .searchform{width:376px;}#header .main-menu-wrap .menu-right .searchform-popup .searchform input{width:320px;}#header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input{width:190px;}}#header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform{width:406px;}#header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform input{width:350px;}#header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input{width:220px;}@media (max-width: 1169px){#header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform{width:346px;}#header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform input{width:290px;}#header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input{width:160px;}}#header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform{width:356px;}#header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform input{width:300px;}#header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input{width:170px;}@media (max-width: 1169px){#header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform{width:296px;}#header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform input{width:240px;}#header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input{width:110px;}}.sticky-header .main-menu-wrap .menu-left,.sticky-header .main-menu-wrap .menu-right{position:static;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.sticky-header .main-menu-wrap .logo img{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;-webkit-transition:none !important;-moz-transition:none !important;transition:none !important;}.sticky-header .main-menu-wrap .hide-sticky-content .menu-custom-content{display:none;}.sticky-header .main-menu-wrap .menu-right{min-width:95px;}#header.sticky-header .main-menu-wrap .menu-right .searchform-popup{display:inline-block;}.main-menu-wrap .mega-menu > li.menu-item > a,.main-menu-wrap .mega-menu > li.menu-item > h5{padding:10px 13px;}.main-menu-wrap .mega-menu > li.menu-item.has-sub:hover > a,.main-menu-wrap .mega-menu > li.menu-item.has-sub:hover > h5{margin-bottom:-3px;padding-bottom:13px;}.main-menu-wrap #main-menu .mega-menu .menu-custom-block{padding:0;margin:0;}.main-menu-wrap #main-menu .mega-menu .menu-custom-block .tip{top:-5px;}#main-menu{position:relative;}@media (max-width: 480px){#main-menu{display:inline !important;}}#main-menu .mega-menu{border-radius:0;}@media (max-width: 991px){#main-menu .mega-menu{display:none;}}#header .header-main .container #main-menu .mega-menu{text-align:left;background:transparent;}#header .header-main .container #main-menu .mega-menu > li.menu-item{margin:1px 2px 1px 0;}#main-menu.centered .menu-center{text-align:center;}#main-menu.centered .mega-menu{text-align:center;margin-left:auto;margin-right:auto;display:inline-block;vertical-align:middle;}#main-menu.centered .mega-menu > li.menu-item{margin:0 1px;}.header-center.show-menu-search #main-menu{padding-left:45px;}@media (max-width: 991px){.header-center.show-menu-search #main-menu{padding-left:0;}}.header-left.show-menu-search #main-menu{padding-left:50px;}@media (max-width: 991px){.header-left.show-menu-search #main-menu{padding-left:0;}}#main-menu .menu-custom-block{padding:10px 0 9px;line-height:21px;font-weight:600;font-size:0.8571em;margin-left:-10px;}#main-menu .menu-custom-block a,#main-menu .menu-custom-block span{display:inline-block;padding:0 15px;position:relative;font-weight:700;}#main-menu .menu-custom-block .tip{color:#fff;display:inline-block;font-size:9px;font-style:normal;border-radius:0;line-height:1;padding:2px;position:absolute;top:-14px;right:10px;margin-left:10px;}#main-menu .menu-custom-block .tip.hot{background-color:#eb2771;}#main-menu .menu-custom-block .tip.hot .tip-arrow:before{color:#eb2771;}#main-menu .menu-custom-block .tip .tip-arrow:before{display:inline-block;font-family:"Elusive-Icons";font-size:5px;font-style:normal;position:absolute;width:auto;height:auto;margin:auto;top:auto;bottom:-3px;content:"\f125";left:2px;text-align:right;}#main-menu .menu-custom-block .fa{text-align:center;}#main-menu .menu-custom-block .fa,#main-menu .menu-custom-block .avatar{margin-right:5px;}#main-menu .menu-custom-block .avatar img{margin-top:-5px;margin-bottom:-4px;}@media (max-width: 991px){#header .contact-gap{display:none;}}@media (max-width: 767px){#header .header-top{display:none;}#header .header-contact{display:none;}#header .switcher-wrap{display:none;}#header .gap{display:none;}}@media (max-width: 480px){#header .header-main .container{display:block;padding-top:28px;padding-bottom:15px;}#header .header-main .container > *:not(.porto-tooltip){display:inline !important;padding:0 !important;position:static !important;}#header .header-main .container > *:not(.porto-tooltip) #main-menu{display:inline;position:static;}}#main-toggle-menu{position:relative;}@media (max-width: 991px){#main-toggle-menu{overflow:hidden;}}#main-toggle-menu .menu-title{color:#fff;cursor:pointer;background:#303030;font-size:0.8571em;font-weight:700;line-height:20px;padding:10px 15px;margin:0;text-transform:uppercase;position:relative;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;}#main-toggle-menu .menu-title:hover{background-color:#555;}#main-toggle-menu .menu-title .toggle{display:inline-block;font-family:"FontAwesome";margin:0 5px 0 0;padding:0;}#main-toggle-menu .menu-title .toggle:before{content:"\f0c9";}#main-toggle-menu .toggle-menu-wrap{display:none;position:absolute;left:0;top:100%;width:100%;background:#fff;box-shadow:0 0 20px rgba(0, 0, 0, .4);z-index:1001;}#main-toggle-menu .toggle-menu-wrap > ul{border-bottom:5px solid #303030;}#main-toggle-menu.closed .toggle-menu-wrap{display:none;}#main-toggle-menu.show-always .menu-title{background:#303030;cursor:default;}#main-toggle-menu.show-always .toggle-menu-wrap{height:auto !important;display:block !important;}#main-toggle-menu .sidebar-menu > li.menu-item:last-child:hover{border-radius:0;}.right-sidebar #main-toggle-menu .sidebar-menu > li.menu-item:last-child:hover{border-radius:0;}#header .mobile-toggle{cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:none;font-size:1.2857em;vertical-align:middle;}@media (max-width: 991px){#header .mobile-toggle{display:inline-block;}}@media (max-width: 480px){#header .mobile-toggle{position:absolute;left:5px;top:1px;}}.header-extra-info{list-style:none;margin:0;*zoom:1;}.header-extra-info:before,.header-extra-info:after{content:" ";display:table;}.header-extra-info:after{clear:both;}.header-extra-info li{text-align:left;float:left;margin-left:25px;}#header.logo-overlay-header .overlay-logo{display:none;}@media (min-width:992px){#header.logo-overlay-header .overlay-logo{display:inline-block;position:absolute;top:0;z-index:1;opacity:1;}#header.logo-overlay-header .overlay-logo-transition{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}#header.logo-overlay-header .logo{opacity:0;-webkit-transform:translate3d(87px, 0, 0);-moz-transform:translate3d(87px, 0, 0);-ms-transform:translate3d(87px, 0, 0);-o-transform:translate3d(87px, 0, 0);transform:translate3d(87px, 0, 0);}#header.logo-overlay-header .logo-transition{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}#header.logo-overlay-header.sticky-header .overlay-logo{opacity:0;top:-90px;}#header.logo-overlay-header.sticky-header .logo{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}#menu-main-menu #mini-cart{right:auto;}#menu-main-menu #mini-cart.minicart-arrow,#menu-main-menu #mini-cart.minicart-arrow-alt,#header.sticky-header #menu-main-menu #mini-cart.minicart-arrow,#header.sticky-header #menu-main-menu #mini-cart.minicart-arrow-alt{margin:0 !important;}@media (min-width:992px){#header.header-separate .header-main{-webkit-transition:none;-moz-transition:none;transition:none;}#header.header-separate .header-main .logo img{-webkit-transition:none;-moz-transition:none;transition:none;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}}@media (max-width: 991px){#header.header-5 .header-main .container .header-left,#header.header-5 .header-main .container .header-center{display:inline-block;}}@media (max-width: 991px){#header.header-7 .header-main .container .header-left{display:none;}}@media (min-width:992px){#header.header-corporate .header-main .container .header-right{padding-left:30px;}#header.header-corporate .header-main .container .header-right .searchform-popup{margin-right:0;}#header.header-corporate .searchform{box-shadow:0 1px 1px rgba(0, 0, 0, .075) inset;width:auto;}#header.header-corporate .searchform input,#header.header-corporate .searchform select,#header.header-corporate .searchform button{height:34px;line-height:34px;}#header.header-corporate .searchform .selectric .label{height:34px;line-height:36px;}#header.header-corporate .searchform input{border:none;padding:0 12px;width:140px;}#header.header-corporate .searchform select{border-left:1px solid #ccc;padding-left:5px;margin-right:-3px;}#header.header-corporate .searchform .selectric{border-left:1px solid #ccc;}#header.header-corporate .searchform .selectric .label{padding-left:5px;margin-right:-3px;}#header.header-corporate .searchform button{padding:0 13px;}}#header.header-corporate .share-links{margin-top:0;margin-bottom:0;}#header.header-corporate .share-links a{width:30px;height:30px;border-radius:30px;margin:0 2px;overflow:hidden;box-shadow:0 2px 2px 0 rgba(0, 0, 0, .3);-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;font-size:14px;color:#333;background-color:#fff;}#header.header-corporate .share-links a:hover{color:#fff;}@media (max-width: 991px){#header.header-10 .header-right-top,#header.header-10 .header-right-bottom{display:inline;}#header.header-10 .share-links{display:none;}}@media (min-width:992px){#header.header-10 .header-main .container .header-left,#header.header-10 .header-main .container .header-center,#header.header-10 .header-main .container .header-right{padding-top:15px;padding-bottom:15px;}#header.header-10 .header-main .container .header-right-bottom{margin-top:10px;}#header.header-10 .header-main.sticky .header-right-top{display:none;}#header.header-10 .header-main.sticky .container .header-right-bottom{margin-top:0;}#header.header-10 .header-contact{margin:0 0 4px;}#header.header-10 .searchform{margin-bottom:4px;margin-left:15px;}#header.header-10 #mini-cart{margin:0 0 0 15px;}}#header.header-corporate:not(.header-10) .header-main .searchform-popup,#header.header-corporate:not(.header-10) .header-main #mini-cart{display:none;}@media (min-width:768px){#header.header-corporate:not(.header-10) .switcher-wrap{margin-right:5px;}#header.header-corporate:not(.header-10) .block-inline{line-height:50px;margin-bottom:5px;}#header.header-corporate:not(.header-10) .header-left .block-inline{margin-right:8px;}#header.header-corporate:not(.header-10) .header-left .block-inline > *{margin:0 7px 0 0;}#header.header-corporate:not(.header-10) .header-right .block-inline{margin-left:8px;}#header.header-corporate:not(.header-10) .header-right .block-inline > *{margin:0 0 0 7px;}#header.header-corporate:not(.header-10) .share-links{line-height:1;}}#header.header-corporate:not(.header-10) .header-top .welcome-msg{font-size:1.15em;}#header.header-corporate:not(.header-10) .header-top #mini-cart.minicart-inline{font-size:1em;}#header.header-corporate:not(.header-10) .header-top #mini-cart.minicart-inline:first-child{margin-left:0;margin-right:0;}@media (max-width: 991px){#header.header-corporate:not(.header-10) .header-top .header-left > *,#header.header-corporate:not(.header-10) .header-top .header-right > *{display:none;}#header.header-corporate:not(.header-10) .header-top .header-left > .block-inline,#header.header-corporate:not(.header-10) .header-top .header-right > .block-inline{display:block;}#header.header-corporate:not(.header-10) .header-top .searchform-popup,#header.header-corporate:not(.header-10) .header-top #mini-cart{display:none;}#header.header-corporate:not(.header-10) .header-main .searchform-popup,#header.header-corporate:not(.header-10) .header-main #mini-cart{display:inline-block;}}@media (min-width:992px){#header.header-11 .header-main .container .header-left,#header.header-12 .header-main .container .header-left,#header.header-11 .header-main.sticky .container .header-left,#header.header-12 .header-main.sticky .container .header-left,#header.header-11 .header-main .container .header-center,#header.header-12 .header-main .container .header-center,#header.header-11 .header-main.sticky .container .header-center,#header.header-12 .header-main.sticky .container .header-center,#header.header-11 .header-main .container .header-right,#header.header-12 .header-main .container .header-right,#header.header-11 .header-main.sticky .container .header-right,#header.header-12 .header-main.sticky .container .header-right{padding-top:0;padding-bottom:0;}#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a,#header.header-12 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a,#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5,#header.header-12 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5{padding-top:33px;padding-bottom:24px;}#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a .tip,#header.header-12 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a .tip,#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 .tip,#header.header-12 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 .tip{top:15px;}#header.header-11 .header-main #main-menu .mega-menu > li.menu-item,#header.header-12 .header-main #main-menu .mega-menu > li.menu-item{margin-top:0;margin-bottom:0;margin-right:0;}#header.header-11 #main-menu .mega-menu > li.menu-item > a,#header.header-12 #main-menu .mega-menu > li.menu-item > a,#header.header-11 #main-menu .mega-menu > li.menu-item > h5,#header.header-12 #main-menu .mega-menu > li.menu-item > h5{border-radius:0;padding-top:38px;padding-bottom:24px;margin-bottom:0;}#header.header-11 #main-menu .mega-menu > li.menu-item > a .tip,#header.header-12 #main-menu .mega-menu > li.menu-item > a .tip,#header.header-11 #main-menu .mega-menu > li.menu-item > h5 .tip,#header.header-12 #main-menu .mega-menu > li.menu-item > h5 .tip{top:20px;}#header.header-11 #main-menu .mega-menu .popup,#header.header-12 #main-menu .mega-menu .popup{margin-top:0;}#header.header-11 #main-menu .mega-menu .wide .popup,#header.header-12 #main-menu .mega-menu .wide .popup{border-radius:0;}#header.header-11 #main-menu .mega-menu .wide .popup > .inner,#header.header-12 #main-menu .mega-menu .wide .popup > .inner{border-radius:0;}#header.header-11 #main-menu .mega-menu .wide.pos-left .popup,#header.header-12 #main-menu .mega-menu .wide.pos-left .popup,#header.header-11 #main-menu .mega-menu .wide.pos-right .popup,#header.header-12 #main-menu .mega-menu .wide.pos-right .popup,#header.header-11 #main-menu .mega-menu .wide.pos-left .popup > .inner,#header.header-12 #main-menu .mega-menu .wide.pos-left .popup > .inner,#header.header-11 #main-menu .mega-menu .wide.pos-right .popup > .inner,#header.header-12 #main-menu .mega-menu .wide.pos-right .popup > .inner{border-radius:0;}#header.header-11 #main-menu .mega-menu .narrow .popup,#header.header-12 #main-menu .mega-menu .narrow .popup,#header.header-11 #main-menu .mega-menu .narrow.pos-left .popup,#header.header-12 #main-menu .mega-menu .narrow.pos-left .popup,#header.header-11 #main-menu .mega-menu .narrow.pos-right .popup,#header.header-12 #main-menu .mega-menu .narrow.pos-right .popup,#header.header-11 #main-menu .mega-menu .narrow .popup > .inner,#header.header-12 #main-menu .mega-menu .narrow .popup > .inner,#header.header-11 #main-menu .mega-menu .narrow.pos-left .popup > .inner,#header.header-12 #main-menu .mega-menu .narrow.pos-left .popup > .inner,#header.header-11 #main-menu .mega-menu .narrow.pos-right .popup > .inner,#header.header-12 #main-menu .mega-menu .narrow.pos-right .popup > .inner,#header.header-11 #main-menu .mega-menu .narrow .popup > .inner > ul.sub-menu,#header.header-12 #main-menu .mega-menu .narrow .popup > .inner > ul.sub-menu,#header.header-11 #main-menu .mega-menu .narrow.pos-left .popup > .inner > ul.sub-menu,#header.header-12 #main-menu .mega-menu .narrow.pos-left .popup > .inner > ul.sub-menu,#header.header-11 #main-menu .mega-menu .narrow.pos-right .popup > .inner > ul.sub-menu,#header.header-12 #main-menu .mega-menu .narrow.pos-right .popup > .inner > ul.sub-menu{border-radius:0;}#header.header-11 #main-menu .mega-menu .narrow ul.sub-menu ul.sub-menu,#header.header-12 #main-menu .mega-menu .narrow ul.sub-menu ul.sub-menu{border-radius:0;}}@media (min-width:992px){#header.header-12 .header-main.change-logo .share-links{margin-top:8px;}}@media (min-width:992px){#header.header-12 .header-main .share-links{margin-top:12px;}}@media (max-width: 991px){#header.header-12 .header-main .share-links{margin-left:0;}}@media (max-width: 480px){#header.header-12 .header-main .share-links{display:none;}}#header.header-11 .searchform,#header.header-15 .searchform,#header.header-16 .searchform{margin-left:15px;}@media (max-width: 991px){#header.header-11 .share-links,#header.header-15 .share-links,#header.header-16 .share-links{display:none;}}@media (max-width: 991px){#header.header-16 .share-links{display:none;}}@media (min-width:992px){#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a,#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5{padding-top:36px;padding-bottom:20px;}#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a .tip,#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 .tip{top:18px;}#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item,#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item.active,#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover{margin-top:0;}#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a,#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item.active > a,#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover > a,#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5,#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item.active > h5,#header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover > h5{border-width:0;}#header.header-11 .header-main.change-logo .share-links{margin-top:13px;}#header.header-11 .header-main #main-menu .mega-menu > li.menu-item{margin-left:0;margin-right:0;}#header.header-11 .header-main #main-menu .mega-menu > li.menu-item > a,#header.header-11 .header-main #main-menu .mega-menu > li.menu-item > h5{padding-top:62px;}#header.header-11 .header-main #main-menu .mega-menu > li.menu-item > a .tip,#header.header-11 .header-main #main-menu .mega-menu > li.menu-item > h5 .tip{top:44px;}#header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item,#header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item.active,#header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item:hover{margin-top:0;}#header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item > a,#header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item.active > a,#header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item:hover > a,#header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item > h5,#header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item.active > h5,#header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item:hover > h5{border-width:0;}#header.header-11 .share-links{margin-top:36px;}}@media (max-width: 991px){#header.header-13 .header-main .container .header-left{display:none;}}#header.header-17 .main-menu-wrap .menu-right{position:relative;top:auto;padding-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;}#header.header-17 .main-menu-wrap .menu-right #mini-cart,#header.header-17 .main-menu-wrap .menu-right .searchform-popup{display:inline-block;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .search-toggle{display:none;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform{position:static;display:block;border-width:0;border-radius:0;box-shadow:none;width:249px;background:rgba(0, 0, 0, .07);}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats{width:369px;}@media (max-width: 1169px){#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform{width:246px;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats{width:366px;}}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform:before{display:none;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform fieldset{margin-right:0;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button{border-radius:0;color:#fff;height:60px;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input::-webkit-input-placeholder,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select::-webkit-input-placeholder,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button::-webkit-input-placeholder{color:#fff;opacity:0.4;text-transform:uppercase;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input:-moz-placeholder,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select:-moz-placeholder,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button:-moz-placeholder{color:#fff;opacity:0.4;text-transform:uppercase;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input::-moz-placeholder,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select::-moz-placeholder,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button::-moz-placeholder{color:#fff;opacity:0.4;text-transform:uppercase;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input:-ms-input-placeholder,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select:-ms-input-placeholder,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button:-ms-input-placeholder{color:#fff;opacity:0.4;text-transform:uppercase;}@media (max-width: 1169px){#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select,#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button{height:50px;}}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform .selectric .label{height:60px;line-height:62px;}@media (max-width: 1169px){#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform .selectric .label{height:50px;line-height:52px;}}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input{font-weight:700;width:200px;padding:6px 12px 6px 22px;box-shadow:0 1px 1px rgba(0, 0, 0, .075) inset;}@media (max-width: 1169px){#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input{width:197px;}}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select{font-weight:700;width:120px;padding:6px 12px 6px 22px;box-shadow:0 1px 1px rgba(0, 0, 0, .075) inset;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform .selectric-cat{width:120px;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform .selectric .label{font-weight:700;padding:6px 12px 6px 22px;box-shadow:0 1px 1px rgba(0, 0, 0, .075) inset;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button{margin-left:-1px;font-size:20px;padding:6px 15px;color:#fff;opacity:0.4;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button:hover{color:#000;}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button .fa{font-family:"Simple-Line-Icons";}#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button .fa:before{content:"\e090";}@media (min-width:768px){#header.header-17 .header-main .container > div{padding-top:0;padding-bottom:0;}}#header.header-17 .feature-box .feature-box-icon,#header.header-17 .feature-box .feature-box-info{float:left;padding-left:0;}#header.header-17 .feature-box .feature-box-icon{height:auto;top:0;margin-right:0;}#header.header-17 .feature-box .feature-box-icon > i{line-height:110px;margin:0;}#header.header-17 .feature-box .feature-box-info > h4{line-height:110px;margin:0;}#header.header-17 .header-contact{margin:0;}#header.header-17 .header-extra-info li{padding-right:32px;margin-left:22px;border-right:1px solid #e9e9e9;}@media (max-width: 1169px){#header.header-17 .header-extra-info li{padding-right:30px;margin-left:20px;}}#header.header-17 .header-extra-info li:first-child{margin-left:0;}#header.header-17 .header-extra-info li:last-child{padding-right:0;border-right:medium none;}@media (max-width: 991px){#header.header-17 .header-extra-info li{padding-right:15px;margin-left:0;border-right:medium none;}#header.header-17 .header-extra-info li:last-child{padding-right:15px;}}.sticky-header.header-9 .main-menu-wrap .menu-right{position:absolute;right:15px;top:0;bottom:0;height:40px;margin:auto;}.sticky-header.header-9 .main-menu-wrap .menu-right #mini-cart{top:auto;bottom:auto;padding-top:2px;}.sticky-header.header-9 .main-menu-wrap .menu-right #mini-cart.minicart-inline{padding-top:0;}.sticky-header.header-9 .main-menu-wrap .menu-right #mini-cart.minicart-box{height:56px;margin:-38px auto -34px;}.sticky-header.header-9 .main-menu-wrap .menu-right #mini-cart.minicart-box .cart-head{margin-top:9px;}.header-wrapper.header-side-nav #header .side-top{display:block;text-align:center;*zoom:1;}.header-wrapper.header-side-nav #header .side-top:before,.header-wrapper.header-side-nav #header .side-top:after{content:" ";display:table;}.header-wrapper.header-side-nav #header .side-top:after{clear:both;}.header-wrapper.header-side-nav #header .side-top > .container{display:block;min-height:0 !important;position:static;padding-top:0;padding-bottom:0;}.header-wrapper.header-side-nav #header .side-top > .container > *{display:inline-block;padding:0 !important;}.header-wrapper.header-side-nav #header .side-top > .container > *:first-child{margin-left:0;margin-right:0;}.header-wrapper.header-side-nav #header .share-links{margin:0 0 8px;}.header-wrapper.header-side-nav #header .share-links a{width:30px;height:30px;margin:5px;box-shadow:none;border-radius:50px;}.header-wrapper.header-side-nav #header .share-links a:hover{color:#fff;}.header-wrapper.header-side-nav #header .share-links .share-twitter:hover{background:#1aa9e1;}.header-wrapper.header-side-nav #header .share-links .share-facebook:hover{background:#3b5a9a;}.header-wrapper.header-side-nav #header .share-links .share-linkedin:hover{background:#0073b2;}.header-wrapper.header-side-nav #header .share-links .share-rss:hover{background:#ff8201;}.header-wrapper.header-side-nav #header .share-links .share-googleplus:hover{background:#dd4b39;}.header-wrapper.header-side-nav #header .share-links .share-pinterest:hover{background:#cc2127;}.header-wrapper.header-side-nav #header .share-links .share-youtube:hover{background:#c3191e;}.header-wrapper.header-side-nav #header .share-links .share-instagram:hover{background:#7c4a3a;}.header-wrapper.header-side-nav #header .share-links .share-skype:hover{background:#00b0f6;}.header-wrapper.header-side-nav #header .share-links .share-email:hover{background:#dd4b39;}.header-wrapper.header-side-nav #header .share-links .share-vk:hover{background:#6383a8;}.header-wrapper.header-side-nav #header .share-links .share-xing:hover{background:#1a7576;}.header-wrapper.header-side-nav #header .share-links .share-tumblr:hover{background:#304e6c;}.header-wrapper.header-side-nav #header .share-links .share-reddit:hover{background:#ff4107;}.header-wrapper.header-side-nav #header .share-links .share-vimeo:hover{background:#52b8ea;}.header-wrapper.header-side-nav #header .share-links .share-telegram:hover{background:#08c;}.header-wrapper.header-side-nav #header .share-links .share-yelp:hover{background:#c41200;}.header-wrapper.header-side-nav #header .share-links .share-flickr:hover{background:#0063dc;}.header-wrapper.header-side-nav #header .share-links .share-whatsapp:hover{background:#3c8a38;}@media (min-width:992px){.header-wrapper.header-side-nav{position:absolute;top:0;bottom:0;z-index:1002;}.header-wrapper.header-side-nav #header{position:fixed;top:0;left:0;width:256px;min-height:100vh;padding:10px 15px 145px;}.header-wrapper.header-side-nav #header.initialize{position:absolute;}.header-wrapper.header-side-nav #header.fixed-bottom{position:fixed;bottom:0;top:auto;}.header-wrapper.header-side-nav #header .side-top > .container{padding:0;width:100%;}.header-wrapper.header-side-nav #header .header-main{position:static;background:transparent;}.header-wrapper.header-side-nav #header .header-main > .container{position:static;padding:0;width:100%;display:block;}.header-wrapper.header-side-nav #header .header-main > .container > *{position:static;display:block;padding:0;}.header-wrapper.header-side-nav #header .logo{text-align:center;margin:30px auto;}.header-wrapper.header-side-nav #header .searchform{margin-bottom:20px;width:226px;border-radius:0;}.header-wrapper.header-side-nav #header .searchform input{padding:0 10px;border-radius:0 0 0 0;border-width:0;width:190px;}.header-wrapper.header-side-nav #header .searchform.searchform-cats input{width:95px;}.header-wrapper.header-side-nav #header .searchform button{padding:0 10px;border-radius:0 0 0 0;}.header-wrapper.header-side-nav #header .searchform select{border-width:0;padding:0 5px;width:93px;}.header-wrapper.header-side-nav #header .searchform .selectric-cat{width:93px;}.header-wrapper.header-side-nav #header .searchform .selectric{border-width:0;}.header-wrapper.header-side-nav #header .searchform .selectric .label{padding:0 5px;}.header-wrapper.header-side-nav #header .searchform .autocomplete-suggestions{left:-1px;right:-1px;}.header-wrapper.header-side-nav #header .top-links{display:block;font-size:0.8em;margin-bottom:20px;}.header-wrapper.header-side-nav #header .top-links li.menu-item{display:block;float:none;margin:0;}.header-wrapper.header-side-nav #header .top-links li.menu-item:after{display:none;}.header-wrapper.header-side-nav #header .top-links li.menu-item > a,.header-wrapper.header-side-nav #header .top-links li.menu-item > h5{margin:0;padding-top:5px;padding-bottom:5px;border-radius:0;border-top:1px solid #ccc;border-color:rgba(128, 128, 128, .15) !important;}.header-wrapper.header-side-nav #header .top-links li.menu-item:first-child > a,.header-wrapper.header-side-nav #header .top-links li.menu-item:first-child > h5{border-top-width:0;}.header-wrapper.header-side-nav #header .header-contact{margin:0 0 8px;white-space:normal;}.header-wrapper.header-side-nav #header .header-copyright{font-size:0.9em;}.header-wrapper.header-side-nav #mini-cart.minicart-inline .cart-popup{left:0;right:auto;}.header-wrapper.header-side-nav #mini-cart.minicart-inline .cart-popup:before,.header-wrapper.header-side-nav #mini-cart.minicart-inline .cart-popup:after{right:auto;left:10px;}.header-wrapper.header-side-nav .side-bottom{text-align:center;position:absolute;bottom:0;left:0;right:0;margin:20px 10px;}.page-wrapper.side-nav .page-top.fixed-pos{position:fixed;z-index:1001;width:100%;box-shadow:0 1px 0 0 rgba(0, 0, 0, .1);}}.header-side-nav .sidebar-menu{margin-bottom:20px;}.header-side-nav .sidebar-menu > li.menu-item > a,.header-side-nav .sidebar-menu > li.menu-item > h5{margin-left:0;margin-right:0;border-color:rgba(128, 128, 128, .18) !important;}.header-side-nav .sidebar-menu > li.menu-item > .arrow{right:-5px;}.header-side-nav .sidebar-menu > li.menu-item:last-child:hover{border-radius:0;}.header-side-nav .sidebar-menu .menu-custom-block a{margin-left:0;margin-right:0;padding-left:5px;padding-right:5px;}.header-side-nav .sidebar-menu .menu-custom-block a:last-child:hover{border-radius:0;}.header-side-nav .sidebar-menu .menu-custom-block .fa{width:18px;text-align:center;}.header-side-nav .sidebar-menu .menu-custom-block .fa,.header-side-nav .sidebar-menu .menu-custom-block .avatar{margin-right:5px;}.header-side-nav .sidebar-menu .menu-custom-block > .avatar img{margin-top:-5px;margin-bottom:-4px;}@media (max-width: 991px){.header-wrapper.header-side-nav #header .side-top{padding:10px 0 0;}.header-wrapper.header-side-nav #header .side-top .currency-switcher,.header-wrapper.header-side-nav #header .side-top .view-switcher{float:left;}.header-wrapper.header-side-nav #header .side-top .mini-cart{float:right;}.header-wrapper.header-side-nav #header .logo{margin-bottom:5px;}.header-wrapper.header-side-nav #header .sidebar-menu{display:none;}.header-wrapper.header-side-nav #header .share-links{margin:0 0 0 10px;}.header-wrapper.header-side-nav #header .share-links a:last-child{margin-right:0;}.header-wrapper.header-side-nav #header .header-copyright{display:none;}}@media (max-width: 991px){.header-wrapper.header-side-nav #header .side-top{padding-top:0;}.header-wrapper.header-side-nav #header .side-top > .container > *{display:none !important;}.header-wrapper.header-side-nav #header .side-top > .container > .mini-cart{display:block !important;position:absolute !important;top:50%;bottom:50%;height:26px;margin-top:-12px;right:15px;z-index:1001;}.header-wrapper.header-side-nav #header .logo{margin:0;}.header-wrapper.header-side-nav #header .share-links{display:none;}.header-wrapper.header-side-nav #header .show-minicart .header-contact{margin-right:80px;}}@media (max-width: 480px){.header-wrapper.header-side-nav #header .logo{margin:0 auto;}}@media (min-width:992px){body.boxed.body-side{padding-left:286px;padding-right:30px;}body.boxed.body-side.modal-open{padding-left:286px !important;padding-right:30px !important;}body.boxed.body-side .header-wrapper.header-side-nav{left:-276px;margin-top:-30px;}body.boxed.body-side .page-wrapper.side-nav{max-width:100%;}body.boxed.body-side .page-wrapper.side-nav > *{padding-left :0;}body.boxed.body-side .page-wrapper.side-nav .container{padding-left:30px;padding-right:30px;}body.boxed.body-side .page-wrapper.side-nav .page-top.fixed-pos{left:286px;right:30px;width:auto;}}#nav-panel{position:fixed;height:100%;width:260px;top:0;botom:0;font-size:0.9em;left:0;overflow-x:hidden;overflow-y:scroll;z-index:9001;-webkit-transform:translate(-260px);-moz-transform:translate(-260px);-ms-transform:translate(-260px);-o-transform:translate(-260px);transform:translate(-260px);-webkit-transition:transform 0.2s ease-in-out 0s;-moz-transition:transform 0.2s ease-in-out 0s;transition:transform 0.2s ease-in-out 0s;}#nav-panel.panel-left{left:0;right:auto;-webkit-transform:translate(-260px);-moz-transform:translate(-260px);-ms-transform:translate(-260px);-o-transform:translate(-260px);transform:translate(-260px);}#nav-panel.panel-right{right:0;left:auto;-webkit-transform:translate(260px);-moz-transform:translate(260px);-ms-transform:translate(260px);-o-transform:translate(260px);transform:translate(260px);}#nav-panel-close{border-radius:0 0 0 0;display:block;font-size:17px;height:40px;line-height:38px;position:fixed;left:260px;margin-left:-40px;text-align:center;text-decoration:none;top:85px;width:40px;z-index:9000;-webkit-transform:translate(-260px);-moz-transform:translate(-260px);-ms-transform:translate(-260px);-o-transform:translate(-260px);transform:translate(-260px);}#nav-panel-close.panel-left{left:260px;right:auto;margin-left:-40px;margin-right:auto;-webkit-transform:translate(-260px);-moz-transform:translate(-260px);-ms-transform:translate(-260px);-o-transform:translate(-260px);transform:translate(-260px);border-radius:0 0 0 0;}#nav-panel-close.panel-right{right:260px;left:auto;margin-right:-40px;margin-left:auto;-webkit-transform:translate(260px);-moz-transform:translate(260px);-ms-transform:translate(260px);-o-transform:translate(260px);transform:translate(260px);border-radius:0 0 0 0;}.panel-overlay{opacity:0;}.panel-overlay.active{background:#000;position:fixed;left:0;right:0;top:0;bottom:0;z-index:8999;min-height:100vh;opacity:0.35;-webkit-transition:opacity 0.2s ease-in-out 0s;-moz-transition:opacity 0.2s ease-in-out 0s;transition:opacity 0.2s ease-in-out 0s;}html.panel-opened body > *{z-index:0;}html.panel-opened body #nav-panel{-webkit-transition:transform 0.3s ease-in-out 0s;-moz-transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;z-index:9001;-webkit-transform:translate(0px);-moz-transform:translate(0px);-ms-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);}html.panel-opened body #nav-panel-close{margin-left:0;-webkit-transition:transform 0.3s ease-in-out 0s, margin ease-in-out 0s;-moz-transition:transform 0.3s ease-in-out 0s, margin ease-in-out 0s;transition:transform 0.3s ease-in-out 0s, margin ease-in-out 0s;z-index:9000;-webkit-transform:translate(0px);-moz-transform:translate(0px);-ms-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);}html.panel-opened body #nav-panel-close.panel-left{margin-left:0;margin-right:auto;}html.panel-opened body #nav-panel-close.panel-right{margin-right:0;margin-left:auto;}html.panel-opened #wpadminbar{z-index:8000;}#nav-panel .welcome-msg{text-align:center;display:block;margin:15px 0;padding:0 10px;}#nav-panel .welcome-msg p{margin:5px 0;}#nav-panel .welcome-msg .pull-left,#nav-panel .welcome-msg .pull-right{float:none !important;}#nav-panel .accordion-menu{font-size:0.8571em;}#nav-panel .accordion-menu .arrow{right:5px;}#nav-panel .mobile-menu{font-size:1em;}#nav-panel .switcher-wrap{margin:15px 0;padding:0 10px;}#nav-panel .woocs-switcher li,#nav-panel .woocs-switcher li > h5{cursor:pointer !important;}#nav-panel .menu-wrap{margin:15px 0;padding:0 10px;}#nav-panel .menu-custom-block{margin:15px 0;padding:0 10px;}#nav-panel .menu-custom-block a,#nav-panel .menu-custom-block span{display:block;}#nav-panel .menu-custom-block a{padding:5px 6px;text-decoration:none;}#nav-panel .menu-custom-block .tip{color:#fff;display:inline-block;font-size:9px;font-style:normal;border-radius:0;line-height:1;padding:2px;position:relative;margin-left:10px;vertical-align:middle;}#nav-panel .menu-custom-block .tip.hot{background-color:#eb2771;}#nav-panel .menu-custom-block .tip.hot .tip-arrow:before{color:#eb2771;}#nav-panel .menu-custom-block .tip .tip-arrow:before{display:inline-block;font-family:"Elusive-Icons";font-size:5px;font-style:normal;position:absolute;width:4px;height:6px;margin:auto;content:"\f126";left:-4px;text-align:right;top:0;bottom:0;}#nav-panel .share-links{font-size:1em;margin:15px 0;padding:0 5px;text-align:center;}.page-top{background-color:#171717;min-height:40px;padding:12px 0 0px;position:relative;text-align:left;}.page-top[data-plugin-parallax]{background-position:50% 50%;}.page-top.wide .container{width:100%;}.page-top .breadcrumbs-wrap{font-size:0.9em;}.page-top .breadcrumbs-prefix{margin-right:10px;}.page-top ul.breadcrumb{display:inline-block;background:none;margin:0;padding:0;}.page-top ul.breadcrumb > li{text-shadow:none;}.page-top ul.breadcrumb > li a{display:inline-block;text-transform:none;border-color:transparent;background:transparent;}.page-top ul.breadcrumb > li + li:before{display:none;}.page-top ul.breadcrumb > li .delimiter{font-family:"FontAwesome";display:inline-block;margin:0 4px;width:20px;text-align:center;font-style:normal;vertical-align:top;font-size:12px;}.page-top ul.breadcrumb > li .delimiter:before{content:"/\00a0";position:relative;right:-2px;}.page-top ul.breadcrumb > li .delimiter.delimiter-2{font-family:"Porto";}.page-top ul.breadcrumb > li .delimiter.delimiter-2:before{content:"\e81a";right:-1px;}.page-top ul.breadcrumb li span{margin-left:5px;}.page-top ul.breadcrumb li span:first-child{margin-left:0;}.page-top .yoast-breadcrumbs{font-size:12px;}.page-top .yoast-breadcrumbs a{margin-right:5px;}.page-top .yoast-breadcrumbs span,.page-top .yoast-breadcrumbs .breadcrumb_last{margin-left:5px;}.page-top .page-title{display:inline-block;font-size:2.2em;font-weight:200;margin:0;min-height:37px;line-height:46px;padding:0 0 2px;position:relative;letter-spacing:-1px;text-transform:none;position:relative;z-index:2;}@media (max-width: 767px){.page-top .page-title{font-size:2em;}}.page-top .page-sub-title{letter-spacing:-1px;font-size:1.4em;font-weight:300;line-height:1.4;margin-bottom:20px;}@media (max-width: 767px){.page-top .page-sub-title{font-size:1.2em;}}.page-top .sort-source{position:absolute;right:15px;bottom:0;*zoom:1;}.page-top .sort-source:before,.page-top .sort-source:after{content:" ";display:table;}.page-top .sort-source:after{clear:both;}.page-top .sort-source > li{float:none;display:inline-block;}.page-top .sort-source > li.active > a{background:transparent !important;}@media (max-width: 767px){.page-top .sort-source{position:relative;text-align:right;left:0;right:0;z-index:1;padding-top:5px;padding-bottom:5px;}}.page-top .hide-title .sort-source{bottom:-6px;}body.single-product .page-top.page-header-1 .breadcrumbs-wrap,body.single-product .page-top.page-header-2 .breadcrumbs-wrap{padding-right:55px;}body.single-product .entry-summary .page-top{position:absolute;top:0;right:0;width:65px;background:transparent !important;border:none !important;}body.single-product .entry-summary .page-top .product-nav .product-link{color:#000;}.page-top.page-header-1 .page-title{margin-bottom:-16px;padding-bottom:17px;}.page-top.page-header-3 .product-nav,.page-top.page-header-4 .product-nav,.page-top.page-header-5 .product-nav{position:static;height:auto;margin-top:0;}.page-top.page-header-3 .product-nav .product-prev,.page-top.page-header-4 .product-nav .product-prev,.page-top.page-header-5 .product-nav .product-prev,.page-top.page-header-3 .product-nav .product-next,.page-top.page-header-4 .product-nav .product-next,.page-top.page-header-5 .product-nav .product-next{float:none;position:absolute;height:30px;top:50%;bottom:50%;margin-top:-15px;}.page-top.page-header-3 .product-nav .product-prev,.page-top.page-header-4 .product-nav .product-prev,.page-top.page-header-5 .product-nav .product-prev{right:10px;}.page-top.page-header-3 .product-nav .product-next,.page-top.page-header-4 .product-nav .product-next,.page-top.page-header-5 .product-nav .product-next{left:10px;}.page-top.page-header-3 .product-nav .product-next .product-popup,.page-top.page-header-4 .product-nav .product-next .product-popup,.page-top.page-header-5 .product-nav .product-next .product-popup{right:auto;left:0;}.page-top.page-header-3 .product-nav .product-next .product-popup:before,.page-top.page-header-4 .product-nav .product-next .product-popup:before,.page-top.page-header-5 .product-nav .product-next .product-popup:before{right:auto;left:6px;}.page-top.page-header-3 .sort-source,.page-top.page-header-4 .sort-source,.page-top.page-header-5 .sort-source{position:static;text-align:center;margin-top:5px;border-width:0;}@media (max-width: 991px){.page-top.page-header-4 .pt-left,.page-top.page-header-5 .pt-left,.page-top.page-header-4 .pt-right,.page-top.page-header-5 .pt-right{float:none !important;text-align:center;}.page-top.page-header-4 .page-sub-title,.page-top.page-header-5 .page-sub-title{margin-bottom:5px;margin-top:0;}}@media (min-width:992px){.page-top.page-header-4 .page-title,.page-top.page-header-5 .page-title{margin-top:10px;margin-bottom:10px;}.page-top.page-header-4 .breadcrumbs-wrap,.page-top.page-header-5 .breadcrumbs-wrap{margin-top:23px;margin-bottom:22px;}.page-top.page-header-4 .breadcrumbs-wrap.breadcrumbs-with-subtitle,.page-top.page-header-5 .breadcrumbs-wrap.breadcrumbs-with-subtitle{margin-top:39px;margin-bottom:38px;}.page-top.page-header-4 .product-nav,.page-top.page-header-5 .product-nav{display:inline-block;position:static;height:30px;vertical-align:middle;}.page-top.page-header-4 .product-nav .product-prev,.page-top.page-header-5 .product-nav .product-prev,.page-top.page-header-4 .product-nav .product-next,.page-top.page-header-5 .product-nav .product-next{position:relative;}.page-top.page-header-4 .product-nav,.page-top.page-header-5 .product-nav{margin-left:10px;}.page-top.page-header-4 .product-nav .product-prev,.page-top.page-header-5 .product-nav .product-prev{float:left;left:0;}.page-top.page-header-4 .product-nav .product-prev .product-popup,.page-top.page-header-5 .product-nav .product-prev .product-popup{right:auto;left:-26px;}.page-top.page-header-4 .product-nav .product-prev .product-popup:before,.page-top.page-header-5 .product-nav .product-prev .product-popup:before{right:auto;left:32px;}.page-top.page-header-4 .product-nav .product-next,.page-top.page-header-5 .product-nav .product-next{float:left;left:0;}.page-top.page-header-4 .product-nav .product-next .product-popup,.page-top.page-header-5 .product-nav .product-next .product-popup{right:auto;left:0;}.page-top.page-header-4 .product-nav .product-next .product-popup:before,.page-top.page-header-5 .product-nav .product-next .product-popup:before{right:auto;left:6px;}}@media (min-width:992px){.page-top.page-header-4 .product-nav{height:auto;}}.page-top.page-header-6 ul.breadcrumb > li.home{display:inline-block;vertical-align:top;}.page-top.page-header-6 ul.breadcrumb > li.home a{position:relative;display:inline-block;width:14px;text-indent:30px;overflow:hidden;}.page-top.page-header-6 ul.breadcrumb > li.home a:after{content:"\e883";font-family:'porto';position:absolute;left:0;top:0;text-indent:0;}#breadcrumbs-boxed{position:relative;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;}#breadcrumbs-boxed .page-top{padding:13px 0 3px 22px;}@media (max-width:479px){.page-top .page-title{line-height:37px;}}.single-product form.cart{margin-bottom:0px;display:inline-block;}.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist{padding:28px 0px 0;display:inline-block;vertical-align:baseline;margin-bottom:21px;}.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist a:hover:before{background-color:#fff !important;}.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist a:focus:before{background-color:#fff !important;}.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist span:hover:before{background-color:#fff !important;}.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist span:focus:before{background-color:#fff !important;}.single-product .product-summary-wrap .description p{color:#7b858a;font-size:14px;line-height:27px;}.single-product .product-summary-wrap .price{font-size:21px;line-height:21px;font-weight:bold;border-top:1px solid #ebebeb;padding-top:20px;}.single-product .product-summary-wrap .share-links{margin:1em 0 0;}.single-product .product-summary-wrap .share-links a{font-size:22px;width:1.5em;height:1.5em;margin:0.2857em 0.2em 0.2857em 0;}.single-product .product_meta{margin-top:28px !important;clear:both;border-top:1px solid #ebebeb;padding-top:20px;}.single-product .entry-summary .quantity{width:107px !important;margin-right:0 !important;display:inline-flex;}.single-product .entry-summary .quantity .minus{width:30px !important;height:43px !important;position:initial !important;border:solid 1px #dae2e6;font-size:20px;color:#8798a2;font-weight:700;border-radius:0 !important;}.single-product .entry-summary .quantity .plus{width:30px !important;height:43px !important;position:initial !important;border:solid 1px #dae2e6;font-size:20px;color:#8798a2;font-weight:700;border-radius:0 !important;}.single-product .entry-summary .quantity .qty{width:44px !important;height:43px !important;font-size:14px;font-weight:400;text-align:center;color:#21293c;line-height:14px;border-radius:0 !important;border-width:1px 0 1px 0;border-color:#dae2e6;box-shadow:none;}.single-product .entry-summary .add_to_wishlist{text-indent:9999960px !important;position:absolute !important;pointer-events:none;height:43px !important;line-height:41px !important;}.single-product .entry-summary .add_to_wishlist:before{pointer-events:all;content:'\e889' !important;font-family:'Porto' !important;width:43px !important;font-size:20px !important;margin-top:-3px;margin-left:5px;height:43px;border-color:#d8d8d6 !important;color:#302e2a !important;}.single-product .entry-summary .add_to_wishlist:hover:before{background-color:#fff !important;}.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a{text-indent:9999960px !important;position:absolute !important;pointer-events:none;height:43px !important;line-height:41px !important;}.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a:before{pointer-events:all;content:'\e889' !important;font-family:'Porto' !important;width:43px !important;font-size:20px !important;margin:-3px 0 0 5px;height:43px;border-color:#d8d8d6 !important;color:#302e2a !important;content:'\e811' !important;}.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a:hover:before{background-color:#fff !important;}.single-product .entry-summary .yith-wcwl-wishlistaddedbrowse a{text-indent:9999960px !important;position:absolute !important;pointer-events:none;height:43px !important;line-height:41px !important;}.single-product .entry-summary .yith-wcwl-wishlistaddedbrowse a:before{pointer-events:all;content:'\e889' !important;font-family:'Porto' !important;width:43px !important;font-size:20px !important;margin:-3px 0 0 5px;height:43px;border-color:#d8d8d6 !important;color:#302e2a !important;content:'\e811' !important;}.single-product .entry-summary .yith-wcwl-wishlistaddedbrowse a:hover:before{background-color:#fff !important;}.single-product .product_title{font-size:25px;line-height:25px;color:#21293c !important;}.single-product .product-images .zoom{background-color:transparent;}.single-product .product-images .zoom .fa-search:before{content:'\e873';font-family:'porto';font-size:14px;color:#21293c;}.single-product .product-images .owl-next:before{font-family:"porto" !important;font-size:40px;color:#08c !important;content:'\e81a' !important;}.single-product .product-images .owl-prev:before{font-family:"porto" !important;font-size:40px;color:#08c !important;content:'\e819' !important;}.single-product .woocommerce-product-rating .star-rating{font-size:13px;}.single-product .woocommerce-product-rating .star-rating:before{color:#797876 !important;}.single-product .star-rating span:before{color:#ffc600 !important;}.single_add_to_cart_button{height:43px !important;text-transform:uppercase;font-size:14px;letter-spacing:0.05em;font-weight:400;line-height:43px;}.single_add_to_cart_button:before{content:'\e87f' !important;font-family:'Porto' !important;font-size:18px !important;}.yith-wcwl-add-button .ajax-loading{display:none !important;visibility:hidden;}@media (max-width: 991px){.mobile-hide-sidebar{display:none;}}.mobile-sidebar{background:#fff;position:fixed;height:100%;width:260px;top:0;botom:0;left:0;z-index:9000;-webkit-transform:translate(-260px);-moz-transform:translate(-260px);-ms-transform:translate(-260px);-o-transform:translate(-260px);transform:translate(-260px);-webkit-transition:transform 0.2s ease-in-out 0s;-moz-transition:transform 0.2s ease-in-out 0s;transition:transform 0.2s ease-in-out 0s;}.mobile-sidebar .sidebar-toggle{display:none;cursor:pointer;background:#fff;width:40px;height:40px;position:absolute;right:-40px;top:0;bottom:40px;margin:auto;font-size:17px;line-height:38px;text-align:center;text-decoration:none;border-radius:0 0 0 0;border:1px solid #ccc;border-left-width:0;-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s;}.mobile-sidebar .sidebar-toggle i:before{content:"\f054";}.mobile-sidebar .sidebar-toggle:hover{color:#1d2127;box-shadow:1px 1px 3px rgba(0, 0, 0, 0.15);}@media (max-width: 991px){.mobile-sidebar .sidebar-toggle{display:block;}}.mobile-sidebar .sidebar-content{display:block;padding:15px;overflow-x:hidden;overflow-y:scroll;height:100%;}.sidebar-overlay{opacity:0;}.sidebar-overlay.active{background:#000;position:fixed;left:0;right:0;top:0;bottom:0;z-index:8999;min-height:100vh;opacity:0.35;-webkit-transition:opacity 0.2s ease-in-out 0s;-moz-transition:opacity 0.2s ease-in-out 0s;transition:opacity 0.2s ease-in-out 0s;}html.sidebar-opened body > *{z-index:0;}html.sidebar-opened body .mobile-sidebar{z-index:9000;-webkit-transition:transform 0.3s ease-in-out 0s;-moz-transition:transform 0.3s ease-in-out 0s;transition:transform 0.3s ease-in-out 0s;-webkit-transform:translate(0px);-moz-transform:translate(0px);-ms-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);}html.sidebar-opened body .mobile-sidebar .sidebar-toggle i:before{content:"\f00d";}html.sidebar-opened #wpadminbar{z-index:8000;}.section-title{font-size:1.1429em;line-height:1.4;font-weight:700;color:#313131;text-transform:uppercase;margin-bottom:1.25em;letter-spacing:normal;}section.section,.vc_row.section,.vc_column_container.section{background:#f4f4f4;border-top:5px solid #f1f1f1;margin:30px 0;padding:50px 0;}section.section.section-center,.vc_row.section.section-center,.vc_column_container.section.section-center{text-align:center;}section.section.section-text-light,.vc_row.section.section-text-light,.vc_column_container.section.section-text-light{color:#fff;}section.section.section-text-light h1,.vc_row.section.section-text-light h1,.vc_column_container.section.section-text-light h1,section.section.section-text-light h2,.vc_row.section.section-text-light h2,.vc_column_container.section.section-text-light h2,section.section.section-text-light h3,.vc_row.section.section-text-light h3,.vc_column_container.section.section-text-light h3,section.section.section-text-light h4,.vc_row.section.section-text-light h4,.vc_column_container.section.section-text-light h4,section.section.section-text-light h5,.vc_row.section.section-text-light h5,.vc_column_container.section.section-text-light h5,section.section.section-text-light h6,.vc_row.section.section-text-light h6,.vc_column_container.section.section-text-light h6{color:#fff;}section.section.section-text-light p,.vc_row.section.section-text-light p,.vc_column_container.section.section-text-light p{color:#e6e6e6;}section.section.section-text-dark,.vc_row.section.section-text-dark,.vc_column_container.section.section-text-dark{color:#1d2127;}section.section.section-text-dark h1,.vc_row.section.section-text-dark h1,.vc_column_container.section.section-text-dark h1,section.section.section-text-dark h2,.vc_row.section.section-text-dark h2,.vc_column_container.section.section-text-dark h2,section.section.section-text-dark h3,.vc_row.section.section-text-dark h3,.vc_column_container.section.section-text-dark h3,section.section.section-text-dark h4,.vc_row.section.section-text-dark h4,.vc_column_container.section.section-text-dark h4,section.section.section-text-dark h5,.vc_row.section.section-text-dark h5,.vc_column_container.section.section-text-dark h5,section.section.section-text-dark h6,.vc_row.section.section-text-dark h6,.vc_column_container.section.section-text-dark h6{color:#1d2127;}section.section.section-text-dark p,.vc_row.section.section-text-dark p,.vc_column_container.section.section-text-dark p{color:#333a44;}section.section.section-background,.vc_row.section.section-background,.vc_column_container.section.section-background{background-repeat:repeat;border:0;}section.section.section-overlay,.vc_row.section.section-overlay,.vc_column_container.section.section-overlay{position:relative;}section.section.section-overlay:before,.vc_row.section.section-overlay:before,.vc_column_container.section.section-overlay:before{content:"";display:block;background:url("/web/wp-content/themes/saludlima/css/../images/video-overlay.png") repeat scroll 0 0 transparent;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;}section.section.section-video,.vc_row.section.section-video,.vc_column_container.section.section-video{background:none !important;border:0;}section.section.section-parallax,.vc_row.section.section-parallax,.vc_column_container.section.section-parallax{background-color:transparent;border:0;}section.section.section-with-divider,.vc_row.section.section-with-divider,.vc_column_container.section.section-with-divider{margin:56px 0 35px;}section.section.section-with-divider .section-divider,.vc_row.section.section-with-divider .section-divider,.vc_column_container.section.section-with-divider .section-divider{margin:-56px 0 44px;}section.section.section-with-divider-footer,.vc_row.section.section-with-divider-footer,.vc_column_container.section.section-with-divider-footer{margin:35px 0 56px;}section.section.section-with-divider-footer .section-divider,.vc_row.section.section-with-divider-footer .section-divider,.vc_column_container.section.section-with-divider-footer .section-divider{margin:44px 0 -56px;}section.section.section-footer,.vc_row.section.section-footer,.vc_column_container.section.section-footer{margin-bottom:-50px;}section.section .porto-section:last-child > div > *:last-child,.vc_row.section .porto-section:last-child > div > *:last-child,.vc_column_container.section .porto-section:last-child > div > *:last-child{margin-bottom:0;}section.section.section-no-borders,.vc_row.section.section-no-borders,.vc_column_container.section.section-no-borders{border-width:0;}.vc_row.section.section-with-divider .section-divider,.vc_column_container.section.section-with-divider .section-divider{position:absolute;left:0;width:100%;top:50px;}.vc_row.section.section-with-divider-footer .section-divider,.vc_column_container.section.section-with-divider-footer .section-divider{position:absolute;left:0;width:100%;bottom:55px;}.vc_row.section,.vc_row.section.section-with-divider,.vc_row.section.section-with-divider-footer{margin-left:-15px;margin-right:-15px;}.vc_column_container.section{margin:0;padding:50px 20px;}.vc_row.section > .vc_column_container .wpb_wrapper > div:last-child,.vc_row.section > .porto-container > .vc_row > .vc_column_container .wpb_wrapper > div:last-child,.vc_column_container.section .wpb_wrapper > div:last-child{margin-bottom:0;}.col-half-section{width:100%;min-height:1px;padding-left:15px;padding-right:15px;position:relative;max-width:540px;float:left;margin-left:0;margin-right:0;}.col-half-section.col-half-section-right{float:right;}@media (max-width: 1169px){.col-half-section{max-width:450px;}}@media (max-width: 991px){.col-half-section{max-width:100%;float:none !important;margin:0 auto !important;padding-left:0 !important;padding-right:0 !important;}}.slider-title{font-size:1.1429em;line-height:1.4;letter-spacing:normal;font-weight:700;color:#313131;text-transform:uppercase;margin-top:0;margin-bottom:1.25em;position:relative;}.slider-title .line{content:"";background-image:- webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);background-image:linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);display:block;height:1px;position:relative;bottom:0.7em;width:0;}@media (max-width: 480px){.slider-title .line{display:none !important;}}.master-slider{direction:ltr;}.master-slider .ms-container .ms-nav-prev,.master-slider .ms-container .ms-nav-next,.master-slider .ms-container .ms-slide-vpbtn,.master-slider .ms-container .ms-video-btn{background:transparent;border-radius:0;font-family:"FontAwesome";font-size:2.8571em;text-align:center;line-height:1;margin-top:-25px;width:50px;height:50px;}.master-slider .ms-container .ms-nav-prev:before,.master-slider .ms-container .ms-nav-next:before,.master-slider .ms-container .ms-slide-vpbtn:before,.master-slider .ms-container .ms-video-btn:before{text-shadow:0 0 3px #fff;font-size:1.5em;line-height:50px;display:block;}.master-slider .ms-container .ms-nav-prev{left:0;}.master-slider .ms-container .ms-nav-prev:before{content:"\f104";}.master-slider .ms-container .ms-nav-next{right:0;}.master-slider .ms-container .ms-nav-next:before{content:"\f105";}.master-slider .ms-container .ms-slide-vpbtn:before,.master-slider .ms-container .ms-video-btn:before{content:"\f04b";font-size:1.1em;text-shadow:none;}.master-slider .ms-container .ms-bullet{background-image:none;width:10px;height:10px;border-radius:20px;margin:5px 7px !important;opacity:0.5;}.master-slider .ms-container .ms-bullet-selected{opacity:1;}.master-slider .ms-loading-container .ms-loading,.master-slider .ms-slide .ms-slide-loading{background-image:none;background-color:transparent;border-radius:0;box-shadow:none;opacity:1;}.master-slider .ms-loading-container .ms-loading:before,.master-slider .ms-slide .ms-slide-loading:before{content:" ";display:inline-block !important;border-width:3px 5px 2px 0;width:32px;height:32px;-webkit-animation:1s linear 0s normal none infinite running spin;animation:1s linear 0s normal none infinite running spin;border-image:none;border-radius:20px;border-style:solid;border-bottom-color:transparent !important;vertical-align:middle;position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;}.master-slider .ms-slide{overflow:hidden;}#content .master-slider,#content-inner-top .master-slider,#content-inner-bottom .master-slider{border-radius:0;overflow:hidden;}#content .master-slider .ms-slide .ms-slide-bgcont,#content-inner-top .master-slider .ms-slide .ms-slide-bgcont,#content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont,#content .master-slider .ms-slide .ms-slide-bgvideocont,#content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont,#content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont{border-radius:0;overflow:hidden;}#content .rev_slider_wrapper,#content-inner-top .rev_slider_wrapper,#content-inner-bottom .rev_slider_wrapper{border-radius:0;overflow:hidden;}#content .rev_slider_wrapper li.tp-revslider-slidesli,#content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli,#content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli{border-radius:0;overflow:hidden;}body.wide #content .master-slider,body.wide #content-inner-top .master-slider,body.wide #content-inner-bottom .master-slider,.column1.wide #content .master-slider,.column1.wide #content-inner-top .master-slider,.column1.wide #content-inner-bottom .master-slider{border-radius:0;}body.wide #content .master-slider .ms-slide .ms-slide-bgcont,body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont,body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont,.column1.wide #content .master-slider .ms-slide .ms-slide-bgcont,.column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont,.column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont,body.wide #content .master-slider .ms-slide .ms-slide-bgvideocont,body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont,body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont,.column1.wide #content .master-slider .ms-slide .ms-slide-bgvideocont,.column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont,.column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont{border-radius:0;}body.wide #content .rev_slider_wrapper,body.wide #content-inner-top .rev_slider_wrapper,body.wide #content-inner-bottom .rev_slider_wrapper,.column1.wide #content .rev_slider_wrapper,.column1.wide #content-inner-top .rev_slider_wrapper,.column1.wide #content-inner-bottom .rev_slider_wrapper{border-radius:0;}body.wide #content .rev_slider_wrapper li.tp-revslider-slidesli,body.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli,body.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli,.column1.wide #content .rev_slider_wrapper li.tp-revslider-slidesli,.column1.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli,.column1.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli{border-radius:0;}#main.wide #content .master-slider,#main.wide #content-inner-top .master-slider,#main.wide #content-inner-bottom .master-slider{border-radius:0;overflow:visible;}#main.wide #content .master-slider .ms-slide .ms-slide-bgcont,#main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont,#main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont,#main.wide #content .master-slider .ms-slide .ms-slide-bgvideocont,#main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont,#main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont{border-radius:0;overflow:visible;}#main.wide #content .rev_slider_wrapper,#main.wide #content-inner-top .rev_slider_wrapper,#main.wide #content-inner-bottom .rev_slider_wrapper{border-radius:0;}#main.wide #content .rev_slider_wrapper li.tp-revslider-slidesli,#main.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli,#main.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli{border-radius:0;overflow:visible;}.rev_slider_wrapper{z-index:0;line-height:1.4285;}.tparrows{border-radius:0;}.tparrows.tparrows-carousel{display:inline-block;position:absolute;width:30px;height:auto;padding:20px 0;}.tparrows.tparrows-carousel.tp-leftarrow{left:-30px !important;right:auto !important;border-radius:0 4px 4px 0;}.tparrows.tparrows-carousel.tp-leftarrow:before{font-family:FontAwesome;content:"\f053";position:relative;left:-1px;top:1px;}.tparrows.tparrows-carousel.tp-rightarrow{right:-60px !important;left:auto !important;border-radius:4px 0 0 4px;}.tparrows.tparrows-carousel.tp-rightarrow:before{font-family:FontAwesome;content:"\f054";position:relative;left:2px;top:1px;}.tp-visible{opacity:1 !important;visibility:visible !important;}.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{border:none !important;}.tp-caption.coverscreenvideo,.caption.fullscreenvideo,.tp-caption.fullscreenvideo{left:0;right:auto;}.hesperiden .tp-tab-content{padding:15px 15px 15px 85px;}.hesperiden .tp-tab-image{float:left;}.hesperiden .tp-tab-title{text-align:left;}body.boxed #revolutionSliderCarouselContainer,#main.main-boxed #revolutionSliderCarouselContainer,.mfp-content .ajax-container #revolutionSliderCarouselContainer{margin-left:-30px;margin-right:-30px;width:auto;}@media (max-width: 767px){body.boxed #revolutionSliderCarouselContainer,#main.main-boxed #revolutionSliderCarouselContainer,.mfp-content .ajax-container #revolutionSliderCarouselContainer{margin-left:-15px;margin-right:-15px;}}#revolutionSliderCarousel{border-top:1px solid rgba(0, 0, 0, 0.15);border-bottom:1px solid rgba(0, 0, 0, 0.15);}.rev_slider_wrapper #revolutionSliderCarousel{border-radius:0;}.rev_slider_wrapper #revolutionSliderCarousel li.tp-revslider-slidesli{border-radius:0;overflow:visible;}#revolutionSliderCarousel ul{list-style:none;padding:0;text-align:center;}.banner-container{position:relative;z-index:0;}.banner-container .banner-fixed{position:fixed;top:0;}.banner-container .porto-block .ult-carousel-wrapper{margin-bottom:0;}.banner-container .master-slider{max-width:100%;overflow:hidden;}.banner-container .ms-thumb-list{padding-bottom:6px;}.banner-container .ms-thumb-frame{opacity:1;border:3px solid rgba(0, 0, 0, .25);box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.25) inset;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}.banner-container .ms-thumb-frame:hover,.banner-container .ms-thumb-frame-selected{border-color:#fff;}.side-nav .banner-container{margin-top:-1px;}.side-nav .banner-container .master-slider{max-width:none;}#banner-wrapper.banner-wrapper-boxed{padding-left:0;padding-right:0;overflow:hidden;margin-left:auto;margin-right:auto;}body .ads-container{color:#777;background:#fbfbfb;border:1px solid #e1e1e1;margin:20px 0 0;border-radius:0;}body .ads-container .left-icon.aio-icon-box{display:block;text-align:center;margin:0 !important;padding:20px 0;}body .ads-container .left-icon .aio-icon-left{display:inline-block;}body .ads-container .left-icon .aio-icon.none,body .ads-container .left-icon .aio-icon-img.none{text-align:right;}@media (max-width: 991px){body .ads-container .left-icon .aio-icon.none,body .ads-container .left-icon .aio-icon-img.none{text-align:center;}}body .ads-container .left-icon .aio-ibd-block{display:inline-block;text-align:left;}@media (max-width: 991px){body .ads-container .left-icon .aio-ibd-block{min-width:215px;}}body .ads-container .left-icon .aio-icon-left .aio-icon,body .ads-container .left-icon .aio-icon-left .aio-icon-img{margin:0 10px 0 0;}body .ads-container .left-icon .aio-icon-header,body .ads-container .left-icon .aio-icon-description{float:none;width:auto;}body .ads-container .left-icon h3.aio-icon-title{line-height:1.1;}body .ads-container .left-icon .aio-icon-description{margin-top:3px;line-height:1.2;}body .ads-container .vc_column_container{border-left:1px solid #e1e1e1;}body .ads-container .vc_column_container:first-child{border-left-width:0;}@media (max-width: 991px){body .ads-container .vc_column_container{float:none;width:100%;border-left-width:0;}}body .ads-container-full{border-left-width:0;border-right-width:0;margin-top:0;}body .menu-ads-container{color:#777;background:#f6f6f6;border:2px solid #fff;border-radius:0 0 0 0;margin-top:0;margin-left:-35px;margin-right:-35px;}body .menu-ads-container .vc_column_container{border-left:2px solid #fff;}body .menu-ads-container .vc_column_container:first-child{border-left-width:0;}@media (max-width: 1169px){body .sidebar-menu .menu-ads-container .vc_column_container .left-icon.aio-icon-box{padding:15px 0;}body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-icon-left{display:block;}body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-icon-left .aio-icon{font-size:25px !important;margin-bottom:10px;}body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-ibd-block{display:block;text-align:center;}}body .ads-container-light{color:#777;background:#fff;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;margin-top:20px;margin-bottom:0;border-radius:0;}body .ads-container-light .left-icon.aio-icon-box{display:block;text-align:center;margin:0 !important;padding:20px 0;}body .ads-container-light .left-icon .aio-icon-left{display:inline-block;}body .ads-container-light .left-icon .aio-icon.none,body .ads-container-light .left-icon .aio-icon-img.none{text-align:right;}@media (max-width: 991px){body .ads-container-light .left-icon .aio-icon.none,body .ads-container-light .left-icon .aio-icon-img.none{text-align:center;}}body .ads-container-light .left-icon .aio-ibd-block{display:inline-block;text-align:left;}@media (max-width: 991px){body .ads-container-light .left-icon .aio-ibd-block{min-width:215px;}}body .ads-container-light .left-icon .aio-icon-left .aio-icon,body .ads-container-light .left-icon .aio-icon-left .aio-icon-img{margin:0 10px 0 0;}body .ads-container-light .left-icon .aio-icon-header,body .ads-container-light .left-icon .aio-icon-description{float:none;width:auto;}body .ads-container-light .left-icon h3.aio-icon-title{line-height:1.1;}body .ads-container-light .left-icon .aio-icon-description{margin-top:3px;line-height:1.2;}body .ads-container-light .vc_column_container{border-left:1px solid #f5f5f5;}body .ads-container-light .vc_column_container:first-child{border-left-width:0;}@media (max-width: 991px){body .ads-container-light .vc_column_container{float:none;width:100%;border-left-width:0;}}body .ads-container-blue{color:#fff;background:#08c;border:1px solid #08c;margin-left:-30px !important;margin-right:-30px !important;padding:10px 0;border-radius:0;}body .ads-container-blue .left-icon.aio-icon-box{display:block;text-align:center;margin:0 !important;padding:20px 0;}body .ads-container-blue .left-icon .aio-icon-left{display:inline-block;}body .ads-container-blue .left-icon .aio-icon.none,body .ads-container-blue .left-icon .aio-icon-img.none{text-align:right;}@media (max-width: 991px){body .ads-container-blue .left-icon .aio-icon.none,body .ads-container-blue .left-icon .aio-icon-img.none{text-align:center;}}body .ads-container-blue .left-icon .aio-ibd-block{display:inline-block;text-align:left;}@media (max-width: 991px){body .ads-container-blue .left-icon .aio-ibd-block{min-width:215px;}}body .ads-container-blue .left-icon .aio-icon-left .aio-icon,body .ads-container-blue .left-icon .aio-icon-left .aio-icon-img{margin:0 10px 0 0;}body .ads-container-blue .left-icon .aio-icon-header,body .ads-container-blue .left-icon .aio-icon-description{float:none;width:auto;}body .ads-container-blue .left-icon h3.aio-icon-title{line-height:1.1;}body .ads-container-blue .left-icon .aio-icon-description{margin-top:3px;line-height:1.2;}body .ads-container-blue .vc_column_container{border-left:1px solid #149ce0;}body .ads-container-blue .vc_column_container:first-child{border-left-width:0;}@media (max-width: 991px){body .ads-container-blue .vc_column_container{float:none;width:100%;border-left-width:0;}}body .newsletter-banner{text-align:center;}body .newsletter-banner .widget_wysija_cont p,body .newsletter-banner .widget_wysija_cont .wysija-submit{display:inline-block;margin:0 auto 10px;vertical-align:top;position:relative;}@media (max-width: 767px){body .newsletter-banner .widget_wysija_cont p,body .newsletter-banner .widget_wysija_cont .wysija-submit{display:block;}}body .newsletter-banner .widget_wysija_cont .wysija-submit{border-radius:0 0 0 0;margin-left:-7px;}@media (max-width: 767px){body .newsletter-banner .widget_wysija_cont .wysija-submit{margin-left:auto;border-radius:0;}}body .newsletter-banner .widget_wysija_cont .wysija-input{background:#e3e2e2;color:#666;width:350px;}@media (max-width: 767px){body .newsletter-banner .widget_wysija_cont .wysija-input{width:250px;}}body .newsletter-banner .widget_wysija_cont .formError{left:0 !important;top:36px !important;}@media (max-width: 767px){body .newsletter-banner .widget_wysija_cont .formError{position:static !important;}}body .newsletter-banner .widget_wysija_cont .formError .formErrorContent{border:none;background:transparent;color:#eb340e;text-align:left;line-height:1.1;}@media (max-width: 767px){body .newsletter-banner .widget_wysija_cont .formError .formErrorContent{text-align:center;margin:0 auto 5px;}}body .banner-container strong{font-weight:600;}body .banner-container small{font-size:11px;display:block;}body .banner-container .ult-new-ib-title{line-height:1;text-align:left;}body .banner-title-bottom .ult-new-ib-title{left:0;}body .banner-title-top .ult-new-ib-title{top:0;left:0;}body .banner-title-top .ult-new-ib-title small{font-size:8px;}body.boxed .ads-container-full,#main.main-boxed .ads-container-full,body.boxed #main.wide .ads-container-full{margin-left:-30px !important;margin-right:-30px !important;}@media (max-width: 767px){body.boxed .ads-container-full,#main.main-boxed .ads-container-full,body.boxed #main.wide .ads-container-full{margin-left:-15px !important;margin-right:-15px !important;}}.home-intro{background-color:#171717;overflow:hidden;position:relative;padding:20px 0;text-align:left;}.home-intro p{color:#999;display:inline-block;padding-top:10px;font-size:1.15em;font-weight:300;max-width:800px;line-height:24px;}.home-intro p strong{color:#fff;display:block;font-size:1.3em;font-weight:300;padding-bottom:5px;}.home-intro p em{font-size:1.6em;}.home-intro .get-started{margin-top:15px;margin-bottom:15px;position:relative;text-align:right;}.home-intro .get-started .btn{position:relative;}.home-intro .get-started .btn i{font-size:1.1em;font-weight:normal;margin-left:5px;}.home-intro .get-started a{color:#fff;}.home-intro .get-started p{font-size:1em;padding:0;}.home-intro .learn-more{display:inline-block;white-space:nowrap;vertical-align:middle;margin-left:15px;}.home-intro.light{background-color:#e2e2e2;}.home-intro.light.secondary{background-color:#e0e1e4;}.page-not-found{margin:50px 0;}.page-not-found h2{font-size:140px;font-weight:600;letter-spacing:-10px;line-height:140px;}.page-not-found p{font-size:1.4em;line-height:36px;}@media (max-width:479px){.page-not-found{margin:0;}.page-not-found h2{font-size:100px;letter-spacing:0;line-height:100px;}}input.wpcf7-not-valid,textarea.wpcf7-not-valid,select.wpcf7-not-valid{border-color:#a94442;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}span.wpcf7-not-valid-tip{color:#c10000;margin-top:3px;padding:0;font-size:0.9em;}div.wpcf7-response-output{padding:15px;margin:0 0 20px;border:1px solid transparent;border-radius:0;}div.wpcf7-response-output h4{margin-top:0;color:inherit;}div.wpcf7-response-output .alert-link{font-weight:bold;}div.wpcf7-response-output > p,div.wpcf7-response-output > ul{margin-bottom:0;}div.wpcf7-response-output > p + p{margin-top:5px;}div.wpcf7-validation-ok{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d;}div.wpcf7-validation-errors{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b;}span.wpcf7-list-item{margin-left:0;margin-right:1em;}.wpcf7-captchac{margin-top:5px;}.footer-wrapper.wide .container{width:100%;}.footer-top .widget:last-child{margin-bottom:0;}#footer{font-size:0.9em;padding:0;position:relative;clear:both;}#footer a:hover{text-decoration:underline;}#footer p{font-size:1em;}#footer ul.list li{margin-bottom:5px;}#footer .widget > div > ul li,#footer .widget > ul li{line-height:24px;}#footer .footer-ribbon{position:absolute;margin:-70px 0 0 0;padding:10px 20px 6px 20px;color:#fff;font-size:1.6em;z-index:101;}#footer .footer-ribbon:before{left:-10px;border-right:10px solid #646464;border-top:16px solid transparent;content:"";display:block;height:0;position:absolute;top:0;width:7px;}#footer .footer-main > .container{padding-top:40px;padding-bottom:10px;}#footer.show-ribbon .footer-main > .container{padding-top:54px;}#footer .container{position:relative;}#footer .container input:focus{box-shadow:none;}#footer .logo{display:inline-block;margin-right:25px;}@media (max-width: 991px){#footer .logo{display:block;margin-bottom:15px;margin-right:0;}}#footer .logo img{display:inline-block;max-width:80px;}#footer .footer-bottom{padding:15px 0;}#footer .footer-bottom .container{display:table;table-layout:fixed;}@media (max-width: 991px){#footer .footer-bottom .container{display:block;}}#footer .footer-bottom .container > div{display:table-cell;vertical-align:middle;}@media (max-width: 991px){#footer .footer-bottom .container > div{display:block;}}#footer .footer-bottom .container .footer-left{padding:10px 8px 10px 0;text-align:left;width:100%;}@media (max-width: 991px){#footer .footer-bottom .container .footer-left{padding:10px 0;}}#footer .footer-bottom .container .footer-center{padding:10px 8px;text-align:center;width:100%;}@media (max-width: 991px){#footer .footer-bottom .container .footer-center{padding:10px 0;width:auto;text-align:left;}}#footer .footer-bottom .container .footer-right{padding:10px 0 10px 8px;text-align:right;width:100%;}@media (max-width: 991px){#footer .footer-bottom .container .footer-right{padding:10px 0;text-align:left;}}#footer .widgettitle,#footer .widget-title{margin-bottom:15px;font-size:1.2698em;}#footer .widgettitle,#footer .widget-title,#footer .widgettitle a,#footer .widget-title a{font-weight:400;text-transform:none;}#footer .widgettitle img,#footer .widget-title img{margin-right:3px;margin-top:-2px;}#footer .thumbnail,#footer .img-thumbnail{padding:0;border-width:0;background:transparent;}#footer .thumbnail img,#footer .img-thumbnail img{border-radius:0;}#footer .widget p{font-size:1em;}#footer .widget > div > ul,#footer .widget > ul{font-size:1em;}#footer .widget .tagcloud a{background:transparent;text-decoration:none;}#footer .widget .tagcloud a:hover{color:#fff;}#footer .widget p{margin-top:-3px;margin-bottom:13px;}#footer .widget.contact-info .widget-title{margin-botom:15px;}#footer .footer-bottom .widget{display:inline-block;margin:0;}@media (max-width: 991px){#footer .footer-bottom .widget{display:block;margin-top:5px;}}#footer .footer-bottom .widget > div > ul,#footer .footer-bottom .widget > ul{border-width:0;}#footer .footer-bottom .widget > div > ul li,#footer .footer-bottom .widget > ul li{border-width:0;}#footer .footer-bottom .widget_nav_menu ul{margin:0;}#footer .footer-bottom .widget_nav_menu ul li{display:inline-block;padding:0 0 0 6px;}#footer .footer-bottom .widget_nav_menu ul li:first-child{padding:0;}#footer .footer-bottom .widget_nav_menu ul li:before{display:none;}#footer .footer-bottom .widget_nav_menu ul li:after{content:"|";font-weight:300;position:relative;top:-1px;margin:0 0 0 9px;}#footer .footer-bottom .widget_nav_menu ul li:last-child:after{display:none;}#footer .footer-bottom .widget_nav_menu ul li + li{margin-left:0;}#footer .footer-bottom .footer-left .widget{margin-right:20px;}@media (max-width: 991px){#footer .footer-bottom .footer-left .widget{margin-right:0;}}#footer .footer-bottom .footer-left:first-child{margin-right:0;}#footer .footer-bottom .footer-right .widget{margin-left:20px;}@media (max-width: 991px){#footer .footer-bottom .footer-right .widget{margin-left:0;}}#footer .footer-bottom .footer-right:first-child{margin-left:0;}#footer .footer-bottom .tooltip{display:none !important;}.footer-wrapper.simple #footer,.footer-wrapper.fixed #footer{padding-top:0;background:transparent;}.footer-wrapper.simple #footer .footer-bottom,.footer-wrapper.fixed #footer .footer-bottom{padding:0;}.footer-wrapper.simple #footer .footer-bottom .logo,.footer-wrapper.fixed #footer .footer-bottom .logo{display:none;}.footer-wrapper.simple #footer .footer-bottom .container,.footer-wrapper.fixed #footer .footer-bottom .container{display:table;}.footer-wrapper.simple #footer .footer-bottom .container > div,.footer-wrapper.fixed #footer .footer-bottom .container > div{padding-top:8px;padding-bottom:8px;display:table-cell;float:none;}@media (max-width: 991px){.footer-wrapper.simple #footer .footer-bottom .container > div.footer-center,.footer-wrapper.fixed #footer .footer-bottom .container > div.footer-center{display:none;}}@media (max-width: 480px){.footer-wrapper.simple #footer .footer-bottom .container > div.footer-right,.footer-wrapper.fixed #footer .footer-bottom .container > div.footer-right{display:none;}.footer-wrapper.simple #footer .footer-bottom .container > div.footer-left,.footer-wrapper.fixed #footer .footer-bottom .container > div.footer-left{text-align:center;}}.footer-wrapper.fixed{position:fixed;bottom:0;left:0;right:0;z-index:10;}#footer-boxed{padding-left:0;padding-right:0;margin-top:15px;margin-left:auto;margin-right:auto;}body{background:#fff;}body.wide .container{width:100%;max-width:100%;padding-left:30px;padding-right:30px;}.porto-wrap-container .container{width:100%;padding-left:0;padding-right:0;}@media (max-width: 767px){.container{width:100%;}}.page-wrapper{position:relative;left:0;}@media (min-width:992px){.page-wrapper.side-nav > *{padding-left:256px;}}@media (min-width:992px){.page-wrapper.side-nav .container{width:100%;max-width:100%;}}@media (min-width:992px){body:not(.boxed) .side-nav .vc_row[data-vc-stretch-content]{padding-left:0 !important;padding-right:0 !important;left:0 !important;right:0 !important;width:100% !important;}}.header-wrapper{position:relative;}.column2-left-sidebar .main-content,.column2-left-sidebar .main-content{float:right;}@media (max-width: 991px){.column2-left-sidebar .main-content,.column2-left-sidebar .main-content{float:none;}}.left-sidebar,.right-sidebar{position:relative;}#main{position:relative;margin-left:auto;margin-right:auto;background:#fff;}body.wide #main{max-width:100%;}#main.wide .vc_row{margin-left:0;margin-right:0;}#main.wide .container .vc_row{margin-left:-15px;margin-right:-15px;}#main.wide .ads-container.vc_row{margin-left:0 !important;margin-right:0 !important;}#main.wide .main-content{padding:0;}#main.wide > .container > .row{margin-left:-15px;margin-right:-15px;}#main.boxed .porto-container{padding-left:0;padding-right:0;width:100%;}.main-content{padding-top:35px;padding-bottom:40px;}.no-breadcrumbs .main-content,body.woocommerce .main-content{padding-top:20px;}.left-sidebar,.right-sidebar{padding-top:35px;padding-bottom:40px;margin-bottom:35px;}.no-breadcrumbs .left-sidebar,.no-breadcrumbs .right-sidebar,body.woocommerce .left-sidebar,body.woocommerce .right-sidebar{padding-top:20px;}@media (max-width: 991px){.left-sidebar,.right-sidebar,.no-breadcrumbs .left-sidebar,.no-breadcrumbs .right-sidebar,body.woocommerce .left-sidebar,body.woocommerce .right-sidebar{padding-top:0;margin-top:-40px;}}.content-bottom-wrapper{padding-bottom:20px;}#banner-wrapper .ult-carousel-wrapper,#content-top .ult-carousel-wrapper,#content-bottom .ult-carousel-wrapper,#content-inner-top .ult-carousel-wrapper,#content-inner-bottom .ult-carousel-wrapper{margin-bottom:20px;}#banner-wrapper .ult-carousel-wrapper .vc_single_image-wrapper,#content-top .ult-carousel-wrapper .vc_single_image-wrapper,#content-bottom .ult-carousel-wrapper .vc_single_image-wrapper,#content-inner-top .ult-carousel-wrapper .vc_single_image-wrapper,#content-inner-bottom .ult-carousel-wrapper .vc_single_image-wrapper{width:100%;}#banner-wrapper .ult-carousel-wrapper .vc_single_image-wrapper img,#content-top .ult-carousel-wrapper .vc_single_image-wrapper img,#content-bottom .ult-carousel-wrapper .vc_single_image-wrapper img,#content-inner-top .ult-carousel-wrapper .vc_single_image-wrapper img,#content-inner-bottom .ult-carousel-wrapper .vc_single_image-wrapper img{width:100%;}#content-top,#content-bottom{overflow:hidden;background:#fff;}body.modal-open{padding-right:0 !important;padding-left:0 !important;}.clearfix{overflow:visible;}@media (max-width: 767px){.porto-container{padding-left:0;padding-right:0;}}.page-wrapper.coming-soon #header .header-top{display:block;}.page-wrapper.coming-soon #header .header-top .container{min-height:50px;}.page-wrapper.coming-soon #header .header-top .header-contact{display:block;}@media (max-width: 767px){.page-wrapper.coming-soon #header .header-top .header-right{display:none;}}.page-wrapper.coming-soon #footer .footer-bottom{background:transparent;}body.boxed{padding:25px 0;}@media (max-width: 767px){body.boxed{padding:0;}}body.boxed #header{border-top-width:0;}body.boxed .banner-container{overflow:hidden;}body.boxed .page-wrapper{background:#fff;border-top:5px solid #ccc;border-bottom:5px solid #1d2127;margin:0 auto;box-shadow:0 0 4px rgba(0, 0, 0, 0.15);border-radius:0;}@media (max-width: 767px){body.boxed .page-wrapper{width:100% !important;border-width:0;border-radius:0;overflow:hidden;}}body.boxed .porto-container.container,#main.main-boxed .porto-container.container{margin-left:-15px;margin-right:-15px;}body.boxed .vc_row[data-vc-stretch-content],#main.main-boxed .vc_row[data-vc-stretch-content],body.boxed .ult-vc-hide-row,#main.main-boxed .ult-vc-hide-row{margin-left:0;margin-right:0;}@media (min-width:768px){body.boxed .ult-vc-hide-row,#main.main-boxed .ult-vc-hide-row{left:auto !important;max-width:750px;overflow:hidden;}body.boxed .ult-vc-hide-row.section,#main.main-boxed .ult-vc-hide-row.section{padding-left:15px;padding-right:15px;}body.boxed .ult-vc-hide-row.vc_row-no-padding,#main.main-boxed .ult-vc-hide-row.vc_row-no-padding{padding-left:0;padding-right:0;}}@media (min-width:992px){body.boxed .ult-vc-hide-row,#main.main-boxed .ult-vc-hide-row{max-width:990px;}}body.boxed .vc_row[data-vc-stretch-content].section,#main.main-boxed .vc_row[data-vc-stretch-content].section{padding-left:15px;padding-right:15px;}@media (min-width:768px){body.boxed .vc_row[data-vc-stretch-content],#main.main-boxed .vc_row[data-vc-stretch-content]{left:auto !important;margin-left:-30px !important;margin-right:-30px !important;max-width:750px;}}@media (min-width:992px){body.boxed .vc_row[data-vc-stretch-content],#main.main-boxed .vc_row[data-vc-stretch-content]{max-width:990px;}}@media (max-width: 767px){body.boxed .vc_row[data-vc-stretch-content],#main.main-boxed .vc_row[data-vc-stretch-content]{padding-left:0 !important;padding-right:0 !important;}}#main.main-boxed .container .container{width:100%;}#main.main-boxed.wide .porto-container.container{margin-left:0;margin-right:0;}@media (min-width:768px){#main.main-boxed.wide .vc_row[data-vc-stretch-content]{margin-left:0 !important;margin-right:0 !important;}}@media (min-width:768px){body.boxed #main.wide .vc_row[data-vc-stretch-content]{padding-left:0 !important;padding-right:0 !important;}}body.boxed #main.wide .vc_row[data-vc-stretch-content] .porto-wrap-container{padding-left:30px;padding-right:30px;}@media (max-width: 767px){body.boxed #main.wide .vc_row[data-vc-stretch-content] .porto-wrap-container{padding-left:15px;padding-right:15px;}}@media (min-width:768px){body.boxed #main.wide .ult-vc-hide-row{overflow:visible;}}body.boxed #main.wide .container .vc_row{margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px;}@media (max-width: 767px){body.boxed #main.wide .container .vc_row{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px;}}body.boxed #main.wide .container .vc_row .vc_row{margin-left:-15px;margin-right:-15px;padding-left:0;padding-right:0;}body.boxed #main.wide > .container > .row{margin-left:0;margin-right:0;}body.boxed #main.wide .porto-wrap-container{width:auto;margin:0;padding:0;}body.boxed #header.sticky-header .header-main.sticky{margin-left:auto;margin-right:auto;}@media (min-width:768px){body.boxed #header.sticky-header .header-main.sticky{max-width:750px;}}@media (min-width:992px){body.boxed #header.sticky-header .header-main.sticky{max-width:990px;}}body.boxed #header.sticky-header .main-menu-wrap{margin-left:auto;margin-right:auto;}@media (min-width:992px){body.boxed #header.sticky-header .main-menu-wrap{max-width:990px;}}body.boxed .fixed-header #header{position:absolute;}body.boxed .footer-wrapper.fixed{position:absolute;}@-webkit-keyframes tooltip-animation{0%{opacity:1;}50%{opacity:0;}100%{opacity:1;}}@keyframes tooltip-animation{0%{opacity:1;}50%{opacity:0;}100%{opacity:1;}}@-webkit-keyframes tooltip-color{0%{color:#fff;}50%{color:#333;}100%{color:#fff;}}@keyframes tooltip-color{0%{color:#fff;}50%{color:#333;}100%{color:#fff;}}@-webkit-keyframes tooltip-color-white{0%{color:#444;}50%{color:#fff;}100%{color:#444;}}@keyframes tooltip-color-white{0%{color:#444;}50%{color:#fff;}100%{color:#444;}}#header .porto-tooltip,#footer .porto-tooltip{position:absolute !important;right:0;top:5px;width:20px;}@media (max-width: 480px){#header .porto-tooltip,#footer .porto-tooltip{display:none !important;}}#header .tooltip-icon,#footer .tooltip-icon{cursor:pointer;border:1px solid #000;color:#000;border-radius:50%;display:block;width:20px;height:20px;text-align:center;line-height:20px;font-size:10px;position:relative;right:5px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-animation:tooltip-animation 1s ease-in infinite;animation:tooltip-animation 1s ease-in infinite;}#header .tooltip-popup,#footer .tooltip-popup{display:none;position:absolute;right:0;text-align :left;top:-2px;width:300px;background-color:#111;box-shadow:0 0 8px rgba(255, 255, 255, .5);padding:20px;border-radius:10px;font-size:12px;line-height:1.4;color:#fff;z-index:2000;}#header .tooltip-popup h4,#footer .tooltip-popup h4{font-size:16px;color:#fff;}#header .tooltip-popup p,#footer .tooltip-popup p{margin-bottom:10px;color:#fff;}#header .tooltip-popup em,#footer .tooltip-popup em{font-size:10px;}#header .tooltip-close,#footer .tooltip-close{cursor:pointer;position:absolute;right:10px;top:10px;color:#fff;}#header .porto-tooltip{z-index:1000;}#footer .porto-tooltip{top:30px;right:15px;}@media (min-width:992px){.header-wrapper.header-side-nav #header .tooltip-popup{left:-5px;right:auto;}}
/*!/wp-content/themes/saludlima/css/skin_1.css*/
.alternative-font {
  color: #1e73be;
}
a {
  color: #1e73be;
}
a:hover {
  color: #2180d4;
}
a:active {
  color: #1b66a8;
}
ul.list.icons li a {
  color: #4f4f4f;
}
ul.list.icons li i,
ul.list.icons li a:hover {
  color: #1e73be;
}
.list.list-icons li .fa {
  color: #1e73be;
  border-color: #1e73be;
}
.list.list-icons.list-icons-style-3 li .fa {
  background-color: #1e73be;
}
.list.list-ordened li:before {
  color: #1e73be;
  border-color: #1e73be;
}
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #1e73be;
}
html .list-primary.list-icons li .fa {
  color: #1e73be;
  border-color: #1e73be;
}
html .list-primary.list-icons.list-icons-style-3 li .fa {
  background-color: #1e73be;
  color: #ffffff;
}
html .list-primary.list-ordened li:before {
  color: #1e73be;
}
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #1e73be;
  color: #ffffff;
}
html .list-secondary.list-icons li .fa {
  color: #e22b22;
  border-color: #e22b22;
}
html .list-secondary.list-icons.list-icons-style-3 li .fa {
  background-color: #e22b22;
  color: #ffffff;
}
html .list-secondary.list-ordened li:before {
  color: #e22b22;
}
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #1e73be;
  color: #ffffff;
}
html .list-tertiary.list-icons li .fa {
  color: #2baab1;
  border-color: #2baab1;
}
html .list-tertiary.list-icons.list-icons-style-3 li .fa {
  background-color: #2baab1;
  color: #ffffff;
}
html .list-tertiary.list-ordened li:before {
  color: #2baab1;
}
html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #1e73be;
  color: #ffffff;
}
html .list-quaternary.list-icons li .fa {
  color: #383f48;
  border-color: #383f48;
}
html .list-quaternary.list-icons.list-icons-style-3 li .fa {
  background-color: #383f48;
  color: #ffffff;
}
html .list-quaternary.list-ordened li:before {
  color: #383f48;
}
html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #1e73be;
  color: #ffffff;
}
html .list-dark.list-icons li .fa {
  color: #2e353e;
  border-color: #2e353e;
}
html .list-dark.list-icons.list-icons-style-3 li .fa {
  background-color: #2e353e;
  color: #ffffff;
}
html .list-dark.list-ordened li:before {
  color: #2e353e;
}
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #1e73be;
  color: #ffffff;
}
html .list-light.list-icons li .fa {
  color: #ffffff;
  border-color: #ffffff;
}
html .list-light.list-icons.list-icons-style-3 li .fa {
  background-color: #ffffff;
  color: #777777;
}
html .list-light.list-ordened li:before {
  color: #ffffff;
}
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #1e73be;
  color: #777777;
}
ul[class^="wsp-"] li:before {
  color: #1e73be;
}
.fontawesome-icon-list > div:hover,
.sample-icon-list > div:hover {
  color: #1e73be;
}
.fontawesome-icon-list > div:hover .text-muted,
.sample-icon-list > div:hover .text-muted {
  color: #1e73be;
}
ul.nav-pills > li.active > a {
  background-color: #1e73be;
}
ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
  background-color: #1e73be;
}
html ul.nav-pills-primary a {
  color: #1e73be;
}
html ul.nav-pills-primary a:hover {
  color: #2180d4;
}
html ul.nav-pills-primary a:focus {
  color: #2180d4;
}
html ul.nav-pills-primary a:active {
  color: #1b66a8;
}
html ul.nav-pills-primary > li.active > a {
  background-color: #1e73be;
}
html ul.nav-pills-primary > li.active > a:hover,
html ul.nav-pills-primary > li.active > a:focus {
  background-color: #1e73be;
}
html ul.nav-pills-secondary a {
  color: #e22b22;
}
html ul.nav-pills-secondary a:hover {
  color: #e54139;
}
html ul.nav-pills-secondary a:focus {
  color: #e54139;
}
html ul.nav-pills-secondary a:active {
  color: #cf241b;
}
html ul.nav-pills-secondary > li.active > a {
  background-color: #e22b22;
}
html ul.nav-pills-secondary > li.active > a:hover,
html ul.nav-pills-secondary > li.active > a:focus {
  background-color: #e22b22;
}
html ul.nav-pills-tertiary a {
  color: #2baab1;
}
html ul.nav-pills-tertiary a:hover {
  color: #30bec6;
}
html ul.nav-pills-tertiary a:focus {
  color: #30bec6;
}
html ul.nav-pills-tertiary a:active {
  color: #26969c;
}
html ul.nav-pills-tertiary > li.active > a {
  background-color: #2baab1;
}
html ul.nav-pills-tertiary > li.active > a:hover,
html ul.nav-pills-tertiary > li.active > a:focus {
  background-color: #2baab1;
}
html ul.nav-pills-quaternary a {
  color: #383f48;
}
html ul.nav-pills-quaternary a:hover {
  color: #434c56;
}
html ul.nav-pills-quaternary a:focus {
  color: #434c56;
}
html ul.nav-pills-quaternary a:active {
  color: #2d323a;
}
html ul.nav-pills-quaternary > li.active > a {
  background-color: #383f48;
}
html ul.nav-pills-quaternary > li.active > a:hover,
html ul.nav-pills-quaternary > li.active > a:focus {
  background-color: #383f48;
}
html ul.nav-pills-dark a {
  color: #2e353e;
}
html ul.nav-pills-dark a:hover {
  color: #39424d;
}
html ul.nav-pills-dark a:focus {
  color: #39424d;
}
html ul.nav-pills-dark a:active {
  color: #23282f;
}
html ul.nav-pills-dark > li.active > a {
  background-color: #2e353e;
}
html ul.nav-pills-dark > li.active > a:hover,
html ul.nav-pills-dark > li.active > a:focus {
  background-color: #2e353e;
}
html ul.nav-pills-light a {
  color: #ffffff;
}
html ul.nav-pills-light a:hover {
  color: #ffffff;
}
html ul.nav-pills-light a:focus {
  color: #ffffff;
}
html ul.nav-pills-light a:active {
  color: #f2f2f2;
}
html ul.nav-pills-light > li.active > a {
  background-color: #ffffff;
}
html ul.nav-pills-light > li.active > a:hover,
html ul.nav-pills-light > li.active > a:focus {
  background-color: #ffffff;
}
.panel-group .panel-heading a {
  color: #000;
  padding: 0px 15px;
}
html .panel-group.panel-group-primary .panel-heading {
  background-color: #1e73be !important;
}
html .panel-group.panel-group-primary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-secondary .panel-heading {
  background-color: #e22b22 !important;
}
html .panel-group.panel-group-secondary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-tertiary .panel-heading {
  background-color: #2baab1 !important;
}
html .panel-group.panel-group-tertiary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-quaternary .panel-heading {
  background-color: #383f48 !important;
}
html .panel-group.panel-group-quaternary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-dark .panel-heading {
  background-color: #2e353e !important;
}
html .panel-group.panel-group-dark .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-light .panel-heading {
  background-color: #ffffff !important;
}
html .panel-group.panel-group-light .panel-heading a {
  color: #777777;
}
section.toggle label {
  color: #1e73be;
  border-left-color: #1e73be;
}
section.toggle.active > label {
  background-color: #1e73be;
  border-color: #1e73be;
  color: #ffffff;
}
.toggle-simple section.toggle > label:after {
  background-color: #1e73be;
}
html .toggle-primary .toggle label {
  color: #1e73be;
  border-left-color: #1e73be;
  border-right-color: #1e73be;
}
html .toggle-primary .toggle.active > label {
  background-color: #1e73be;
  border-color: #1e73be;
  color: #ffffff;
}
html .toggle-primary.toggle-simple .toggle > label {
  background: transparent;
  color: #1d2127;
}
html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: #1e73be;
}
html .toggle-secondary .toggle label {
  color: #e22b22;
  border-left-color: #e22b22;
  border-right-color: #e22b22;
}
html .toggle-secondary .toggle.active > label {
  background-color: #e22b22;
  border-color: #e22b22;
  color: #ffffff;
}
html .toggle-secondary.toggle-simple .toggle > label {
  background: transparent;
  color: #1d2127;
}
html .toggle-secondary.toggle-simple .toggle > label:after {
  background-color: #e22b22;
}
html .toggle-tertiary .toggle label {
  color: #2baab1;
  border-left-color: #2baab1;
  border-right-color: #2baab1;
}
html .toggle-tertiary .toggle.active > label {
  background-color: #2baab1;
  border-color: #2baab1;
  color: #ffffff;
}
html .toggle-tertiary.toggle-simple .toggle > label {
  background: transparent;
  color: #1d2127;
}
html .toggle-tertiary.toggle-simple .toggle > label:after {
  background-color: #2baab1;
}
html .toggle-quaternary .toggle label {
  color: #383f48;
  border-left-color: #383f48;
  border-right-color: #383f48;
}
html .toggle-quaternary .toggle.active > label {
  background-color: #383f48;
  border-color: #383f48;
  color: #ffffff;
}
html .toggle-quaternary.toggle-simple .toggle > label {
  background: transparent;
  color: #1d2127;
}
html .toggle-quaternary.toggle-simple .toggle > label:after {
  background-color: #383f48;
}
html .toggle-dark .toggle label {
  color: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}
html .toggle-dark .toggle.active > label {
  background-color: #2e353e;
  border-color: #2e353e;
  color: #ffffff;
}
html .toggle-dark.toggle-simple .toggle > label {
  background: transparent;
  color: #1d2127;
}
html .toggle-dark.toggle-simple .toggle > label:after {
  background-color: #2e353e;
}
html .toggle-light .toggle label {
  color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}
html .toggle-light .toggle.active > label {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #777777;
}
html .toggle-light.toggle-simple .toggle > label {
  background: transparent;
  color: #1d2127;
}
html .toggle-light.toggle-simple .toggle > label:after {
  background-color: #ffffff;
}
html .blockquote-primary {
  border-color: #1e73be !important;
}
html .blockquote-secondary {
  border-color: #e22b22 !important;
}
html .blockquote-tertiary {
  border-color: #2baab1 !important;
}
html .blockquote-quaternary {
  border-color: #383f48 !important;
}
html .blockquote-dark {
  border-color: #2e353e !important;
}
html .blockquote-light {
  border-color: #ffffff !important;
}
div.wpb_single_image .porto-vc-zoom .zoom-icon {
  background-color: #1e73be;
}
div.wpb_single_image .porto-vc-zoom .zoom-icon:hover {
  background-color: #2180d4;
}
.img-thumbnail .zoom,
.thumb-info .zoom,
.img-thumbnail .link,
.thumb-info .link {
  background-color: #1e73be;
}
.img-thumbnail .zoom:hover,
.thumb-info .zoom:hover,
.img-thumbnail .link:hover,
.thumb-info .link:hover {
  background-color: #2180d4;
}
html .label-primary {
  background-color: #1e73be;
  border-color: #1e73be;
}
html .label-secondary {
  background-color: #e22b22;
  border-color: #e22b22;
}
html .label-tertiary {
  background-color: #2baab1;
  border-color: #2baab1;
}
html .label-quaternary {
  background-color: #383f48;
  border-color: #383f48;
}
html .label-dark {
  background-color: #2e353e;
  border-color: #2e353e;
}
html .label-light {
  background-color: #ffffff;
  border-color: #ffffff;
}
html .alert-primary {
  background-color: #1e73be;
  border-color: #1c6bb1;
  color: #ffffff;
}
html .alert-primary .alert-link {
  color: #ffffff;
}
html .alert-secondary {
  background-color: #e22b22;
  border-color: #d8251c;
  color: #ffffff;
}
html .alert-secondary .alert-link {
  color: #ffffff;
}
html .alert-tertiary {
  background-color: #2baab1;
  border-color: #289ea5;
  color: #ffffff;
}
html .alert-tertiary .alert-link {
  color: #ffffff;
}
html .alert-quaternary {
  background-color: #383f48;
  border-color: #31373f;
  color: #ffffff;
}
html .alert-quaternary .alert-link {
  color: #ffffff;
}
html .alert-dark {
  background-color: #2e353e;
  border-color: #272d35;
  color: #ffffff;
}
html .alert-dark .alert-link {
  color: #ffffff;
}
html .alert-light {
  background-color: #ffffff;
  border-color: #f7f7f7;
  color: #777777;
}
html .alert-light .alert-link {
  color: #777777;
}
.porto-concept strong {
  color: #1e73be;
  font-family: Oswald;
}
.fc-slideshow nav .fc-left i,
.fc-slideshow nav .fc-right i {
  color: #1e73be;
}
.circular-bar.only-icon .fa {
  color: #1e73be;
}
html section.section-primary,
html .vc_row.section-primary,
html .vc_column_container.section-primary {
  background-color: #1e73be !important;
  border-color: #1b66a8 !important;
  color: #ffffff;
}
html section.section-primary h1,
html .vc_row.section-primary h1,
html .vc_column_container.section-primary h1,
html section.section-primary h2,
html .vc_row.section-primary h2,
html .vc_column_container.section-primary h2,
html section.section-primary h3,
html .vc_row.section-primary h3,
html .vc_column_container.section-primary h3,
html section.section-primary h4,
html .vc_row.section-primary h4,
html .vc_column_container.section-primary h4,
html section.section-primary h5,
html .vc_row.section-primary h5,
html .vc_column_container.section-primary h5,
html section.section-primary h6,
html .vc_row.section-primary h6,
html .vc_column_container.section-primary h6 {
  color: #ffffff;
}
html section.section-primary p,
html .vc_row.section-primary p,
html .vc_column_container.section-primary p {
  color: #e6e6e6;
}
html section.section-primary-scale-2,
html .vc_row.section-primary-scale-2,
html .vc_column_container.section-primary-scale-2 {
  background-color: #175892 !important;
  border-color: #144b7c !important;
}
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_row.section-primary-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_column_container.section-primary-scale-2 .sort-source.sort-source-style-2 > li > a,
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_row.section-primary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_column_container.section-primary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_row.section-primary-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_column_container.section-primary-scale-2 .sort-source.sort-source-style-2 > li > a:hover {
  color: #ffffff;
}
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_row.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_column_container.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #175892;
}
html section.section-secondary,
html .vc_row.section-secondary,
html .vc_column_container.section-secondary {
  background-color: #e22b22 !important;
  border-color: #cf241b !important;
  color: #ffffff;
}
html section.section-secondary h1,
html .vc_row.section-secondary h1,
html .vc_column_container.section-secondary h1,
html section.section-secondary h2,
html .vc_row.section-secondary h2,
html .vc_column_container.section-secondary h2,
html section.section-secondary h3,
html .vc_row.section-secondary h3,
html .vc_column_container.section-secondary h3,
html section.section-secondary h4,
html .vc_row.section-secondary h4,
html .vc_column_container.section-secondary h4,
html section.section-secondary h5,
html .vc_row.section-secondary h5,
html .vc_column_container.section-secondary h5,
html section.section-secondary h6,
html .vc_row.section-secondary h6,
html .vc_column_container.section-secondary h6 {
  color: #ffffff;
}
html section.section-secondary p,
html .vc_row.section-secondary p,
html .vc_column_container.section-secondary p {
  color: #e6e6e6;
}
html section.section-secondary-scale-2,
html .vc_row.section-secondary-scale-2,
html .vc_column_container.section-secondary-scale-2 {
  background-color: #b92018 !important;
  border-color: #a21c15 !important;
}
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_row.section-secondary-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_column_container.section-secondary-scale-2 .sort-source.sort-source-style-2 > li > a,
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_row.section-secondary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_column_container.section-secondary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_row.section-secondary-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_column_container.section-secondary-scale-2 .sort-source.sort-source-style-2 > li > a:hover {
  color: #ffffff;
}
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_row.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_column_container.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #b92018;
}
html section.section-tertiary,
html .vc_row.section-tertiary,
html .vc_column_container.section-tertiary {
  background-color: #2baab1 !important;
  border-color: #26969c !important;
  color: #ffffff;
}
html section.section-tertiary h1,
html .vc_row.section-tertiary h1,
html .vc_column_container.section-tertiary h1,
html section.section-tertiary h2,
html .vc_row.section-tertiary h2,
html .vc_column_container.section-tertiary h2,
html section.section-tertiary h3,
html .vc_row.section-tertiary h3,
html .vc_column_container.section-tertiary h3,
html section.section-tertiary h4,
html .vc_row.section-tertiary h4,
html .vc_column_container.section-tertiary h4,
html section.section-tertiary h5,
html .vc_row.section-tertiary h5,
html .vc_column_container.section-tertiary h5,
html section.section-tertiary h6,
html .vc_row.section-tertiary h6,
html .vc_column_container.section-tertiary h6 {
  color: #ffffff;
}
html section.section-tertiary p,
html .vc_row.section-tertiary p,
html .vc_column_container.section-tertiary p {
  color: #e6e6e6;
}
html section.section-tertiary-scale-2,
html .vc_row.section-tertiary-scale-2,
html .vc_column_container.section-tertiary-scale-2 {
  background-color: #218388 !important;
  border-color: #1c6f73 !important;
}
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_row.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_column_container.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li > a,
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_row.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_column_container.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_row.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_column_container.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li > a:hover {
  color: #ffffff;
}
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_row.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_column_container.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #218388;
}
html section.section-quaternary,
html .vc_row.section-quaternary,
html .vc_column_container.section-quaternary {
  background-color: #383f48 !important;
  border-color: #2d323a !important;
  color: #ffffff;
}
html section.section-quaternary h1,
html .vc_row.section-quaternary h1,
html .vc_column_container.section-quaternary h1,
html section.section-quaternary h2,
html .vc_row.section-quaternary h2,
html .vc_column_container.section-quaternary h2,
html section.section-quaternary h3,
html .vc_row.section-quaternary h3,
html .vc_column_container.section-quaternary h3,
html section.section-quaternary h4,
html .vc_row.section-quaternary h4,
html .vc_column_container.section-quaternary h4,
html section.section-quaternary h5,
html .vc_row.section-quaternary h5,
html .vc_column_container.section-quaternary h5,
html section.section-quaternary h6,
html .vc_row.section-quaternary h6,
html .vc_column_container.section-quaternary h6 {
  color: #ffffff;
}
html section.section-quaternary p,
html .vc_row.section-quaternary p,
html .vc_column_container.section-quaternary p {
  color: #e6e6e6;
}
html section.section-quaternary-scale-2,
html .vc_row.section-quaternary-scale-2,
html .vc_column_container.section-quaternary-scale-2 {
  background-color: #22262b !important;
  border-color: #17191d !important;
}
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_row.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_column_container.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li > a,
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_row.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_column_container.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_row.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_column_container.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li > a:hover {
  color: #ffffff;
}
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_row.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_column_container.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #22262b;
}
html section.section-dark,
html .vc_row.section-dark,
html .vc_column_container.section-dark {
  background-color: #2e353e !important;
  border-color: #23282f !important;
  color: #ffffff;
}
html section.section-dark h1,
html .vc_row.section-dark h1,
html .vc_column_container.section-dark h1,
html section.section-dark h2,
html .vc_row.section-dark h2,
html .vc_column_container.section-dark h2,
html section.section-dark h3,
html .vc_row.section-dark h3,
html .vc_column_container.section-dark h3,
html section.section-dark h4,
html .vc_row.section-dark h4,
html .vc_column_container.section-dark h4,
html section.section-dark h5,
html .vc_row.section-dark h5,
html .vc_column_container.section-dark h5,
html section.section-dark h6,
html .vc_row.section-dark h6,
html .vc_column_container.section-dark h6 {
  color: #ffffff;
}
html section.section-dark p,
html .vc_row.section-dark p,
html .vc_column_container.section-dark p {
  color: #e6e6e6;
}
html section.section-dark-scale-2,
html .vc_row.section-dark-scale-2,
html .vc_column_container.section-dark-scale-2 {
  background-color: #181c21 !important;
  border-color: #0d0f12 !important;
}
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_row.section-dark-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_column_container.section-dark-scale-2 .sort-source.sort-source-style-2 > li > a,
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_row.section-dark-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_column_container.section-dark-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_row.section-dark-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_column_container.section-dark-scale-2 .sort-source.sort-source-style-2 > li > a:hover {
  color: #ffffff;
}
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_row.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_column_container.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #181c21;
}
html section.section-light,
html .vc_row.section-light,
html .vc_column_container.section-light {
  background-color: #ffffff !important;
  border-color: #f2f2f2 !important;
  color: #777777;
}
html section.section-light h1,
html .vc_row.section-light h1,
html .vc_column_container.section-light h1,
html section.section-light h2,
html .vc_row.section-light h2,
html .vc_column_container.section-light h2,
html section.section-light h3,
html .vc_row.section-light h3,
html .vc_column_container.section-light h3,
html section.section-light h4,
html .vc_row.section-light h4,
html .vc_column_container.section-light h4,
html section.section-light h5,
html .vc_row.section-light h5,
html .vc_column_container.section-light h5,
html section.section-light h6,
html .vc_row.section-light h6,
html .vc_column_container.section-light h6 {
  color: #777777;
}
html section.section-light p,
html .vc_row.section-light p,
html .vc_column_container.section-light p {
  color: #5e5e5e;
}
html section.section-light-scale-2,
html .vc_row.section-light-scale-2,
html .vc_column_container.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}
html section.section-light-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_row.section-light-scale-2 .sort-source.sort-source-style-2 > li > a,
html .vc_column_container.section-light-scale-2 .sort-source.sort-source-style-2 > li > a,
html section.section-light-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_row.section-light-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html .vc_column_container.section-light-scale-2 .sort-source.sort-source-style-2 > li > a:focus,
html section.section-light-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_row.section-light-scale-2 .sort-source.sort-source-style-2 > li > a:hover,
html .vc_column_container.section-light-scale-2 .sort-source.sort-source-style-2 > li > a:hover {
  color: #777777;
}
html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_row.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after,
html .vc_column_container.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #e6e6e6;
}
html section.section-default-scale-1,
html .vc_row.section-default-scale-1,
html .vc_column_container.section-default-scale-1 {
  background-color: #dbdbdb !important;
  border-top-color: #d3d3d3 !important;
}
html section.section-default-scale-2,
html .vc_row.section-default-scale-2,
html .vc_column_container.section-default-scale-2 {
  background-color: #c1c1c1 !important;
  border-top-color: #b9b9b9 !important;
}
html section.section-default-scale-3,
html .vc_row.section-default-scale-3,
html .vc_column_container.section-default-scale-3 {
  background-color: #a8a8a8 !important;
  border-top-color: #a0a0a0 !important;
}
html section.section-default-scale-4,
html .vc_row.section-default-scale-4,
html .vc_column_container.section-default-scale-4 {
  background-color: #8e8e8e !important;
  border-top-color: #868686 !important;
}
html section.section-default-scale-5,
html .vc_row.section-default-scale-5,
html .vc_column_container.section-default-scale-5 {
  background-color: #757575 !important;
  border-top-color: #6d6d6d !important;
}
html section.section-default-scale-6,
html .vc_row.section-default-scale-6,
html .vc_column_container.section-default-scale-6 {
  background-color: #5b5b5b !important;
  border-top-color: #535353 !important;
}
html section.section-default-scale-7,
html .vc_row.section-default-scale-7,
html .vc_column_container.section-default-scale-7 {
  background-color: #424242 !important;
  border-top-color: #3a3a3a !important;
}
html section.section-default-scale-8,
html .vc_row.section-default-scale-8,
html .vc_column_container.section-default-scale-8 {
  background-color: #282828 !important;
  border-top-color: #202020 !important;
}
html section.section-default-scale-9,
html .vc_row.section-default-scale-9,
html .vc_column_container.section-default-scale-9 {
  background-color: #0f0f0f !important;
  border-top-color: #070707 !important;
}
html .popover-primary .popover-title {
  background-color: #1e73be !important;
  color: #ffffff !important;
}
html .popover-secondary .popover-title {
  background-color: #e22b22 !important;
  color: #ffffff !important;
}
html .popover-tertiary .popover-title {
  background-color: #2baab1 !important;
  color: #ffffff !important;
}
html .popover-quaternary .popover-title {
  background-color: #383f48 !important;
  color: #ffffff !important;
}
html .popover-dark .popover-title {
  background-color: #2e353e !important;
  color: #ffffff !important;
}
html .popover-light .popover-title {
  background-color: #ffffff !important;
  color: #777777 !important;
}
html .divider.divider-primary i {
  color: #1e73be;
}
html .divider.divider-primary.divider-small hr {
  background: #1e73be;
}
html .divider.divider-secondary i {
  color: #e22b22;
}
html .divider.divider-secondary.divider-small hr {
  background: #e22b22;
}
html .divider.divider-tertiary i {
  color: #2baab1;
}
html .divider.divider-tertiary.divider-small hr {
  background: #2baab1;
}
html .divider.divider-quaternary i {
  color: #383f48;
}
html .divider.divider-quaternary.divider-small hr {
  background: #383f48;
}
html .divider.divider-dark i {
  color: #2e353e;
}
html .divider.divider-dark.divider-small hr {
  background: #2e353e;
}
html .divider.divider-light i {
  color: #ffffff;
}
html .divider.divider-light.divider-small hr {
  background: #ffffff;
}
html .divider.divider-style-2.divider-primary i {
  background: #1e73be;
  color: #ffffff;
}
html .divider.divider-style-2.divider-secondary i {
  background: #e22b22;
  color: #ffffff;
}
html .divider.divider-style-2.divider-tertiary i {
  background: #2baab1;
  color: #ffffff;
}
html .divider.divider-style-2.divider-quaternary i {
  background: #383f48;
  color: #ffffff;
}
html .divider.divider-style-2.divider-dark i {
  background: #2e353e;
  color: #ffffff;
}
html .divider.divider-style-2.divider-light i {
  background: #ffffff;
  color: #777777;
}
html .divider.divider-style-3.divider-primary i {
  border-color: #1e73be;
}
html .divider.divider-style-3.divider-secondary i {
  border-color: #e22b22;
}
html .divider.divider-style-3.divider-tertiary i {
  border-color: #2baab1;
}
html .divider.divider-style-3.divider-quaternary i {
  border-color: #383f48;
}
html .divider.divider-style-3.divider-dark i {
  border-color: #2e353e;
}
html .divider.divider-style-3.divider-light i {
  border-color: #ffffff;
}
.pricing-table li {
  color: #4f4f4f;
}
.pricing-table h3 .desc,
.pricing-table h3 span {
  color: #4f4f4f;
}
.pricing-table .plan {
  color: #4f4f4f;
}
.pricing-table .most-popular h3 {
  background-color: #1e73be;
  color: #ffffff;
}
.pricing-table .most-popular h3 .desc {
  color: #ffffff;
}
.pricing-table.pricing-table-flat .plan h3 {
  background-color: #1e73be;
  color: #ffffff;
}
.pricing-table.pricing-table-flat .plan h3 .desc {
  color: #ffffff;
}
.pricing-table.pricing-table-flat .plan h3 span {
  font-family: Roboto Condensed;
  background: #1e73be;
  color: #ffffff;
}
.pricing-table .most-popular {
  border-color: #1e73be;
}
html .pricing-table .plan-primary h3 {
  background-color: #1e73be;
  color: #ffffff;
}
html .pricing-table .plan-primary h3 .desc {
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-primary h3 {
  background-color: #1e73be;
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-primary h3 .desc {
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-primary h3 span {
  background: #1e73be;
  color: #ffffff;
}
html .pricing-table .plan-secondary h3 {
  background-color: #e22b22;
  color: #ffffff;
}
html .pricing-table .plan-secondary h3 .desc {
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-secondary h3 {
  background-color: #e22b22;
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-secondary h3 .desc {
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-secondary h3 span {
  background: #e22b22;
  color: #ffffff;
}
html .pricing-table .plan-tertiary h3 {
  background-color: #2baab1;
  color: #ffffff;
}
html .pricing-table .plan-tertiary h3 .desc {
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-tertiary h3 {
  background-color: #2baab1;
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-tertiary h3 .desc {
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-tertiary h3 span {
  background: #2baab1;
  color: #ffffff;
}
html .pricing-table .plan-quaternary h3 {
  background-color: #383f48;
  color: #ffffff;
}
html .pricing-table .plan-quaternary h3 .desc {
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-quaternary h3 {
  background-color: #383f48;
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-quaternary h3 .desc {
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-quaternary h3 span {
  background: #383f48;
  color: #ffffff;
}
html .pricing-table .plan-dark h3 {
  background-color: #2e353e;
  color: #ffffff;
}
html .pricing-table .plan-dark h3 .desc {
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-dark h3 {
  background-color: #2e353e;
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-dark h3 .desc {
  color: #ffffff;
}
html .pricing-table.pricing-table-flat .plan-dark h3 span {
  background: #2e353e;
  color: #ffffff;
}
html .pricing-table .plan-light h3 {
  background-color: #ffffff;
  color: #777777;
}
html .pricing-table .plan-light h3 .desc {
  color: #777777;
}
html .pricing-table.pricing-table-flat .plan-light h3 {
  background-color: #ffffff;
  color: #777777;
}
html .pricing-table.pricing-table-flat .plan-light h3 .desc {
  color: #777777;
}
html .pricing-table.pricing-table-flat .plan-light h3 span {
  background: #ffffff;
  color: #777777;
}
html .pricing-table .plan-primary {
  border-color: #1e73be;
}
html .pricing-table .plan-secondary {
  border-color: #e22b22;
}
html .pricing-table .plan-tertiary {
  border-color: #2baab1;
}
html .pricing-table .plan-quaternary {
  border-color: #383f48;
}
html .pricing-table .plan-dark {
  border-color: #2e353e;
}
html .pricing-table .plan-light {
  border-color: #ffffff;
}
.home-intro .get-started a:not(.btn) {
  color: #4f4f4f;
}
.home-intro p em {
  font-family: Oswald;
  color: #1e73be;
}
.home-intro.light p {
  color: #1e73be;
}
html .home-intro-primary {
  background: #1e73be;
  color: #ffffff;
}
html .home-intro-primary .get-started a:not(.btn) {
  color: #ffffff;
}
html .home-intro-primary p,
html .home-intro-primary p em {
  color: #ffffff;
}
html .home-intro-primary.light p {
  color: #ffffff;
}
html .home-intro-secondary {
  background: #e22b22;
  color: #ffffff;
}
html .home-intro-secondary .get-started a:not(.btn) {
  color: #ffffff;
}
html .home-intro-secondary p,
html .home-intro-secondary p em {
  color: #ffffff;
}
html .home-intro-secondary.light p {
  color: #ffffff;
}
html .home-intro-tertiary {
  background: #2baab1;
  color: #ffffff;
}
html .home-intro-tertiary .get-started a:not(.btn) {
  color: #ffffff;
}
html .home-intro-tertiary p,
html .home-intro-tertiary p em {
  color: #ffffff;
}
html .home-intro-tertiary.light p {
  color: #ffffff;
}
html .home-intro-quaternary {
  background: #383f48;
  color: #ffffff;
}
html .home-intro-quaternary .get-started a:not(.btn) {
  color: #ffffff;
}
html .home-intro-quaternary p,
html .home-intro-quaternary p em {
  color: #ffffff;
}
html .home-intro-quaternary.light p {
  color: #ffffff;
}
html .home-intro-dark {
  background: #2e353e;
  color: #ffffff;
}
html .home-intro-dark .get-started a:not(.btn) {
  color: #ffffff;
}
html .home-intro-dark p,
html .home-intro-dark p em {
  color: #ffffff;
}
html .home-intro-dark.light p {
  color: #ffffff;
}
html .home-intro-light {
  background: #ffffff;
  color: #777777;
}
html .home-intro-light .get-started a:not(.btn) {
  color: #777777;
}
html .home-intro-light p,
html .home-intro-light p em {
  color: #777777;
}
html .home-intro-light.light p {
  color: #777777;
}
html .background-color-primary {
  background-color: #1e73be !important;
}
html .background-color-secondary {
  background-color: #e22b22 !important;
}
html .background-color-tertiary {
  background-color: #2baab1 !important;
}
html .background-color-quaternary {
  background-color: #383f48 !important;
}
html .background-color-dark {
  background-color: #2e353e !important;
}
html .background-color-light {
  background-color: #ffffff !important;
}
.page-not-found h4 {
  color: #4f4f4f;
}
.timeline-balloon .balloon-time .time-dot::before {
  border-color: #1e73be;
}
.timeline-balloon .balloon-time .time-dot::after {
  background-color: #1e73be;
}
section.exp-timeline .timeline-bar {
  background: #2e353e;
}
section.exp-timeline .timeline-box.right:before {
  background: #2e353e !important;
  box-shadow: 0 0 0 3px #ecf1f7, 0 0 0 6px #2e353e !important;
}
section.exp-timeline .timeline-box.right:after {
  background: #1e73be;
}
.floating-menu .floating-menu-btn-collapse-nav {
  background: #1e73be;
}
@media (min-width: 992px) {
  .floating-menu .floating-menu-nav-main nav > ul > li > a:after {
    background: #1e73be;
  }
}
.icon-featured {
  background-color: #1e73be;
}
.featured-box .icon-featured {
  background-color: #1e73be;
}
.featured-box .icon-featured:after {
  border-color: #1e73be;
}
.woocommerce .featured-box h2,
.woocommerce-page .featured-box h2,
.woocommerce .featured-box h3,
.woocommerce-page .featured-box h3,
.woocommerce .featured-box h4,
.woocommerce-page .featured-box h4 {
  color: #1e73be;
}
.featured-box .aio-icon-header h3.aio-icon-title {
  color: #1e73be;
}
.featured-box .wpb_heading {
  color: #1e73be;
}
.featured-boxes-style-3 .featured-box .icon-featured {
  border-color: #1e73be;
  color: #1e73be;
}
.featured-boxes-style-4 .featured-box .icon-featured {
  border-color: #1e73be;
  color: #1e73be;
}
.featured-boxes-style-5 .featured-box .icon-featured,
.featured-boxes-style-6 .featured-box .icon-featured,
.featured-boxes-style-7 .featured-box .icon-featured,
.featured-boxes-style-8 .featured-box .icon-featured {
  color: #1e73be;
}
.featured-box-effect-2 .icon-featured:after {
  box-shadow: 0 0 0 3px #1e73be;
}
.featured-box-effect-3 .icon-featured:after {
  box-shadow: 0 0 0 10px #1e73be;
}
.featured-box-effect-3:hover .icon-featured {
  background: #1e73be;
}
.feature-box .feature-box-icon {
  background-color: #1e73be;
}
.feature-box.feature-box-style-2 .feature-box-icon i,
.feature-box.feature-box-style-3 .feature-box-icon i,
.feature-box.feature-box-style-4 .feature-box-icon i,
.feature-box.feature-box-style-5 .feature-box-icon i,
.feature-box.feature-box-style-6 .feature-box-icon i {
  color: #1e73be;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #1e73be;
}
.feature-box .feature-box-icon {
  background-color: #1e73be;
}
.feature-box.feature-box-primary .feature-box-icon i {
  color: #1e73be;
}
.feature-box .feature-box-icon {
  background-color: #e22b22;
}
.feature-box.feature-box-secondary .feature-box-icon i {
  color: #e22b22;
}
.feature-box .feature-box-icon {
  background-color: #2baab1;
}
.feature-box.feature-box-tertiary .feature-box-icon i {
  color: #2baab1;
}
.feature-box .feature-box-icon {
  background-color: #383f48;
}
.feature-box.feature-box-quaternary .feature-box-icon i {
  color: #383f48;
}
.feature-box .feature-box-icon {
  background-color: #2e353e;
}
.feature-box.feature-box-dark .feature-box-icon i {
  color: #2e353e;
}
.feature-box .feature-box-icon {
  background-color: #ffffff;
}
.feature-box.feature-box-light .feature-box-icon i {
  color: #ffffff;
}
.featured-box-primary .icon-featured {
  background-color: #1e73be;
}
.featured-box-primary .icon-featured:after {
  border-color: #1e73be;
}
.featured-box-primary h4 {
  color: #1e73be;
}
.featured-box-primary .box-content {
  border-top-color: #1e73be;
}
html .featured-box-primary .icon-featured {
  background-color: #1e73be;
}
html .featured-box-primary h4 {
  color: #1e73be;
}
html .featured-box-primary .box-content {
  border-top-color: #1e73be;
}
html .featured-box-secondary .icon-featured {
  background-color: #e22b22;
}
html .featured-box-secondary h4 {
  color: #e22b22;
}
html .featured-box-secondary .box-content {
  border-top-color: #e22b22;
}
html .featured-box-tertiary .icon-featured {
  background-color: #2baab1;
}
html .featured-box-tertiary h4 {
  color: #2baab1;
}
html .featured-box-tertiary .box-content {
  border-top-color: #2baab1;
}
html .featured-box-quaternary .icon-featured {
  background-color: #383f48;
}
html .featured-box-quaternary h4 {
  color: #383f48;
}
html .featured-box-quaternary .box-content {
  border-top-color: #383f48;
}
html .featured-box-dark .icon-featured {
  background-color: #2e353e;
}
html .featured-box-dark h4 {
  color: #2e353e;
}
html .featured-box-dark .box-content {
  border-top-color: #2e353e;
}
html .featured-box-light .icon-featured {
  background-color: #ffffff;
}
html .featured-box-light h4 {
  color: #ffffff;
}
html .featured-box-light .box-content {
  border-top-color: #ffffff;
}
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #1e73be;
  color: #1e73be;
}
html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e22b22;
  color: #e22b22;
}
html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #1e73be;
  color: #1e73be;
}
html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e22b22;
  color: #e22b22;
}
html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #1e73be;
}
html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
  color: #e22b22;
}
html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #1e73be;
}
html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
  color: #e22b22;
}
html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #1e73be;
}
html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
  color: #e22b22;
}
html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #1e73be;
}
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #e22b22;
}
html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #2baab1;
}
html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #383f48;
}
html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #2e353e;
}
html .featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #ffffff;
}
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #1e73be;
}
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #1e73be !important;
}
html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #e22b22;
}
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #e22b22 !important;
}
html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #2baab1;
}
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #2baab1 !important;
}
html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #383f48;
}
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #383f48 !important;
}
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #2e353e;
}
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #2e353e !important;
}
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #ffffff;
}
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #ffffff !important;
}
html .featured-box-effect-7.featured-box-primary .icon-featured:before {
  color: #1e73be;
}
html .featured-box-effect-7.featured-box-secondary .icon-featured:before {
  color: #e22b22;
}
html .featured-box-effect-7.featured-box-tertiary .icon-featured:before {
  color: #2baab1;
}
html .featured-box-effect-7.featured-box-quaternary .icon-featured:before {
  color: #383f48;
}
html .featured-box-effect-7.featured-box-dark .icon-featured:before {
  color: #2e353e;
}
html .featured-box-effect-7.featured-box-light .icon-featured:before {
  color: #ffffff;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #1a63a4;
}
.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
  /*color: @skinColor;*/
  color: #21293c;
}
.owl-carousel .owl-nav [class*="owl-"] {
  border-color: #1e73be #1e73be #175892;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1e73be;
  border-color: #1e73be;
}
.owl-carousel .owl-nav [class*="owl-"]:hover,
.owl-carousel .owl-nav [class*="owl-"]:active,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  border-color: #1b66a8;
  background-color: #1b66a8;
}
.product-image-slider.owl-carousel .owl-nav [class*="owl-"],
.product-image-slider.owl-carousel .owl-nav [class*="owl-"]:hover,
.product-image-slider.owl-carousel .owl-nav [class*="owl-"]:active {
  color: #1e73be;
}
.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next,
.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev {
  color: #1e73be;
}
.slick-slider .slick-dots li.slick-active i,
.slick-slider .slick-dots li:hover i {
  color: #1a63a4 !important;
}
.master-slider {
  direction: ltr;
}
.master-slider .ms-container .ms-nav-prev,
.master-slider .ms-container .ms-nav-next,
.master-slider .ms-container .ms-slide-vpbtn,
.master-slider .ms-container .ms-video-btn {
  color: #1e73be;
}
.master-slider .ms-container .ms-bullet {
  background: #1e73be;
}
.master-slider .ms-slide .ms-slide-loading:before {
  border-color: #1e73be;
}
.yith-wcan-loading:before,
.master-slider .ms-loading-container .ms-loading:before,
.master-slider .ms-slide .ms-slide-loading:before,
#fancybox-loading:before,
.slick-slider .slick-loading .slick-list:before,
.ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child:before,
#infscr-loading .infinite-loading:before,
.loading-overlay .loader:before,
.porto-ajax-loading:before {
  border-color: #1e73be;
}
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1e73be;
  border-color: #1e73be;
}
.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover,
.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus {
  border-color: #1b66a8;
  background-color: #1b66a8;
}
.tparrows.tparrows-carousel.tp-leftarrow:before,
.tparrows.tparrows-carousel.tp-rightarrow:before {
  color: #ffffff;
}
.share-links a {
  background-color: #1e73be;
}
.share-links a:hover {
  background-color: #2180d4;
}
.widget.follow-us .share-links a {
  color: #525252;
  background-color: #fff;
}
.btn-primary,
.button,
input.submit,
input[type="submit"].btn-primary,
input[type="submit"].button,
input[type="submit"].submit {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1e73be;
  border-color: #1e73be;
}
.btn-primary:hover,
.button:hover,
input.submit:hover,
input[type="submit"].btn-primary:hover,
input[type="submit"].button:hover,
input[type="submit"].submit:hover,
.btn-primary:active,
.button:active,
input.submit:active,
input[type="submit"].btn-primary:active,
input[type="submit"].button:active,
input[type="submit"].submit:active,
.btn-primary:focus,
.button:focus,
input.submit:focus,
input[type="submit"].btn-primary:focus,
input[type="submit"].button:focus,
input[type="submit"].submit:focus {
  border-color: #1b66a8;
  background-color: #1b66a8;
}
.btn-primary.disabled,
.button.disabled,
input.submit.disabled,
input[type="submit"].btn-primary.disabled,
input[type="submit"].button.disabled,
input[type="submit"].submit.disabled,
.btn-primary[disabled],
.button[disabled],
input.submit[disabled],
input[type="submit"].btn-primary[disabled],
input[type="submit"].button[disabled],
input[type="submit"].submit[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .button,
fieldset[disabled] input.submit,
fieldset[disabled] input[type="submit"].btn-primary,
fieldset[disabled] input[type="submit"].button,
fieldset[disabled] input[type="submit"].submit,
.btn-primary.disabled:hover,
.button.disabled:hover,
input.submit.disabled:hover,
input[type="submit"].btn-primary.disabled:hover,
input[type="submit"].button.disabled:hover,
input[type="submit"].submit.disabled:hover,
.btn-primary[disabled]:hover,
.button[disabled]:hover,
input.submit[disabled]:hover,
input[type="submit"].btn-primary[disabled]:hover,
input[type="submit"].button[disabled]:hover,
input[type="submit"].submit[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .button:hover,
fieldset[disabled] input.submit:hover,
fieldset[disabled] input[type="submit"].btn-primary:hover,
fieldset[disabled] input[type="submit"].button:hover,
fieldset[disabled] input[type="submit"].submit:hover,
.btn-primary.disabled:focus,
.button.disabled:focus,
input.submit.disabled:focus,
input[type="submit"].btn-primary.disabled:focus,
input[type="submit"].button.disabled:focus,
input[type="submit"].submit.disabled:focus,
.btn-primary[disabled]:focus,
.button[disabled]:focus,
input.submit[disabled]:focus,
input[type="submit"].btn-primary[disabled]:focus,
input[type="submit"].button[disabled]:focus,
input[type="submit"].submit[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .button:focus,
fieldset[disabled] input.submit:focus,
fieldset[disabled] input[type="submit"].btn-primary:focus,
fieldset[disabled] input[type="submit"].button:focus,
fieldset[disabled] input[type="submit"].submit:focus,
.btn-primary.disabled.focus,
.button.disabled.focus,
input.submit.disabled.focus,
input[type="submit"].btn-primary.disabled.focus,
input[type="submit"].button.disabled.focus,
input[type="submit"].submit.disabled.focus,
.btn-primary[disabled].focus,
.button[disabled].focus,
input.submit[disabled].focus,
input[type="submit"].btn-primary[disabled].focus,
input[type="submit"].button[disabled].focus,
input[type="submit"].submit[disabled].focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .button.focus,
fieldset[disabled] input.submit.focus,
fieldset[disabled] input[type="submit"].btn-primary.focus,
fieldset[disabled] input[type="submit"].button.focus,
fieldset[disabled] input[type="submit"].submit.focus,
.btn-primary.disabled:active,
.button.disabled:active,
input.submit.disabled:active,
input[type="submit"].btn-primary.disabled:active,
input[type="submit"].button.disabled:active,
input[type="submit"].submit.disabled:active,
.btn-primary[disabled]:active,
.button[disabled]:active,
input.submit[disabled]:active,
input[type="submit"].btn-primary[disabled]:active,
input[type="submit"].button[disabled]:active,
input[type="submit"].submit[disabled]:active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .button:active,
fieldset[disabled] input.submit:active,
fieldset[disabled] input[type="submit"].btn-primary:active,
fieldset[disabled] input[type="submit"].button:active,
fieldset[disabled] input[type="submit"].submit:active,
.btn-primary.disabled.active,
.button.disabled.active,
input.submit.disabled.active,
input[type="submit"].btn-primary.disabled.active,
input[type="submit"].button.disabled.active,
input[type="submit"].submit.disabled.active,
.btn-primary[disabled].active,
.button[disabled].active,
input.submit[disabled].active,
input[type="submit"].btn-primary[disabled].active,
input[type="submit"].button[disabled].active,
input[type="submit"].submit[disabled].active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .button.active,
fieldset[disabled] input.submit.active,
fieldset[disabled] input[type="submit"].btn-primary.active,
fieldset[disabled] input[type="submit"].button.active,
fieldset[disabled] input[type="submit"].submit.active {
  background-color: #1e73be;
  border-color: #1e73be;
}
input[type="submit"],
.geodir-search button[type="button"],
.geodir-search input[type="button"],
.geodir-search input[type="submit"],
#geodir-wrapper button[type="button"],
#geodir-wrapper input[type="button"],
#geodir-wrapper input[type="submit"] {
  background: #1e73be;
  border-color: #1e73be;
}
input[type="submit"]:hover,
.geodir-search button[type="button"]:hover,
.geodir-search input[type="button"]:hover,
.geodir-search input[type="submit"]:hover,
#geodir-wrapper button[type="button"]:hover,
#geodir-wrapper input[type="button"]:hover,
#geodir-wrapper input[type="submit"]:hover,
input[type="submit"]:active,
.geodir-search button[type="button"]:active,
.geodir-search input[type="button"]:active,
.geodir-search input[type="submit"]:active,
#geodir-wrapper button[type="button"]:active,
#geodir-wrapper input[type="button"]:active,
#geodir-wrapper input[type="submit"]:active {
  background: #1b66a8;
  border-color: #1b66a8;
}
input[type="submit"].disabled,
.geodir-search button[type="button"].disabled,
.geodir-search input[type="button"].disabled,
.geodir-search input[type="submit"].disabled,
#geodir-wrapper button[type="button"].disabled,
#geodir-wrapper input[type="button"].disabled,
#geodir-wrapper input[type="submit"].disabled,
input[type="submit"][disabled],
.geodir-search button[type="button"][disabled],
.geodir-search input[type="button"][disabled],
.geodir-search input[type="submit"][disabled],
#geodir-wrapper button[type="button"][disabled],
#geodir-wrapper input[type="button"][disabled],
#geodir-wrapper input[type="submit"][disabled],
fieldset[disabled] input[type="submit"],
fieldset[disabled] .geodir-search button[type="button"],
fieldset[disabled] .geodir-search input[type="button"],
fieldset[disabled] .geodir-search input[type="submit"],
fieldset[disabled] #geodir-wrapper button[type="button"],
fieldset[disabled] #geodir-wrapper input[type="button"],
fieldset[disabled] #geodir-wrapper input[type="submit"],
input[type="submit"].disabled:hover,
.geodir-search button[type="button"].disabled:hover,
.geodir-search input[type="button"].disabled:hover,
.geodir-search input[type="submit"].disabled:hover,
#geodir-wrapper button[type="button"].disabled:hover,
#geodir-wrapper input[type="button"].disabled:hover,
#geodir-wrapper input[type="submit"].disabled:hover,
input[type="submit"][disabled]:hover,
.geodir-search button[type="button"][disabled]:hover,
.geodir-search input[type="button"][disabled]:hover,
.geodir-search input[type="submit"][disabled]:hover,
#geodir-wrapper button[type="button"][disabled]:hover,
#geodir-wrapper input[type="button"][disabled]:hover,
#geodir-wrapper input[type="submit"][disabled]:hover,
fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] .geodir-search button[type="button"]:hover,
fieldset[disabled] .geodir-search input[type="button"]:hover,
fieldset[disabled] .geodir-search input[type="submit"]:hover,
fieldset[disabled] #geodir-wrapper button[type="button"]:hover,
fieldset[disabled] #geodir-wrapper input[type="button"]:hover,
fieldset[disabled] #geodir-wrapper input[type="submit"]:hover,
input[type="submit"].disabled:focus,
.geodir-search button[type="button"].disabled:focus,
.geodir-search input[type="button"].disabled:focus,
.geodir-search input[type="submit"].disabled:focus,
#geodir-wrapper button[type="button"].disabled:focus,
#geodir-wrapper input[type="button"].disabled:focus,
#geodir-wrapper input[type="submit"].disabled:focus,
input[type="submit"][disabled]:focus,
.geodir-search button[type="button"][disabled]:focus,
.geodir-search input[type="button"][disabled]:focus,
.geodir-search input[type="submit"][disabled]:focus,
#geodir-wrapper button[type="button"][disabled]:focus,
#geodir-wrapper input[type="button"][disabled]:focus,
#geodir-wrapper input[type="submit"][disabled]:focus,
fieldset[disabled] input[type="submit"]:focus,
fieldset[disabled] .geodir-search button[type="button"]:focus,
fieldset[disabled] .geodir-search input[type="button"]:focus,
fieldset[disabled] .geodir-search input[type="submit"]:focus,
fieldset[disabled] #geodir-wrapper button[type="button"]:focus,
fieldset[disabled] #geodir-wrapper input[type="button"]:focus,
fieldset[disabled] #geodir-wrapper input[type="submit"]:focus,
input[type="submit"].disabled.focus,
.geodir-search button[type="button"].disabled.focus,
.geodir-search input[type="button"].disabled.focus,
.geodir-search input[type="submit"].disabled.focus,
#geodir-wrapper button[type="button"].disabled.focus,
#geodir-wrapper input[type="button"].disabled.focus,
#geodir-wrapper input[type="submit"].disabled.focus,
input[type="submit"][disabled].focus,
.geodir-search button[type="button"][disabled].focus,
.geodir-search input[type="button"][disabled].focus,
.geodir-search input[type="submit"][disabled].focus,
#geodir-wrapper button[type="button"][disabled].focus,
#geodir-wrapper input[type="button"][disabled].focus,
#geodir-wrapper input[type="submit"][disabled].focus,
fieldset[disabled] input[type="submit"].focus,
fieldset[disabled] .geodir-search button[type="button"].focus,
fieldset[disabled] .geodir-search input[type="button"].focus,
fieldset[disabled] .geodir-search input[type="submit"].focus,
fieldset[disabled] #geodir-wrapper button[type="button"].focus,
fieldset[disabled] #geodir-wrapper input[type="button"].focus,
fieldset[disabled] #geodir-wrapper input[type="submit"].focus,
input[type="submit"].disabled:active,
.geodir-search button[type="button"].disabled:active,
.geodir-search input[type="button"].disabled:active,
.geodir-search input[type="submit"].disabled:active,
#geodir-wrapper button[type="button"].disabled:active,
#geodir-wrapper input[type="button"].disabled:active,
#geodir-wrapper input[type="submit"].disabled:active,
input[type="submit"][disabled]:active,
.geodir-search button[type="button"][disabled]:active,
.geodir-search input[type="button"][disabled]:active,
.geodir-search input[type="submit"][disabled]:active,
#geodir-wrapper button[type="button"][disabled]:active,
#geodir-wrapper input[type="button"][disabled]:active,
#geodir-wrapper input[type="submit"][disabled]:active,
fieldset[disabled] input[type="submit"]:active,
fieldset[disabled] .geodir-search button[type="button"]:active,
fieldset[disabled] .geodir-search input[type="button"]:active,
fieldset[disabled] .geodir-search input[type="submit"]:active,
fieldset[disabled] #geodir-wrapper button[type="button"]:active,
fieldset[disabled] #geodir-wrapper input[type="button"]:active,
fieldset[disabled] #geodir-wrapper input[type="submit"]:active,
input[type="submit"].disabled.active,
.geodir-search button[type="button"].disabled.active,
.geodir-search input[type="button"].disabled.active,
.geodir-search input[type="submit"].disabled.active,
#geodir-wrapper button[type="button"].disabled.active,
#geodir-wrapper input[type="button"].disabled.active,
#geodir-wrapper input[type="submit"].disabled.active,
input[type="submit"][disabled].active,
.geodir-search button[type="button"][disabled].active,
.geodir-search input[type="button"][disabled].active,
.geodir-search input[type="submit"][disabled].active,
#geodir-wrapper button[type="button"][disabled].active,
#geodir-wrapper input[type="button"][disabled].active,
#geodir-wrapper input[type="submit"][disabled].active,
fieldset[disabled] input[type="submit"].active,
fieldset[disabled] .geodir-search button[type="button"].active,
fieldset[disabled] .geodir-search input[type="button"].active,
fieldset[disabled] .geodir-search input[type="submit"].active,
fieldset[disabled] #geodir-wrapper button[type="button"].active,
fieldset[disabled] #geodir-wrapper input[type="button"].active,
fieldset[disabled] #geodir-wrapper input[type="submit"].active {
  background-color: #1e73be;
  border-color: #1e73be;
}
html .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1e73be;
  border-color: #1e73be;
  border-color: #1e73be #1e73be #175892;
}
html .btn-primary:hover,
html .btn-primary:active,
html .btn-primary:focus {
  border-color: #1b66a8;
  background-color: #1b66a8;
}
html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active {
  color: #ffffff;
  background-color: #1b66a8;
  border-color: #1e73be #1e73be #144b7c;
}
html .btn-primary-scale-2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #175892;
  border-color: #175892;
  border-color: #175892 #175892 #103e66;
}
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2:active,
html .btn-primary-scale-2:focus {
  border-color: #144b7c;
  background-color: #144b7c;
}
html .btn-secondary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e22b22;
  border-color: #e22b22;
  border-color: #e22b22 #e22b22 #b92018;
}
html .btn-secondary:hover,
html .btn-secondary:active,
html .btn-secondary:focus {
  border-color: #cf241b;
  background-color: #cf241b;
}
html .btn-secondary:hover,
html .btn-secondary:focus,
html .btn-secondary:active {
  color: #ffffff;
  background-color: #cf241b;
  border-color: #e22b22 #e22b22 #a21c15;
}
html .btn-secondary-scale-2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b92018;
  border-color: #b92018;
  border-color: #b92018 #b92018 #8c1812;
}
html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2:focus {
  border-color: #a21c15;
  background-color: #a21c15;
}
html .btn-tertiary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2baab1;
  border-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
}
html .btn-tertiary:hover,
html .btn-tertiary:active,
html .btn-tertiary:focus {
  border-color: #26969c;
  background-color: #26969c;
}
html .btn-tertiary:hover,
html .btn-tertiary:focus,
html .btn-tertiary:active {
  color: #ffffff;
  background-color: #26969c;
  border-color: #2baab1 #2baab1 #1c6f73;
}
html .btn-tertiary-scale-2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #218388;
  border-color: #218388;
  border-color: #218388 #218388 #175b5f;
}
html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2:focus {
  border-color: #1c6f73;
  background-color: #1c6f73;
}
html .btn-quaternary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #383f48;
  border-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
}
html .btn-quaternary:hover,
html .btn-quaternary:active,
html .btn-quaternary:focus {
  border-color: #2d323a;
  background-color: #2d323a;
}
html .btn-quaternary:hover,
html .btn-quaternary:focus,
html .btn-quaternary:active {
  color: #ffffff;
  background-color: #2d323a;
  border-color: #383f48 #383f48 #17191d;
}
html .btn-quaternary-scale-2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #22262b;
  border-color: #22262b;
  border-color: #22262b #22262b #0b0d0f;
}
html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2:focus {
  border-color: #17191d;
  background-color: #17191d;
}
html .btn-dark {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2e353e;
  border-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
}
html .btn-dark:hover,
html .btn-dark:active,
html .btn-dark:focus {
  border-color: #23282f;
  background-color: #23282f;
}
html .btn-dark:hover,
html .btn-dark:focus,
html .btn-dark:active {
  color: #ffffff;
  background-color: #23282f;
  border-color: #2e353e #2e353e #0d0f12;
}
html .btn-dark-scale-2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #181c21;
  border-color: #181c21;
  border-color: #181c21 #181c21 #030303;
}
html .btn-dark-scale-2:hover,
html .btn-dark-scale-2:active,
html .btn-dark-scale-2:focus {
  border-color: #0d0f12;
  background-color: #0d0f12;
}
html .btn-light {
  color: #777777;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-color: #ffffff;
  border-color: #ffffff #ffffff #e6e6e6;
}
html .btn-light:hover,
html .btn-light:active,
html .btn-light:focus {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
html .btn-light:hover,
html .btn-light:focus,
html .btn-light:active {
  color: #777777;
  background-color: #f2f2f2;
  border-color: #ffffff #ffffff #d9d9d9;
}
html .btn-light-scale-2 {
  color: #777777;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
}
html .btn-light-scale-2:hover,
html .btn-light-scale-2:active,
html .btn-light-scale-2:focus {
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}
html .btn-borders.btn-primary {
  background: transparent;
  border-color: #1e73be;
  color: #1e73be;
  text-shadow: none;
}
html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus,
html .btn-borders.btn-primary:active {
  background-color: #1b66a8;
  border-color: #1e73be !important;
  color: #ffffff;
}
html .btn-borders.btn-secondary {
  background: transparent;
  border-color: #e22b22;
  color: #e22b22;
  text-shadow: none;
}
html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus,
html .btn-borders.btn-secondary:active {
  background-color: #cf241b;
  border-color: #e22b22 !important;
  color: #ffffff;
}
html .btn-borders.btn-tertiary {
  background: transparent;
  border-color: #2baab1;
  color: #2baab1;
  text-shadow: none;
}
html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus,
html .btn-borders.btn-tertiary:active {
  background-color: #26969c;
  border-color: #2baab1 !important;
  color: #ffffff;
}
html .btn-borders.btn-quaternary {
  background: transparent;
  border-color: #383f48;
  color: #383f48;
  text-shadow: none;
}
html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus,
html .btn-borders.btn-quaternary:active {
  background-color: #2d323a;
  border-color: #383f48 !important;
  color: #ffffff;
}
html .btn-borders.btn-dark {
  background: transparent;
  border-color: #2e353e;
  color: #2e353e;
  text-shadow: none;
}
html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus,
html .btn-borders.btn-dark:active {
  background-color: #23282f;
  border-color: #2e353e !important;
  color: #ffffff;
}
html .btn-borders.btn-light {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  text-shadow: none;
}
html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus,
html .btn-borders.btn-light:active {
  background-color: #f2f2f2;
  border-color: #ffffff !important;
  color: #777777;
}
.thumb-info .thumb-info-type {
  background-color: #1e73be;
}
.thumb-info .thumb-info-action-icon {
  background-color: #1e73be;
}
.thumb-info .thumb-info-action-icon i {
  color: #ffffff;
}
.thumb-info-bottom-info .thumb-info-title,
.thumb-info-bottom-info .thumb-info-title a,
.thumb-info-bottom-info .thumb-info-title a:hover {
  color: #4f4f4f;
}
.thumb-info-ribbon {
  background-color: #1e73be;
  color: #ffffff;
}
.thumb-info-ribbon span {
  font-family: Oswald;
}
.thumb-info-ribbon:before {
  border-right-color: #144b7c;
}
.thumb-info-social-icons a {
  background-color: #1e73be;
}
.thumb-info-social-icons a i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #1e73be;
}
html .thumb-info .thumb-info-action-icon-primary i {
  color: #ffffff;
}
html .thumb-info-ribbon-primary {
  background-color: #1e73be;
  color: #ffffff;
}
html .thumb-info-ribbon-primary:before {
  border-right-color: #144b7c;
}
html .thumb-info-social-icons a.thumb-info-social-links-primary {
  background-color: #1e73be;
}
html .thumb-info-social-icons a.thumb-info-social-links-primary i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #e22b22;
}
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #ffffff;
}
html .thumb-info-ribbon-secondary {
  background-color: #e22b22;
  color: #ffffff;
}
html .thumb-info-ribbon-secondary:before {
  border-right-color: #a21c15;
}
html .thumb-info-social-icons a.thumb-info-social-links-secondary {
  background-color: #e22b22;
}
html .thumb-info-social-icons a.thumb-info-social-links-secondary i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #2baab1;
}
html .thumb-info .thumb-info-action-icon-tertiary i {
  color: #ffffff;
}
html .thumb-info-ribbon-tertiary {
  background-color: #2baab1;
  color: #ffffff;
}
html .thumb-info-ribbon-tertiary:before {
  border-right-color: #1c6f73;
}
html .thumb-info-social-icons a.thumb-info-social-links-tertiary {
  background-color: #2baab1;
}
html .thumb-info-social-icons a.thumb-info-social-links-tertiary i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #383f48;
}
html .thumb-info .thumb-info-action-icon-quaternary i {
  color: #ffffff;
}
html .thumb-info-ribbon-quaternary {
  background-color: #383f48;
  color: #ffffff;
}
html .thumb-info-ribbon-quaternary:before {
  border-right-color: #17191d;
}
html .thumb-info-social-icons a.thumb-info-social-links-quaternary {
  background-color: #383f48;
}
html .thumb-info-social-icons a.thumb-info-social-links-quaternary i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #2e353e;
}
html .thumb-info .thumb-info-action-icon-dark i {
  color: #ffffff;
}
html .thumb-info-ribbon-dark {
  background-color: #2e353e;
  color: #ffffff;
}
html .thumb-info-ribbon-dark:before {
  border-right-color: #0d0f12;
}
html .thumb-info-social-icons a.thumb-info-social-links-dark {
  background-color: #2e353e;
}
html .thumb-info-social-icons a.thumb-info-social-links-dark i {
  color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-light {
  background-color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-light i {
  color: #777777;
}
html .thumb-info-ribbon-light {
  background-color: #ffffff;
  color: #777777;
}
html .thumb-info-ribbon-light:before {
  border-right-color: #d9d9d9;
}
html .thumb-info-social-icons a.thumb-info-social-links-light {
  background-color: #ffffff;
}
html .thumb-info-social-icons a.thumb-info-social-links-light i {
  color: #777777;
}
.portfolio-item:hover .thumb-info-icons .thumb-info-icon {
  background-color: #2baab1 !important;
}
.resp-tabs-list li {
  color: #1e73be;
}
.resp-tabs-list li:hover,
.resp-tabs-list li:focus,
.resp-tabs-list li.resp-tab-active {
  border-top-color: #1e73be;
}
.resp-vtabs .resp-tabs-list li:hover,
.resp-vtabs .resp-tabs-list li:focus,
.resp-vtabs .resp-tabs-list li.resp-tab-active {
  border-left-color: #1e73be;
}
h2.resp-accordion {
  color: #1e73be;
}
.tabs ul.nav-tabs a,
.tabs ul.nav-tabs a:hover {
  color: #1e73be;
}
.tabs ul.nav-tabs a:hover,
.tabs ul.nav-tabs a:focus {
  border-top-color: #1e73be;
}
.tabs ul.nav-tabs li.active a,
.tabs ul.nav-tabs li.active a:hover,
.tabs ul.nav-tabs li.active a:focus {
  border-top-color: #1e73be;
  color: #1e73be;
}
.tabs ul.nav-tabs.nav-justified a:hover,
.tabs ul.nav-tabs.nav-justified a:focus {
  border-top-color: #1e73be;
}
.tabs.tabs-bottom ul.nav-tabs li a:hover,
.tabs.tabs-bottom ul.nav-tabs li.active a,
.tabs.tabs-bottom ul.nav-tabs li.active a:hover,
.tabs.tabs-bottom ul.nav-tabs li.active a:focus {
  border-bottom-color: #1e73be;
}
.tabs.tabs-vertical.tabs-left ul.nav-tabs li a:hover,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:hover,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:focus {
  border-left-color: #1e73be;
}
.tabs.tabs-vertical.tabs-right ul.nav-tabs li a:hover,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:hover,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:focus {
  border-right-color: #1e73be;
}
.tabs.tabs-simple .nav-tabs > li a,
.tabs.tabs-simple .nav-tabs > li a:hover,
.tabs.tabs-simple .nav-tabs > li a:focus,
.tabs.tabs-simple .nav-tabs > li.active a,
.tabs.tabs-simple .nav-tabs > li.active a:hover,
.tabs.tabs-simple .nav-tabs > li.active a:focus {
  color: #4f4f4f;
}
.tabs.tabs-simple .nav-tabs > li a:hover,
.tabs.tabs-simple .nav-tabs > li a:focus,
.tabs.tabs-simple .nav-tabs > li.active a {
  border-bottom-color: #1e73be;
}
html .tabs-primary .nav-tabs li a,
html .tabs-primary .nav-tabs.nav-justified li a,
html .tabs-primary .nav-tabs li a:hover,
html .tabs-primary .nav-tabs.nav-justified li a:hover {
  color: #1e73be;
}
html .tabs-primary .nav-tabs li a:hover,
html .tabs-primary .nav-tabs.nav-justified li a:hover {
  border-top-color: #1e73be;
}
html .tabs-primary .nav-tabs li.active a,
html .tabs-primary .nav-tabs.nav-justified li.active a,
html .tabs-primary .nav-tabs li.active a:hover,
html .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html .tabs-primary .nav-tabs li.active a:focus,
html .tabs-primary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #1e73be;
  color: #1e73be;
}
html .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #1e73be;
}
html .tabs-primary.tabs-bottom .nav-tabs li.active a,
html .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #1e73be;
}
html .tabs-primary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #1e73be;
}
html .tabs-primary.tabs-vertical.tabs-left li.active a,
html .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #1e73be;
}
html .tabs-primary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #1e73be;
}
html .tabs-primary.tabs-vertical.tabs-right li.active a,
html .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #1e73be;
}
html .tabs-secondary .nav-tabs li a,
html .tabs-secondary .nav-tabs.nav-justified li a,
html .tabs-secondary .nav-tabs li a:hover,
html .tabs-secondary .nav-tabs.nav-justified li a:hover {
  color: #e22b22;
}
html .tabs-secondary .nav-tabs li a:hover,
html .tabs-secondary .nav-tabs.nav-justified li a:hover {
  border-top-color: #e22b22;
}
html .tabs-secondary .nav-tabs li.active a,
html .tabs-secondary .nav-tabs.nav-justified li.active a,
html .tabs-secondary .nav-tabs li.active a:hover,
html .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html .tabs-secondary .nav-tabs li.active a:focus,
html .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #e22b22;
  color: #e22b22;
}
html .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #e22b22;
}
html .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #e22b22;
}
html .tabs-secondary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #e22b22;
}
html .tabs-secondary.tabs-vertical.tabs-left li.active a,
html .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #e22b22;
}
html .tabs-secondary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #e22b22;
}
html .tabs-secondary.tabs-vertical.tabs-right li.active a,
html .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #e22b22;
}
html .tabs-tertiary .nav-tabs li a,
html .tabs-tertiary .nav-tabs.nav-justified li a,
html .tabs-tertiary .nav-tabs li a:hover,
html .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  color: #2baab1;
}
html .tabs-tertiary .nav-tabs li a:hover,
html .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  border-top-color: #2baab1;
}
html .tabs-tertiary .nav-tabs li.active a,
html .tabs-tertiary .nav-tabs.nav-justified li.active a,
html .tabs-tertiary .nav-tabs li.active a:hover,
html .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html .tabs-tertiary .nav-tabs li.active a:focus,
html .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #2baab1;
  color: #2baab1;
}
html .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #2baab1;
}
html .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #2baab1;
}
html .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #2baab1;
}
html .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #2baab1;
}
html .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #2baab1;
}
html .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #2baab1;
}
html .tabs-quaternary .nav-tabs li a,
html .tabs-quaternary .nav-tabs.nav-justified li a,
html .tabs-quaternary .nav-tabs li a:hover,
html .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  color: #383f48;
}
html .tabs-quaternary .nav-tabs li a:hover,
html .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  border-top-color: #383f48;
}
html .tabs-quaternary .nav-tabs li.active a,
html .tabs-quaternary .nav-tabs.nav-justified li.active a,
html .tabs-quaternary .nav-tabs li.active a:hover,
html .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html .tabs-quaternary .nav-tabs li.active a:focus,
html .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #383f48;
  color: #383f48;
}
html .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #383f48;
}
html .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #383f48;
}
html .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #383f48;
}
html .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #383f48;
}
html .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #383f48;
}
html .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #383f48;
}
html .tabs-dark .nav-tabs li a,
html .tabs-dark .nav-tabs.nav-justified li a,
html .tabs-dark .nav-tabs li a:hover,
html .tabs-dark .nav-tabs.nav-justified li a:hover {
  color: #2e353e;
}
html .tabs-dark .nav-tabs li a:hover,
html .tabs-dark .nav-tabs.nav-justified li a:hover {
  border-top-color: #2e353e;
}
html .tabs-dark .nav-tabs li.active a,
html .tabs-dark .nav-tabs.nav-justified li.active a,
html .tabs-dark .nav-tabs li.active a:hover,
html .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html .tabs-dark .nav-tabs li.active a:focus,
html .tabs-dark .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #2e353e;
  color: #2e353e;
}
html .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #2e353e;
}
html .tabs-dark.tabs-bottom .nav-tabs li.active a,
html .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #2e353e;
}
html .tabs-dark.tabs-vertical.tabs-left li a:hover {
  border-left-color: #2e353e;
}
html .tabs-dark.tabs-vertical.tabs-left li.active a,
html .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #2e353e;
}
html .tabs-dark.tabs-vertical.tabs-right li a:hover {
  border-right-color: #2e353e;
}
html .tabs-dark.tabs-vertical.tabs-right li.active a,
html .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #2e353e;
}
html .tabs-light .nav-tabs li a,
html .tabs-light .nav-tabs.nav-justified li a,
html .tabs-light .nav-tabs li a:hover,
html .tabs-light .nav-tabs.nav-justified li a:hover {
  color: #ffffff;
}
html .tabs-light .nav-tabs li a:hover,
html .tabs-light .nav-tabs.nav-justified li a:hover {
  border-top-color: #ffffff;
}
html .tabs-light .nav-tabs li.active a,
html .tabs-light .nav-tabs.nav-justified li.active a,
html .tabs-light .nav-tabs li.active a:hover,
html .tabs-light .nav-tabs.nav-justified li.active a:hover,
html .tabs-light .nav-tabs li.active a:focus,
html .tabs-light .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #ffffff;
  color: #ffffff;
}
html .tabs-light.tabs-bottom .nav-tabs li a:hover,
html .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #ffffff;
}
html .tabs-light.tabs-bottom .nav-tabs li.active a,
html .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #ffffff;
}
html .tabs-light.tabs-vertical.tabs-left li a:hover {
  border-left-color: #ffffff;
}
html .tabs-light.tabs-vertical.tabs-left li.active a,
html .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html .tabs-light.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #ffffff;
}
html .tabs-light.tabs-vertical.tabs-right li a:hover {
  border-right-color: #ffffff;
}
html .tabs-light.tabs-vertical.tabs-right li.active a,
html .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html .tabs-light.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #ffffff;
}
.porto-links-block li.porto-links-item > a,
.porto-links-block li.porto-links-item > span {
  color: #4f4f4f;
}
.porto-links-block li.porto-links-item a:hover {
  text-decoration: underline;
}
.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat {
  color: #4f4f4f;
}
html .stats-block.counter-primary .stats-number,
html .stats-block.counter-primary div.counter_prefix,
html .stats-block.counter-primary div.counter_suffix {
  color: #1e73be;
}
html .stats-block.counter-secondary .stats-number,
html .stats-block.counter-secondary div.counter_prefix,
html .stats-block.counter-secondary div.counter_suffix {
  color: #e22b22;
}
html .stats-block.counter-tertiary .stats-number,
html .stats-block.counter-tertiary div.counter_prefix,
html .stats-block.counter-tertiary div.counter_suffix {
  color: #2baab1;
}
html .stats-block.counter-quaternary .stats-number,
html .stats-block.counter-quaternary div.counter_prefix,
html .stats-block.counter-quaternary div.counter_suffix {
  color: #383f48;
}
html .stats-block.counter-dark .stats-number,
html .stats-block.counter-dark div.counter_prefix,
html .stats-block.counter-dark div.counter_suffix {
  color: #2e353e;
}
html .stats-block.counter-light .stats-number,
html .stats-block.counter-light div.counter_prefix,
html .stats-block.counter-light div.counter_suffix {
  color: #ffffff;
}
.stats-block.counter-alternative .stats-number {
  font-family: Oswald;
}
.wpb_wrapper .aio-icon-read {
  color: #1e73be;
}
.wpb_wrapper .aio-icon-read:hover {
  color: #2180d4;
}
.vc_custom_heading em {
  color: #1e73be;
  font-family: Oswald;
}
.vc_row .vc_column_container > .wpb_wrapper.vc_column-inner {
  padding: 0;
}
.widget .widgettitle a:hover,
.widget .widget-title a:hover {
  color: #1e73be;
}
.widget > div > ul li,
.widget > ul li {
  color: #3e3e3e;
}
.widget > div > ul li > a,
.widget > ul li > a {
  color: #3e3e3e;
}
.widget li > a:hover {
  color: #1e73be;
}
.widget li.current-cat > a,
.widget li.current-cat-parent > a {
  color: #1e73be;
}
.widget li.active > a,
.widget li.current-menu-item > a {
  color: #1e73be;
}
.widget .tagcloud a {
  color: #4f4f4f;
}
.widget .tagcloud a:hover {
  background-color: #1e73be;
  border-color: #1e73be;
}
.widget .rss-date,
.widget .post-date,
.widget .comment-author-link {
  color: #606060;
}
.widget_sidebar_menu .widget-title {
  color: #4f4f4f;
}
.widget_sidebar_menu .widget-title .toggle:hover {
  background-color: #1e73be;
  border-color: #1e73be;
}
.sidebar-content .widget.widget_wysija .box-content {
  border-top-color: #1e73be;
}
.widget_wysija_cont .showerrors {
  color: #1e73be;
}
.mega-menu > li.menu-item.active > a,
.mega-menu > li.menu-item:hover > a,
.mega-menu > li.menu-item.active > h5,
.mega-menu > li.menu-item:hover > h5 {
  background: #1e73be;
}
.mega-menu > li.menu-item > a,
.mega-menu > li.menu-item > h5 {
  text-transform: uppercase;
}
.mega-menu .narrow .popup ul.sub-menu {
  background: #1e73be;
}
.mega-menu .narrow .popup li.menu-item:hover > a,
.mega-menu .narrow .popup li.menu-item:hover > h5 {
  background: #2180d4;
}
.mega-menu .wide .popup {
  border-top-color: #1e73be;
  color: #4f4f4f;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
  color: #4f4f4f;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  text-transform: uppercase;
}
.sidebar-menu > li.menu-item > a,
.sidebar-menu > li.menu-item > h5 {
  color: #4f4f4f;
}
.header-side .sidebar-menu > li.menu-item > a,
.header-side .sidebar-menu > li.menu-item > h5 {
  text-transform: uppercase;
}
.sidebar-menu > li.menu-item.active > a,
.sidebar-menu > li.menu-item.active > h5 {
  color: #1e73be;
}
.sidebar-menu > li.menu-item:hover {
  background: #1e73be;
}
.sidebar-menu > li.menu-item:hover > a,
.sidebar-menu > li.menu-item:hover + li.menu-item > a,
.sidebar-menu > li.menu-item:hover > h5,
.sidebar-menu > li.menu-item:hover + li.menu-item > h5 {
  border-top-color: #1e73be;
}
.sidebar-menu > li.menu-item > .arrow:before {
  color: #1e73be;
}
.sidebar-menu .popup {
  color: #4f4f4f;
}
.sidebar-menu .wide .popup {
  border-left-color: #1e73be;
}
.right-sidebar .sidebar-menu .wide .popup {
  border-right-color: #1e73be;
}
.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,
.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
  color: #4f4f4f;
}
.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  text-transform: uppercase;
}
.sidebar-menu .narrow .popup ul.sub-menu {
  background: #1e73be;
}
.sidebar-menu .narrow .popup li.menu-item:hover > a,
.sidebar-menu .narrow .popup li.menu-item:hover > h5 {
  background: #2180d4;
}
.sidebar-menu .menu-custom-block a {
  color: #4f4f4f;
}
.sidebar-menu .menu-custom-block a:hover {
  background-color: #1e73be;
}
.sidebar-menu .menu-custom-block a:hover,
.sidebar-menu .menu-custom-block a:hover + a {
  border-top-color: #1e73be;
}
.mega-menu .tip,
.sidebar-menu .tip,
.accordion-menu .tip,
.menu-custom-block .tip {
  background: #0cc485;
}
.mega-menu .tip .tip-arrow,
.sidebar-menu .tip .tip-arrow,
.accordion-menu .tip .tip-arrow,
.menu-custom-block .tip .tip-arrow {
  color: #0cc485;
}
.view-switcher .narrow .popup li.menu-item > a,
.currency-switcher .narrow .popup li.menu-item > a,
.view-switcher .narrow .popup li.menu-item > h5,
.currency-switcher .narrow .popup li.menu-item > h5 {
  text-transform: uppercase;
}
article.post .post-title {
  color: #1e73be;
}
.post-block h3,
.post-share h3,
article.post .comment-respond h3,
article.portfolio .comment-respond h3,
.related-posts h3 {
  color: #1e73be;
}
article.post .post-date .day,
.post-item .post-date .day {
  color: #1e73be;
}
article.post .post-date .month,
.post-item .post-date .month,
article.post .post-date .format,
.post-item .post-date .format {
  background-color: #1e73be;
}
.pagination a:hover,
.page-links a:hover,
.pagination a:focus,
.page-links a:focus,
.pagination span.current,
.page-links span.current {
  background-color: #1e73be;
  border-color: #1e73be;
}
section.timeline .timeline-date h3 {
  color: #1e73be;
}
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: #1e73be;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #1e73be;
}
article.post .post-date .sticky,
.post-item .post-date .sticky {
  background: #62b959;
  color: #ffffff;
}
article.post.post-title-simple .post-title,
.post-item.post-title-simple .post-title,
article.post.post-title-simple .post-title h2,
.post-item.post-title-simple .post-title h2 {
  color: #1d2127;
}
article.post.post-title-simple .entry-title,
.post-item.post-title-simple .entry-title,
article.post.post-title-simple .entry-title a,
.post-item.post-title-simple .entry-title a {
  color: #1d2127;
}
.post-title-simple .post-author p .name,
.post-title-simple .post-author p .name a {
  color: #4f4f4f;
}
.post-carousel .post-item.style-5 .cat-names,
.post-grid .post-item.style-5 .cat-names,
.post-timeline .post-item.style-5 .cat-names {
  color: #1e73be;
}
.post-carousel .post-item.style-5 .post-meta .post-views-icon.dashicons,
.post-grid .post-item.style-5 .post-meta .post-views-icon.dashicons,
.post-timeline .post-item.style-5 .post-meta .post-views-icon.dashicons {
  color: #1e73be;
}
.post-carousel .post-item.style-5 .post-meta a,
.post-grid .post-item.style-5 .post-meta a,
.post-timeline .post-item.style-5 .post-meta a {
  color: #e22b22;
}
/* Blog Share Advance */
.post-share-advance-bg {
  background: #383f48;
}
.post-share-advance .fa-share-alt {
  background: #383f48;
}
.portfolio-info ul li a:hover {
  color: #1e73be;
}
.portfolio-item .thumb-info .thumb-info-type .portfolio-like i,
.portfolio-item .thumb-info .thumb-info-type .portfolio-liked i {
  color: #ffffff;
}
article.member .member-role {
  color: #1e73be;
}
.member-item.member-item-3 .view-more {
  color: #1d2127;
}
.member-item.member-item-3 .thumb-info:hover .thumb-info-caption {
  background: #1e73be;
  color: #ffffff;
}
.member-item.member-item-3 .thumb-info:hover .thumb-info-caption * {
  color: #ffffff;
}
.member-item.member-item-3 .thumb-info:hover .thumb-info-social-icons {
  border-color: #ffffff;
}
.member-item.member-item-3 .thumb-info:hover .share-links a {
  background: #ffffff;
  color: #1e73be;
}
.testimonial blockquote {
  background: #2180d4;
}
.testimonial .testimonial-arrow-down {
  border-top-color: #2180d4;
}
html .testimonial-primary blockquote {
  background: #2180d4;
}
html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #2180d4;
}
html .testimonial-secondary blockquote {
  background: #e54139;
}
html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #e54139;
}
html .testimonial-tertiary blockquote {
  background: #30bec6;
}
html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #30bec6;
}
html .testimonial-quaternary blockquote {
  background: #434c56;
}
html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #434c56;
}
html .testimonial-dark blockquote {
  background: #39424d;
}
html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #39424d;
}
html .testimonial-light blockquote {
  background: #ffffff;
}
html .testimonial-light .testimonial-arrow-down {
  border-top-color: #ffffff;
}
.testimonial.testimonial-with-quotes blockquote:before {
  color: #4f4f4f;
}
.testimonial.testimonial-style-2 blockquote p,
.testimonial.testimonial-style-5 blockquote p,
.testimonial.testimonial-style-6 blockquote p {
  color: #4f4f4f;
}
.testimonial.testimonial-style-3 blockquote p,
.testimonial.testimonial-style-4 blockquote p,
.testimonial.testimonial-style-5 blockquote p {
  font-family: Roboto Condensed;
}
.testimonial.testimonial-style-3 blockquote:before,
.testimonial.testimonial-style-4 blockquote:before,
.testimonial.testimonial-style-3 blockquote:after,
.testimonial.testimonial-style-4 blockquote:after,
.testimonial.testimonial-style-3 blockquote p,
.testimonial.testimonial-style-4 blockquote p {
  color: #4f4f4f;
}
.testimonial.testimonial-with-quotes blockquote:after,
.testimonial.testimonial-with-quotes blockquote:before,
.testimonial.testimonial-with-quotes blockquote p {
  color: #4f4f4f;
}
.quantity .qty,
.quantity .minus:hover,
.quantity .plus:hover {
  color: #1e73be;
}
.quantity .qty {
  font-family: Open Sans;
}
.quantity .qty {
  color: #777;
}
.single_add_to_cart_button {
  font-family: Open Sans;
}
.shop_table.wishlist_table .add_to_cart.button,
.woocommerce table.wishlist_table .add_to_cart.button {
  font-family: Open Sans;
}
.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist span {
  border-color: #e36159;
  color: #e36159;
}
.yith-wcwl-add-to-wishlist a:hover,
.yith-wcwl-add-to-wishlist span:hover,
.yith-wcwl-add-to-wishlist a:focus,
.yith-wcwl-add-to-wishlist span:focus {
  background-color: #e36159;
  color: #ffffff;
}
.show-outimage-q-onimage .yith-wcwl-add-to-wishlist a,
.show-outimage-q-onimage .yith-wcwl-add-to-wishlist span,
.show-outimage-q-onimage-alt .yith-wcwl-add-to-wishlist a,
.show-outimage-q-onimage-alt .yith-wcwl-add-to-wishlist span {
  color: #e36159;
}
.show-outimage-q-onimage .yith-wcwl-add-to-wishlist a:hover,
.show-outimage-q-onimage .yith-wcwl-add-to-wishlist span:hover,
.show-outimage-q-onimage-alt .yith-wcwl-add-to-wishlist a:hover,
.show-outimage-q-onimage-alt .yith-wcwl-add-to-wishlist span:hover,
.show-outimage-q-onimage .yith-wcwl-add-to-wishlist a:hover:before,
.show-outimage-q-onimage .yith-wcwl-add-to-wishlist span:hover:before,
.show-outimage-q-onimage-alt .yith-wcwl-add-to-wishlist a:hover:before,
.show-outimage-q-onimage-alt .yith-wcwl-add-to-wishlist span:hover:before {
  color: #e36159;
}
.yith-wcwl-add-to-wishlist span.ajax-loading {
  border-color: #e36159;
}
.yith-wcwl-add-to-wishlist span.ajax-loading:hover {
  background-color: #e36159;
}
.add-links .quickview {
  border-color: #2baab1;
  color: #2baab1;
}
.add-links .quickview:hover,
.add-links .quickview:focus {
  background-color: #2baab1;
  border-color: #2baab1;
  color: #ffffff;
}
.summary-before .ms-lightbox-btn {
  background-color: #1e73be;
}
.summary-before .ms-lightbox-btn:hover {
  background-color: #2180d4;
}
.summary-before .ms-nav-next:before,
.summary-before .ms-nav-prev:before,
.summary-before .ms-thumblist-fwd:before,
.summary-before .ms-thumblist-bwd:before {
  color: #1e73be;
}
.product-images .zoom {
  background-color: #1e73be;
}
.product-summary-wrap .price {
  color: #1e73be;
}
.product-summary-wrap .yith-wcwl-add-to-wishlist a,
.product-summary-wrap .yith-wcwl-add-to-wishlist span {
  color: inherit;
}
.product-summary-wrap .yith-wcwl-add-to-wishlist a:before,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:before {
  border-color: #e36159;
  color: #e36159;
}
.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:hover,
.product-summary-wrap .yith-wcwl-add-to-wishlist a:focus,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:focus {
  background: transparent;
  color: #e36159;
}
.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover:before,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:hover:before,
.product-summary-wrap .yith-wcwl-add-to-wishlist a:focus:before,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:focus:before {
  color: #ffffff;
  background-color: #e36159;
}
.woocommerce-pagination a:hover,
.woocommerce-pagination a:focus,
.woocommerce-pagination span.current {
  border-color: #1e73be;
  background-color: transparent;
}
ul.products li.product .product-loop-title,
ul.products li.product-category .product-loop-title {
  color: #4f4f4f;
}
ul.products li.product .product-loop-title:hover,
ul.products li.product-category .product-loop-title:hover,
ul.products li.product .product-loop-title:focus,
ul.products li.product-category .product-loop-title:focus {
  color: #1e73be;
}
ul.products li.product .product-loop-title:hover h3,
ul.products li.product-category .product-loop-title:hover h3,
ul.products li.product .product-loop-title:focus h3,
ul.products li.product-category .product-loop-title:focus h3 {
  color: #1e73be;
}
ul.products li.product h3,
ul.products li.product-category h3 {
  color: #4f4f4f;
}
ul.products li.product.show-outimage-q-onimage .product-loop-title:hover,
ul.products li.product-category.show-outimage-q-onimage .product-loop-title:hover,
ul.products li.product.show-outimage-q-onimage .product-loop-title:focus,
ul.products li.product-category.show-outimage-q-onimage .product-loop-title:focus,
ul.products li.product.show-outimage-q-onimage .product-loop-title:active,
ul.products li.product-category.show-outimage-q-onimage .product-loop-title:active {
  color: #4f4f4f;
}
ul.products li.product.show-outimage-q-onimage .product-loop-title:hover > *,
ul.products li.product-category.show-outimage-q-onimage .product-loop-title:hover > *,
ul.products li.product.show-outimage-q-onimage .product-loop-title:focus > *,
ul.products li.product-category.show-outimage-q-onimage .product-loop-title:focus > *,
ul.products li.product.show-outimage-q-onimage .product-loop-title:active > *,
ul.products li.product-category.show-outimage-q-onimage .product-loop-title:active > * {
  color: #4f4f4f;
}
ul.products li.product .add_to_cart_button,
ul.products li.product-category .add_to_cart_button {
  font-family: Open Sans;
  font-weight: 300;
}
ul.products li.product .links-on-image .add-links-wrap .add-links .quickview,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview {
  background-color: #2baab1;
  color: #ffffff;
}
ul.products li.product .links-on-image .add-links-wrap .add-links .quickview:hover,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview:hover {
  background-color: #30bec6;
}
ul.products li.product.show-outimage-q-onimage .links-on-image .add-links-wrap .add-links .quickview,
ul.products li.product-category.show-outimage-q-onimage .links-on-image .add-links-wrap .add-links .quickview {
  background-color: rgba(0, 0, 0, 0.6);
}
ul.products li.product.show-outimage-q-onimage-alt .price,
ul.products li.product-category.show-outimage-q-onimage-alt .price {
  font-family: Open Sans;
}
ul.products.list li.product.show-outimage-q-onimage .add_to_cart_button,
ul.products.list li.product-category.show-outimage-q-onimage .add_to_cart_button,
ul.products.list li.product.show-outimage-q-onimage .add_to_cart_read_more,
ul.products.list li.product-category.show-outimage-q-onimage .add_to_cart_read_more {
  background-color: #1e73be;
  border-color: #1e73be;
}
ul.products.list li.product.show-outimage-q-onimage .add-links-wrap .add-links .quickview:hover,
ul.products.list li.product-category.show-outimage-q-onimage .add-links-wrap .add-links .quickview:hover {
  color: #2baab1;
}
ul.products.list li.product.show-outimage-q-onimage-alt .add_to_cart_button,
ul.products.list li.product-category.show-outimage-q-onimage-alt .add_to_cart_button,
ul.products.list li.product.show-outimage-q-onimage-alt .add_to_cart_read_more,
ul.products.list li.product-category.show-outimage-q-onimage-alt .add_to_cart_read_more {
  background-color: #1e73be;
  border-color: #1e73be;
}
ul.products.list li.product.show-outimage-q-onimage-alt .add-links .quickview:hover,
ul.products.list li.product-category.show-outimage-q-onimage-alt .add-links .quickview:hover {
  color: #1e73be;
}
.product_title a:hover,
.product_title a:focus {
  color: #1e73be;
}
.add_to_cart_button:hover,
.add_to_cart_read_more:hover,
.add_to_cart_button:focus,
.add_to_cart_read_more:focus,
ul.products li.product:hover .add_to_cart_button,
ul.products li.product:hover .add_to_cart_read_more,
ul.list li.product .add_to_cart_button,
ul.list li.product .add_to_cart_read_more {
  background-color: #1e73be;
  border-color: #1e73be;
}
ul.products li.product .links-on-image .add-links .add_to_cart_button,
ul.products li.product .links-on-image .add-links .add_to_cart_read_more {
  border-color: #1e73be;
  color: #1e73be;
}
ul.products li.product .links-on-image .add-links .add_to_cart_button:hover,
ul.products li.product .links-on-image .add-links .add_to_cart_read_more:hover {
  background-color: #1e73be;
}
.stock {
  color: #1e73be;
}
.product-image .viewcart {
  color: #1e73be;
}
.product-image .viewcart:hover {
  background-color: #1e73be;
}
#yith-wcwl-popup-message {
  color: #4f4f4f;
  border-color: #1e73be;
}
.sidebar #yith-ajaxsearchform .btn {
  background: #1e73be;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  background-color: #2180d4;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #1e73be;
}
.widget_product_categories ul li > a,
.widget_price_filter ul li > a,
.widget_layered_nav ul li > a,
.widget_layered_nav_filters ul li > a,
.widget_rating_filter ul li > a,
.widget_product_categories ol li > a,
.widget_price_filter ol li > a,
.widget_layered_nav ol li > a,
.widget_layered_nav_filters ol li > a,
.widget_rating_filter ol li > a {
  color: #4f4f4f;
}
.widget_product_categories ul li > a:hover,
.widget_price_filter ul li > a:hover,
.widget_layered_nav ul li > a:hover,
.widget_layered_nav_filters ul li > a:hover,
.widget_rating_filter ul li > a:hover,
.widget_product_categories ol li > a:hover,
.widget_price_filter ol li > a:hover,
.widget_layered_nav ol li > a:hover,
.widget_layered_nav_filters ol li > a:hover,
.widget_rating_filter ol li > a:hover,
.widget_product_categories ul li > a:focus,
.widget_price_filter ul li > a:focus,
.widget_layered_nav ul li > a:focus,
.widget_layered_nav_filters ul li > a:focus,
.widget_rating_filter ul li > a:focus,
.widget_product_categories ol li > a:focus,
.widget_price_filter ol li > a:focus,
.widget_layered_nav ol li > a:focus,
.widget_layered_nav_filters ol li > a:focus,
.widget_rating_filter ol li > a:focus {
  color: #1e73be;
}
.widget_product_categories ul li .toggle,
.widget_price_filter ul li .toggle,
.widget_layered_nav ul li .toggle,
.widget_layered_nav_filters ul li .toggle,
.widget_rating_filter ul li .toggle,
.widget_product_categories ol li .toggle,
.widget_price_filter ol li .toggle,
.widget_layered_nav ol li .toggle,
.widget_layered_nav_filters ol li .toggle,
.widget_rating_filter ol li .toggle {
  color: #1e73be;
}
.widget_product_categories ul li .toggle:hover,
.widget_price_filter ul li .toggle:hover,
.widget_layered_nav ul li .toggle:hover,
.widget_layered_nav_filters ul li .toggle:hover,
.widget_rating_filter ul li .toggle:hover,
.widget_product_categories ol li .toggle:hover,
.widget_price_filter ol li .toggle:hover,
.widget_layered_nav ol li .toggle:hover,
.widget_layered_nav_filters ol li .toggle:hover,
.widget_rating_filter ol li .toggle:hover {
  color: #2180d4;
}
.widget_product_categories ul li.current > a,
.widget_price_filter ul li.current > a,
.widget_layered_nav ul li.current > a,
.widget_layered_nav_filters ul li.current > a,
.widget_rating_filter ul li.current > a,
.widget_product_categories ol li.current > a,
.widget_price_filter ol li.current > a,
.widget_layered_nav ol li.current > a,
.widget_layered_nav_filters ol li.current > a,
.widget_rating_filter ol li.current > a,
.widget_product_categories ul li.chosen > a,
.widget_price_filter ul li.chosen > a,
.widget_layered_nav ul li.chosen > a,
.widget_layered_nav_filters ul li.chosen > a,
.widget_rating_filter ul li.chosen > a,
.widget_product_categories ol li.chosen > a,
.widget_price_filter ol li.chosen > a,
.widget_layered_nav ol li.chosen > a,
.widget_layered_nav_filters ol li.chosen > a,
.widget_rating_filter ol li.chosen > a {
  color: #1e73be;
}
.widget_layered_nav ul li .count,
.widget_product_categories ul li .count {
  color: #828282;
}
.widget_rating_filter .wc-layered-nav-rating a {
  color: #828282;
}
.widget_layered_nav_filters ul li a:before {
  color: #1e73be;
}
.widget_layered_nav_filters ul li a:hover:before {
  color: #2180d4;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a {
  color: #4f4f4f;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: #1e73be;
  border-color: #1e73be;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a:hover {
  background-color: #2180d4;
  border-color: #2180d4;
}
.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover a,
.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a {
  color: #1e73be;
}
ul.product_list_widget li .product-details a,
.widget ul.product_list_widget li .product-details a {
  color: #4f4f4f;
}
ul.cart_list li .product-details a:hover,
ul.product_list_widget li .product-details a:hover {
  color: #1e73be;
}
ul.cart_list li a:hover,
ul.product_list_widget li a:hover {
  color: #1e73be;
}
.widget_recent_reviews .product_list_widget li a,
.widget.widget_recent_reviews .product_list_widget li a {
  color: #4f4f4f;
}
.widget_shopping_cart .total .amount {
  color: #1e73be;
}
.widget_shopping_cart .product-details .remove-product {
  color: #4f4f4f;
}
.woocommerce-cart .cart-form form {
  border-color: #1e73be;
}
.shipping_calculator h2,
.cart_totals h2,
.review-order.shop_table h2 {
  color: #1e73be;
}
.shipping_calculator h2 a,
.cart_totals h2 a,
.review-order.shop_table h2 a {
  color: #1e73be;
}
.woocommerce #content table.shop_table.wishlist_table.cart a.remove {
  color: #1e73be;
}
.woocommerce #content table.shop_table.wishlist_table.cart a.remove:hover {
  color: #2180d4;
}
.woocommerce #content table.shop_table.wishlist_table.cart a.remove:active {
  color: #1b66a8;
}
.yith-wcan-loading:before {
  border-color: #1e73be;
}
.shop_table dl.variation {
  color: #4f4f4f;
}
.shop_table td.product-name {
  color: #1e73be;
}
.select2-container .select2-choice,
.select2-drop,
.select2-drop-active {
  color: #4f4f4f;
}
.form-row input[type="email"],
.form-row input[type="number"],
.form-row input[type="password"],
.form-row input[type="search"],
.form-row input[type="tel"],
.form-row input[type="text"],
.form-row input[type="url"],
.form-row input[type="color"],
.form-row input[type="date"],
.form-row input[type="datetime"],
.form-row input[type="datetime-local"],
.form-row input[type="month"],
.form-row input[type="time"],
.form-row input[type="week"],
.form-row select,
.form-row textarea {
  color: #4f4f4f;
}
.product-image .labels .onhot,
.summary-before .labels .onhot {
  background: #62b959;
  color: #ffffff;
}
.product-image .labels .onsale,
.summary-before .labels .onsale {
  background: #e27c7c;
  color: #ffffff;
}
.product-subtotal .woocommerce-Price-amount {
  color: #1e73be;
}
/* Add to Cart Notification Style 2 */
.loader-container i.porto-ajax-loader {
  border-color: #1e73be;
}
.success-message-container {
  border-top: 4px solid #1e73be;
}
/* Product Tabs */
.woocommerce-tabs.style-2 .resp-tabs-list li.resp-tab-active {
  border-color: #1e73be !important;
}
.resp-vtabs.style-2 .resp-tabs-list li.resp-tab-active {
  border-bottom: 2px solid #1e73be !important;
}
.resp-easy-accordion.style-2 h2.resp-accordion {
  border-left: 3px solid #1e73be !important;
}
.resp-easy-accordion.style-2 h2.resp-accordion.resp-tab-active {
  background-color: #1e73be !important;
}
.resp-easy-accordion.style-2 h2.resp-accordion:after {
  color: #1e73be;
}
.product-categories li a:hover {
  color: #7b858a !important;
  text-decoration: underline;
}
.tm-extra-product-options .tm-epo-field-label {
  color: #1e73be;
}
.tm-extra-product-options-totals .amount.final {
  color: #1e73be;
}
.fdm-item-panel .fdm-item-title {
  color: #1d2127;
}
body {
  font-family: Roboto Condensed;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #4f4f4f;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-position: initial;
  background-image: none;
  background-color: #ffffff;
}
@media (max-width: 479px) {
  body {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.color-body {
  color: #4f4f4f;
}
.color-body a,
.color-body a:hover,
.color-body a:focus {
  color: #4f4f4f;
}
h1 {
  font-family: Roboto Condensed;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #1d2127;
}
h1.big {
  font-size: 58.1544px;
  line-height: 54.0012px;
}
h1.small {
  font-size: 30.4632px;
  line-height: 41.998px;
  font-weight: 600;
}
@media (max-width: 479px) {
  h1 {
    font-size: 33.42857143px;
    line-height: 35.2px;
  }
  h1.big {
    font-size: 54.00051429px;
    line-height: 43.20096px;
  }
}
h2 {
  font-family: Roboto Condensed;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #1d2127;
}
@media (max-width: 479px) {
  h2 {
    font-size: 27.85714286px;
    line-height: 32px;
  }
}
h3 {
  font-family: Roboto Condensed;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1d2127;
}
@media (max-width: 479px) {
  h3 {
    font-size: 23.21428571px;
    line-height: 25.6px;
  }
}
h4 {
  font-family: Roboto Condensed;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1d2127;
}
@media (max-width: 479px) {
  h4 {
    font-size: 18.57142857px;
    line-height: 21.6px;
  }
}
h5 {
  font-family: Roboto Condensed;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #1d2127;
}
@media (max-width: 479px) {
  h5 {
    font-size: 13px;
    line-height: 14.4px;
  }
}
h6 {
  font-family: Roboto Condensed;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #1d2127;
}
@media (max-width: 479px) {
  h6 {
    font-size: 13px;
    line-height: 14.4px;
  }
}
p {
  letter-spacing: 0px;
}
html .heading-primary,
html .lnk-primary,
html .text-color-primary {
  color: #1e73be !important;
}
html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
  border-color: #1e73be;
}
html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
  color: #e22b22 !important;
}
html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
  border-color: #e22b22;
}
html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary {
  color: #2baab1 !important;
}
html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
  border-color: #2baab1;
}
html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary {
  color: #383f48 !important;
}
html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
  border-color: #383f48;
}
html .heading-dark,
html .lnk-dark,
html .text-color-dark {
  color: #2e353e !important;
}
html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
  border-color: #2e353e;
}
html .heading-light,
html .lnk-light,
html .text-color-light {
  color: #ffffff !important;
}
html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
  border-color: #ffffff;
}
.inverted {
  background-color: #1e73be;
}
html .inverted-primary {
  background-color: #1e73be;
}
html .inverted-secondary {
  background-color: #e22b22;
}
html .inverted-tertiary {
  background-color: #2baab1;
}
html .inverted-quaternary {
  background-color: #383f48;
}
html .inverted-dark {
  background-color: #2e353e;
}
html .inverted-light {
  background-color: #ffffff;
}
.alternative-font {
  font-family: Oswald;
  font-weight: 400;
}
@media (min-width: 768px) {
  #banner-wrapper.banner-wrapper-boxed {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #banner-wrapper.banner-wrapper-boxed {
    max-width: 990px;
  }
}
@media (min-width: 1290px) {
  #banner-wrapper.banner-wrapper-boxed {
    max-width: 1290px;
  }
}
@media (min-width: 768px) {
  #main.main-boxed {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #main.main-boxed {
    max-width: 990px;
  }
}
@media (min-width: 1290px) {
  #main.main-boxed {
    max-width: 1290px;
  }
}
#main {
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-position: initial;
  background-image: none;
  background-color: #ffffff;
}
#main .content-bottom-wrapper {
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-position: initial;
  background-image: none;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 20px;
}
body.boxed .page-wrapper {
  border-top-color: #1e73be;
}
@media (min-width: 768px) {
  body.boxed .page-wrapper {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  body.boxed .page-wrapper {
    max-width: 990px;
  }
}
@media (min-width: 1290px) {
  body.boxed .page-wrapper {
    max-width: 1290px;
  }
}
@media (min-width: 1290px) {
  body.boxed .vc_row[data-vc-stretch-content],
  body.boxed .ult-vc-hide-row {
    max-width: 1290px;
  }
}
@media (min-width: 768px) {
  #main.main-boxed .vc_row[data-vc-stretch-content],
  #main.main-boxed .ult-vc-hide-row {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #main.main-boxed .vc_row[data-vc-stretch-content],
  #main.main-boxed .ult-vc-hide-row {
    max-width: 990px;
  }
}
@media (min-width: 1290px) {
  #main.main-boxed .vc_row[data-vc-stretch-content],
  #main.main-boxed .ult-vc-hide-row {
    max-width: 1290px;
  }
}
@media (min-width: 1290px) {
  body.boxed #header.sticky-header .header-main.sticky,
  body.boxed #header.sticky-header .main-menu-wrap {
    max-width: 1290px;
  }
}
@media (min-width: 1290px) {
  body.boxed #header.sticky-header .header-main.sticky,
  #header-boxed #header.sticky-header .header-main.sticky,
  body.boxed #header.sticky-header .main-menu-wrap,
  #header-boxed #header.sticky-header .main-menu-wrap {
    max-width: 1290px;
  }
}
.mobile-sidebar .sidebar-toggle {
  color: #4f4f4f;
}
.mobile-sidebar .sidebar-toggle:hover {
  color: #1e73be;
}
.sidebar-content .filter-title {
  color: #1e73be;
}
.header-wrapper {
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-position: initial;
  background-image: none;
  background-color: transparent;
}
#header {
  color: #999999;
}
#header .logo-text {
  font-family: Oswald;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}
@media (max-width: 479px) {
  #header .logo-text {
    font-size: 37.14285714px;
    line-height: 38.4px;
  }
}
#header .header-main {
  background-color: #ffffff;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-position: initial;
  background-image: none;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #f6f6f6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
  background-image: -o-linear-gradient(top, #f6f6f6, #ffffff);
  background-image: linear-gradient(to bottom, #f6f6f6, #ffffff);
  background-repeat: repeat-x;
}
.fixed-header #header .header-main {
  background-color: rgba(255, 255, 255, 0.8);
}
.fixed-header #header .searchform {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(204, 204, 204, 0.5);
  border-radius: 20px;
}
@media (max-width: 991px) {
  .fixed-header #header .searchform {
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 25px;
  }
}
.fixed-header #header .searchform-popup .searchform {
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 20px;
}
.fixed-header #header .main-menu-wrap {
  box-shadow: none;
}
.fixed-header #header #main-menu .mega-menu {
  box-shadow: none;
}
.fixed-header #header.sticky-header .searchform {
  background: #ffffff;
  border-color: #cccccc;
  border-radius: 20px;
}
.fixed-header #header.sticky-header .main-menu-wrap {
  background-color: #ffffff;
}
.fixed-header #header.sticky-header #main-menu .mega-menu {
  background-color: transparent;
}
#header.sticky-header .header-main,
.fixed-header #header.sticky-header .header-main {
  background-color: #ffffff;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-position: initial;
  background-image: none;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #f6f6f6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
  background-image: -o-linear-gradient(top, #f6f6f6, #ffffff);
  background-image: linear-gradient(to bottom, #f6f6f6, #ffffff);
  background-repeat: repeat-x;
}
#header.sticky-header .main-menu-wrap,
.fixed-header #header.sticky-header .main-menu-wrap {
  background-color: #ffffff;
}
#header .header-main .header-contact {
  color: #999999;
}
#header .header-main .header-contact * {
  color: #999999;
}
#header .header-main .header-contact a {
  color: #999999;
}
#header .header-main .header-contact a:hover {
  color: #999999;
}
#header .header-main .header-contact .nav-top > li > a {
  color: #999999;
}
#header .header-main .header-contact .nav-top > li > a:hover {
  background-color: #f7f7f7;
}
#header .header-top .header-contact {
  color: #777777;
}
#header .header-top .header-contact * {
  color: #777777;
}
#header .header-top .header-contact a {
  color: #1e73be;
}
#header .header-top .header-contact a:hover {
  color: #ffffff;
}
#header .header-top .header-contact .nav-top > li > a:hover {
  background-color: #ffffff;
}
#header .tooltip-icon {
  border-color: #999999;
  color: #999999;
}
@media (min-width: 768px) {
  #header-boxed {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #header-boxed {
    max-width: 990px;
  }
}
@media (min-width: 1290px) {
  #header-boxed {
    max-width: 1290px;
  }
}
@media (min-width: 992px) {
  .header-wrapper.header-side-nav:not(.fixed-header) #header {
    background-color: #ffffff;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #f6f6f6, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
    background-image: -o-linear-gradient(top, #f6f6f6, #ffffff);
    background-image: linear-gradient(to bottom, #f6f6f6, #ffffff);
    background-repeat: repeat-x;
  }
  .header-wrapper.header-side-nav.fixed-header #header {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
#header .top-links > li.menu-item:before {
  color: #999999;
}
#header .top-links > li.menu-item > a,
#header .top-links > li.menu-item > h5 {
  color: #999999;
}
#header .top-links > li.menu-item > a.active,
#header .top-links > li.menu-item > h5.active {
  color: #999999;
}
#header .top-links > li.menu-item:hover > a,
#header .top-links > li.menu-item:hover > h5 {
  color: #999999;
}
#header .top-links > li.menu-item.has-sub:hover > a,
#header .top-links > li.menu-item.has-sub:hover > h5 {
  color: #999999;
  background: #f2f2f2;
}
#header .top-links .narrow .popup > .inner,
#header .top-links .narrow .popup ul.sub-menu {
  background: #f2f2f2;
}
#header .top-links .narrow .popup li.menu-item > a,
#header .top-links .narrow .popup li.menu-item > h5 {
  color: #999999;
}
#header .top-links .narrow .popup li.menu-item:hover > a,
#header .top-links .narrow .popup li.menu-item:hover > h5 {
  background: #999999;
}
#header .header-top .top-links > li.menu-item:after {
  color: #777777;
}
#header .header-top .top-links > li.menu-item > a,
#header .header-top .top-links > li.menu-item > h5 {
  padding-top: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  color: #1e73be;
}
#header .header-top .top-links > li.menu-item > a.active,
#header .header-top .top-links > li.menu-item > h5.active {
  color: #ffffff;
}
#header .header-top .top-links > li.menu-item:last-child > a,
#header .header-top .top-links > li.menu-item:last-child > h5 {
  padding-right: 0px !important;
}
#header .header-top .top-links > li.menu-item:hover > a,
#header .header-top .top-links > li.menu-item:hover > h5 {
  color: #ffffff;
}
#header .header-top .top-links > li.menu-item.has-sub:hover > a,
#header .header-top .top-links > li.menu-item.has-sub:hover > h5 {
  color: #ffffff;
  background: transparent;
}
#header .header-top .top-links .narrow .popup > .inner,
#header .header-top .top-links .narrow .popup ul.sub-menu {
  background: #ffffff;
}
#header .header-top .top-links .narrow .popup li.menu-item > a,
#header .header-top .top-links .narrow .popup li.menu-item > h5 {
  color: #1e73be;
}
#header .header-top .top-links .narrow .popup li.menu-item:hover > a,
#header .header-top .top-links .narrow .popup li.menu-item:hover > h5 {
  color: #1e73be;
  background: transparent;
}
#header .header-top .top-links .narrow .popup li.menu-item:hover > a:hover,
#header .header-top .top-links .narrow .popup li.menu-item:hover > h5:hover {
  color: #ffffff;
}
#header .top-links > li.menu-item:after {
  content: '';
}
#header .header-top .gap {
  visibility: hidden;
}
#header {
  border-top: 5px solid #ededed;
}
.header-top {
  border-bottom: 1px solid #ededed;
  background: #ffffff;
}
.header-top .welcome-msg,
.header-top .gap {
  color: #777777;
}
.header-top .welcome-msg a {
  color: #1e73be;
}
.header-top .welcome-msg a:hover {
  color: #ffffff;
}
#header .header-top .top-links > li:last-child > a {
  padding-right: 0;
}
#header .header-top .top-links > li:last-child > h5 {
  padding-right: 0;
}
.main-menu-wrap {
  background-color: transparent;
  padding: 0px 0px 15px 0px;
}
#header.sticky-header .main-menu-wrap {
  padding: 8px 0px 8px 0px;
}
#header.sticky-header .main-menu-wrap #main-menu .mega-menu > li.menu-item > a,
#header.sticky-header .main-menu-wrap #main-menu .mega-menu > li.menu-item > h5 {
  color: ;
}
#header.sticky-header .main-menu-wrap #main-menu .mega-menu > li.menu-item > a:hover,
#header.sticky-header .main-menu-wrap #main-menu .mega-menu > li.menu-item > h5:hover {
  color: ;
}
#header.sticky-header .main-menu-wrap #main-menu .mega-menu > li.menu-item.active > a,
#header.sticky-header .main-menu-wrap #main-menu .mega-menu > li.menu-item.active > h5 {
  color: ;
}
#header.sticky-header .main-menu-wrap #main-menu .mega-menu > li.menu-custom-content a,
#header.sticky-header .main-menu-wrap #main-menu .mega-menu > li.menu-custom-content h5 {
  color: ;
}
#header.sticky-header .main-menu-wrap #main-menu .mega-menu > li.menu-custom-content a:hover,
#header.sticky-header .main-menu-wrap #main-menu .mega-menu > li.menu-custom-content h5:hover {
  color: ;
}
#header .main-menu-wrap .menu-right .searchform-popup .searchform {
  border-color: #cccccc;
  border-radius: 20px;
}
#header .main-menu-wrap .menu-right .searchform-popup .search-toggle {
  color: #777777;
}
#header .main-menu-wrap .menu-right .searchform-popup .search-toggle:hover {
  color: #0088cc;
}
.main-menu-wrap .menu-right #mini-cart.minicart-box {
  border-color: transparent;
  background: transparent;
}
.main-menu-wrap .menu-right #mini-cart.minicart-inline {
  background: transparent;
}
.main-menu-wrap .menu-right #mini-cart.minicart-inline .cart-items {
  color: #0088cc;
}
.main-menu-wrap .menu-right #mini-cart .minicart-icon {
  color: #0088cc;
}
.main-menu-wrap .menu-right #mini-cart .cart-items {
  color: #0088cc;
}
.main-menu-wrap .menu-right #mini-cart .cart-popup {
  border-color: #0088cc;
}
.main-menu-wrap .menu-right #mini-cart .cart-popup:before {
  border-color: #0088cc;
}
.main-menu-wrap #main-menu .mega-menu > li.menu-item > a,
.main-menu-wrap #main-menu .mega-menu > li.menu-item > h5 {
  padding: 11px 13px 9px 13px;
}
@media (max-width: 1289px) {
  .main-menu-wrap #main-menu .mega-menu > li.menu-item > a,
  .main-menu-wrap #main-menu .mega-menu > li.menu-item > h5 {
    padding: 9px 10px 7px 10px;
  }
}
.main-menu-wrap #main-menu .mega-menu > li.menu-item > a .tip,
.main-menu-wrap #main-menu .mega-menu > li.menu-item > h5 .tip {
  right: 13px;
  top: -4px;
}
@media (max-width: 1289px) {
  .main-menu-wrap #main-menu .mega-menu > li.menu-item > a .tip,
  .main-menu-wrap #main-menu .mega-menu > li.menu-item > h5 .tip {
    right: 10px;
    top: -6px;
  }
}
.main-menu-wrap #main-menu .mega-menu > li.menu-item.has-sub:hover > a,
.main-menu-wrap #main-menu .mega-menu > li.menu-item.has-sub:hover > h5 {
  padding-bottom: 12px;
}
@media (max-width: 1289px) {
  .main-menu-wrap #main-menu .mega-menu > li.menu-item.has-sub:hover > a,
  .main-menu-wrap #main-menu .mega-menu > li.menu-item.has-sub:hover > h5 {
    padding-bottom: 10px;
  }
}
.main-menu-wrap #main-menu .mega-menu .menu-custom-block a,
.main-menu-wrap #main-menu .mega-menu .menu-custom-block span {
  padding: 11px 13px 8px 13px;
}
@media (max-width: 1289px) {
  .main-menu-wrap #main-menu .mega-menu .menu-custom-block a,
  .main-menu-wrap #main-menu .mega-menu .menu-custom-block span {
    padding: 9px 10px 6px 10px;
  }
}
.main-menu-wrap #main-menu .mega-menu .menu-custom-block .tip {
  right: 13px;
  top: -4px;
}
@media (max-width: 1289px) {
  .main-menu-wrap #main-menu .mega-menu .menu-custom-block .tip {
    right: 10px;
    top: -6px;
  }
}
#main-menu .mega-menu {
  background-color: transparent;
}
#main-menu .mega-menu > li.menu-item > a,
#main-menu .mega-menu > li.menu-item > h5 {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  color: #0088cc;
}
@media (max-width: 1289px) {
  #main-menu .mega-menu > li.menu-item > a,
  #main-menu .mega-menu > li.menu-item > h5 {
    padding: 9px 10px 7px 10px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
#main-menu .mega-menu > li.menu-item.active > a,
#main-menu .mega-menu > li.menu-item.active > h5 {
  background: #0088cc;
  color: #ffffff;
}
#main-menu .mega-menu > li.menu-item.active:hover > a,
#main-menu .mega-menu > li.menu-item:hover > a,
#main-menu .mega-menu > li.menu-item.active:hover > h5,
#main-menu .mega-menu > li.menu-item:hover > h5 {
  background: #0088cc;
  color: #ffffff;
}
#main-menu .mega-menu .popup li.menu-item a,
#main-menu .mega-menu .popup li.menu-item h5 {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
#main-menu .mega-menu .wide .popup {
  border-top-color: #0088cc;
}
#main-menu .mega-menu .wide .popup > .inner {
  background-color: #ffffff;
}
#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  color: #333333;
}
#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,
#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
  color: #777777;
}
#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover,
#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
  color: #777777;
  background-color: #f4f4f4;
}
#main-menu .mega-menu .narrow .popup ul.sub-menu {
  background-color: #ffffff;
  border-top-color: #0088cc;
  border-top-width: 5px;
}
#main-menu .mega-menu .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  top: -10px;
}
#main-menu .mega-menu .narrow .popup li.menu-item > a,
#main-menu .mega-menu .narrow .popup li.menu-item > h5 {
  color: #777777;
  border-bottom-color: #f2f2f2;
}
#main-menu .mega-menu .narrow .popup li.menu-item > a:before,
#main-menu .mega-menu .narrow .popup li.menu-item > h5:before {
  color: #0088cc;
}
#main-menu .mega-menu .narrow .popup li.menu-item:hover > a,
#main-menu .mega-menu .narrow .popup li.menu-item:hover > h5 {
  color: #777777;
  background-color: #f4f4f4;
}
#main-menu .menu-custom-block {
  color: #777777;
}
#main-menu .menu-custom-block span,
#main-menu .menu-custom-block a {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
}
@media (max-width: 1289px) {
  #main-menu .menu-custom-block span,
  #main-menu .menu-custom-block a {
    padding: 9px 10px 6px 10px;
  }
}
#main-menu .menu-custom-block span {
  color: #777777;
}
#main-menu .menu-custom-block a {
  text-transform: uppercase;
  color: #0088cc;
}
#main-menu .menu-custom-block a:hover {
  color: #006fa4;
}
#header .currency-switcher > li.menu-item:before,
#header .view-switcher > li.menu-item:before {
  color: #777777;
}
#header .currency-switcher > li.menu-item > a,
#header .view-switcher > li.menu-item > a,
#header .currency-switcher > li.menu-item > h5,
#header .view-switcher > li.menu-item > h5 {
  color: #777777;
  background: transparent;
}
#header .currency-switcher > li.menu-item > a.active,
#header .view-switcher > li.menu-item > a.active,
#header .currency-switcher > li.menu-item > h5.active,
#header .view-switcher > li.menu-item > h5.active {
  color: #777777;
  background: #ededed;
}
#header .currency-switcher > li.menu-item:hover > a,
#header .view-switcher > li.menu-item:hover > a,
#header .currency-switcher > li.menu-item:hover > h5,
#header .view-switcher > li.menu-item:hover > h5 {
  color: #777777;
  background: #ededed;
}
#header .currency-switcher .narrow .popup ul.sub-menu,
#header .view-switcher .narrow .popup ul.sub-menu {
  background: #ededed;
}
#header .currency-switcher .narrow .popup li.menu-item > a,
#header .view-switcher .narrow .popup li.menu-item > a,
#header .currency-switcher .narrow .popup li.menu-item > h5,
#header .view-switcher .narrow .popup li.menu-item > h5 {
  color: #777777;
}
#header .currency-switcher .narrow .popup li.menu-item > a.active,
#header .view-switcher .narrow .popup li.menu-item > a.active,
#header .currency-switcher .narrow .popup li.menu-item > h5.active,
#header .view-switcher .narrow .popup li.menu-item > h5.active {
  color: #777777;
  background: #fafafa;
}
#header .currency-switcher .narrow .popup li.menu-item:hover > a,
#header .view-switcher .narrow .popup li.menu-item:hover > a,
#header .currency-switcher .narrow .popup li.menu-item:hover > h5,
#header .view-switcher .narrow .popup li.menu-item:hover > h5 {
  color: #777777;
  background: #fafafa;
}
#header .searchform {
  background: #ffffff;
  border-color: #cccccc;
  border-radius: 20px;
}
@media (max-width: 991px) {
  #header .searchform {
    border-color: #cccccc;
  }
}
#header .searchform input,
#header .searchform select,
#header .searchform button {
  color: #555555;
}
#header .searchform input::-webkit-input-placeholder,
#header .searchform select::-webkit-input-placeholder,
#header .searchform button::-webkit-input-placeholder {
  color: #555555;
}
#header .searchform input:-moz-placeholder,
#header .searchform select:-moz-placeholder,
#header .searchform button:-moz-placeholder {
  color: #555555;
}
#header .searchform input::-moz-placeholder,
#header .searchform select::-moz-placeholder,
#header .searchform button::-moz-placeholder {
  color: #555555;
}
#header .searchform input:-ms-input-placeholder,
#header .searchform select:-ms-input-placeholder,
#header .searchform button:-ms-input-placeholder {
  color: #555555;
}
#header .searchform input,
#header .searchform select,
#header .searchform .selectric,
#header .searchform .selectric-hover .selectric,
#header .searchform .selectric-open .selectric {
  border-color: #cccccc;
}
#header .searchform input::-webkit-input-placeholder {
  color: #555555;
}
#header .searchform input::-moz-placeholder {
  color: #555555;
}
#header .searchform input:-moz-placeholder {
  color: #555555;
}
#header .searchform input:-ms-input-placeholder {
  color: #555555;
}
#header .searchform button:hover {
  color: #333333;
}
#header .searchform .selectric .label {
  color: #555555;
}
#header .searchform select option,
#header .searchform .autocomplete-suggestion,
#header .searchform .autocomplete-suggestions,
#header .searchform .selectric-items {
  background: #ffffff;
  color: #555555;
}
#header .searchform .selectric-items li,
#header .searchform .selectric-items li:hover,
#header .searchform .selectric-items li.selected {
  color: #555555;
}
#header .searchform .selectric-items li:hover,
#header .searchform .selectric-items li.selected {
  background-color: #e6e6e6;
}
#header .searchform .autocomplete-suggestions,
#header .searchform .selectric-items {
  border-color: #cccccc;
}
#header .searchform .autocomplete-suggestion .yith_wcas_result_content .title {
  color: #555555;
}
#header .searchform-popup .search-toggle {
  color: #999999;
}
#header .searchform-popup .search-toggle:hover {
  color: #999999;
}
#header .search-popup .searchform {
  border-color: #cccccc;
  border-radius: 20px;
}
#mini-cart.minicart-box {
  border-color: transparent;
  background: transparent;
}
#mini-cart.minicart-inline {
  background: transparent;
}
#mini-cart.minicart-inline .cart-items {
  color: #ffffff;
}
#mini-cart .minicart-icon {
  color: #ffffff;
}
#mini-cart .cart-items {
  color: #0088cc;
}
#mini-cart .cart-popup {
  color: #4f4f4f;
  border-color: #0088cc;
}
#mini-cart .cart-popup:before {
  border-color: #0088cc;
}
@media (max-width: 480px) {
  #header #mini-cart {
    background: transparent;
  }
  #header #mini-cart .cart-items {
    color: #ffffff;
  }
}
#header:not(.header-corporate) .header-top .share-links > a {
  color: #1e73be;
}
#header:not(.header-corporate) .header-top .share-links > a:hover {
  color: #ffffff;
}
#header .mobile-toggle {
  color: #999999;
  background-color: ;
}
#header .mobile-toggle:hover {
  color: #999999;
}
@media (min-width: 992px) {
  #header.header-corporate .searchform button {
    color: #c3c3c3;
  }
}
@media (min-width: 992px) {
  #header.header-11 .header-main #main-menu .mega-menu > li.menu-item {
    margin-top: -5px;
  }
  #header.header-11 .header-main #main-menu .mega-menu > li.menu-item > a,
  #header.header-11 .header-main #main-menu .mega-menu > li.menu-item > h5 {
    border-top: 5px solid transparent;
  }
  #header.header-11 .header-main #main-menu .mega-menu > li.menu-item.active > a,
  #header.header-11 .header-main #main-menu .mega-menu > li.menu-item.active > h5 {
    border-top: 5px solid #0088cc;
  }
  #header.header-11 .header-main #main-menu .mega-menu > li.menu-item:hover > a,
  #header.header-11 .header-main #main-menu .mega-menu > li.menu-item:hover > h5 {
    border-top: 5px solid #0088cc;
  }
}
/* Header 18 */
#header.header-18 .header-right .mega-menu > li.menu-item > a {
  padding: 11px 13px 9px 13px;
}
@media (max-width: 1289px) {
  #header.header-18 .header-right .mega-menu > li.menu-item > a {
    padding: 9px 10px 7px 10px;
  }
}
#header.header-18 .header-right .mega-menu > li.menu-item > h5 {
  padding: 11px 13px 9px 13px;
}
@media (max-width: 1289px) {
  #header.header-18 .header-right .mega-menu > li.menu-item > h5 {
    padding: 9px 10px 7px 10px;
  }
}
#header.header-18 .searchform-popup .search-toggle {
  color: #1e73be;
  font-size: 13px;
}
#header.header-18 #mini-cart.minicart-inline .minicart-icon {
  font-size: 18px;
}
#header.header-18 #mini-cart.minicart-inline .cart-items {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #header {
    margin: 0px 0px 0px 0px;
  }
  #header.logo-overlay-header .overlay-logo {
    top: 0px;
  }
  #header.logo-overlay-header.sticky-header .overlay-logo {
    top: -90px;
  }
  .page-wrapper.side-nav:not(.side-nav-right) #mini-cart .cart-popup {
    left: 0;
    right: auto;
  }
  .page-wrapper.side-nav:not(.side-nav-right) #mini-cart.minicart-style1 .cart-popup:before,
  .page-wrapper.side-nav:not(.side-nav-right) #mini-cart.minicart-style1 .cart-popup:after {
    left: 38.7px;
    right: auto;
  }
  .page-wrapper.side-nav.side-nav-right > * {
    padding-left: 0;
    padding-right: 256px;
  }
  .page-wrapper.side-nav.side-nav-right > .header-wrapper.header-side-nav {
    right: 0;
  }
  .page-wrapper.side-nav.side-nav-right > .header-wrapper.header-side-nav #header {
    left: auto;
    right: 0;
  }
  .page-wrapper.side-nav.side-nav-right > .header-wrapper.header-side-nav #header.initialize {
    position: fixed;
  }
  .page-wrapper.side-nav.side-nav-right .sidebar-menu li.menu-item > a,
  .page-wrapper.side-nav.side-nav-right .sidebar-menu li.menu-item > h5 {
    text-align: right;
  }
  .page-wrapper.side-nav.side-nav-right .sidebar-menu li.menu-item > a > .thumb-info-preview,
  .page-wrapper.side-nav.side-nav-right .sidebar-menu li.menu-item > h5 > .thumb-info-preview {
    left: auto;
    right: 100%;
  }
  .page-wrapper.side-nav.side-nav-right .sidebar-menu li.menu-item > .arrow {
    right: auto;
    left: -5px;
  }
  .page-wrapper.side-nav.side-nav-right .sidebar-menu li.menu-item > .arrow:before {
    border-left: none;
    border-right: 5px solid #1e73be;
  }
  .page-wrapper.side-nav.side-nav-right .sidebar-menu li.menu-item:hover > .arrow:before {
    color: #fff;
  }
  .page-wrapper.side-nav.side-nav-right .sidebar-menu .popup,
  .page-wrapper.side-nav.side-nav-right .sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu {
    left: auto;
    right: 100%;
  }
  .page-wrapper.side-nav.side-nav-right .sidebar-menu .narrow .popup li.menu-item-has-children > a:before,
  .page-wrapper.side-nav.side-nav-right .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {
    float: left;
    content: "\f0d9";
  }
  .page-wrapper.side-nav.side-nav-right .sidebar-menu.subeffect-fadein-left > li.menu-item .popup,
  .page-wrapper.side-nav.side-nav-right .sidebar-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInRight 0.2s ease-out;
    animation: menuFadeInRight 0.2s ease-out;
  }
  .page-wrapper.side-nav.side-nav-right .sidebar-menu.subeffect-fadein-right > li.menu-item .popup,
  .page-wrapper.side-nav.side-nav-right .sidebar-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
    animation: menuFadeInLeft 0.2s ease-out;
  }
  .page-wrapper.side-nav.side-nav-right #mini-cart .cart-popup {
    left: auto;
    right: 0;
  }
  .page-wrapper.side-nav.side-nav-right #mini-cart .cart-popup:before,
  .page-wrapper.side-nav.side-nav-right #mini-cart .cart-popup:after {
    right: 10px;
    left: auto;
  }
}
#header.sticky-header .searchform-popup {
  display: none !important;
}
#header.sticky-header #mini-cart {
  display: none !important;
}
.header-wrapper.header-side-nav #header .share-links a {
  color: #ffffff;
  background-color: #9e9e9e;
}
.header-wrapper.header-side-nav #header .header-copyright {
  color: #777777;
}
@media (min-width: 992px) {
  .header-wrapper.header-side-nav #header .top-links li.menu-item > a,
  .header-wrapper.header-side-nav #header .top-links li.menu-item > h5 {
    border-top-color: #0099e6;
  }
  .header-wrapper.header-side-nav #header .top-links li.menu-item > a,
  .header-wrapper.header-side-nav #header .top-links li.menu-item.active > a,
  .header-wrapper.header-side-nav #header .top-links li.menu-item > h5,
  .header-wrapper.header-side-nav #header .top-links li.menu-item.active > h5 {
    color: #0088cc;
  }
  .header-wrapper.header-side-nav #header .top-links li.menu-item:hover,
  .header-wrapper.header-side-nav #header .top-links li.menu-item.active:hover {
    background: #0088cc;
  }
  .header-wrapper.header-side-nav #header .top-links li.menu-item:hover > a,
  .header-wrapper.header-side-nav #header .top-links li.menu-item.active:hover > a,
  .header-wrapper.header-side-nav #header .top-links li.menu-item:hover > h5,
  .header-wrapper.header-side-nav #header .top-links li.menu-item.active:hover > h5 {
    color: #ffffff;
  }
}
#header.header-9.sticky-header .main-menu-wrap,
.fixed-header #header.header-9.sticky-header .main-menu-wrap {
  background-color: transparent;
}
#main-toggle-menu .toggle-menu-wrap {
  background-color: transparent;
}
.header-side-nav .sidebar-menu > li.menu-item > a,
.toggle-menu-wrap .sidebar-menu > li.menu-item > a,
.header-side-nav .sidebar-menu > li.menu-item > h5,
.toggle-menu-wrap .sidebar-menu > li.menu-item > h5 {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  /*letter-spacing: @menu_side_line_height;*/
  border-top-color: #0099e6;
}
.header-side-nav .sidebar-menu > li.menu-item > a,
.toggle-menu-wrap .sidebar-menu > li.menu-item > a,
.header-side-nav .sidebar-menu > li.menu-item.active > a,
.toggle-menu-wrap .sidebar-menu > li.menu-item.active > a,
.header-side-nav .sidebar-menu > li.menu-item > h5,
.toggle-menu-wrap .sidebar-menu > li.menu-item > h5,
.header-side-nav .sidebar-menu > li.menu-item.active > h5,
.toggle-menu-wrap .sidebar-menu > li.menu-item.active > h5 {
  color: #0088cc;
}
.header-side-nav .sidebar-menu > li.menu-item:hover,
.toggle-menu-wrap .sidebar-menu > li.menu-item:hover,
.header-side-nav .sidebar-menu > li.menu-item.active:hover,
.toggle-menu-wrap .sidebar-menu > li.menu-item.active:hover {
  background: #0088cc;
}
.header-side-nav .sidebar-menu > li.menu-item:hover > a,
.toggle-menu-wrap .sidebar-menu > li.menu-item:hover > a,
.header-side-nav .sidebar-menu > li.menu-item.active:hover > a,
.toggle-menu-wrap .sidebar-menu > li.menu-item.active:hover > a,
.header-side-nav .sidebar-menu > li.menu-item:hover > h5,
.toggle-menu-wrap .sidebar-menu > li.menu-item:hover > h5,
.header-side-nav .sidebar-menu > li.menu-item.active:hover > h5,
.toggle-menu-wrap .sidebar-menu > li.menu-item.active:hover > h5 {
  color: #ffffff;
}
.header-side-nav .sidebar-menu > li.menu-item > .arrow:before,
.toggle-menu-wrap .sidebar-menu > li.menu-item > .arrow:before {
  color: #0088cc;
}
.header-side-nav .sidebar-menu > li.menu-item:hover > a,
.toggle-menu-wrap .sidebar-menu > li.menu-item:hover > a,
.header-side-nav .sidebar-menu > li.menu-item:hover + li.menu-item > a,
.toggle-menu-wrap .sidebar-menu > li.menu-item:hover + li.menu-item > a,
.header-side-nav .sidebar-menu > li.menu-item:hover > h5,
.toggle-menu-wrap .sidebar-menu > li.menu-item:hover > h5,
.header-side-nav .sidebar-menu > li.menu-item:hover + li.menu-item > h5,
.toggle-menu-wrap .sidebar-menu > li.menu-item:hover + li.menu-item > h5 {
  border-top-color: #0099e6;
}
.header-side-nav .sidebar-menu > li.menu-item:hover > .arrow:before,
.toggle-menu-wrap .sidebar-menu > li.menu-item:hover > .arrow:before {
  color: #ffffff;
}
.header-side-nav .sidebar-menu .popup,
.toggle-menu-wrap .sidebar-menu .popup {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
.header-side-nav .sidebar-menu .wide .popup,
.toggle-menu-wrap .sidebar-menu .wide .popup {
  border-left-color: #0088cc;
}
.header-side-nav .sidebar-menu .wide .popup > .inner,
.toggle-menu-wrap .sidebar-menu .wide .popup > .inner {
  background-color: #ffffff;
}
.header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5,
.toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  color: #333333;
}
.header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,
.toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,
.header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5,
.toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
  color: #777777;
}
.header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover,
.toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover,
.header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover,
.toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
  background-color: #f4f4f4;
  color: #777777;
}
.header-side-nav .sidebar-menu .narrow .popup ul.sub-menu,
.toggle-menu-wrap .sidebar-menu .narrow .popup ul.sub-menu {
  background: #0088cc;
}
.header-side-nav .sidebar-menu .narrow .popup li.menu-item > a,
.toggle-menu-wrap .sidebar-menu .narrow .popup li.menu-item > a,
.header-side-nav .sidebar-menu .narrow .popup li.menu-item > h5,
.toggle-menu-wrap .sidebar-menu .narrow .popup li.menu-item > h5 {
  color: #ffffff;
}
.header-side-nav .sidebar-menu .narrow .popup li.menu-item:hover > a,
.toggle-menu-wrap .sidebar-menu .narrow .popup li.menu-item:hover > a,
.header-side-nav .sidebar-menu .narrow .popup li.menu-item:hover > h5,
.toggle-menu-wrap .sidebar-menu .narrow .popup li.menu-item:hover > h5 {
  background: #0099e6;
}
.header-side-nav .sidebar-menu .menu-custom-block span,
.toggle-menu-wrap .sidebar-menu .menu-custom-block span,
.header-side-nav .sidebar-menu .menu-custom-block a,
.toggle-menu-wrap .sidebar-menu .menu-custom-block a {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
}
.header-side-nav .sidebar-menu .menu-custom-block a,
.toggle-menu-wrap .sidebar-menu .menu-custom-block a {
  border-top-color: #0099e6;
  color: #0088cc;
}
.header-side-nav .sidebar-menu .menu-custom-block a:hover,
.toggle-menu-wrap .sidebar-menu .menu-custom-block a:hover {
  background-color: #0088cc;
  color: #ffffff;
}
.header-side-nav .sidebar-menu .menu-custom-block a:hover,
.toggle-menu-wrap .sidebar-menu .menu-custom-block a:hover,
.header-side-nav .sidebar-menu .menu-custom-block a:hover + a,
.toggle-menu-wrap .sidebar-menu .menu-custom-block a:hover + a {
  border-top-color: #0099e6;
}
.toggle-menu-wrap .sidebar-menu > li.menu-item > a,
.toggle-menu-wrap .sidebar-menu > li.menu-item > h5 {
  border-top-color: rgba(0, 0, 0, 0.125);
}
.page-top {
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-position: initial;
  background-image: none;
  background-color: #171717;
  border-top: 5px solid #384045;
  border-bottom: 5px solid #cccccc;
}
.page-top > .container {
  padding: 0px 15px 0px 15px;
}
.page-top ul.breadcrumb > li {
  color: #777777;
}
.page-top ul.breadcrumb > li a {
  color: #0088cc;
}
.page-top ul.breadcrumb > li .delimiter {
  color: #777777;
}
.page-top .yoast-breadcrumbs,
.page-top .breadcrumbs-wrap {
  color: #777777;
}
.page-top .yoast-breadcrumbs a,
.page-top .breadcrumbs-wrap a {
  color: #0088cc;
}
.page-top .page-title {
  color: #ffffff;
  font-family: Roboto Condensed;
}
.page-top .page-sub-title {
  color: #e6e6e6;
  margin: 0px 0px 0px 0px;
}
.page-top.page-header-1 .page-title {
  margin-bottom: -11px;
  padding-bottom: 12px;
  border-bottom: 5px solid #1e73be;
}
.page-top .product-nav .product-link {
  color: #0088cc;
}
.page-top .product-nav .product-popup {
  color: #4f4f4f;
}
.page-top .product-nav .product-popup:before {
  border-bottom-color: #1e73be;
}
.page-top .sort-source > li > a {
  color: #ffffff;
}
.page-top .sort-source > li.active > a {
  color: #1e73be;
}
@media (max-width: 767px) {
  .page-top .sort-source {
    background: #171717;
    border-top: 5px solid #cccccc;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -5px;
    bottom: -6px;
  }
}
@media (min-width: 768px) {
  #breadcrumbs-boxed {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #breadcrumbs-boxed {
    max-width: 990px;
  }
}
@media (min-width: 1290px) {
  #breadcrumbs-boxed {
    max-width: 1290px;
  }
}
#nav-panel {
  background-color: #1d2127;
  color: #ffffff;
}
#nav-panel .welcome-msg {
  color: #ffffff;
}
#nav-panel .accordion-menu {
  color: #ffffff;
}
#nav-panel .accordion-menu li.menu-item > a,
#nav-panel .accordion-menu li.menu-item > h5 {
  color: #ffffff;
}
#nav-panel .accordion-menu li.menu-item.active > a,
#nav-panel .accordion-menu li.menu-item:hover > a,
#nav-panel .accordion-menu li.menu-item.active > h5,
#nav-panel .accordion-menu li.menu-item:hover > h5 {
  background-color: #282d36;
  color: #ffffff;
}
#nav-panel .accordion-menu .arrow:hover {
  color: #ffffff;
}
#nav-panel .menu-custom-block {
  color: #ffffff;
}
#nav-panel .menu-custom-block span {
  color: #ffffff;
}
#nav-panel .menu-custom-block a {
  color: #ffffff;
}
#nav-panel .menu-custom-block a:hover {
  background-color: #282d36;
  color: #ffffff;
}
#nav-panel-close {
  background-color: #1d2127;
  color: #ffffff;
}
#nav-panel-close:hover {
  color: #f2f2f2;
}
.footer-top {
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-position: initial;
  background-image: none;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
#footer {
  background-repeat: repeat-y;
  background-size: inherit;
  background-attachment: scroll;
  background-position: center center;
  background-image: none;
  color: #777777;
  background-color: #0e0e0e;
}
#footer .footer-main {
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-position: initial;
  background-image: none;
  background-color: transparent;
}
#footer p,
#footer .widget > div > ul li,
#footer .widget > ul li {
  color: #777777;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #ffffff;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer .widgettitle,
#footer .widget-title {
  color: #ffffff;
}
#footer h1 a,
#footer h2 a,
#footer h3 a,
#footer h4 a,
#footer h5 a,
#footer h6 a,
#footer .widgettitle a,
#footer .widget-title a {
  color: #ffffff;
}
#footer .widget.contact-info .contact-info-block .contact-details strong {
  color: ;
}
#footer .widgettitle,
#footer .widget-title,
#footer .widgettitle a,
#footer .widget-title a {
  font-weight: 700;
}
#footer .footer-ribbon {
  background: #0088cc;
  font-family: Oswald;
  font-weight: 400;
  color: #ffffff;
}
#footer .footer-ribbon a,
#footer .footer-ribbon a:hover,
#footer .footer-ribbon a:focus {
  color: #ffffff;
}
#footer .footer-ribbon:before {
  border-right-color: #005580;
}
#footer .widget .tagcloud a {
  border-color: rgba(119, 119, 119, 0.3);
}
#footer .widget .tagcloud a:hover {
  border-color: #1e73be;
  background-color: #1e73be;
}
#footer .widget > div > ul,
#footer .widget > ul {
  border-color: rgba(119, 119, 119, 0.3);
}
#footer .widget > div > ul li,
#footer .widget > ul li {
  border-color: rgba(119, 119, 119, 0.3);
}
#footer .post-item-small {
  border-color: rgba(119, 119, 119, 0.3);
}
#footer .footer-bottom {
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-position: initial;
  background-image: none;
  color: #555555;
  background-color: #060606;
}
#footer .footer-bottom p,
#footer .footer-bottom .widget > div > ul li,
#footer .footer-bottom .widget > ul li {
  color: #555555;
}
#footer .footer-bottom a,
#footer .footer-bottom a:hover {
  color: #ffffff;
}
#footer .widget.follow-us .share-links a {
  background: #ffffff;
  color: #555555;
}
#footer .tooltip-icon {
  border-color: #ffffff;
  color: #ffffff;
}
.footer-wrapper.fixed #footer .footer-bottom {
  background-color: #060606;
}
@media (min-width: 768px) {
  #footer-boxed {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #footer-boxed {
    max-width: 990px;
  }
}
@media (min-width: 1290px) {
  #footer-boxed {
    max-width: 1290px;
  }
}