body{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #202020;
    background: url('../images/content_bg.png');
    margin: 0;
    padding: 0;
    height:100%;
    min-height: 100%;
}
.wrap {
    min-height:100vh;
    position:relative;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear, .both {
    clear: both;
}
.header {
    height:58px;
    border-top:4px solid #3a3a3a;
    background: #262626;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

.header .content {
    width: 980px;
    margin: 0 auto;
    position:relative;
    height: 55px;
    border-bottom: 2px solid #3a3a3a;
    background: transparent;
}

.header .content .logo {
    position:absolute;
    top: -5px;
}

ul.top-navi {
    float: right;
    list-style: none;
    margin:0;
}
ul.top-navi::after {
    clear:both;
}

ul.top-navi li {
    display: inline-block;
    font-size: 14px;
    line-height: 55px;
    padding:0 30px;
    border-right: 1px solid #3a3a3a;
    cursor: pointer;
    position:relative;
    transition: 0.3s;
}
ul.top-navi li:last-child {
    border: 0px;
}

ul.top-navi li.active {
    background: #f9495a;
    text-decoration: none;
    font-weight:bolder;
}

ul.top-navi li:hover {
    background: #fc6574; /*;*/
}

ul.top-navi li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size:16px;
    display:block;
}

ul.top-navi li:hover::after, ul.top-navi li.active a::after{
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-right: 20px solid #262626;
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;

}
ul.top-navi li:hover::before, ul.top-navi li.active a::before{
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 20px solid #262626;
    content: '';
    position: absolute;
    bottom: 0px;

    left: 0px;
}

.subheader {
    margin: 0 auto;
    width: 1000px;
    position: relative;


} .subheader .content {
    position:absolute;
    right:10px;
    top: 6px;
}

.page {
    margin: 80px auto 0;
    width: 1000px;
    padding-bottom: 60px;
}
.page .content {
    padding:10px;
}
.page .content .block {

}
.page .content .block h2 {
    background: url(../images/head1.png) 0 0 repeat-x #efefef;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    padding: 0 20px;
    margin-bottom: 0;
    height: 41px;
    font-size: 16px;
    line-height: 41px;
}
.page .content .block .content {
    position: relative;

    background: #fff;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    box-shadow: 0px 3px 5px #d7d7d7;
    margin-bottom: 33px;
}
h2 span {
    color: #fa5262;
}

.page .block ul.items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page .block ul.items li {
    display: inline-block;
    text-align: center;
    padding: 2px;
    margin: 3px;
    transition: 0.3s;
    box-shadow: 0px 3px 5px #d7d7d7;
    background: #FFF;
} .page .block ul.items li:hover, .page .block ul li.page_current {
    background: #fc6574;
    cursor: pointer;
} .page .block ul li.page_current a {
    color:#FFF!important;
}

.page .block ul.items li .image {
    width:130px;
    height:120px;
    display:block;
    background-size: cover;
    margin-bottom: 5px;
    border: 1px solid #262626;
    position:relative;
}
.page .block ul.items li .image .online {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 18px;
    background: transparent url(../images/online.gif) no-repeat top right;
    z-index: 1;
}

.page .block ul.items li .image .photos-cnt {
    background: url(http://sexlaguna.eu/images/lifoto.png) no-repeat scroll 0 0;
    color: #fff;
    height: 18px;
    width: 21px;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 3px;
}
.page .block ul.items li a {
    text-decoration: none;
    color: #fa7380;
    display: block;
    border: 1px solid #eee;
    padding: 5px;
    font-size:12px;

} .page .block ul.items li a:hover, .page .block ul.video li a:hover {
    color: #FFFFFF;
}

.page .block ul.video li {
    text-align: left!important;
    color: #939393!important;
} .page .block ul.video li a {
    color: #939393;
}

.page .block ul.video li .title {
    width : 130px;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer {

    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */

    background:radial-gradient(#262626, #262626);

}

.pagination3 {
    text-align: center;
}
.pagination3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
} .pagination3 ul li {
    display: inline-block;
    text-align: center;
    padding: 2px;
    margin: 3px;
    transition: 0.3s;
    box-shadow: 0px 3px 5px #d7d7d7;
    background: #FFF;
}
.footer .content {
    width:1000px;
    margin:0 auto;
    text-align: center;
    color: #FFF;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
    border-top:1px solid #262626;
    background:radial-gradient(#262626, #262626);
    height:59px;
    line-height: 60px;
}

.play-overlay {
    background: url('../images/layout-icons.png') repeat scroll -55px -52px transparent;
    cursor: pointer;
    height: 88px;
    left: 20px;
    position: absolute;
    top: 15px;
    width: 89px;
    z-index: 1;
    opacity: 0.8;
}
ul.video .views {
    padding-right: 14px;
    margin-right: 5px;
    background: transparent url(http://4sex.lv/images/new/eye.png) no-repeat right center;
}

a.more-link {
    float: right;
    text-decoration: none;
    color: #262626;
    font-size:12px;
    position: relative;
}

a.more-link:hover {
    color: #fa5262;
}
a.more-link.plus::after {
    clear: both;
}
a.more-link.plus::before {
    content: '+';
    position: absolute;
    width: 10px;
    height: 10px;
    left: -12px;
    font-weight: bold;
    font-size: 14px;
}

.login-form {
    cursor: default;
    position: absolute;
    z-index: 999;
    min-width: 350px;
    background: #3a3a3a;
    right: 0px;
    padding: 10px;
    border: 1px solid #262626;
    bottom: -165px;
    color: #FFF;
    box-shadow: 2px 4px 8px #000000;
    line-height: 35px;
} .login-form.signed {
    bottom: -94px;
    min-width: 140px;
}

.login-form a {
    color: #f9495a!important;
    font-size:12px!important;
    text-decoration: none!important;
    font-weight: normal!important;
} .login-form a:hover {
    color:#FFFFFF!important;
    text-decoration: underline!important;
}

.login-form input[type="text"], .login-form input[type="password"] {
    width: 210px;
    height: 21px;
    line-height: 21px;
    border: 0px;
    padding-left: 5px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0px 0px 5px #000000;
}

.login-form .button, .button {
    background: #f9495a;
    color: #FFFFFF;
    padding: 5px;
    transition: 0.3s;
    border-radius: 2px;
    border: 0px;
    cursor: pointer;
    width: 95px;
    box-shadow: 0px 0px 5px #000000;
}
.login-form .button:hover, .button:hover {
    background: #262626;
}

.form input {
    width:135px;
    padding:5px;
    border:1px solid #fa5262;
    box-shadow: 0px 3px 5px #d7d7d7;
}

.form textarea {
    margin-top:10px;
    box-shadow: 0px 3px 5px #d7d7d7;
    width: 300px;
    padding: 5px;
    border: 1px solid #fa5262;
    resize: none;
    height: 185px;
}

/* Registration */
.popup-bg {
    background: rgba(0,0,0,0.75);
    position:fixed;
    width:100%;
    height:100%;
    z-index:10000;
    top:0;
    right:0;
    display: none;
}
.popup-container {
    display: none;
}
.popup-reg-cont {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    background: #FFF;
    width:450px;
    height:280px;
    border-radius:20px;
    padding:15px;
    z-index: 10005;
}

.popup-header {
    padding-top:0px;
    margin-top:0px;
    color:#fa5262;
}

.popup-header2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.reg-block1 .text {
    width: 250px;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 5px;
}

.input-item {
    margin-bottom: 10px;
}

.input-item input, .input-item .info1 {
    float: right;
}

.reg-block2 {
    margin-top: 10px;
}

.reg-block2 label {
    font-size: 12px;
    color: #444;
}

.popup-reg-cont input[type="submit"] {
    border:1px solid #F75D0A;
    border-radius: 10px;
    padding:10px;
    margin-top: 10px;
    font-size: 14px;
    background: linear-gradient(#FFF, #fa5262);
    color: #000;
    font-weight: bold;
    cursor:pointer;
    width: 185px;
}

.popup-reg-cont input[type="submit"]:hover {
    color: #FFF;
}

.cross {
    display: block;
    position: absolute;
    right: 5px;
    top: -7px;
    font-size: 30px;
    color: #999;
    text-decoration: none;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cross:hover {
    color: red;
}

.nonuser img {
    filter: blur(20px);
}

.nonuser-video {
    position: absolute;
    width: 880px;
    left: 35px;
    top: 10px;
    height: 430px;
    display: block;
    filter: blur(5px);
}

.vdd .play-overlay {
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    opacity: 0.7;
    transition: 0.3s;
} .vdd .play-overlay:hover {
    opacity: 1;
}

.form-add label {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.form-add input, .form-add textarea {
    width: 95%;
    height: 20px;
    margin-top:3px;
    margin-bottom:10px;
    padding: 5px;
    border: 1px solid #fa5262;
    box-shadow: 0px 3px 5px #d7d7d7;
}

.form-add textarea {
    height: 100px;
    resize: none;
    width: 98%;
}

.form-add .btn {
    background: #f9495a;
    color: #FFFFFF;
    padding: 5px;
    transition: 0.3s;
    border-radius: 2px;
    border: 0px;
    cursor: pointer!important;
    width: 95px;
    box-shadow: 0px 0px 5px #000000;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.form-add .btn:hover, .button:hover {
    background: #262626;
}

.form-add input[type="submit"] {
    padding:5px;
    height:30px;
    margin-top:0px;
    margin-left:20px;
}

.form-add input[type="file"] {
    cursor: pointer;
    font-family: Arial;
    font-size: 10px;
    height: 35px;
    left: 4px;
    bottom: -8px;
    margin: 0;
    max-width: 110px;
    opacity: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}


.progress {
    display: none;
    overflow: visible;
    background: inherit;
}

.progress-wrp {
    border: 1px solid #000;
    padding: 1px;
    position: relative;
    height: 21px;
    border-radius: 3px;
    line-height: 19px;
    margin: 0 10px;
    width: 100px;
    text-align: center;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12)
}

.progress-wrp .progress-bar {
    height: 100%;
    border-radius: 3px;
    background-color: #f39ac7;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

.progress-wrp .status {
    top: 3px;
    left: 40%;
    position: absolute;
    display: inline-block;
    color: #000000;
}

.uploader-thumbs .item {
    display: inline-block;
    min-width:90px;
    min-height:90px;
    max-height:90px;
    max-width:90px;
    overflow:hidden;
    padding-left:20px;
    line-height:50px;
    cursor:pointer;
    margin-bottom:10px;
    margin-right:20px;
    position: relative;
/*    border:1px solid #000;*/
}

input[type="submit"]:disabled,  input[type="submit"]:disabled:hover {
    cursor: not-allowed!important;
    background: #666;
}