.anpn-wrap.anpn-next {
    right: 0;
}
.anpn-wrap-style2.anpn-next {
    border-right: 0;
    border-radius: 10px 0 0 10px;
}
.anpn-wrap-style2.anpn-prev {
    border-left: 0;
    border-radius: 0 10px 10px 0;
}
.anpn-wrap.anpn-prev {
    left: 0;
}
.anpn-wrap {
    background-color: #000 !important;
    border-color: #fff !important;
    border-width: 2px !important;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.4);
    opacity: .8;
}
.anpn-wrap {
    position: fixed;
    top: 50%;
    background: #000;
    color: #fff;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.anpn-text {
    padding: 0 !important;
}
.anpn-wrap .anpn-text a {
    color: #fff !important;
}
.anpn-text>a {
    padding: 10px 15px !important;
    text-decoration: none !important;
    border: 0 !important;
    display: block !important;
}
.anpn-next .anpn-bubble {
    right: 100%;
}
.anpn-bubble {
    display: none;
    position: absolute;
    top: 0;
    padding: 20px;
}
.anpn-wrap .anpn-cnt {
    width: 250px !important;
    color: #e2e2e2 !important;
    background-color: #000 !important;
    border-color: #e2e2e2 !important;
    border-width: 2px !important;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.4);
}
.anpn-wrap .anpn-cnt-style3 {
    border-radius: 10px;
}
.anpn-cnt {
    background: #000;
    border: 2px solid #fff;
}
.anpn-cnt {
    padding: 20px;
    text-align: left !important;
    line-height: 1.5;
}
.anpn-cnt>h3 {
    padding-bottom: 0 !important;
}
.anpn-cnt p {
    word-wrap: break-word;
    padding: 0;
}
.anpn-cnt .anpn-fimg-full {
    margin: 0 0 10px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
}
.anpn-wrap .anpn-cnt a {
    position: static !important;
    color: #f7f7f7 !important;
}
.anpn-cnt .anpn-fimg-full img {
    width: 100%;
    border-radius: 0;
}
.anpn-wrap .anpn-cnt h4 {
    color: #e2e2e2 !important;
}
.single-post ul {
    list-style: disc;
    margin-left: 15px;
}
.anpn-cnt ul li {
    margin-left: 20px;
    list-style: circle;
}
.anpn-wrap:hover {
    opacity: 1;
}
.anpn-wrap.anpn-next .anpn-bubble{
    top: 50%;
    margin-top: -315px;
    display: none;	
}
.anpn-wrap.anpn-prev .anpn-bubble{
    display: none;
    top: 50%;
    margin-top: -290.5px;	
}
@media only screen and (max-width: 640px) {
	.anpn-wrap-style2.anpn-next,
	.anpn-wrap-style2.anpn-prev{
		display: none;
	}
}