@charset 'UTF-8';

a {
  -webkit-transition: color .2s ease, background .2s ease;
  transition: color .2s ease, background .2s ease;
}
p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 1rem;
    word-wrap: break-word;
    color: #444;
}
.lazyload, .lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}

/*******************************************
 *
 * GALLERY CSS
 *
 ******************************************/

.gallery {
    margin: 0 -8px 20px !important;
}
.gallery-item {
    margin: 0 !important;
}
.gallery-item .gallery-icon {
    margin: 8px;
}
.gallery-item .gallery-icon img {
    max-width: 100%;
    border: none !important;
    height: auto;
}
.wp-block-gallery {
    margin-bottom: 20px;
}
.blog_post .post_date {
    margin-top: 10px;
    display: block;
}

/*******************************************
 *
 * HEADER CSS
 *
 ******************************************/

 .h1_homepage {
     position: absolute;
     top: -1000px;
 }
.email_wrap {
    margin-right: 15px;
    padding-right: 35px;
    position: relative;
}
.email_wrap::after {
    content: "";
    position: absolute;
    right: 5px;
    width: 1px;
    height: 40px;
    background-color: #00000021;
}
.top, .top a {
    letter-spacing: .4px;
}
.top_grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 40px auto;
}
.social_wrap ul li {
    display: inline-block;
}
.logo {
    padding: 30px 0;
}
.navbar_logo img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.socials {
    margin: 0;
}
.social_wrap, .email_wrap, .pull_left {
    line-height: 40px;
}
.social_wrap, .email_wrap {
    float: right;
}
.socials li a {
  
  padding: 10px;
  line-height: 0;
}
.socials li a i {
  display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.socials li a:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.socials {
    margin-bottom: 0;
    margin-right: -10px;
}
.box_head {
  height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.box {
    width: 100%;
    margin-left: 50px;
}
.box_desc {
    float: right;
}
.icon_left {
    font-size: 30px;
    line-height: 40px;
    margin-left: 50px;
    display: inline-block;
}
.box.head3 {
    border-left: 1px solid #00000026;
    text-align: right;
}
.box_title {
    margin: 0 0 4px;
    font-size: 12px;
    text-transform: uppercase;
}
.box_desc span {
    font-weight: bold;
}
.box.remove_button {
    width: inherit;
}
.box.remove_button .icon_left {
    margin-right: 15px;
}

/*******************************************
 *
 * SEARCH CSS
 *
 ******************************************/

.dropdown_search {
    position: absolute;
    background-color: #fff;
    border-color: #2f2f2f;
    border-top: 3px solid;
    top: 50px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.29);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.29);
}
.dropdown_search.open {
    visibility: visible;
    opacity: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menu_hover_X;
    animation-name: menu_hover_X;
}
.search_button.open i::before {
    content: "\eee1";
}
.search_button.open i {
    font-size: 30px;
    line-height: 50px;
}
.search_button i {
    font-size: 20px;
    line-height: 50px;
}
.header_search {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.search_button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.dropdown_search .search-form {
    margin: 20px;
}
.search_wrap {
    display: flex;
}
.search_submit {
    background-color: #2f2f2f;
    color: #fff;
    border: none;
    font-family: inherit;
    font-weight: bold;
}
.alert.search {
    font-size: 1rem;
    color: #888;
    width: 100%;
    margin: 0 15px;
}
.search_form {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.search_content {
    text-align: center;
    padding: 60px 0 100px;
}
.search_form .search_submit {
    width: 50px;
    height: 41px;
    vertical-align: top;
    padding: 0;
}
.search_content .sub-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.search_form input[type="text"] {
    min-height: 41px;
}

/*******************************************
 *
 * BUTTON CSS
 *
 ******************************************/

a.bg_white {
    text-transform: uppercase;
    text-align: center;
    padding: 10px 26px;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
    display: inline-block;
}
.bg_white::before {
    width: calc(100% + 2px);
    height: 1px;
    bottom: -6px;
    left: 10px;
}
.bg_white::after {
    width: 1px;
    height: calc(100% + 2px);
    top: 10px;
    right: -6px;
}
.bg_white::before, .bg_white::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.3s linear;
}
.bg_white:hover::before {
    width: 0;
}
.bg_white:hover::after {
    height: 0;
}
a.bg_white, .bg_white::before, .bg_white::after, .section_slider a.bg_white {
    background-color: #fff;
    color: #111;
}

/*******************************************
 *
 * MENU CSS
 *
 ******************************************/

.fancybox-active .main-menu.fixed {
    overflow-y: scroll;
}

.header .menu li {
  position: relative;
}

.header .menu li a {
  padding: 0 20px;
}

.header .menu li.menu-offscreen.menu-item a {
  padding: 0;
}

.mobile-menu-scroll .menu li a, .header .menu li a {
    font-weight: 600;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.main-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin-top: 0;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.main-menu.fixed.show {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.fixed_space.mtop {
    height: 50px;
}


/* Menu: Dropdown animation */
@keyframes menu_hover_X {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.header .menu li:hover > ul.sub-menu {
  display: block;
}

.header .menu ul.sub-menu ul.sub-menu {
  top: -15px;
  left: 100%;
}

.header .menu ul.sub-menu li {
  float: none;
  z-index: 9999;
}

.header .menu ul.sub-menu li a:hover,
.header .menu ul.sub-menu li.menu-item-has-children:hover > a {
    background-color: #eee;
}
.header .menu ul.sub-menu li a {
    color: #111;
    padding: 8px;
    margin: 0 10px;
    font-size: 13px;
    text-transform: inherit;
}

.header .menu ul.sub-menu li.menu-text-hide > a {
  visibility: hidden;
}

#mobile-menu .mobile.menu-account.menu-item, #mobile-menu-main-ul .searchform {
  border: none;
  float: left;
  width: 33%;
  text-align: center;
  padding: 10px;
}

/* Menu: Dropdown - Label */
.menu ul.sub-menu li a .label {
  position: relative;
  top: -7px;
  font-size: 10px;
  color: #eee;
  padding-left: 2px;
  text-transform: uppercase;
}

/* Main menu */
#main-menu-ul {
    height: 50px;
    display: flex;
    width: 100%;
    margin: 0;
}
.main-menu {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.29);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.29);
    z-index: 9;
    position: relative;
}
.header.default .main-menu {
  float: left;
}

.main-menu > ul, .right-menu > ul {
  margin: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
}

/* Menu icon */
.menu-icon {
  position: relative;
  width: 26px;
  height: 18px;
}

.menu-icon span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  background: #282828;
  border-radius: 10px;
}

.menu-icon span.bar1 {
  top: 0;
}

.menu-icon span.bar2 {
  top: 8px;
}

.menu-icon span.bar3 {
  bottom: 0;
}

.mobile-menu-open .menu-icon span.bar1 {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu-open .menu-icon span.bar2 {
  background: none;
}

.mobile-menu-open .menu-icon span.bar3 {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*******************************************
 *
 * MOBILE MENU CSS
 *
 ******************************************/

#mobile-menu {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  background: #fff;
}
#mobile-menu-main-ul {
    padding-right: 15px;
    margin: 10px 0;
}
.header-fixed #mobile-menu {
  position: fixed;
  z-index: 1001;
}

.mobile-menu-open #mobile-menu {
  top: 0;
  opacity: 1;
  z-index: 1001;
}

.header-fixed #mobile-menu .mobile-menu-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#mobile-menu .mobile-menu-content {
  padding: 0 0 17px;
}

.header-border-0 #mobile-menu .mobile-menu-content {
  border-top: 1px solid #eee;
}

#mobile-menu li {
  position: relative;
  border-bottom: 1px solid #eee;
  width: 100%;
}

#mobile-menu li.menu-item-has-children {
  cursor: pointer;
}

#mobile-menu a {
  line-height: 2;
  padding: 10px 0;
  white-space: nowrap;
}

#mobile-menu ul li .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  text-decoration: none;
  background-color: #222;
  color: #fff;
  font-size: 20px;
}

#mobile-menu ul li .menu-toggle::before {
  content: "\eaa0";
  font-family: icofont;
  display: block;
}

#mobile-menu ul > li.active > .menu-toggle:before {
  content: "\ea99";
}

#mobile-menu ul li.menu-item-has-children > .menu-toggle {
  display: inline-block;
}

#mobile-menu a .label {
  position: relative;
  top: -7px;
  font-size: 10px;
  color: #333;
  padding-left: 2px;
  text-transform: uppercase;
}

#mobile-menu ul ul {
  display: none;
  padding: 16px 0 13px;
  border-top: 1px solid #eee;
}

#mobile-menu ul ul.open {
  display: block;
  background-color: #f4f4f4;
}

#mobile-menu ul ul ul {
  padding: 4px 0;
  border-top: 0 none;
}

#mobile-menu ul ul li {
  cursor: default;
  border-bottom: 0 none;
}

#mobile-menu ul ul li:first-child {
  margin-top: 0;
}

#mobile-menu ul ul li.menu-item-has-children {
  cursor: pointer;
}

#mobile-menu ul ul a {
  padding: 0 0 10px;
  text-indent: 15px;
  font-weight: 500;
  text-transform: inherit;
}

#mobile-menu ul ul ul a {
  text-indent: 30px;
}

#mobile-menu ul ul ul ul a {
  text-indent: 45px;
}

#mobile-menu ul ul li .menu-toggle {
  top: 1px;
}
.menu li.menu-offscreen {
    position: relative;
    display: none;
}
.menu li.menu-offscreen a {
    cursor: pointer;
    position: relative;
}

/*******************************************
 *
 * FOOTER CSS
 *
 ******************************************/

#footer {
    position: relative;
    padding: 60px 0;
}
.footer-copyright {
    color: #777;
    padding: 40px 0;
    text-align: center;
}
.footer-copyright .menu {
    padding: 10px 0;
}
.footer-copyright .menu li {
    float: none;
    display: inline-block;
}
.footer-copyright a{
  color: #fff;
}
#footer a:hover, .footer-copyright a:hover{
  color: #ffffff82;
}
.widget_contact .contact {
    padding: 5px 0;
    letter-spacing: .4px;
    display: flex;
}
.widget_contact .contact span {
    padding-left: 20px;
}
.widget_contact .contact i {
    line-height: 25px;
}
#footer ul.menu li a {
    padding: 4px 0;
    display: block;
}
#footer ul.menu {
    display: grid;
    grid-template-columns: repeat(2,50%);
    grid-column-gap: 10px;
}
#footer ul.menu li a::before {
    content: "\eaa0";
    font-family: icofont;
    padding-right: 5px;
}
#footer .about.img img {
    max-width: 155px;
}
#footer .about.textarea {
    padding: 30px 0;
}
#footer .socials li {
    display: inline-block;
}
#footer .title-widget {
    color: #fff;
    letter-spacing: .7px;
    margin-bottom: 20px;
}
#footer .about.img {
    min-height: 50px;
}
#footer .socials li a i {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
#footer .socials li a:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
#footer::before {
    content: "";
    height: 10px;
    border-radius: 30px;
    position: absolute;
    left: 90px;
    right: 90px;
    top: -5px;
}
#return_top {
    color: #fff;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}

/*******************************************
 *
 * SİDEBAR CSS
 *
 ******************************************/

.side_right {
    margin-bottom: 30px;
}
.side_right .section_title {
    color: #fff;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.side_right a {
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}


/*******************************************
 *
 * RESPONSİVE CSS
 *
 ******************************************/

@media only screen and (min-width: 1280px) {
  
}
@media only screen and (max-width: 1080px) {
  .icon_left {
      margin-left: 25px;
  }
}


@media all and (min-width: 991px) {
  /*.header .menu > li.buy a {
      background-color: #2f2f2f;
      border-top: 3px solid;
      margin-top: -3px;
      height: calc(100% + 3px);
      color: #fff;
  }*/
  .search_button:hover,.search_button.open {
      background-color: #2f2f2f;
      color: #fff !important;
  }
  .header .menu li a:hover {
      color: #111;
      background-color: #fff;
  }
  .header .menu > li > a:hover, .header .menu > li.menu-item-has-children:hover > a {
    border-top: 3px solid;
    margin-top: -3px;
    height: calc(100% + 3px);
  }
	.header .menu > li:last-child {
	    border-right: 1px solid #00000014;
	}
	.header .menu > li {
	    position: relative;
	    border-left: 1px solid #00000014;
	}
  .menu .megamenu > ul > li > a {
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 30px;
    padding: 10px 0;
  }
  .header .menu ul.sub-menu li.menu-item-has-children > a::after {
    content: "\eab8";
    font-family: icofont;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 20px;
  }
  .header .menu > li.menu-item-has-children > a::after {
      content: "\eab2";
      font-family: icofont;
      padding-left: 4px;
      font-weight: normal;
  }
  .header .menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10010;
    min-width: 248px;
    padding: 15px 0 10px;
    background: #fff;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menu_hover_X;
    animation-name: menu_hover_X;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.29);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.29);
  }
}

@media all and (max-width: 991px) {
  .main-menu.dark .menu-icon span {
      background-color: #fff;
  }
  .main-menu.dark .search_button {
      color: #fff;
  }
  .mobile-menu-open .main-menu.dark .menu-icon span.bar2 {
      background: none;
  }
  .fancybox-navigation::before {
      content: "\eaaf";
      height: 40px;
      position: absolute;
      top: calc(80%);
      width: 40px;
      z-index: 999999;
      color: #fff;
      line-height: 40px;
      text-align: center;
      left: 5px;
      font-family: icofont;
      font-size: 2.4rem;
      margin: 0 auto;
      right: 5px;
      opacity: .6;
  }
  #footer::before {
      left: 30px;
      right: 30px;
  }
  .gallery {
      display: flex;
      flex-wrap: wrap;
  }
  .gallery-item {
      width: calc((100% - 1px)/3) !important;
  }
  .side_right .gallery-item {
      width: calc((100% - 1px)/3) !important;
  }
  .fixed_space {
      height: 70px;
  }
  .dropdown_search.open {
      top: 60px;
  }
  #header {
      width: 100%;
      position: fixed;
      z-index: 1050;
      background-color: #fff;
  }
  /* Page overlay */
  .mobile-menu-overlay {
    visibility: hidden;
    position: fixed;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    content: " ";
    width: 1px;
    height: 1px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.56);
  }

  .widget-panel-dark .page-overlay {
    background: rgba(241, 241, 241, 0.73);
  }

  #widget-panel-overlay {
    z-index: 1010;
  }

  #widget-panel-overlay.loader {
    cursor: default;
  }

  .mobile-menu-overlay.show {
    visibility: visible;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .page-overlay.fade-out {
    opacity: 0;
  }
  .top {
      display: none;
  }
  .main-menu {
      padding: 10px 0;
  }
  .logo .col-xl-4.col-md-4.col-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .logo {
      height: 0;
      padding: 0;
  }
  .logo .logo-image {
      max-height: 50px;
  }
  .logo .box_head {
      display: none;
  }
  .logo .navbar_logo {
      position: relative;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-30%);
      display: inline-block;
      z-index: 9999;
  }
  .navbar_logo img {
      height: 50px;
      width: 100%;
  }
  .menu .megamenu.c-1 > ul,
  .menu .megamenu.c-2 > ul,
  .menu .megamenu.c-3 > ul,
  .menu .megamenu.c-4 > ul {
    width: 100%;
  }
  .mobile-menu-scroll {
    margin-right: -17px;
    margin-top: 70px;
    max-height: 460px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border-bottom: 2px solid #8a8a8a;
  }
  .main-header {
    line-height: 0;
    height: 48px;
  }
  .menu li a {
      padding: 0;
  }
  .main-menu ul li {
    display: none;
  }
  .right-menu ul li {
    display: none;
  }
  .right-menu ul li.menu-cart {
    display: block;
  }
  .menu li.menu-offscreen {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  
}

@media only screen and (max-width: 767px) {
  #footer .home-sidebar {
      padding-bottom: 60px;
  }
  #footer {
      padding-bottom: 0;
  }
}

@media all and (max-width: 550px) {
  .main-menu {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
    .widget_about {
        text-align: center;
    }
    .footer-copyright a {
        display: block;
    }
}

@media only screen and (max-width: 350px) {
    .search_wrap [type="text"] {
        width: 220px;
    }
}


/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2020 IcoFont 
* @license - https://icofont.com/license/
*/@font-face{font-family:IcoFont;font-weight:400;font-display:swap;font-style:Regular;src:url(../fonts/icofont.woff2) format("woff2"),url(../fonts/icofont.woff) format("woff")}[class*=" icofont-"],[class^=icofont-]{font-family:IcoFont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.icofont-whatsapp:before{content:"\ed86"}.icofont-youtube:before{content:"\ed8b"}.icofont-twitter:before{content:"\ed7a"}.icofont-twitch:before{content:"\ed79"}.icofont-telegram:before{content:"\ed75"}.icofont-tinder:before{content:"\ed76"}.icofont-steam:before{content:"\ed71"}.icofont-slack:before{content:"\ed68"}.icofont-skype:before{content:"\ed67"}.icofont-linkedin:before{content:"\ed4d"}.icofont-instagram:before{content:"\ed46"}.icofont-google-map:before{content:"\ed42"}.icofont-google-hangouts:before{content:"\ed41"}.icofont-facebook:before{content:"\ed37"}.icofont-envato:before{content:"\ed34"}.icofont-dribbble:before{content:"\ed2e"}.icofont-alarm:before{content:"\eea3"}.icofont-bag:before{content:"\eeac"}.icofont-ban:before{content:"\eead"}.icofont-basket:before{content:"\eeb0"}.icofont-beaker:before{content:"\eeb5"}.icofont-bin:before{content:"\eebb"}.icofont-book-mark:before{content:"\eec0"}.icofont-box:before{content:"\eec1"}.icofont-bucket:before{content:"\eec4"}.icofont-bullhorn:before{content:"\eecb"}.icofont-cart:before{content:"\eed2"}.icofont-cart-alt:before{content:"\eed1"}.icofont-check-circled:before{content:"\eed7"}.icofont-check-alt:before{content:"\eed6"}.icofont-check:before{content:"\eed8"}.icofont-checked:before{content:"\eed9"}.icofont-clock-time:before{content:"\eedc"}.icofont-close-circled:before{content:"\eedd"}.icofont-close-line-circled:before{content:"\eede"}.icofont-close-line:before{content:"\eee1"}.icofont-close-squared-alt:before{content:"\eee2"}.icofont-close:before{content:"\eee4"}.icofont-cloud-download:before{content:"\eee5"}.icofont-cloud-refresh:before{content:"\eee6"}.icofont-cloud-upload:before{content:"\eee7"}.icofont-cloud:before{content:"\eee8"}.icofont-code:before{content:"\eeea"}.icofont-comment:before{content:"\eeeb"}.icofont-contacts:before{content:"\eef1"}.icofont-contrast:before{content:"\eef2"}.icofont-copyright:before{content:"\eef3"}.icofont-credit-card:before{content:"\eef4"}.icofont-crown:before{content:"\eef6"}.icofont-cube:before{content:"\eef7"}.icofont-dashboard:before{content:"\eefa"}.icofont-dice:before{content:"\ef03"}.icofont-document-folder:before{content:"\ef06"}.icofont-downloaded:before{content:"\ef09"}.icofont-drag2:before{content:"\ef0c"}.icofont-earth:before{content:"\ef0e"}.icofont-ebook:before{content:"\ef0f"}.icofont-envelope:before{content:"\ef14"}.icofont-error:before{content:"\ef16"}.icofont-exclamation-circle:before{content:"\ef19"}.icofont-exchange:before{content:"\ef18"}.icofont-exclamation-tringle:before{content:"\ef1b"}.icofont-exclamation:before{content:"\ef1c"}.icofont-exit:before{content:"\ef1d"}.icofont-crop:before{content:"\eef5"}.icofont-fire-alt:before{content:"\ef2a"}.icofont-fire-burn:before{content:"\ef2b"}.icofont-flash:before{content:"\ef32"}.icofont-eye:before{content:"\ef24"}.icofont-eye-alt:before{content:"\ef21"}.icofont-eye-blocked:before{content:"\ef22"}.icofont-gear-alt:before{content:"\ef39"}.icofont-gear:before{content:"\ef3a"}.icofont-gears:before{content:"\ef3b"}.icofont-grocery:before{content:"\ef40"}.icofont-hand:before{content:"\ef41"}.icofont-heart-alt:before{content:"\ef44"}.icofont-heart:before{content:"\ef45"}.icofont-home:before{content:"\ef47"}.icofont-image:before{content:"\ef4b"}.icofont-info-circle:before{content:"\ef4e"}.icofont-info:before{content:"\ef50"}.icofont-jacket:before{content:"\ef54"}.icofont-karate:before{content:"\ef57"}.icofont-key:before{content:"\ef59"}.icofont-layers:before{content:"\ef5c"}.icofont-leaf:before{content:"\ef5e"}.icofont-library:before{content:"\ef65"}.icofont-like:before{content:"\ef6e"}.icofont-link:before{content:"\ef71"}.icofont-location-arrow:before{content:"\ef78"}.icofont-location-pin:before{content:"\ef79"}.icofont-lock:before{content:"\ef7a"}.icofont-login:before{content:"\ef7b"}.icofont-logout:before{content:"\ef7c"}.icofont-lunch:before{content:"\ef82"}.icofont-map:before{content:"\ef8b"}.icofont-mega-phone:before{content:"\ef8f"}.icofont-megaphone-alt:before{content:"\ef90"}.icofont-megaphone:before{content:"\ef91"}.icofont-memorial:before{content:"\ef92"}.icofont-molecule:before{content:"\ef9c"}.icofont-paper-plane:before{content:"\efb4"}.icofont-paint:before{content:"\efb3"}.icofont-phone-circle:before{content:"\efba"}.icofont-phone:before{content:"\efbb"}.icofont-plus:before{content:"\efc2"}.icofont-plus-circle:before{content:"\efc0"}.icofont-polygonal:before{content:"\efc3"}.icofont-quote-left:before{content:"\efcd"}.icofont-quote-right:before{content:"\efce"}.icofont-random:before{content:"\efcf"}.icofont-refresh:before{content:"\efd1"}.icofont-repair:before{content:"\efd2"}.icofont-reply-all:before{content:"\efd3"}.icofont-reply:before{content:"\efd4"}.icofont-retweet:before{content:"\efd7"}.icofont-royal:before{content:"\efda"}.icofont-safety:before{content:"\efdc"}.icofont-rss-feed:before{content:"\efdb"}.icofont-soccer:before{content:"\efed"}.icofont-sort:before{content:"\efef"}.icofont-spinner-alt-3:before{content:"\eff6"}.icofont-speech-comments:before{content:"\eff2"}.icofont-space:before{content:"\eff0"}.icofont-ssl-security:before{content:"\effd"}.icofont-tag:before{content:"\f004"}.icofont-tack-pin:before{content:"\f003"}.icofont-tags:before{content:"\f005"}.icofont-star:before{content:"\f000"}.icofont-tick-mark:before{content:"\f00e"}.icofont-ticket:before{content:"\f00f"}.icofont-thumbs-up:before{content:"\f00c"}.icofont-thumbs-down:before{content:"\f00b"}.icofont-toggle-off:before{content:"\f011"}.icofont-toggle-on:before{content:"\f012"}.icofont-verification-check:before{content:"\f021"}.icofont-wall-clock:before{content:"\f022"}.icofont-arrow-down:before{content:"\ea5b"}.icofont-arrow-left:before{content:"\ea5c"}.icofont-arrow-right:before{content:"\ea5d"}.icofont-arrow-up:before{content:"\ea5e"}.icofont-block-down:before{content:"\ea5f"}.icofont-block-left:before{content:"\ea60"}.icofont-block-right:before{content:"\ea61"}.icofont-block-up:before{content:"\ea62"}.icofont-bubble-down:before{content:"\ea63"}.icofont-bubble-left:before{content:"\ea64"}.icofont-bubble-right:before{content:"\ea65"}.icofont-bubble-up:before{content:"\ea66"}.icofont-caret-down:before{content:"\ea67"}.icofont-caret-left:before{content:"\ea68"}.icofont-caret-right:before{content:"\ea69"}.icofont-caret-up:before{content:"\ea6a"}.icofont-circled-down:before{content:"\ea6b"}.icofont-circled-left:before{content:"\ea6c"}.icofont-circled-right:before{content:"\ea6d"}.icofont-circled-up:before{content:"\ea6e"}.icofont-collapse:before{content:"\ea6f"}.icofont-curved-double-left:before{content:"\ea71"}.icofont-curved-double-right:before{content:"\ea72"}.icofont-curved-down:before{content:"\ea73"}.icofont-curved-left:before{content:"\ea74"}.icofont-curved-right:before{content:"\ea75"}.icofont-curved-up:before{content:"\ea76"}.icofont-double-left:before{content:"\ea7b"}.icofont-double-right:before{content:"\ea7c"}.icofont-expand-alt:before{content:"\ea7d"}.icofont-long-arrow-down:before{content:"\ea92"}.icofont-long-arrow-left:before{content:"\ea93"}.icofont-long-arrow-right:before{content:"\ea94"}.icofont-long-arrow-up:before{content:"\ea95"}.icofont-rounded-collapse:before{content:"\ea96"}.icofont-rounded-double-left:before{content:"\ea97"}.icofont-rounded-double-right:before{content:"\ea98"}.icofont-rounded-down:before{content:"\ea99"}.icofont-rounded-expand:before{content:"\ea9a"}.icofont-rounded-left-down:before{content:"\ea9b"}.icofont-rounded-left-up:before{content:"\ea9c"}.icofont-rounded-left:before{content:"\ea9d"}.icofont-rounded-right-down:before{content:"\ea9e"}.icofont-rounded-right-up:before{content:"\ea9f"}.icofont-rounded-right:before{content:"\eaa0"}.icofont-rounded-up:before{content:"\eaa1"}.icofont-scroll-bubble-down:before{content:"\eaa2"}.icofont-scroll-double-down:before{content:"\eaa6"}.icofont-scroll-down:before{content:"\eaaa"}.icofont-scroll-long-up:before{content:"\eaaf"}.icofont-simple-down:before{content:"\eab2"}.icofont-simple-left:before{content:"\eab5"}.icofont-simple-right:before{content:"\eab8"}.icofont-simple-up:before{content:"\eab9"}.icofont-square-down:before{content:"\eaba"}.icofont-square-left:before{content:"\eabb"}.icofont-square-right:before{content:"\eabc"}.icofont-square-up:before{content:"\eabd"}.icofont-swoosh-left:before{content:"\eac3"}.icofont-swoosh-right:before{content:"\eac4"}.icofont-thin-double-left:before{content:"\eac6"}.icofont-thin-double-right:before{content:"\eac7"}.icofont-thin-left:before{content:"\eac9"}.icofont-thin-right:before{content:"\eaca"}.icofont-thin-down:before{content:"\eac8"}.icofont-thin-up:before{content:"\eacb"}.icofont-turkish-lira:before{content:"\ea1e"}.icofont-pound:before{content:"\ea00"}.icofont-dollar:before{content:"\e9d8"}.icofont-wheat:before{content:"\eb9c"}.icofont-watermelon:before{content:"\eb9b"}.icofont-steak:before{content:"\eb93"}.icofont-strawberry:before{content:"\eb94"}.icofont-sub-sandwich:before{content:"\eb95"}.icofont-sushi:before{content:"\eb96"}.icofont-taco:before{content:"\eb97"}.icofont-tea-pot:before{content:"\eb98"}.icofont-tea:before{content:"\eb99"}.icofont-tomato:before{content:"\eb9a"}.icofont-spoon-and-fork:before{content:"\eb92"}.icofont-soup-bowl:before{content:"\eb91"}.icofont-soft-drinks:before{content:"\eb90"}.icofont-sausage:before{content:"\eb8f"}.icofont-sandwich:before{content:"\eb8e"}.icofont-salt-and-pepper:before{content:"\eb8d"}.icofont-restaurant:before{content:"\eb8c"}.icofont-restaurant-menu:before{content:"\eb8b"}.icofont-raddish:before{content:"\eb8a"}.icofont-pumpkin:before{content:"\eb89"}.icofont-potato:before{content:"\eb88"}.icofont-popcorn:before{content:"\eb87"}.icofont-plant:before{content:"\eb86"}.icofont-pizza:before{content:"\eb85"}.icofont-pizza-slice:before{content:"\eb84"}.icofont-pineapple:before{content:"\eb83"}.icofont-pie:before{content:"\eb82"}.icofont-pie-alt:before{content:"\eb81"}.icofont-pepper:before{content:"\eb80"}.icofont-peas:before{content:"\eb7f"}.icofont-pear:before{content:"\eb7e"}.icofont-orange:before{content:"\eb7d"}.icofont-onion:before{content:"\eb7c"}.icofont-noodles:before{content:"\eb7b"}.icofont-mushroom:before{content:"\eb7a"}.icofont-milk:before{content:"\eb79"}.icofont-mango:before{content:"\eb78"}.icofont-lobster:before{content:"\eb77"}.icofont-lemon:before{content:"\eb76"}.icofont-lemon-alt:before{content:"\eb75"}.icofont-kiwi:before{content:"\eb73"}.icofont-juice:before{content:"\eb71"}.icofont-ice-cream-alt:before{content:"\eb6f"}.icofont-hot-dog:before{content:"\eb6e"}.icofont-honey:before{content:"\eb6d"}.icofont-grapes:before{content:"\eb6c"}.icofont-fruits:before{content:"\eb6b"}.icofont-french-fries:before{content:"\eb6a"}.icofont-fork-and-knife:before{content:"\eb69"}.icofont-food-cart:before{content:"\eb68"}.icofont-food-basket:before{content:"\eb67"}.icofont-fast-food:before{content:"\eb66"}.icofont-farmer:before{content:"\eb65"}.icofont-farmer-alt:before{content:"\eb64"}.icofont-egg-plant:before{content:"\eb62"}.icofont-donut:before{content:"\eb61"}.icofont-dining-table:before{content:"\eb60"}.icofont-cup-cake:before{content:"\eb5f"}.icofont-culinary:before{content:"\eb5e"}.icofont-cucumber:before{content:"\eb5d"}.icofont-croissant:before{content:"\eb5b"}.icofont-crop-plant:before{content:"\eb5c"}.icofont-corn:before{content:"\eb5a"}.icofont-cola:before{content:"\eb59"}.icofont-coffee-pot:before{content:"\eb58"}.icofont-coffee-mug:before{content:"\eb57"}.icofont-coffee-cup:before{content:"\eb56"}.icofont-coffee-alt:before{content:"\eb55"}.icofont-coconut:before{content:"\eb54"}.icofont-coconut-water:before{content:"\eb53"}.icofont-cocktail:before{content:"\eb52"}.icofont-chicken:before{content:"\eb51"}.icofont-cherry:before{content:"\eb4f"}.icofont-chicken-fry:before{content:"\eb50"}.icofont-chef:before{content:"\eb4e"}.icofont-cheese:before{content:"\eb4d"}.icofont-cauli-flower:before{content:"\eb4c"}.icofont-carrot:before{content:"\eb4b"}.icofont-burger:before{content:"\eb49"}.icofont-broccoli:before{content:"\eb48"}.icofont-bread:before{content:"\eb47"}.icofont-birthday-cake:before{content:"\eb46"}.icofont-bell-pepper-capsicum:before{content:"\eb45"}.icofont-beer:before{content:"\eb44"}.icofont-beans:before{content:"\eb43"}.icofont-bbq:before{content:"\eb42"}.icofont-banana:before{content:"\eb41"}.icofont-baby-food:before{content:"\eb40"}.icofont-avocado:before{content:"\eb3f"}.icofont-asparagus:before{content:"\eb3e"}.icofont-artichoke:before{content:"\eb3d"}.icofont-apple:before{content:"\eb3b"}.icofont-ui-add:before{content:"\ec3e"}.icofont-ui-alarm:before{content:"\ec3f"}.icofont-ui-block:before{content:"\ec41"}.icofont-ui-bluetooth:before{content:"\ec42"}.icofont-ui-cart:before{content:"\ec48"}.icofont-ui-edit:before{content:"\ec55"}.icofont-ui-fire-wall:before{content:"\ec58"}.icofont-ui-email:before{content:"\ec56"}.icofont-ui-game:before{content:"\ec5c"}.icofont-ui-love:before{content:"\ec65"}.icofont-ui-lock:before{content:"\ec61"}.icofont-ui-music:before{content:"\ec6b"}.icofont-ui-mute:before{content:"\ec6c"}.icofont-ui-play:before{content:"\ec74"}.icofont-ui-rating:before{content:"\ec7c"}.icofont-ui-rate-blank:before{content:"\ec7a"}.icofont-ui-rotation:before{content:"\ec80"}.icofont-ui-search:before{content:"\ec82"}.icofont-ui-zoom-out:before{content:"\ec98"}.icofont-ui-zoom-in:before{content:"\ec97"}.icofont-ui-user:before{content:"\ec8e"}.icofont-ui-video-play:before{content:"\ec92"}.icofont-ui-remove:before{content:"\ec7e"}.icofont-ui-unlock:before{content:"\ec8c"}.icofont-ui-press:before{content:"\ec77"}.icofont-ui-folder:before{content:"\ec5b"}.icofont-baseball:before{content:"\ed8e"}.icofont-basketball-hoop:before{content:"\ed90"}.icofont-basketball:before{content:"\ed91"}.icofont-boot-alt-1:before{content:"\ed93"}.icofont-boot-alt-2:before{content:"\ed94"}.icofont-boot:before{content:"\ed95"}.icofont-bowling-alt:before{content:"\ed96"}.icofont-bowling:before{content:"\ed97"}.icofont-football-alt:before{content:"\ed9e"}.icofont-football-american:before{content:"\ed9f"}.icofont-football:before{content:"\eda0"}.icofont-golf-alt:before{content:"\eda4"}.icofont-hockey:before{content:"\edac"}.icofont-helmet:before{content:"\edaa"}.icofont-golf-bag:before{content:"\eda5"}.icofont-ice-skate:before{content:"\edad"}.icofont-jersey:before{content:"\edaf"}.icofont-jersey-alt:before{content:"\edae"}.icofont-racing-flag-alt:before{content:"\edbc"}.icofont-olympic:before{content:"\edb7"}.icofont-racings-wheel:before{content:"\edbe"}.icofont-rugby:before{content:"\edc4"}.icofont-steering:before{content:"\edcc"}.icofont-runner:before{content:"\edc7"}.icofont-runner-alt-1:before{content:"\edc5"}.icofont-skiing-man:before{content:"\edc9"}.icofont-stopwatch:before{content:"\edcd"}.icofont-swimmer:before{content:"\edcf"}.icofont-table-tennis:before{content:"\edd0"}.icofont-team:before{content:"\edd2"}.icofont-tennis:before{content:"\edd4"}.icofont-volleyball:before{content:"\edda"}.icofont-volleyball-fire:before{content:"\edd9"}.icofont-trophy:before{content:"\edd7"}.icofont-trophy-alt:before{content:"\edd6"}.icofont-win-trophy:before{content:"\edde"}.icofont-whistle-alt:before{content:"\eddc"}.icofont-team-alt:before{content:"\edd1"}.icofont-penalty-card:before{content:"\edb9"}.icofont-field:before{content:"\ed9d"}.icofont-clouds:before{content:"\ee51"}.icofont-full-night:before{content:"\ee57"}.icofont-full-sunny:before{content:"\ee58"}.icofont-hail-night:before{content:"\ee59"}.icofont-night:before{content:"\ee66"}.icofont-hail-thunder:before{content:"\ee60"}.icofont-hail-thunder-sunny:before{content:"\ee5f"}.icofont-hail:before{content:"\ee61"}.icofont-rainy-thunder:before{content:"\ee69"}.icofont-sun:before{content:"\ee81"}.icofont-snowy-windy:before{content:"\ee7c"}.icofont-celsius:before{content:"\ee50"}.icofont-architecture-alt:before{content:"\e985"}.icofont-architecture:before{content:"\e986"}.icofont-barricade:before{content:"\e987"}.icofont-bolt:before{content:"\e988"}.icofont-bricks:before{content:"\e989"}.icofont-building-alt:before{content:"\e98a"}.icofont-calculations:before{content:"\e98c"}.icofont-danger-zone:before{content:"\e990"}.icofont-engineer:before{content:"\e999"}.icofont-fire-extinguisher-alt:before{content:"\e99a"}.icofont-fix-tools:before{content:"\e99c"}.icofont-hammer-alt:before{content:"\e99f"}.icofont-hammer:before{content:"\e9a0"}.icofont-help-robot:before{content:"\e9a1"}.icofont-industries-2:before{content:"\e9a3"}.icofont-labour:before{content:"\e9a8"}.icofont-industries-4:before{content:"\e9a5"}.icofont-radio-active:before{content:"\e9ad"}.icofont-recycle-alt:before{content:"\e9ae"}.icofont-safety-hat-light:before{content:"\e9b0"}.icofont-wrench:before{content:"\e9c4"}.icofont-worker:before{content:"\e9c2"}.icofont-vehicle-wrecking:before{content:"\e9c1"}.icofont-vehicle-trucktor:before{content:"\e9c0"}.icofont-vehicle-dozer:before{content:"\e9be"}.icofont-vehicle-delivery-van:before{content:"\e9bd"}.icofont-vehicle-crane:before{content:"\e9bc"}.icofont-under-construction:before{content:"\e9ba"}.icofont-under-construction-alt:before{content:"\e9b9"}.icofont-trolley:before{content:"\e9b7"}.icofont-tow-truck:before{content:"\e9b6"}.icofont-saw:before{content:"\e9b2"}.icofont-safety-hat:before{content:"\e9b1"}.icofont-paint-brush:before{content:"\e9aa"}.icofont-fire-extinguisher:before{content:"\e99b"}.icofont-energy-oil:before{content:"\e995"}.icofont-tooth:before{content:"\ec3c"}.icofont-thermometer:before{content:"\ec3b"}.icofont-thermometer-alt:before{content:"\ec3a"}.icofont-test-tube:before{content:"\ec39"}.icofont-surgeon:before{content:"\ec36"}.icofont-stethoscope:before{content:"\ec33"}.icofont-stethoscope-alt:before{content:"\ec32"}.icofont-prescription:before{content:"\ec30"}.icofont-pills:before{content:"\ec2f"}.icofont-medical-sign-alt:before{content:"\ec26"}.icofont-medical-sign:before{content:"\ec27"}.icofont-nurse:before{content:"\ec29"}.icofont-laboratory:before{content:"\ec25"}.icofont-heart-beat:before{content:"\ec1f"}.icofont-heart-beat-alt:before{content:"\ec1e"}.icofont-doctor-alt:before{content:"\ec18"}.icofont-doctor:before{content:"\ec19"}.icofont-first-aid:before{content:"\ec1d"}.icofont-dna-alt-2:before{content:"\ec16"}.icofont-dna:before{content:"\ec17"}.icofont-dna-alt-1:before{content:"\ec15"}.icofont-crutch:before{content:"\ec13"}.icofont-capsule:before{content:"\ec12"}.icofont-brain:before{content:"\ec11"}.icofont-brain-alt:before{content:"\ec10"}.icofont-aids:before{content:"\ec06"}.icofont-ambulance-crescent:before{content:"\ec07"}.icofont-ambulance-cross:before{content:"\ec08"}.icofont-bandage:before{content:"\ec0b"}.icofont-blood-drop:before{content:"\ec0d"}.icofont-autism:before{content:"\ec0a"}.icofont-hospital:before{content:"\ec22"}.icofont-injection-syringe:before{content:"\ec24"}.icofont-nurse-alt:before{content:"\ec28"}.icofont-pulse:before{content:"\ec31"}.icofont-tablets:before{content:"\ec37"}.icofont-rocket-alt-2:before{content:"\ee2c"}.icofont-rocket:before{content:"\ee2d"}.icofont-fast-delivery:before{content:"\ee21"}.icofont-air-balloon:before{content:"\ee0c"}.icofont-airplane-alt:before{content:"\ee0d"}.icofont-airplane:before{content:"\ee0e"}.icofont-game-controller:before{content:"\ea30"}.icofont-game-pad:before{content:"\ea31"}.icofont-headphone-alt-2:before{content:"\ea34"}.icofont-headphone-alt-3:before{content:"\ea35"}.icofont-ipod-touch:before{content:"\ea3d"}.icofont-ipad:before{content:"\ea3a"}.icofont-imac:before{content:"\ea39"}.icofont-laptop-alt:before{content:"\ea41"}.icofont-laptop:before{content:"\ea42"}.icofont-keyboard-alt:before{content:"\ea3e"}.icofont-playstation-alt:before{content:"\ea4c"}.icofont-wii-u:before{content:"\ea57"}.icofont-wireless-mouse:before{content:"\ea59"}.icofont-flash-drive:before{content:"\ea2e"}.icofont-apple-watch:before{content:"\ea2b"}.icofont-amazon-alt:before{content:"\ecbe"}.icofont-amazon:before{content:"\ecbf"}.icofont-american-express:before{content:"\ecc1"}.icofont-apple-pay-alt:before{content:"\ecc2"}.icofont-apple-pay:before{content:"\ecc3"}.icofont-discover-alt:before{content:"\ecce"}.icofont-discover:before{content:"\eccf"}.icofont-maestro-alt:before{content:"\ecd8"}.icofont-maestro:before{content:"\ecd9"}.icofont-mastercard-alt:before{content:"\ecda"}.icofont-mastercard:before{content:"\ecdb"}.icofont-payoneer-alt:before{content:"\ecdc"}.icofont-payoneer:before{content:"\ecdd"}.icofont-paypal-alt:before{content:"\ecde"}.icofont-paypal:before{content:"\ecdf"}.icofont-visa-alt:before{content:"\ece6"}.icofont-visa-electron:before{content:"\ece7"}.icofont-visa:before{content:"\ece8"}.icofont-pencil-alt-1:before{content:"\ebf5"}.icofont-pencil-alt-2:before{content:"\ebf6"}.icofont-compass-alt-2:before{content:"\ebe3"}.icofont-marker:before{content:"\ebea"}.icofont-pen-alt-2:before{content:"\ebf0"}.icofont-pen-alt-3:before{content:"\ebf1"}.icofont-align-center:before{content:"\eddf"}.icofont-align-left:before{content:"\ede0"}.icofont-align-right:before{content:"\ede1"}.icofont-brush:before{content:"\ede4"}.icofont-code-alt:before{content:"\ede6"}.icofont-delete-alt:before{content:"\edec"}.icofont-edit-alt:before{content:"\eded"}.icofont-justify-all:before{content:"\edf4"}.icofont-outdent:before{content:"\edf9"}.icofont-indent:before{content:"\edf1"}.icofont-font:before{content:"\edef"}.icofont-strike-through:before{content:"\ee02"}.icofont-trash:before{content:"\ee09"}.icofont-save:before{content:"\ee00"}.icofont-paper-clip:before{content:"\edfa"}.icofont-link-broken:before{content:"\edf8"}.icofont-copy:before{content:"\edea"}.icofont-copy-invert:before{content:"\ede9"}.icofont-space-shuttle:before{content:"\e81f"}.icofont-woman-in-glasses:before{content:"\ed10"}.icofont-waiter:before{content:"\ed0f"}.icofont-users:before{content:"\ed0d"}.icofont-users-alt-5:before{content:"\ed0a"}.icofont-users-alt-3:before{content:"\ed08"}.icofont-users-alt-2:before{content:"\ed07"}.icofont-user:before{content:"\ed05"}.icofont-user-male:before{content:"\ed03"}.icofont-user-alt-7:before{content:"\ed01"}.icofont-user-alt-3:before{content:"\ecfd"}.icofont-user-alt-2:before{content:"\ecfc"}.icofont-man-in-glasses:before{content:"\ecf8"}.icofont-girl:before{content:"\ecf3"}.icofont-youtube-play:before{content:"\ecbb"}.icofont-volume-up:before{content:"\ecba"}.icofont-volume-off:before{content:"\ecb9"}.icofont-volume-mute:before{content:"\ecb8"}.icofont-volume-down:before{content:"\ecb7"}.icofont-volume-bar:before{content:"\ecb6"}.icofont-video:before{content:"\ecb5"}.icofont-video-clapper:before{content:"\ecb4"}.icofont-video-alt:before{content:"\ecb2"}.icofont-stop:before{content:"\ecb1"}.icofont-play:before{content:"\ecaa"}.icofont-play-alt-3:before{content:"\eca8"}.icofont-play-alt-2:before{content:"\eca7"}.icofont-pause:before{content:"\eca5"}.icofont-play-alt-1:before{content:"\eca6"}.icofont-mute-volume:before{content:"\eca4"}.icofont-music:before{content:"\eca3"}.icofont-music-alt:before{content:"\ec9f"}.icofont-play-pause:before{content:"\eca9"}.icofont-sound-wave:before{content:"\ecb0"}.icofont-sound-wave-alt:before{content:"\ecaf"}.icofont-rewind:before{content:"\ecad"}.icofont-briefcase-1:before{content:"\e966"}.icofont-baby-cloth:before{content:"\eb9e"}.icofont-baby-trolley:before{content:"\eba0"}.icofont-baby:before{content:"\eba1"}.icofont-infant-nipple:before{content:"\eba4"}.icofont-teddy-bear:before{content:"\eba7"}.icofont-toy-ball:before{content:"\eba8"}.icofont-toy-duck:before{content:"\ebaa"}.icofont-toy-horse:before{content:"\ebad"}.icofont-direction-sign:before{content:"\ee46"}.icofont-air-ticket:before{content:"\ee42"}.icofont-beach-bed:before{content:"\ee43"}.icofont-travelling:before{content:"\ee4e"}.icofont-island-alt:before{content:"\ee4a"}.icofont-sandals-male:before{content:"\ee4d"}.icofont-beach:before{content:"\ee44"}.icofont-chart-pie-alt:before{content:"\e982"}.icofont-chart-pie:before{content:"\e983"}.icofont-chart-bar-graph:before{content:"\e979"}.icofont-chart-histogram:before{content:"\e97f"}.icofont-chart-histogram-alt:before{content:"\e97e"}.icofont-chart-line-alt:before{content:"\e980"}.icofont-chart-line:before{content:"\e981"}.icofont-search-1:before{content:"\ed11"}.icofont-search-2:before{content:"\ed12"}.icofont-search-document:before{content:"\ed13"}.icofont-search-folder:before{content:"\ed14"}.icofont-search:before{content:"\ed1b"}.icofont-search-user:before{content:"\ed1a"}.icofont-search-restaurant:before{content:"\ed18"}.icofont-search-property:before{content:"\ed17"}.icofont-search-map:before{content:"\ed16"}.icofont-cycling-alt:before{content:"\eb31"}.icofont-dumbbell:before{content:"\eb33"}.icofont-gym-alt-1:before{content:"\eb35"}.icofont-gym-alt-2:before{content:"\eb36"}.icofont-gym-alt-3:before{content:"\eb37"}.icofont-gym:before{content:"\eb38"}.icofont-muscle-weight:before{content:"\eb39"}.icofont-muscle:before{content:"\eb3a"}.icofont-woodpecker:before{content:"\e894"}.icofont-turtle:before{content:"\e892"}.icofont-squid:before{content:"\e88e"}.icofont-snake:before{content:"\e88d"}.icofont-shrimp-alt:before{content:"\e887"}.icofont-rooster:before{content:"\e884"}.icofont-rhino-head:before{content:"\e882"}.icofont-rabbit:before{content:"\e880"}.icofont-pigeon:before{content:"\e87f"}.icofont-pigeon-2:before{content:"\e87e"}.icofont-parrot:before{content:"\e877"}.icofont-parrot-lip:before{content:"\e876"}.icofont-panther:before{content:"\e875"}.icofont-lion-head-1:before{content:"\e868"}.icofont-monkey-3:before{content:"\e86d"}.icofont-monkey-face:before{content:"\e86e"}.icofont-horse-head-2:before{content:"\e862"}.icofont-giraffe-head-2:before{content:"\e85b"}.icofont-frog-tracks:before{content:"\e857"}.icofont-fox-alt:before{content:"\e855"}.icofont-fish:before{content:"\e854"}.icofont-fish-5:before{content:"\e853"}.icofont-fish-4:before{content:"\e852"}.icofont-elephant-head-alt:before{content:"\e84b"}.icofont-elephant-head:before{content:"\e84c"}.icofont-eagle-head:before{content:"\e848"}.icofont-eaten-fish:before{content:"\e849"}.icofont-deer-head:before{content:"\e842"}.icofont-dog-barking:before{content:"\e844"}.icofont-cat-alt-3:before{content:"\e83a"}.icofont-butterfly:before{content:"\e834"}.icofont-bull:before{content:"\e832"}.icofont-bone:before{content:"\e831"}.icofont-bird-flying:before{content:"\e82e"}.icofont-bat:before{content:"\e829"}.icofont-brand-nexus:before{content:"\e919"}.icofont-brand-whatsapp:before{content:"\e957"}.icofont-brand-youtube:before{content:"\e95f"}.icofont-brand-soundcloud:before{content:"\e939"}.icofont-brand-qvc:before{content:"\e928"}.icofont-pinterest:before{content:"\ed5d"}.icofont-xs{font-size:.5em}.icofont-sm{font-size:.75em}.icofont-md{font-size:1.25em}.icofont-lg{font-size:1.5em}.icofont-1x{font-size:1em}.icofont-2x{font-size:2em}.icofont-3x{font-size:3em}.icofont-4x{font-size:4em}.icofont-5x{font-size:5em}.icofont-6x{font-size:6em}.icofont-7x{font-size:7em}.icofont-8x{font-size:8em}.icofont-9x{font-size:9em}.icofont-10x{font-size:10em}.icofont-fw{text-align:center;width:1.25em}.icofont-ul{list-style-type:none;padding-left:0;margin-left:0}.icofont-ul>li{position:relative;line-height:2em}.icofont-ul>li .icofont{display:inline-block;vertical-align:middle}.icofont-border{border:solid .08em #f1f1f1;border-radius:.1em;padding:.2em .25em .15em}.icofont-pull-left{float:left}.icofont-pull-right{float:right}.icofont.icofont-pull-left{margin-right:.3em}.icofont.icofont-pull-right{margin-left:.3em}.icofont-spin{-webkit-animation:icofont-spin 2s infinite linear;animation:icofont-spin 2s infinite linear;display:inline-block}.icofont-pulse{-webkit-animation:icofont-spin 1s infinite steps(8);animation:icofont-spin 1s infinite steps(8);display:inline-block}@-webkit-keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.icofont-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.icofont-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.icofont-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.icofont-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.icofont-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.icofont-flip-horizontal.icofont-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .icofont-flip-horizontal,:root .icofont-flip-vertical,:root .icofont-rotate-180,:root .icofont-rotate-270,:root .icofont-rotate-90{-webkit-filter:none;filter:none;display:inline-block}.icofont-inverse{color:#fff}.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}


/*******************************************
 *
 * FANCYBOX CSS v.3.5.7
 *
 ******************************************/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 20px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* custom Fancybox */
.fancybox-navigation .fancybox-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255,255,255,.2);
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0;
  outline: none;
  right: 20px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  padding: 0;
  outline: none;
  left: 20px;
}
.fancybox-button svg {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.fancybox-button:hover svg {
  color: #fff;
}