@media only screen and (min-width: 1008px) {
  #detail-article {
    padding: 10px 22px;
  }
  #detail-article h1 {
    color: #e41d2e;
    font-size: 30px;
    font-weight: normal;
    border-bottom: 1px dashed #dce0eb;
    padding-bottom: 10px;
  }
  #detail-article .meta {
    padding: 22px 0;
  }
  #detail-article .meta .q {
    float: left;
  }
  #detail-article .meta .w {
    float: right;
  }
  #detail-article .perex {
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #detail-article .image
  {
    text-align: center;
    margin-bottom: 20px;
  }
  #detail-article .image img {
    /*width: 620px;*/
    height: 362px;
    max-width: 628px;
  }
  #detail-article .image p {
    position: absolute;
    margin-top: -44px;
    background: url(../img/gfx/image-transparent.png);
    width: 580px;
    color: #fff;
    padding: 15px 20px;
  }
  #detail-article .share {
    border-bottom: 1px solid #e7e9ee;
    margin-top: 15px;
    padding-bottom: 5px;
    /* BYLO:
    / *border-bottom: 1px solid #e7e9ee;* /
    margin-top: 0px;
    padding-bottom: 15px;
    */
  }
  #detail-article .share .q {
    background: url(../img/gfx/arrow-right.png) 100% 10px no-repeat;
    padding-right: 15px;
    padding-top: 10px;
    margin-right: 10px;
    float: left;
  }
  #detail-article .share .w {
    float: left;
    margin-top: 5px;
  }
  /*#detail-article .share .e {
    float: left;
    background: url(../img/gfx/share-email.png) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 6px;
  }
  #detail-article .share .r {
    float: left;
    background: url(../img/gfx/icon-print2.png) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    margin-left: 10px;
  }
  #detail-article .share .t {
    float: left;
    background: url(../img/gfx/icon-share-more.png) no-repeat;
    display: block;
    width: 18px;
    height: 16px;
    margin-top: 6px;
    margin-left: 10px;
  }*/
  #detail-article .main {
    color: #333;
    line-height: 22px;
    padding-top: 20px;
  }
  #detail-article .main p {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: justify;
  }
  #detail-article .main img {
    /*float: right;
    max-width: 180px;
    height: 120px;
    padding: 3px;
    border: 1px solid #DCE0EB;
    margin: 5px 0px 20px 20px;*/
  }
  #detail-article .main ul {
    list-style-type: disc;
    list-style-position: inside;
  }
  #detail-article .main h2 {
    padding-bottom: 5px;
    padding-top: 25px;
    font-size: 14px;
  }
  #detail-article .images {
    border-bottom: 1px solid #e7e9ee;
    padding-bottom: 5px;
    margin-top: 26px;
  }
  #detail-article .images img {
    max-width: 180px;
    height: 120px;
  }
  #detail-article .images p {
    background: url(../img/gfx/arrow-down.png) 60px 1px no-repeat;
    color: #333;
    padding-bottom: 10px;
    font-size: 11px;
  }
  #detail-article .images div a {
    border: 1px solid #d3d3d3;
    padding: 5px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 180px;
    height: 120px;
    text-align: center;
  }
  #detail-article .next {
    padding: 30px 0;
  }
  #detail-article .next h2 {
    font-size: 16px;
    font-weight: normal;
  }
  #detail-article .next h2 span {
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
  }
  #detail-article .next ul {
    padding: 10px 0;
  }
  #detail-article .next li {
    font-size: 14px;
    background: url(../img/gfx/arrow-micro-red.png) 0 50% no-repeat;
    padding: 10px 0;
  }
  #detail-article .next li.none {
    background: none;
  }
  #detail-article .next li a {
    color: #333;
    padding-left: 15px;
  }

  #imgShow, #imgScrPrev, #imgScrNext, #imgScrClose {
    position: absolute;
    z-index: 100000;
    cursor: pointer;
  }
  #imgScrPrev, #imgScrNext, #imgScrClose {
    display: none;
  }
  #divShowBgAround {
    position: absolute;
    z-index: 99999;
    display: none;
    background: url(../img/overlay1.gif);
    opacity: .7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 1007px) {
  #detail-article h1 {
    color: #e41d2e;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 10px;
  }
  #detail-article .meta {
    display: none;
  }
  #detail-article .perex {
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #detail-article .image
  {
    text-align: center;
    margin-bottom: 20px;
  }
  #detail-article .image img {
    max-width: 100%;
    height: auto;
  }
  #detail-article .image p {
    position: absolute;
    margin-top: -44px;
    background: url(../img/gfx/image-transparent.png);
    width: 580px;
    color: #fff;
    padding: 15px 20px;
  }
  #detail-article .share {
    border-bottom: 1px solid #e7e9ee;
    margin-top: 15px;
    padding-bottom: 5px;
  }
  #detail-article .share .q {
    background: url(../img/gfx/arrow-right.png) 100% 10px no-repeat;
    padding-right: 15px;
    padding-top: 10px;
    margin-right: 10px;
    float: left;
  }
  #detail-article .share .w {
    float: left;
    margin-top: 5px;
  }
  /*#detail-article .share .e {
    float: left;
    background: url(../img/gfx/share-email.png) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 6px;
  }
  #detail-article .share .r {
    float: left;
    background: url(../img/gfx/icon-print2.png) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    margin-left: 10px;
  }
  #detail-article .share .t {
    float: left;
    background: url(../img/gfx/icon-share-more.png) no-repeat;
    display: block;
    width: 18px;
    height: 16px;
    margin-top: 6px;
    margin-left: 10px;
  }*/
  #detail-article .main {
    color: #333;
    line-height: 22px;
    padding-top: 20px;
  }
  #detail-article .main p {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: justify;
  }
  #detail-article .main img {
    /*float: right;
    max-width: 180px;
    height: 120px;
    padding: 3px;
    border: 1px solid #DCE0EB;
    margin: 5px 0px 20px 20px;*/
  }
  #detail-article .main ul {
    list-style-type: disc;
    list-style-position: inside;
  }
  #detail-article .main h2 {
    padding-bottom: 5px;
    padding-top: 25px;
    font-size: 20px;
  }
  #detail-article .main h3 {
    padding-bottom: 5px;
    padding-top: 25px;
    font-size: 17px;
  }
  #detail-article .images {
    border-bottom: 1px solid #e7e9ee;
    padding-bottom: 5px;
    margin-top: 26px;
  }
  #detail-article .images img {
    max-width: 180px;
    height: 120px;
  }
  #detail-article .images p {
    background: url(../img/gfx/arrow-down.png) 60px 1px no-repeat;
    color: #333;
    padding-bottom: 10px;
    font-size: 11px;
  }
  #detail-article .images div a {
    border: 1px solid #d3d3d3;
    padding: 5px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 180px;
    height: 120px;
    text-align: center;
  }
  #detail-article .next {
    padding: 30px 0;
  }
  #detail-article .next h2 {
    font-size: 16px;
    font-weight: normal;
  }
  #detail-article .next h2 span {
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
  }
  #detail-article .next ul {
    padding: 10px 0;
  }
  #detail-article .next li {
    font-size: 14px;
    background: url(../img/gfx/arrow-micro-red.png) 0 50% no-repeat;
    padding: 10px 0;
  }
  #detail-article .next li.none {
    background: none;
  }
  #detail-article .next li a {
    color: #333;
    padding-left: 15px;
  }

  #imgShow, #imgScrPrev, #imgScrNext, #imgScrClose {
    position: absolute;
    z-index: 100000;
    cursor: pointer;
  }
  #imgScrPrev, #imgScrNext, #imgScrClose {
    display: none;
  }
  #divShowBgAround {
    position: absolute;
    z-index: 99999;
    display: none;
    background: url(../img/overlay1.gif);
    opacity: .7;
    filter: alpha(opacity=70);
  }
}