/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.sprocket-mosaic-container .sprocket-mosaic-item .sprocket-mosaic-image
{
  min-width: 270px;
  min-height: 170px;
  max-width: 270px;
  max-height: 170px;
  width: 270px;
  height: 170px;
}


#popek {
  position: fixed;
  width: 550px;
  max-width: 550px;
  height: 400px;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  border: 1px solid #e6e6e6;
  transition: all 0.2s;
  margin-bottom: 0px;
}

#popek img {
  max-height: 55px;
}

#popek div.txt {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow-y: scroll;
  height: 220px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
}

#popek div.txt,
#popek div.txt p,
#popek div.txt a,
#popek div.txt span,
#popek div.txt ol,
#popek div.txt ol li,
#popek div.txt ul,
#popek div.txt ul li {
  font-size: 13px;
  line-height: 18px;
}

#popek div.txt p,
#popek div.txt ul,
#popek div.txt ol
{
  margin-bottom: 10px;
}

#popek div.txt ul li,
#popek div.txt ol li
{
  margin-left: 20px;
  list-style-type: disc;
  display: list-item;
  margin-bottom: 5px;
}

#popek div.txt a {
  display: inline-block;
  text-decoration: underline;
}

#popek div.txt a:hover {
  text-decoration: none;
}

#popek #popek_x{
  display:block;
  width:31px;
  height:30px;
  position:absolute;
  right:12px;
  top:12px;
  cursor:pointer;
  background:url(../images/cookie_x.png) no-repeat;
}

@media (max-width:770px){

#popek {
  left: 0;
  right: 0;
  width: 95%;
  margin: auto;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

}