/*@font-face {
  font-family: emotikon;
  src: url('/wp-content/themes/pan_tabletka/fonts/NotoColorEmoji-Regular.ttf');
}*/

.emoji, .emoji * {
  font-family: 'Noto Color Emoji', sans-serif;
}

.page-id-74 div#toc_container {
    display: none;
}	

.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-next,.slick-prev{position:absolute;z-index:22;background-color:transparent;border:none;top:50%}

.wp-caption {
    max-width: 100% !important;
}

.logo img {
  max-width: 75px;
  margin-top: 5px;
}

.home .intro {
	display: none;
}

.banery-glowna img{
    margin-top: 25px;
}

.freshmail_form_2 .message_success {
  background: green;
  display: inline-block;
  padding: 20px;
  color: #fff;
  margin: 20px 0;
  text-align: center;
}

body {
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding-top: 67px;
}

img {
  max-width: 100%;
  height: auto;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background: none;
  outline: none;
}

::selection {
  color: #fff;
  background-color: #065495;
}

::-moz-selection {
  color: #fff;
  background-color: #065495;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

.absolute-link {
  position: relative;
}

.absolute-link a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 7;
}

.link-absolute {
  position: relative;
}

.link-absolute .link-absolute-a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 7;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #065495;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

.ttip {
  position: relative;
}

.ttip .ttipbox {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 5px;
  display: block;
  width: 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  background-color: #dddddd;
  color: #000;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
}

.offset-top {
  margin-top: 30px;
}

.offset-bottom {
  margin-bottom: 30px;
}

.justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

button,
input[type="submit"] {
  cursor: pointer;
}

p {
  margin: 0 0;
}

.ds-content p {
  margin-bottom: 20px;
}

.mybg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.mybg>a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.zoomIt {
  position: relative;
  overflow: hidden;
}

.zoomIt div,
.zoomIt img {
  -webkit-transition: 1s;
  transition: 1s;
}

.zoomIt:hover>div,
.zoomIt:hover>img {
  transform: scale(1.2) rotate(10deg);
  -webkit-transform: scale(1.2) rotate(10deg);
  -moz-transform: scale(1.2) rotate(10deg);
  -o-transform: scale(1.2) rotate(10deg);
}

hr {
  margin: 50px 0;
  border: none;
  height: 1px;
  width: 100%;
  background: #000;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.vertical-helper {
  display: table;
  width: auto;
  margin: 0 auto;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pull-right {
  float: right;
}

.centerMe {
  margin: 0 auto;
  float: none;
}

#menu-button {
  display: none;
}

.totop img {
  bottom: 20px;
  cursor: pointer;
  display: none;
  opacity: 0.7;
  position: fixed;
  right: 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 100;
}

.totop img:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.mb-100 {
  margin-bottom: 100px;
}

/*======================== Style ogÃ³lne ============================*/
.ds-gray-bg {
  background-color: #f5f5f5;
}

.ds-red-bg {
  background-color: #e40045;
}

.ds-main-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #065495;
  text-align: center;
  margin: 35px 0 65px;
  line-height: 1.6em;
  font-size: 32px;
}

.ds-main-title span {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #e40045;
  display: inline-block;
  text-align: left;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em;
}

.ds-semi-size {
  font-size: 22px;
}

.ds-secondary-title {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}

.ds-small-info {
  font-size: 16px;
  text-align: left;
  line-height: 1.3em;
}


.blue {
  color: #065495;
  border-color: #065495 !important;
}

.ds-load-more {
  cursor: pointer;
}

.ds-see-more.blue:after {
  background-color: #065495;
}

.red {
  color: #e40045;
  border-color: #e40045 !important;
}

.blue {
  color: #125997;
}

.ds-see-more.red:after {
  background-color: #e40045;
}

.ds-see-more.red:hover:after {
  width: 100%;
}

.ds-see-more {
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 25px;
  border: 1px solid transparent;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ds-see-more:hover {
  color: #fff;
}

.ds-see-more img {
  position: relative;
  top: -2px;
  right: 0;
  margin-left: 8px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ds-see-more:hover img {
  right: -15px;

}

.ds-see-more:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: "";
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ds-see-more:hover:after {
  width: 80%;
}

.ds-posts .ds-post .ds-post-title {
  font-size: 26px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

/*.ds-posts .ds-post .ds-category:after {
  position: absolute;
  top: 0;
  right: 7px;
  content: "â¢";
  color: #000;
}*/



.ds-posts .ds-post .ds-category,
.ds-posts .ds-post .ds-date {
  display: inline-block;
  color: #000;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  padding-right: 20px;
}

.ds-com {
  color: #000;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}


.ds-posts .col-sm-6:nth-last-child(2) .ds-post {
  border-bottom: 0;
  margin-bottom: 0;
}

.category .ds-posts .col-sm-6:nth-last-child(3) .ds-post {
  border-bottom: 0;
  margin-bottom: 0;
}

.ds-posts .col-sm-6:last-child .ds-post {
  border-bottom: 0;
  margin-bottom: 0;
}

.ds-posts .ds-post {
  padding-bottom: 55px;
  margin-bottom: 55px;
  position: relative;
  top: 50px;
  border-bottom: 1px solid #d7d7d7;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ds-posts .ds-post.ds-move {
  top: 0;
}

.ajax-posts .ds-post {
  height: 336px;
}

.ds-read-more {
  text-transform: uppercase;
  font-size: 13px;
  color: #065495;
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
}

.ds-read-more img {
  position: relative;
  top: -2px;
  right: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ds-posts .ds-post a:hover .ds-read-more img {
  position: relative;
  right: -3px;
}

.ds-posts .ds-post a img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ds-posts .ds-post a:hover img {
  opacity: 0.8;
}

.ds-angle-list {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
}

.ds-angle-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  background-image: url('../images/angle-black_d7aea63494.jpg');
  background-repeat: no-repeat;
  background-position: 0 9px;
}

.ds-angle-list.white-angle li {
  background-image: url('../images/angle-white_71c8c73157.jpg');
}

.ds-angle-list.red-angle li {
  background-image: url('../images/angle-red_a8774bd51b.jpg');
}

.ds-angle-list.blue-angle li {
  background-image: url('../images/angle-blue.png');
}

/*==================================================================*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 67px;
  margin: 0 auto;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
}

.top-menu {
  display: inline-block;
}

.top-menu ul {
  display: table;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.top-menu ul li {
  display: table-cell;
}

.top-menu ul li a {
  display: block;
  padding: 21px 25px;
  background-color: transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.top-menu ul li a:hover {
  background-color: #e40045;
  color: #fff;
}

.top-menu ul li .sub-menu {
  position: absolute;
}

.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

ul.sub-menu {
  display: none;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-top: 0;
}

ul.sub-menu li {
  display: block;
}





.ds-socials {
  display: inline-block;
  float: right;
}

.ds-socials ul {
  display: table;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.ds-socials ul li {
  display: table-cell;
}

.ds-socials ul li a {
  display: block;
  padding: 21px 25px;
  border-right: 1px solid #d7d7d7;
  width: 70px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ds-socials ul li:first-child a {
  border-left: 1px solid #d7d7d7;
}

.ds-socials ul li a:hover {
  color: #fff;
  background-color: #e40045;
}

/*=====*/
.ds-logo-top {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
  display: inline-block;
  width: 250px;
}

.ds-top-section {
  padding-top: 135px;
  padding-bottom: 53px;
  height: 237px;
  /*
  background-position: center 24px;
  background-repeat: no-repeat;
  background-image: url('../images/logo_1a73bb53c5.jpg');
  */
}

.ds-cont-list {
  color: #e40045;
  display: inline-block;
}

.ds-cont-list span {
  padding: 12px 12px;
  margin-right: 20px;
  font-size: 13px;
  color: #fff;
  background-color: #e40045;
  display: inline-block;
}

.ds-cont-list div {
  display: inline-block;
}

.ds-cont-list-scrolled div {
  display: none;
}

.ds-cont-list-scrolled {
  position: fixed;
  top: 10px;
  z-index: 1000;
  color: transparent;
  left: 15px;
}

.ds-cont-list-scrolled:hover {
  color: transparent;
}



.ds-search {
  text-align: right;
  position: relative;
  display: block;
  float: right;
  width: 280px;
}

.ds-search input {
  border: 1px solid #e40045;
  padding: 9px 10px;
  width: 280px;
}

.ds-search .screen-reader-text {
  display: none;
}

.ds-search #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  min-width: auto;
  border: none;
  color: transparent;
  background-color: transparent;
  background-image: url('../images/lupa_c8971d36db.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

.ds-search-scrolled {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 1000;
}



.ds-search-scrolled .ttipbox,
.ds-cont-list-scrolled .ttipbox {
  display: none;
}

/*=====*/




.ds-home-slider .flexslider .vertical-helper {
  width: 100%;
  height: 590px;
  text-align: center;
  position: relative;
}

.ds-home-slider .flexslider .vertical-helper:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.ds-home-slider .flexslider .vertical-center {
  padding: 0 100px;
  z-index: 1;
  position: relative;
}

.ds-home-slider .ds-slide-title {
  font-family: 'Roboto Slab', serif;
  font-size: 27px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}

.ds-home-slider .ds-category {
  padding-right: 20px;
  position: relative;
}

.ds-home-slider .ds-category:after {
  position: absolute;
  top: 0;
  right: 7px;
  content: "â¢";
  color: #fff;
}

.ds-home-slider .ds-category,
.ds-home-slider .ds-date {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
}

.ds-home-slider .ds-com {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
}

.ds-home-slider .vertical-helper {
  width: 100%;
  height: 280px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.ds-home-slider .ds-small-tiles .col-sm-6:nth-child(1n+3) {
  margin-top: 30px;
}

.ds-home-slider .ds-small-tiles .vertical-center {
  padding: 0 20px;
}

.ds-home-slider .flex-control-nav {
  bottom: 0;
  z-index: 100;
}

.ds-home-slider .flex-control-paging li a {
  background-color: transparent;
  border: 1px solid #e40045;
}

.ds-home-slider .flex-control-paging li a.flex-active {
  background-color: #e40045;
}

.ds-slide-tile {
  position: relative;
}

.ds-slide-tile:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}


/*=====*/

.ds-on-time {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}

.ds-on-time h3 {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}

/*
.ds-on-time ul{
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.ds-on-time ul li{
  display: inline-block;
}
*/
.ds-on-time span {
  display: inline-block;
  padding: 10px 25px;
  margin-right: 10px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #e40045;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ds-on-time span:hover {
  color: #e40045;
}

.ds-on-time span:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #e40045;
  content: "";
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ds-on-time span:hover:after {
  width: 0;
}

/*=====*/

.ds-most-popular {}

/*=====*/

.ds-commercials {
  padding: 50px 0;
}

.ds-commercials .ds-main-title {
  margin-top: 0;
  margin-bottom: 0px;
}

.ds-commercials .ds-see-more {
  margin-bottom: 0;
}

.ds-commercials-left img {
  margin-bottom: 20px;
}

.ds-commercials-left p {
  margin-bottom: 20px;
}

.ds-commercials-box {
  text-align: center;
  padding: 0 59px;
}

.ds-commercials-box .col-md-3 {
  padding-top: 30px;
}

.ds-commercials-box img {
  max-width: 173px;
  max-height: 173px;
}

/*=====*/

.ds-listen-and-help {
  color: #fff;
}

.ds-listen-and-help-left {
  padding: 50px;
}

/*=====*/

.ds-like-on-fb {
  padding-top: 60px;
  margin-top: 75px;
}

.ds-like-on-fb .ds-main-title {
  margin-top: 0;
  text-align: left;
  line-height: 1.3em;
}

.ds-like-on-fb .ds-semi-size {
  margin-bottom: 20px;
}

.ds-like-on-fb p {
  margin-bottom: 20px;
}

.ds-like-on-fb img {
  margin-top: 30px;
}

/*=====*/

.ds-recommend {
  margin-top: 90px;
  margin-bottom: 30px;
}

.ds-recommend h3.blue {
  margin-bottom: 35px;
}

.ds-recommend table {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.ds-recommend table td a {
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
  display: block;
  padding: 15px 0;
}

.ds-recommend table tr td:first-child a {
  margin-right: 15px;
}

.ds-recommend table tr td:last-child a {
  margin-left: 15px;
}

.ds-recommend table tr:last-child td a {
  border-bottom: 0;
}

.ds-newsletter {
  background-image: url('../images/newsletter-bg_3fce13d357.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 338px;
  color: #fff;
  text-align: center;
  padding: 45px 45px 35px;
}

.ds-newsletter h3 {
  font-size: 27px;
  margin-bottom: 20px;
}

.ds-newsletter p {
  margin-bottom: 20px;
}

/*=====*/

footer {
  border-top: 1px solid #d7d7d7;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  color: #aaa;
}

footer a {
  color: #aaa;
}

/*=== archiwum ===*/



.ds-search-row {
  text-align: center;
}

.ds-search-row .ds-gray-bg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog .ds-search-row .ds-gray-bg {
  padding: 30px;
}

.ds-search-row p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-right: 10px;
}

.ds-search-row select {
  background-color: #fff;
  border: 0;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
/*  max-width: 300px;*/
width: 250px;
}

.ds-search-row button,
.ds-clr-sel-btn {
  background-color: #e40045;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 9px 20px;
  width: 80%;
}

.ds-kat-sel,
.ds-list-sel {
  width: 154px;
}

.ds-clr-sel-btn {
  margin: 10px auto 0;
  cursor: pointer;
}


/*=== spis treÅci ===*/

.ds-table-contents .ds-application ul {
  -webkit-column-count: 4;
  column-count: 4;
}

.ds-table-contents .ds-application ul li {
  margin-bottom: 15px;
}

.ds-alphabetical-list {
  margin-bottom: 60px;
}

.ds-alphabetical-list h3 {
  background-color: #e40045;
  padding: 10px 0;
  display: inline-block;
  color: #fff;
  width: 45px;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

/*=== single ===*/

.ds-single-post {
  margin-top: 50px;
}
.ds-single-post table[border="1"] td{
  padding: 15px;
}
.ds-single-post h2,
.ds-single-post h3, 
.ds-single-post h4, 
.ds-single-post h5, 
.ds-single-post h6,
.ds-single-post table{
  margin-bottom: 20px;
  margin-top: 20px;
}
.wp-pagenavi{
  text-align: center;
}

.ds-single-post .ds-post-baner {
  height: 530px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 50px;
}

.ds-single-post .ds-post-title {
  font-size: 30px;
  color: #065495;
}

.ds-single-post .ds-category:after {
  position: absolute;
  top: 0;
  right: 7px;
  content: "â¢";
  color: #000;
}

.ds-single-post .ds-category,
.ds-single-post .ds-date {
  display: inline-block;
  color: #000;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  padding-right: 20px;
}

.ds-single-post h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.ds-single-post h3 {
  font-size: 20px;
  margin-bottom: 20px
}

.ds-single-post .ds-similar .ds-similar-tile {
  font-family: 'Roboto Slab', serif;
  font-size: 27px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
}

.ds-single-post .ds-similar .vertical-helper {
  height: 250px;
}

.ds-single-post .ds-similar .ds-category:after {
  position: absolute;
  top: 0;
  right: 7px;
  content: "â¢";
  color: #fff;
}

.ds-single-post .ds-similar .ds-category,
.ds-single-post .ds-similar .ds-date {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

.ds-single-post .ds-similar {
  text-align: center;
}

.ds-single-post .ds-similar .ds-similar-tile {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ds-single-post .ds-similar .ds-similar-tile:before {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ds-single-post .ds-similar .ds-similar-tile:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}


.ds-single-post .ds-similar .ds-similar-tile h3 {
  position: relative;
}

.ds-side-small-posts {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
}

.ds-side-small-posts .ds-side-small-post:last-child {
  border-bottom: 0;
}

.ds-side-small-post {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative
}

.ds-side-small-post p {
  display: inline-block;
  position: absolute;
  top: 20px;
  margin-left: 10px;
  margin-bottom: 0;
}

.ds-side-small-post-img {
  height: 85px;
  width: 85px;
  display: inline-block;
}

.select-old {
  margin-bottom: 60px;
}

.select-old .widgettitle {
  display: none;
}

.select-old select {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-right: 0;
  border-left: 0;
  padding: 15px 15px;
}

.fb-page {
  margin-bottom: 60px;
}

.ds-single-post .category-ogladam-reklamy .ds-post-baner {
  display: none;
}


/*FORMULARZ BIAÅY*/

.ds-listen-and-help-right {
  padding: 50px;
}

.ds-listen-and-help-right .wpcf7 input,
.ds-listen-and-help-right .wpcf7 textarea {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  width: 100%;
  padding: 10px;
}

.ds-listen-and-help-right .wpcf7 input {
  margin-bottom: 15px;
}

.ds-listen-and-help-right .wpcf7 .wpcf7-submit {
  background-color: #fff;
  color: #e40045;
  margin-bottom: 0;
}

.ds-listen-and-help-right .wpcf7 .wpcf7-checkbox input {
  width: auto;

}

.ds-listen-and-help-right .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  font-size: 13px;
}

.ds-listen-and-help-right .wpcf7 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.ds-listen-and-help-right .wpcf7 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.ds-listen-and-help-right .wpcf7 :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.ds-listen-and-help-right .wpcf7 :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}


/*FRESH MAIL*/







/*shortcode*/

.freshmail_form_2 div {
  display: inline-block;
  width: 65%;
  margin-right: 5% !important;
}

.freshmail_form_2 p {
  display: inline-block;
  width: 30%;
  margin-top: 15px;
  margin-bottom: 15px;
  position:
}

.freshmail_form_2 p button {
  position: relative;
  top: -1px;
}


.freshmail_form_2 .form_subscribe_button:hover {
  background: #065495 !important;
  color: #fff !important;
  border-color: #065495 !important;
}


/*POPUP*/

.popup {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999999;
  height: 100vh;
  width: 100vw;
}

.popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  cursor: pointer;
}

.popup-box {
  position: fixed;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 600px;
  height: auto;
  padding: 60px 30px 30px;
  background-color: #fff;
}

.popup-box p {
  margin-bottom: 20px;
}


/***/

img.alignleft {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}

img.alignright {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

/*paginacja*/

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .pages,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: 1px solid #dcdcdc;
  padding: 10px;
  margin: 0 2px;
}

.wp-pagenavi .current {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  padding: 10px;
  margin: 0 2px;
}

.dsbutton {
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #e40045;
  color: #fff;
  background-color: #e40045;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.lg100 {
  display: block;
  width: 100%;
  position: relative;
}

.filtersabove {
  margin-top: 45px;
  position: relative;
  padding-top: 200px;
}

.filtersabove .filters-posts {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.filtersabove .filters-posts .filtersbutton {
  display: none;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  color: #000;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
}

.filtersabove .filters-posts.scrolledFilters {
  position: fixed;
  top: -88px;
  background-color: #f5f5f5;
}

.filtersabove .filters-posts.scrolledFilters.showed {
  top: 67px;
}

.filtersabove .filters-posts.scrolledFilters .filtersbutton {
  display: block;
}

/*Glaleria*/

#gallery-2 {
  margin: auto;
}

#gallery-2 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
}

#gallery-2 img {
  border: 2px solid #cfcfcf;
}

#gallery-2 .gallery-caption {
  margin-left: 0;
}

#gallery-2 img {
  border: 0 !important;
}

dl.gallery-item {
  margin: 0 !important;
  padding: 0 !important;
}

.gallery-icon img {
  padding: 10px;
}

.top-menu ul li#menu-item-4964 {
  display: none;
}

.lupe-switcher {
  display: none;
}

.logo-one {
  display: block;
  width: 100%;
  position: relative;
  height: 100px;
  text-align: center;
  line-height: 100px;
}

.media-slider .logo-one img,
.logo-one img {
  display: inline-block;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}


/* WOOCOMMERCE */
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
  margin-bottom: 20px;
  color: #065495;
}

.woocommerce-page .logo img,
.woocommerce .logo img {
  max-width: 75px;
  margin-top: 5px;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs,
.breadcrumbs span {
  font-size: 14px;
  color: #acacac;
}

.shoppage {
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}

.shopsidebar {
  background-color: #f5f5f5;
  padding: 20px;
}

.shopsidebar h2 {
  margin-top: 30px;
  font-size: 25px;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.widget_product_search {
  position: relative;
}

.widget_product_search input[type="search"] {
  padding-right: 40px;
  height: 40px;
  padding-left: 10px;
  font-size: 16px;
  border: 1px solid #eaeaea;
  width: 100%;
}

.widget_product_search button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #eaeaea;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  z-index: 5;
  color: transparent;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/search.svg);
  background-size: 20px auto;
  -webkit-transition: .1s;
  transition: .1s;
}

.widget_product_search button[type="submit"]:hover {
  background-color: #bebebe;
}

.shopsidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.shopsidebar ul.product-categories li a {
  display: block;
  padding: 4px;
  border-bottom: 1px solid #eaeaea;
  font-weight: 400;
  font-size: 18px;
  padding: 10px;
}

.shopsidebar ul.product-categories li ul {
  padding-left: 15px;
  display: none;
  padding-top: 0;
}

.shopsidebar ul.product-categories li.current-cat-parent ul,
.shopsidebar ul.product-categories li.current-cat ul {
  display: block;
}

.shopsidebar ul.product-categories li ul a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
}

.shopsidebar ul.product-categories li ul li a:before {
  content: "- ";
  display: inline-block;
  margin-right: 5px;
}

.shopsidebar ul.product-categories li.current-cat>a,
.shopsidebar ul.product-categories li.current-cat-parent>a {
  color: #E30045;
}

.woocommerce ul.product_list_widget li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px !important;
  margin-bottom: 5px !important;
}

.widget.woocommerce.widget_recently_viewed_products .woocommerce-Price-amount.amount {
  font-size: 14px;
}

.shopcontent {
  padding-left: 50px;
}

.shopcontent .page-title {
  margin-bottom: 20px;
}

.woocommerce .shopcontent ul.products li.product {
  -webkit-box-shadow: 0px 0px 5px rgba(110, 110, 110, .2);
  box-shadow: 0px 0px 5px rgba(110, 110, 110, .2);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  color: #fff;
  background-color: #065495;
  border-radius: 0;
  border: 1px solid #065495;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.woocommerce ul.products li.product .button:after {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: "";
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.woocommerce ul.products li.product .button:hover {
  color: #065495;
}

.woocommerce ul.products li.product .button:hover:after {
  width: 100%;
}

.woocommerce span.onsale {
  background-color: #E30045 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 5px;
}

.woocommerce div.product .product_title {
  margin-bottom: 30px;
}

body.woocommerce div.product p.price {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
  color: #E30045;
}

.woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

body.woocommerce-page #respond input#submit,
body.woocommerce-page .shop-account-content a.button,
body.woocommerce-page .shop-account-content button.button,
body.woocommerce-page .shop-account-content input.button,
body.woocommerce-page #respond input#submit,
body.woocommerce-page .shoppage a.button,
body.woocommerce-page .shoppage button.button,
body.woocommerce-page .shoppage input.button,
body.woocommerce-page div.product form.cart .button {
  color: #fff;
  background-color: #065495 !important;
  border-radius: 0;
  border: 1px solid #065495;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page .shop-account-content a.button:hover,
body.woocommerce-page .shop-account-content button.button:hover,
body.woocommerce-page .shop-account-content input.button:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page .shoppage a.button:hover,
body.woocommerce-page .shoppage button.button:hover,
body.woocommerce-page .shoppage input.button:hover,
body.woocommerce-page div.product form.cart .button:hover {
  color: #065495 !important;
}

body.woocommerce-page #respond input#submit:after,
body.woocommerce-page .shop-account-content a.button:after,
body.woocommerce-page .shop-account-content button.button:after,
body.woocommerce-page .shop-account-content input.button:after,
body.woocommerce-page #respond input#submit:after,
body.woocommerce-page .shoppage a.button:after,
body.woocommerce-page .shoppage button.button:after,
body.woocommerce-page .shoppage input.button:after,
body.woocommerce-page div.product form.cart .button:after {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: "";
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

body.woocommerce-page #respond input#submit:hover:after,
body.woocommerce-page .shop-account-content a.button:hover:after,
body.woocommerce-page .shop-account-content button.button:hover:after,
body.woocommerce-page .shop-account-content input.button:hover:after,
body.woocommerce-page #respond input#submit:hover:after,
body.woocommerce-page .shoppage a.button:hover:after,
body.woocommerce-page .shoppage button.button:hover:after,
body.woocommerce-page .shoppage input.button:hover:after,
body.woocommerce-page div.product form.cart .button:hover:after {
  width: 100%;
}

body.woocommerce-page .woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff !important;
}

body.woocommerce div.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.woocommerce div.product form.cart div.quantity {
  float: none;
}

body.woocommerce div.product form.cart div.quantity .qty {
  height: 100%;
}

body.woocommerce ul.products li.product .price {
  color: #E30045;
}

body.woocommerce div.product .woocommerce-tabs .panel {
  padding-bottom: 30px;
}

.woocommerce .product_meta .posted_in a,
.product_meta .posted_in {
  font-size: 14px;
  color: #acacac;
}

.woocommerce .woocommerce-message {
  border-top-color: #065495;
}

.woocommerce .woocommerce-message::before {
  color: #065495;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style-type: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #E30045;
}

body.woocommerce-page .woocommerce #content table.cart td.actions .input-text,
body.woocommerce-page .woocommerce table.cart td.actions .input-text,
body.woocommerce-page .woocommerce-page #content table.cart td.actions .input-text,
body.woocommerce-page .woocommerce-page table.cart td.actions .input-text {
  width: inherit;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  margin-top: 40px;
}

.shop-account-content {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 40px;
}

.woocommerce .woocommerce-ordering select {
  border: 1px solid #d7d7d7;
  padding: 5px 10px;
}

body.woocommerce-page .woocommerce-ordering {
  margin-bottom: 30px;
}

body.woocommerce-page .form-row input:not([type='submit']):not([type='checkbox']),
body.woocommerce-page .form-row select,
body.woocommerce-page .form-row textarea {
  border: 1px solid #d7d7d7;
  padding: 10px;
  border-radius: none;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: static;
  margin-left: 0;
  margin-right: 0 !important;
}

body.woocommerce-page .woocommerce form.checkout_coupon,
body.woocommerce-page .woocommerce form.login,
body.woocommerce-page .woocommerce form.register {
  border: 1px solid #d7d7d7;
  border-radius: 0;
}











/* podstrona ebook */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.d-flex.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.red-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.red-btn a {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  padding: 10px 15px;
  background-color: #E30045;
  border: 1px solid #E30045;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
}

.red-btn a:hover {
  color: #E30045;
  background-color: #fff;
}

.line-below {
  position: relative;
  display: block;
  width: 100px;
  height: 2px;
  background-color: #E30045;
  margin: 30px auto 0 auto;
}

.dot-above {
  position: relative;
}

.dot-above:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #E30045;
}

body .ebook-container *:not(i) {
  font-family: 'Roboto', sans-serif;
}

.ebook h2 span {
  display: block;
  color: #e40045;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 20px;
}

.ebook h2 {
  font-size: 38px;
  color: #125997;
  font-weight: 300;
  margin-bottom: 40px;
}

.ebook-container h3 {
  font-size: 36px;
  color: #125997;
  font-weight: 300;
  margin-bottom: 60px;
}

.ebook-container p {
  color: #125997;
  font-size: 17px;
  font-weight: 300;
}


.ebook-chess-text-2 {
  padding-left: 40px;
}

.ebook-chess-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ebook-questions p {
  font-size: 16px;
}

p.ebook-questions-item {
  margin-bottom: 100px;
}

.ebook-newsletter {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ebook-fm form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ebook-fm form>div:first-of-type {
  width: inherit !important;
}

.ebook-fm form p:first-of-type {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 !important;
  font-size: 12px !important;
  width: 645px !important;
  padding-left: 54px !important;
  padding-right: 54px !important;
}

.ebook-fm form p:first-of-type input {
  margin-right: 5px;
}

.ebook-fm form p:first-of-type span {
  color: #7b7b7b !important;
}

.ebook-fm button {
  width: inherit !important;
  font-size: 17px;
  font-weight: 300 !important;
  border: 1px solid #E30045 !important;
  -webkit-transition: .3s;
  transition: .3s;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: 15px;
}

.ebook-fm button:hover {
  background-color: transparent !important;
  color: #E30045 !important;
  border: 1px solid #E30045 !important;
}

.ebook-fm input.field {
  width: 400px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border: 1px solid #d2d2d2 !important;
}

.ebook-baner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 30px;
}

.ebook-baner-img {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.redbg{
  background-color: #dc003f;
}
.redbg, .redbg h2, .redbg a, .redbg h2 span{
  color: #fff;
}
.ebook-baner.ebook h2 {
  margin-bottom: 0;
  font-size: 32px;
  margin-left: 30px;
  padding-right: 20px;
}

.ebook-baner .red-btn {
  margin-top: 0;
  min-width: 208px;
}
.single .wp-caption{
  max-width: 100%;
  display: block;
}
.redbg .red-btn a{
  background-color: #fff;
  border-color: #fff;
  color: #dc003f;
}

.aC {
  display: flex;
  flex-wrap: wrap;
}


/* 13 maj */

/*.postid-103601 .lg100 .redbox, .postid-103605 .lg100 .redbox, .postid-103607 .lg100 .redbox, .postid-103606 .lg100 .redbox,
.postid-103615 .redbox {
    display: none!important;
}*/


/*9 czerwca*/

.no-table #toc_container {
  display: none!important;
}

.autor-bio {
    background-color: #efefef;
    padding: 20px;
    margin-top: 40px;
}

.autor-bio img.user-img {
    border-radius: 50%;
    width: 80px;
}

.w-100 {
  width: 100%;
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

/*rwd*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++@MEDIA+++++++++++++++++++++++++++++++++++++++++++++++++*/
@media(max-width:1825px) {
  .ds-search-scrolled {
    top: 70px;
  }
}

@media(min-width:1200px) {
	.top-menu ul li a {
		padding: 15px!important;
	}
}

@media(max-width:1366px) {}

@media(max-width:1270px) {
  .top-menu ul li a {
    padding: 21px 16px;
  }

  .filtersabove {
    padding-top: 225px;
  }

  .filtersabove .filters-posts.scrolledFilters {
    top: -112px;
  }

  .ds-home-slider .flexslider .vertical-helper {
    height: 460px;
  }

  .ds-home-slider .vertical-helper {
    height: 215px;
  }

  .ds-search input {
    min-width: auto;
    width: 180px;
  }

  .ds-home-slider .flexslider .vertical-center {
    padding: 0px 15px;
  }

  .ds-search-row p {
    display: block;
    margin-right: 0;
  }

  .ds-search-row button {
    margin-top: 23px;
  }

  .ds-socials {
    position: absolute;
  }

  .ajax-posts .ds-post {
    height: 420px;
  }

  .ds-cont-list span {
    font-size: 15px;
    padding: 12px 16px;
  }
}

@media(max-width:1024px) {}

@media(max-width:992px) {
  .sm-offset-top {
    margin-top: 30px;
  }
	/*.sgpb-theme-6-overlay.sgpb-popup-overlay-14606.sgpb-popup-overlay {
    display: none!important;
}
	div#sgpb-popup-dialog-main-div-wrapper {
    display: none!important;
}*/
	div#sgpb-popup-dialog-main-div {
		max-height: 440px!important;
		width: 100%!important;
    min-width: 270px!important;
/* 		widows */
	}

  .filtersabove .filters-posts.scrolledFilters {
    top: -178px;
  }

  .top-menu ul li a {
    padding: 21px 10px;
    font-size: 15px;
  }

  .filtersabove {
    padding-top: 290px;
  }

  .ds-cont-list div {
    display: none;
  }

  .ds-socials ul li a {
    padding: 21px 15px;
    width: auto;
  }

  .ds-search input {
    width: 180px;
  }

  .ds-on-time ul li a {
    margin-top: 10px;
  }

  .ds-like-on-fb img {
    margin-top: 230px;
  }

  .ds-post-txt {
    margin-top: 20px;
  }

  .ds-small-tiles {
    margin-top: 30px;
  }

  .ajax-posts .ds-post {
    height: 475px;
  }

  .freshmail_form_2 p button {
    position: relative;
    top: -4px;
  }

  .shopcontent {
    padding-left: 15px;
  }

  .show-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .shopcontent .page-title {
    margin-top: 30px;
  }

  .shopsidebar .widgettitle {
    margin-bottom: 10px;
    cursor: pointer;
  }

  .shopsidebar ul.product_list_widget,
  .shopsidebar ul.product-categories {
    display: none;
  }

  .widget_recently_viewed_products .widgettitle,
  .widget_product_categories .widgettitle {
    position: relative;
  }

  .widget_recently_viewed_products .widgettitle:after,
  .widget_product_categories .widgettitle:after {
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
  }

  .widget_recently_viewed_products .widgettitle.show:after,
  .widget_product_categories .widgettitle.show:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
  }

  .ebook-chess-text {
    margin-bottom: 40px;
  }

  .ebook-chess-text-2 {
    padding-left: 15px;
  }

  .ebook-baner-btn {
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
  }

  .ebook-baner .red-btn a {
    width: 100%;
    text-align: center;
  }

}


@media(max-width:767px) {
  .hidden-xs {
    display: none;
  }
div#sgpb-popup-dialog-main-div {
/* 		max-height: 220px!important; */
	}
  .xs-offset-top {
    margin-top: 30px;
  }

  .filtersabove .filters-posts.scrolledFilters {
    top: -310px;
  }

  .filtersabove {
    padding-top: 420px;
  }

  .device-ios .filtersabove .filters-posts.scrolledFilters {
    top: -275px;
  }

  .device-ios .filtersabove .filters-posts.scrolledFilters.showed {
    top: 67px;
  }

  #menu-button {
    display: block;
    height: 50px;
    width: 50px;
    position: fixed;
    top: 8px;
    left: 15px;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 444;
    border: 3px solid #000;
    -webkit-transition: background .3s;
    transition: background .3s;
  }

  #menu-button .bars {
    width: 20px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -9px;
    will-change: transform;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }

  #menu-button .bar {
    background: #000;
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform .4s, margin .4s, opacity .4s, background .3s;
    -webkit-transition: margin .4s, opacity .4s, background .3s, -webkit-transform .4s;
    transition: margin .4s, opacity .4s, background .3s, -webkit-transform .4s;
    transition: transform .4s, margin .4s, opacity .4s, background .3s;
    transition: transform .4s, margin .4s, opacity .4s, background .3s, -webkit-transform .4s;
  }

  #menu-button .bar2 {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }

  #menu-button .bar3 {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }

  #menu-button.active .bars {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }

  #menu-button.active .bar1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-button.active .bar2 {
    opacity: 0;
  }

  #menu-button.active .bar3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .top-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 60px;
    z-index: 440;
  }

  .top-menu ul {
    display: block;
  }

  .top-menu ul li {
    display: block;
  }

  .ds-cont-list {
    position: fixed;
    top: 8px;
    left: auto;
    right: 15px;
    z-index: 1000;
    color: transparent;
  }

  .ds-top-section {
    background-position: center center;
    padding: 8px 0;
    height: auto;
  }
  .ds-top-section .container .ds-logo-top{
    display: none;
  }
  .ds-logo-top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    display: inline-block;
    width: 100%;
  }

  .ds-search-row select {
    width: 80%;
    margin: 0 15px;
  }

  .ds-small-tiles {
    margin-top: 0;
  }

  .ds-home-slider .ds-small-tiles .col-sm-6 {
    margin-top: 30px;
  }

  .ds-table-contents .ds-application ul {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .ds-socials {
    display: none;
  }

  .ds-cont-list div {
    display: none;
    color: #E30045;
  }

  .ds-cont-list span {
    margin-right: 3px;
  }

  .ds-on-time h3 {
    display: block;
  }

  .ds-on-time span {
    margin-bottom: 15px;
  }

  .ds-listen-and-help-left {
    padding-bottom: 0;
  }

  .ds-main-title {
    font-size: 26px;
  }

  .ds-like-on-fb {
    padding-bottom: 30px;
  }

  .top-menu ul li .sub-menu {
    position: relative;
  }

  ul.sub-menu {
    border: none;
  }

  .xs-text-center {
    text-align: center;
  }

  .ds-posts .col-sm-6:nth-last-child(2) .ds-post {
    border-bottom: 1px solid #d7d7d7;
  }

  .ds-posts .ds-post {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .ds-like-on-fb img {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .ds-home-slider .flexslider .vertical-helper {
    height: 290px;
  }

  .ds-recommend {
    margin-top: 30px;
  }

  .ds-single-post .ds-post-title {
    font-size: 24px;
  }

  .ds-single-post .ds-post-baner {
    height: 250px;
  }

  .ajax-posts .ds-post {
    height: auto;
  }

  ul.sub-menu {
    background-color: transparent;
  }

  .top-menu {
    overflow-x: scroll;
  }

  .freshmail_form_2 div input {
    font-size: 15px !important;
  }

  .freshmail_form_2 p button {
    position: relative;
    top: -1px;
    font-size: 15px !important;
  }

  .ds-cont-list {
    display: none;
  }

  .top-menu ul li#menu-item-4964 {
    display: block;
  }

  .lupe-switcher {
    display: block;
    position: fixed;
    top: 8px;
    right: 10px;
    z-index: 999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    border: 3px solid #000;
    color: #000;
    background-color: #fff;
    border-radius: 0px;
    padding: 0;
    font-size: 20px;
  }

  .ds-search {
    position: fixed;
    top: 70px;
    right: 0;
    display: none;
    z-index: 400;
  }

  .ds-search input {
    width: 280px;
  }

  .shoppage {
    padding-bottom: 0;
  }

  .ebook-fm form>div:first-of-type {
    width: 100% !important;
  }

  .ebook-fm p {
    width: 100% !important;
  }

  .ebook-fm input.field {
    width: 100% !important;
  }

  .ebook-fm form button {
    width: 100% !important;
    margin-top: 15px;
    margin-left: 0 !important;
  }

  p.ebook-questions-item {
    margin-bottom: 80px;
  }

  .mb-100 {
    margin-bottom: 80px;
  }

  .ebook-baner-img {
    text-align: center;
  }

  .ebook-baner-text {
    text-align: center;
  }

  .ebook-baner.ebook .ebook-baner-text h2 {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 28px;
  }

  .ebook-baner-img img {
    width: initial;
    height: initial;
  }

  .ebook-fm form p:first-of-type {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ebook-chess-text .red-btn a {
    width: 100%;
    text-align: center;
  }

  .red-btn a {
    padding: 15px;
  }
.top-menu ul li a{
  padding: 10px;
}
}

@media(max-width: 600px) {

  body.woocommerce .woocommerce-result-count,
  body.woocommerce-page .woocommerce-result-count {
    float: unset;
  }

  body.woocommerce .woocommerce-ordering,
  body.woocommerce-page .woocommerce-ordering {
    float: unset;
  }
	
	.wp-pagenavi {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 10px;
}
	.wp-pagenavi a, .wp-pagenavi span {
		    height: 43px!important;
    margin-top: 0!important;
    margin-bottom: 10px!important;
		display: flex!important;
    align-items: center!important;
	}
}

@media(max-width:480px) {
  .freshmail_form_2 div {
    width: 100%;
    margin-right: 0 !important;
  }

  .freshmail_form_2 p {
    width: 100%;
    margin-top: 0;
  }

  body.woocommerce-page .woocommerce #content table.cart td.actions .input-text,
  body.woocommerce-page .woocommerce table.cart td.actions .input-text,
  body.woocommerce-page .woocommerce-page #content table.cart td.actions .input-text,
  body.woocommerce-page .woocommerce-page table.cart td.actions .input-text {
    width: 100%;
    margin-bottom: 10px;
  }

  body.woocommerce-page .woocommerce table.cart td.actions .coupon .input-text+.button {
    width: 100% !important;
  }

}

a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
    max-height: 125px!important;
}


/*kalk*/

@media (max-width: 600px) {
  .mx-auto.offset-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  section#results {
    width: 100%;
    overflow: scroll;
  }
  #menu-button {
    right: 65px;
    left: unset;
  }
}


/*Problem ze strona /spis-tresci/ z280823*/
.page-id-74 #toc_container ul {
  display: flex;
  flex-direction: column;
  margin-left: 0!important;
}

.page-id-74 #toc_container {
  margin-top: 5%;
}

/*problem freshmaila*/

@media (min-width: 1800px) {
  iframe {}
  /*  1 */
  #fm-fc-f-0otqlr3bbi {
    min-height: 522px!important;
  }
  /*  2 */
  #fm-fc-f-wt5afpd0te {
    min-height: 540px!important;
  }
  /*  3 */
  #fm-fc-f-7k7xfe8yi3 {
    min-height: 750px!important;
  }
  /*  4 */
  #fm-fc-f-4byy7cpcln {}
}

@media (min-width: 1500px) and (max-width: 1800px) {
  iframe {}
  /*  1 */
  #fm-fc-f-0otqlr3bbi {
    min-height: 522px!important;
  }
  /*  2 */
  #fm-fc-f-wt5afpd0te {
    min-height: 540px!important;
  }
  /*  3 */
  #fm-fc-f-7k7xfe8yi3 {
    min-height: 750px!important;
  }
  /*  4 */
  #fm-fc-f-4byy7cpcln {}
}

@media (min-width: 1200px) and (max-width: 1500px) {
  iframe {}
  /*  1 */
  #fm-fc-f-0otqlr3bbi {
    min-height: 522px!important;
  }
  /*  2 */
  #fm-fc-f-wt5afpd0te {
    min-height: 540px!important;
  }
  /*  3 */
  #fm-fc-f-7k7xfe8yi3 {
    min-height: 750px!important;
  }
  /*  4 */
  #fm-fc-f-4byy7cpcln {}
}

@media (min-width: 600px) and (max-width: 1200px) {
  iframe {}
  /*  1 */
  #fm-fc-f-0otqlr3bbi {
    min-height: 537px!important;
  }
  /*  2 */
  #fm-fc-f-wt5afpd0te {
    min-height: 583px!important;
  }
  /*  3 */
  #fm-fc-f-7k7xfe8yi3 {
    min-height: 750px!important;
  }
  /*  4 */
  #fm-fc-f-4byy7cpcln {}
}

@media (max-width: 600px) {
  iframe {}
  /*  1 */
  #fm-fc-f-0otqlr3bbi {
    min-height: 765px!important
  }
  /*  2 */
  #fm-fc-f-wt5afpd0te {
    min-height: 692px!important
  }
  /*  3 */
  #fm-fc-f-7k7xfe8yi3 {
    min-height: 870px!important
  }
  /*  4 */
  #fm-fc-f-4byy7cpcln {}
}

@media (max-width: 700px) {
  body {
    padding-top: 20vh;
    padding-top: 17vh;
  }
  .ebook.banerekran h2 {
    font-size: 19px!important;
    margin: 14px 0!important;
  }
  .ebook.banerekran h2 span {
    font-size: 12px!important;
    margin-bottom: 11px!important;
  }
  .ebook.banerekran .red-btn a {
    padding: 5px!important;
  }
  .ebook.banerekran .ebook-baner-img {
    padding-bottom: 0px!important;
  }
  .ebook.banerekran .ebook-baner-btn {
    margin-top: 0!important;
  }
}

.wpcf7-form {
  width: 100%;
  max-width: 500px;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #125997;
  outline: none;
  border-radius: 5px;
}

.wpcf7-form input[type=submit] {
  border: 1px solid #125997;
  background-color: white;
  color: #125997;
  outline: none;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 25px;
  transition: .5s;
}

.wpcf7-form input[type=submit]:hover {
  background-color: #125997;
  color: white;
  transition: .5s;
}

.wpcf7-list-item {
  margin: 0!important;
}

@media (min-width: 1200px) {
  .ebook-baner.ebook {
      height: 310px !important;
      margin: 0;
  }
}


#cc-main {

  /** Change button primary color to black **/
  --cc-btn-primary-bg: #115997;
  --cc-btn-primary-border-color: #115997;
  --cc-btn-primary-hover-bg: #444444;
  --cc-btn-primary-hover-border-color: #444444;

  /** Also make toggles the same color as the button **/
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);

  /** Make the buttons a bit rounder **/
  --cc-btn-border-radius: 10px;
  --cc-pm--box-border-radius: 10px;

}
.disable--interaction #cc-main .cm-wrapper::before {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(4px);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm--middle {
  border-radius: 10px;
}
#cc-main .cm__btns {
  border-radius: 10px;
}

.show--preferences #cc-main .cc--anim .pm--box{
  border-radius: 10px !important;
}
#cc-main .cm {
max-width: 50rem !important;
}
#cc-main .pm-overlay{
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(4px);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}
.cm__btn--secondary[data-role="necessary"] {
  display: none !important;
}