.linkven {
  background: #34d955;
  border-radius: 4px;
  font-family: Arial;
  font-size: 17px;
  padding: 10px 60px 10px 60px;
  margin: 5px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 3px 0px #666666;
  width: 270px;
  text-align: center; }

.linkven:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.linkven a {
  text-decoration: none; }

.linkven strong {
  color: #ffffff; }

div.shop {
  margin: 20px;
  padding: 10px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  float: left;
  border: 10px solid #32CD32;
  border-radius: 5px;
  position: relative; }

div.shop:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

div.shop h2 {
  color: #000000;
  text-align: center;
  font-size: 15px;
  border: 0px; }

div.shop a {
  background: #34d955;
  background-image: -webkit-linear-gradient(top, #34d955, #57b82b);
  background-image: -moz-linear-gradient(top, #34d955, #57b82b);
  background-image: -ms-linear-gradient(top, #34d955, #57b82b);
  background-image: -o-linear-gradient(top, #34d955, #57b82b);
  background-image: linear-gradient(to bottom, #34d955, #57b82b);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  box-shadow: 0px 3px 0px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 10px 10px 10px;
  position: relative;
  display: inline-block;
  text-decoration: none; }

div.internilink {
  background: #ff005d;
  background-image: -webkit-linear-gradient(top, #ff005d, #dc0029);
  background-image: -moz-linear-gradient(top, #ff005d, #dc0029);
  background-image: -ms-linear-gradient(top, #ff005d, #dc0029);
  background-image: -o-linear-gradient(top, #ff005d, #dc0029);
  background-image: linear-gradient(to bottom, #ff005d, #dc0029);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-align: center;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 20px 15px 20px;
  margin-bottom: 15px;
  box-shadow: 0px 3px 0px #666666; }

div.internilink strong {
  color: white;
  text-decoration: underline; }

div.internilink:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

div.linkprehled {
  background: #b500b7;
  background-image: -webkit-linear-gradient(top, #34d955, #04bc1e);
  background-image: -moz-linear-gradient(top, #34d955, #04bc1e);
  background-image: -ms-linear-gradient(top, #34d955, #04bc1e);
  background-image: -o-linear-gradient(top, #34d955, #04bc1e);
  background-image: linear-gradient(to bottom, #34d955, #04bc1e);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-align: center;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  margin: 15px 0px 15px 0px;
  padding: 15px 20px 15px 20px; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
div.linkprehled:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

div.linkprehled strong {
  color: white;
  text-decoration: underline; }

div.externilink {
  background: #34d955;
  background-image: -webkit-linear-gradient(top, #34d955, #57b82b);
  background-image: -moz-linear-gradient(top, #34d955, #57b82b);
  background-image: -ms-linear-gradient(top, #34d955, #57b82b);
  background-image: -o-linear-gradient(top, #34d955, #57b82b);
  background-image: linear-gradient(to bottom, #34d955, #57b82b);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-align: center;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  margin: 15px 0px 15px 0px;
  padding: 15px 20px 15px 20px;
  box-shadow: 0px 3px 0px #666666; }

div.externilink strong {
  color: white;
  text-decoration: underline; }

div.externilink:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

div.minusy ul, div.plusy ul {
  width: 100%; }

div.plusy {
  margin: 0px;
  padding: 15px;
  padding-left: 0px;
  width: 33%;
  color: black;
  float: left;
  position: relative; }

div.plusy ul {
  margin: 10px 0 0;
  float: left;
  position: relative;
  padding: 0px; }

div.plusy li {
  margin: 2px 0 0;
  clear: both;
  position: relative;
  list-style: none outside none; }

div.plusy p {
  color: black;
  font-size: 16px;
  border: 0px;
  margin: 0px;
  padding: 0px; }

div.plusy h2 {
  color: black;
  font-size: 20px;
  border: 0px; }

div.minusy {
  margin: 0px;
  padding: 15px;
  width: 33%;
  color: black;
  float: left; }

div.minusy ul {
  margin: 10px 0 0;
  float: left;
  position: relative;
  padding: 0px; }

div.minusy li {
  margin: 2px 0 0;
  clear: both;
  position: relative;
  list-style: none outside none; }

div.minusy p {
  color: black;
  font-size: 16px;
  border: 0px;
  margin: 0px;
  padding: 0px; }

div.minusy h2 {
  color: black;
  font-size: 20px;
  border: 0px; }

div.kupte {
  padding: 10px;
  margin-right: 0px;
  width: 33%;
  text-align: center;
  font-size: 23px;
  float: left;
  border-radius: 5px; }

div.kupte:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

div.kupte > div {
  color: #000000;
  text-align: center;
  font-size: 15px;
  border: 0px;
  margin-bottom: 15px; }

div.kupte a {
  background: #34d955;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  box-shadow: 0px 3px 0px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 25px;
  padding: 10px 20px 10px 20px;
  position: relative;
  display: inline-block;
  text-decoration: none; }

div.kupte span {
  color: #ffffff !important; }

.plusbutton {
  background: url("https://www.lascivni.cz/wp-content/uploads/plus-minus/plus.svg") no-repeat;
  height: 16px;
  width: 16px;
  float: left;
  padding-left: 5px;
  margin-right: 5px;
  margin-bottom: 8px;
  position: relative;
  background-size: 16px 16px; }

no-svg .plusbutton {
  background-image: url(https://www.lascivni.cz/wp-content/uploads/plus.png); }

.minusbutton {
  background: url("https://www.lascivni.cz/wp-content/uploads/plus-minus/minus.svg") no-repeat;
  height: 16px;
  width: 16px;
  float: left;
  padding-left: 5px;
  margin-right: 5px;
  margin-bottom: 8px;
  position: relative;
  background-size: 16px 16px; }

no-svg .minusbutton {
  background-image: url(https://www.lascivni.cz/wp-content/uploads/minus.png); }

@media only screen and (max-width: 1050px) {
  div.plusy, div.minusy {
    width: 44% !important;
    height: auto !important;
    padding: 0px;
    margin: 0px; }

  div.kupte {
    clear: both;
    width: 87% !important; } }
@media only screen and (max-width: 400px) {
  div.plusy, div.minusy {
    width: 87% !important;
    height: auto;
    padding: 0px !important;
    margin: 0px !important; }

  div.kupte {
    padding: 10px !important;
    margin: 10px 0 !important; } }
.ngg-gallery-thumbnail {
  background-color: #f1f1f1 !important;
  border: none !important;
  margin-right: 5px;
  padding-bottom: 20px;
  margin: 0px 2px 0px 0px !important; }

blockquote, blockquote p {
  font-size: 20px !important; }

.tablepress thead th {
  background-color: #ffffff; }

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
  background-color: #fbf9f9; }

#azIndex_index {
  margin-bottom: 25px; }

.c100, .c100 .fill, .c100 .bar {
  border: 9px solid #dcdcdc;
  border: 9px solid rgba(0, 0, 0, 0.1); }

.regulargrid .title {
  font-size: 25px !important; }

.post .tagcloud.badge {
  display: none; }

.overflowbox {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  float: left;
  width: 100%;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  max-height: 60px; }
  .overflowbox.open .overflow {
    opacity: 0;
    z-index: -1; }
  .overflowbox p {
    line-height: 1.5em; }
  .overflowbox.tag p {
    line-height: 1.9em; }
  .overflowbox .overflow {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f3f3f3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#f3f3f3", GradientType=0);
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s; }
    .overflowbox .overflow.white {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #ffffff); }

.open-more {
  color: #c20051 !important; }
  .open-more i {
    font-size: 10px;
    vertical-align: middle;
    margin-left: 5px; }

.category-196 .isotopecontainer .isobrick-inner .badge {
  display: none; }
.category-196 .isotopecontainer .isobrick-inner .inner-content {
  display: none; }

.postcontent a img {
  display: inline-block !important; }

.generatedcontent .content ol.listcomments {
  padding-top: 20px !important; }
  .generatedcontent .content ol.listcomments .children {
    margin-bottom: 30px; }
    .generatedcontent .content ol.listcomments .children .comment {
      margin: 30px 0 0 0px; }

@media (max-width: 991px) {
  .cwv3_dialog .cwv3_btns div {
    width: 100% !important; }
  .cwv3_dialog .cwv3_enter, .cwv3_dialog .cwv3_exit {
    float: none !important; } }
.proscons-wrapper {
  margin-bottom: 30px; }

.tablepress tfoot th, .tablepress thead th {
  background-color: #fff !important; }

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
  background-color: #f5f5f5 !important; }

#sitecontainer .post-top img.scale-with-grid {
  width: 100%;
  height: 210px !important;
  object-fit: cover; }

/*# sourceMappingURL=custom.css.map */
