html, body {
    height: 100%;
}

#wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: 30px;
}
footer {
    clear: both;
    position: relative;
    height: 30px;
    margin-top: -30px;
}
#load_more_post{
    border: none;
}
header#header{
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 36px;
}
section#content{
    margin-top: 36px;
}
/* add post page */
#post-form .products {
    border:1px solid #262626;
    width: 52px;
    height: 52px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.products-load-more > button {
    width: 52px;
    height: 52px
}

label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

/* model post list page */
.paging > span {
    padding: 10px;
}

/*Model*/
.list-model{
    margin: 0px;
    padding: 0px;
}
.list-model h1,.model-detail h1{
    display: block;
    font-size: 20px;
    background: #ccc;
    padding: 5px;
    color: #fff;
    text-align: center;
}
.list-model .item-model{
    text-align: center;
     float: left;
     margin: 0 0 10px 0;
}
.list-model .item-model img{
    border-radius: 50%;
    width: 60%;
}
.list-model .item-model .model-name{
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: center;
}
.list-model .item-model .model-followed{
    display: inline-block;
    color: #666;
}
.list-model .item-model .followed{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    margin-left: 20px;
    cursor: pointer;
    border: 1px solid;
}
.list-model .item-model .followed.active,
.list-model .item-model .followed:hover{
    border: none;
    background: #96CF0C;
}
.btn-like{
    font-size: 50px;
    cursor: pointer;
    color:white;
}
.btn-like.liked{
    color:#ff4650!important;
}
/*.like-timeline{
    background-image: url("/images/heart-inactive.png");
    background-repeat: no-repeat; 
    background-position: center;
    width:100px;
    height:100px;
}
.like-timeline.liked{
    background-image: url("/images/heart-active.png") !important;
}*/
.btn-like:before{
    /*content: '♡';*/
    font-size: 35px;
}
.btn-like.liked:before{
    /*content: '♥';*/
    font-size: 60px;
}

/*End Model*/
/*List post*/
.list-post{
    margin: 0 auto;
}
.list-post .item-post{
    margin: 0 auto;
    width: 350px;
    height: 350px;
}
.list-post .item-post a img{
    width: 100%;
    height: 90%;
}
/*End List post*/ 
/*Model Detail*/
.model-detail .model{
    margin: 10px auto;
    text-align: center;
    width: 150px;
}
.model-detail .model a{
    display: block;
}
.model-detail .model a img{
    border-radius: 50%;
}
.model-detail .thumb{
    margin: 0 auto;
    text-align: center;
}
.model-detail .thumb img{
    width: 350px;
}
.model-detail .like{
    margin: 0 auto;
    text-align: center;
    width: 350px;
}
.model-detail .like span.total-like{
    text-align: left;
    display: block;
    margin: 0 auto;
}
.model-detail .promotions{
    margin: 0 auto;
    text-align: center;
    width: 350px;
}
.model-detail .promotions .item-promotion{
    float: left;
}
.model-detail .comments{
    width: 350px;
    margin: 10px auto;
}
.model-detail .comments .item-comment{
    margin: 10px 0;
}
.model-detail .comments .item-comment img{
    float: left;
    margin-right: 15px;
}
/*End Model Detail*/
/* slide menu */
.box-shadow-menu, .box-shadow-menu:hover, .box-shadow-menu:active, .box-shadow-menu:visited, .box-shadow-menu:link {
    position: relative;
    padding-left: 0em;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.sitename {
    position: relative;
    margin-left: 36px;
    font-size: 26px;
    font-weight: bold;
    display: block;
    margin-top: -36px;
}

.box-shadow-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 30px;
    height: 0.15em;
    background: black;
    box-shadow:
    0 0.25em 0 0 black,
    0 0.5em 0 0 black;
}

#sidr ul li {
    font-size: 13px;
}

#sidr ul li a {
    color : #337ab7;
}

#account-info {
    font-size : 13px;
    margin : 15px;
}

#account-info img {
    width: 30px;
}

#account-info span {
    padding-left: 5px;
}

.top20 { margin-top: 20px;}

/* model history */
.ec-item-detail {
    display: none;
}
/*loading*/
.glyphicon-refresh-animate {
        -webkit-animation: spin .7s infinite linear;
        -moz-animation: spin .7s infinite linear;
        -o-animation: spin .7s infinite linear;
        animation: spin .7s infinite linear;
        -webkit-transform-origin: 50% 50%;
        transform-origin:50% 50%;
        -ms-transform-origin:50% 50%; /* IE 9 */      
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
from {
  -webkit-transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
}
}

@keyframes spin {
from {
  transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
span.followed_load{
    font-size: 14px;
    position: absolute;
    left:40%;
    top:40%;
    color:#564A4A;
}
#load_more_post{
    display: none;
}
.static-page{
    padding-top: 10px;
}
@media (max-width: 385px){
    span.followed_load{
        font-size: 8px;
    }
}