@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
/*--- ICQ : 342640030 ---*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    background: #fef3f5 url(../images/header-bg.png) repeat-x center top;
}

a {
    text-decoration: none;
    color: #df3a2e;
}

img {
    border: 0 none;
}

h2.other-title {
    font-weight: normal;
    display: block;
    padding: 10px;
    color: #df3c30;
}

h3 {
    font-size: 22px;
    font-weight: normal;
    padding: 10px 5px 5px 5px;
}

input[type='submit'] {
    cursor: pointer;
    text-transform: capitalize;
}

.about {
    font-size: 15px;
    padding: 5px;
    color: #333;
}

.cls {
    display: block;
    clear: both;
}
/*---Header----*/

header {
    display: block;
    overflow: hidden;
    max-width: 1230px;
    height: auto;
    margin: 30px auto 0 auto;
    padding: 30px 0 0 0;
    background-color: #fff;
}

a.logo {
    float: left;
    width: 515px;
    height: 110px;
    background: url(../images/logo.png) no-repeat right 10px;
}

.h-part {
    float: right;
    width: 655px;
    margin: 0 10px 10px 0;
    text-align: right;
}

.soc {
    float: left;
    overflow: hidden;
    width: 335px;
    height: 32px;
}

.h-part span a {
    line-height: 32px;
    padding: 0 5px;
    text-transform: uppercase;
    color: #000;
}


.h-part span a.lng {
    padding: 0 10px 0 30px;
    background: url(../images/usa.png) no-repeat left center;
}

.h-part span a. {
    padding: 0 10px 0 23px;
    background: url(../images/.png) no-repeat left center;
}

.h-part span a. {
    padding: 0 0 0 23px;
    background: url(../images/.png) no-repeat left center;
}

.h-part span a:hover {
    opacity: .8;
    color: #e04239;
}

.h-part a.comm {
    font-style: normal;
    color: #000;
}

.h-part a.comm em {
    font-style: normal;
    line-height: 26px;
    color: #e56d67;
}

.h-part a.comm:hover {
    text-decoration: underline;
}

.h-part form {
    float: left;
    width: 275px;
    padding: 7px 0 0 10px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    box-shadow: inset 1px 1px 2px #e2e2e2;
}

.h-part form input {
    border: 0 none;
}

.h-part form input[type='text'] {
    float: left;
    width: 240px;
    text-transform: uppercase;
    color: #cacaca;
}

.h-part form input[type='submit'] {
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat left 3px;
    background-color: transparent;
}
/*----HORISONTAL-MENU----*/

.menu {
    display: block;
    max-width: 1230px;
    height: 45px;
    margin: 0 auto -10px auto;
    padding: 0;
    list-style-type: none;
    background-color: #eee;
}

.menu * {
    display: inline-block;
}

.menu a {
    font-size: 18px;
    line-height: 44px;
    padding: 0 18px;
    color: #000;
    text-shadow: -1px -1px 0 #fff;
}

.menu a:hover,
.menu a.selected,
.menu li. a:hover {
    color: #fff;
    background-image: none;
    background: #818181;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #818181 0%, #3d3d3d 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #818181), color-stop(100%, #3d3d3d));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #818181 0%, #3d3d3d 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #818181 0%, #3d3d3d 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #818181 0%, #3d3d3d 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #818181 0%, #3d3d3d 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#3d3d3d', GradientType=0);
    /* IE6-9 */
    
    text-shadow: -1px -1px 0px #000;
}

.menu li.menu-home {
    padding-left: 0px;
}

.menu li. {
    float: right;
}

.menu li. a {
    margin-left: 1px;
    text-transform: uppercase;
    background: url(../images/.png) no-repeat left center;
}

.menu li ul {
    position: absolute;
    z-index: 999;
    display: none;
    margin: 0 0 0 -36px;
    padding: 1px 35px;
    border: 1px solid #c6c6c6;
    border-top: 0 none;
    border-radius: 0 0 3px 3px;
    background-color: #eee;
}

.menu li:hover ul {
    display: block;
}

.container {
    display: block;
    max-width: 1232px;
    min-height: 100px;
    margin: 20px auto;
}

.container:before {
    position: absolute;
    content:'';
    display: block;
    width: 145px;
    height: 168px;
    margin: -220px 0 -25px 46px;
    background: url(../images/girl.png) no-repeat left center;
    background-size:100% 100%;
    z-index:0;
}


.header_channel {
  font-size: 15px;
font-weight: normal;
margin: 2px 0px 5px 0px;
padding: 10px 20px;
text-transform: uppercase;
color: #404040;
border: 1px solid #8F8F8F;
border-radius: 5px;
background-color: #FFF;
position: relative;
z-index: 1;
overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.header_channel h3 {
    padding:0 10px 0 0;
    font-weight:normal;
    font-size:15px;
    display:inline-block;
    
}

.header_channel a {
    text-decoration:none;
    text-transform:none;
    padding:5px 25px;
    background: transparent url("../images/icontexto-inside-favorites.png") no-repeat scroll left center;
}


.nutacu {
    background-color:#DF362E;;
}
.nutacu a {
    color:#fff;
    text-shadow:none;
}
.nutacu span {
    display:block;
    text-align:center;
    line-height:2;
    font-size:150%;
    border-bottom:1px solid #5F5F5F;
    box-shadow:0 1px 0 #CFCFCF;
}
.nutacu div {
    display:none;
    position:absolute;
    z-index:9999;
    border:4px solid #DF362E;
    margin:0 0 0 -80px;
     background: #818181;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #818181 0%, #3d3d3d 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #818181), color-stop(100%, #3d3d3d));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #818181 0%, #3d3d3d 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #818181 0%, #3d3d3d 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #818181 0%, #3d3d3d 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #818181 0%, #3d3d3d 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#3d3d3d', GradientType=0);
    /* IE6-9 */
    
text-shadow:none;
    color:#fff;
}
.nutacu div a {
    display:block;
    border-bottom:1px solid rgba(0,0,0,0.1)
}
.nutacu div a ins {
    float:right;
    padding:0 0 0 20px;
}
.nutacu div a:hover ins {
    color:red;
    text-shadow:none;
}

.nutacu:hover div {
    display:block}
	
/*----LEFT-SIDEBAR----*/

aside {
    float: left;
    width: 225px;
    min-height: 500px;
    display:none;
}

a.asidehome {
    position: relative;
    display: block;
    width: 293px;
    height: 409px;
    margin: -220px 0 -25px -68px;
    background: url(../images/girl.png) no-repeat left center;
}

aside h3 {
    font-size: 24px;
    font-weight: normal;
    position: relative;
    display: block;
    padding: 5px 0 5px 30px;
    text-transform: uppercase;
    background: url(../images/box-title-bg.png) no-repeat left center;
}

aside .list_categories a {
    font-size: 16px;
    display: block;
    padding: 5px 40px 5px 33px;
    color: #000;
    background: url(../images/li-bg.png) no-repeat 9px center;
}

aside .list_categories a span {
    float: right;
    opacity: .35;
}

aside .list_categories a:hover {
    text-decoration: underline;
    color: #e7655e;
}
/*----CONTENT-BLOCK---*/

.article,
.title-block {
    float: right;
    overflow: hidden;
    width: 100%;
    height: auto;
    position:relative;
}
/*---DECOR-TITLE----*/

.title-block h2 {
    font-size: 15px;
    font-weight: normal;
    float: left;
    max-width: 600px;
    margin: 2px 0 0 0px;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #404040;
    border: 1px solid #8f8f8f;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    position:relative;
    z-index:1;
}

.title-block h2:after {
    position: relative;
    right: -35px;
    float: right;
    width: 20px;
    height: 25px;
    margin: -2px 0;
    content: '';
    background: url(../images/title-bg.png) no-repeat left center;
}

.title-link {
    position: absolute;
    display: inline-block;
    vertical-align:middle;
    overflow: hidden;
    height: auto;
right:10px;
    text-align: right;
    top:3px;
}

.title-link a {
    font-size: 15px;
    display: inline-block;
    padding: 7px 15px 7px 50px;
    text-transform: uppercase;
    color: #000;

}

.title-link a.hotgames {
    background: url(../images/click.png) no-repeat left center;
}

.title-link a.latest-link {
    padding: 7px 0 7px 45px;
    background: url(../images/new.png) no-repeat left center;
}

.title-link a:hover {
    color: #ac1209;
}

.catsort {
    position: relative;
    display: inline-block;
    vertical-align:middle;
    overflow: hidden;
    height: auto;
    float:right;
}

.catsort a {
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    color:#ac1209;
    line-height: 2.2;
}

.catsort a:hover {
    color:#000 
}
.catsort a+a:before {
    content:'/';
        padding:0 5px;
    color:#000;
}
.catsort a.active {

    opacity:0.25;
    cursor:default
}
/*----VIDEO-TUBES----*/

.list_videos {
    display: block;
    overflow: hidden;
    height: auto;
    text-align: center;
    padding-bottom:20px;
}

.list_videos p {
    display: inline-block;
    vertical-align: top;
    position:relative;
    z-index:1;
    width: 240px;
    height: 162px;
    margin: 4px 2px;
    vertical-align: top;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}
.profile_view .list_videos p {
    margin:2px 0;
    height:auto;
    padding:0;
}

.profile_view .list_videos p span, .profile_view  .list_videos p em, .profile_view  .list_videos p b {
display:none;
}


.list_videos p img {
    display: block;
    width: 240px;
    height: 135px;
       filter: saturate(130%);
    -webkit-filter: saturate(130%);
    -webkit-filter: contrast(110%);  
    filter: contrast(110%);  
}

.list_videos p em,
.list_videos p b {
    font-weight: normal;
    font-style: normal;
    position: relative;
    margin: -33px 5px 0 5px;
    padding: 3px 10px;
    color: #000;
    background-color: rgba(255, 255, 255, .5);
}

.list_videos p em {
    float: left;
}

.list_videos p b {
    float: right;
}

.list_videos p span {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 220px;
    height: 12px;
    padding: 5px 10px 5px 10px;
    color: #000;
    background-color: #fff;
}

.list_videos p:hover span {
    height: auto;
    color: #df3b33;
    line-height:1;
   padding: 6px 10px 5px 10px;
}

.list_videos p span input {
    position: relative;
    display: block;
    width: 20px;
    margin: 6px auto;
    background-color: #df3d31;
}
/*---PAGINATION---*/

nav {
    display: block;
    clear: both;
    width: 240px;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    background-color: #f4e9eb;
}

nav a,
nav span {
    font-size: 17px;
    padding: 0 3px;
    color: #000;
}

nav a:hover,
nav span {
    text-decoration: underline;
    color: #df3b33;
}
/*---BLOCK FOR TOP SEARCHES---*/

.top-searches a {
    font-size: 16px;
    display: inline-block;
    padding: 5px 6px;
    text-decoration: underline;
    text-transform: lowercase;
    color: #3f3e3e;
}

.top-searches a:hover {
    color: #e7655e;
}

.top-searches a:after {
    content: ',';
}

.top-searches a:last-child:after {
    content: '.';
}

a.allhotsearches {
    padding: 5px 15px 5px 25px;
    background: url(../images/search.png) no-repeat left center;
}
/*--- FOOTER ---*/
.bottom-ban {
    display:block;
    position:fixed;
    bottom:0;
    right:0;
}


footer {
    display: block;
    max-width: 1230px;
    margin: 10px auto 0 auto;
    padding: 20px 0;
    text-align: center;
    border-bottom: 5px solid #de3029;
    background-color: #efefef;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 900px 30px;
}

footer a {
    color: #000;
}
/*---VIDEO-PAGE----*/

.video-art {
    padding: 10px 0 0 0;
}

.video_view {
    float: left;
    overflow: hidden;
    width: 922px;
    height: auto;

}
.ad-vid-banner {
    text-align:center;
     background-color: #fff9fa;
     border-left: 1px solid #a7a7a7;
       border-right: 1px solid #a7a7a7;
    padding:10px 0 0 0;
}
.ad-vid-banner .mob-iframe {
    display: none;
}
.info {
    display: block;
    height: auto;
    border: 1px solid #a7a7a7;
    border-top: 0 none;
    border-radius: 0 0 5px 5px;
    background-color: #fff9fa;
}

.info div {
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    width: 250px;
    height: auto;
    margin: 7px 0;
    text-align: center;
    vertical-align: top;
}

.info div:first-child {
    width: 200px;
}

.info div:last-child {
    width: 190px;
}

.info div + div {
    border-left: 1px dashed #a7a7a7;
}

.info div span {
    display: block;
    margin-bottom: 10px;
}

.info div span strong {
    font-size: 18px;
    font-weight: normal;
}

.info div em {
    font-style: normal;
    line-height: 32px;
}

.g_hint {
    font-size: 12px;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
}

.g_hidden {
    display: none;
}

.info div a {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

#flag_like_this_video,
#flag_like_this_album {
    float: left;
    width: 72px;
    height: 32px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 30px center;
}

#flag_dislike_this_video,
#flag_dislike_this_album {
    float: right;
    width: 62px;
    height: 32px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -83px center;
}

.info i {
    font-style: normal;
}

a.dw-pc,
a#_link_1 {
    width: 28px;
    height: 24px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -237px center;
}

a.dw-mac,
a#_link_2 {
    width: 24px;
    height: 24px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -272px center;
}

a.dw-mob,
a#_link_3 {
    width: 28px;
    height: 24px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -302px center;
}

a.dw- {
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e04037;
}

#flagging_success {
    margin: 0 0 10px 0;
    background-color: rgba(0, 147, 19, .25);
}

#flagging_failure {
    margin: 0 0 10px 0;
    background-color: rgba(255, 0, 0, .25);
}

.add_to_favourites,
.send_to_friend {
    margin: 5px 0;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 147, 19, .25);
}

#stf_link {
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    vertical-align: top;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #505050;
}

.getembd {
    font-size: 0;
    width: 28px;
    height: 44px !important;
    margin-top: -10px !important;
    vertical-align: top;
    background-color: #fff9fa !important;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-position: center top;
    ;
}

.descr {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin: 4px 0;
    padding: 5px 20px;
    color: #404040;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    background-color: #fff9fa;
}
.player {
    width:100%;
    height:570px;
}
#kt_player, #kt_player_internal, .player > div, .player object {
     width:100% !important;
     height:100% !important;
}

/*
.descr:before, .info-2 .info_row:before {
display:block;
position:absolute;
margin:-11px 0 5px 320px;
content:'';
width:30px;
height:4px;
background-color:#FFF9FA;
border:1px solid #8f8f8f;
border-top:1px solid #FFF9FA;
border-bottom:1px solid #FFF9FA
}
*/

.info-2 .info_row {
    font-size: 14px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    height: auto;
    margin: 4px 0;
    padding: 5px 20px;
    color: #404040;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    background-color: #fff9fa;
line-height:2
}



.info-2 .info_row a {
    display:inline-block;
    vertical-align:middle;
background-color:#E04037;
    color: #fff;
    padding:0 5px;
    border-radius:3px;
}

.info-2 .info_row a:hover {
   background-color:#505050;
}

.info-3 {
    padding: 0 10px;
    background-color: #505050;
}

.info-3 span {
    font-size: 13px;
    display: inline-block;
    padding: 5px 12px 5px 10px;
    text-transform: uppercase;
    color: #f5f5f5;
}

.info-3 span + span {
    border-left: 1px solid #000;
    box-shadow: -1px 0 0 #626262;
}

.info-3 span strong {
    font-weight: normal;
    padding: 0 10px;
}

.info-3 span a {
    text-decoration: underline;
    color: #fff;
}

.info-3 span.addcomment {
    float: right;
    margin: 0 -10px 0 0;
    padding: 0;
}

.info-3 span.addcomment a {
    display: block;
    padding: 5px 28px;
    text-decoration: none;
    background-color: #2a2a2a;
}

.info-3 span.addcomment a:hover {
    background-color: #e04037;
}

.v-banner {
    float: right;
}
/*----Comments----*/

.global_comments.info-2 {
    float: left;
    width:100%;
    max-width: 922px;
    margin: -4px 0 10px 0;
}

.album_comments.info-2 {
    width: 100%;
}

.album_comments .info_row a {
    float: right;
    margin: 0 -15px 0 19px;
    padding: 2px 15px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background-color: #e56962;
}

.album_comments .info_row a:hover {
    text-decoration: underline;
    color: #fff;
}

.global_comments {
    overflow: hidden;
    height: auto;
    border-radius: 5px;
}

.global_comments form {
    margin: 10px;
}

.global_comments input {
    margin: 10px 0;
}

.global_comments textarea {
    width: 100%;
    margin: 10px 0;
}

.global_comments input[type='submit'] {
    float: right;
    padding: 5px 10px;
    color: #fff;
    border: 0 none;
    background-color: #e04037;
}

.add_comment {
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    height: auto;
    margin: 4px 0;
    padding: 5px 20px;
    color: #404040;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    background-color: #fff9fa;
    ;
}

#ac_block_success {
    background-color: rgba(0, 147, 19, .25);
}

#ac_block_failure {
    background-color: rgba(255, 0, 0, .25);
}

.comments_list {
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    height: auto;
    margin: 4px 0;
    padding: 5px 10px;
    color: #404040;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    background-color: #fff9fa;
    ;
}

.comment_row {
    font-weight: bold;
    display: block;
    overflow: hidden;
    height: auto;
    padding: 5px 0 0 0;
    border-bottom: 1px dotted;
}

.comment_row:nth-child(odd) {
    background-color: #fff;
}

.comment_row img {
    float: left;
    padding: 0 10px 5px 0;
}

.comment_row p {
    font-weight: normal;
    font-style: italic;
}

.com_hidden {display:none;}
.comments_list:after {
    display:block;
    line-height:3;
    content: 'Show all comments';
    text-align:center;
    background-color:#E04037;
    margin:10px 0 0 0;
    border-radius: 5px;
    color:#fff;
    cursor:pointer;
}
.comments_list.open .com_hidden {display:block;}
.comments_list.open:after {display:none;}
/*---CATEGORIES LIST---*/

.allcategories_list {
    display: block;
    clear: both;
    overflow: hidden;
    height: auto;
    text-align: center;
    position:relative;
}

.allcategories_list .categories_item {
    display: inline-block;
    width: 236px;
    height: auto;;
    margin: 4px 2px;
    vertical-align: top;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    padding:2px;
    border-radius:5px;
}
.allcategories_list .categories_item:hover {
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.allcategories_list a img {
    width: 100%;
    height: auto;
    border-radius:5px;

}
.allcategories_list a:hover  img {
   filter: saturate(180%);
    
    -webkit-filter: contrast(130%);  
    
    filter: contrast(130%);  
}
.allcategories_list a em, .allcategories_list a u {
    font-weight: normal;
    font-style: normal;
    position: relative;
    float: right;
    margin: -33px 5px 0 5px;
    padding: 3px 10px;
    color: #000;
    background-color: rgba(255, 255, 255, .5);
}
.allcategories_list a u {
    float: left;
    text-decoration:none;
}

.allcategories_list a span {
    position: relative;
    display: block;
    overflow: hidden;

    height: 14px;
    padding: 0 10px 5px 10px;
    text-transform: uppercase;
    color: #000;

}

.allcategories_list a:hover span {
    background-color: #fff;
}

.amovies, .aalbums {
    display:inline-block;
    padding:0 0 0 25px;
    line-height:3;
    background-position:left center;
    background-repeat:no-repeat;
    
}
.amovies {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAENklEQVRIibWUbWiVZRjHf/f9POfFOU/Hly2145guay2TLCcyBpatkBFauaBIjMJAwSDCDxUlfUjIiBUk6gcJzNWHqJUYsnyr8GDiS75mSrrqJHNuOo9nZ+flebmvPjy6drCZKF5fbh7u+/n/7ut/XdetRES4jaFvp/gtA8T1bh4gRQf/yG8U17WRf/MD/IPHB/f8MykGFrzCwNzn8f/4+39uMUz4nSnJNr0gaT1Z0uV1Uli7SURETF9acstXSjo8VdJltZJ/f52YQnE4GSnJwPT2Yc71BGAjSKEIRlDhEWHpxJdeFu/QFxXCRXwBw+gWSy17dIig7u5u1k65rItSzDP3YKXTkWu7EeNWUSVmM91rR7gz+iEXR1AsqiWLU12PObUPEY0j+A/+vvuNuTmEuXSy3yu85L/6wFkqZaLoWnSn5la2BTqkvc5AHxey6KyebE9KXF70uLd/SkFFo3iPvjXjGOKyIi+dYNkqlrkrRdM2iniIgNoMbEsWbPwN93BD3xTqzZM5Cig+nuxd93GGftJvyz51COG9zKtlDxGKo6gWVMUPhtuzEnTgPg7UgSWbYoOAqgImGire9gNTyMnlIFhSLZWQswR0+CVhAbhSovg2gkqEN3L2RzeNt24z71BNG3X4UrNUIrKB+JFB1UJIwaOsnieng7khRWrMI//Rf29Fqsxnp03VTIDiC5PHp8Bd7eQ7hfbAbbBs/DerCOUEsz/i/HUeMrCC9dhFVT9W8Gg13051mK732COXmGyJLnCL/2Mro6gdveQXHNxqCrohHC85uwpt+HZAewmx/F/fRL/APHiH74VmDdiOigZkkG7jffk3tmKRIr544Lh1AhGyk69Fc1YM18gNDihUiqC/e7najEBPzkfkZsWI0eNxr/8AlCixeirNLZLflS8RiUl6FyeaTrfGBbJhtYU3s30t2LOA5q3GhUNII4LuTyWDPuJ/zSs5DLI0VneICuTmDNnI54PsX1nyOuFxTXGFQ0gulM4e85SKilGdPdg47H0FUT8Y+dwt2yE29HEtOZug5g8iQiry9BT5mEs2YjhTdWIz0XCT35GM76NtCa0KKncds78Hf9jD1vDpLJ4rZ3YD8yG1V1F9J3uQRQUgO4MtXtHRRWrMJcuERobgP6nsm4X21FunuDp6NyLNa8OUSWv4h/4ChEI9gPTUPX1iCZLLpizKBeSRdBMBOhlmZU+UgK736E2/ETKrkfjEGMoLRCxWPoyrFQKKITE1Bj4qjEhKDvh4j/ZwZDw5zrwWn7Fuezr5FUF2SyCKAA0YrQ/Ma/sYNXLEcBLXB1wN/1Qn3q49wcuZzUE0gppYid1Yjz23ARW6xogbB4hvkHQGSWcg0494Psq2AkhsFGp8xTW9f8MAyRcCYc+/dlNrKIsGkJsBiG/AGTI0RoKH7Opq2wHEGNB6WMgN1eBW4h9iaVm57HrRBwAAAABJRU5ErkJggg==);
}

.aalbums {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAFvklEQVRIia2Ve2xTVRzHv+f23tu79va2ve26rq+Vso0xns4wCYnKQ4MIwQgYkGBE/vCZKIkiEjVifEEILqKRP8QnRokIkmgU5eFgCGOOKXUUhG2MMTo2R7t1W5/3nuMf5S/fv05+Oef7+X3POTkH+J8UDoeHrfP/xmzVqufdqtM53qo6ArIstzkLCw/U1tVJABL/GbBl61bEY4NzK8ZUPm+12mwGg2GnKArNhw7U+QA03TBgfc1bLpPJFEilsydyWi5gVayKxao0h8NHTTdPmjzTWeQOGI2SBiB6pr01m6M0cMOAZ1aulAuL3CGHw/lKrC9eXzo0NN1x/DfZ0fzbjtIz7TlHJjNFIQSxcVUaAztd9+Net79khDicFw8Ar76+NmA0GsczIKKqakdvb88Um+ocb064EtLx4HLvrd2y70AtkBwMjbNYuILGehNrO4XBNWslJd1xs9cf3C9J5lnrNmxUBNH47fJHl0UvAUjr2Sg/0u/RvttTWykKBW9ruhbM5nInzGfdU+ObSVtBjzNou52XfTMi8Oz6EIaW3wEQAED7+tUoaVqdbCDVMVQ/5hN4gTLQ+d98+dmOgcEhWRBEkWttbXMBwKwZUyOy1f6Ay+P92CuVVnGfF5us3b6xRibJmUMCOhtGI3r3Q4DHB4ABACgjQuqk5+7yumneBEkdN09pQ/VPl4ycjyZSazHOTaWls9mz7ZLAHALRPKo6l08s1jazvCepSHgXDgCAdwABSKeFkI5xYtBYq9ABgoYyAAyGAX1JObQfQcDKI0NTRq9H0ebyDsLRnRzKczaZ7XxLvW1rzDKza1YdcbdUpx+9grh29kEJekUDBHA+UJekZPgPbQE/Bu+QgU5HIauesgCn31OOe8tVN1KPdOqyrrAwB++eOP1DcdjXBnzkXdA6lMTbk/NNEYcYeIRgAThTA7C+NsDdRAwFjer7ekDHThUjCmXe6DZRJgA+eg26H2pzI2AH1APjyqJlTSro7TMZMs2/z2snIbdfHECAizshDn5wADAWX5XhkACoI/SsrzZ3BJWgY0lQWkaXbzu3feVxl+O5gEvvPyGognmPRZFnU5AACMDXZjFock8unI8KAgoCHRKoDMCCgZKAHYZeTEFA3RGAF54bdRNk2s6+jSF27J1OzKMhtxev6oWFvHwAPyCLH4qJ/hoXxo9CR2UIp+AADoIdMrlayBX7HkjmFEBI4BBMGo21XXGFwwm+RMtLVywtGK63VkYpAC4Kh1HOs3YvLMb/SkCxszQCAEoQEi+80tKScU4P+5JGLQh6JwRMWs1GAUoIecNIA3VIxwav3rVs3Tb7voPDLxo1ShbyiS4ak9lpP6BNMAXgDKGl4uWIZGN5bfkKgAAoBhgIJjGFuCu3uDFi0Abc6nEfuCq6bsPH+MS6cw8s2K7vytln/vaFym+fyiL1YtkvDquEnzHFU/GAEKujC12B1byH2u+1Mi9DKwllU4muttbvhpKxH/lLi2645YxNHy4Lhw52rTNKVyIPjhDhtVqBb1okncDACTAsQhjyAKAxe7EQvE5FKdGxijIezq0FbqmbQQhHQDoX15TocDUM9AXt+VyOjelLItgkQhZJHBwxRiQekCzOgCcQC95iVlwj8dToS6jayb7Bys8OriwIGLvzFJ3EsDlvNfuKDZt32Nz+UNLTGZ5pk6pDxxXEbE0SK1ohp7IAowe7HI0zfx56JD8bl9jX6I/Pke2OyZJZvOeWaPsP1zrdx0AAL6ub+FFWXF1tp+qtrtLagpMZqcOmEAIR0BrJxYJM7yqhT729IsByWypkG325jvnzjt/W6mD3hDgakXao/y+xuaAIJmrXYEyPpvJqJ0njw1e6O5szmm5if7QqJPJ2PmDKx5enB1uPTdc8WpVBj1aMpnsSSbiDRfajm1ZMMm/QTYXfGZTHS2+UPmnejbdCWDY3+wfqbb+Ydvu7L/Vv9CYyabR5rc4XbAAAAAElFTkSuQmCC);
margin-left:10px;
}
.amovies:hover, .aalbums:hover {
    color:#000;
}
/*---SUGNUP_FORM---*/

.block_content {
    overflow: hiddden;
    height: auto;
    padding: 10px;
}

.topmost {
    font-size: 17px;
    display: block;
    overflow: hidden;
    height: auto;
    padding: 10px 0;
}

.control {
    display: block;
    overflow: hidden;
    width: 330px;
    height: auto;
    text-align: center;
}

.label {
    font-size: 17px;
    display: block;
    overflow: hidden;
    height: auto;
}

.block_content form {
    float: left;
}

.block_content input {
    font-size: 15px;
    width: 300px;
    margin: 5px 0;
    padding: 10px;
    border: 1px solid #96a1a3;
    border-radius: 5px;
}

.block_content input[type='submit'] {
    margin: 0 0 0 15px;
    cursor: pointer;
    background-color: rgba(0, 147, 19, .25);
    box-shadow: inset -1px -1px 3px rgba(255, 255, 255, .35);
}

.block_content input[type='submit']:hover {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .35);
}

#captcha,
form p {
    width: 330px;
    padding: 5px 0;
    text-align: center;
}

.promo-info {
    float: right;
    width: 520px;
    margin: 50px 0 0 0;
    padding: 20px;
    border: 1px solid #96a1a3;
    border-radius: 10px;
    background-color: #fff;
}

.promo-info p {
    font-size: 17px;
    padding: 10px 0 10px 40px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.text_content {
    font-size: 24px;
    text-align: center;
    color: #de3b32;
}

.text_content p {
    padding: 5px 0;
}

.block_content input[type='submit'].-button {
    width: 150px;
    margin: 0 0 0 4px;
}

a.forgot {
    font-size: 15px;
    display: inline-block;
    width: 140px;
    margin: 5px 0 5px 8px;
    padding: 10px;
    text-align: center;
    border: 1px solid #96a1a3;
    border-radius: 5px;
    background-color: rgba(255, 0, 0, .25);
}

.not-a-member {
    font-size: 30px;
    float: right;
    padding: 70px 0 0 0;
}

.message_error,
.field_error {
    font-size: 17px;
    padding: 10px 0 10px 40px;
    background-image: url(../images/warning.png);
    background-repeat: no-repeat;
    background-position: left center;
}
/*---PIX PAGE---*/

.list_albums {
    display: block;
    overflow: hidden;
    height: auto;
    padding: 10px 0 42px 0;
    text-align: center;
    position:relative;
}

.list_albums a {
    display: inline-block;
    overflow: hidden;
    width: 190px;
    height: 220px;
    margin: 1px 1px;
    border: 5px solid #eee;
}
.profile_view .list_albums a {
    display: inline-block;
    overflow: hidden;
    width: 190px;
    height: 220px;
    margin: 0px;
    border: 1px solid #EEE;
}
.profile_view .list_albums a em, .profile_view .list_albums a span {
   display:none;
}

.list_albums a img {
    display: block;
    width: 190px;
    height: 220px;
}

.list_albums a span {
    position: relative;
    display: block;
    float: right;
    margin: -22px 0 0 0;
    padding: 2px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, .25);
}

.list_albums a em {
    font-style: normal;
    position: absolute;
    display: block;
    overflow: hidden;
    width: 170px;
    height: 0;
    padding: 0 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
}

.list_albums a:hover em {
    height: auto;
    padding: 5px 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-top: 0 none;
}

.album_infoline {
    position: relative;
    z-index: 999;
    margin: -13px 3px 10px 0px;
    text-align: center;
    border: 1px solid #8f8f8f;
    border-radius: 0 0 5px 5px;
    background: #eee;
    max-width:920px;
}

.album_infoline div {
    font-size: 17px;
    display: inline-block;
    overflow: hidden;
    min-width: 150px;
    height: auto;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

.album_infoline div + div {
    border-left: 1px solid #8f8f8f;
}

.album_infoline div.cls {
    display: block;
    clear: both;
    border: 0 none;
    border-top: 1px solid #8f8f8f;
}

.album_infoline div.descr {
    display: block;
    margin: 0;
    padding: 0 10px;
    border: 0 none;
    background-color: transparent;
}

.album_infoline a:hover {
    text-decoration: underline;
}

.descr a {
    display:inline-block;
    vertical-align:middle;
background-color:#E04037;
    color: #fff;
    padding:0 5px;
    border-radius:3px;
    line-height:1.8;
    margin:5px;
}

.descr a:hover {
   background-color:#505050;
}


.album_infoline div em {
    font-style: normal;
    line-height: 32px;
    padding: 0 30px 0 20px;
}

.small-width {
    max-width: 980px;
    margin: 0 5px !important;
}

.album_comments.global_comments {
    max-width: 980px;
    margin: 0 6px 10px 6px!important;
}
.fullalbumlist .album_comments.global_comments {
   max-width: 910px;
    margin: 0 6px 10px 5px !important;
        float:left;
}

.add_comment {
    margin: 15px 0;
}

.add_comment .control {
    display: block;
    width: 98%;
    padding: 10px;
    ;
}

.add_comment input {
    display: block;
}

.add_comment form p {
    width: 100%;
    padding: 10px;
    text-align: left;
}

.add_comment .label {
    padding: 0 10px;
}

.avatar img {
    width: 180px;
    height: 180px;
    padding: 2px;
    border: 1px solid #919d9c;
}
/*---SEARCH PAGE---*/

.search_results {
    display: block;
    overflow: hidden;
    height: auto;
    position:relative;
    background-color:#fff;
    border-radius:5px;
    border:1px solid #D4D4D4;
    margin:5px 0;
        
}

.search_results ul {
    float: left;
    width: 20%;
    padding: 10px;
    list-style-type: none;
    box-sizing: border-box;
}

.search_results ul li {
    padding: 5px;
    border-bottom: 1px dotted #797979;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.search_results ul a {
    font-size: 15px;
    text-transform: uppercase;
}
/*---MEMBER---*/

.profile_view {
    font-size: 17px;
    line-height: 32px;
    position:relative;
}

.other-profile-view {
    display: block;
    overflow: hidden;
    height: auto;
}

.other-profile-view .avatar {
    float: left;
}

.other-profile-view *,
.actions a {
    font-size: 24px;
    display: inline-block;
    width: 226px;
    height: 180px;
    margin: 7px 6px;
    padding: 2px;
    text-align: center;
    vertical-align: top;
}

.other-profile-view .ico-avatar {
    width: 180px;
    height: 180px;
    margin: 23px;
    border-radius: 50%;
}

.other-profile-view a,
.actions a {
    height: 60px;
    padding: 150px 2px 2px 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .68;
    background-repeat: no-repeat;
    background-position: 60px 10px;
    background-size: 110px 110px;
}

.other-profile-view a:hover,
.actions a:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: underline;
    opacity: 1.0;
    background-position: 50px 20px;
    background-size: 128px 128px;
}

.other-profile-view a.ico-album {
    background-image: url(../images/photo.png);
}

.other-profile-view a.ico-events {
    background-image: url(../images/events.png);
}

.other-profile-view a.ico-videos {
    background-image: url(../images/videos.png);
}

.other-profile-view a.ico-private {
    background-image: url(../images/private.png);
}

.other-profile-view a.ico-favorite {
    background-image: url(../images/favorites.png);
}

.other-profile-view a.ico-friends {
    background-image: url(../images/friend.png);
}

.other-profile-view a.ico-wall {
    background-image: url(../images/wall.png);
}

.actions a.ico-send-message {
    background-image: url(../images/mail_send.png);
}

.actions a.ico-add-to-friend {
    background-image: url(../images/-group-new.png);
}

.actions {
    text-align: center;
}

.form2 {
    display: block;
    float: none;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.form2 .label {
    font-size: 22px;
    text-align: center;
}

.form2 textarea {
    width: 99%;
}

.form2 input[type='submit'] {
    margin: 10px 33%;
}

.member_profile_view .message_info,
.member_profile_view .block_sub_header {
    font-size: 24px;
    display: block;
    clear: both;
    text-align: center;
    border-bottom: 5px solid rgba(222, 48, 41, .35);
}

.list__events {
    font-size: 17px;
}

.block-member-menu {
    font-size: 15px;
    font-weight: normal;
    margin:5px 0 0 0px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #404040;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    background-color: #fff;
}

.block-member-menu a {
    padding: 0 15px;
}

.block-member-menu a + a {
    border-left: 1px solid #8f8f8f;
}

.block-member-menu a:hover {
    text-decoration: underline;
    color: #000;
}

.form3 {
    font-size: 15px;
    font-weight: normal;
    width: 97.2%;
    margin: 2px 0 0 -5px;
    padding: 20px;
    text-transform: uppercase;
    color: #404040;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    background-color: #fff;
}

.form3 select {
    max-width: 320px;
    padding: 10px;
    border: 1px solid #96a1a3;
    border-radius: 5px;
}

.form3 input[type='submit'] {
    width: 320px;
    margin: 0;
}

.form3 p {
    width: 90%;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    text-align: center;
}

.form3 textarea {
    width: 100%;
}

.form3 .label span.g_hint {
    border: 0 none;
}

.form3 .control_group .item {
    display: inline-block;
    width: 158px;
    margin: 3px 2px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #96a1a3;
    border-radius: 5px;
}

.block_content .form3 .control_group .item input {
    display: inline-block;
    width: 30px;
}

.block_content .form3 input[type='radio'] {
    width: 20px;
}

.block_content .form3 input[type='file'].album-photo- {
    display: inline-block;
    float: left;
    width: 205px;
    margin: 2px 5px;
}

.block_content .form3 .control {
    float: left;
    width: 235px;
}

.block_content .form3 .g_hidden {
    display: none;
}

.full-search .label {
    margin: 5px 0;
}

.full-search input {
    width: 95%;
    padding: 5px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
}

.full-search select {
    float: none;
    width: 100%;
    padding: 5px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
}

.full-search .control_group {
    margin: 10px 0;
}

.full-search .control_group label {
    margin: 0;
}

.full-search .control_group input {
    width: 20px;
}

.form4 input[type='submit'] {
    width: 225px;
    margin: 10px 0;
    background-color: rgba(0, 109, 1, .25);
}

.all-member-list {
    display: block;
    overflow: hidden;
    height: auto;
    padding: 5px 0 0 0px;
}

.all-member-list a {
    display: inline-block;
    overflow: hidden;
    width: 219px;
    height: 140px;
    margin: 2px 1px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    background-color: #fff;
}

.all-member-list a img {
    display: block;
    clear: both;
    margin: 0 auto;
}

.all-member-list a span {
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.all-member-list a span.all-member-info {
    font-size: 12px;
    position: absolute;
    display: none;
    width: 240px;
    margin: -32px -10px 0 -10px;
    color: #fff;
}

.all-member-list a:hover span.all-member-info {
    display: block;
}

.all-member-list a span.all-member-info em {
    font-style: normal;
    float: left;
    padding: 0 9px;
    background-color: #df3c30;
}

.all-member-list a span.all-member-info b {
    font-weight: normal;
    float: right;
    padding: 0 7px 0 7px;
    background-color: #df3c30;
}

.all-member-list_comments .avatar img {
    width: 80px;
    height: auto;
    margin: 10px 10px 10px 10px;
}

.all-member-list_comments h2 {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.list_messages {
    padding: 10px 0;
}

.list_messages .message {
    overflow: hidden;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    diplay: block;
}

.list_messages .message a,
.list_messages .message p,
.list_messages .message div {
    display: inline-block;
    vertical-align: middle;
}

.list_messages .message .delete {
    padding: 5px;
}

.list_messages .message .avatar img {
    width: 80px;
    height: auto;
}

.list_messages .message .text a {
    margin: -5px 0 0 0;
}

.list_messages .message .content {
    display: block;
}

.send-message-button {
    float: left;
    margin: 0 !important;
    padding: 5px 20px;
}

.list-member-videos p i {
    position: absolute;
    display: block;
    margin: 3px;
    padding: 3px 12px;
    border-radius: 5px;
    background-color: #df3d31;
}

.list-member-videos p {
    padding: 0;
}

.list-member-videos p em,
.list-member-videos p b {
    font-weight: normal;
    font-style: normal;
    position: relative;
    margin: -36px 5px 0 5px;
    padding: 0 10px;
    color: #000;
    background-color: rgba(255, 255, 255, .5);
}

.list-member-videos p span {
    font-size: 12px;
    height: 18px;
    margin-top: -5px;
}

.delete_selected-videos {
    height: 44px;
}

.send_to_friend {
    margin: 3px 0;
    padding: 10px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
}

.form5 {
    width: 100%;
}

.send_to_friend .form5 p {
    width: 100%;
    text-align: left;
}

.send_to_friend .form5 input {
    padding: 5px;
}

.send_to_friend .form5 textarea {
    width: 98.5%;
    padding: 5px;
}

.send_to_friend .form5 input[type='submit'] {
    margin: 3px 0;
    padding: 5px 20px;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 5px;
}

.search_results ul a:hover,
.search_results ul a span {
    color: #797979;
}

. textarea {
    width: 98%;
    margin: 5px 0;
    padding: 5px;
}

. input {
    margin: 5px 0;
    padding: 5px;
}

. .g_hint {
    border: 0 none;
}

.invite-button {
    width: 322px !important;
}

.link-with-slider {
    margin: 0px 0 -35px 0;
}

.right-banner {
    display: block;
    width: 300px;
    float: left;
    border-left: 7px solid #FEF3F5;
}

.right-banner. iframe,
.right-banner .pr-widget {
    float: right;
    width: 300px;
    border: 0 none;
    display: inline-block;
    height: 265px;
    margin: 0 2px 2px;
    overflow: hidden;
    width: 305px;
}

.list_videos.list_models b a,
.list_videos.list_models em a {
    color: #fff;
    text-shadow: 1px 1px 2px #000, -1px -1px 2px #000
}

.model_info {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    font-size: 17px;
}

.model_info img {
    float: left;
    padding: 0 10px 0 0;
    width: 300px;
    height: auto;
    font-size: 15px;
padding: 5px;
border: 1px solid #8F8F8F;
border-radius: 5px;
background-color: #FFF;
margin-right:10px;

}

.model_info p {
display:inline-block;
    vertical-align:middle;
    font-size: 15px;
font-weight: normal;
margin: 2px 10px 0 0;
padding: 5px;
text-transform: uppercase;
color: #404040;
border: 1px solid #8F8F8F;
border-radius: 5px;
background-color: #FFF;
position: relative;
z-index: 1;
    float:left;
max-width:calc(100% - 360px);
}
.model_info p em {
    display:block;
    line-height:2;
    color:#E03E36;
    font-style:normal;
}
.model_info a {
    float: right;
    padding: 0 0 0 10px;
    font-size: 20px;
}

.model_info a:hover {
    text-decoration: underline;
}
    .image-source-link {
      color: #98C3D1;
    }

    .mfp-with-zoom .mfp-container,
    .mfp-with-zoom.mfp-bg {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      /* ideally, transition speed should match zoom duration */
      -webkit-transition: all 0.3s ease-out; 
      -moz-transition: all 0.3s ease-out; 
      -o-transition: all 0.3s ease-out; 
      transition: all 0.3s ease-out;
    }
    
    .mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
    }
    .mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
    }
    
    .mfp-with-zoom.mfp-removing .mfp-container, 
    .mfp-with-zoom.mfp-removing.mfp-bg {
      opacity: 0;
    }


.fullalbumlist .album_images {
    display:block;
    height:auto;
    overflow:hidden;
    
    width:100%;
    max-width:900px;
    padding:10px;
    background-color:#fff;
    border-radius:5px 5px 0 0;
    border:1px solid #484848;
    margin:10px 0 12px;
}
.zoom-gallery  {
    text-align:center;
}
.zoom-gallery a {
    display:inline-block;
    vertical-align:top;
    margin:4px;
}
.fullalbumlist .right-banner {
    float:right;
	margin-top:10px;
}
a.more {
    display:block;
    width:300px;
    margin:0px auto 30px auto;
    float:none;
    border:1px solid red;
    text-align:center;
    line-height:2;
    background-color:#E03E36;
    color:#fff;
    text-transform:uppercase;
    border-radius:3px;
}

 .mobile-model-banner {
 display:none;
 }
 

@media all and (max-width: 1280px) {
       header,
    .menu,
    .container,
    footer {
        max-width: 100%;
    } 
    
    .header_channel {
        border-radius:0;
        box-sizing: border-box;
    }
    .title-block h2 {border-radius:0;}
    
    .list_videos p {
        width:calc(100% / 5.2);
        height:auto;

    }
    .allcategories_list .categories_item {
         width:calc(100% / 5.3);
        height:auto;
    }
    .all-member-list a {
        width:calc(100% / 5.7);
        height:auto;
    }
    .list_videos p img,   .list_albums a img {
        width:100%; 
        height:auto;
    }
    
    .list_videos p span, .list_albums a em {
        position:relative;
        width:100%;
        box-sizing: border-box;
        height:auto;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
  .list_albums a:hover em {
        padding:0 10px
    }
    .list_albums a {
         width:calc(100% / 6.8); 
        height:auto;
    }
    
    .h-part {
    width: calc(100% - 560px);
}
    .soc {
    width: 200px;
        height:20px;
        overflow:hidden;
}
    .header_channel a {
        padding: 5px 10px 5px 25px;
    }
.title-link a.hotgames{
        padding: 5px 10px 5px 48px;
    }
    .h-part form {
        width:200px;
    }
    .h-part form input[type="text"] {
    float: left;
    width: 160px;
    text-transform: uppercase;
    color: #CACACA;
}
 .h-part span a {
     display:inline-block;
       font-size:0;
     width:0px;
     height:24px;
   }
    footer {
        background-image:none;
    }
    
    
.video_view {
    width: 922px;
   width: calc(100% - 310px);

}
.fullalbumlist .album_images, .album_infoline,
    .video_comments.album_comments.global_comments.info-2{
    width: 922px;
   width: calc(100% - 320px);
    box-sizing: border-box

}
}
@media all and (max-width: 1100px) {
    .menu a {
    font-size: 15px;

}
    .info-3 span.addcomment a {
    padding: 5px 5px;
}
}
@media all and (max-width: 970px) {
    .ad-vid-banner .pc-iframe {display:none;}
    .ad-vid-banner .mob-iframe {
    display: inline-block;;
}
    .menu {
        overflow:visible
    }
.menu a {
    font-size: 14px;
    padding: 0 10px;

}

    .header_channel a {
        font-size:12px;
    }
    .h-part a.comm {
display:inline-block;
        width:100px;
        line-height:0.5
    }
    
       .list_videos p,  .list_albums a,   .allcategories_list .categories_item,  .all-member-list a {
        width:calc(100% / 4.2);
        height:auto;

    }
    .list_albums a {
        border:0 none;
    }
    .all-member-list {
        text-align:center;
    }
.player {
  height:480px;
}
    .promo-info {
    width: 280px;
 }
}
@media all and (max-width: 900px) {
    .menu, .header_channel {
    display: block;
        position:absolute;
    width: 45px;
    height: 45px;
    margin: 0px;
right:5px; 
        top:5px;
        overflow:hidden;
        border-radius:5px;
        border:2px solid #000;
}
        .menu:before  {
        display:block;
        content:'== ==';
        width:45px;
     height:45px;
        font-size:24px;
        line-height:0.5;
            padding-top:8px;
        text-align:center;
        box-sizing: border-box;
        background-color:#E03E36;
        text-shadow:0 1px 3px #fff;
        text-align:center;
        cursor:pointer;
    }
    .menu.open {
        width:220px;
        height:auto;
        z-index:99;
        overflow:visible;
    }
    .menu.open li,  .menu.open li a {
        display:block;
        text-align:center;
    }
    .menu.open li {border-bottom:1px solid rgba(0,0,0,0.15)}
    .menu.open:before  {
        display:block;
        content:'x';
        line-height:1;
        width:100%;
    }
    .menu.open li. {
    float: none;
}
    .menu.open li:hover ul {
        display:none;
    }
    
    .header_channel {
          display: block;
        position:absolute;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding:0;
        left:5px;
         width: 49px;
    height: 49px;
}
    .header_channel a {
        display:none
    }
     .header_channel:before  {
        display:block;
        content:'== ==';
        width:45px;
     height:45px;
        font-size:24px;
        line-height:0.5;
         padding:0;
            padding-top:8px;
        text-align:center;
        box-sizing: border-box;
        background-color:#E03E36;
        text-shadow:0 1px 3px #fff;
        text-align:center;
        cursor:pointer;
       white-space: normal;
    }
    
       .header_channel.open {
        width:120px;
        height:auto;
        z-index:99;
    }
   .header_channel.open a, .open .title-link a {
        display:block;
        text-align:center;
    border-bottom:1px solid rgba(0,0,0,0.15);
       padding:0 !important;;
       background-image:none !important;;
       line-height:3;
       margin:0 !important;

   }
   .open .title-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: viisible;
    height: auto;
    right: 0px;
    text-align: center;
    top: 3px;
        padding:0 !important;
        margin:0 !important;
        width:100%;
}
    .menu.open:before,   .header_channel.open:before  {
        display:block;
        content:'x';
        line-height:1;
        width:100%;
      
    }

    
    .h-part {
        width:100%;
        margin:0;
    }
    .h-part form {
        width:100%;
        box-sizing: border-box;
        margin:0 auto;
        float:none;
        height:auto;
        overflow:hidden;
    }
    
    .h-part form input[type="text"] {
    width: calc(100% - 40px);
}
    .h-part a.comm {display:none;}
    
.container::before {
display:none;

}
    
    a.logo {
    float: left;
    width: 100%;
    height: 60px;
    background: transparent url("../images/logo.png") no-repeat scroll center center;
}
    
        .list_videos p,  .list_albums a,   .allcategories_list .categories_item,  .all-member-list a {
        width:calc(100% / 4.3);
        height:auto;

    }
    
    
    .model_info p {
        max-width:100%;
        margin:0 0 20px 0;
    }
    .modelbanner {
        display:block;
        text-align:center;
    }
    .model_info a {
        display:inline-block;
        float:none;
        margin:0 auto;
    }
    .mobile-model-banner {
        display:block;
        text-align:center;
        padding:10px 0 0 0;
    }
    .mobile-model-banner a {
        float:none;
    }
}
@media all and (max-width: 767px) {
    
           .list_videos p,  .list_albums a,   .allcategories_list .categories_item,  .all-member-list a  {
        width:calc(100% / 3.2);

    }
    .search_results ul {
    float: left;
    width: 33%;
    padding: 10px;
    list-style-type: none;
    box-sizing: border-box;
}
    .video_view {
    width:100%
}
    .right-banner {
   width:100%;
        text-align:center;
}
    .right-banner a:last-child {
        display:none;
    }
    .fullalbumlist .album_images, .album_infoline,
    .video_comments.album_comments.global_comments.info-2{
    width: 100%;
    box-sizing: border-box

}
        .promo-info{
    width: 90%;
            float:none;
            margin:10px auto;
 }
     .block_content form{
       float:none;
         width:90%;
         max-width:320px;
         margin:0 auto;
     }
    .control, .block_content input {width:100%;box-sizing: border-box}
}
@media all and (max-width: 600px) {
	.bottom-ban {
    display:none
}

    
           .list_videos p,  .list_albums a,   .allcategories_list .categories_item,  .all-member-list a  {
        width:calc(100% / 3.2);

    }
    .title-block h2::after {display:none;}
    .title-block h2 {width:100%;box-sizing: border-box}
    .search_results ul {
    float: left;
    width: 50%;
    padding: 10px;
    list-style-type: none;
    box-sizing: border-box;
}
    .player {
        height:380px;
    }
}
@media all and (max-width: 480px) {
  
           .list_videos p,  .list_albums a,   .allcategories_list .categories_item,  .all-member-list a {
        width:calc(100% / 2.2);

    }  
    .all-member-list a {
         width:calc(100% / 2.5);
    }
    .player {
        height:240px;
    }
    
    .model_info img {
        float:none;
        width:96%
    }
}



.b900 {
    display:block;
    text-align:center;
}

.b900 img {
    display:inline-block;
    width:100%;
    height:auto;
    max-width:900px;
}



.big-img {
    position: fixed;
    top: 28px;
  }
  
  @media all and (max-width:1800px) {
    .big-img {
      display: none;
    }
  }
  
  .big-img a {
    display: block;
  }
  
  .big-img.one {
    left: 50%;
    transform: translateX(-910px);
  }
  
  .big-img.two {
    right: 50%;
    transform: translateX(910px);
  }
  
  @media all and (max-width:992px) {
    body.open-popup {
        position: relative;
        overflow: hidden;
        height: 100vh;
    }
}

  .mobile-popap {
    position: absolute;
    top: -30px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
    background: rgba(0,0,0,.7);
  }
  
  @media all and (max-width:992px) {
    body.open-popup .mobile-popap {
        display: block;
    }
  }
  
  .mobile-popap .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
    margin: 0 auto; 
    width: 100%;
    border: 0;
    background: transparent;
  }

  .mobile-popap .info .img-holder {
      display: block;
  }
  
  .mobile-popap .btn-holder { 
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  
  .mobile-popap .btn-holder .link {
    font-size: 13px;
    line-height: 13px;
    margin: 10px 5px 0;
    background: red;
    color: #000;
    padding: 10px 17px;
    display: inline-block;
    border-radius: 5px;
  }
  
  .mobile-popap .btn-holder .link {
    font-size: 13px;
    line-height: 13px;
    margin: 10px 5px 0;
    background: #fef3f5;
    color: #000;
    padding: 10px 17px;
    display: inline-block;
    border-radius: 5px;
  }
  
  .mobile-popap .btn-holder .link.red {
    background: #e56d67;
  }
  
  @media all and (max-width:992px) {
    body.open-popup.mobile-popap {
        display: block;
    }
  }
  
  