.pmg-wrap {
    width: 100%;
    overflow: hidden;
    margin-top: -0.625em;
}


.pmg-wrap .pmg-top {
    width: 100%;
    height: 185px;
    background: #000 url(../images/pokemongo-bg.jpg)no-repeat center center;
    overflow: hidden;
    margin-bottom: 30px;
}

.pmg-wrap .pmg-top h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 3.438em;
    color: #fff;
    text-transform: uppercase;
    padding: 1.0em 0.5em 0;
    text-shadow: 0 0 2px #000;
}
.pmg-body .hdline {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 2.500em;
}
.pmg-body .hdline .photo {
    width: 62.6%;
    float: left;
    margin-right: 2%;
}

.pmg-body .caty {
    font-size: 0.875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0.625em 0 0.3em;
    color: #000;
}
.pmg-body .caty em {
    text-transform: uppercase;
    color: #ff8502;
    font-style: normal;
}

.pmg-body .hdline h2 {
    font-size: 1.7em;
    font-weight: 400; font-family: 'Roboto Slab', serif;
}

.summary {
    font-size: 1em;
    line-height: 1.6em;
    color: #666666;
    margin-top: 0.5em;
}

.pmg-body .grid-third {
    width: 100%;
    overflow: hidden;
    clear: both;
}

.pmg-body .grid-third .list:nth-of-type(3n+1) {
    clear: left;
}

.pmg-body .grid-third .list {
    width: 31.7%;
    float: left;
    margin-right: 2.43%;
    margin-bottom: 2.500em;
}
.pmg-body .grid-third .list:nth-of-type(3n) {
    margin-right: 0;
}
.i-cover {
    overflow: hidden;
    background: #000;
    position: relative;
    line-height: 0;
    width: 100%;
}
.pmg-body .grid-third .ttl {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 5%;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.pmg-body .title {
    position: static;
    font-size: 1.250em;
    line-height: 1.2;
    font-weight: 400; font-family: 'Roboto Slab', serif;
}
.pmg-body .grid-popular {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 2.500em;
}
.pmg-body .grid-popular .ttl {
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
    text-align: center;     border-top: #e32c8f 3px solid;
}
.pmg-body .grid-popular h4 {
    font-size: 1.875em;
    text-transform: uppercase; line-height: 2em;
    color: #243363; font-family: 'Roboto Slab', serif;
}

.pmg-body .grid-popular .bxsliderp h3 {
    margin-top: 0.5em;
    font-size: 1em;
    font-weight: 500; font-family: 'Roboto Slab', serif;
}
.pm-slider{position: relative;}
.bx-wrapper{margin: 0 auto; z-index: 0;}
#prev{float: left; width: 50px; text-align: center; position: absolute; left: 0px; z-index: 20; top:110px; display: block;background: rgba(0,0,0,0.5); color: #fff; transition: 0.3s;}
#next{float: right; width:  50px;text-align: center; position: absolute; right:0px; top:110px; display: block; background: rgba(0,0,0,0.5); color: #fff;  transition: 0.3s;}
#next a,#prev a{ color: #fff; height:50px; display: block; line-height: 50px; font-size: 24px;}
#next:hover,#prev:hover{background: rgba(237,29,98,0.5)}
.bxsliderp{width: 90%; float:left;}
.bx-controls{display: none;}

@media screen and (max-width: 1280px) {

    .bx-wrapper{margin-left:25px;}
}