/* line 6, sass/LC-top-bar.sass */
#top_bar_outer {
  height: 25px;
}
/* line 9, sass/LC-top-bar.sass */
#top_bar_outer #top_bar {
  position: fixed;
  z-index: 1040;
  padding: 0px 6px;
  width: 100%;
  height: 25px;
  background: white;
  border-bottom: 1px solid #DDD;
}
/* line 18, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner {
  max-width: 1000px;
  height: 100%;
  padding: 0px 50px;
  margin: 0 auto;
  font-size: 0;
}
/* line 25, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  font-size: 13px;
}
/* line 31, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item#welcome {
  padding-right: 14px;
  line-height: 24px;
}
/* line 35, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item a {
  padding: 0px 10px;
  display: inline-block;
  height: 100%;
  line-height: 24px;
  vertical-align: middle;
  color: black;
}
/* line 43, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item.blue a {
  background-color: #2FB4FF;
}
/* line 45, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item.pink a {
  background-color: #FFC4FF;
}
/* line 47, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item.green a {
  background-color: #0FD548;
}
/* line 49, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item.orange a {
  background-color: #FFA80D;
}
/* line 52, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item.social {
  font-size: 0;
  height: 24px;
  width: 132px;
}
/* line 57, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item.social > div {
  display: inline-block;
  vertical-align: top;
}
/* line 61, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item.social > div a {
  -moz-transition-property: width, height;
  -o-transition-property: width, height;
  -webkit-transition-property: width, height;
  transition-property: width, height;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  padding: 0;
  width: 24px;
  height: 24px;
}
/* line 68, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item.social > div a img {
  -moz-transition-property: width, height;
  -o-transition-property: width, height;
  -webkit-transition-property: width, height;
  transition-property: width, height;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: 24px;
  height: 24px;
  position: absolute;
}
/* line 76, sass/LC-top-bar.sass */
#top_bar_outer #top_bar #top_bar_inner .item.social > div a img.hov {
  -moz-transition-property: width, height, opacity;
  -o-transition-property: width, height, opacity;
  -webkit-transition-property: width, height, opacity;
  transition-property: width, height, opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: 0;
}

@media (min-width: 769px) {
  /* line 16, ../../../../themes/enfold-child/sass/_base.sass */
  #top_bar_outer #top_bar #top_bar_inner .item.social > div a:hover, #top_bar_outer #top_bar #top_bar_inner .item.social > div a:focus, #top_bar_outer #top_bar #top_bar_inner .item.social > div a:active,
  #top_bar_outer #top_bar #top_bar_inner .item.social > div a img:hover,
  #top_bar_outer #top_bar #top_bar_inner .item.social > div a img:focus,
  #top_bar_outer #top_bar #top_bar_inner .item.social > div a img:active,
  #top_bar_outer #top_bar #top_bar_inner .item.social > div a img.hov:hover,
  #top_bar_outer #top_bar #top_bar_inner .item.social > div a img.hov:focus,
  #top_bar_outer #top_bar #top_bar_inner .item.social > div a img.hov:active {
    width: 36px;
    height: 36px;
    opacity: 1;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  /* line 93, sass/LC-top-bar.sass */
  #top_bar_outer {
    height: 49px;
  }
  /* line 96, sass/LC-top-bar.sass */
  #top_bar_outer #top_bar {
    height: 49px;
  }
  /* line 99, sass/LC-top-bar.sass */
  #top_bar_outer #top_bar #top_bar_inner {
    padding: 0;
    max-width: 95%;
  }
  /* line 103, sass/LC-top-bar.sass */
  #top_bar_outer #top_bar #top_bar_inner .item {
    height: 24px;
  }
  /* line 106, sass/LC-top-bar.sass */
  #top_bar_outer #top_bar #top_bar_inner .item#welcome {
    height: 24px;
    width: 100%;
  }
  /* line 110, sass/LC-top-bar.sass */
  #top_bar_outer #top_bar #top_bar_inner .item a {
    padding: 0px 10px;
    display: inline-block;
    height: 100%;
    line-height: 24px;
    vertical-align: middle;
  }
  /* line 117, sass/LC-top-bar.sass */
  #top_bar_outer #top_bar #top_bar_inner .item.social {
    width: 132px;
  }
  /* line 16, ../../../../themes/enfold-child/sass/_base.sass */
  #top_bar_outer #top_bar #top_bar_inner .item.social > div a:hover, #top_bar_outer #top_bar #top_bar_inner .item.social > div a:focus, #top_bar_outer #top_bar #top_bar_inner .item.social > div a:active {
    width: 24px;
    height: 24px;
  }
}
