/*fixed icons css*/
.fixed-icons{
    position: fixed;
    bottom: 64px;
    left: 10px;
    color: #FFF;
    text-align: center;
    z-index: 999;
}

.fixed-icons .icon-link{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #4e4d4d;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
.fixed-icons .icon-link>img{
  max-width: 100%;
}
.fb-popup-box{
  position: relative;
}
.fb-popup{
    display: none;
    overflow: hidden;
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 65px;
    margin-top: 12px;
    padding: 10px;
    width: 350px;
    height: auto;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    border: none;
    max-height: 450px !important;
    overflow-y: auto;
}
@media(max-width: 767px){
  .fb-popup {
      right: 0px;
      left:auto;
      width: 310px;
      padding: 0 0 5px;
      overflow: auto;
  }
  .fixed-icons{
     left:auto;
     bottom:81px;
     right:5px;
  }
  .fixed-icons .icon-link {
     height: 36px;
     width: 36px;
   }
}

@media(max-width:768px){
  .oj-desktop-show{
    display:none !important;
  }
}
@media(min-width:769px){

  .oj-mobile-show{
    display:none !important;
  }
}