.BoxTC_title h1{
	text-transform: uppercase;
}
/*******
Style Ajax Pagination
*********/
.loading_ajaxp {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
    background: rgba(0, 0, 0, 0.3);
	z-index: 11111;
	display:none;
}
/*CSS load*/
#circularG {
    position: relative;
    width: 30px;
    height: 30px;
    left: 0%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.circularG {
    position: absolute;
    background-color: #000000;
    width: 7px;
    height: 7px;
    -moz-border-radius: 5px;
    -moz-animation-name: bounce_circularG;
    -moz-animation-duration: 0.56s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -webkit-border-radius: 5px;
    -webkit-animation-name: bounce_circularG;
    -webkit-animation-duration: 0.56s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -ms-border-radius: 5px;
    -ms-animation-name: bounce_circularG;
    -ms-animation-duration: 0.56s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -o-border-radius: 5px;
    -o-animation-name: bounce_circularG;
    -o-animation-duration: 0.56s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    border-radius: 5px;
    animation-name: bounce_circularG;
    animation-duration: 0.56s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

#circularG_1 {
    left: 0;
    top: 12px;
    -moz-animation-delay: 0.21s;
    -webkit-animation-delay: 0.21s;
    -ms-animation-delay: 0.21s;
    -o-animation-delay: 0.21s;
    animation-delay: 0.21s;
}

#circularG_2 {
    left: 3px;
    top: 3px;
    -moz-animation-delay: 0.28s;
    -webkit-animation-delay: 0.28s;
    -ms-animation-delay: 0.28s;
    -o-animation-delay: 0.28s;
    animation-delay: 0.28s;
}

#circularG_3 {
    top: 0;
    left: 12px;
    -moz-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

#circularG_4 {
    right: 3px;
    top: 3px;
    -moz-animation-delay: 0.42s;
    -webkit-animation-delay: 0.42s;
    -ms-animation-delay: 0.42s;
    -o-animation-delay: 0.42s;
    animation-delay: 0.42s;
}

#circularG_5 {
    right: 0;
    top: 12px;
    -moz-animation-delay: 0.49s;
    -webkit-animation-delay: 0.49s;
    -ms-animation-delay: 0.49s;
    -o-animation-delay: 0.49s;
    animation-delay: 0.49s;
}

#circularG_6 {
    right: 3px;
    bottom: 3px;
    -moz-animation-delay: 0.56s;
    -webkit-animation-delay: 0.56s;
    -ms-animation-delay: 0.56s;
    -o-animation-delay: 0.56s;
    animation-delay: 0.56s;
}

#circularG_7 {
    left: 12px;
    bottom: 0;
    -moz-animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
    -ms-animation-delay: 0.63s;
    -o-animation-delay: 0.63s;
    animation-delay: 0.63s;
}

#circularG_8 {
    left: 3px;
    bottom: 3px;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1)
    }

    100% {
        -moz-transform: scale(.3)
    }

}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.3)
    }

}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1)
    }

    100% {
        -ms-transform: scale(.3)
    }

}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1)
    }

    100% {
        -o-transform: scale(.3)
    }

}

@keyframes bounce_circularG {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(.3)
    }

}
/* paging */
.ajax_pagination{float: left;width: 100%;display: block;margin-top: 20px;}
.paging{padding:5px 10px;text-align:center}
.paging a{font-size:13px;color:#999999;padding:5px 10px;font-family:'Roboto', sans-serif;    border: 1px solid #ddd;transition: all 0.4s}
.paging a .fa{font-size:13px}
.paging a:hover,.paging a.active{
    color: #ffffff;
    background: #224e98;
    border: 1px solid #224e98;
}
/* archive */
.fl_left{
	float: left;
}
.img-post-archive{
	width: 130px; 
	height: 97px;
}
.post-list-archive{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.post-list-archive li{
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #f0eae2;
	width: 49%;
	float: left;
}
.post-list-archive li:nth-child(2n+1){
	margin-right: 2%;
}

/* single */
.Page_NEWS_ct_content img{
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.wp-caption{
	width: auto !important;
	max-width: 100%;
}
.wp-caption-text{
	text-align: center;
}
/*---------------MOBILE_Menu---------------------*/
.MOBILE_Menu{
	background-color:#272322;
	height:34px;
}
.MOBILE_Menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.MOBILE_Menu ul li{
	display:inline-block;
	float:left;
	border-right:1px solid#000000;
}
.MOBILE_Menu ul li:last-child{border-right:0;}
.MOBILE_Menu ul li a{
	display:block;
	line-height:34px;
	text-align:center;
	padding:0 12px 0 12px;
	color:#FFF;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
}
.MOBILE_Menu ul li a:hover{
	color:#ffce00;
}

@media screen and (max-width: 3500px) {
	.MOBILE_Menu{
        display:none;
    }
}
@media screen and (max-width: 768px) {
	.post-list-archive li{
		width:100%;
		float:left;
		margin-right:0;
	}
	 .MOBILE_Menu{
        display:block;
    }
	.wp-caption{
		margin: 0;
	}
}
.errcode{
	color: red;
	background: yellow;
}
.BoxNEW_title .power-title{
	font-size: 20px;
	margin: 0;
}
.h2_cat{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 22px;
}