@charset "UTF-8";


/*AP LOADER*/
#previous_next_post{
  display: none;
}
#post_list_type1 li:nth-child(n+3){
  display: none;
}
div.paging{
  display: none;
}

.loader_conteiner{

  clear: both;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 300px;
  text-align: center;
  overflow: hidden;

  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
}
.loader_conteiner p{
  color: rgba(50,100,190, 1.0);;
  font-size: 110%;
  font-weight: bold;
  line-height: 150%
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  margin: 30px auto;
  font-size: 14px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(50,100,190, 0.5);
  border-right: 0.8em solid rgba(50,100,190, 0.5);
  border-bottom: 0.8em solid rgba(50,100,190, 0.5);
  border-left: 0.8em solid rgba(50,100,190, 0.2);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*.mobile #header_wrap{
  position: fixed !important;
  height: auto !important;
  border-bottom: 1px solid #eee !important;
  z-index:99999 !important;
}*/