/* Deligram * Mariusz Markiewicz 2018 */

* {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  font-family: Poppins,Verdana,sans-serif;
}

body {
  margin: 0 auto;
  overflow-y: scroll;
  padding: 15px 20px;
  background-color: #d1d1d1;
  color: #444;
  font-weight: 500;
  font-size: 15px;
  min-width: 660px;
  max-width: 1320px;
}

input {
  font-size: 15px;
}

div {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #22a;
}

img {
  display: block;
}

iframe {
  display: none;
}

:focus {
  outline: none;
}

.link {
  cursor: pointer;
}

.input {
  padding-left: 4px;
}

.checked div:first-child {
  background: #f40 url('imgs/chkb.png') no-repeat !important;
}

.txtlink {
  text-decoration: underline;
}
.txtlink:hover {
  text-decoration: none;
  color: #f40 !important;
}

.selectbtt {
  padding-left: 4px;
  cursor: pointer;
}
.selectbtt > div:first-child {
  white-space: nowrap;
  float: left;
}
.selectbtt > div:first-child+div {
  width: 16px;
  height: 100%;
  background: transparent url('imgs/ddd.png') no-repeat center center;
  margin: 0px 2px 0px 2px;
  float: right;
}

.selectdown .selectlst {
  display: block;
}
.selectdown .selectbtt > div:first-child+div {
  background-image: url('imgs/ddu.png');
}

.selectlst {
  position: absolute;
  box-shadow: 0px 2px 5px #aaa;
  z-index: 100;
  display: none;
}
.selectlst div {
  padding: 1px 0px 1px 4px;
  line-height: 18px;
  cursor: pointer;
}
.selectlst div:hover {
  color: #fff;
  background-color: #88a !important;
}

#cookiesmsg {
  width: 100%;
  position: fixed;
  bottom: -350px;
  left: 0px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  z-index: 1000;
  padding: 20px;
  transition: bottom 2s;
}
#cookiesmsg.mshow {
  bottom: 0px;
}
#cookiesmsg div {
  margin: 0px 30px 0px 10px;
  height: 12px;
  line-height: 12px;
  padding: 2px 8px;
  font-size: 0.7em;
  color: #fff;
  float: right;
  border: #fff solid 1px;
  border-radius: 11px;
  background-color: rgba(200,0,0,0.7);
}
#cookiesmsg div:hover {
  background-color: rgba(250,0,0,0.7);
}
#cookiesmsg a {
  color: #fff;
}
#cookiesmsg span {
  font-size: 1.3em;
  color: #fff;
}

.mheader {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: #a0a0a0 dotted 4px;
}
.mheader img {
  width: 20px;
  margin: 0 8px 0 5px;
  display: inline;
}
.mheader span {
  font-size: 1.7em;
  font-weight: 500;
}

.ctile {
  width: 50%;
  float: left;
}

#dmore,.dttags { width: calc(50% + 310px); }

@media screen and (min-width: 1030px) {
  .ctile { width: 33.3%; }
  #dmore,.dttags { width: calc(66.7% + 310px) !important; }
}

@media screen and (min-width: 1360px) {
  .ctile { width: 25%; }
  #dmore,.dttags { width: calc(75% + 310px) !important; }
}

.dattr {
  margin: 10px auto;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 1px #bbb;
  background-color: #e3e3e3;
}

.dtile {
  width: 310px;
  height: 310px;
  position: relative;
  background-image: url('imgs/tilebg.jpg');
}
.dtile .dts {
  width: 100%;
  top: 160px;
  position: absolute;
}
.dtile .dti {
  width: 300px;
  height: 150px;
  border: #fff solid 5px;
  border-radius: 5px;
}
.dtile .dth {
  height: 30px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 0px 20px;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #666;
}
.dtile .dtd {
  height: 44px;
  padding: 0px 20px;
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.15;
  letter-spacing: 1px;
  color: #777;
}
.dtile .dtp {
  height: 22px;
  padding: 10px 20px;
  margin-top: 4px;
  line-height: 22px;
}
.dtile .dtpv {
  min-width: 64px;
  height: 100%;
  float: left;
  font-size: 0.95em;
  color: #666;
}
.dtile.updp .dtpv {
  background-image: url('imgs/ldr.gif');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 64px;
}
.dtile.updp .dtpv span {
  display: none;
}
.dtile .dtpv > span:first-child {
  color: #60b040;
}
.dtile .dtpv > span:first-child+span {
  text-decoration: line-through;
}
.dtile .dtpv+div {
  float: right;
  font-size: 0.95em;
  color: #666;
}
.dtile .dtp img {
  width: 18px;
  margin-right: 4px;
  float: right;
  opacity: 0.7;
}

#cmore {
  width: 100%;
  height: 60px;
}
#cmore.ldr {
  background-image: url('imgs/ldr.gif');
  background-repeat: no-repeat;
  background-position: center center;
}

#dmore {
  min-width: 310px;
  line-height: 40px;
  font-size: 1.3em;
  text-align: center;
}

.dtmain {
  width: 885px;
  margin: 0 auto;
}

.dtleft {
  width: 514px;
  float: left;
}

.dtright {
  width: 350px;
  float: right;
}

.dttitle {
  font-size: 1.7em;
  font-weight: 300;
  line-height: 28px;
  margin: 15px 4px 0px 4px;
  padding-bottom: 2px;
}

.dtimage {
  border: #fff solid 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 1px #bbb;
  margin: 15px 2px 2px 2px;
  position: relative;
}
.dtimage > div {
  top: 15px;
  right: 0px;
  width: 60px;
  padding-right: 15px;
  line-height: 30px;
  background-color: #57f;
  color: #fff;
  text-align: right;
  font-size: 1.7em;
  font-weight: 500;
  position: absolute;
}
.dtimage img {
  width: 500px;
}

.dtshop {
  border: #fff solid 5px;
  border-top-width: 3px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 1px #bbb;
  margin: 20px 2px 2px 2px;
  background-color: #fff;
}
.dtshop .supd {
  height: 25px;
  margin-bottom: 2px;
}
.dtshop .supd img {
  height: 20px;
  padding: 0px 5px 0px 3px;
  opacity: 0.6;
  display: inline;
  vertical-align: middle;
}
.dtshop .supd span {
  font-size: 0.67em;
}
.dtshop .ssim {
  font-size: 0.67em;
  color: #5a3;
  display: inline-block;
  float: right;
  line-height: 26px;
}
.dtshop .sprc {
  height: 67px;
  border-radius: 2px;
  background-color: #5a3;
}
.dtshop .sprc img {
  width: 40px;
  opacity: 0.6;
  margin: 15px;
  padding-right: 4px;
  float: left;
}
.dtshop .sprc .spr {
  width: 125px;
  height: 100%;
  border-left: #686 solid 1px;
  float: left;
  padding-top: 8px;
}
.dtshop .sprc .spr1 {
  padding-top: 21px !important;
}
.dtshop .sprc .spr > div {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 26px;
  text-align: right;
}
.dtshop .sprc .spr > div:first-child {
  color: #fff;
}
.dtshop .sprc .spr > div:first-child+div {
  color: #333;
  text-decoration: line-through;
  opacity: 0.6;
}
.dtshop .sprc .sbuy {
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  margin-top: 18px;
  margin-right: 12px;
  text-align: right;
  float: right;
}
.dtshop .sprc .sbuy span {
  font-size: 0.7em;
  color: #333;
  opacity: 0.6;
}

.dtdesc {
  border: #fff solid 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 1px #bbb;
  margin: 23px 2px 2px 2px;
  background-color: #fff;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 20px;
  padding: 13px;
}
.dtdesc p {
  font-size: 1.3em !important;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 10px;
}
.dtdesc div {
  font-size: 2em;
  font-weight: 500;
  opacity: 0.3;
  padding-top: 20px;
  text-align: center;
}
.dtdesc div img {
  height: 40px;
  display: inline;
  vertical-align: middle;
  transform: translate(0px,-4px)
}
.dtdesc a {
  color: #5a3;
  font-weight: 500;
}

.dtcomm {
  margin: 20px 4px 0px 4px;
  color: #222;
}
.dtcomm .chd {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.dtcomm img {
  height: 30px;
  opacity: 0.2;
  float: left;
}
.dtcomm .cds {
  width: 91%;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 20px;
  float: right;
}
.dtcomm .cds p {
  font-weight: 500;
  margin-bottom: 2px;
  margin-top: 8px;
  color: #00d;
}
.dtcomm .cds p:first-child {
  margin-top: 0px;
}

.dttags {
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 500;
  padding: 40px 0px 15px 3px;
  border-bottom: #a0a0a0 dotted 4px;
}
.dttags span {
  opacity: 0.4;
  font-weight: 300;
  word-spacing: 3px;
}

.artcont {
  margin-top: 8px;
  line-height: 20px;
  font-weight: 300;
}
.artcont sup {
  vertical-align: top;
  position: relative;
  top: -0.2em;
  font-size: 0.8em;
}
.artcont sub {
  vertical-align: bottom;
  position: relative;
  bottom: -0.2em;
  font-size: 0.8em;
}
.artcont ol,
.artcont ul {
  margin: 20px 0px !important;
  padding-left: 40px !important;
}
.artcont blockquote {
  margin: 20px 0px !important;
  padding-left: 30px !important;
}
.artcont a {
  text-decoration: underline;
  color: #00e;
}
.artcont a:hover {
  text-decoration: none;
  color: #e00;
}
.artcont .artimg {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.artcont .artimg span {
  font-size: 0.85em;
  line-height: 12px;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
}
.artcont .artimg img {
  width: 100%;
  height: auto;
  border: #fff solid 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 1px #bbb;
  box-sizing: border-box;
}
.artcont .artvid {
  width: 100%;
  height: 0px;
  padding-bottom: 55.2%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  border: #fff solid 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 1px #bbb;
  box-sizing: border-box;
}

.artvid iframe {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: block;
  position: absolute;
}

.artcont .ffs1 { font-size: 0.64em; }
.artcont,
.artcont .ffs2 { font-size: 0.90em; }
.artcont .ffs3 { font-size: 1.16em; }
.artcont .ffs4 { font-size: 1.41em; }

@media screen and (max-device-width: 700px) {
  body {
    min-width: 330px;
    max-width: 700px;
    padding: 5px 10px;
  }

  .mheader {
    padding-bottom: 5px;
  }
  .mheader img {
    margin-left: 2px;
  }

  .ctile {
    width: 100%;
  }

  #dmore {
    width: 310px;
  }

  .dtmain,
  .dtleft,
  .dtright {
    width: auto;
    margin: 0 auto;
    float: none;
  }

  .dttitle {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 28px;
    margin: 5px 4px 0px 4px;
    padding-bottom: 2px;
  }

  .dtimage img {
    width: 100%;
  }

  .dtcomm .cds {
    width: 88%;
  }
  .dtshop .ssim {
    display: none;
  }

  .dttags {
    width: 100%;
    font-size: 1.2em;
  }
}
