/* ===[ BBREACTION STYLE ]=== */

@font-face {
  font-family: 'bbreaction';
  src: url('font/bbreaction.eot?89251315');
  src: url('font/bbreaction.eot?89251315#iefix') format('embedded-opentype'),
       url('font/bbreaction.woff?89251315') format('woff'),
       url('font/bbreaction.ttf?89251315') format('truetype'),
       url('font/bbreaction.svg?89251315#bbreaction') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bbreaction';
    src: url('../font/bbreaction.svg?89251315#bbreaction') format('svg');
  }
}
*/
 
 [class^="icon-bbreact-"]:before, [class*=" icon-bbreact-"]:before {
  font-family: "bbreaction";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-bbreact-emo-happy:before { content: '\e800'; } /* '' */
.icon-bbreact-emo-wink:before { content: '\e801'; } /* '' */
.icon-bbreact-emo-wink2:before { content: '\e802'; } /* '' */
.icon-bbreact-emo-unhappy:before { content: '\e803'; } /* '' */
.icon-bbreact-emo-sleep:before { content: '\e804'; } /* '' */
.icon-bbreact-emo-thumbsup:before { content: '\e805'; } /* '' */
.icon-bbreact-emo-devil:before { content: '\e806'; } /* '' */
.icon-bbreact-emo-surprised:before { content: '\e807'; } /* '' */
.icon-bbreact-emo-tongue:before { content: '\e808'; } /* '' */
.icon-bbreact-emo-coffee:before { content: '\e809'; } /* '' */
.icon-bbreact-emo-sunglasses:before { content: '\e80a'; } /* '' */
.icon-bbreact-emo-displeased:before { content: '\e80b'; } /* '' */
.icon-bbreact-emo-beer:before { content: '\e80c'; } /* '' */
.icon-bbreact-emo-grin:before { content: '\e80d'; } /* '' */
.icon-bbreact-emo-angry:before { content: '\e80e'; } /* '' */
.icon-bbreact-emo-saint:before { content: '\e80f'; } /* '' */
.icon-bbreact-emo-cry:before { content: '\e810'; } /* '' */
.icon-bbreact-emo-shoot:before { content: '\e811'; } /* '' */
.icon-bbreact-emo-squint:before { content: '\e812'; } /* '' */
.icon-bbreact-emo-laugh:before { content: '\e813'; } /* '' */
.icon-bbreact-crown-minus:before { content: '\e814'; } /* '' */
.icon-bbreact-crown-plus:before { content: '\e815'; } /* '' */
.icon-bbreact-crown:before { content: '\e816'; } /* '' */

.icon-bbreact-emo-minus:before { content: '\e814'; } /* '' */
.icon-bbreact-emo-plus:before { content: '\e815'; } /* '' */
.icon-bbreact-emo:before { content: '\e816'; } /* '' */
/* BBreaction */

.bbreactionbar {
    margin-top: 10px;
}

.bbreactionbar i {
    vertical-align: middle;
}

.bbreactionbar .emoji {
    vertical-align: top;
}

.forum-answer, .forum-answer .panel-body {
    position: relative;
}

.bbreaction-wrap {
    overflow: hidden;
    position: static;
}
  
.bbreact-list li {
    margin-right: 8px;
}
  
.bbreact-list a:focus {
    outline: medium none;
    text-decoration: none;
}


.bbreact-list a {
  line-height: 1.1;
  display: inline-block;
}
.bbreact-list a:after {
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  background-color: #e74c3c;
  -webkit-transition: width 0.2s ease-in-out;
          transition: width 0.2s ease-in-out;
}
.bbreact-list a:hover:after,
.bbreact-list a:focus:after {
  width: 100%;
}


  
.card {
  border-radius: 4px;
  overflow: hidden;
}

.card .com-contain {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s all cubic-bezier(0.75, 0.03, 0.41, 1.4);
          transition: 0.3s all cubic-bezier(0.75, 0.03, 0.41, 1.4);
}

.card .com-contain.active {
  width: 100%;
  max-width: 100%;
}


.card .com-contain.active .com-stuff {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}


.com-expand-holder {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 4px;
  bottom: 4px;
  cursor: pointer;
  z-index: 99;
}


.com-expand {
  width: 25px;
  height: 4px;
  display: block;
  background: white;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-transition: .3s all ease-in-out;
          transition: .3s all ease-in-out;
}
.com-expand:before, .com-expand:after {
  content: '';
  background: white;
  width: 15px;
  height: 4px;
  position: relative;
  display: block;
  border-radius: 10px;
  -webkit-transition: .3s all ease-in-out;
          transition: .3s all ease-in-out;
}
.com-expand:before {
  top: -3px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.com-expand:after {
  top: 0px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.com-stuff { /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 12+ */ /* IE10+ */
background: -webkit-radial-gradient(center, ellipse, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-radial-gradient(center ellipse, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(0, 255, 255, 1)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    font-size: 14px;
    padding: 40px 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
	bottom: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: 0.3s all cubic-bezier(0.36, 0.49, 0.26, 1.27);
          transition: 0.3s all cubic-bezier(0.36, 0.49, 0.26, 1.27);
}

.btn-bbreaction {
    color: #999 !important;
}

.btn-bbreaction:hover fa {
    color: #555 !important;
}

.btn-bbreaction.reward > span {
    font-weight: bold;
}

.bbreact-positive {
    color: #26bcb5;
    font-size: 24px;
}

.bbreact-negative {
    color: #ee836e;
    font-size: 24px;
}


.progress-sm {
    height: 10px;
	margin-bottom: 5px;
    margin-top: 5px;
}

.progress-sm > .progress-bar  {
    line-height: 10px;
}



.ribbon {
    background-color: transparent;
    height: 80px;
    left: -3px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 80px;
}
.ribbon-inner {
    background-color: #526069;
    color: #fff;
    display: inline-block;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 16px;
    white-space: nowrap;
}
.ribbon-inner .icon {
    font-size: 16px;
}
.ribbon-lg .ribbon-inner {
    font-size: 18px;
    height: 38px;
    line-height: 38px;
}
.ribbon-sm .ribbon-inner {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
}
.ribbon-xs .ribbon-inner {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
}

.ribbon-reverse {
    left: auto;
    right: -3px;
}
.ribbon-reverse .ribbon-inner {
    left: auto;
    right: 0;
}


.ribbon-corner {
    left: 0;
    overflow: hidden;
    top: 0;
}

.ribbon-bottom {
    border-bottom-right-radius: 4px;
}

.ribbon-bbreaction {
    height: 45px;
    width: 45px;
}

.ribbon-corner .ribbon-inner {
    background-color: transparent;
    height: 35px;
    left: 0;
    line-height: 35px;
    padding: 0;
    top: 0;
    width: 40px;
}
.ribbon-corner .ribbon-inner:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #526069 transparent transparent #526069;
    -o-border-image: none;
       border-image: none;
    border-style: solid;
    border-width: 30px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.ribbon-corner.ribbon-reverse {
    left: auto;
    right: 0;
}
.ribbon-corner.ribbon-reverse .ribbon-inner {
    left: auto;
    right: 0;
}
.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-left-color: transparent;
    border-right-color: #526069;
    left: auto;
    right: 0;
}
.ribbon-corner.ribbon-bottom {
    bottom: 0;
    top: auto;
}
.ribbon-corner.ribbon-bottom .ribbon-inner {
    bottom: 0;
    top: auto;
}
.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-bottom-color: #526069;
    border-top-color: transparent;
    bottom: 0;
    top: auto;
}
.ribbon-corner.ribbon-xs .ribbon-inner {
    height: 26px;
    line-height: 26px;
    width: 28px;
}
.ribbon-corner.ribbon-xs .ribbon-inner:before {
    border-width: 22px;
}
.ribbon-corner.ribbon-xs .ribbon-inner > .icon {
    font-size: 12px;
}
.ribbon-corner.ribbon-sm .ribbon-inner {
    height: 32px;
    line-height: 32px;
    width: 34px;
}
.ribbon-corner.ribbon-sm .ribbon-inner:before {
    border-width: 26px;
}
.ribbon-corner.ribbon-sm .ribbon-inner > .icon {
    font-size: 12px;
}
.ribbon-corner.ribbon-lg .ribbon-inner {
    height: 44px;
    line-height: 44px;
    width: 46px;
}
.ribbon-corner.ribbon-lg .ribbon-inner:before {
    border-width: 36px;
}
.ribbon-corner.ribbon-lg .ribbon-inner > .icon {
    font-size: 18px;
}




.ribbon-primary.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-bottom-color: #62a8ea;
    border-top-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-left-color: transparent;
    border-right-color: #62a8ea;
}
.ribbon-primary.ribbon-corner .ribbon-inner:before {
    border-left-color: #62a8ea;
    border-top-color: #62a8ea;
}


.star {
  display: block;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.star-icon {
  display: block;
  -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in;
  color: #fff;
}

.starred .star-icon {
  color: #f6c342;
}

.starred {
  -webkit-animation: hop .6s forwards;
          animation: hop .6s forwards;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.starred .star-icon {
  -webkit-animation: spin .6s forwards;
          animation: spin .6s forwards;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.unstarred .star-icon {
  -webkit-animation: unspin .3s forwards;
          animation: unspin .3s forwards;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(175deg);
            transform: rotate(175deg);
  }
  66% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
            transform: rotate(144deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(175deg);
            transform: rotate(175deg);
  }
  66% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
            transform: rotate(144deg);
  }
}

@-webkit-keyframes unspin {
  0% {
    -webkit-transform: rotate(142deg);
            transform: rotate(142deg);
  }
  100% {
    -webkit-transform: rotate(72deg);
            transform: rotate(72deg);
  }
}

@keyframes unspin {
  0% {
    -webkit-transform: rotate(142deg);
            transform: rotate(142deg);
  }
  100% {
    -webkit-transform: rotate(72deg);
            transform: rotate(72deg);
  }
}

@-webkit-keyframes hop {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  17% {
    -webkit-transform: translate(2px, -10px);
            transform: translate(2px, -10px);
  }
  33% {
    -webkit-transform: translate(4px, 0px);
            transform: translate(4px, 0px);
  }
  50% {
    -webkit-transform: translate(-2px, -7px);
            transform: translate(-2px, -7px);
  }
  66% {
    -webkit-transform: translate(-4px, -0px);
            transform: translate(-4px, -0px);
  }
  84% {
    -webkit-transform: translate(-2, -5px);
            transform: translate(-2, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes hop {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  17% {
    -webkit-transform: translate(2px, -10px);
            transform: translate(2px, -10px);
  }
  33% {
    -webkit-transform: translate(4px, 0px);
            transform: translate(4px, 0px);
  }
  50% {
    -webkit-transform: translate(-2px, -7px);
            transform: translate(-2px, -7px);
  }
  66% {
    -webkit-transform: translate(-4px, -0px);
            transform: translate(-4px, -0px);
  }
  84% {
    -webkit-transform: translate(-2, -5px);
            transform: translate(-2, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

/* ===[ BBREACTION STYLE ]=== */



/* BBreaction modal css */

.pagination-likes {
    bottom: -66px;
    margin-right: 10px;
    position: absolute;
    right: 0;
}
.avatar-likers {
padding: 5px 0 0 10px;
}
.avatar-likers img{
    border: 4px solid #dedede;
    border-radius: 50%;
	max-height: 70px;
    max-width: 70px;
}
.likers-time-stamp {
    line-height: 0.8;
    margin-left: 3px;
    margin-top: 10px;
    vertical-align: middle;
}


.likers-time-stamp i {
   font-size: 18px;
}


/* ===[ BBREACTION STYLE ]=== */


.statistics_table {
  table-layout: fixed; 
  width: 100%;
  white-space: nowrap;
}

.graph_table {
  table-layout: fixed; 
  width: 100%;
  white-space: nowrap;
  margin-bottom:20px;
}

.statistics_table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:left;
}

.graph_table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:center;
}

.statistics_table td:nth-child(1), .statistics_table td:nth-child(2), .overview_table td:nth-child(1), .overview_table td:nth-child(3) {
  text-align:center;
}

.graph_table td:nth-child(2), .overview_table td:nth-child(2) {
  text-align:left;
}

.statistics_table td img, .graph_table td img {
	margin-right:10px;
}

.bbreaction-wrap .emoji {
    width: 24px;
}

#bbreaction-profile-data .emoji {
    border: none;
    height: auto;
    width: 26px;
}

/* likeBB and shareon fix for posts*/
.label-huskygray {
    float: left !important;
    margin-top: 5px;
}
.share-buttons {
    margin-bottom: 0 !important;
	margin-right:24px;
}
/* likeBB and shareon fix for posts*/