.sticky-top {
    transition: all 0.25s ease-in;
}

.stuck .sticky-top {
    background-color: #222;
    padding-top: 3px;
    padding-bottom: 3px;
}

.intro-2 {
    background: url("/themes/funbox-md/assets/images/Home2.jpg")no-repeat center center;
    background-size: cover;
}




span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
}
span.fr-emoticon {
    font-weight: normal;
    font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
    display: inline;
    line-height: 0;
}
.fr-view *, .fr-view *::before, .fr-view *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fr-box.fr-basic .fr-element {
    color: #000000;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: auto;
    min-height: 60px;
}

.fr-element {
    background: transparent;
    position: relative;
    z-index: 2;
    -webkit-user-select: auto;
}














.companies-vlist * .fotorama__nav-wrap {
  position: absolute;
  height: 32px;
  top: 100%;
  margin-top: -32px;
}


/* Icon 1 */

.animated-icon1, .animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #ffffff;
}

.animated-icon2 span {
    background: #ffffff;
}

.animated-icon4 span {
    background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}





.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2) {
  top: 10px;
}

.animated-icon2 span:nth-child(3) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon2.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon2.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



.cd-top {
  display: inline-block;
  position: fixed;
  height: 2.5rem;
  width: 2.5rem;
  bottom: .5rem;
  right: .5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  background: rgba(41, 43, 44, 0.8);

  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 99999;
}


.cd-top .centerer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: .6;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  opacity: 1;
}

@media only screen and (min-width: 40.063em) {
  .cd-top {
    right: 1rem;
    bottom: 1rem;
  }
  #sc-float-menu {
    top: 1rem;
    left: 1rem;
  display: block;
  }
}
@media only screen and (min-width: 64.063em) {
  .cd-top {
    height: 3rem;
    width: 3rem;
    bottom: 2rem;
    right: 2rem;
  }
  #sc-float-menu {
    height: 3rem;
    width: 3rem;
    top: 2rem;
    left: 2rem;
  }
}

.cd-top img {
  width: 50%;
  height: 50%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 40em) {
  .cd-top img {
    width: 75%;
    height: 75%;
  }
}

.cd-top .fa {
  margin: auto;
  -ms-transform: scale(1.5, 1);
  -webkit-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
}

.sc-spaced {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.063em) {
  .sc-spaced {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .cd-top .fa {
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .sc-spaced {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .cd-top .fa {
    line-height: 3rem;
  }
}