.apps_link_a {
	display: inline-block;
    width: 150px;
    /* padding: 8px; */
    box-sizing: border-box;
    /* float: left; */
    margin: 0px 0px 20px;
    background-color: #eee;
    color: #000000;
    font-family: 'Open Sans', Arial;
    text-decoration: none;
    border-radius: 4px;
    height: 40px;
    padding-left: 9px;
    padding-top: 8px;
}

.apps_links {
	width: 100%;
    margin: auto 0;
    height: 60px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 80px;
}



input[type="search"] {
	-webkit-appearance : none !important;
}

html {
    height: 100%;
}
body {
    background-color: #101010;
}
.clear {
    clear: both;
}
.pie {
    behavior: url(htc/PIE.htc);
}
* {
    font-family: Arial;
}
#page-wrap {
    min-width: 800px;
}
.r-3 {
    border-radius:3px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
}
#h720 {
    width: 6px;
    height: 720px;
    background-color: #f44336;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50000;
}

/*----------------------------- header ------------------------------*/

header {
    display: block;
    width: 99.9%;
    height: 60px;
    background-color: #101010;    
    position: relative;
}
#h-logo {
    display: block;
    width: 121px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
}
#h-logo img, #r-popup-logo img {
    display: block;
    width: 100%;
    /*height: 100%;*/
}
#h-menu-btn {
    width: 20px;    
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
#msg-alert {
    width: 6px;
    height: 6px;
    background-color: #f44336;
    position: absolute;
    top: 0;
    left: -8px;
}
#h-menu-btn p {
    display: block;
    height: 1px;
    background-color: #666666;
    float: right;
}
#h-menu-btn .l {
    width: 100%;
}
#h-menu-btn .m {
    width: 80%;
    margin: 5px 0;
}
#h-menu-btn .s {
    width: 60%;
    margin-bottom: 5px;
}
#h-profile-preview {
    display: block;
    width: 90px;
    height: 35px;
    padding: 25px 20px 0px 60px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-left: 1px solid #282828;
    position: absolute;
    top: 0;
    right: 50px;
}
.user-photo-small {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.user-photo-small img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.user-photo-small.p-1 {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
}
.status-circle {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 0px;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.status-circle.b {
    border: 2px solid #101010;    
}
.status-circle.w {
    border: 2px solid #ffffff;    
}
.status-circle.green {
    background-color: #4caf50;
}
.status-circle.yellow {
    background-color: #ff9800;
}
.status-circle.red {
    background-color: #f44336;
}
.status-circle.grey {
    background-color: #333333;
}
#h-search-people-btn {
    display: block;
    height: 35px;
    padding: 25px 0px 0px 37px;
    border-left: 1px solid #282828;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 280px;
    background: url('../images/magnif-glass-1.png') no-repeat 10px center;
    -pie-background: url('images/magnif-glass-1.png') no-repeat 10px center;
}
#links-for-not-auth {
    display: none;
    height: 60px;
    padding: 23px 20px 0px 60px;
    box-sizing: border-box;
    border-left: 1px solid #282828;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/user-not-auth.png') no-repeat 10px center;
    -pie-background: url('images/user-not-auth.png') no-repeat 10px center;
}
#links-for-not-auth p {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
}
#links-for-not-auth .link {
    font-weight: bold;
    cursor: pointer;
}
#links-for-not-auth .link:hover {
    text-decoration: underline;
}
.not-auth header #h-profile-preview, .not-auth header #h-menu-btn,
.not-auth header #h-search-people-btn {
    display: none;
}
.not-auth #links-for-not-auth {
    display: block;
}



article {
    display: block;
    width: 99.9%;
    min-height: 650px;
    position: relative;
}
#t-search-people {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: -9999999px;
    left: 0;
    z-index: 1000;
}
#t-search-people.show {
    top: 0;
}
#t-search-people .default-btn {
    width: 110px;
    float: right;
}
#t-search-people .city {
    width: 20%;
    background: none;
    float: left;
    border: 1px solid #555555;
    margin-right: 10px;
    cursor: text;
}
#t-search-people .city input {
    width: 90%;
}
#t-search-people .results {
    display: none;
    width: 100%;
    max-height: 160px;
    border: 1px solid #555555;
    background-color: #101010;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 5;
}
#t-search-people .results a {
    display: block;
    padding: 12px 10px;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px solid #555555;
}
#t-search-people .results a:hover {
    color: #ffffff;
    border-bottom: 1px solid #f44336;
    background-color: #f44336;
}
#t-search-people .customSelectWrap {
    width: 12%;
    float: left;
    background: none;
    border: 1px solid #555555;
    margin-right: 10px;
}
#t-search-people .selDropDown {
    background: #101010;
    border: 1px solid #555555;
}
#t-search-people .with-photo, #t-search-people .online {
    display: block;
    width: 80px;
    height: 25px;
    padding: 13px 10px 0px 10px;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}
#t-search-people .with-photo span, #t-search-people .online span {
    display: block;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}
#t-search-people .with-photo span {
    width: 26px;
}
#t-search-people .with-photo.no-checked span {
    background: url('../images/camera-1.png') no-repeat;
    -pie-background: url('images/camera-1.png') no-repeat;
}
#t-search-people .with-photo.checked span {
    background: url('../images/camera-3.png') no-repeat;
    -pie-background: url('images/camera-3.png') no-repeat;
}
#t-search-people .online span {
    width: 21px;
}
#t-search-people .online.no-checked span {
    background: url('../images/online-1.png') no-repeat;
    -pie-background: url('images/online-1.png') no-repeat;
}
#t-search-people .online.checked span {
    background: url('../images/online-2.png') no-repeat;
    -pie-background: url('images/online-2.png') no-repeat;
}
#t-search-people .no-checked {
    border: 1px solid #555555;
    background: none;
    color: #666666;
}
#t-search-people .checked {
    border: 1px solid #f44336;
    background: #f44336;
    color: #ffffff;
}
#t-search-people .with-photo input, #t-search-people .online input {
    display: none;
}


#age-slider-wrap {
    width: 13%;
    height: 40px;
    float: left;
    position: relative;
    margin-right: 10px;
}
#age-from, #age-to {
    display: block;
    color: #aaaaaa;
    font-size: 12px;
    position: absolute;
    top: 0;
}
#age-from {
    left: 0;
}
#age-to {
    right: 0;
}
/* Ширина слайдера */
#age-slider {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #f44336;
}
/* Контейнер слайдера */
.ui-slider {
    position: relative;
}
/* Ползунок */
.ui-slider .ui-slider-handle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 15px solid #f44336;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}
/* позиционируем ползунки */
.ui-slider-horizontal .ui-slider-handle { 
    margin-left: -7px;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}
/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.ui-slider-horizontal {
    height: 14px; /* задаем высоту согласно дизайна */
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { 
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
/* оформление полосы по которой ходит ползунок */
.ui-widget-content { 
}
/* оформление активного участка (между двумя ползунками) */
.ui-widget-header { 
}




#right-menu {
    display: none;
    width: 220px;
    height: 100%;
    overflow-y: auto;
    background-color: #101010;
    border: 1px solid #282828;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 30;
}
#right-menu a {
    display: block;
    height: 35px;
    padding: 25px 60px 0px 60px;
    text-transform: uppercase;
    font-size: 11px;
    color: #666666;
    border-bottom: 1px solid #282828;
    position: relative;
}
#right-menu a.active {
    background-color: #ffffff;
}
#right-menu a:hover {
    color: #aaaaaa;
}
#right-menu .i-1 {
    background: url('../images/i-1.png') no-repeat 20px center #101010;
    -pie-background: url('images/i-1.png') no-repeat 20px center #101010;
}
#right-menu .i-2 {
    background: url('../images/i-2.png') no-repeat 20px center #101010;
    -pie-background: url('images/i-2.png') no-repeat 20px center #101010;
}
#right-menu .i-3 {
    background: url('../images/i-3.png') no-repeat 20px center #101010;
    -pie-background: url('images/i-3.png') no-repeat 20px center #101010;
}
#right-menu .i-4 {
    background: url('../images/i-4.png') no-repeat 20px center #101010;
    -pie-background: url('images/i-4.png') no-repeat 20px center #101010;
}
#right-menu .i-5 {
    background: url('../images/i-5.png') no-repeat 20px center #101010;
    -pie-background: url('images/i-5.png') no-repeat 20px center #101010;
}
#right-menu .i-6 {
    background: url('../images/i-6.png') no-repeat 20px center #101010;
    -pie-background: url('images/i-6.png') no-repeat 20px center #101010;
}
#right-menu .i-7 {
    background: url('../images/i-7.png') no-repeat 20px center #101010;
    -pie-background: url('images/i-7.png') no-repeat 20px center #101010;
}
#right-menu .i-8 {
    background: url('../images/i-8.png') no-repeat 20px center #101010;
    -pie-background: url('images/i-8.png') no-repeat 20px center #101010;
}
#right-menu .i-9 {
    background: url('../images/i-9.png') no-repeat 20px center #101010;
    -pie-background: url('images/i-9.png') no-repeat 20px center #101010;
}
#right-menu .count {
    display: block;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background: #f44336;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#r-menu-advertising {
    height: 200px;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #282828;
}
#r-menu-advertising img {
    display: block;
    width: 100%;
    height: 100%;
}
#r-search-people {
    display: block;
    width: 220px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 10;
}
#r-search-people .city {
    width: 180px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
#r-search-people .results, .profile .ville .results, #signup-content .results {
    display: none;
    width: 100%;
    max-height: 160px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 300;
}
#r-search-people .results a, .profile .ville .results a, #signup-content .results a {
    display: block;
    padding: 12px 10px;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px solid #cccccc;
}
#r-search-people .results a:hover, .profile .ville .results a:hover, #signup-content .results a:hover {
    color: #ffffff;
    border-bottom: 1px solid #f44336;
    background-color: #f44336;
}
#r-search-people .city .ico, .profile .ville .ico {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background: url('../images/location-1.png') no-repeat;
    -pie-background: url('images/location-1.png') no-repeat;
}
#r-search-people .city input {
    width: 160px;
}
.input-wrap {
    height: 27px;
    padding-top: 11px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    /*border: 1px solid #cccccc;*/
    position: relative;
    border-radius: 3px;  
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.input-wrap input {
    font-size: 12px;
    color: #666666;
    border: none;
    background: none;
}
.input-wrap input::-webkit-input-placeholder {
    color: #666666;
}
.input-wrap input:-moz-placeholder {
    color: #666666; 
}
.input-wrap.error {
    background-color: #feeceb;
    border: 1px solid #f44336;
}
.input-wrap.error input {
    color: #f44336;
}
.input-wrap.error input::-webkit-input-placeholder {
    color: #f44336;
}
.input-wrap input:-moz-placeholder {
    color: #f44336;
}
#r-search-people .customSelectWrap {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.customSelectWrap {     
    height: 38px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 12px; 
    color: #666666;
    position: relative;  
}
.selTop {			
    cursor: pointer;
    position: relative;
}
.selDropDown {			
    display: none; 
    width: 100%;
    max-height: 150px;
    background: #ffffff;
    border: 1px solid #cccccc;
    overflow-y: scroll;
    cursor: pointer;
    position: absolute;
    left: -1px;
    z-index: 1000;
}
.selDownArrow {			
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #cccccc;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
}
.selDropDown p {		
    line-height: 1;
    padding: 0px;
    margin: 0px;
    padding: 10px 0px 10px 15px;
    background: none;
    position: relative;
}
.selDropDown p:hover {
    background: #f44336;
    color: #ffffff;
}
.selectedOptText {		
    display:  block;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px;
}
.customSelectWrap select {
    line-height: 1;
    background: none;
    border: none;
}
#r-search-people .with-photo, #r-search-people .online {
    display: block;
    width: 180px;
    height: 25px;
    padding: 13px 10px 0px 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
}
#r-search-people .with-photo span, #r-search-people .online span {
    display: block;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}
#r-search-people .with-photo span {
    width: 26px;
    background: url('../images/camera-1.png') no-repeat;
    -pie-background: url('images/camera-1.png') no-repeat;
}
#r-search-people .online span {
    width: 21px;
    background: url('../images/online-1.png') no-repeat;
    -pie-background: url('images/online-1.png') no-repeat;
}
#r-search-people .no-checked {
    border: 1px solid #cccccc;
    background: #ffffff;
}
#r-search-people .checked {
    border: 1px solid #222222;
    background: #222222;
}
#r-search-people .with-photo input, #r-search-people .online input {
    display: none;
}
#r-search-people button {
    display: block;
    width: 200px;
    height: 40px;
    color: #ffffff;
    font-size: 12px;
    background-color: #f44336;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}
#chat-people-list {
    display: none;
    width: 70px;
    height: 100%;    
    overflow-y: auto; 
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #101010;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 10;
}
#chat-people-list a {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.menu-item-content {    
    height: 100%;    
    overflow-y: auto; 
    box-sizing: border-box;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 220px;
    z-index: 40;
}
.find-love {
    top: -9999999px;
    width: 650px;    
    padding: 0 10px;
}
.find-love .h1 {
    display: block;
    color: #111111;
    font-size: 16px;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}
.find-love .txt-1 {
    display: block;
    color: #111111;
    font-size: 12px;
    line-height: 1.4;
}
.find-love .content {
    width: 100%;
    padding: 60px 0px;
    position: relative;
}
#wrong, #match, #cant-flash {
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#wrong .hart-ico {
    width: 70px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: url('../images/like-ico-1.png') no-repeat;
    -pie-background: url('images/like-ico-1.png') no-repeat;
}
#wrong .t-1 {
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}
#wrong .t-2 {
    color: #999999;
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
}
#wrong .ok {
    width: 150px;
    margin: 0 auto;
}
#match {
    padding-top: 150px;
}
#match .photos {
    width: 410px;
    height: 215px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}
#match .photos a {
    display: block;
    width: 215px;
    height: 215px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
#match .photos a img {
    display: block;
    width: 100%;
    height: 100%;
}
#match .p1 {
    left: 0;
    z-index: 10;
}
#match .p2 {
    right: 0;
    z-index: 1;
}
#match .hart-ico {
    width: 70px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0px 0px -35px;
    z-index: 15;
    background: url('../images/like-ico-1.png') no-repeat;
    -pie-background: url('images/like-ico-1.png') no-repeat;
}
#match .btns {
    width: 260px;
    margin: 0 auto;
}
#match .send {
    width: 120px;
    float: left;
}
#match .play {
    width: 120px;
    float: right;
}
#cant-flash .t-1 {
    display: block;
    width: 450px;
    margin: 0 auto;
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}
#cant-flash .to-vote-photo {
    width: 150px;
    margin: 0 auto;
    margin-top: 30px;
}
#users-circle {
    width: 400px;
    height: 400px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #dedede;
}
#users-circle a {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    overflow: hidden;
}
#users-circle img {
    display: block;
    width: 100%;
    height: 100%;
}
#users-circle .p-1 {
    top: -40px;
    left: 50%;
    margin-left: -40px;
}
#users-circle .p-2 {
    top: 25px;
    right: 10px;
}
#users-circle .p-3 {
    top: 50%;
    right: -40px;
    margin-top: -40px;
}
#users-circle .p-4 {
    bottom: 25px;
    right: 10px;
}
#users-circle .p-5 {
    bottom: -40px;
    left: 50%;
    margin-left: -40px;
}
#users-circle .p-6 {
    bottom: 25px;
    left: 10px;
}
#users-circle .p-7 {
    top: 50%;
    left: -40px;
    margin-top: -40px;
}
#users-circle .p-8 {
    top: 25px;
    left: 10px;
}
#users-circle .circle {
    width: 260px;
    height: 260px;
    border: 1px solid #dedede;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -130px 0px 0px -130px;
}
#users-circle .main-photo {
    width: 160px;
    height: 160px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0px 0px -80px;
}
.gifts {
    top: -9999999px;
    width: 650px;    
    padding: 0 10px;
}
.gifts .h1 {
    display: block;
    color: #000000;
    font-size: 20px;
    line-height: 1;
    float: left;
    margin: 20px 0;
}
.gifts-count {
    display: block;
    padding: 5px 10px;
    font-size: 11px;
    color: #ffffff;
    float: right;
    background-color: #f44336;
    margin: 17px 0px 0px 10px;
}
.gifts .vous-aves {
    display: block;
    font-size: 11px;
    color: #000000;
    float: right;
    margin-top: 22px;
}
.gifts .txt-1 {
    font-size: 12px;
    color: #666666;
    text-align: justify;
    line-height: 1.2;
    margin-bottom: 35px;
}
.gifts .point {
    display: block;
    padding: 15px 0px 15px 50px;
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
}
.gifts .point span {
    display: block;
    width: 40px;
    height: 28px;
    padding-top: 12px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #f44336;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.jcarousel {
    position: relative;
    overflow: hidden; 
}
.jcarousel ul {
    width: 20000em;
    position: relative;     
}
.jcarousel li {
    float: left;
}
.carousel-wrap {
    position: relative;
}
.jcarousel-pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.jcarousel-pagination a {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #cccccc;
    margin: 0 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.jcarousel-pagination .active {
    background-color: #f44336;
}
#gifts-man-carousel {
    margin-bottom: 10px;
}
#gifts-man-carousel li {
    margin: 0 13px;
}
#gifts-man-carousel a {
    display: block;
    width: 100px;
    height: 100px;
}
#gifts-man-carousel img {
    display: block;
    height: 100%;
    width: 100%;
}

#g-m-plan-items div {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
#g-m-plan-items .item {
    width: 29%;
    cursor: pointer;
}
#g-m-plan-items .v, #photos-tab-content .v {
    display: none;
    width: 14px;
    height: 11px;
    background: url('../images/v.png') no-repeat;
    -pie-background: url('images/v.png') no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}
#g-m-plan-items .item.no-checked {
    border: 1px solid #cccccc;
}
#g-m-plan-items .item.checked {
    border: 1px solid #f44336;
}
#g-m-plan-items .item.checked .v, #photos-tab-content .photo.checked .v {
    display: block;
}
#g-m-plan-items .space{
    width: 4%;
}
.radio input {
    display: none;
}
#g-m-plan-items .item p {
    display: block;
    width: 100%;    
    text-align: center;
    position: absolute;
    line-height: 1;
}
#g-m-plan-items .h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    top: 10px;
}
#g-m-plan-items .cost {
    font-size: 60px;
    color: #000000;
    top: 50%;
    margin-top: -30px;
}
#g-m-plan-items .cost .currency, #g-m-plan-items .cost .period {
    font-size: 14px;
}
#g-m-plan-items .cost .currency {
    vertical-align: text-top;
    position: relative;
    top: 8px;
}
#g-m-plan-items .count {
    font-size: 12px;
    color: #666666;
    bottom: 10px;
}
.notification {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}
.notification.green {
    background-color: #4caf50;
}
.notification.red {
    background-color: #f44336;
}
.notification .ico {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    background: url('../images/notif-ico-1.png') no-repeat;
    -pie-background: url('images/notif-ico-1.png') no-repeat;
}
.notification .close {
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    background: url('../images/close-1.png') no-repeat;
    -pie-background: url('images/close-1.png') no-repeat;
}

#gifts-woman-carousel {
    margin-bottom: 10px;
}
#gifts-woman-carousel .item {
    display: block;
    width: 190px;
    height: 200px;
    padding: 25px 15px;
    box-sizing: border-box;
    margin: 0 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
#gifts-woman-carousel img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
#gifts-woman-carousel .item .count {
    display: none;
    width: 120px;
    padding: 8px 0;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: rgba(244, 67, 54, 0.8);
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
}
#gifts-woman-carousel .v {
    display: none;
    width: 14px;
    height: 11px;
    background: url('../images/v.png') no-repeat;
    -pie-background: url('images/v.png') no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}
#gifts-woman-carousel .item.no-checked {
    border: 1px solid #cccccc;
}
#gifts-woman-carousel .item.checked {
    border: 1px solid #f44336;
}
#gifts-woman-carousel .item.checked .v, #gifts-woman-carousel .item.checked .count {
    display: block;
}
#gifts-form {
    display: block;
    width: 100%;
    position: relative;
}
#gifts-form .input-wrap {
    width: 29%;
    position: absolute;
}
#gifts-form .input-wrap input {
    width: 90%;
}
#gifts-form .nom {
    top: 0;
    left: 0;
}
#gifts-form .prenom {
    top: 0;
}
#gifts-form .telephone {
    top: 0;
    right: 0;
}
#gifts-form .adresse {
    top: 50px;
    left: 0;
}
#gifts-form .code-postal {
    top: 50px;
}
#gifts-form .ville {
    top: 50px;
    right: 0;
}
.default-btn {
    /* display: block; */
    height: 40px;
    width: auto;
    cursor: pointer;
    border: none;
    background-color: #f44336;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;  
}
.border-btn {
    display: block;
    height: 40px;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #f44336;
    color: #f44336;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#gifts-form .default-btn {    
    width: 32.3%;
    position: absolute;
    top: 100px;
    right: 0;
}
#vote-photo-content {
    width: 350px;
    top: -9999999px;
}
#vote-photo-content .carousel-wrap {
    position: relative;
}
#vote-photo-carousel .img-wrap, #vote-photo-carousel .match-imgs {
    display: block;
    width: 350px;
    height: 350px;
    position: relative;
}
#vote-photo-carousel {
    border-bottom: 1px solid #e3e3e3;
}
#vote-photo-carousel .img-wrap-2 {
    display: block;
    width: 175px;
    height: 350px;
    overflow: hidden;
    float: left;
    position: relative;
}
#vote-photo-carousel .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
}
#vote-photo-carousel .img-wrap-2 img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
}
#vote-photo-carousel .like-ico {
    width: 68px;
    height: 59px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0px 0px -34px;
    background: url('../images/like-ico-1.png') no-repeat;
    -pie-background: url('images/like-ico-1.png') no-repeat;
}
#vote-photo-carousel .h1 {
    text-align: center;
    color: #111111;
    font-size: 24px;
    padding: 20px 0;
}
#vote-photo-carousel .txt-1 {
    text-align: center;
    color: #5e5e5e;
    font-size: 15px;
    padding: 0px 20px 20px 20px;
    line-height: 1.3;
}
#vote-photo-carousel .btns-wrap {
    width: 260px;
    margin: 0 auto;
    position: relative;
}
#vote-photo-carousel .btns-wrap .default-btn {
    width: 45%;
    float: left;
}
#vote-photo-carousel .btns-wrap .border-btn {
    width: 45%;
    float: right;
}
#vote-photo-content .c-controls {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 160px;
}
#vote-photo-content .c-controls div {
    width: 16px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 10;
}
#vote-photo-content .c-controls .prev {
    left: 10px;
    background: url('../images/prev-1.png') no-repeat;
    -pie-background: url('images/prev-1.png') no-repeat;
}
#vote-photo-content .c-controls .next {
    right: 10px;
    background: url('../images/next-1.png') no-repeat;
    -pie-background: url('images/next-1.png') no-repeat;
}
#vote-photo-carousel .name {
    display: block;
    padding: 20px 0 5px 0;
    text-align: center;
    color: #000000;
    font-size: 18px;
    line-height: 1;
}
#vote-photo-carousel .age {
    display: block;
    text-align: center;
    color: #666666;
    font-size: 12px;
    line-height: 1;
}
.vote-btns {
    display: block;
    width: 100%;
    height: 140px;
    position: relative;
}
.vote-btns span {
    display: block;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.vote-btns .left, .vote-btns .right {
    width: 90px;
    height: 90px;
}
.vote-btns .left {
    left: 30px;
    top: 50%;
    margin-top: -45px;
}
.vote-btns .left .ico {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    background: url('../images/vote-btn-left.png') no-repeat;
    -pie-background: url('images/vote-btn-left.png') no-repeat;
}
.vote-btns .right {
    right: 30px;
    top: 50%;
    margin-top: -45px;
}
.vote-btns .right .ico {
    display: block;
    width: 41px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -20px;
    background: url('../images/vote-btn-right.png') no-repeat;
    -pie-background: url('images/vote-btn-right.png') no-repeat;
}
.vote-btns .center {
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.vote-btns .center .ico {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/messages-btn-h.png') no-repeat center center;
    -pie-background: url('images/messages-btn-h.png') no-repeat center center;
    background-size: 100% 100%;
}
#my-last-votes {
    padding: 15px 10px;
}
#my-last-votes .h1 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
.last-vote {
    display: inline-block;
    width: 49%;
    height: 50px;
    padding: 20px 10px 0px 50px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    color: #000000;
}
.user-photo-small.p-2 {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
}
.profile, .favorites {
    top: -9999999px;
    width: 650px;    
    padding: 10px;
}
.profile .tabs, .favorites .tabs {
    margin-bottom: 20px;
} 
.profile .tabs p, .favorites .tabs p {
    display: inline-block;
    width: 30.7%;
    padding: 12px 0;
    border-bottom: 1px solid #a3a3a3;
    font-size: 16px;
    color: #666666;
    position: relative;
    cursor: pointer;
}
.profile .tabs p.active, .favorites .tabs p.active {
    border-bottom: 1px solid #f44336;
    color: #f44336;
}
.profile .tabs p span {
    display: none;
    padding: 5px 10px;
    font-size: 11px;
    color: #ffffff;
    background-color: #999999;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.profile .tabs p.active span {
    display: block;
}
.profile .tabs div, .favorites .tabs div {
    display: inline-block;
    width: 2%;
    height: 10px;
}
#photos-tab-content, #blocked-tab-content {
    display: none;
}
.profile .input-wrap {
    float: left;
    margin-bottom: 10px;
}
.profile .input-wrap input {
    width: 90%;
}
.profile .pseudo, .profile .email, .profile .pwd {
    width: 45%;
}
.profile .ville {
    width: 26%;
}
.profile form .delimiter {
    width: 2%;
    height: 40px;
    float: left;
}
.profile .customSelectWrap {
    width: 16.6%;
    float: left;
}
.profile .ta-wrap {
    width: 99%;
    float: left;
    margin-bottom: 10px;
}
.ta-wrap {
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.ta-wrap textarea {
    display: block;
    width: 100%;
    resize: none;
    font-size: 12px;
    color: #666666;
    border: none;
    background: none;
}
.ta-wrap textarea::-webkit-input-placeholder {
    color: #666666;
}
.ta-wrap textarea:-moz-placeholder {
    color: #666666; 
}
.profile form .chbox-default {
    float: left;
    margin-top: 10px;
}
.chbox-default {
    display: block;
    padding: 5px 0px 5px 30px;
    color: #333333;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}
.chbox-default input {
    display: none;
}
.chbox-default.checked {
    background: url('../images/chbox-checked.png') no-repeat left center;
    -pie-background: url('images/chbox-checked.png') no-repeat left center;
}
.chbox-default.no-checked {
    background: url('../images/chbox-no-checked.png') no-repeat left center;
    -pie-background: url('images/chbox-no-checked.png') no-repeat left center;
}
.profile .valider {
    width: 30%;
    float: right;
    position: relative;
    right: 7px;
}
.profile .delimiter-2 {
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    margin: 20px 0 15px 0;
}
.profile .h1 {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    margin-bottom: 15px;
}
.profile .txt-1, .profile .txt-2, #subscr-period-line a {
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 1;
    margin-bottom: 7px;
}
#subscr-period-line a {
    color: #f44336;
}
#subscr-period-line .left {
    float: left;
}
#subscr-period-line .right {
    float: right;
}
#subscr-period-line .line {
    width: 99.5%;
    height: 8px;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
}
#subscr-period-line .line div {
    height: 10px;
    background-color: #f44336;
    position: relative;
    top: -1px;
    left: -1px;
}
.tabs-and-content {
    position: absolute;
    left: 0;
    top: -9999999px;
}
.tabs-and-content.show {
    position: relative;
    top: 0;
    left: 0;
}
.tab-content .get-subscr {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: #fdd9d7;
}
.tab-content .get-subscr p {
    display: block;
    float: left;
    text-align: left;
    color: #f44336;
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.2;
}
.tab-content .get-subscr a {
    display: block;
    float: right;
    background-color: #f44336;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    color: #ffffff;
    font-size: 12px;
}
.m-b-7 {
    margin-bottom: 7px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.profile .txt-2 {
    line-height: 1.2;
    text-align: justify;
    margin-bottom: 20px;
}
.profile .txt-2 a {
    color: #f44336;
    text-decoration: underline;
}
.profile .txt-2 a:hover {
    text-decoration: none;
}
#photos-tab-content .photo {
    display: inline-block;
    width: 30%;
    border: 1px solid #e3e3e3;
    position: relative;
    margin-bottom: 15px;
}
#photos-tab-content .photo img {
    display: block;
    width: 100%;
    height: 100%;
}
#photos-tab-content .delimiter {
    display: inline-block;
    width: 2%;
}
#photos-tab-content .b {
    display: none;
    width: 14px;
    height: 16px;
    background: url('../images/b.png') no-repeat;
    -pie-background: url('images/b.png') no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#photos-tab-content .photo.blocked .b, #photos-tab-content .photo.close .c, 
#photos-tab-content .photo.in-upload .u, #photos-tab-content .photo.to-upload .u-2 {
    display: block;
}
#photos-tab-content .c {
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(244, 67, 54, 0.6);
    position: absolute;
    top: 0px;
    right: 0px;
}
#photos-tab-content .c span {
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url('../images/close-1.png') no-repeat;
    -pie-background: url('images/close-1.png') no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
}
#photos-tab-content .u {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0px;
    right: 0px;
}
#photos-tab-content .u span {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/preloader-1.GIF') no-repeat;
    -pie-background: url('images/preloader-1.GIF') no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}
#photos-tab-content .u-2 {
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url('../images/camera-2.png') no-repeat center center #ffffff;
    -pie-background: url('images/camera-2.png') no-repeat center center #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
}
#blocked-tab-content .blocked {
    display: inline-block;
    width: 32%;
    height: 50px;
    padding: 20px 40px 0px 50px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    color: #000000;
}
#blocked-tab-content .blocked .close, .favorites .item .close {
    display: none;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    background: url('../images/close-2.png') no-repeat;
    -pie-background: url('images/close-2.png') no-repeat;
}
#blocked-tab-content .blocked:hover .close, .favorites .item:hover .close {
    display: block;
}
#new-message-b {
    display: none;
    width: 300px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 500;
}
#new-message-b .h1 {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1;
}
#new-message-b .close {
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('../images/close-2.png') no-repeat;
    -pie-background: url('images/close-2.png') no-repeat;
}
#new-message-b .sound {
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 30px;
}
#new-message-b .sound.on {
    background: url('../images/sound-on-1.png') no-repeat;
    -pie-background: url('images/sound-on-1.png') no-repeat;    
}
#new-message-b .lire {
    display: block;
    padding: 5px 10px;
    font-size: 11px;
    color: #ffffff;
    background-color: #f44336;
    position: absolute;
    right: 10px;
    top: 50px;
}
#new-message-b .content {
    display: block;
    width: 80%;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.3;
}
#new-message-b .nick {
    display: block;
    font-size: 12px;
    color: #ffffff;
    padding-top: 10px; 
}
#new-message-b .message {
    display: block;
    font-size: 11px;
    color: #666666;
    padding-bottom: 10px;
}
.favorites .item {
    display: inline-block;
    width: 32%;
    height: 50px;
    padding: 20px 40px 0px 50px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    color: #000000;
}
.favorites .item .contact {
    display: block;
    width: 14px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    background: url('../images/contact-1.png') no-repeat;
    -pie-background: url('images/contact-1.png') no-repeat;
}
#last-votes-tab-content, #duos-tab-content {
    display: none;
}
.favorites .no-favorites {
    padding-top: 150px;
}
.favorites .no-favorites .ico {
    width: 81px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: url('../images/no-favorites-1.png') no-repeat;
    -pie-background: url('images/no-favorites-1.png') no-repeat;
}
.favorites .no-favorites p {
    text-align: center;
    color: #333333;
    font-size: 16px;
}
#chat-wrap {
    display: none;
    width: 100%;
    min-height: 430px;
    padding: 0 220px 0 290px;
    box-sizing: border-box;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25;
}
#chat-messages {
    width: 100%;
    height: 420px;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}
#chat-page .get-subscr {
    display: none;
    width: 100%;
    padding: 20px;
    margin: 20px 0px 30px 0px;
    box-sizing: border-box;
    background-color: #fdd9d7;
}
#chat-page .get-subscr p {
    text-align: center;
    color: #f44336;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.2;
}
#chat-page .get-subscr a {
    display: block;
    width: 100%;
    background-color: #f44336;
    padding: 15px 20px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    color: #ffffff;
    font-size: 12px;
    margin: 0 auto;
}
.gift-to-send {
    display: block;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}
.gift-to-send .txt-1 {
    text-align: center;
    font-size: 12px;
    color: #333333;
    margin-bottom: 20px;
}
#chat-messages .img-wrap {
    width: 96px;
    height: 96px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}
.img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
}
.gift-to-send .btns, .cancel-confirm .btns {
    text-align: center;
}
.gift-to-send .btns p, .cancel-confirm .btns p {
    display: inline-block;
    width: 100px;
    height: 30px;
    padding-top: 9px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.cancel-confirm .btns p {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.gift-to-send .btns .confirm, .cancel-confirm .btns .confirm {    
    color: #ffffff;
    background-color: #f44336;
}
.gift-to-send .btns .annuler, .cancel-confirm .btns .annuler {
    color: #f44336;
    border: 1px solid #f44336;
    background-color: #ffffff;
}
.date-time {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #999999;
    margin-bottom: 10px;
}
.msg-other-party, .msg-this-party {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.msg-other-party .user-photo-small {
    float: left;
    margin-right: 10px;
}
.msg-this-party .msg, .msg-other-party .msg {
    display: block;
    width: 180px;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.msg-other-party .msg {
    float: left;
    color: #333333;
    background-color: #e3e3e3;
}
.msg-this-party .msg {
    float: right;
    color: #ffffff;
    background-color: #f44336;
}
#chat-page .send-btn {
    display: block;
    width: 60px;
    height: 30px;
    cursor: pointer;
    border: none;
    background-color: #f44336;
    color: #ffffff;
    font-size: 12px;
    float: right;
    margin-left: 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
}
#chat-page .chat-btn-wrap {
    width: 30px;
    height: 30px;
    float: right;
    margin-left: 10px;
    position: relative;
}
#chat-page .chat-btn-wrap .btn {
    width: 100%;
    height: 100%;    
    cursor: pointer;
}
#to-smiles-list .btn {
    background: url('../images/smile-btn-1.png') no-repeat;
    -pie-background: url('images/smile-btn-1.png') no-repeat;
}
#to-photo .btn {
    background: url('../images/camera-btn-1.png') no-repeat;
    -pie-background: url('images/camera-btn-1.png') no-repeat;
}
#to-gifts-list .btn {
    background: url('../images/gifts-btn-1.png') no-repeat;
    -pie-background: url('images/gifts-btn-1.png') no-repeat;
}
#chat-new-message {
    display: block;
    box-sizing: border-box;
    width: 50%;
    border: none;
    background: none;
    font-size: 12px;
    color: #666666;
    resize: none;
}
#chat-new-message::-webkit-input-placeholder {
    color: #666666;
}
#chat-new-message:-moz-placeholder {
    color: #666666; 
}
.chat-btn-wrap .content {  
    display: none;
    text-align: justify;
    position: absolute;
    bottom: 40px;
    background-color: #ffffff;
    box-shadow: 5px 5px 10px 0px #bbbbbb;
    -webkit-box-shadow: 5px 5px 10px 0px #bbbbbb;
    -moz-box-shadow: 5px 5px 10px 0px #bbbbbb;
    -o-box-shadow: 5px 5px 10px 0px #bbbbbb;
    z-index: 100;
}
#to-smiles-list .content {    
    width: 215px;
    padding: 10px;
    left: 50%;
    margin-left: -107px;
}
#to-photo .content { 
    display: none;
    width: 460px;
    height: 276px;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    left: 50%;
    margin-left: -230px;
}
#to-gifts-list .content {
    width: 440px;
    right: -30px;
}
#to-smiles-list .content .item {
    display: inline-block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin: 0 1px 4px 1px;
    cursor: pointer;
}
#to-smiles-list .content .item.empty {    
    border: 1px solid #e3e3e3;
}
.chat-btn-wrap .content .item img {
    display: block;
    width: 100%;
    height: 100%;
}
.chat-btn-wrap .triangle {
    width: 0;
    height: 0;
    box-sizing: content-box;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #ffffff;
    position: absolute;
    bottom: -9px;
    z-index: 1;
}
#to-smiles-list .triangle{
    left: 46%;
    margin-left: -7px;    
}
#to-photo .triangle {
    left: 50%;
    margin-left: -7px;    
}
#to-gifts-list .triangle {
    right: 40px;   
}
#to-gifts-list .content .item {
    display: block;
    width: 110px;
    height: 110px;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}
#to-photo .h1 {
    display: block;
    font-size: 14px;
    color: #111111;
    padding: 20px 0px 20px 10px;
    line-height: 1;
}
#to-photo .photos {
    width: 100%;
    height: 220px;
    overflow-y: scroll;
}
#to-photo .content .item {
    width: 110px;
    height: 110px;
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 2;
}
#other-party-preview {
    width: 290px;
    height: 100%;
    background-color: #ffffff;
    border-right: 1px solid #e3e3e3;
    position: absolute;
    top: 0;
    left: 0;
}
#other-party-preview .center {
    width: 215px;
    margin: 0 auto;
}
.r-c {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#other-party-preview .preview-img {
    width: 215px;
    height: 215px;
    position: relative;
    margin: 20px 0 30px 0;    
}
#other-party-preview .preview-img img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#other-party-preview .status-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    background-color: #4caf50;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#other-party-preview .name {
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 5px;
}
#other-party-preview .age-city {
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 20px;
}
#add-to-favorites {
    width: 100%;
    padding: 15px 45px 15px 40px;
    box-sizing: border-box;
    background-color: #f44336;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}
#add-to-favorites .star {
    width: 14px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    background: url('../images/star-1.png') no-repeat;
    -pie-background: url('images/star-1.png') no-repeat;
}
#add-to-favorites .more {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border-left: 1px solid #f6695e;
    background: url('../images/dots-1.png') no-repeat center center;
    -pie-background: url('images/dots-1.png') no-repeat center center;
}
#add-to-favorites .more-content {
    display: none;
    min-width: 120px;
    background-color: #f44336;
    position: absolute;
    top: 50px;
    right: 0;
}
#add-to-favorites .more-content a {
    display: block;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
}
#add-to-favorites .more-content .delimiter {
    width: 100%;
    height: 1px;
    background-color: #f6695e;
}
#add-to-favorites .more-content .triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f44336;
    position: absolute;
    top: -6px;
    right: 15px;
}
#chat-banner {
    width: 98%;
    height: 100px;
    position: absolute;
    top: 10px;
}
#chat-banner img {
    display: block;
    width: 100%;
    height: 100%;
}
#chat-banner .close {
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('../images/close-2.png') no-repeat;
    -pie-background: url('images/close-2.png') no-repeat;
}
#chat-list {
    width: 220px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #ffffff;
    border-left: 1px solid #e3e3e3;
    position: relative;
    float: right;
}
#chat-list .btns-wrap {
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    position: relative;
    z-index: 100;
}
#chat-list .btns-wrap i {
    display: block;
    width: 1px;
    height: 44px;
    background-color: #e3e3e3;
    float: left;
}
#chat-list .btns-wrap p {
    display: block;
    width: 66px;
    padding: 10px 0;
    text-align: center;
    color: #999999;
    font-size: 12px;
    float: left;
    cursor: pointer;
}



#chat-list .btns-wrap p.active {
    color: #666666;
    background-color: #e3e3e3;
} 
#tab-content-wrap {
    width: 100%;
    height: 100%;
    position: relative;    
    padding-top: 55px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
#chat-list .tab-content {
    width: 100%;
    height: 100%;
    border-top: 1px solid #e3e3e3;
    overflow-y: auto;
}
#online-tab-content, #offline-tab-content {
    display: none;
}
#chat-list .item {
    display: block;
    width: 100%;
    height: 60px;
    padding: 15px 10px 15px 60px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.3;
    cursor: pointer;
}
#chat-list .item.selected {
    background-color: #e3e3e3;
}
#chat-list .nick {
    display: block;
    font-size: 12px;
    color: #333333;
}
#chat-list .message {
    display: block;
    font-size: 11px;
    color: #999999;
}
#chat-list .time {
    display: block;
    font-size: 11px;
    color: #999999;
    position: absolute;
    top: 10px;
    right: 10px;
}
#chat-list .delimiter {
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
}
.popup-page-1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -9999999px;
    left: 0;
    z-index: 50;
}
.popup-page-1.show {
    top: 0;
}
#help-content .close, #contact-content .close, #report-content .close,
#conditions-content .close, #confidentials-content .close, #legales-content .close,
#faq-content .close, #cancel-subscr-popup .close, #find-love-content .close {
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url('../images/close-2.png') no-repeat;
    -pie-background: url('images/close-2.png') no-repeat;
}
#help-content, #contact-content, #report-content, 
#conditions-content, #confidentials-content, #legales-content,
#faq-content {
    width: 650px;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}
#help-content .h1, #contact-content .h1, #report-content .h1, 
#conditions-content .h1, #confidentials-content .h1, #legales-content .h1,
#faq-content .h1, #cancel-subscr-popup .h1 {
    display: block;
    color: #111111;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
#help-content .h2 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
#conditions-content .h2, #confidentials-content .h2, #faq-content .h2 {
    color: #f44336;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#help-content .h3, #help-content .txt-1, #contact-content .txt-1, #report-content .txt-1, 
#conditions-content .txt-1, #confidentials-content .txt-1, #legales-content .txt-1,
#faq-content .txt-1, #cancel-subscr-popup .txt-1 {
    font-size: 12px;
    line-height: 1.4;
}
#help-content .txt-1, #contact-content .txt-1, #report-content .txt-1, 
#conditions-content .txt-1, #confidentials-content .txt-1, #legales-content .txt-1,
#faq-content .txt-1, #cancel-subscr-popup .txt-1 {
    color: #333333;
    margin-bottom: 15px;
}
#legales-content .txt-2 {
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
}
#legales-content .txt-2 span {
    font-weight: bold;
}
#legales-content .txt-3 {
    font-size: 14px;
    color: #333333;
    margin: 15px 0;
}
#faq-content .h3 {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}
#faq-content a {
    font-size: 12px;
    color: #f44336;
}
#faq-content a:hover {
    text-decoration: underline;
}
#help-content .txt-1 span, #help-content .h3 {
    color: #f44336;
}
#contact-content .txt-1 span {
    font-weight: bold;
}
#contact-content form .delimiter {
    width: 1.5%;
    height: 40px;
    float: left;
}
#contact-content .email, #contact-content .theme-title {
    float: left;
    margin-bottom: 10px;
}
#report-content .raison {
    margin-bottom: 10px;
}
#contact-content .email {
    width: 46.6%;
}
#contact-content .security-code, #report-content .security-code {
    width: 80px;
    float: left;
}
#contact-content .email input, #contact-content .security-code input, #report-content .security-code input {
    width: 90%;
}
#contact-content .theme-title {
    width: 48%;
}
#contact-content .ta-wrap, #report-content .ta-wrap {
    margin-bottom: 10px;
}
#contact-content .label, #report-content .label {
    display: block;
    float: left;
    padding: 15px 20px 0px 0px;
    color: #333333;
    font-size: 12px;
}
#contact-content .capcha, #report-content .capcha {
    width: 100px;
    height: 40px;
    float: left;
    position: relative;
    margin-right: 10px;
    background: url('../images/security-code.png') no-repeat;
    -pie-background: url('images/security-code.png') no-repeat;
}
#contact-content .default-btn, #report-content .default-btn {
    width: 30%;
    float: right;
    position: relative;
}

#photos .small-photos-wrap {
    width: 16.66%;
    float: left;
}
#photos a {    
    display: block;
    position: relative;
}
#photos a.small {
    width: 100%;
}
#photos a.large {
    width: 33.32%; 
    float: left;
}
#photos a img {
    display: block;
    width: 100%;
    height: 100%;
}
#photos .age-city {
    display: block;    
    color: #ffffff;
    font-size: 12%;
    position: absolute;
    left: 10px;
}
#photos a.large .age-city {
    bottom: 4%;
}
#photos a.small .age-city {
    bottom: 7%;
}
#photos .age-city span {
    display: block;
    padding: 3px 6px;
    float: left;
    position: relative;
}
#photos .age-city.grey span {
    background: rgba(34, 34, 34, 0.5);
}
#photos .age-city.green span {
    background: #4caf50;
}
#photos .age-city span:first-child {
    margin-right: 1px;
}
#photos .name {
    display: none; 
    font-size: 13%;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    left: 10px;
    bottom: 35px;
}
#photos a.large .name {
    bottom: 10%;
}
#photos a.small .name {
    bottom: 18%;
}
#photos a:hover .name {
    display: block;
}
#photos .favorites-btn, #photos .messages-btn {
    display: none;
    cursor: pointer;
    position: absolute;    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#photos a.large .favorites-btn, #photos a.large .messages-btn {    
    width: 10%;
    bottom: 10px;
} 
#photos a.small .favorites-btn, #photos a.small .messages-btn {    
    width: 15%;
    bottom: 7px;
}
#photos a:hover .favorites-btn, #photos a:hover .messages-btn  {
    display: block;
}
#photos .favorites-btn {
    background: url('../images/favorites-btn.png') no-repeat center center;
    -pie-background: url('images/favorites-btn.png') no-repeat center center;    
    background-size: 100% 100%;
    right: 3%;
}
#photos .favorites-btn:hover {
    background: url('../images/favorites-btn-h.png') no-repeat center center;
    -pie-background: url('images/favorites-btn-h.png') no-repeat center center;    
    background-size: 100% 100%;
}
#photos .messages-btn {
    background: url('../images/messages-btn.png') no-repeat center center;
    -pie-background: url('images/messages-btn.png') no-repeat center center;    
    background-size: 100% 100%;
}
#photos a.large .messages-btn {
    right: 16%;
}
#photos a.small .messages-btn {
    right: 20%;
}
#photos .messages-btn:hover {
    background: url('../images/messages-btn-h.png') no-repeat center center;
    -pie-background: url('images/messages-btn-h.png') no-repeat center center;    
    background-size: 100% 100%;
}
#photos .messages-btn .count {
    display: block;
    padding: 5% 13%;
    font-size: 11%;
    color: #ffffff;
    background-color: #4caf50;
    position: absolute;
    top: -20%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}
footer {
    display: block;
    width: 100%;
    background-color: #101010;
    border-top: 1px solid #444444;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 60;
}
footer a, footer p {
    display: inline-block;
    padding: 15px 10px;
    font-size: 12px;
    color: #444444;
    position: relative;
}
#f-copyr {
    float: right;
}
#f-more {
    cursor: pointer;
    padding-right: 35px;    
}
#f-more span {
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #444444;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -2px;
}
#terms {
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
}
#f-more-content {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 55px;
    background-color: #101010;
}
#f-more-content a {
    display: block;
    padding: 15px 10px;
    color: #ffffff;
    font-size: 11px;
}
#f-more-content .delimiter {
    width: 100%;
    height: 1px;
    background-color: #282828;
}
#f-more-content .triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #101010;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
}

#news-feed-cotainer {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
#news-feed-cotainer .item {
    width: 14.28%;
    float: left;
}
#news-feed-cotainer .item .wrap-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#news-feed-cotainer .item.large {
    width: 28.56%;
}
#news-feed-cotainer .action-wrap {
    width: 100%;
    min-height: 54px;
    padding: 15px 10px 7px 60px;
    box-sizing: border-box;
    background-color: #ffffff;
    position: relative;
}
#news-feed-cotainer .action-wrap p {
    padding-bottom: 3px;
    font-size: 11px;
    line-height: 1.2;
}
#news-feed-cotainer .action-wrap p.b-day {
    padding-top: 5px;
}
#news-feed-cotainer .action-person {
    color: #111111;
}
#news-feed-cotainer .action {
    color: #666666;
}
#news-feed-cotainer .action-date {
    color: #999999;
}
#news-feed-cotainer .triangle {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #ffffff;
    position: absolute;
    right: 10px;
    top: -4px;
}
#news-feed-cotainer .gift-ico {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    background: url('../images/gift-ico-1.png') no-repeat;
    -pie-background: url('images/gift-ico-1.png') no-repeat;
}

.dialog-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: -9999999px;
    left: 0;
    z-index: 400;
}
.dialog-popup.show {
    top: 0;
}
.dialog-popup .content {
    width: 300px;
    padding: 20px 20px 70px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -150px;
    overflow: hidden;
}
.dialog-popup .h1 {
    text-align: center;
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 20px;
}
.dialog-popup .txt-1 {
    color: #333333;
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 15px;
}
.dialog-popup .btns-wrap {
    width: 100%;
    border-top: 1px solid #dfdfdf;
    background-color: #f8f8f8;
    position: absolute;
    left: 0;
    bottom: 0;
}
.dialog-popup .btns-wrap p {
    display: block;
    width: 149px;
    padding: 20px 0;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #000000;
    font-size: 12px;
}
.dialog-popup .yes {
    border-right: 1px solid #dfdfdf;
}

#signup-popup {
    width: 100%;
    min-height: 100%;
    padding: 70px 0;
    box-sizing: border-box;
    position: absolute;
    top: -9999999px;
    left: 0;
    z-index: 600;
}
.fixed-fog {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
}
#signup-popup.show .fixed-fog {
    display: block;
}
#signup-popup.show {
    top: 0;
}
#landing {
    height: 100%;
}
#landing #signup-popup {
    padding: 80px 0px 90px 0px;
    position: relative;
    top: 0;
    left: 0;
    /*background: url('../images/landing-bg.png') no-repeat center center;*/
}
#landing #signup-popup.video_bg {

}

/* #landing #signup-popup.image_bg { */
/*     background: url('../images/landing-bg.png') no-repeat center center; */
/* } */

#landing {
    background: url('../images/landing-bg.png') no-repeat center center;
}

#landing.Fotochat-R1-Dev{ 
	 background: url('../images/landing-bg-ma-voisine.jpg') no-repeat center center;
	 background-size: cover;
}       

#landing.Ma-voisine{ 
	 background: url('../images/landing-bg-ma-voisine.jpg') no-repeat center center;
	 background-size: cover;
}       

#landing.Discret-love{ 
	 background: url('../images/landing-bg-ma-voisine.jpg') no-repeat center center;
	 background-size: cover;
}  

#landing.Recherche-cougar{ 
	 background: url('../images/landing-bg-ma-voisine.jpg') no-repeat center center;
	 background-size: cover;
}     
 
#landing.miaoo{
    background-color: black !important;
}

#signup-popup-content {
    width: 880px;
    padding: 70px 0px 20px 0px;
    background: url('../images/signup-bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto; 
}  
#signup-popup .h1 {
    display: block;
    width: 250px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -125px;
}
#landing #signup-popup .h1 {
    display: block;
    width: auto;
    font-size: 18px;
    padding: 0px 20px 20px 20px;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    
}
#signup-popup .h2 {
    display: block;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 20px;
    left: 20px;
}
#signup-popup .fog {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
#signup-popup .close {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #101010;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
#signup-popup .close span {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0px 0px -4px;
    background: url('../images/close-1.png') no-repeat;
    -pie-background: url('images/close-1.png') no-repeat;
    background-size: 100% 100%;
}
#signup-content {
    width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#signup-content .delimiter {
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
}
#signup-content .delimiter p {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 13px;
    box-sizing: border-box;
    background-color: #ffffff;
    text-align: center;
    color: #333333;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0px 0px -20px;
}

#signin-btns .delimiter {
    width: 100%;
    height: 1px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
}
#signin-btns .delimiter p {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 13px;
    box-sizing: border-box;
    background-color: #ffffff;
    text-align: center;
    color: #333333;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0px 0px -20px;
}

#signin-btns .facebook {
    display: block;
    width: 260px;
    height: 40px;
    padding-top: 15px;
    box-sizing: border-box;
    float: left;
    margin-top: 215px;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: url('../images/facebook-1.png') no-repeat 12px center #425caf;
    -pie-background: url('images/facebook-1.png') no-repeat 12px center #425caf;
}


#signup-content .facebook {
    display: block;
    width: 260px;
    height: 40px;
    padding-top: 15px;
    box-sizing: border-box;
    float: left;
    margin-top: 215px;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: url('../images/facebook-1.png') no-repeat 12px center #425caf;
    -pie-background: url('images/facebook-1.png') no-repeat 12px center #425caf;
}
#signup-content form {
    width: 260px;
    position: absolute;
    top: -999999px;
}
#signup-content form.show { 
    position: relative;        
    float: right;
    top: 0;
}
#signup-form {
    padding: 20px 0px 10px 0px; 
}

@media screen and (max-width: 640px)
{
    #signin-form {
    	padding: 20px 0px 20px 0px; 
	}
	#signup-popup .show-in, #signup-popup .show-up {
	    background-color: #f44336;
    	color: #ffffff;
	    /* margin-top: 201px; */
	    margin-top: 10px !important;
	    width: 120px;  
	    margin-left: 27% !important;   
	    /* padding: 0 20px; */   
	    margin-bottom: 30px !important;
	    /* float: right; */
	}
}

@media screen and (min-width: 640px)
{
    #signin-form {
    	padding: 190px 0px 100px 0px; 
	}
}
#lost-pwd-form {
    padding: 210px 0px; 
}
.input-wrap .label-1, .customSelectWrap .label-1, #signup-content .date-wrap .label-1 {
    display: block;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: -20px;
    left: 0;
}
#signup-content .name {
    width: 100px;
    float: left;
    margin-bottom: 30px;
}
#signup-content .name input {
    width: 100px;
}
#signup-content .city {
    width: 100px;
    float: right;
    margin-bottom: 30px;
    background: url('../images/location-2.png') no-repeat 100px center #ffffff;
    -pie-background: url('images/location-2.png') no-repeat 100px center #ffffff;
}

.locations-list {
    display: none;
    width: 100%;
    background-color: #e3e3e3;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}
.locations-list a {
    display: block;
    padding: 4%;
    font-size: 60%;
    color: #454545;
    text-align: center;
}
.locations-list a:hover {
    background-color: #f1453d;
    color: #ffffff;
}

#geoloc_signUp {
	float: right;
    width: 12px;
    height: 24px;
    margin-top: -4px;
}

#signup-content .city input {
    width: 80px;
}
#signup-content .error-content-1 {
    display: none;
    width: 100%;    
    background-color: #f44336;
    border: 1px solid #f44336;
    position: absolute;
    top: 37px;
    left: -1px;
    z-index: 100;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
}
#warning_inscr_FB {
	top: -85px !important;
}
.date-wrap.error, .iam.error, .search-for.error {
    border: 1px solid #f44336;
}
#signup-content .error-content-2 {
    display: none;
    color: #f44336;
}
#signup-content .error-content-1 span {
    display: block;
    padding: 7px;
    text-align: left;
    color: #ffffff;
    font-size: 11px;
}
#signup-content .error .error-content-1, #signup-content .error .error-content-2 {
    display: block;
}
#signup-content .iam {
    width: 120px;
    float: left;
    margin-bottom: 30px;
}
#signup-content .search-for {
    width: 120px;
    float: right;
    margin-bottom: 30px;
}
#signup-content .date-wrap {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
}
#signup-content .date-select {
    width: 73px;
    float: left;
}
.sel-middle-space {
    width: 16px;
    height: 40px;
    float: left;
}
#signup-content .email {
    margin-bottom: 30px;
    float: left;
}
#signup-content .email .suggest {
    display: none;
    width: 100%;    
    background-color: #4caf50;
    border: 1px solid #4caf50;
    cursor: pointer;
    position: absolute;
    top: 36px;
    left: -1px;
    z-index: 100;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
}
#signup-content .email .suggest span {
    display: block;
    padding: 7px;
    text-align: left;
    color: #ffffff;
    font-size: 11px;
}
#signup-content .email .suggest a {
    text-decoration: underline;
    color: #ffffff;
}
#signup-content .pwd, #signup-content .pseudo-email {
    margin-bottom: 10px;
    float: left;
}
#signup-content .pseudo-email {
    width: 260px;
}
#signup-content .email input, #signup-content .pwd input, #signup-content .pseudo-email input {
    width: 240px;
}
#signup-content .conditions {
    float: left;
    margin-bottom: 15px;
    font-size: 10px;
    color: #ffffff;
}
#signup-content .conditions a {
    color: #ffffff;
}
#signup-content .conditions a:hover {
    text-decoration: underline;
}
#signup-content .signup-btn {
    padding: 0 20px;
}
#signup-content .signin-btn {
    float: left;
    padding: 0 15px;
    margin: 0px 25px 15px 0px;
}
#signup-content .reset-pwd-btn {
    float: left;
    padding: 0 20px;
    margin-right: 25px;
}
#signup-content .to-signin {
    display: block;
    float: left;
    color: #ffffff;
    font-size: 11px;
    padding-top: 15px;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
}
#signup-content .to-signin:hover {
    border: none;
}
#signup-content .remember {
    float: left;
    margin: 10px 0px 15px 0px;
    font-size: 11px;
    color: #ffffff;
    padding-top: 4px;
}
#signup-content .pwd-forgot {
    float: left;
    cursor: pointer;
    font-size: 11px;
    color: #ffffff;
    text-decoration: underline;
}
#signup-content .pwd-forgot:hover {
    text-decoration: none;
}
#signup-content .comment-1 {
    font-size: 11px;
    color: #ffffff;
    padding-top: 10px;
    float: left;
}
#r-popup-logo {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    left: 10px;
    top: 20px;
}
#signup-popup .top-controls.right {
    position: absolute;
    top: 15px;
    right: 10px;
}
#signup-popup .top-controls.left {
    position: absolute;
    top: 60px;
    left: 10px;
}
#signup-popup .show-in, #signup-popup .show-up {
    background-color: #f44336;
    color: #ffffff;
    margin-top: 201px;
    margin-left: 130px;
    padding: 0 20px;
    /* float: right; */
}
#signup-popup .language {
    width: 150px;
    float: right;
    background: none;
    color: #ffffff;
    margin-left: 15px;
}
#signup-popup .language .selDropDown {
    background: #101010;
}
#signup-popup .country-flag {
    width: 30px;
    height: 20px;
    margin-top: 10px;
    position: relative;
    float: right;
}
#signup-popup .country-flag img {
    display: block;
    width: 100%;
    height: 100%;
}
.plus16 {
    display: block;
    color: #999999;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    right: 10px;
    line-height: 1.2;
}
.plus16.right {
    padding: 10px 50px 10px 0px;
    text-align: right;
    bottom: 10px;
    right: 10px;
}
.plus16.left {
    padding: 10px 0px 10px 50px;
    text-align: left;
    bottom: 45px;
    left: 10px;
}
.plus16 .circle {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 16px;
    color: #101010;
    text-align: center;
    position: absolute;    
    top: 50%;
    margin-top: -20px;
}
.plus16.right .circle {
    right: 0;
}
.plus16.left .circle {
    left: 0;
}
.plus16 .circle span {
    display: block;
    width: 7px;
    height: 4px;
    background-color: #101010;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.left-bottom-txt {
	display: none;
    position: absolute;
    bottom: 20px;
    left: 10px;
    font-size: 12px;
    color: #999999;
    line-height: 1;
    text-align: left;
}
.left-bottom-txt p {
    display: inline-block;  
    position: relative;
}
.left-bottom-txt .menu {
    padding-right: 20px;      
    margin-right: 20px;
    cursor: pointer;
}
.left-bottom-txt .menu .triangle {
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid #999999;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
.language .flag {
    display: block;
    width: 30px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.language .selDropDown {
    max-height: none;
    height: auto;
    overflow-y: visible;
}

.language .selDropDown .flag {
    border: 1px solid #ffffff;
    left: 10px;
}
.language .country {
    padding-left: 40px;
}
.language .flag.fr {
    background: url('../images/fr.png') no-repeat;
    background-size: 100% 100%;
}
.language .flag.es {
    background: url('../images/esp.png') no-repeat;
    background-size: 100% 100%;
}
.language .flag.uk {
    background: url('../images/uk.png') no-repeat;
    background-size: 100% 100%;
}
.language .flag.usa {
    background: url('../images/usa.png') no-repeat;
    background-size: 100% 100%;
}
.language .flag.de {
    background: url('../images/de.png') no-repeat;
    background-size: 100% 100%;
}
.language .flag.it {
    background: url('../images/it.png') no-repeat;
    background-size: 100% 100%;
}
.language .flag.por {
    background: url('../images/por.png') no-repeat;
    background-size: 100% 100%;
}
.language .flag.can {
    background: url('../images/can.png') no-repeat;
    background-size: 100% 100%;
}
#landing .b-links {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
#landing .b-links a {
    display: inline-block;
    color: #999999;
    font-size: 12px;
    margin: 0px 10px 5px 0px;
}
#landing .b-links a:hover {
    text-decoration: underline;
}
#landing .app-storages {
    display: none;
    position: absolute;
    bottom: 10px;
}
#landing .app-storages a {
    display: inline-block;
}
#landing .app-storages.right {
    width: auto;
    text-align: left;
    right: 10px;
}
#landing .app-storages.center {
    width: 100%;
    text-align: center;
    right: 0;
}
#landing .google-play {
    width: 129px;
    height: 45px;
    background: url('../images/google-play.png') no-repeat;
    -pie-background: url('images/google-play.png') no-repeat;
}
#landing .app-store {
    width: 160px;
    height: 45px;
    margin-right: 10px;
    background: url('../images/app-store.png') no-repeat;
    -pie-background: url('images/app-store.png') no-repeat;
}
 
#cancel-subscr-popup {
    display: none;
}
#cancel-subscr-popup .section {
    height: 100px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    overflow-y: hidden;
    margin-bottom: 30px;
}
#cancel-subscr-popup .section.left {
    width: 68%;
    float: left;
}
#cancel-subscr-popup .section.right {
    width: 30%;
    float: right;
}
#cancel-subscr-popup .section div {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    position: relative;
}
#cancel-subscr-popup .section.left .t {
    padding-top: 20px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #333333;
    font-weight: bold;
}
#cancel-subscr-popup .section.left .t span {
    display: block;
    padding: 7px 10px;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    font-size: 11px;
    font-weight: normal;
    background-color: #f44336;
    cursor: pointer;
}
#cancel-subscr-popup .section.left .b, #cancel-subscr-popup .section.right .t, 
#cancel-subscr-popup .section.right .b {
    padding-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #333333;
    font-weight: bold;
}
#cancel-subscr-popup .section.left .b span, #cancel-subscr-popup .section.right .t span,
#cancel-subscr-popup .section.right .b span {
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
#cancel-subscr-popup .section.left .b {
    border-top: 1px solid #cccccc;
}
#cancel-subscr-popup .section.right .b {
    border-top: 1px solid #f44336;
    background-color: #f44336;
    color: #ffffff;
}
#cancel-subscr-popup .cancel-confirm {
    display: none;
}
#cancel-subscr-popup .cancel-confirm .txt {
    font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}

#crop-area {
    width: 100%;
    position: relative;
    z-index: 1;
}
#crop-area img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
#turn-btns .turn {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -30px;
    cursor: pointer;
}
#turn-btns {
    width: 100%;
    height: 1px;
    position: relative;
    margin-bottom: 10px;
    z-index: 1000;
    border: 1px solid #red;
}
#turn-btns .turn.left {
    right: 15px;
    background: url('../images/turn-left.png') no-repeat;
    -pie-background: url('images/turn-left.png') no-repeat;
}
#turn-btns .turn.right {
    right: 45px;
    background: url('../images/turn-right.png') no-repeat;
    -pie-background: url('images/turn-right.png') no-repeat;
}
#make-private {
    margin-top: 10px;
    float: left;
}
#crop-cancel {
    padding: 0 15px;
    float: right;
    margin: 0px 0px 20px 10px;
}
#crop-save {
    padding: 0 15px;
    float: right;
    margin-bottom: 20px;
}
#chat-page {
    width: 990px;
    height: 660px;
    background-color: #ffffff;
    position: absolute;
    top: -9999999px;
    right: 0;
    z-index: 500;
}
#chat-page.show {
    top: 0;
}
#chat-section {
    width: 430px;
    height: 100%;
    float: right;
    border-left: 1px solid #e3e3e3;
    position: relative;
}
#chat-party-profile {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-bottom: 1px solid #eeeeee;
}
#chat-party-profile .preview-img {
    width: 100px;
    height: 100px;
    position: relative;
    float: left;
    margin: 0px 10px 10px 0px;
}
#chat-party-profile .preview-img img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#chat-party-profile .status-circle {
    width: 13px;
    height: 13px;
    border: 3px solid #ffffff;
    background-color: #4caf50;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
#chat-party-profile .name-age-city {
    width: 200px;
    padding-top: 30px;
    float: left;
}
#chat-party-profile .name {
    display: block;
    font-size: 20px;
    color: #000000;
    line-height: 1.2;
    float: left;
}
#chat-party-profile .age-city {
    display: block;
    font-size: 14px;
    color: #666666;
    padding-right: 25px;
    line-height: 1.2;
    position: relative;
    float: left;
}
#chat-party-profile .party-sex {
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url('../images/sex-1.png') no-repeat;
    -pie-background: url('images/sex-1.png') no-repeat;
}
#chat-party-profile .txt-1 {
    color: #999999;
    font-size: 12px;
    line-height: 1.2;
}
#chat-party-profile .controls {
    width: 50px;
    height: 17px;
    float: right;
    margin-top: 40px;
    position: relative;
}
#chat-party-profile .more-content {
    display: none;
    min-width: 120px;
    background-color: #f44336;
    position: absolute;
    top: 20px;
    right: 0;
}
#chat-party-profile .more-content a {
    display: block;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
}
#chat-party-profile .more-content .delimiter {
    width: 100%;
    height: 1px;
    background-color: #f6695e;
}
#chat-party-profile .more-content .triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f44336;
    position: absolute;
    top: -6px;
    right: 5px;
}
#chat-party-profile .star {
    width: 16px;
    height: 17px;
    float: left;
    cursor: pointer;
    position: relative;
}
#chat-party-profile .star.no-active {
    background: url('../images/star-2.png') no-repeat;
    -pie-background: url('images/star-2.png') no-repeat;
}
#chat-party-profile .star.active {
    background: url('../images/star-3.png') no-repeat;
    -pie-background: url('images/star-3.png') no-repeat;
}
.star-promt {
    display: none;
    width: 130px;
    padding: 5px 8px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -65px;
    z-index: 100;
}
.star-promt div {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -5px;
}
.star-promt.no-active {
    background-color: #333333;
}
.star-promt.no-active div {
    border-top: 8px solid #333333;
}
.star-promt.active {
    background-color: #f44336;
}
.star-promt.active div {
    border-top: 8px solid #f44336;
}
#chat-party-profile .star.no-active:hover .star-promt.no-active {
    display: block;
}
#chat-party-profile .star.active:hover .star-promt.active {
    display: block;
}
#chat-party-profile .more {
    width: 23px;
    height: 17px;
    float: right;
    cursor: pointer;
    background: url('../images/dots-2.png') no-repeat center center;
    -pie-background: url('images/dots-2.png') no-repeat center center;
}
#chat-controls {
    width: 100%;
    height: 64px;
    padding: 10px;
    box-sizing: border-box;
}
#photos-section {
    width: 339px;
    height: 100%;
    float: right;
    position: relative;
}
#photos-section .photos {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
#photos-section .photos a {
    display: block;
    width: 49.8%;
    position: relative;
    overflow: hidden;
    float: left;
}
#photos-section .photos img {
    display: block;
    width: 100%;
    height: 100%;
}
#photos-section .no-photos {
    display: none;
    width: 100%;
    padding: 100px 10px 10px 10px;
    box-sizing: border-box;
}
#photos-section .camera-ico {
    width: 52px;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: url('../images/camera-4.png') no-repeat;
    -pie-background: url('images/camera-4.png') no-repeat;
}
#photos-section .txt-1 {
    display: block;
    max-width: 170px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    color: #999999;
    line-height: 1.2;
}
#p-slider-wrap {
    display: none;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
}
#p-slider-content {
    width: 500px;
    height: 500px;
    position: relative;
    margin: 0 auto;
}
#p-slider-photos {
    width: 500px;
    height: 500px;
}
#p-slider-photos li  {
    display: block;
    width: 500px;
    height: 500px;
    overflow: hidden;
}
#p-slider-photos ul {
    height: 100%;
}
#p-slider-photos li img {
    display: block;
    width: 100%;
    height: 100%;
}
#p-slider-controls {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
#p-slider-controls div {
    width: 16px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 10;
}
#p-slider-controls .prev {
    left: 10px;
    background: url('../images/prev-1.png') no-repeat;
    -pie-background: url('images/prev-1.png') no-repeat;
}
#p-slider-controls .next {
    right: 10px;
    background: url('../images/next-1.png') no-repeat;
    -pie-background: url('images/next-1.png') no-repeat;
}
#p-slider-close {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
#p-slider-close div {
    width: 6px;
    height: 6px;
    background: url('../images/close-3.png') no-repeat;
    -pie-background: url('images/close-3.png') no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0px 0px -3px;
}
#confirmation {
    background: #ffffff;
}
#confirmation article {
    padding: 30px 0 50px 0;
}
#confirmation .h1 {
    text-align: center;
    color: #111111;
    font-size: 24px;
    padding-bottom: 20px;
}
#confirm-info {
    display: block;
    width: 200px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 1.4;
}
#confirm-info span {
    color: #111111;
    font-weight: bold;
}
#confirmation .txt-1 {
    display: block;
    padding: 0px 20px 20px 20px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 1.3;
}
#bottom-profiles {
    width: 960px;
    margin: 0 auto;
    margin-top: 20px;
}
#bottom-profiles a {
    display: inline-block;
    margin: 0 8px 20px 8px;
}
#bottom-profiles .img-wrap {
    display: block;
    width: 215px;
    height: 215px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
#bottom-profiles .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
}
#bottom-profiles .name {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding-bottom: 5px;
    font-weight: bold;
}
#bottom-profiles .city-age {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding-bottom: 5px;
}


/*----------------- MEDIA QUERIES ---------------------*/

@media (min-width: 320px) {
    #h-profile-preview {
        display: none;
    }
    #right-menu .bottom {
        border-top: none;
        position: relative;
    }
    #index-article-height {
        width: 96%;
    }
    #landing #signup-content {
        width: 260px;
    }
    #landing #signup-content .facebook {
        float: none;
        margin:0px 0px 50px 0px;
    }
    #landing #signup-content .delimiter {
        width: 100%;
        height: 1px;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 30px;
    }
    #landing .b-links {
        width: 100%;
        bottom: 65px;
        left: 0;
        text-align: center;
    }
    #landing #signup-popup {
        padding: 120px 0px 120px 0px;
        /*background: url('../images/landing-bg.png') no-repeat center center;*/
        background-size: auto 100%;
    }
    video#bgvid {
        position: fixed;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        background-size: cover;
        z-index: -200;
        top: 50%;
        left: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 640px) {
    #h-profile-preview {
        display: block;
    }
    #right-menu .bottom {
        border-top: 1px solid #282828;
        position: absolute;
    }
    #index-article-height {
        width: 25%;
    }
    .gifts, .profile, .favorites, #crop-area, .find-love {
        width: 580px;
    }
    #chat-wrap {
        min-height: 460px;
        padding: 0 220px 0 240px;
    }
    #other-party-preview {
        width: 240px;
    }
    #news-feed-cotainer .item, #photos .small-photos-wrap {
        width: 25%;
    }
    #news-feed-cotainer .item.large, #photos a.large {
        width: 50%;
    }
    #signup-popup-content {
        width: 750px;
    }
    #signup-content {
        width: 650px;
    }
    #landing #signup-content {
        width: 610px;
    }
    #landing #signup-content .facebook {
        float: left;
        margin: 215px 0px 0px 0px;
    }
    #landing #signup-content .delimiter {
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0;
    }
    #landing .b-links {
        width: auto;
        bottom: 10px;
        left: 10px;
        text-align: left;
    }
    #landing #signup-popup {
        padding: 80px 0px 90px 0px;
    }
    #chat-page {
        width: 800px;
    }
    #photos-section {
        width: 149px;
    }
    #photos-section .photos a {
        width: 99.9%;
    }
    #bottom-profiles {
        width: 470px;
    }
    video#bgvid {
        position: fixed;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        background-size: cover;
        z-index: -200;
        top: 50%;
        left: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 990px) {
    #h-profile-preview {
        display: block;
    }
    #right-menu .bottom {
        border-top: 1px solid #282828;
        position: absolute;
    }
    #index-article-height {
        width: 14.1%;
    }
    .gifts, .profile, .favorites, #crop-area, .find-love {
        width: 650px;
    }
    #chat-wrap {
        min-height: 430px;
        padding: 0 220px 0 290px;
    }
    #other-party-preview {
        width: 290px;
    }
    #news-feed-cotainer .item {
        width: 20%;
    }
    #news-feed-cotainer .item.large {
        width: 40%;
    }
    #photos .small-photos-wrap {
        width: 16.66%;
    }
    #photos a.large {
        width: 33.32%;
    }
    #signup-popup-content {
        width: 880px;
    }
    #signup-content {
        width: 720px;
    }
    #landing #signup-content {
        width: 720px;
    }
    #landing #signup-popup {
        padding: 80px 0px 90px 0px;
        /*background: url('../images/landing-bg.png') no-repeat center center;*/
        background-size: auto auto;
    } 
    #chat-page {
        width: 990px;
    }
    #photos-section {
        width: 339px;
    }
    #photos-section .photos a {
        width: 49.8%;
    }
    #bottom-profiles {
        width: 960px;
    }
}

@media (min-width: 1170px) {
    #news-feed-cotainer .item {
        width: 14.28%;
    }
    #news-feed-cotainer .item.large {
        width: 28.56%;
    }
}


video#bgvid {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    z-index: -200;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#r-popup-logo.logo_RCoug img{
	background-color: rgba(255, 255, 255, 0.7) !important; 
	padding: 2% !important;
	border-radius: 8px !important;
}