/*
Theme Name: pd
Text Domain: pd

*/


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
 
  -webkit-text-size-adjust: 100%;
 
}
body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background: #f7f7f7;
	color: #686868;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height:1.5;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {color:#000;font-weight:700;margin:0 0 15px;}
h1, .h1 {
	font-size: 36px;
	
}
h2, .h2 {

	font-size: 34px;

}
h3, .h3 {

	font-size: 30px;
	
}
h4, .h4 {

	font-size: 26px;

}
h5, .h5 {

	font-size: 22px;

}
h6, .h6 {
	font-size: 18px;
}
ul, ol {margin:0 0 15px 15px;padding:0;}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
blockquote {
	border-left:3px solid #ffae00;
	margin:15px 0;
	padding:0 0 0 15px;
	font-style: italic;
	font-size:17px;
}
table {border-collapse: collapse;text-align:center;width:100%;border:1px solid #e2e2e2;margin:0 0 15px;}
table tr td {border:1px solid #e2e2e2;padding:10px;}
table tr:first-child td {font-weight:700;}
table tr:nth-child(odd) {background:#f0f0f0;}
@media screen and (max-width: 767px) {
    .cover-table {
        width: 100%;
        overflow: auto!important;
        border: 2px solid #e2e2e2;
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .cover-table table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
code {
	font-family:"Courier New", Courier, monospace;
}
/* links */
textarea {width:100%;}
textarea:focus {outline:0;}
a {
	color: #000;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
	color:#2ecc71;
}
/* container */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #00B2B2;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: auto;
	
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


#wrapper {
	width: 100%;
	clear:both;
	position: relative;
padding-top:40px
}
.home #wrapper {padding-top:0;}
/* header */

#header {
	background:#000;
	position: relative;
	clear:both;
	float:left;
	width:100%;
	padding:15px 0;
}

#logo {
	width: 30%;
	float:left;
	
}

#logo img {width:200px;display:block;}



.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
/* search */

#searchform {
	padding:0;
	margin:0;
	float: left;
	width: 100%;
	
}
#searchform input#s {
	margin:0;
	padding:10px;
	width: calc(100% - 70px);
	box-sizing: borde-box;
	
	background: none;
	border: solid 1px #eaeaea;
	border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
	font-size:13px;
	
	float: left;
}
#searchform input#searchsubmit {
	background: #ffae00;
	border: none;
	color: #fff;
	text-transform: uppercase;
	width:70px;
	cursor: pointer;
	position:relative;
	float: left;
	font-weight:700;
	padding:11px 0;
	font-size:13px;
	border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
#searchform input#searchsubmit:hover {background:#fcb723;}
/* Main Menu */

#mainmenu {
	width: 40%;
	float: left;
	padding-top: 8px;
	*width: 916px; /* IE7 only hack */
}
#toplink {width: 30%;
	float: left;
	padding-top:8px;
	text-align:right;}
	#toplink .click1 {margin-right:15px;}
.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
	display:inline-block;
	margin-right:20px;
}
.sf-menu li:last-child {margin:0;}

.sf-menu a {
	padding: 0;
	
	zoom: 1; /* IE7 */
	font-size: 14px;
	text-transform: uppercase;
	color:#999;

}

.sf-menu a:hover {color:#fff;}




/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #a3978e; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(163,151,142,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #a3978e; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(163,151,142,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

.sf-menu ul.sub-menu {display:block!important;}




/* Top Widget */

.headerbg {
	width: 100%;
	margin-top: 120px;
	float: left;
	background: #fff;
	height: 410px;
	animation-duration: 1.4s;
	overflow: hidden;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-400px);
    }
    50%{
       opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 1;
        transform: translateX(-100%);
    }
    50%{
       opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.headerbg .fadeInLeft{
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.headerimage {
	position: absolute;
	right: 10%;
	top: 0;
	opacity: 0;
	animation-delay: 2s;
}

#topwidget {
	max-width: 600px;
	float: left;
	padding-bottom: 0;
	
	position: relative;
	z-index: 999;
	opacity: 0;
    margin-top: 100px;
	margin-left: 10%;
	margin-right: 5%;
	animation-delay: 1.5s;
}



#topwidget ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}

#topwidget ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	width: 100%;
	margin-top: 2px;
}

#topwidget ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#topwidget ul li a {
	border: none;
	text-decoration: underline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	
}

#topwidget ul li a:hover {
	text-decoration: none;
}

/* Content Section */

#contentwrapper {
width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
position:relative;
}
@media (min-width:576px) {
#contentwrapper {max-width:530px;}
}

@media (min-width:768px) {
#contentwrapper {max-width:730px;}
}

@media (min-width:992px) {
#contentwrapper {max-width:960px;}
}

@media (min-width:1200px) {
#contentwrapper {max-width:1160px;}
}


.pagetop {
background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px;
margin:0 0 30px;
}

.page-template-default #content {margin:0 0 30px;}
#content .post {background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px;}



#contentfull .post {
background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px;margin:0 0 30px;
}

#contentplain {
	width: 100%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}


.bg-img {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	opacity: .4;
}



/* Search Results */

.search-results #searchresult {
	text-align: left;
}

.search-results .type-page {
	width: 100%;
	float: left;
	clear: left;
	background: none;
	margin-bottom: 40px;

}

.search-results .pagination {
	display: block !important;
}






p.makesearch {
	font-size: 22px;
}





a.bloglink img {
	transition: all .5s ease;
	display:block;
	border-radius:10px;
}

a.bloglink:hover img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/* Content Titles */

h1.entry-title {
	font-size: 24px;
	line-height:1.2;
	margin:0;
}
.single h1.entry-title {

	margin:0 0 15px;
}
.h2.entry-title a {font-size:18px;display:block;line-height:1.2;}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry ul, .entry ol, .entry p, .entry blockquote {clear:both;}
.entry h1 {font-size:30px;line-height:1.1;}
.entry h2 {font-size:27px;line-height:1.15;}
.entry h3 {font-size:24px;line-height:1.2;}
.entry h4 {font-size:21px;line-height:1.25;}
.entry h5 {font-size:18px;line-height:1.3;}
.entry h6 {font-size:16px;line-height:1.35;}
.entry p:nth-of-type(1) {clear:none;}

/* Blog Page Navigation */

.pagination {
width: 100%;
font-weight:700;
margin-bottom:40px;
}



.pagination span {
	margin-right: 5px;
	
}

.pagination span.current, .pagination a {

	margin-right: 5px;
	text-decoration: none;
	font-size: 14px;
	padding:5px 12px;
	text-transform: uppercase;
  	color: #000;
		background: #fff;
		border-radius: 5px;
		display: inline-block;
		
}
.center {text-align:center;}
.pagination a:hover,
.pagination span.current {
background:#ffae00;
color:#fff;
	
}



/* Post Navigation */



.post-navigation {
	width: 100%;
	float: left;
	clear: none;
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.post-navigation a {
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	font-size: 0px;
}

.post-navigation a:hover {
	opacity: .6;
}

.post-navigation .nav-previous {
	width: 32px;
	float: left;
	position: relative;
}
.post-navigation .nav-next {
	width: 32px;
	float: left;
	text-align: right;
	position: relative;
}

.post-navigation .nav-next a:hover, .post-navigation .nav-previous a:hover {

}
.post-navigation span.meta-nav {
	width: 100%;
	display: block;
	text-decoration: none;
	line-height: 32px;
}
.post-navigation .nav-previous a:before {
	content: '\f431';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	color: #00B2B2;
	vertical-align: middle;
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}
.post-navigation .nav-next a:after {
	content: '\f432';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	color: #00B2B2;
	vertical-align: middle;
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
}

.single-portfolio .post-navigation {
	margin-top: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

#rightbar select {
	max-width: 100%;
}

#rightbar .widget {margin: 0 0 30px;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px;}

#rightbar .widget ul {margin:0;list-style:none;}
#rightbar .widget ul li {border-bottom:1px solid rgba(0,0,0,0.07);padding-bottom:10px;margin-bottom:10px;}
#rightbar .widget ul li:last-child {border:none;padding-bottom:0;margin-bottom:0;}
#rightbar .widget ul li a {display:block;line-height:1.4;color:#2ecc71;}
#rightbar .widget ul li a:hover {color:#000;}
#rightbar .widget-title {font-weight:700;font-size:18px;margin:0 0 15px;color:#000;}
#rightbar #custom_html-3.widget {background:none;box-shadow:none;padding:0;}
#rightbar .click1, #rightbar .click2 {display:block;text-align:center;padding:13px;}
#rightbar .click1 {margin-bottom:15px;}
#rightbar .click2:hover {background:rgba(0,0,0,0.07);}

.breadcrumbs {margin:5px 0 0;}
.breadcrumbs a {color:#2ecc71;}
.breadcrumbs a:hover {color:#000;}
.single .breadcrumbs {margin:0 0 10px;}

#commentform {
	margin:0!important;
	padding:0!important;
}

.comments-title, #reply-title {font-weight:700;font-size:20px;color:#000;margin:0 0 15px;} 
#comments {margin: 30px 0;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:10px 15px 1px;}

#comments label {
	display:block;
	margin-top: 10px;
	margin-bottom:5px;
}
#author, #email, #url, #comment {
	font-size: 14px;
	padding:10px;
	border: solid 1px #eaeaea;
border-radius:10px;
	margin: 0!important;
	background: none;
	
}

#submit {
	cursor:pointer;
	padding: 12px 16px;
	border: none;
	color:#fff;
	font-weight:700;
	margin: 0!important;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;
	background: #ffae00;
	text-transform: uppercase;
	border-radius:10px;
}

#submit:hover {
	background:#fcb723;
}

#respond .h3, #comments .h2 {

	font-size: 14px;
	text-transform: uppercase;
	
}
input:focus {outline:0;}
.comment-form-cookies-consent {
	display:none;
}

.comment-form-cookies-consent label {
	float: none!important;
	margin: 0!important;
	clear: none!important;
}

a.comment-reply-link {
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;
	padding: 0;
	margin:0;
	font-size: 13px;
	background: none;
	font-weight: 400;
}

.comment-date {font-size:12px;}


ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	
	width: 100%;
}
#cancel-comment-reply-link {margin-top:20px;font-weight:400;}
.avatar {
	float:left;
	margin: 8px 15px 0 0;
	width: 50px;
	height: 50px;
}
ol.commentlist li.comment {
	margin: 0 0 0px;
	padding:0;
	list-style-type:none;
	float: left;
	width: 100%;
	

}
ol.commentlist li ol.children {
  padding-left: 30px;
 
}
.comment-content {padding-bottom:20px;}
.comment-content p {margin-top:15px;}

cite {
	
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
cite a {
	
	text-decoration: none;
	border-bottom: solid 1px #eaeaea;
}




#footer {
	width: 100%;
	
	background: #000;
	
	padding:50px 0;
}

/* Footer Widgets */

#footerwidgets .widget {margin: 0 0 50px;}

#footerwidgets .widget-title {
font-size:17px;
font-weight:400;
color:#fff;
text-transform:uppercase;
margin:0 0 15px;
}

#footerwidgets ul {margin:0;}
#footerwidgets ul li {
	margin:0 0 5px;
	list-style: none;
}

#footerwidgets ul li a {
color:#999;
text-transform:uppercase;
font-size:14px;
}

#footerwidgets ul li a:hover {
color:#fff;
}

#copyinfo span {font-size: 13px;}
#copyinfo p {margin:5px 0 0;font-size: 12px;}
#copyinfo ul {margin:10px 0 0;list-style:none;}
#copyinfo ul li {display:inline-block;margin-right:15px;}
#copyinfo ul li:last-child {margin:0;}
#copyinfo ul li a {font-size:13px;color:#999;}
#copyinfo ul li a:hover {color:#fff;}

/* misc */

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
 max-width: 100%;
}
img.size-full, img.size-large, img.header-image, img.wp-post-image, #contentwrapper img, img {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
embed, iframe, object, video {
 max-width: 100%;
}

/* Images */
.alignleft {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	background: none;
	text-align: center;
	border: none;
	background: #eaeaea;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-size: 12px;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}

p {margin: 0 0 15px;}
p.form-allowed-tags {display: none;}
.tagstring { display: none; }
.mmenu {display: none;}
.nav-bars {display: none;}

@media screen and (max-width: 991px) {

	#header #mainmenu {
		display: none;
	}

	body.opened #header { z-index: 999;}

	.mmenu {
  		display: block;
  		
  		width: 100%;
  		

	}

	.mmenu ul {
  		list-style: none;
  		padding: 0;
  		text-align: left;
  		position: relative;
  		margin: 0;
  		margin-bottom: 10px;
			display: none;
			background: #eaeaea;
			margin-top: 80px;
			
			z-index: 900;
	}

	.mmenu ul li {
  		float: left;
  	
  		position: relative;
	}



	.mmenu ul li a {
  		display: block;
  		
  		padding: 15px 20px;
  		border-bottom: 1px solid #f5f5f6;
  		text-decoration: none;
			font-weight: 700;
			
			
			text-transform: uppercase;
			width: 100%;
			box-sizing: border-box;
	}

	.mmenu ul li ul {
  		list-style: none;
  		padding: 0;
  		display: none;
  		position: absolute;
  		left: 0;
  		width: 160px;
  		margin-bottom: 0;
			margin-top: 0;
			border-top: none;
	}

	

	.mmenu ul li ul li a {
  		border-bottom: 1px solid #eaeaea;
  		display: block;
	}






	.mmenu ul li:hover ul {
  		display: block;
	}





.nav-bars {
  		
  		position: absolute;
		z-index: 999;
    	right: 15px;
    	width: 34px;
			height: 34px;
			background: none;
    	top: 0;
		color:#fff;
    	font-size: 24px;
    	cursor: pointer;
    	
		text-align: center;
		border:none;
	}

	.mmenu.mobile {
		position: absolute;
		right:0;
	}

	.mmenu.mobile.opened {
	}

	.nav-bars::before {
		content: '\f0c9';
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'fontello';
		line-height: 30px;
		
		-webkit-transition: all 0.3s ease;
  		-moz-transition:    all 0.3s ease;
  		-ms-transition:     all 0.3s ease;
  		-o-transition:      all 0.3s ease;
	}



	.mmenu .nav-bars i {
  		font-weight: bold;
	}

	.mmenu.mobile {
  		width: 100%;
	}

	.mmenu.mobile ul {
  		display: none;
	}

	.mmenu.mobile ul li {
  		width: 100%;
  		float: none;
	}


	.mmenu.mobile ul li ul {
  		position: static;
  		width: 100%;

	}

	.mmenu.mobile ul li ul li {
  		width: 100%;
	}

	.mmenu.mobile ul li:hover a:hover {
  	}

	.mmenu.mobile ul li:hover ul {
  		display: none;
	}

	.mmenu.mobile ul li:hover ul a {
  	}

	.mmenu.mobile ul li:hover ul a:hover {
	}

	.mmenu.mobile .nav-bars {
  		display: block;
	}




}

.bonuses{
  position:relative;
  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{
    padding:60px;
  }
  .bonuses__content{
    gap:24px;
    max-width:500px;
  }
  .bonuses__bg img{
    -o-object-position:50%;
       object-position:50%;
  }
  .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;
  }
}

.bonuscode {font-weight:700;color:#fff;max-width:400px;}
.bonuscode span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #ffd200;
}

.bonuscode span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pd/images/copy.svg);
    mask: url(/wp-content/themes/pd/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffd200;
    position:absolute;
    width: 18px;
    height: 18px;
    top:0px;
	right:-22px;
}
.cru {z-index:8;color:#ccc;position:absolute;right:30px;top:30px;background:rgba(0,0,0,0.5);border-radius:10px;padding:30px 20px;
max-width:270px;}
.cru .bonuscode {color:#ccc;}
.cru b {display:block;color:#fff;font-weight:700;}
.poker-promo {background:#180228 url(/wp-content/uploads/start-1.jpg) no-repeat center top; background-size:1800px;height:400px;display:block;padding:60px 0 0;}
.poker-promo-mob {display:none;padding:30px 15px;text-align:center;background: linear-gradient(to right, #180228 0%,#450bd2 100%);}
.bonus {font-size:30px;color:#fff;font-weight:700;max-width:37%;}
a.click4 {padding:10px;margin:15px auto;display:block;max-width:260px;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;border-radius:30px;background:#2ecc71;}
a.click3 {padding:10px;margin:15px auto;display:block;max-width:260px;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;border-radius:30px;background:#f94167;}
.cru a.click4 {margin:20px auto 0;}
.poker-promo a.click1 {padding:15px;border-bottom:3px solid #209150;display:block;text-align:center;margin:30px 0;max-width:200px;}
a.click1 {border-radius:30px;padding:10px 30px;font-weight:700;text-transform:uppercase;color:#fff;background:#2ecc71;}
a.click1:hover {background:#4dd486;color:#fff;}
a.click2 {border-radius:30px;padding:9px 30px;font-weight:700;text-transform:uppercase;color:#999;border:1px solid #999;}
a.click2:hover {background:rgba(255,255,255,0.1);color:#999;}
#footerwidgets .click1, #footerwidgets .click2 {width:200px;display:inline-block;text-align:center;}
#footerwidgets .click1 {margin-right:30px;}
.home h1, .home h2 {font-size:25px;}
.news-title {padding:10px 15px;min-height:110px;}
.news-title a {display:block;font-weight:700;line-height:1.4;}
.poker-news, .poker-one {padding:30px 0 0;}
.poker-two, .poker-three, .poker-four {padding:20px 0 0;}
.poker-five {padding:30px 0 40px;}
.poker-news article {background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);}
.poker-news img {display:block;}
.poker-news img:hover {opacity:0.8;}
.poker-three ul {list-style:none;margin:0 -15px 15px;}
.poker-three p {clear:both;}
.poker-three ul li {width:33.3333%;float:left;margin:0 0 10px;padding:0 15px;}
.poker-three ul li:last-child {margin:0;}
.poker-three ul li p {padding:15px;min-height:225px;background:#fff;border-radius:15px;box-shadow:0 1px 6px 0 rgba(0,0,0,0.07), inset 0px 0px 1px 0px rgba(246,193,1,1);}
.poker-three ul li p span {display:block;width:60px;height:60px;padding-top:2px;margin:5px auto 15px;text-shadow:0 0 3px #fff;border-radius:50%;background:#f7f7f7; border:6px solid #e6e6e6;font-weight:700;font-size:30px;color:#ffae00;text-align:center;}
.one-img {border-radius:15px;box-shadow:0 1px 8px 0 rgba(0,0,0,0.4);overflow:hidden;margin:0 0 15px;}
.one-img img {display:block;}
.poker-four .four-col ul {list-style:none;margin:0 -15px 15px;}
.poker-four .four-col ul li {min-height:100px;padding-left:85px;padding-right:15px;position:relative;width:50%;float:left;margin:0 0 10px;}
.poker-four .four-col ul li:last-child {margin:0;}
.poker-four .four-col i {font-size:20px;position:absolute;padding-top:9px;left:10px;top:3px;width:60px;height:60px;color:#6d2b9f;text-align:center;border-radius:50%;background:#f7f7f7; border:6px solid #e6e6e6;}
.poker-four .four-col p {clear:both;}
.poker-four .four-col ul li b {display:block;}
.four-col-2 {background:#fff;border-radius:15px;padding:20px;overflow:hidden;margin:15px 0;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);}
.four-col-2 ul {list-style:none;margin:0 0 15px 30px;padding-top:15px;}
.four-col-2 img {display:block;border-radius:12px;}
.four-col-2 ul li {position:relative;padding-left:25px;min-height:40px;}
.four-col-2 ul li:last-child {min-height:20px;}
.four-col-2 ul li:before {position:absolute;left:0;top:5px;content:"";width:15px;height:15px;border-radius:50%;background:#2ecc71;}
.cashlogos img {opacity:0.3;max-height:30px;}
.cashlogos p {text-align:center;height:90px;margin:0;width:25%;padding:30px 20px 0;float:left;border:1px solid #000;background:#0d0d0d;}
.miniature {width:350px;float:left;margin-right:20px;margin-bottom:15px;}

.wrapper-out {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:-15px;
  margin-right:-15px;
}

.wrap-in-1, .wrap-in-2, .wrap-in-3, .wrap-in-4, .wrap-in-5, .wrap-in-6, .wrap-in-7, .wrap-in-8, .wrap-in-9, .wrap-in-10, .wrap-in-11, .wrap-in-12  {
  position: relative;
width:100%;
padding-left:15px;
padding-right:15px;
  min-height: 1px;

}
@media (min-width: 992px) {
.wrap-in-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
.wrap-in-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

.wrap-in-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
.wrap-in-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
.wrap-in-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
.wrap-in-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	
  }
.wrap-in-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
.wrap-in-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
.wrap-in-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
.wrap-in-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
.wrap-in-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
.wrap-in-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* 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; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;}
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }
	
.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; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.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; }



.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;
}

#poker-share .jssocials-share {
    display: inline-block;
    vertical-align: top;
   
	
}

#poker-share .jssocials-share-link {
   
	padding: 9px 10px 9px 10px;
   
}


#poker-shares {
	margin-top: 20px;
	
}
#poker-share {
	margin-left:20px;
	
}
#poker-shares.jssocials {
	display:block!important;
	
}
a.gopd {display:block;margin:20px auto;padding:10px;border-radius:30px;max-width:200px;text-align:center;font-weight:700;color:#fff;background:#2ecc71;}
.bottom-box {position:fixed;bottom:0;left:0;width:100%;display:none;padding:15px;text-align:center;background: linear-gradient(to left, #180228 0%,#450bd2 100%);} 
.bottom-box img {width:200px;}
.bottom-box a.click4 {display:inline-block;max-width:auto;padding:10px 25px;margin:0;}
@media (min-width:992px) and (max-width:1199px) {
#footerwidgets .click1, #footerwidgets .click2 {width:170px;}
#toplink .click2 {display:none;}
.poker-three ul li p {min-height:250px;}
.poker-four .four-col ul li {min-height:70px;width:100%;}
}
@media (min-width:768px) and (max-width:991px) {
#toplink {padding-left:40px;}

.bonus {max-width:50%;}
.poker-three ul li {width:50%;}
}
@media (min-width:460px) and (max-width:991px) {
#footerwidgets .wrap-in-6, .poker-news .wrap-in-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	
  }

}
@media (max-width:991px) {
#copyinfo {padding-top:30px;}
a.bloglink img {width:100%;margin-bottom:15px;}
.error404 #content form {display:none;}
.poker-news article {margin-bottom:30px;}
.poker-four .four-col ul li {min-height:70px;width:100%;}
.four-col-2 img {margin:10px auto 0;}
.four-col-2 ul {margin:0 0 15px 0;padding-top:0px;}
}
@media (max-width:459px) {
#footerwidgets .click1, #footerwidgets .click2 {width:100%;display:block;}
#footerwidgets .click1 {margin-right:0;margin-bottom:15px;}
.cashlogos p {width:50%;}
}
@media (max-width:767px) {
.bottom-box { display: flex;
 justify-content: space-between;
 align-items: center;}
.miniature {width:100%;margin-right:0;}
#logo {width: 100%;float:none;text-align:center;}
#logo img {margin:0 auto;}
#toplink {width: 100%;float: none;text-align:center;padding-top:30px;padding-bottom:20px;}
.nav-bars {top: 20px;}
.mmenu ul {margin-top: 100px;}
.poker-promo, #toplink, .mmenu.mobile {display:none;}
.bonus {font-size:25px;max-width:100%;}
.poker-three ul li {width:100%;}
.poker-three ul li p {min-height:50px;}
.poker-promo-mob {display:block;}
.cru {position:static;background:rgba(0,0,0,0.2);padding:20px;
max-width:500px;margin:20px auto 0;}
.bonuscode {max-width:100%;}
}
@media (max-width:420px) {
.bottom-box img {width:150px;}
.bottom-box a.click4 {padding:10px 20px;}
#toplink .click1, #toplink .click2 {display:block;width:75%;margin:0 auto;}
#toplink .click1 {margin-bottom:15px;}
}
@media (max-width:360px) {
.bottom-box img {width:100px;}
.bottom-box a.click4 {padding:7px 15px;}
}
.getcode { 
	display: block;
    font-size: 20px;
    padding:10px 10px 8px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px dotted rgba(109,43,159,0.2);
    text-align: center;
    max-width: 280px;
	color:#6d2b9f;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-weight:700;
	margin-bottom:10px;
}
.getcode:hover {color:#6d2b9f;}
.getcode:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pd/images/copy.svg);
    mask: url(/wp-content/themes/pd/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #6d2b9f;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
.bonuscode .getcode {display: inline-block;
    font-size: inherit;
    padding:0;
    
    border-radius: 0;
    border: none;
    text-align: inherit;
    max-width: auto;
	color:#ec4799;

	font-weight:700;
	margin:0;}
.bonuscode .getcode:after {
   
    background-color: #ec4799;
  
    margin-left: 5px;}
.one-copy {background:#fff;border-radius:15px;padding:20px;margin:20px 0 10px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);text-align:center;}
.getlink {font-weight:700;color:#2ecc71;}
.getlink:hover {color:#000;}
.getbonus {color:#ffae00;font-size:22px;margin-bottom:5px;}

.one-copy .bonuscode {
    display: block;
    font-size: 20px;
    padding: 10px 10px 8px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px dotted rgba(109,43,159,.2);
    text-align: center;
    max-width: 280px;
    color: #6d2b9f;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    margin-bottom: 10px;
}

.mdwhd {
	display: flex;
    flex-direction: row;
	padding-bottom: 20px;
    padding-top: 10px;
	justify-content: space-around;
}

.dwnbtb{
	display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: space-between;
}

.dwnbtb:nth-child(1){ width: 40%;}
.dwnbtb:nth-child(2){ width: 40%;}
.dwnbtb:nth-child(3){ width: 12%; margin: 0;}

.dwnbtb2{
	display: flex;
    flex-direction: row;
	margin-bottom: 10px;
}

.mbinfo1 {
	display: flex;
    flex-direction: column;
	margin-right: 30px;
	white-space: nowrap;
}

.mbinfo1:not(:first-child)::before {
    background-color: rgb(232,234,237);
    content: "";
    display: block;
    height: 24px;    
    position: absolute;
    margin: 10px 0 0 -20px;
    width: 1px;
}

.mbinfo2 {
	display: block;
    text-align: center;
}
.mbinfo2:nth-child(2) {font-size: 80%;}

.mbinfo3 {
	display: block;
    text-align: center;
}

.mbinfoicons {
	width: 15px;
}

a.mobclick1 {
    border-radius: 30px;
    padding: 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #2ecc71;
    text-align: center;
	width: 85%;
    margin: 0 auto;
	overflow: hidden;
}
a.mobclick1:hover {background:#4dd486;color:#fff;}

a.mobclick2{
	border-radius: 30px;
    padding: 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    border: 1px solid #999;
    text-align: center;
    width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
a.mobclick2:hover {background: rgba(0,0,0,0.07);color:#999;}

.mblogo{
	width: 100px;
    border-radius: 15px;
    box-shadow: 1px 5px 7px 0px rgb(0 0 0 / 74%);
}
.mblogo2{
	width: 100px;
    border-radius: 15px;
    box-shadow: 1px 5px 7px 0px rgb(0 0 0 / 74%);
	width: 15%;
    height: -webkit-fill-available;
	display:none;
}
.sticky-content.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.fixed {
		position: fixed;
		z-index: 99;
		top: 0;
		background: #fff;
	}

@media (max-width:1200px) {
	.mbinfo1 {font-size: 80%;}
	.mobclick2 {font-size: 85%;}
	.mobclick1 {font-size: 85%;}
}

@media (max-width:968px) {
	.mbinfo1 {margin:0; margin-bottom: 5px; white-space: break-spaces; font-size: 80%;}
	.dwnbtb:nth-child(1) {width: 40%; margin-right: 0;}
	.dwnbtb:nth-child(2) {width: 40%; margin-right: 0;}
	.dwnbtb:nth-child(3) {width: 12%; margin-right: 0;}
	.dwnbtb2 {flex-direction: column;}
	.mbinfo1:not(:first-child)::before {display: none;}
	.mblogo2 {display: block;}
	.mobclick2 {font-size: 80%;}
	.mobclick1 {font-size: 80%;}
	.hidemobtxt {display: none;}
}

.bonuses #contentwrapper {position:relative;}
.tg {position:absolute;z-index:10;right:30px;bottom:12px;}
.tg a {font-weight:700;padding:15px 65px 15px 20px;color:#000;border-radius:8px;background:#fff url(/wp-content/uploads/telegram.png) no-repeat 90% center;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);background-size:30px;}
@media (max-width:991px) {
.tg {text-align:center;left:calc(50% - 130px);right:auto;bottom:-55px;}

.bonuses {padding: 140px 15px 90px;}

}