/**
* 2014-2021 Presta-Mod.pl Rafał Zontek
*
* NOTICE OF LICENSE
*
* Poniższy kod jest kodem płatnym, rozpowszechanie bez pisemnej zgody autora zabronione
* Moduł można zakupić na stronie Presta-Mod.pl. Modyfikacja kodu jest zabroniona,
* wszelkie modyfikacje powodują utratę gwarancji
*
* http://presta-mod.pl
*
* DISCLAIMER
*
*
*  @author    Presta-Mod.pl Rafał Zontek <biuro@presta-mod.pl>
*  @copyright 2014-2021 Presta-Mod.pl
*  @license   Licecnja na jedną domenę
*  Presta-Mod.pl Rafał Zontek
*/
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  height: 20px;
  width: 100px;
  position: relative;
  padding: 0;
}
.star-ratings-css-top {
  color: #cece00;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 3px;
  overflow: hidden;
}
.star-ratings-css-bottom {
  padding: 0;
  position: absolute;
  display: block;
  z-index: 0;
  top: 3px;
}
.star-ratings-sprite {
  background: url("../img/sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
}
.star-ratings-sprite-rating {
  background: url("../img/sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}

.fb-icon span.name {
    color: #365899;
    background: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.358;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}



.fb-icon span.likes {
    color: black;
    background: white;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    overflow: hidden;
    position: absolute;
    left: 64px;
    top: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fb-review-box {	 
	position: absolute;
	z-index: 99999;
	width: 300px;
	display: block;
}

.fb-review-box-content{
	background: #f6f7f9;
	padding: 7px; 
}

.fb-review {
	padding: 7px; 
	margin-top: 10px;
	background: white;	
  border-radius: 2px;
  
  position: relative;
}

.fb-icon {
  text-align: center;
	display: block;
	background: white;
	padding: 7px;
}

.fb-icon img{
	
}

.fb-icon a{
    width: 100%;
    display: block;
}

.fb-read a{
	background: white;	
    position: relative;
    width: 100%;
    display: block;
    height: 18px;
    font-size: 11px;
}

.fb-read a:hover{
	text-decoration: underline;
}

.fb-big-box-left .fb-button{
    display: block;
    background: url(../img/facebook.png) no-repeat;
    height: 101px;
    width: 31px;
    right: -32px;
    position: absolute;
    z-index: 9999;
    top: -1px;
}

.fb-big-box-right .fb-button{
    display: block;
    background: url(../img/facebook-right.png) no-repeat;
    height: 101px;
    width: 31px;
    left: -32px;
    position: absolute;
    z-index: 9999;
    top: -1px;
}

@media (max-width: 1440px) {
  .fb-small-left:hover{
    left: 0px !important;
    transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
  }
  .fb-small-left .fb-button{
      display: block;
      background: url(../img/facebook.png) no-repeat;
      height: 101px;
      width: 31px;
      right: -31px;
      position: absolute;
      z-index: 9999;
      top: -1px;
  }
  .fb-small-right {
      right: -140px !important;
      transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -webkit-transition: right 0.2s ease-in-out;
  }
  .fb-small-left {
      left: -140px !important;
      transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -webkit-transition: left 0.2s ease-in-out;
  }

  .fb-small-right:hover{
    right: 0px !important;
    transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -webkit-transition: right 0.2s ease-in-out;
  }
  .fb-small-right .fb-button{
      display: block;
      background: url(../img/facebook-right.png) no-repeat;
      height: 101px;
      width: 31px;
      left: -31px;
      position: absolute;
      z-index: 9999;
      top: 45px;
  }

}

.fb-review span.rating_count {
	float: right;
}

.fb-big-box {
	position: fixed;
	z-index:9999;  
}

.fb-big-small {
  position: fixed;
  z-index:9999;
  top: 150px;
}


.fb-big-box-left {
	left: -302px;
}

.fb-big-box-right {
	right: 0px;  
}

.small-fb-rating .star-ratings-css-top {
  font-size: 24px; 
  line-height: 17px !important;
  height: 15px !important;
}

.small-fb-rating .star-ratings-css-bottom {
  font-size: 24px; 
  line-height: 17px !important;
}

.fb-small-box {
  position: fixed;
  z-index: 9999;
  display: block;
  width: 140px;
  background: white;
  min-height: 216px;  
}
.fb-small-box .fb-review-box{
  width: 100%;
}

.fb-small-box .fb-icon span.name {
  font-size: 8px !important;
  width: 100%;
  text-align: center;
  padding: 0px;
}

.fb-small-box .likes {
    position: initial !important;
    font-size: 8px !important;
    width: 100%;
    text-align: center;
    margin-top: -6px;
}

.fb-small-box a {
  text-align: center; 
}

.fb-small-box img {
  border: none;
  padding: 5px;
  width: 70%;
  height: 70%;
}

.fb-small-box .fb-review{
  padding: 0px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-top: 0px;  
  margin-bottom: 0px !important;
}

.fb-small-box .fb-review-box-content {
  padding: 0px !important;
  color: black;
}

.fb-small-box .fb-review a {
  color: black !important;
  font-size: 13px;
  padding: 5px;
  display: block;
  text-decoration: none;
}

.fb-small-box .star-ratings-css-top {
  font-size: 21px;
  line-height: 15px
}

.fb-small-box .star-ratings-css-bottom {
  font-size: 21px;
  line-height: 15px
}

.fb-small-box .fb-icon {
  padding: 0px;
}

.fb-small-box .fb-fb {
  padding: 0px;
}

.fb-small-left{
  left: 15px;
}

.fb-small-right{
  right: 0px;
}

.fb-small-left{
  right: 0px;
}

.fb-small-box .star-ratings-css {
  width: 100px !important;
  margin-left: 15px;
}

.fb-small-box .header-name a {
    width: 100%;
    background: #3b5998;
    display: block;
    color: #fcfcfc;
    text-align: center;
    font-size: 12px;
    padding: 8px !important;
    display: block;
}

.fb-small-box {
  -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow:0 0 10px rgba(0, 0, 0, 0.5);  
}