.wapper-page {
	border: 0 none;
}

@media only screen and (max-width:1199px) {
	#oc-column-left {
		display: none;
	}
}

.wapper-content-page {

}

.content_title {
	margin: 0 0 16px 0;
}

.content_title>span {
	font-size: 35px;
    font-weight: bold;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    display: block;
}

.clock span{
    /*display: inline-block;*/
    float: left;
}

.clock .datetime,.clock .view {
    color: #999999;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #eeeeee;
}
.clock .share{
    position: absolute;
}

.summary {
    font-weight: bold;
    padding: 16px 0 8px;
      text-align: justify;
}
.description {
     text-align: justify;
    margin-top: 10px;
}
.share_bottom a{
    margin-bottom: 0px !important;
    padding: 0px;
}


.relate_title span {
	color: #17b0e4;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.related .relate_content {
	background: url("../images/icon-orther.png") no-repeat scroll 0 6px;
	border-bottom: 1px dotted #eeeeee;
	margin: 0;
	padding: 6px 18px;
}

.related .relate_content:hover {
	background: url("../images/icon-orther-hover.png") no-repeat scroll 0
		6px;
	padding: 6px 18px;
}

.relate_content.flever_12>a:hover {
	color: #17b0e4;
	text-decoration: none;
}

.description input ,
.description img{
    height: auto !important;
    max-width: 100% !important;
}

@media all and (min-width: 1024px) {
    .description img{
        height: auto !important;
        max-width: 100% !important;
    }
}

.tags_title {
	background: url("../images/bg_tags_title.png") no-repeat scroll 5px
		center #f1f1f1;
	float: left;
	margin-right: 10px;
	padding: 4px 16px 4px 26px;
}

.news_detail .tag-item {
	background: none repeat scroll 0 0 #f1f1f1;
	float: left;
	margin-right: 10px;
	padding: 4px 16px;
}
.relate_item.flever_12 > a {
    color: #33add6;
}

#related_posts{
    clear: both;
}
.stripe-line {
    background: url(../images/stripe.png);
    height: 12px;
    overflow: hidden;
    margin-top: 5px;
        margin-top: 0;
}
#related_posts .post-listing {
    padding-left: 100px;
    line-height: 30px;
    margin: 10px 0px;
}
#related_posts .related-item {
    font-size: 16px;
}
#related_posts .related-item a {
    color: #1e8e04;
}
@media only screen and (max-width:997px){
    #related_posts .related-item {
        width: 50%;
    }
}
@media only screen and (max-width:600px){
    #related_posts .related-item {
        width: 100%;
    }
    .description table{
        width: auto!important;
    }
}
.post-thumbnail.tie-appear{
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.post-thumbnail.tie-appear img{
    height: 164px !important;
}

.post-thumbnail a:hover img {
    opacity: 0.3 !important;
}
.post-thumbnail a {
    display: block !important;
    background: #000;
    font-size: 0;
        position: relative;
}
.post-thumbnail .fa-arrows-alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.related-item h3 a{
	font-size: 16px;
}
.fa-arrows-alt:before {
       color: #FFF;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #FFF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post-thumbnail a:hover .fa-arrows-alt:before{
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.buy-bottom #buy-now{border-radius:5px;font-size:14px;text-align:center;padding:12px 12px 12px 50px;color:#fff;font-weight:bold;width:160px;background:#46aa01 url(../images/cart.png) left 10px top 8px no-repeat;text-align:left;margin-top:0px}.buy-bottom #buy-pig{border-radius:5px;font-size:14px;text-align:center;padding:12px 12px 12px 50px;color:#fff;font-weight:bold;margin-left:15px;width:160px;background:#ff8200 url(../images/pig.png) left 10px top 8px no-repeat;text-align:left}.buy-bottom .media-img{float:left;margin-bottom:10px;margin-right:15px}.buy-bottom .media-img img{float:left;width:120px;height:auto;border:1px solid #EBEEF2;border-radius:5px;padding:10px 0px;margin-right:15px}.buy-bottom .media-img p{font-size:20px;font-weight:bold}.buy-bottom .media-img span{display:block;color:#ff0000;font-size:18px;font-weight:bold}