/*
Theme Name: pfp
Text Domain: pfp
*/
   * {
        box-sizing: border-box;
    }
body {
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 15px;
	line-height:1.6;
    color: rgba(255,255,255,0.8);
	background:#1b2b38;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	overflow-x:hidden;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
section img {
    max-width: 100%;
}
h1,
h2, .h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
	
	line-height:normal;
	color:#fff;
	font-weight:700;
}
h1 {font-size:30px;}
h2, .h2 {font-size:27px;}
h3 {font-size:24px;}
h4 {font-size:21px;}
h5 {font-size:19px;}
h6 {font-size:17px;}
p {
    margin: 0 0 15px;
    padding: 0;
}
a {
    color: #ff7a00;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
ul {list-style:disc;}
ol {list-style:decimal;}
ul, ol {
    margin: 0 0 15px 15px;
    padding: 0;
}
blockquote {border-left:4px solid #dafe31;padding-left:20px;font-size:17px;color:#fff;margin:0 0 15px;}
table {display:table;width:100%;text-align:center;border-collapse: collapse;margin:0 0 15px;border:1px solid rgba(255,255,255,0.1);}

table td, table th {padding:10px 15px;border:1px solid rgba(255,255,255,0.1);}
@media screen and (max-width: 767px) {
    .table-cover {
        width: 100%;
        overflow: auto!important;
    border:1px solid rgba(255,255,255,0.1);
     
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .table-cover table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
.clear {
    clear: both;
}
.center {
    text-align: center;
    margin-bottom: 40px;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}
.middle-align {
    margin: 30px auto;
    padding: 0;
}
.wp-caption {
    margin: 0;
    padding: 0;
    font-size: 13px;
    max-width: 100%;
}
.wp-caption-text {
    margin: 0;
    padding: 0;
}
.sticky {
    margin: 0;
    padding: 0;
}
.screen-reader-text,
.bypostauthor,
.gallery-caption {
    margin: 0;
    padding: 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 45px;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}


.toggleMenu {
    display: none;
}
section {
    padding:0;
    position: relative;
}

/* ------- Slider -------- */

.bonuses{
  position:relative;
  margin: 0 0 30px 0; 
  padding:182px 12px 24px;
  color:#fff;
}
.bonuses__content{
  position:relative;
  z-index:2;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.bonuses__bg{
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
}
.bonuses__bg img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:80% 50%;
     object-position:80% 50%;
}
.bonuses .box{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  width:100%;
  padding:12px 12px 66px;
  font-weight:bold;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
  border-radius:8px;
}
.bonuses .box__header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:4px;
}
.bonuses .box__text{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:6px;
  min-width:47%;
  font-weight:bold;
  font-size: 10px;
  white-space:nowrap;
  text-transform:uppercase;
}
.bonuses .box__text span{
  color:#f7d540;
  font-size:24px;
  text-align:right;
  text-shadow:0 2px 0 #e75700;
}
.bonuses .box__footer{
  position:absolute;
  right:12px;
  bottom:12px;
  left:12px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:12px;
}
.bonuses .box__button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:12px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:100%;
  max-width:396px;
  padding:8px 6px;
  color:#fff;
  font-weight:bold;
  line-height:24px;
  text-align:center;
  text-transform:uppercase;
  border:1px dashed;
  cursor:pointer;
}
.bonuses .box__button:hover{
  text-decoration:none;
}
.bonuses .box--casino{
  background:-webkit-gradient(linear, left top, left bottom, from(#09B505), to(#004B40));
  background:linear-gradient(180deg, #09B505 0%, #004B40 100%);
}
.bonuses .box--casino .box__button:last-child{
  background:#05D100;
  border-color:#05D100;
  border-style:solid;
}
.bonuses .box--casino .box__button:last-child:hover{
  background:#05ab00;
  border-color:#05ab00;
}
.bonuses .box--poker{
  background:-webkit-gradient(linear, left top, left bottom, from(#FF642E), to(#5F0203));
  background:linear-gradient(180deg, #FF642E 0%, #5F0203 100%);
}
.bonuses .box--poker .box__button:last-child{
  background:#FF2E2E;
  border-color:#FF2E2E;
  border-style:solid;
}
.bonuses .box--poker .box__button:last-child:hover{
  background:#d52424;
  border-color:#d52424;
}

.scrolling .box__footer{
  position:fixed;
}
.scrolling .box__footer .box__button:first-child{
  background-color:rgba(0, 0, 0, 0.7);
}
.scrolling .box--casino .box__footer{
  bottom:60px;
}

@media only screen and (min-width: 480px){
  .bonuses .box{
    font-size:14px;
  }
  .bonuses .box__text span{
    width:40%;
  }
}

@media only screen and (min-width: 768px){
  .bonuses{
    max-width: 1160px;
    margin: 30px auto;
    padding:60px;
  }
  .bonuses__content{
    gap:24px;
    max-width:500px;
  }
  .bonuses__bg img{
    -o-object-position:50%;
       object-position:50%;
       border-radius: 10px;
  }
  .bonuses .box{
    font-size:16px;
  }
  .bonuses .box__header{
    gap:16px;
  }
  .bonuses .box__text{
    min-width:0;
	font-size: 12px;
  }
  .bonuses .box__text span{
    width:auto;
    font-size:36px;
    text-align:left;
  }
}


#slider {
position:relative;background:url(/wp-content/uploads/2024/11/start.jpg) no-repeat left center;background-size:cover;padding:60px 30px 0;
height:320px;margin:30px auto;border-radius:10px;overflow:hidden;
width:1160px;
}

.slide-bonus {font-weight:700;font-size:27px;color:#fff;}
.slide-promo {font-weight:700;position:relative;display:inline-block;z-index:9;color:#fff;max-width:400px;}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
#slider a.button-2 {display:block;margin:30px 0;max-width:200px;padding:10px;}
#slider a.button-1 {display:none;margin:15px auto;max-width:200px;padding:10px;}
.slide-promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #ff7a00;
}

.slide-promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pfp/images/copy.svg);
    mask: url(/wp-content/themes/pfp/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff7a00;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1210px) {
#slider {margin:0 0 30px;width:100%;border-radius:0;}
}

@media (max-width:767px) {
#slider {height:auto;padding:30px 15px;text-align:center;background: linear-gradient(270deg, #7346F3 0%, #190061 51.35%, #110040 100%);}
#slider a.button-2 {margin:15px auto;}
#slider a.button-1 {display:block;}
.slide-bonus {font-size:24px;}
.slide-promo {max-width:100%;}
.home .link-info, .home #navigation {display:none;} 
}
.main-container {
  
    padding: 0;
}

#header .header-inner .logo {
    margin: 0;
    padding: 0;
}
.logo img {width:170px;display:block;}
.toggle {
    display: none;
}
a.custom-logo-link {display:inline-block;}
#header {
    width: 100%;
    position: relative;
	
}

.header-left{
	width: 30%;
	margin-right: auto;
}
.header-right{
	width: 70%;
}
.link-info {text-align: right;}

button.dropdown-toggle{
	display:none;
}

/* = Navigation css
-------------------------------------------------------------- */
#navigation{
	margin: 0 auto;
	background:#13212d;
	
	padding:15px 0;
}

.toggle a{
	width:auto; 
	color:#ffffff; 
	background:url(images/mobile_nav_right.png) no-repeat right center #13212d; 
	padding:10px 20px; 
	margin:5px 0 0; 
	font-weight:700;
	text-align:left;
}
.toggle a:hover{
	color:#ffffff !important;
}
.sitenav{ 
	position:relative; 
	z-index:98; 
	
}

.sitenav ul {
	margin:0; 
	padding:0; 
	
	font-size:15px; 
	font-weight:400;
	text-transform: uppercase;
}
.sitenav ul li{ 
	display:inline-block; 
	position:relative; 
	margin-right:15px;
	
}

.sitenav ul li a{
	
	display:block; 
	
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	position:relative; 
	
}

.sitenav ul li a:hover {
	color: #ff7a00;
}

/* = Navigation 2nd level css
-------------------------------------------------------------- */
.sitenav ul li ul {
	color: #fff;
	opacity: 0;
	padding:0;
	position: absolute;
	right: 9999rem;
	top: calc(100% + 2rem);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 20rem;
	z-index: 1;
}
.sitenav ul li.menu-item-has-children:hover > ul,
.sitenav ul li.menu-item-has-children:focus > ul,
.sitenav ul li.menu-item-has-children.focus > ul {
	left: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
	background-color:#ffffff !important;
	top:49px;
}
.sitenav ul li ul li{
	display:block; 
	position:relative; 
	float:none; 
	top:1px; 
	line-height:18px; 
	margin-left:0;
	margin-right:0; 
}
.sitenav ul li ul li a{
	display:block; 
	padding:10px; 
	position:relative; 
	top:0; 
	text-align:left;
}


	/* = Navigation 3rd level css
-------------------------------------------------------------- */
.sitenav ul li:hover ul li:hover > ul,
.sitenav ul li:hover ul li:focus > ul{
	display:block; 
	position:absolute; 
	left:200px; 
	top:-1px; 
	-moz-animation: fadeInRight .3s ease-in-out; 
	-webkit-animation: fadeInRight .3s ease-in-out; 
	animation:fadeInRight .3s ease-in-out; 
}

.sitenav ul li.menu-item-has-children.focus ul li.menu-item-has-children.focus ul {
	left:inherit !important; 
	top:-1px !important;
	right: -174px !important;
}
}

/* = section first css
-------------------------------------------------------------- */
section#pagearea { 
	width:100%; 
	position:relative; 
}
.pagearea-inner { 
	z-index:99; 
	width:100%;
	margin-bottom:50px;
}

.thumbbx img {border-radius:5px;width:100%;}

.featbox {
background: #302d28;
border-radius: 10px;
padding:10px;
margin: 0 0 30px;
}
.featbxcntnt {min-height:60px;} 
.featbxcntnt a {font-weight:700;color: #f9b242;display:block;line-height:1.3;}
.featbxcntnt a:hover {color:#fff;}
.home-inner {margin:0 -15px;}
.three_column {
    width: 25%;
	float:left;
	padding:0 15px;
}

/* --------- Pages ------- */

.content-area {
    width: 100%;
    margin: 0 auto;
    padding:0;
}
.header-inner {
    position: relative;
	padding:18px 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
@media (min-width: 576px) {
  .content-area, .header-inner, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
.content-area, .header-inner, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
.content-area, .header-inner, .container {
    max-width: 960px;
  }
}

@media (min-width: 1230px) {
.content-area, .header-inner, .container {
    max-width: 1160px;
  }
}
.site-main {width: 70%;float: left;}
.category-template-category-games-php .site-main {width:100%;}
#sitefull {width: auto !important;}
#nosidebar {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
#sidebar {
    width: 30%;
    margin: 0;
	
    padding: 0 0 0 30px;
    float: left;
}
#sidebar .widget {margin:0;background:#13212d;padding:15px;}
/* -------- Footer ------- */

.footer-wrapper ul {list-style:none;margin:0;}
.footer-wrapper ul li {display:inline-block;margin:0 10px 10px;}
.footer-wrapper ul li a {font-weight:700;color: #fff;}
.footer-wrapper ul li a:hover {color: #ff7a00;}
.footer-wrapper {padding:40px 0 0;background:#151a22;text-align:center;}
.copyright-wrapper { 
	margin:20px 0 0; 
	 font-size:13px;
	padding:15px 0 10px; 
	
	border-top: 1px solid rgba(255,255,255,0.07);
}

.footer-wrapper .copyright-wrapper ul li a {font-weight:400;color: #ff7a00;}
.footer-wrapper .copyright-wrapper ul li a:hover {color:#fff;}

.error_msg {
    padding: 10px;
    background: #ffd3ce;
    color: #e00;
    border: 1px #e00 solid;
    margin: 15px 0;
}
.success_msg {
    padding: 10px;
    background: #dcffc5;
    color: #070;
    border: 1px #070 solid;
    margin: 15px 0;
}
.spacer20 {
    height: 20px;
    clear: both;
}
.nav-links {
    
    clear: both;
    margin: 15px 0;
    width: 100%;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-links a,
.nav-links .page-numbers {
    background:#13212d;
    color: #fff;
	font-weight:700;
    padding: 5px 13px;
    display: inline-block;
}
.nav-links .current,
.nav-links a:hover {
    background: #ff7a00;
	color:#fff !important;
}
h1.entry-title,
h1.page-title {
font-size: 25px;
line-height:1.3;
margin:0 0 20px;
}

article img {
    height: auto;
}
.error-404.not-found {text-align:center;padding:100px 0;}

.not-found .search-form {max-width:500px;margin:0 0 15px;}
.error-404.not-found .search-form {margin:0 auto 15px;}
input.search-field {width:100%;font-size:15px;}

input.search-field,
.post-password-form input[type=password] {
    border: none;
    padding: 10px 15px;

}
input.search-submit {display:none;}

.widget {margin: 0 0 30px;}
.widget ul {
    list-style: none;
    margin:0 0 15px;
}
.accordion-box h2.active {
    color: #ff8a00;
}
.webicon {
    font-size: 20px;
}
#sidebar ul li {margin: 0 0 10px;list-style:none;}
#sidebar ul li a {display:block;line-height:1.3;font-weight:700;}


ol.comment-list, ol.children {
    list-style: none;
  margin:0;
}
.comments-title, #reply-title {font-size: 17px;font-weight: 700;text-transform: uppercase;margin-bottom: 15px;color: #ffffff;}
a.comment-reply-link {font-weight:700;}
.comment-edit {float:right;font-size:13px;}
.comment-content {padding:0 0 30px;}
.comment-date {font-size:13px;color:#b0b0b0;}
.comment-author img {float:left;margin-right:15px;margin-top:4px;}
ol.children {padding-left:30px;}
.widget-title {
   font-size:17px;
	font-weight:700;
	text-transform:uppercase;
    margin-bottom: 15px;
	color:#ffffff;
}


#commentform label {
    display: block;
	font-size:14px;margin:0 0 5px;
}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
    width:100%;
	padding:10px;
    border: none;
	font-size:15px;
  
}
#commentform input#submit {
  font-family:inherit;
    border: none;
    padding: 10px 20px;
    color: #fff;
	border-radius: 20px 4px;
  background: #7b5cfe;
	text-transform:uppercase;
	font-weight:700;
    display: inline-block;
	cursor: pointer;
}
#commentform input#submit:hover {
   background:#7b5cfe;
}
p.form-submit {margin:0;}

select{
	padding:10px;
	width:100%;
}


/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#sitemain[tabindex="-1"]:focus {
  outline: 0;
}
.game-cat ul {list-style:none;margin:0;}
.game-cat ul li {display:inline-block;margin-right:10px;margin-bottom:20px;}
.game-cat ul li a {font-weight:700;color:#fff;padding:6px 20px;border-radius: 20px 4px;
  background: #7b5cfe;}

.link-info a.button-1 {margin-right:15px;}
.link-wrapper {text-align: center;padding:2px 0 2px;}
.link-wrapper a {margin:0 10px;}
.pay-wrapper {display: flex; justify-content: space-between;align-items: center;}
.pay-wrapper img {max-height:40px;}
.dev-wrapper {text-align: center;padding:30px 0 10px;}
.dev-wrapper img {max-height:40px;margin:5px 20px;}


a.button-2 {text-align: center;
  border-radius: 20px 4px;
  background: #2ecc71;
  font-weight: 700;
  padding: 10px 30px;
  color: #fff;}

a.button-1 {text-align: center;
  border-radius: 20px 4px;
 background: #7346F3 ;
  font-weight: 700;
  padding: 10px 30px;
  color: #fff;}
#sidebar a.button-1, #sidebar a.button-2 {display:block;margin:0 auto 15px;}


a.demo-link {color:#fff;font-weight:700;text-transform:uppercase;font-size:14px;}
.slotter {background:#000;border-radius:10px;overflow:hidden;text-align:center;margin-bottom:30px;position:relative;}
.slotter a.button-2 {display:block;padding:9px;margin:15px auto;max-width:180px;}
.slotter span {display:block;}

.slotter img {display:block;width:100%;}
.slotter:hover img {opacity:0.3;}
.slot-button {display:none;position:absolute;width:100%;text-align:center;top:16%;}
.slotter:hover .slot-button {display:block!important;}
.article-inner {background: #13212d;
  border-radius: 10px;
 overflow:hidden;
 
  margin-bottom: 30px;
 }
.article-title {padding:10px 15px 15px;}
.article-title a {display:block;font-weight:700;line-height:1.3;}
.entry-img {float:left;width:43%;margin-right:20px;margin-bottom:15px;}
.entry-content .entry-img img {display:block;border:none;}
.blog-post-repeat {margin:0 0 20px;padding:0 0 20px;border-bottom:1px solid rgba(255,255,255,0.1);}
.blog-post-repeat .entry-img {margin-bottom:0;}
.post-title a {display:block;margin:0 0 10px;font-weight:700;line-height:1.3;font-size:17px;}
.entry-content a {font-weight:700;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content iframe {width:100%;border:none;padding:0;height:450px;}
.entry-content p:first-of-type {clear:none;}
.entry-content img {border:1px solid rgba(255,255,255,0.1);}
.nf-title {font-size:25px;font-weight:700;margin:0 0 15px;}
.archive-description {clear:both;}
.play-button {text-align:center;padding:30px 0;}




.bgblock {border-radius: 10px;background:#292622;padding:15px 15px 1px;margin:0 0 30px;}

.two_column {float:left;width:50%;padding:0 15px;}
.home-about {padding:0 0 10px;}

.blockborder {width:100%;display:block;height:4px;background:#302d28;margin:30px 0;}
.home-slots .blockborder, .home-section .blockborder {margin:5px 0 30px;}
.home-bonus .blockborder {margin:40px 0 30px;}
.home-bonus img {float:left;width:50%;}
.home-title {padding-top:30px;}
.loyal-left {width:60%;float:left;padding-right:30px;}
.loyal-right {width:40%;float:left;}
.home-loyal img {margin-top:-15px;}
.home-help {padding-bottom:40px;}
.home-btn {text-align:center;padding:20px 0 20px;}
.prb, .prbh, .prb-h {font-weight:700;text-align:center;padding:15px;background: #0b52a4;margin:0 0 15px;}
.prbh, .prb-h {margin:0;}
.prb-h {z-index:99;position:fixed;left:0;right:0;top:0;-webkit-box-shadow: 0px 10px 18px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 18px -8px rgba(0,0,0,0.75);
box-shadow: 0px 10px 18px -8px rgba(0,0,0,0.75);}
a.pfcode { 
position:relative;
margin-right:25px;
color:#f9b242;
text-decoration:none!important;
}

a.pfcode:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pfp/images/copy.svg);
    mask: url(/wp-content/themes/pfp/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #f9b242;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
/* Social Sharing */

.jssocials-shares {margin: 0;}

.jssocials-shares * {box-sizing: border-box;}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }


.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }
#play-social .jssocials-share-twitter .jssocials-share-link {
  background: none; color:#3fa6da;}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
#play-social .jssocials-share-facebook .jssocials-share-link {
  background: none; color:#385593;}
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }
#play-social .jssocials-share-whatsapp .jssocials-share-link {
  background: none; color:#29ad00; }
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }
#play-social .jssocials-share-telegram .jssocials-share-link {
  background: none; color:#2ba0d9; }
.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }
#play-social .jssocials-share-viber .jssocials-share-link {
  background: none; color:#774f98; }
.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }
#play-social .jssocials-share-vkontakte .jssocials-share-link {
  background: none; color:#4f7db2; }
.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

	
	
.jssocials {
	display: inline-block;
}

#play-social .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

#play-social .jssocials-share-link {
	
	padding: 0;

}
#play-socials .jssocials-share-link {
	
	padding: 10px;

}
#play-socials .jssocials-share-logo {
    font-size: 17px;
	
}
#play-social .jssocials-share-logo {
    font-size: 25px;
	text-shadow:0 0 3px rgba(0,0,0,0.4);
}
#play-social {
	margin-top: 20px;
}
#play-socials {
	margin-top: 0;margin-bottom:15px;
}
#play-socials.jssocials {
	text-align:center!important;display:block!important;
}
@media (max-width:991px) {
#sidebar {margin-top:30px;}
}
@media (max-width:370px) {
.link-info a, .link-wrapper a {display:block;margin:0 0 15px!important;}
}