/*
Theme Name: pks
Text Domain: pks
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------

1.0 Normalize
2.0 Elements
3.0 Modules
4.0 Widgets
5.0 Partials
6.0 Pages

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}



mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}



/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

body {
  background-color: #fff;
  overflow-x: hidden;
}

hr {
  background-color: #d9d9d9;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  max-width: 100%;
  

}

figure {
  margin: 0;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: black !important;
  background-image: none;
  color: black;
}

::-webkit-selection {
  background: #0078d7;
  color: #fff;
}

::-moz-selection {
  background: #0078d7;
  color: #fff;
}

::-ms-selection {
  background: #0078d7;
  color: #fff;
}

::-o-selection {
  background: #0078d7;
  color: #fff;
}

::selection {
  background: #0078d7;
  color: #fff;
}

.site {
  background-color: #fff;
}

body.home .site {
  background-color: inherit;
}

.logged-in.admin-bar .ab-top-menu a,
.logged-in.admin-bar .ab-top-menu a > p {
  color: inherit !important;
}

.pad0lr {
  padding-left: 0;
  padding-right: 0;
}

.ovrhidden {
  overflow: hidden;
}




.mar0lr {
  margin-left: 0;
  margin-right: 0;
}

.pad0lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ovrhidden {
  overflow: hidden;
}



ul, ol {
  margin: 0 0 15px 15px;
 padding:0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}



table {
  margin: 0 0 15px;
  border-collapse: collapse;

  border:1px solid #dedede;
  width: 100%;
  text-align:center;
}
table tr:first-child td {font-weight:700;}
table tr:nth-child(odd) {background:#f9f9f9;}
table tr td {padding:10px;border:1px solid #dedede;}
@media screen and (max-width: 767px) {
    .retable {
        width: 100%;
        overflow: auto!important;
        border: 3px solid #acc0cf;
        border-radius: 3px;
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .retable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
  margin-left: 0;
}

dd a {
  text-decoration: underline;
}



.container, .boxed, .container-full {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position:relative;
}

.container:before, .container:after, .boxed:before, .boxed:after {
  content: " ";
  display: table;
}
.container:after, .boxed:after {
  clear: both;
}

@media (min-width: 576px) {
  .container, .boxed {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .boxed {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .boxed {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container, .boxed {
    max-width: 1200px;
    width: 100%;
  }
}


.row, .boxed-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.tab-1, .tab-2, .tab-3, .tab-4, .tab-5, .tab-6, .tab-7, .tab-8, .tab-9, .tab-10, .tab-11, .tab-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, 
.col-xs-11, .col-xs-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width:100%;
}
.home .block-grid {background:#f7f7f7;padding:40px 0 50px;}
.home .block-grid ul {list-style:none;margin:0 -15px;}
.home .block-grid ul li {float:left;width:25%;padding-left:15px;padding-right:15px;}
.home .block-grid ul li article {border-radius:15px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);background:#fff;overflow:hidden;}
.home .block-grid ul li article a {display:block;font-size:16px;line-height:1.3;}
.home .block-grid ul li article b {padding:15px!important;display:block;min-height:95px;}
.article-img {max-height:165px;overflow:hidden;}
.article-img img {width:100%;}
.col-xs-1 {
  width: 8.33333%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-3 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-6 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1, .tab-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-2, .tab-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-3, .tab-3 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4, .tab-4 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-5, .tab-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-6, .tab-6 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7, .tab-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-8, .tab-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-9, .tab-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10, .tab-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-11, .tab-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-12, .tab-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-3 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-6 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}




.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  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. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.clearfix:before, .clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-footer:after {
  clear: both;
}

a {
  color: #000;
 
}
a:hover, a:focus, a:active {
  color: #2ecc71;
}
a:focus, a:hover, a:active, a:visited {
  outline: none;
  text-decoration: none;
}

form {
  position: relative;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.wpcf7-form-control,
.form-control {
  background-color: #fcfcfc;
  border: 1px solid #f2f2f2;
  color: #777;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
 
  font-weight: 400;
  outline: 0;
  width: 100%;
  margin-bottom: 15px;
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -ms-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.wpcf7-form-control:focus,
.form-control:focus {
  background-color: #f7f7f7;
  color: #666666;
  -webkit-appearance: none;
}

.form-control {
  height: 44px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 8px 5px 8px 15px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  background-color: transparent;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}

fieldset {
  border: 1px solid #d9d9d9;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

select {
  border: 1px solid #d9d9d9;
}
select:focus {
  outline: none;
}

textarea {
  min-height: 200px;
  padding: 15px;
  overflow: auto;
  width: 100%;
}



input[type="button"],
input[type="reset"],
input[type="submit"]
 {
  background-color: #3a3a3a;
  border: none;
  color: #fff;
  cursor: pointer;
border-radius:5px;
  font-weight: 700;
  outline: none;
  margin:0;
  padding: 10px 30px;
  position: relative;

  text-transform: uppercase;
  text-decoration: none;

}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #000;
}


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





h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}
.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.h6 {
  font-size: 14px;
}



.section-title {
  font-size: 24px;
  font-weight: 700;
  
  text-align: center;
  text-transform: uppercase;
}

.maintitle-divider {
  height: 2px;
  width: 40px;
  margin-bottom: 40px;
  margin-top: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #bfbfbf;
}



.box-title {
  color: #1a1a1a;
  font-size: 20px;
}

html,
body,
button,
input,
select,
textarea {
  color: #666666;
  font-family: -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}




p {
  margin: 0 0 15px;
  word-wrap: break-word;
}

dfn, cite, em {
  font-style: italic;
  color: #000;
}

blockquote,
pre {
  background-color: #fafafa;
  border-width: 0 0 0 3px;
  border-color: #d9d9d9;
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #1a1a1a;
 
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}
.home blockquote {font-size: 17px;margin-top:15px;background:#fff;border-radius:15px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px;border:none;}
.home blockquote:before {display:none;}
blockquote p,
pre p {
  margin-bottom: 0;
}
blockquote dfn, blockquote cite, blockquote em, blockquote i,
pre dfn,
pre cite,
pre em,
pre i {
  color: #262626;
}


blockquote cite {
  color: #333333;
  display: block;
  font-style: normal;
  font-weight: 700;
  
}

pre {
 
  font-style: normal;
}

q {
  font-style: italic;
}
q:before {
  color: #333333;
  content: "\e809";
  font-family: "FontAwesome";
  font-size: 12px;
  vertical-align: middle;
  margin-right: 10px;
}


address {
  margin: 0 0 1.5em;
}

code, kbd, tt, var {
  
  font-size: 14px;
  background: #333333;
  color: #fff;
}

code {
  background: #f2f2f2;
  color: #1a1a1a;
}

abbr, acronym {
  border-bottom: 1px dotted #4d4d4d;
  cursor: help;
  color: #000;
}

mark, ins {
  background: #333333;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
}

big {
  font-size: 125%;
  color: #000;
}

del {
  color: #333333;
}

b,
strong {
  font-weight: 700;
  color: #4d4d4d;
}
b strong,
strong strong {
  font-weight: 700;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    width: 100%;
  }
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: left;
    width: 100%;
  }
}

.page-numbers {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  color: #1a1a1a;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 10px 18px;
  border-radius:5px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.page-numbers.current {
  background-color: #2ecc71;
  border: 1px solid #2ecc71;
  color: #fff;
}
.page-numbers:hover, .page-numbers:focus, .page-numbers:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.page-numbers:hover.current, .page-numbers:focus.current, .page-numbers:active.current {
  background-color: #2ecc71;
  border: 1px solid #2ecc71;
}
.page-numbers.dots:hover, .page-numbers.dots:focus, .page-numbers.dots:active {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #333333;
}

/*--------------------------------------------------------------
3.0 Modules
--------------------------------------------------------------*/




.site:before, .site:after {
  content: " ";
  display: table;
}
.site:after {
  clear: both;
}

.page-header {
 margin: 0;

}
.page-header .page-title {
  font-size: 25px;
margin:0 0 5px;
  
}

.nav-links .nav-previous a:before, .nav-links .nav-next a:before {
  color: #b3b3b3;
  font-weight: 400;
  text-transform: capitalize;
}





#comments {border-radius:15px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);padding:15px;margin:0 0 30px;}
#comments p.form-submit {margin:0;}
#comments .comment-form-comment p {margin:0;}
#comments textarea {margin:0;}
.comments-title,
.comment-reply-title {
  font-size: 18px;

}



.post-navigation,
.posts-navigation {
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .nav-links > div {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.nav-links .nav-previous a, .nav-links .nav-next a {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 15px 30px 15px 50px;
  
  text-transform: uppercase;
  -webkit-transition: padding-left 0.3s, padding-right 0.3s;
  -moz-transition: padding-left 0.3s, padding-right 0.3s;
  -ms-transition: padding-left 0.3s, padding-right 0.3s;
  -o-transition: padding-left 0.3s, padding-right 0.3s;
  transition: padding-left 0.3s, padding-right 0.3s;
}
.nav-links .nav-previous a:before, .nav-links .nav-previous a:after, .nav-links .nav-next a:before, .nav-links .nav-next a:after {
 
  display: block;
  font-size: 14px;
  vertical-align: middle;
}

.nav-links .nav-previous a:hover, .nav-links .nav-previous a:focus, .nav-links .nav-previous a:active, .nav-links .nav-next a:hover, .nav-links .nav-next a:focus, .nav-links .nav-next a:active {
  color: #2ecc71;
}
.nav-links .nav-previous a:before {
  content: "Предыдущее";
  font-size: 12px;
  left: 5px;
}
.nav-links .nav-next a {
  padding: 15px 50px 15px 30px;
}
.nav-links .nav-next a:before {
  content: "Следующее";
  font-size: 12px;
  left: auto;
  right: 5px;
}

.nav-previous,
.nav-next {
  position: relative;
}
.nav-previous:before,
.nav-next:before {
  color: #333333;
  content: "\F177";
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  left: 15px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.nav-previous:hover a, .nav-previous:focus a, .nav-previous:active a,
.nav-next:hover a,
.nav-next:focus a,
.nav-next:active a {
  padding-left: 60px;
}
.nav-previous:hover:before, .nav-previous:focus:before, .nav-previous:active:before,
.nav-next:hover:before,
.nav-next:focus:before,
.nav-next:active:before {
  color: #2ecc71;
}

.post-navigation .nav-next, .posts-navigation .nav-next, .comment-navigation .nav-next {
  float: right;
  text-align: right;
  border: none;
}
.nav-next:before {
  content: "\F178";
  left: 0;
  right: 15px;
}

.nav-next:hover a, .nav-next:focus a, .nav-next:active a {
  padding-right: 60px;
}

.nav-next:hover:after, .nav-next:focus:after, .nav-next:active:after {
  left: auto;
  right: 20px;
}


.pagination {
  display: block;
  
  margin-top: 20px;
  margin-bottom: 40px;
}



sidebar.sidebar {
  display: block;
  
}




.comments-area #reply-title {
  font-weight: 700;
 

}

.comment-head img {border-radius:10px;float:left;margin-right:20px;margin-bottom:20px;}
.comment-date {font-size:12px;}
.comment-meta {text-align:right;display:block;width:100%;}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.comments-area .comment-list li {
  list-style: none;
}
.comments-area .comment-list li.comment {margin: 0 0 30px;}

.comments-area .comment-list .comment-author .says {
  display: none;
}




.comments-area .comment-respond .logged-in-as {
  margin-bottom: 20px;
}


.comments-area .comment-respond .comment-form {
  margin-bottom: 0;
}


.related-post {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.related-post:before, .related-post:after {
  content: " ";
  display: table;
}
.related-post:after {
  clear: both;
}
.related-post .related-post-list {
  margin-bottom: 15px;
  margin-top: 15px;

}

.related-post .related-post-list .h3 {
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 20px;
}
.related-post .related-post-list .h3 a {
  color: #1a1a1a;
 
  font-size: 17px;
}
.related-post .related-post-list .h3 a:hover, .related-post .related-post-list .h3 a:focus, .related-post .related-post-list .h3 a:active {
  color: #000;
}
.related-post .related-post-list .post-thumb:after, .related-post .related-post-list .post-thumb:before {
  width: 220%;
}
.related-post .related-post-list .post-thumb img {
  border: none;
  margin-bottom: 0;
}
.related-post .related-post-list .post-thumb a i {
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  width: 40px;
}
.related-post .related-post-list .edit-link .post-edit-link {
  margin-left: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}





.searchform #searchsubmit {
  display: none;
}

.search-form label, .search-form .search-button {
  margin-bottom: 0;
  width: calc(100% - 40px);
  float: left;
}
.search-form .search-field {
  background-color: #fff;
  border-right: none;
  color: #1a1a1a;
  display: block;
  margin-bottom: 0;
  max-width: 100%;
  vertical-align: top;
}
.search-form .search-field::-webkit-input-placeholder {
  color: #1a1a1a;
}
.search-form .search-field:-moz-placeholder {
  color: #1a1a1a;
}
.search-form .search-field::-moz-placeholder {
  color: #1a1a1a;
}
.search-form .search-field:-ms-input-placeholder {
  color: #1a1a1a;
}
.search-form .search-field:hover, .search-form .search-field:focus, .search-form .search-field:active {
  color: #1a1a1a;
}
.search-form .search-button {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
  float: right;
 
  width: 40px !important;
  height: 43px;
  line-height: 20px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  vertical-align: top;
}
.search-form .search-button span {
  color: #fff;
  display: block;
  line-height: 0.5;
}
.search-form .search-button:hover, .search-form .search-button:focus, .search-form .search-button:active {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}





.widget {

  margin: 0 0 30px;
  
 
}
.sidebar .widget {border-radius:15px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);padding:15px;}
.sidebar #custom_html-6.widget {box-shadow:none;padding:0;border-radius:0;}
.widget ul {list-style:none;margin:0;}
.sidebar .widget-title {font-size:20px;}
.sidebar .widget ul li {border-bottom:1px solid rgba(0,0,0,0.07);padding-bottom:10px;margin-bottom:10px;}
.sidebar .widget ul li:last-child {border:none;padding:0;margin:0;}
.sidebar .widget ul li a {font-weight:700;display:block;color:#454545;}
.sidebar .widget ul li a:hover {color:#2ecc71;}
.post-main-content article {border-radius:15px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);padding:15px;margin:0 0 30px;}
.masonry-grid {border-radius:15px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);padding:15px;margin:0 0 30px;}

.post-thumb-outer img {border-radius:5px;}
/*--------------------------------------------------------------
5.0 Partials
--------------------------------------------------------------*/
.site-header {
  position: relative;
  background-color: #000;
  width: 100%;
  padding: 20px 0;
}

.wrap-inner-banner {
  background-color: #f7f7f7;
  padding: 15px 0;
margin:0 0 40px;

}



.site-header .site-branding {
  text-align: left;
}
.site-header .site-branding > a {
  display: block;
  max-width: 190px;
}




.site-header .header-bottom-right {
  float: right;
  margin: 0;
  
}
.site-header .header-bottom-right > span {
  padding-right:5px;
  padding-top:5px;
  display: inline-block;
}




.site-header .header-bottom-right .search-icon-wrapper,
.site-header .header-bottom-right .search-icon {
  position: relative;
}
.search-icon a {color:#fff;}
.site-header .header-bottom-right #search-form {
  position: absolute;
  display: none;
  width: 220px;
  right: 0;
  top: 40px;
  z-index: 9999;
}
.site-header .header-bottom-right #search-form:before {
  content: "";
  display: inline-block;
  right: 2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 12px solid #fcfcfc;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: -6px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.site-header .header-bottom-right #search-form label, .site-header .header-bottom-right #search-form .search-form .search-button, .search-form .site-header .header-bottom-right #search-form .search-button {
  width: 100%;
  position: relative;
}

.site-header .header-bottom-right #search-form input[type="text"] {
  border-color: #fcfcfc;
}
.site-header .header-bottom-right #search-form .search-button {
  display: none;
}


.bonuses{
  position:relative;
  padding:182px 12px 24px;
  color:#fff;
  z-index: 100;
}
.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;
  }
}



.block-slider {
  overflow: hidden;
  position: relative;
  background:#080808 url(/wp-content/uploads/2020/05/card-1.jpg) no-repeat center top; background-size:1800px;height:400px;
  padding:60px 0 0;
}

.block-promo {font-weight:700;color:#fff;margin:30px 0 0;}


.main-navigation {
  float: right;
  text-align: right;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 37.5em) {
  .main-navigation ul {
    background-color: #d9d9d9;
  }
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  -ms-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  -o-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  background-color: #fff;
  border: 1px solid #fff;
  float: left;
  left: -999em;
  margin-left: -1px;
  position: absolute;
  text-align: left;
  top: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
}
.main-navigation ul ul:before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 12px;
  left: 20px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
  width: 12px;
}
body.fixed-nav-active .main-navigation ul ul:before, body.content-none-page .main-navigation ul ul:before {
  display: none;
}
.main-navigation ul ul ul {
  left: -999em;
  top: -1px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.main-navigation ul ul ul:before {
  display: none;
}
.main-navigation ul ul li {
  border-top: 1px solid #f2f2f2;
}
.main-navigation ul ul li:first-child {
  border-top: none;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul {
  right: 100%;
  top: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul {
  right: 100%;
  top: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.main-navigation ul ul a {
  background-color: #fff;
  color: #999999;
  
  padding: 13px 15px 14px;
  width: 250px;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a:focus, .main-navigation ul ul a:active {
  color: #2ecc71;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .main-navigation li {
    display: inline-block;
  }
}
.main-navigation li:hover > ul, .main-navigation li:focus > ul, .main-navigation li:active > ul {
  top: 36px;
}
.main-navigation li ul a:before {
  display: none;
}




.main-navigation li.page_item_has_children ul li, .main-navigation li.menu-item-has-children ul li {
  border-width: 1px 0 0 0;
  border-color: #f2f2f2;
  border-style: solid;
}
.main-navigation li.page_item_has_children ul li:first-child, .main-navigation li.menu-item-has-children ul li:first-child {
  border-top: none;
}
.main-navigation li.page_item_has_children ul li:hover, .main-navigation li.page_item_has_children ul li:focus, .main-navigation li.page_item_has_children ul li.active, .main-navigation li.menu-item-has-children ul li:hover, .main-navigation li.menu-item-has-children ul li:focus, .main-navigation li.menu-item-has-children ul li.active {
  border-color: #f2f2f2 #fff #fff;
}
.main-navigation li.page_item_has_children > a, .main-navigation li.menu-item-has-children > a {
  border: none;
}
.main-navigation li.page_item_has_children > a:hover, .main-navigation li.page_item_has_children > a:focus, .main-navigation li.page_item_has_children > a.active, .main-navigation li.menu-item-has-children > a:hover, .main-navigation li.menu-item-has-children > a:focus, .main-navigation li.menu-item-has-children > a.active {
  border: none;
}

.main-navigation a {
  border: 1px solid transparent;
  display: inline-block;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.main-navigation a:hover {color:#fff;}
.main-navigation a i {
  display: inline-block;
  padding: 15px 5px;
}






.main-navigation .page_item_has_children:after,
.main-navigation .menu-item-has-children:after {
  content: "\f107";
  float: right;
  color: #b3b3b3;
  font-size: 16px;
  font-family: "FontAwesome";
  margin-right: 5px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  padding-top: 4px;
}


.main-navigation .page_item_has_children .sub-menu .page_item_has_children:after,
.main-navigation .page_item_has_children .sub-menu .menu-item-has-children:after,
.main-navigation .menu-item-has-children .sub-menu .page_item_has_children:after,
.main-navigation .menu-item-has-children .sub-menu .menu-item-has-children:after {
  content: "\34";
  float: right;
  font-size: 20px;
  margin-top: -46px;
  padding-left: 5px;
  padding-right: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: middle;
}
.main-navigation .page_item_has_children .sub-menu .page_item_has_children a,
.main-navigation .page_item_has_children .sub-menu .menu-item-has-children a,
.main-navigation .menu-item-has-children .sub-menu .page_item_has_children a,
.main-navigation .menu-item-has-children .sub-menu .menu-item-has-children a {
  float: left;
  padding-right: 25px;
}


.upd {margin-bottom:15px;}
#offcanvas-menu {
  background-color: #fcfcfc;
  position: fixed;
  top: 0;
  height: 100%;
  right: -100%;
  width: 340px;
  z-index: 99999;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
@media screen and (min-width: 768px) {
  #offcanvas-menu {
    border-left: 1px solid #ededed;
  }
}
@media screen and (max-width: 991px) {
  #offcanvas-menu {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #offcanvas-menu {
    width: 100%;
  }
}
#offcanvas-menu .close-offcanvas-menu {
  text-align: right;
  cursor: pointer;
}
#offcanvas-menu .close-offcanvas-menu span {
  font-size: 38px;
  margin: 5px 50px;
  display: inline-block;
}

body.offcanvas-menu-open #offcanvas-menu {
  left: 0;

}
body.offcanvas-menu-open i {
  right: 15px;
  font-size:16px;
  margin-top:40px;
 color:#000!important;
 position:absolute;z-index:9999;
}
.offcanvas-navigation {
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  top: 50px;
}
.offcanvas-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.offcanvas-navigation ul ul {
  padding-left: 15px;
}
.offcanvas-navigation li {
  border-bottom: 1px solid #ededed;
}
.offcanvas-navigation li.current_page_item > a, .offcanvas-navigation li.current-menu-item > a, .offcanvas-navigation li.current_page_ancestor > a, .offcanvas-navigation li.current-menu-ancestor > a {
  color: #2ecc71;
}
.offcanvas-navigation li.page_item_has_children, .offcanvas-navigation li.menu-item-has-children {
  position: relative;
}
.offcanvas-navigation li.page_item_has_children > a span.triangle, .offcanvas-navigation li.menu-item-has-children > a span.triangle {
  height: 24px;
  width: 24px;
  text-align: center;
  float: right;
  color: #999999;
  font-size: 16px;
  font-family: "FontAwesome";
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  line-height: 10px;
}
.offcanvas-navigation li.page_item_has_children > a span.triangle:before, .offcanvas-navigation li.menu-item-has-children > a span.triangle:before {
  display: inline-block;
  margin-top: 7px;
}
.offcanvas-navigation li:last-child {
  border-bottom: none;
}
.offcanvas-navigation a {
  display: block;
  color: #999999;

  font-weight: 400;
  padding: 12px 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.offcanvas-navigation a:hover, .offcanvas-navigation a:focus, .offcanvas-navigation a:active {
  color: #2ecc71;
}
.offcanvas-navigation .sub-menu {
  display: none;
}



.site-footer {
  background-color: #070707;
}
.site-footer:before, .site-footer:after {
  content: " ";
  display: table;
}
.site-footer:after {
  clear: both;
}
.site-footer .footer-inner {
  color: #b3b3b3;
  display: block;
 
  font-size: 12px;
  padding: 20px 0;
 
}
.site-info ul {margin:0 0 15px 20px!important;}

.site-footer .footer-inner .site-info p {font-size:12px;margin:0!important;padding:0!important;}
.site-info a {
  color: #b3b3b3;
  display: inline-block;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #2ecc71;
}

.block-top-footer {
  background-color: #000;
  font-size: 14px;
  padding: 50px 0 30px;
}
.block-top-footer .widget ul li {border-bottom:1px solid rgba(255,255,255,0.1);margin-bottom:7px;padding-bottom:7px;}

.block-top-footer .widget ul li a {display:block;color:#999;}
.block-top-footer .widget ul li a:hover {color:#2ecc71;}
.block-top-footer .h2.widget-title {font-size:18px;font-weight:400;color:#fff;text-transform:uppercase;margin:0 0 20px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.2);}
.block-top-footer .widget.widget_nav_menu ul li a {text-transform:uppercase;}

.miniature {float:left;margin-right:20px;margin-bottom:15px;width:48%;}


.block2, .block4, .block6 {background:#f7f7f7;}
.block1, .block4, .block5, .block6, .block3 {padding:40px 0;}
.block2 {padding:40px 0 30px;}
.block0 {padding:50px 0;}
.block0 p {float:left;width:25%;font-weight:700;text-transform:uppercase;color:#000;margin:0;font-size:16px;position:relative;padding-left:65px;padding-right:15px;}
.block0 p:nth-of-type(1) {padding-top:12px;}
.block0 p:nth-of-type(2) {padding-top:12px;}
.block0 p:nth-of-type(3) {padding-top:12px;}
.block0 p:nth-of-type(1):before {content:"";background:url(/wp-content/uploads/2020/05/rubl.png);width:50px;height:47px;left:0;top:0;position:absolute;}
.block0 p:nth-of-type(2):before {content:"";background:url(/wp-content/uploads/2020/05/time.png);width:50px;height:47px;left:0;top:0;position:absolute;}
.block0 p:nth-of-type(3):before {content:"";background:url(/wp-content/uploads/2020/05/safe.png);width:50px;height:47px;left:0;top:0;position:absolute;}
.block0 p:nth-of-type(4):before {content:"";background:url(/wp-content/uploads/2020/05/24-7.png);width:50px;height:47px;left:0;position:absolute;}
.home h1, .home h2, .home .h2 {font-size:23px;position:relative;margin:0 0 15px;font-weight:700;color:#000;}
.home h3 {font-size:18px;}

.block5 img {border-radius:15px;}
.block3 img {border-radius:15px;margin-bottom:15px;}
.block1 img {border-radius:15px;}
.block5 ul {margin:15px 0;list-style:none;}
.block5 ul li {position:relative;padding-left:20px;margin:0 0 9px;}
.block5 ul li:last-child {margin:0;}
.block5 ul li:before {content:"";position:absolute;left:0;top:5px;width:10px;height:10px;background:#2ecc71;}
.head-buttons .button-secondary {margin-right:20px;}
a.button-main {background:#2ecc71;text-shadow:0 1px 2px rgba(0,0,0,0.5);color:#fff;text-transform:uppercase;padding:10px 30px;border-radius:30px;}
a.button-main:hover {color:#fff;background:#4dd486;}
a.button-secondary {border:1px solid #999;color:#999;text-transform:uppercase;padding:9px 30px;border-radius:30px;}
a.button-secondary:hover {color:#999;background:rgba(255,255,255,0.1);}
.right-b a.button-main {padding:14px 20px;font-size:17px;font-weight:700;display:block;text-align:center;box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);}
.right-b a.button-secondary {text-shadow:0 1px 2px rgba(0,0,0,0.5);border:none;color:#fff;padding:14px 20px;font-size:17px;font-weight:700;display:block;text-align:center;background:#ffae00;box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);margin-bottom:15px;}
.right-b a.button-secondary:hover {background:#fbb723;color:#fff;}
#custom_html-5 .button-secondary, #custom_html-5 .button-main {width:200px;text-align:center;display:inline-block;padding:13px 13px;}
#custom_html-5 .button-secondary {padding:12px 13px;margin-right:20px;}
#custom_html-5 {padding:20px 0;}
.menu-footer-container ul li {display:inline-block;margin-right:20px;list-style:none;}
.menu-footer-container {margin-left:-20px;}
.post-content-inner .ddsg-wrapper a {color:#1a1a1a !important;}
.post-content-inner .ddsg-wrapper a:hover {color:#2ecc71 !important;}

.head-buttons {float:left;padding-top:7px;font-size:14px;font-weight:700;}
.slider-content strong {font-size:25px;color:#fff;display:block;}
.slider-content a.button-main {text-align:center;padding:17px;display:block;max-width:200px;margin:30px 0;font-weight:700;
background: #862acb;
background: -moz-linear-gradient(top,  #862acb 0%, #a200b7 100%);
background: -webkit-linear-gradient(top,  #862acb 0%,#a200b7 100%);
background: linear-gradient(to bottom,  #862acb 0%,#a200b7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#862acb', endColorstr='#a200b7',GradientType=0 );

}
.slider-content a.button-main:hover {background: #9530e0;
background: -moz-linear-gradient(top,  #9530e0 0%, #bf03d8 100%);
background: -webkit-linear-gradient(top,  #9530e0 0%,#bf03d8 100%);
background: linear-gradient(to bottom,  #9530e0 0%,#bf03d8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9530e0', endColorstr='#bf03d8',GradientType=0 );
}
.icon-button {color:#999;font-size:16px;}
.icon-button:hover {color:#fff;}
.slider-content p {margin:0;}
.icon-button i {color:#7571d3;margin-right:8px;}
/* 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-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-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-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

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

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

#fonticon .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 3px;
}

#fonticon .jssocials-share-link {
	border-radius: 2px;
	padding: 3px 6px 6px 6px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
}

#fonticon .jssocials-share-logo {
    font-size: 14px;
}
#fonticons {
	margin-top: 0;
}
#fonticons.jssocials {
	text-align:center!important;display:block!important;
}

.offcanvas-menu-open .kt-offcanvas-overlay {
		    position: fixed;
		    width: 100%;
		    height: 100%;
		    background: #2527273b;
		    opacity: 1;
		    z-index: 9;
		    top: 0px;
		}

		.kt-offcanvas-overlay {
		    width: 0;
		    height: 0;
		    opacity: 0;
		    transition: opacity 0.5s;
		}
		
		#primary-nav-container{
			padding-top: 0px;
		}
.wrap-nav {padding-right:100px;}
.kassa {display: flex; height: auto; flex-wrap: wrap;}
.kassa .img-k {width: 25%; border:1px solid #000;text-align:center;padding: 25px 20px; background:#0d0d0d;}
.kassa .img-k img {opacity:0.5;height:35px;-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */}
.kassa .img-k:hover img {-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;opacity:1;}
.post-text h1, .post-text h2, .post-text h3, .post-text h4, .post-text h5, .post-text h6, .post-text ul, .post-text ol, .post-text blockquote, .post-text p {clear:both;}
.post-text p:nth-of-type(1) {clear:none;}
.error-404 .content {padding:100px 0;text-align:center;}
.error-404 .content form {max-width:400px;margin:0 auto;}
.mob-slider {display:none;padding:30px 15px;text-align:center;background: linear-gradient(to right, #0b0b0b 0%,#8e1ec5 100%);}
a.button-3 {padding:10px;border-radius:30px;text-align:center;display:block;margin:15px auto;font-weight:700;color:#fff;text-transform:uppercase;max-width:260px;background:#2ecc71;} 
a.button-2 {padding:10px;border-radius:30px;text-align:center;display:block;margin:15px auto;font-weight:700;color:#fff;text-transform:uppercase;max-width:260px;background:#ff45b2;} 
.go-btn {z-index:99;position:fixed;left:0;bottom:0;width:100%;display:none;background: linear-gradient(to left, #0b0b0b 0%,#8e1ec5 100%);text-align:center;padding:15px;} 
.go-btn img {width:200px;}
.go-btn a.button-3 {display:inline-block;max-width:auto;margin:0;padding:10px 25px;}
@media (min-width:992px) and (max-width:1199px) {
.head-buttons .button-secondary {display:none;}
#custom_html-5 .button-secondary, #custom_html-5 .button-main {width:170px;}
.home .block-grid ul li {width:50%;}
.home .block-grid ul li article {margin-bottom:30px;}
}
@media (max-width:991px) {
.site-header .site-branding { text-align: center;}
.head-buttons {float:none;text-align:center;padding:30px 0 20px;}
.site-header .site-branding > a {margin:0 auto;}
.search-icon {display:none!important;}
.alt-menu-icon {position:absolute;right:0;top:0;}
.alt-menu-icon a {color:#fff;}
.home .block-grid ul li article {margin-bottom:30px;}
.post-thumb-outer img {width:660px;display:block;margin:0 auto 15px;}
.miniature {margin-right:0;width:100%;}
.block0 p {width:50%;min-height:60px;}
.home .block-grid ul li {width:50%;}
.block1 .col-md-5 {text-align:center;padding-bottom:20px;}
.block3 .col-md-5 {text-align:center;padding-top:15px;}
.block5 .col-md-5 {text-align:center;padding-bottom:20px;}
}
@media (max-width:767px) {
.kassa .img-k {width: 33.3333%;}
.block-slider, .head-buttons, #primary-nav-container {display:none;}
.mob-slider {display:block;}

.block0 p {width:100%;min-height:60px;padding-top:12px;}
.block0 p:nth-of-type(4):before {top:0;}
.go-btn {display: flex;
 justify-content: space-between;
align-items: center;}
}
@media (max-width:410px) {
.go-btn img {width:150px;}

}
@media (max-width:360px) {
.go-btn img {width:100px;}
.go-btn a.button-3 {padding:7px 15px;}
}
@media (max-width:330px) {
.kassa .img-k {width: 100%;}
#comments input[type="submit"] {padding: 7px 15px;font-size:13px;}
}
@media (max-width:575px) {
.alt-menu-icon {right:15px;}
.home .block-grid ul li {width:100%;}
}

@media (max-width:390px) {
.head-buttons a {display:block;text-align:cente;width:80%;margin:0 auto;}
.head-buttons .button-secondary {margin-right:0;margin:0 auto 15px;}

}
@media (max-width:450px) {
#custom_html-5 .button-secondary, #custom_html-5 .button-main {width:100%;display:block;}
#custom_html-5 .button-secondary {margin-right:0;margin-bottom:15px;}
}

a.copy-code { 
	display: inline-block;
   
	
    box-sizing: border-box;
	position: relative;
	
	color:#ff45b2;
	font-weight:700;
	
}

a.copy-code:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pks/images/copy.svg);
    mask: url(/wp-content/themes/pks/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff45b2;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
@media (min-width:992px) {
.site-header .header-bottom-right > span.alt-menu-icon {display:none;}
}

.bonuses .container {position:relative;}
.tg {position:absolute;z-index:99;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/2025/04/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: 40px 1px 90px;}

}