#mvc {
    width: 100%;
}

#footer-public {
    color: #231f20;
    text-shadow: 1px 1px 0 #fff;
    bottom: 0;
    margin-top: 100px;
    width: 100%;
    line-height: 30px;
    z-index: 20;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
}

.section-bar #menu li {
    width: 33%;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    padding-top: 27px;
    padding-bottom: 27px;
}

/* Video layer */
#video {
    width: 100%;
    min-height: 600px;
}

/* Lower layer */
#lower {
    width: 968px;
    margin: auto;
    padding-top: 15px;
}

/* Stats */
.stats {
    position: relative;
    height: 120px;
    text-align: center;
}

.stats .weekly {
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    font-size: 42px;
}

.stats .weekly i {
    margin-right: 20px;
    font-size: 42px;
}

.stats .division {
    position: absolute;
    display: none;
    padding-top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.stats .division .percent {
    display: inline-block;
}

.stats .division .percent:first-child {
    margin-right: 30px;
}

.stats .division .percent .value {
    font-size: 45px;
    margin-right: 10px;
}

.stats .division .percent .label {
    font-size: 35px;
}

.division .value i {
    font-size: 45px;
}

.stats hr {
    position: absolute;
    width: 100%;
    top: 100px;
}

/* Users */
#lower .users {
    height: 250px;
    /*margin-top: 220px;*/
    margin-bottom: 40px;
}

#lower .users .loader {
    position: absolute;
    margin-left: 60px;
    margin-top: 65px;
}

#lower .users .title {
    text-align: left;
}

#lower .users .title > span {
    font-size: 30px;
}

#lower .users .title .start-search {
    float: right;
    margin-top: 2px;
    cursor: pointer;
}

#lower .control-bar {
    position: relative;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    font-size: 17px;
}

#lower .control-bar span {
    margin-right: 25px;
    line-height: 28px;
}

#lower .control-bar i {
    position: absolute;
    width: 20px;
    height: 27px;
    top: -1px;
    right: 0;
    padding-left: 5px;
    line-height: 30px;
    border-radius: 0px 15px 15px 0px;
}

#list-users {
    margin-top: 15px;
}

#list-users .user-item {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 4px;
}

#list-users .user-item,
#list-users-bis .user-item{
    cursor: pointer;
}

#list-users .user-item div:first-child {
    height: 150px;
}

#list-users .user-item .username {
    width: 150px;
    height: 30px;
    margin-top: 8px;
    text-align: center;
    line-height: 30px;
}

#list-users .user-item .over {
    width: 150px;
    height: 150px;
}

#list-users .user-item .over,
#list-users-bis .user-item .over {
    position: absolute;
    top: 0;
    display: none;
    text-align: center;
}

#list-users .user-item .over i {
    width: 150px;
    height: 150px;
    font-size: 70px;
    line-height: 170px;
}

/* Mobile */
#mobile {
    height: 480px;
    margin-bottom: 30px;
    text-align: center;
}

#mobile .title {
    font-size: 20px;
}

#mobile .bg-mobile {
    position: absolute;
    width: 100%;
    height: 400px;
    overflow: hidden;
    left: 0;
}

#mobile .mobile-items {
    position: relative;
    z-index: 97;
    margin-top: 75px;
    float: left;
}

#mobile .subtitle {
    margin-top: 5px;
    font-size: 15px;
}

#mobile .content {
    height:  330px;
    margin-top: 30px;
    margin-bottom: 60px;
}

#mobile .content div:first-child {
    float: left;
    margin-left: 40px;
}

#mobile .content div:nth-child(1) {
    float: left;
    position: relative;
    height: 330px;
}

#mobile .content p {
    font-size: 20px;
}

#mobile .content .explain {
    position: relative;
    float: left;
    width: 200px;
    margin-top: 150px;
    margin-left: 20px;
}

#mobile .content .explain p {
    min-width: 220px;
    text-align: left;
    color: #000;
}

#mobile .content .control-bar {
    position: relative;
    float: left;
    margin-top: 25px;
}

/* Geoloc */
#geoloc {
    position: relative;
    height: 160px;
}

#geoloc p {
    margin-bottom: 20px;
    font-size: 20px;
}

#geoloc p .ss-icon {
    margin-right: 5px;
    font-size: 25px;
    font-weight: bold;
}

#geoloc .control-bar {
    position: absolute;
    right: 0;
    margin-top: 25px;
    margin-left: 10px;
    cursor: pointer;
}

#list-users-bis {
    width:968px;
    display: flex;
    justify-content: space-around;
}

#list-users-bis .user-item {
    position: relative;
    display: inline-block;
    width: 84px;
    height: 84px;
}

#list-users-bis .user-item img {
    width: 84px;
    height: 84px;
}

#list-users-bis .user-item img.loader {
    width: 25px;
    height: 25px;
}

#list-users-bis .user-item .over {
    display: none;
    width: 84px;
    height: 84px;
    text-align: center;
}

#list-users-bis .user-item .over i {
    width: 84px;
    height: 84px;
    font-size: 70px;
    line-height: 100px;
}

#list-users-bis .user-item .loader {
    margin-top: 30px;
    margin-left: 30px;
}

/* Features */
#features {
    height: 112px;
    margin-top: 50px;
}

#features .item {
    float: left;
    width: 220px;
    margin-top: 15px;
    margin-left: 20px;
}

#features .item .icon {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    font-size: 22px;
}

#features .item .content {
    float: left;
    width: 180px;
    font-size:12px;
}

#features .item .content h1 {
    margin-bottom: 6px;
}

#video {
    position:absolute;
    width:100%;
    height:750px;
    overflow: hidden;
}

#video img {
    min-width: 100%;
    min-height: 750px;
}

#video-player {
    position: absolute;
    min-width: 100%;
    min-height: 750px;
    top: 0;
    left: 0;
}

.content {
    position: relative;
}

.content .reg-form {
    width: 968px;
    height: 750px;
    z-index: 11;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.fb-like {
    position: absolute !important;
    top: 20px !important;
    right: 0;
}

#slides-form-desktop-default {
    right: 0;
    position: absolute;
    width: 464px;
    z-index: 52;
    margin-top: 70px;
}

div.facebook-form {
    text-align: center;
}

.landing-top-site .icon {
    height: 104px;
    width: 94px;
    display: inline-block;
    background-size: 94px;
    margin-top: 20px;
}

.landing-top-site .label {
    position: absolute;
    top: 40px;
    left: 105px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

div#footer-public {
    margin-top: 30px;
}

#footer-public .no-line-height {
    line-height: initial;
}

/** FOLLOW PROFILE **/
.follow-profile {
    position: absolute;
    display: none;
    width: 340px;
    top: 200px;
    left: -40px;
    z-index: 89;
}

.follow-profile .pUser img{
    float: left;
    height: 120px;
    width: 120px;
}

.follow-profile .wanted {
    font-size: 16px;
}

.follow-profile .arrow {
    margin-left: 190px;
    margin-top: 15px;
    opacity: 0.7;
}

.follow-profile .right-part {
    float: left;
    width: 200px;
    height: 100px;
    padding: 10px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
}
