div#content ul#itemContainer {}

div#content ul#itemContainer li { display: inline-block; zoom: 1; *display:inline;
     background: #eee;
     border: solid #fff 5px;
     padding: 5px 0 15px 7px;
     margin: 0 0 15px 0 
}
div#content ul#itemContainer li h1{
    font-size: 1.3em;
    color: #333;
    margin: 4% 0 3% 0;
    text-transform: uppercase;
    text-align: center;
}
div#content ul#itemContainer li h2{
    font-size: 1.2em;
}

#ViewSuccessProfile{
    display: none;
    background: #eee;
    padding: 20px 0;
}
.fa-heart{
    color: red;
    font-size: 2em;
}

#Loader{
    padding: 100px;
    display: none;
}

#SuccesUserDisplya h3{
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 1.2em;
    line-height: 29px;
}
#SuccesUserDisplya h1{
    font-size: 1.2em;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
#SuccesUserDisplya p{
    font-size: 1.1em;
    letter-spacing: 1.2px;
}
#UserProfileSucc img{
    width: 80%;
    border: solid #ccc 5px;
}
#Thanks{
    margin-top: 30px;
}

#Pag{
    display: none;
}
#LightBoxUserProfile{
    padding: 5% 10%;    
}

.Pagination {
    margin: 15px 0;
}


.Pagination a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #fff;
    background: #f44336;
    text-decoration: none;
    padding: 0.5% 1%;
}

.Pagination a:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none;
}

.Pagination a.jp-previous { margin-right: 15px; }
.Pagination a.jp-next { margin-left: 15px; }

.Pagination a.jp-current, a.jp-current:hover { 
    color: #FF4242;
    font-weight: bold;
}

.Pagination a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
}

.Pagination a.jp-current, a.jp-current:hover,
.Pagination a.jp-disabled, a.jp-disabled:hover {
    cursor: default; 
    background: #4fc3f7;
    color: #fff;
}

.Pagination span { margin: 0 5px; }


