* {
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

fieldset, img {
    border: 0;
}

img, object, embed {
    vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

a * {
    cursor: pointer;
}

select {
    visibility: hidden;
}

html {
    height: 100%;
    background: #eee;
}

body {
    font: 12px/1.3 'Open Sans', Arial, Helvetica, sans-serif;
    min-height: 100%;
    position: relative;
    color: #000;
}

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

input, textarea {
    outline: none;
}

.placeholder {
    color: silver !important;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0 0 150px;
}

.header {
    background: #eee url(../images/bg.jpg) repeat-x 50% 0;
    height: 89px;
}

.header_holder {
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 1250px;
}

.top_nav span.slogan {
    font-size: 10px;
    float: left;
    letter-spacing: 1.8px;
    margin: 7px 0 0 224px;
}

.top_nav ul {
    float: right;
    font-size: 11px;
}

.top_nav {
    width: 100%;
    overflow: hidden;
    padding: 2px 0 0;
}

.top_nav ul li {
    float: left;
    background: url(../images/sep1.gif) no-repeat 0 50%;
    position: relative;
    padding: 0 10px;
}

.top_nav ul li a {
    color: #fff;
    line-height: 20px;
}

.top_nav ul li.mob {
    padding: 0 12px 0 8px;
}

.top_nav ul li.mob a {
    background: url(../images/ico_mob.png) no-repeat;
    padding: 0 0 0 16px;
}

.nav_holder {
    width: 100%;
    margin: 5px 0 0;
}

.logo {
    float: left;
    background: url(../images/bg_logo.png) no-repeat;
    width: 178px;
    height: 76px;
    overflow: hidden;
    text-indent: -9999px;
    margin: -19px 0 0;
}

.logo a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.nav_holder .holder {
    float: right;
}

.nav_holder .holder .search input[type=text] {
    float: left;
    border: none;
    background: #fff;
    color: #000;
    width: 229px;
    height: 40px;
}

.search_select {
    float: left;
    position: relative;
    background: url(../images/bg_search_select.gif) no-repeat;
    width: 18px;
    height: 40px;
    cursor: pointer;
}

.drop {
    position: absolute;
    top: 0;
    left: 0;
    background: #34374c;
    -webkit-box-shadow: 0 0 11px -2px #000;
    -moz-box-shadow: 0 0 11px -2px #000;
    box-shadow: 0 0 11px -2px #000;
    display: none;
    z-index: 1000;
}

.search_select .drop {
    top: 40px;
    left: -41px;
    width: 98px;
}

.drop a {
    color: #fff;
    display: block;
    padding: 7px 0 7px 30px;
}

.search_select .drop li.vid a {
    background: url(../images/ico_drop_vid.png) no-repeat 8px 6px;
}

.search_select .drop li.pic a {
    background: url(../images/ico_drop_alb.png) no-repeat 8px 6px;
}

.search_select .drop li.mem a {
    background: url(../images/ico_drop_mem.png) no-repeat 8px 6px;
}

.search_select .drop li.vid a:hover, .search_select .drop li.vid.selected a {
    background: #f61b5a url(../images/ico_drop_vid.png) no-repeat 8px 6px;
}

.search_select .drop li.pic a:hover, .search_select .drop li.pic.selected a {
    background: #f61b5a url(../images/ico_drop_alb.png) no-repeat 8px 6px;
}

.search_select .drop li.mem a:hover, .search_select .drop li.mem.selected a {
    background: #f61b5a url(../images/ico_drop_mem.png) no-repeat 8px 6px;
}

.nav_holder .holder .search input[type=submit] {
    border: none;
    background: url(../images/bg_search_btn.gif) no-repeat;
    width: 38px;
    height: 40px;
    text-indent: -9999px;
    cursor: pointer;
}

.nav {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
}

.nav li {
    float: left;
    position: relative;
}

.nav li a {
    border-left: 1px solid #ff447a;
    background: #f61b5a;
    display: block;
    color: #fff;
    line-height: 16px;
    padding: 12px 5px;
}

.nav li a:hover, .nav li.selected a {
    background: #181526;
    border-left: 1px solid #181526;
    padding: 12px 5px 34px;
}

.nav li.cats a {
    background: #f61b5a url(../images/ico_nav_cats.png) no-repeat 4px 50%;
    padding: 12px 5px 12px 23px;
}

.nav li.comm a {
    background: #f61b5a url(../images/ico_nav_comm.png) no-repeat 90% 50%;
    padding: 12px 23px 12px 5px;
}

.nav li.cats a:hover, .nav li.cats.selected a {
    background: #181525 url(../images/ico_nav_cats.png) no-repeat 4px 29%;
    padding: 12px 5px 34px 23px;
}

.nav li.comm a:hover {
    background: #181526 url(../images/ico_nav_comm.png) no-repeat 90% 50%;
    padding: 12px 23px 12px 5px;
}

.nav li.comm .drop {
    width: 100%;
    top: 40px;
}

.nav li.comm .drop li {
    float: none;
    border: none;
}

.nav li.comm .drop a {
    color: #fff;
    display: block;
    background: none;
    border-left: none;
    padding: 7px 3px 7px 15px;
}

.main {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-width: 0 1px;
    margin: 0 auto -9999px;
    padding: 0 0px 9999px 0px;
}

.main .content {
    float: left;
    width: 930px;
}

.block {
    overflow: hidden;
    margin: 15px 0 0;
}

.main .content.home .block {
}

.heading {
    width: 100%;
    border-bottom: 1px solid #c0c4c6;
}

h1, h2, h3, .heading > span {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.heading h3 {
    float: left;
    line-height: 38px;
}

.heading .sort {
    float: right;
    text-transform: uppercase;
}

.heading h2 {
    float: left;
    line-height: 38px;
}

.heading .sort {
    float: right;
    text-transform: uppercase;
}

.heading h1 {
    float: left;
    line-height: 38px;
}

.heading .sort {
    float: right;
    text-transform: uppercase;
}

.heading .sort li {
    float: left;
    border-bottom: 1px solid #c0c4c6;
    border: 1px solid #fff;
    border-width: 1px 0 0 1px;
}

.heading .sort li a {
    color: #969696;
    display: block;
    border-bottom: 5px solid #fff;
    padding: 11px 12px 6px;
}

.heading .sort li a:hover {
    color: #000;
    border-bottom: 5px solid #f61b5a;
}

.heading .sort li.selected {
    border-left: none;
    border-bottom: 5px solid #f61b5a;
    margin: 0 -1px 0 0;
}

.heading .sort li.selected a {
    color: #000;
    position: relative;
    font-weight: 700;
    border-width: 1px 1px 0;
}

.thumbs {
    position: relative;
    margin-top: 10px;
    text-align: center;
}

.thumb {
    width: calc(20% - 15px);
    display: inline-block;
    float: none;
    border: 1px solid #e0e0e0;
    margin: 8px 10px 0 0;
}

.thumb_holder {
    display: block;
    padding: 3px 5px;
}

.thumb .img {
    position: relative;
    display: block;
    margin: 0 0 5px;
}

.thumb .img .hd {
    position: absolute;
    top: 3px;
    left: 3px;
    background: rgba(53, 61, 75, 0.7);
    color: #fff;
    font-size: 11px;
    padding: 5px;
}

.thumb .img .time {
    position: absolute;
    bottom: 3px;
    left: 3px;
    background: rgba(53, 61, 75, 0.7);
    color: #fff;
    font-size: 11px;
    padding: 5px;
}

.thumb .title {
    font-size: 10px;
}

.thumb .title_holder {
    display: block;
    height: 34px;
    min-height: 35px;
    overflow: hidden;
    width: 100%;
}

.thumb .title_holder .like {
    float: right;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    min-width: 28px;
    color: #77d154;
    background: url(../images/ico_like.png) no-repeat 50% 3px;
    padding: 22px 4px 0;
}

.thumb .info {
    display: block;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    padding: 3px 5px;
}

.thumb .info .wiews {
    float: left;
    background: url(../images/ico_view.png) no-repeat 0 2px;
    font-size: 11px;
    color: #090b0f;
    padding: 0 0 0 18px;
}

.thumb:hover .info .wiews {
    background: url(../images/ico_view_hover.png) no-repeat 0 2px;
}

.thumb .info .add {
    font-size: 10px;
    color: #949494;
    float: right;
}

.thumb:hover .title {
    color: #c83c63;
}

.thumb_private {
    color: #fefefe;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding: 2px 8px !important;
    text-align: center;
    background: #f42c64;
    position: absolute;
    top: 3px;
    right: 3px;
}

.aside {
    float: right;
    width: 300px;
    padding: 4px 0 0;
}

.upload {
    display: block;
    font-size: 13px;
    color: #fff;
    background: #f61b5a url(../images/bg_upl_btn.png) no-repeat 10px 50%;
    text-transform: uppercase;
    float: left;
    width: 147px;
    text-indent: 36px;
    padding: 20px 0;
}

.upload + .upload {
    float: right;
}

.create {
    float: right;
    background: #77d154;
    color: #fff;
    width: 147px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    padding: 20px 0;
}

.create.wide {
    width: 100%;
}

.upload:hover {
    background: #cb164a url(../images/bg_upl_btn.png) no-repeat 10px 50%;
}

.mem_block .tabs_holder {
    width: 102%;
    overflow: hidden;
}

.mem_block .home {
    float: left;
    background: url(../images/btn_mem_home.gif) no-repeat;
    width: 36px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
}

.mem_block .tabs {
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

.mem_block .tabs li {
    float: left;
    cursor: pointer;
    background: #f61b5a;
    border-left: 1px solid #ff447a;
    line-height: 15px;
    padding: 12px 15px 13px;
}

.mem_block .tabs li.tab_mem {
    background: #f61b5a url(../images/bg_tab_mem.png) no-repeat 11px 50%;
    padding: 12px 12px 13px 45px;
}

.mem_block .tabs li.tab_mem:hover, .mem_block .tabs li.tab_mem.current {
    background: #0b293e url(../images/bg_tab_mem.png) no-repeat 11px 50%;
}

.list_mem .mem_nav, .list_events .mem_nav {
    display: table;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 11px;
    background: #0b293e;
}

.list_mem .mem_nav li, .list_events .mem_nav li {
    display: table-cell;
    text-align: center;
}

.list_mem .mem_nav li a, .list_events .mem_nav li a {
    display: block;
    color: #fff;
    padding: 5px;
}

.list_mem .gallery, .list_events .gallery {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    width: auto;
    border-width: 0 1px 1px;
}

.list_mem .gallery-holder, .list_events .gallery-holder {
    width: 300px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0 0 7px;
}

.list_mem .gallery-holder ul, .list_mem .gallery-holder .text_content, .list_events .gallery-holder ul, .list_events .gallery-holder .text_content {
    list-style: none;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 361px;
    padding: 0;
}

.list_mem .gallery-holder .text_content, .list_events .gallery-holder .text_content {
    height: 402px;
    padding: 10px;
}

.list_mem .gallery-holder li, .list_events .gallery-holder li {
    background: none repeat scroll 0 0 #F8F8F8;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.member {
    width: 142px;
    float: left;
    position: relative;
}

.member .hover {
    background: url(../images/bg_member_hover.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 45px;
    height: 42px;
    display: none;
}

.member .img {
    display: block;
    float: left;
    margin: 0 3px 3px 0;
}

.member .title {
    display: block;
    color: #0b293e;
}

.member .title span {
    color: #736f6f;
    font-weight: 400;
}

.member .country {
    font-size: 10px;
    font-weight: 600;
    display: block;
    color: #868686;
}

.member .info {
    font-size: 10px;
    color: #868686;
    display: block;
}

.member span {
    margin: 0 0 1px;
}

.list_mem .gallery .member {
    margin: 6px 0 0 6.5px;
}

.list_mem .prev, .list_events .prev {
    float: left;
    background: url(../images/mem_prevt.jpg) no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    display: none;
    margin: 0 0 0 7px;
}

.list_mem .next, .list_events .next {
    float: right;
    background: url(../images/mem_next.jpg) no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    display: none;
    margin: 0 7px 0 0;
}

.list_mem .mem_create, .list_events .mem_create {
    display: block;
    background: #77d154;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    width: 282px;
    text-align: center;
    margin: 0 auto;
    padding: 12px 0;
}

.top_search {
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    margin: 10px 0 0;
}

.top_search h3 {
    text-align: center;
    background: #f61b5a;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 0;
}

.top_search ul {
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background: #0B293E;
    border-width: 0 1px;
}

.top_search ul li {
    float: left;
    width: 50%;
}

.top_search ul li a {
    display: block;
    color: #fff;
    background: #0b293e;
    padding: 7px 12px 7px 11px;
}

.top_search ul li a:hover {
    background-position: 5px -30px;
    background: #f61b5a;
}

.top_search ul li a span {
    float: right;
    font-size: 10px;
    color: #7e7e7e;
}

.side_tags h3, .side_tags > span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    background: #eaeaea;
    font-weight: 500;
    padding: 12px 0;
}

.side_tags ul {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-width: 0 1px 1px;
    padding: 7px;
}

.side_tags ul li {
    display: inline-block;
}

.side_tags ul li a {
    color: #000;
}

.share_block {
    overflow: hidden;
    background: url(../images/bg_share_block.gif) no-repeat;
    color: #000;
    margin: 10px 0 0;
    padding: 110px 0 0;
}

.share_block .text {
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 13px;
    line-height: 17px;
    text-align: justify;
    border-width: 0 1px 1px;
    padding: 6px 7px;
}

.share_block h4 {
    color: #e75280;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
}

.share_block p {
    margin: 0 0 4px;
}

.pagination ul li {
    display: inline-block;
    margin: 0;
}

.pagination ul li a {
    display: block;
    color: #000;
    border: 1px solid #d3d3d3;
    background: #ebebeb;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px;
    border-radius: 2px 2px 2px 2px;
    padding: 7px 10px;
}

.pagination ul li a:hover {
    background: #fff;
}

.pagination ul li span {
    display: block;
    background: #c55373;
    border: 1px solid #c55373;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    padding: 7px 10px;
}

.pagination ul li.prev a {
    background: #ebebeb url(../images/bg_pag_prev.png) no-repeat 8px 50%;
    padding: 7px 10px 7px 20px;
}

.pagination ul li.next a {
    background: #ebebeb url(../images/bg_pag_next.png) no-repeat 42px 50%;
    padding: 7px 20px 7px 10px;
}

.pagination ul li.prev a:hover {
    background: #fff url(../images/bg_pag_prev.png) no-repeat 8px 50%;
}

.pagination ul li.next a:hover {
    background: #fff url(../images/bg_pag_next.png) no-repeat 42px 50%;
}

.bottom_spot {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 10px 0 0;
}

.bottom_spot .spot {
    display: inline-block;
    margin: 0 0 0 80px;
}

.footer {
    width: 100%;
    height: 110px;
    overflow: hidden;
    background: #eee url(../images/bg_footer.jpg) repeat-x 50% 0;
    border-top: 3px solid #cbcbcb;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px 0 0;
}

.footer_holder {
    max-width: 1250px;
    margin: 0 auto;
}

.footer .logo {
    background: url(../images/bg_logo_footer.png) no-repeat;
    width: 170px;
    height: 68px;
    margin: 23px 0 0;
}

.footer .text {
    overflow: hidden;
    text-align: right;
    padding: 23px 0 0;
}

.footer .text ul {
    width: 100%;
    overflow: hidden;
    margin: 0 0 5px;
}

.footer .text ul li {
    display: inline;
    text-align: right;
    border-left: 1px solid #fff;
    padding: 0 10px;
    color: #7691b2;
}

.footer .text p {
    font-size: 11px;
    line-height: 15px;
    color: #7691b2;
    margin: 20px 0 0;
}

.footer button {
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
    font-weight: 400;
    padding: 0;
    font-size: 12px;
}

.footer button:hover {
    text-decoration: underline;
}

.side_rel_alb, .side_rel_vid {
    float: left;
    width: 180px;
    text-align: center;
    margin: 0 0 0 12px;
}

.side_rel_alb .thumb {
    float: none;
    display: block;
}

.alb .thumb {
    width: 170px;
    float: none;
    display: inline-block;
    text-align: left;
    margin: 8px -2.5px 0 0;
}

.side_rel_alb_btn {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0;
}

.btn {
    text-transform: uppercase;
    color: #fff;
    background: #77d154;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    padding: 12px 15px;
}

.side_rel_alb_btn .btn {
    float: left;
    font-weight: 400;
    padding: 11px 3px;
}

.side_rel_alb_btn .reload {
    float: right;
    background: url(../images/btn_reload.gif) no-repeat;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
}

.view {
    float: right;
    width: 100%;
}

.content.views {
    width: calc(100% - 300px);
    padding: 9px 0 0;
}

.advanced-slider {
    margin-top: 6px;
    margin-bottom: 6px;
}

.main .content .view .block {
    padding: 5px 9px 8px;
}

.info_row {
    width: 100%;
    overflow: hidden;
    background: #0b293e;
    height: 40px;
    margin: 0 0 10px;
}

.info_row .cell:first-child {
    border: none;
    margin: 0;
    padding: 0;
}

.model_view {
    border: 1px solid #ccc;
}

.model_view h2 {
    line-height: 24px !important;
}

.model_view .info_row .cell:first-child {
    padding: 5px 0 0 9px;
}

.info_row .cell {
    float: left;
    border-left: 1px solid #124061;
    text-align: center;
    line-height: 40px;
}

.info_row .cell.viewed {
    line-height: 37px;
    width: 129px;
}

.info_row .cell.add_fav {
    width: 137px;
}

.info_row .rating {
    width: 175px;
    position: relative;
    float: left;
    height: 40px;
    margin: 0;
}

.btn_like {
    left: 0;
    background: url(../images/btn_like.png) no-repeat;
    width: 50px;
    height: 40px;
}

.info_row .rating span {
    font-size: 24px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.btn_dislike {
    right: 0;
    background: url(../images/btn_dislike.png) no-repeat;
    width: 50px;
    height: 40px;
}

.cell .add {
    float: left;
    width: 218px;
    line-height: 40px;
}

.cell .add .row {
    border-left: 1px solid #b9bdc1;
    display: inline;
    padding: 0 3px 0 5px;
}

.info_row strong {
    color: #fff;
    font-weight: 400;
}

.cell.viewed span {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

.cell.add_fav a {
    display: block;
    background: url(../images/btn_fav.png) no-repeat 11px 50%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-indent: 15px;
}

.cell.add_fav a:hover {
    background: #f61b5a url(../images/btn_fav.png) no-repeat 11px 50%;
}

.lists {
    color: #585858;
    line-height: 28px;
    overflow: hidden;
    width: 100%;
    margin: 15px 0 0;
}

.lists ul {
    width: 100%;
    overflow: hidden;
    margin: 13px 0 0;
}

.lists li {
    float: left;
    text-transform: uppercase;
    color: #949494;
    margin: 0 5px 5px 0;
}

.lists a {
    display: block;
    background: #ebebeb;
    color: #949494;
    padding: 0 10px;
}

.btn_like, .btn_dislike {
    position: absolute;
    top: 0;
    text-indent: -9999px;
}

.cell.social {
    padding: 3px 0 0 12px;
}

.embed {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dde2e4;
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 10px;
}

.embed input[type="button"] {
    position: absolute;
    top: 0;
    left: 94px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 471px;
    height: 41px;
    z-index: 100;
}

.embed .label {
    float: left;
    font-weight: 700;
    color: #000;
    margin: 0 10px 0 0;
}

.embed textarea {
    background: #fff;
    border: 1px solid #d1d1d1;
    color: #000;
    width: 460px;
    height: 43px;
    overflow: hidden;
    resize: none;
    float: left;
    font-size: 12px;
    padding: 5px;
}

.code {
    width: 100%;
    overflow: hidden;
    margin: 0 0 13px;
}

.code .label {
    line-height: 53px;
}

.code .mess {
    color: #6eb512;
    font-weight: 700;
    float: left;
    line-height: 53px;
    margin: 0 0 0 15px;
}

.embed select {
    width: 89px;
}

.embed .row .label {
    line-height: 32px;
    margin: 0 24px 0 0;
}

.desc .btns .download {
    float: left;
    background: url(../images/ico_download_n.png) no-repeat 15px 50%;
    width: 138px;
    text-indent: 20px;
    padding: 12px 0;
}

.desc .btns .download:hover {
    background: #f61b5a url(../images/ico_download.png) no-repeat 15px 50%;
}

.desc .btns a {
    float: left;
    width: 170.6px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    color: #b2b9bd;
    font-size: 14px;
    text-indent: 23px;
    border: 1px solid #b2b9bd;
    margin: 0 0 0 1px;
    padding: 12px 0;
}

.desc .btns a:hover {
    border: 1px solid #f61b5a;
    color: #fff;
}

.desc .btns .stf {
    background: url(../images/ico_stf_n.png) no-repeat 14px 50%;
}

.desc .btns .stf:hover {
    background: #f61b5a url(../images/ico_stf.png) no-repeat 14px 50%;
}

.desc .btns .share {
    background: url(../images/ico_share_n.png) no-repeat 9px 50%;
}

.desc .btns .share:hover {
    background: #f61b5a url(../images/ico_share.png) no-repeat 9px 50%;
}

.desc .btns .emb {
    background: url(../images/ico_emb_n.png) no-repeat 15px 50%;
}

.desc .btns .emb:hover {
    background: #f61b5a url(../images/ico_emb.png) no-repeat 15px 50%;
}

.view .desc {
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    color: #475055;
    border-top: 1px solid #dde2e4;
    margin: 0 0 5px;
    padding: 10px 0 0;
}

.view .desc .row {
    margin: 0 0 15px;
}

.comments form {
    padding: 5px 0;
}

.comments h2 {
    color: #202020;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.comments .label {
    float: left;
    font-size: 14px;
    color: #a3abaf;
    line-height: 38px;
    margin: 0 10px 0 0;
}

input[type=text], textarea, input[type=password] {
    background: #fff;
    border: 1px solid #dde2e4;
    font: 14px/1.2 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 10px;
}

.y_name input[type=text] {
    width: 207px;
}

.comments textarea {
    width: 556px !important;
    height: 17px;
    float: left;
    margin: 0 5px 0 0;
}

.submit {
    border: none;
    background: #ebebeb;
    text-transform: uppercase;
    font-size: 13px;
    color: #949494;
    cursor: pointer;
    font-weight: 700;
    padding: 11px 15px;
}

.submit:hover {
    background: #3cf;
    color: #fff;
}

.comments .submit {
    float: left;
    min-width: 68px;
}

.comments .submit:hover {
    color: #3cf;
}

.side_rel_alb.alb .block {
    padding: 5px 5px 37px;
}

.heading .pagination {
    float: right;
    width: auto;
    margin: 2px 0 0;
}

.bottom_pag {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 5px;
}

.bottom_pag .pagination {
    float: right;
    width: auto;
    margin: 0;
}

.cat .thumb .title {
    text-transform: uppercase;
    line-height: 19px;
    color: #000;
    font-weight: 400;
}

.amount {
    float: right;
    color: #949494;
    font-size: 10px;
    margin: 3px 0 0;
}

.amount span {
    color: #a0a0a0;
}

.cat .thumb:hover {
    background: #000;
}

.thumb:hover {
    -webkit-box-shadow: 0 1px 7px -2px #000;
    -moz-box-shadow: 0 1px 7px -2px #000;
    box-shadow: 0 1px 7px -2px #000;
}

.mem_search {
    height: 1%;
    overflow: hidden;
    background: #f4f4f4;
    margin: 10px 0 0;
    padding: 18px;
}

.mem_search .cell {
    float: left;
    min-width: 121px;
    margin: 0 12px 0 0;
}

.mem_search label {
    display: block;
    color: #424242;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 5px;
}

.mem_search input[type=text] {
    width: 107px;
    padding: 9px 10px;
}

.mem_search select {
    width: 149px;
}

.mem_search .row select {
    width: 74px;
}

.mem_search .row .sep {
    line-height: 39px;
    margin: 0 10px;
}

.mem_search .check {
    padding: 30px 0 0;
}

.mem_search .check label {
    float: left;
    line-height: 18px;
}

.mem_search input[type=submit] {
    background: #f61b5a;
    width: 86px;
    margin: 18px 0 0;
}

.mem_list .member {
    float: left;
    width: 281px;
    text-align: left;
    border: 1px solid #e6e6e6;
    margin: 10px 11px 0 0;
    padding: 5px;
}

.mem_list.events .member {
    margin: 5px 11px 0 0;
}

.mem_list .member .img {
    float: left;
    margin: 0 10px 0 0;
}

.mem_list .member .mem_info {
    width: 163px;
    position: absolute;
    bottom: 3px;
    right: 9px;
    overflow: hidden;
    font-size: 10px;
    color: #949494;
    border-top: 1px solid #e6e6e6;
    margin: 0;
    padding: 2px 6px;
}

.mem_list .member .mem_info .views {
    float: right;
    background: url(../images/ico_view.png) no-repeat 0 50%;
    font-size: 11px;
    color: #090b0f;
    padding: 0 0 0 19px;
}

.mem_list .member strong, .mem_list .member span {
    margin: 0 0 6px;
}

.mem_list .member .hover {
    position: absolute;
    top: 5px;
    left: 5px;
}

.events .member .mem_info .views {
    float: left;
    line-height: 20px;
}

.events .member .title {
    margin: 0 0 -2px;
}

.events .member .event_name {
    color: #8d8d8d;
    font-size: 11px;
    display: block;
    margin: 0;
}

.events .desc {
    display: block;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.events_block.events .desc {
    display: block;
    font-size: 11px;
    height: 29px;
    overflow: hidden;
}

.events .like {
    float: right;
    color: #bbd154;
    background: url(../images/ico_like.png) no-repeat;
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
    padding: 0 0 0 20px;
}

.side_login_block {
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    margin: 10px 0 0;
}

.side_login_block h3 {
    text-align: center;
    background: #f61b5a;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    padding: 12px 0;
}

.side_login_block h3 a {
    float: right;
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    text-transform: none;
    margin: 0 7px 0 0;
}

.side_login_block form {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-width: 0 1px 1px;
    padding: 10px;
}

.side_login_block label {
    float: left;
    color: #7e8488;
    line-height: 32px;
}

.side_login_block .right {
    float: right;
    width: 201px;
}

.side_login_block input[type=text], .side_login_block input[type=password] {
    width: 178px;
    padding: 5px 10px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    border: 1px solid #878787;
}

.field_error {
    color: #ea5f0d;
    font-size: 11px;
}

.side_login_block .ch label {
    float: left;
    line-height: 17px;
}

.side_login_block input[type=submit] {
    width: 78px;
    margin: 0 5px 0 0;
}

.forgot {
    font-size: 12px;
    font-weight: 700;
    color: #516370;
}

.member_content {
    overflow: hidden;
    padding: 20px;
}

.forms {
    font-size: 13px;
    width: 100%;
    overflow: hidden;
}

.forms textarea {
    width: 249px !important;
}

.forms label {
    float: left;
    line-height: 39px;
}

.forms .right {
    float: right;
}

.member_content .left_col {
    float: left;
    width: 421px;
}

.member_content .left_col input[type=text], .member_content .left_col input[type=password] {
    width: 247px;
}

.member_content .left_col label {
    width: 140px;
    text-align: right;
    font-weight: 600;
}

.member_content .right_col label {
    width: 163px;
    text-align: right;
}

.member_content .right_col {
    float: right;
    width: 404px;
}

.member_content .right_col .right {
    width: 219px;
}

.member_content .right_col input[type=text], .member_content .right_col input[type=password] {
    width: 197px;
}

.member_content .row {
    position: relative;
    margin: 10px 0 0;
}

.member_content .row.birth select {
    width: 95px;
}

.member_content .row.birth select.day {
    width: 72px;
}

.member_content .row.birth select.month {
    width: 110px;
}

.member_content .row.birth select.year {
    width: 86px;
}

.member_content .row.birth .selectArea {
    float: right;
    margin: 0 0 0 3.5px;
}

.member_content .row.birth .right {
    width: 281px;
}

.forms .file label {
    line-height: 17px;
}

.forms input[type=file] {
    border: none;
    float: right;
    width: 249px;
    padding: 10px;
}

.file-input-js-active .file-input-area {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.forms .check label {
    line-height: 16px;
    width: auto;
}

.forms .frame {
    margin: 0 0 25px;
}

.member_vid {
    margin: 20px 0 0;
}

.member_menu {
    background: #0b293e;
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0;
}

.member_menu .ava_holder {
    overflow: hidden;
    color: #fff;
    padding: 10px;
}

.member_menu .ava_holder .title {
    font-size: 17px;
    display: block;
}

.member_menu .ava_holder .loc {
    display: block;
    font-size: 14px;
}

.member_menu .ava_holder .loc img {
    vertical-align: middle;
}

.member_menu .stats {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border: 1px solid #223447;
    border-width: 1px 0;
}

.member_menu .stats .cell {
    float: left;
    border-left: 1px solid #223447;
}

.member_menu .stats .cell a {
    display: block;
    padding: 10px 0;
}

.member_menu .stats .cell a:hover {
    background: #181526;
}

.member_menu .stats .cell span {
    display: block;
    font-size: 13px;
    color: #9fa7b7;
}

.member_menu .stats .cell strong {
    display: block;
    font-size: 16px;
    color: #d5d5d5;
    font-weight: 600;
}

.member_menu .stats .cell.views {
    width: 108px;
}

.member_menu .stats .cell.vid {
    width: 91px;
}

.member_menu .stats .cell.pic {
    width: 97px;
}

.member_menu .menu {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
}

.member_menu .menu li:hover, .member_menu .menu li.selected {
    background: #f61b5a url(../images/bg_mem_menu_li.gif) no-repeat 1px 50%;
}

.member_menu .menu li a {
    display: block;
    color: #a5adbe;
    padding: 13px 10px 13px 62px;
}

.member_menu .menu li.edit a {
    background: url(../images/ico_edit_profile.png) no-repeat 20px 13px;
}

.member_menu .menu li.pic a {
    background: url(../images/ico_alb.png) no-repeat 20px 14px;
}

.member_menu .menu li.ev a {
    background: url(../images/ico_events.png) no-repeat 20px 13px;
}

.member_menu .menu li.pub_vid a {
    background: url(../images/ico_pub_vid.png) no-repeat 20px 15px;
}

.member_menu .menu li.pr_vid a {
    background: url(../images/ico_priv_vid.png) no-repeat 20px 15px;
}

.member_menu .menu li.fav_vid a {
    background: url(../images/ico_fav_vid.png) no-repeat 20px 10px;
}

.member_menu .menu li.friends a {
    background: url(../images/ico_friends.png) no-repeat 20px 12px;
}

.member_menu .menu li.logout a {
    background: url(../images/ico_logout.png) no-repeat 20px 10px;
}

.member_menu .menu li.edit a:hover, .member_menu .menu li.edit.selected a {
    background: url(../images/ico_edit_profile.png) no-repeat 20px -36px;
}

.member_menu .menu li.pic a:hover, .member_menu .menu li.pic.selected a {
    background: url(../images/ico_alb.png) no-repeat 20px -39px;
}

.member_menu .menu li.ev a:hover, .member_menu .menu li.ev.selected a {
    background: url(../images/ico_events.png) no-repeat 20px -39px;
}

.member_menu .menu li.pub_vid a:hover, .member_menu .menu li.pub_vid.selected a {
    background: url(../images/ico_pub_vid.png) no-repeat 20px -41px;
}

.member_menu .menu li.pr_vid a:hover, .member_menu .menu li.pr_vid.selected a {
    background: url(../images/ico_priv_vid.png) no-repeat 20px -41px;
}

.member_menu .menu li.fav_vid a:hover, .member_menu .menu li.fav_vid.selected a {
    background: url(../images/ico_fav_vid.png) no-repeat 20px -38px;
}

.member_menu .menu li.friends a:hover, .member_menu .menu li.friends.selected a {
    background: url(../images/ico_friends.png) no-repeat 20px -38px;
}

.member_menu .menu li.logout a:hover, .member_menu .menu li.logout.selected a {
    background: url(../images/ico_logout.png) no-repeat 20px -37px;
}

.member_menu .menu li a span {
    float: right;
    font-size: 12px;
    font-weight: 700;
    background: #484d59;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50%;
    border-radius: 50% 50% 50% 50%;
    color: #fff;
    position: relative;
    margin: -6px 55px 0 0;
    padding: 8px 12px;
}

.main .content .block.signup {
    margin: 9px 0 0;
    padding: 6px 10px 0;
}

.block.signup .member_content {
    padding: 20px;
}

.member_content h5 {
    color: #353d4b;
    margin: 0 0 30px;
}

.member_content .code {
    margin: 10px 0;
}

.signup h2 {
    margin: 0 0 3px;
}

.signup .submit {
    margin: 0 10px 0 0;
}

.signup.remind p {
    white-space: nowrap;
    margin: 10px 0 0 74px;
}

.mem_stats {
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    color: #777;
}

.mem_stats .right {
    position: relative;
    top: -50px;
    border: none;
}

.mem_stats li {
    border-bottom: 1px solid #f0f0f4;
    padding: 15px;
}

.mem_stats li span {
    color: #000;
    font-size: 15px;
}

.upl textarea {
    width: 247px;
    height: 68px;
}

.block.signup.upl .right_col {
    width: 427px;
}

.block.signup.upl .right_col label {
    width: 100px;
}

.block.signup.upl .right_col .right {
    width: 304px;
}

.block.signup.upl .right_col input[type=text] {
    width: 275px;
    margin: 0;
}

.block.signup.upl .right_col select {
    width: 299px;
}

.block.signup.upl .right_col .upl_form input[type=text] {
    width: 149px;
    float: left;
}

.block.signup.upl .right_col .upl_form .btn {
    background: #949090;
    height: 41px;
    padding: 12px 10px 13px;
}

.block.signup.upl .right_col .upl_form .btn:hover {
    background: #7A7777;
}

.view.video h1 {
    border: 1px solid #bbb;
    border-bottom: 0;
    background: #e3e3e3;
    padding: 0 5px;
    font-size: 14px;
}

.view.video .desc {
    border-top: 1px solid #dde2e4;
    padding: 10px 0 0;
}

.view.video .embed {
    padding: 0;
}

.posts {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #dde2e4;
    margin: 8px 0 0;
}

.posts .post {
    height: 1%;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #dde2e4;
    position: relative;
    padding: 17px 0;
}

.posts .post .sub {
    font-weight: 400;
}

.posts .post .delete {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    z-index: 100;
}

.posts .post .avatar img {
    display: block;
    border: 1px solid #e2e2e2;
    margin: 0 10px 0 0;
}

.posts .post .title {
    font-weight: 700;
    font-size: 13px;
    color: #424242;
    margin: 0 0 5px;
}

.posts .post .title span {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.posts .post .text {
    overflow: hidden;
}

.share_imgs {
    float: left;
    margin: 6px 19px 0 0;
}

.embed.shar .row .label {
    line-height: 41px;
}

.embed.shar input[type=text] {
    width: 387px;
    font-size: 12px;
}

.popup {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 480px;
    background: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    display: none;
    z-index: 100;
    margin: 0 0 0 -240px;
}

.popup h2 {
    background: #b62850;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: 25px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px 15px;
}

.popup h2 .close {
    float: right;
    background: url(../images/bg_close.png) no-repeat;
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: #000;
    text-indent: -9999px;
    cursor: pointer;
    position: relative;
    top: 6px;
    left: 7px;
}

.popup .holder {
    padding: 15px 25px;
}

.popup h6 {
    color: #ea5f0d;
    margin: 0 0 5px;
}

.popup label {
    float: left;
    width: 100px;
    text-align: right;
    line-height: 41px;
    font-size: 14px;
}

.popup .right {
    float: right;
    width: 317px;
}

.popup input[type=text], .popup input[type=password] {
    width: 250px;
    position: relative;
    z-index: 1000;
}

.popup .field_error {
    width: 100%;
    overflow: hidden;
    font-size: 11px;
}

.popup .ch label {
    width: auto;
    line-height: 18px;
}

.popup .opt {
    border-top: 1px solid #e4e4e4;
    padding: 10px 0 0;
}

.popup .opt ul {
    float: right;
    margin: 0 -10px 0 0;
}

.popup .opt ul li {
    float: left;
    background: url(../images/sep2.gif) no-repeat 0 2px;
    padding: 0 10px;
}

.popup .opt a {
    color: #516370;
    font-weight: 700;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
}

.popup .cap input[type=text] {
    width: 140px;
    margin: 0 14px 0 0;
}

.popup textarea {
    float: left;
    width: 250px !important;
    height: 55px;
}

.rel_vid .list_videos {
    width: 100%;
}

.main .side_rel_vid .block {
    padding: 6px 5px 10px;
}

.top_search .text_content {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-width: 0 1px 1px;
    padding: 10px 5px;
}

.mem_list .text_content {
    padding: 10px 5px;
}

#ac_block, #fav_link, #flagging_container {
    display: block !important;
}

.side_login_block .message_error {
    color: #ea5f0d;
    font-size: 11px;
    text-align: center;
}

.signup.remind .topmost {
    text-align: center;
    padding: 0 0 20px;
}

.info .g_hint, #fav_block_success {
    margin: 0 0 5px;
}

.uploader_popup {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px -2px #000;
    -moz-box-shadow: 0 0 15px -2px #000;
    box-shadow: 0 0 15px -2px #000;
}

.file_pop.forms {
    overflow: hidden;
    width: auto;
    border: 1px solid #dde2e4;
    padding: 18px;
}

.file_pop h2 {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.file_pop.form .row {
    position: relative;
    margin: 17px 0 0;
}

.file_pop .row {
    overflow: hidden;
    width: 100%;
}

.file_pop .block {
    overflow: hidden;
    width: 100%;
    margin: 10px 0 0;
}

.file_pop.form input[type=file] {
    background: none repeat scroll 0 0 #323742;
    border: medium none;
    float: right;
    width: 309px;
    padding: 10px;
}

.file_pop .file-input-js-active .file-input-area {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
}

.file_pop.form input[type=text], .file_pop.form input[type=password] {
    float: right;
    width: 307px;
    padding: 9px 10px;
}

.file_pop.form input[type=text], .file_pop textarea, input[type=password] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dde2e4;
    color: #000;
    float: left;
    overflow: hidden;
    resize: none;
}

.file_pop #close_btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #4D4848;
    font-weight: 700;
    cursor: pointer;
    margin: 9px 18px 0 0;
}

.file_pop .btn {
    background: none repeat scroll 0 0 #f61b5a;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    padding: 8px 18px 9px;
}

.file_pop .btn:hover {
    background: #B32D54;
    color: #fff;
}

.uploader_progress {
    white-space: nowrap;
    overflow: hidden;
}

.progress_bar {
    background: #555;
    line-height: 39px;
    text-indent: 10px;
    height: 41px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px;
    border-radius: 2px 2px 2px 2px;
}

#zclip-ZeroClipboardMovie_1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mess .post {
    background: #F4F4F4;
}

#feedback_form textarea {
    width: 247px !important;
}

.text_content p {
    font-size: 13px;
    margin: 0 0 8px;
}

.more {
    width: 100%;
    overflow: hidden;
    margin: 5px 0 0;
}

.more a {
    width: 100%;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #f61b5a;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
}
.more a:hover {
    opacity: 0.85;
}

.block.alb.list .thumb {
    margin: 8px 8px 0 0;
}

.block.cat .thumb .title_holder {
    height: auto;
    min-height: 0;
}

.ava_holder .upload {
    margin: 9px 0 0;
    padding: 10px 0;
}

.model_view .twocolumn {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 0;
}

.model_view .img {
    float: left;
    margin: 0 19px 0 0;
}

.model_view .text {
    overflow: hidden;
    position: relative;
    min-height: 142px;
    text-align: justify;
    padding: 0 0 50px;
}

.model_view .text .info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    margin: 0;
}

.cell.model_info {
    width: 100%;
    line-height: 14px;
    text-align: left;
    padding: 5px 0 0 9px;
}

.member_content .btn {
    background: #000;
    padding: 10px 15px;
}

.member_content .btn:hover {
    background: #635757;
}

#stf_block input[type=text] {
    width: 480px;
}

#stf_block textarea {
    width: 479px;
}

#stf_block .right {
    float: right;
    width: 505px;
}

.options {
    position: absolute;
    top: 2px;
    left: 2px;
}

.message_error {
    color: red;
}

.member_content.prof .p_about {
    font-size: 15px;
    border-bottom: 1px solid #F0F0F4;
    text-align: justify;
    padding: 15px;
}

.member_content.prof .p_about em {
    color: #777;
    font-size: 13px;
}

caption, th, .side_rel_alb h2, .side_rel_alb .thumb, .side_rel_vid .thumb, .side_rel_alb h2, .side_rel_vid h2 {
    text-align: left;
}

a:hover, .side_login_block h3 a:hover {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: silver;
}

:-moz-placeholder {
    color: silver;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

::-moz-placeholder {
    color: silver;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

:-ms-input-placeholder {
    color: silver;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

.header:after, .nav_holder:after, .block:after, .heading:after, .thumbs:after {
    display: block;
    clear: both;
    content: "";
}

.top_nav ul li:first-child, .popup .opt ul li:first-child {
    background: none;
}

.top_nav ul li a:hover, .list_mem .mem_nav li a:hover, .list_mem .mem_nav li.active a, .list_events .mem_nav li a:hover, .list_events .mem_nav li.active a, .member:hover .title, .side_tags ul li a:hover, .member_content p a {
    color: #f61b5a;
}

.nav_holder .holder .search, .embed .selectArea, .comments .label input[type=text], .mem_search .row a, .mem_search .row span, .mem_list .member .mem_info .add, .posts .post .avatar, .popup input {
    float: left;
}

.search_select:hover, .nav_holder .holder .search input[type=submit]:hover, .mem_block .home:hover, .list_mem .next:hover, .list_mem .prev:hover, .list_events .next:hover, .list_events .prev:hover {
    background-position: 0 100%;
}

.search_select:hover .drop, .nav li.comm:hover .drop, .thumb .img img, .section .box.visible, .member:hover .hover, .popup.log_popup.active, .bg.active {
    display: block;
}

.thumb .img img {
    width: 100%;
    height: auto;
}

.drop a:hover, .nav li.comm .drop a:hover {
    background: #f61b5a;
}

.nav li:first-child, .footer .text ul li:first-child, .cell .add .row:first-child, .member_menu .stats .cell:first-child, .file_pop.form .block {
    border: none;
}

.thumb:hover .info, .mem_block .tabs li:hover, .mem_block .tabs li.current, .member_menu .menu li a:hover span, .member_menu .menu li.selected a span {
    background: #0b293e;
}

.thumb:hover .info .wiews, .thumb:hover .info .add, .top_search ul li a:hover span, .footer .text ul li a, .info_row span, .cat .thumb:hover .title, .cat .thumb:hover .amount, .cat .thumb:hover .amount span, .member_menu .stats .cell a:hover span, .member_menu .stats .cell a:hover strong, .member_menu .menu li a:hover, .member_menu .menu li.selected a {
    color: #fff;
}

.create:hover, .list_mem .mem_create:hover, .list_events .mem_create:hover, .btn:hover {
    background: #70C74E;
}

.section .box, .list_mem .prev.disabled, .list_mem .next.disabled, .list_events .prev.disabled, .list_events .next.disabled, .g_hidden {
    display: none;
}

.mem_block, .side_tags, .pagination, .comments {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0;
}

.list_mem, .list_events, .content_holder, .row {
    width: 100%;
    max-width: 1250px;
    overflow: hidden;
    margin: 0 auto;
}

.member strong, .bottom_spot .spot:first-child, .lists ul:first-child, .desc .btns a:first-child, .mem_list .member .mem_info span, .side_login_block .row:first-child, .member_content .row:first-child, .list_events.box .events, .events.glob, .file_pop.form .row:first-child, .block:first-child {
    margin: 0;
}

.list_mem .holder, .list_events .holder, .pagination ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.footer .text ul li a:hover, .events .desc:hover, .events .member .title:hover, .forgot:hover, .member_content p a:hover, .posts .post .sub:hover, .popup .opt a:hover {
    text-decoration: underline;
}

.view .info, .file_pop {
    color: #969696;
}

.lists a:hover, .forms .submit {
    background: #f61b5a;
    color: #fff;
}

.row.y_name, .row.sm h2, #stf_block p {
    margin: 0 0 10px;
}

.aside .spot, .events, .side_login_block .row, .cs, .popup .row, .control, .row.del, .row.sm, .row.sm .row, .view.video .info {
    margin: 10px 0 0;
}

.rel.alb, .rel_vid {
    margin: 10px 0 0;
    padding: 5px;
}

.mem_search input[type=submit]:hover, .forms .submit:hover {
    background: #B32D54;
}

.mem_search .checkboxArea, .side_login_block .ch .checkboxArea, .forms .check .checkboxArea, .prof .btn, .prof .submit, .popup .ch .checkboxArea {
    float: left;
    margin: 0 5px 0 0;
}

.member_content .left_col .right, .member_content .left_col select {
    width: 271px;
}

.file-input-js-active input.file-input-area, .file_pop .file-input-js-active input.file-input-area {
    font-size: 200px !important;
}

.forms .check .av, .member_menu .ava_holder .avatar {
    float: left;
    margin: 0 15px 0 0;
}

h5, .member_content p, .popup p {
    font-weight: 600;
}

.block.signup.upl .right_col p, .player {
    margin: 8px 0 0;
}

.message_info, .text_content {
    padding: 10px 0 0;
}

#innerad {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border-top: 2px solid #000;
    bottom: 26px;
    height: 75px;
    left: 0;
    overflow: hidden;
    padding: 0 0 11px;
    position: absolute;
    width: 660px;
    z-index: 1000;
    visibility: hidden;
}

#innerad #closead {
    background: url("../images/cross1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    z-index: 100;
}

#innerad .item {
    overflow: hidden;
    width: 460px;
    margin: 13px auto 0;
}

.player {
    position: relative;
    margin: 0;
    border: 1px solid #bbb;
}

.advertising {
    background: none repeat scroll 0 0 #e2e2e2;
    height: 294px;
    left: 50%;
    margin: -160px 0 0 -159px;
    padding: 8px 0 0;
    position: absolute;
    top: 50%;
    width: 318px;
    display: none;
}

.advertising .item {
    width: 300px;
    margin: 0 auto;
}

.btn-close {
    display: block;
    overflow: hidden;
    padding: 4px 0;
    text-align: center;
    width: 100%;
}

.btn-close a {
    background: #f00;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    width: 100px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.btn-close a:hover {
    background: #CB164A;
}

.rel {
    position: relative;
}

.rel_in_player {
    display: none;
    height: 371px;
    left: 0;
    position: absolute;
    top: 28px;
    width: 661px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.rel_in_player .holder {
    width: 100%;
    text-align: center;
    position: relative;
    display: none;
}

.rel .loader {
    position: absolute;
    top: 29%;
    left: 50%;
    background: url(../images/loader.gif) no-repeat;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin: -16px 0 0 -16px;
    display: none;
    z-index: 10000;
}

.rel_in_player .holder:after {
    display: block;
    clear: both;
    content: "";
}

.rel_in_player .item {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 100px;
}

.rel_in_player .item .info {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: none;
    z-index: 100;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
    text-align: left;
}

.rel_in_player .item:hover .info {
    display: block;
}

.rel_in_player .btns {
    margin: 5px auto;
    overflow: hidden;
    width: 98%;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: #323232;
}

.rel_in_player .btns li {
    float: left;
    border-right: 1px solid #000;
}

.rel_in_player .btns li a {
    display: block;
    padding: 10px;
    color: #fff;
    background: #252525;
}

.rel_in_player .btns li a:hover, .rel_in_player .btns li.select a {
    background: #323232;
}

.rel_in_player .btns li.select a {
    color: #CA0101;
}

.rel_in_player .btns .cl {
    float: right;
    background: #777;
    color: #ccc;
    margin: 9px 14px 0 0;
    padding: 0 4px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.rel_in_player .btns .cl:hover {
    background: #f00;
}

.rel_in_player .replay {
    width: 80px;
    margin: 0 auto;
    padding: 10px 0;
    background: #ccc;
    color: #000;
    display: block;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    font-size: 14px;
}

.rel_in_player .replay:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

.rel_in_player .box {
    height: 0;
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rel_in_player .box .row {
    margin: 0 0 20px;
}

.rel_in_player .box .box_holder {
    padding: 32px 20px 0;
}

.rel_in_player .label {
    color: #fff;
    text-align: left;
    margin: 0 0 5px;
}

.rel_in_player input[type=text], .rel_in_player textarea {
    float: left;
    padding: 6px 10px;
    width: 597px !important;
}

.rel_in_player textarea {
    height: 51px;
}

.rel_in_player .share {
    text-align: center;
}

.rel_in_player .share * {
    display: inline-block;
}

.member .country {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.advanced-slider {
    position: relative;
    overflow: visible;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.advanced-slider * {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    margin: 0;
    padding: 0;
}

.advanced-slider .thumb_private {
    right: 55px;
    z-index: 1;
}

.advanced-slider a {
    display: table-cell;
    vertical-align: middle;
}

.advanced-slider img {
    max-width: none;
    max-height: none;
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.advanced-slider .slider-main {
    position: relative;
    width: 100%;
    height: 705px !important;
    margin: 0 0 2px;
}

.advanced-slider .slide-wrapper {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 706px !important;
}

.advanced-slider .slides {
    position: absolute;
    overflow: hidden;
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.advanced-slider .slide {
    position: absolute;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.advanced-slider.webkit .slide .html {
    overflow: hidden;
}

.advanced-slider .video-hidden-image {
    display: none;
}

.advanced-slider iframe.video {
    background-color: #000;
}

.advanced-slider .video-play-button {
    display: block;
    background-position: center;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.advanced-slider.webkit .slide .html iframe, .advanced-slider.webkit .slide .layer iframe {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.advanced-slider.webkit .slide.transition .html iframe, .advanced-slider.webkit .slide.active .html iframe, .advanced-slider.webkit .slide.transition .layer.init iframe, .advanced-slider.webkit .slide.active .layer.init iframe {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.advanced-slider .swipeable-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.advanced-slider .swipeable-container .slides .selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: auto;
}

.advanced-slider .layer {
    position: absolute;
    visibility: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 4px;
}

.advanced-slider .layer.black {
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
}

.advanced-slider .layer.white {
    color: #000;
    background: rgba(255, 255, 255, 0.7);
}

.advanced-slider .layer.rounded {
    border-radius: 10px;
}

.advanced-slider .slice {
    display: block;
    position: absolute;
}

.advanced-slider .preloader {
    position: absolute;
    width: 62px;
    height: 14px;
    z-index: 15;
}

.advanced-slider .slide-arrows {
    position: static;
    width: 649px;
    overflow: hidden;
}

.advanced-slider .lightbox-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    cursor: pointer;
}

.advanced-slider .shadow {
    position: absolute;
    height: 94px;
    margin-top: -50px;
    z-index: 1;
}

.advanced-slider .shadow .shadow-middle {
    float: left;
    height: 94px;
}

.advanced-slider .full-screen-controls {
    position: absolute;
    width: 31px;
    height: 27px;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.advanced-slider .timer-animation .timer-animation-controls {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

.advanced-slider .timer-animation.play .timer-animation-controls {
    background-position: -20px 0;
}

.advanced-slider .caption-container {
    overflow: hidden;
    position: absolute;
}

.advanced-slider .caption-container .wrapper {
    position: absolute;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    padding: 0;
}

.advanced-slider .caption-container .caption {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.advanced-slider .thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
}

.advanced-slider .thumbnail-content {
    background: none;
}

.advanced-slider .slide-buttons {
    position: absolute;
    z-index: 3;
}

.advanced-slider .slide-buttons a {
    position: relative;
    cursor: pointer;
    float: left;
    text-decoration: none;
    text-align: center;
}

.advanced-slider .thumbnail-scroller {
    position: absolute;
    z-index: 2;
}

.advanced-slider .thumbnail-scroller .visible-container {
    position: relative;
    overflow: hidden;
}

.advanced-slider .thumbnail-scroller .container {
    position: absolute;
    overflow: visible;
    top: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.advanced-slider .thumbnail-scroller .thumbnail-wrapper {
    cursor: pointer;
    list-style: none;
}

.advanced-slider .thumbnail-scroller .lightbox-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    cursor: pointer;
}

.advanced-slider .thumbnail .caption {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.advanced-slider .thumbnail .caption .content {
    position: absolute;
    width: 100%;
}

.advanced-slider .thumbnail-scroller .buttons {
    position: absolute;
    width: auto;
}

.advanced-slider .thumbnail-scroller .buttons a {
    position: absolute;
    cursor: pointer;
    text-decoration: none;
}

.advanced-slider-tooltip {
    position: absolute;
    z-index: 9999;
}

.glossy-square-gray .slide {
    display: table;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}

.glossy-square-gray .slide-arrows a {
    width: 64px;
    height: 64px;
    top: 50%;
}

.glossy-square-gray .slide-arrows a.previous {
    background: url(../images/prev.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 705px;
    left: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 53px;
    z-index: 10;
}

.glossy-square-gray .slide-arrows a.next {
    background: url(../images/next.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 705px;
    right: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 53px;
    z-index: 10;
}

.glossy-square-gray .slideshow-controls {
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.glossy-square-gray .slideshow-controls.play {
    background-position: -64px 0;
}

.glossy-square-gray .timer-animation {
    top: 25px;
    right: 55px;
}

.glossy-square-gray .caption-container .background {
    background-color: #000;
    width: 100%;
    height: 100%;
}

.glossy-square-gray .caption-container .caption {
    color: #FFF;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 8px;
}

.glossy-square-gray .slide-buttons {
    margin-top: 40px;
}

.glossy-square-gray .slide-buttons .buttons-inner a {
    background-position: 0 0;
    width: 14px;
    height: 15px;
    margin: 0 2px;
}

.glossy-square-gray .slide-buttons .buttons-inner a.over {
    background-position: -14px 0;
}

.glossy-square-gray .slide-buttons .buttons-inner a.select {
    background-position: -28px 0;
}

.glossy-square-gray .slide-buttons .buttons-inner a .number {
    margin-top: 2px;
    font-size: 8px;
    line-height: 10px;
    font-weight: 700;
    color: #FFF;
}

.glossy-square-gray .slide-buttons .buttons-inner .thumbnail-wrapper {
    margin-bottom: 10px;
}

.glossy-square-gray .thumbnail {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.glossy-square-gray .thumbnail-scroller.horizontal.overlay {
    bottom: 80px;
    margin-top: 0;
}

.glossy-square-gray .thumbnail-scroller.vertical {
    right: 0;
    top: 0;
    margin-left: 30px;
    padding: 50px 0;
}

.glossy-square-gray .thumbnail-scroller.vertical.overlay {
    right: 80px;
    margin-left: 0;
}

.glossy-square-gray .thumbnail-scroller .thumbnail-wrapper {
    margin: 0 1px;
}

.glossy-square-gray .thumbnail-scroller .thumbnail-wrapper:hover {
    width: 88px;
    height: 117px;
}

.glossy-square-gray .thumbnail .caption .content {
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 0;
    padding: 2px 0;
}

.glossy-square-gray .thumbnail-scroller .arrows a {
    width: 22px;
    height: 30px;
}

.glossy-square-gray .thumbnail-scroller.vertical .arrows a {
    width: 30px;
    height: 22px;
}

.glossy-square-gray .thumbnail-scroller.horizontal .arrows a.previous {
    background: url(../images/small-prev.png) no-repeat scroll 0 0 transparent;
    height: 117px;
    left: -15px;
    position: absolute;
    top: 0 !important;
    width: 14px;
    z-index: 300;
    cursor: pointer;
}

.glossy-square-gray .thumbnail-scroller.horizontal .arrows a.next:hover {
    background: url(../images/small-next-hover.png) no-repeat;
}

.glossy-square-gray .thumbnail-scroller.horizontal .arrows a.previous:hover {
    background: url(../images/small-prev-hover.png) no-repeat;
}

.glossy-square-gray .thumbnail-scroller.horizontal .arrows a.next {
    background: url(../images/small-next.png) no-repeat scroll 0 0 transparent;
    height: 117px;
    right: -15px;
    position: absolute;
    top: 0 !important;
    width: 14px;
    z-index: 300;
    cursor: pointer;
}

.glossy-square-gray .thumbnail-scroller.vertical .arrows a.previous {
    top: 0;
}

.glossy-square-gray .thumbnail-scroller.vertical .arrows a.next {
    bottom: 0;
    background-position: 0 -22px;
}

.glossy-square-gray .thumbnail-scroller .buttons a {
    background-position: 0 0;
    width: 11px;
    height: 12px;
    margin: 2px;
}

.glossy-square-gray .thumbnail-scroller .buttons a.over {
    background-position: -11px 0;
}

.glossy-square-gray .thumbnail-scroller .buttons a.select {
    background-position: -22px 0;
}

.glossy-square-gray .thumbnail-scroller.horizontal .scrollbar {
    margin-top: 30px;
}

.glossy-square-gray .thumbnail-scroller.vertical .scrollbar {
    margin-left: 30px;
}

.tooltip {
    background-color: #DDD;
    margin-bottom: 20px;
    border: #EEE solid 4px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.tooltip .content {
    color: #999;
    margin: 0;
    padding: 10px;
}

* #responsive-slider {
    font-family: 'Open Sans', sans-serif;
}

#responsive-slider .layer a {
    color: #00F;
}

.advanced-slider .slide .image, .advanced-slider .slide .thumbnail, .advanced-slider .slide .caption, .advanced-slider .slide .html, .advanced-slider .timer-animation, .advanced-slider canvas, .advanced-slider .thumbnail-wrapper {
    position: absolute;
}

.advanced-slider iframe, .glossy-square-gray .thumbnail-scroller .thumbnail-wrapper:hover span {
    display: block;
}

.advanced-slider .slice-container, .advanced-slider .caption-container .background, .advanced-slider .thumbnail .caption .background {
    position: absolute;
    width: 100%;
    height: 100%;
}

.advanced-slider .swipeable-container .slides, .advanced-slider .thumbnail-scroller .swipe {
    -moz-user-select: none;
    -webkit-user-select: none;
}

.advanced-slider .slide-arrows a, .advanced-slider .slideshow-controls, .advanced-slider .thumbnail-scroller .arrows a {
    position: absolute;
    cursor: pointer;
}

.advanced-slider .shadow .shadow-left, .advanced-slider .shadow .shadow-right, .advanced-slider .shadow .shadow-middle, .advanced-slider .slide-buttons .left, .advanced-slider .slide-buttons .right, .advanced-slider .slide-buttons .middle {
    float: left;
}

.advanced-slider .shadow .shadow-left, .advanced-slider .shadow .shadow-right {
    float: left;
    width: 200px;
    height: 94px;
}

.advanced-slider .timer-animation.pause .timer-animation-controls, .glossy-square-gray .slideshow-controls.pause {
    background-position: 0 0;
}

.glossy-square-gray .slide-buttons .buttons-inner a.over .number, .glossy-square-gray .slide-buttons .buttons-inner a.select .number, #responsive-slider .layer.black a {
    color: #FFF;
}

.glossy-square-gray .thumbnail-scroller .thumbnail.over, .glossy-square-gray .thumbnail-scroller .thumbnail.select {
    -webkit-box-shadow: 0 0 0 3px #f61b5a inset;
    -moz-box-shadow: 0 0 0 3px #f61b5a inset;
    box-shadow: 0 0 0 3px #f61b5a inset;
}

.selectArea {
    height: 39px;
    font-size: 14px;
    line-height: 38px;
    color: #000;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
    outline: none;
}

.selectArea-c {
    background: url(../images/bg-select-c.gif) repeat-x;
    display: block;
    padding: 0 20px 0 10px;
    height: 39px;
}

.selectArea-l, .selectArea-r {
    position: absolute;
    top: 0;
    height: 100%;
}

.selectArea-l {
    background: url(../images/bg-select-l.gif) no-repeat;
    width: 2px;
    height: 39px;
    left: 0;
}

.selectArea-r {
    background: url(../images/bg-select-r.gif) no-repeat;
    width: 33px;
    height: 39px;
    right: 0;
}

.view .selectArea {
    height: 32px;
    font-size: 12px;
    line-height: 33px;
    color: #000;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
    outline: none;
}

.view .selectArea-c {
    background: url(../images/view_sel_ct.gif) repeat-x;
    display: block;
    padding: 0 20px 0 10px;
    height: 32px;
}

.view .selectArea-l, .view .selectArea-r {
    position: absolute;
    top: 0;
    height: 100%;
}

.view .selectArea-l {
    background: url(../images/view_sel_left.gif) no-repeat;
    height: 32px;
    left: 0;
    width: 4px;
}

.view .selectArea-r {
    background: url(../images/view_sel_rightt.gif) no-repeat;
    width: 23px;
    height: 32px;
    right: 0;
}

.optionsDiv {
    position: absolute;
    z-index: 30;
    overflow: hidden;
    font-size: 11px;
    line-height: 14px;
}

.optionsDiv .select-c {
    height: 1%;
    padding: 2px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #C9C9C9;
}

.optionsDiv ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.optionsDiv ul li {
    overflow: hidden;
    vertical-align: top;
}

.optionsDiv ul li a {
    color: #000;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    padding: 2px 4px;
}

.optionsDiv a:hover, .optionsDiv ul li.activeOption a {
    background-color: #2f384e;
    color: #fff;
    text-decoration: none;
}

.checkboxArea {
    display: block;
    outline: none;
    font-size: 0;
    line-height: 0;
    width: 19px;
    height: 19px;
    background: url(../images/bg-checkbox.gif) no-repeat;
}

.checkboxAreaChecked {
    background-position: 0 100% !important;
}

.radioArea {
    display: block;
    outline: none;
    font-size: 0;
    line-height: 0;
    width: 13px;
    height: 13px;
    background: url(../images/bg-radio.gif) no-repeat;
}

.radioAreaChecked {
    background-position: 0 -26px !important;
}

.optionsList div {
    padding: 0 0 0 10px;
}

.selectAreaMultiple {
    display: block;
    height: 100px;
    overflow: hidden;
    border: 1px solid red;
    cursor: default;
}

.selectAreaMultiple span, .selectAreaMultiple em, .selectAreaMultiple strong {
    display: block;
    font-style: normal;
    font-weight: normal;
}

.selectAreaMultiple .activeOption {
    background: red;
}

.text_content a {
    color: #CB164A;
    text-decoration: underline;
}

.text_content a:hover {
    text-decoration: none;
}

.text_content h3 {
    margin: 0 0 5px;
}

.text_content span {
    display: block;
    padding: 0 0 0 10px;
    margin: 0 0 5px;
}

/*!fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwNzc2QTQ5Qjk1RDExRTFCMkE4OEUxNTUwRjMwREY0IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwNzc2QTQ4Qjk1RDExRTFCMkE4OEUxNTUwRjMwREY0IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6OEE1QUU0REMzMEU4REYxMUJCNzJGQkJCQzlBM0Y1RkMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6M0M5RkJGRTEyQUU4REYxMUJCNzJGQkJCQzlBM0Y1RkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz78RHhFAAAApUlEQVR42rxTiQnAIAxU6QAdxRW6iZ1EnKRu4gqO0g1sCilEvT7Q0kBQ9O4wl6hLKepNGPUyhmMTQhhpSZTZez8jMGEWWizlRJi1fUHiS8dARHaMSaiELPaViCB3WC1NBMB4CMozWaJuuwBE1BkZdoEB8Qn5kzaaC7fbgN0xN+TYlNOJmCvyXjPwpBKRL7BnhgERiwQmHhDothDJjMVz8Ptv3AQYAJWjVVdnlDZCAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    width: 49px;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    text-indent: -9999px;
    text-shadow: none;
    cursor: pointer;
}

.fancybox-close:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpizCuu/sRABGBiIBKMKqSOQoAAAwC8KgJipENhxwAAAABJRU5ErkJggg==);
    background: rgba(110, 115, 123, 0.65);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.social-links-holder .fancybox-close {
    border-left: 1px solid #d2d2d1;
}

.social-links-holder .fancybox-close:hover {
    background-color: #dedede;
}

.block-social-links {
    width: 640px;
}

.block-social-links .social-links {
    height: 280px;
    overflow: auto;
    padding: 10px 10px 10px 20px;
    background: #fff;
}

.block-social-links .social-links a {
    display: block;
    width: 190px;
    padding: 4px !important;
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #235dab;
    float: left;
    font-weight: 700;
}

.block-social-links .social-links a:hover {
    background: #2095f0;
    text-decoration: none;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.block-social-links .social-links a span {
    padding-left: 5px;
}

.block-social-links .social-links a span.at4-icon {
    padding-left: 0;
}

.block-social-links .title-holder {
    position: relative;
    border-bottom: 1px solid #d2d2d1;
    background: #f1f1f1;
    height: 49px;
    cursor: default;
}

.block-social-links .at3winheadersvc {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 20px;
    cursor: default !important;
    opacity: 1 !important;
}

.block-social-links h3 {
    height: 49px;
    text-align: left;
    line-height: 49px;
    margin: 0 50px 0 22px;
    border: 0;
    padding: 0 20px;
    font-size: 16px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-weight: bold;
    text-shadow: 0 1px #fff;
    color: #333;
    direction: ltr;
}

.addthis_32x32_style .at15t_instagram {
    background: url(../images/ico_instagram_32x32.jpg) no-repeat !important;
}

.message {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    font-weight: 700;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
}

.message_success {
    color: #77d154;
}

.message_error {
    color: #c83c63;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade.in {
    display: block;
}

.modal-backdrop {
    height: 100%;
    display: block;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    display: block;
}

.modal-content {
    width: 690px;
    cursor: pointer;
    margin: auto;
    margin-top: 75px;
    position: relative;
    display: block;
    background-color: #48505b;
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
    padding: 50px 0 140px;
    text-align: center;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.5);
}

.modal-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/mobal-bg-shadow.png) no-repeat;
    background-size: 100% 100%;
    width: 690px;
    height: 354px;
}

.modal-content .title {
    font-size: 107px;
    display: block;
    z-index: 2;
    text-transform: uppercase;
    line-height: 1;
    position: relative;

&
:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 25px;
    left: 228px;
    background: url(../images/logo-cat.png) no-repeat;
    width: 44px;
    height: 76px;
}

}
.modal-content p {
    position: relative;
}

.modal-content .ico-click {
    position: absolute;
    bottom: -85px;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.modal-backdrop.in {
    filter: alpha(opacity=50) !important;
    opacity: .7 !important;
}

.ico-click {
    width: 214px;
    height: 243px;
    background: url(../images/ico-click.png) no-repeat;
}

.modal .btn_close {
    display: none;
}

.btn_close {
    border: 0;
    text-indent: -9999px;
    text-align: left;
    position: absolute;
    width: 40px;
    height: 5px;
    background: transparent;
    top: 30px;
    right: 20px;
    cursor: pointer;
}

.btn_close:before, .btn_close:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -ms-transition: -ms-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
}

.btn_close:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.btn_close:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*:first-child + html .clearfix {
    min-height: 1%;
}

.main_album_image_holder {
    text-align: center;
    padding: 5px;
}

.main_album_image {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 7px -2px #000;
    -moz-box-shadow: 0 1px 7px -2px #000;
    box-shadow: 0 1px 7px -2px #000;
    max-width: 100%;
    height: auto;
}

.album_images.centered .block_content {
    font-size: 0;
    line-height: 0;
    text-align: left;
    margin-left: 18px;
    position: relative;
}

.album_images.centered .block_content .item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.album_images.centered .block_content .item .thumb {
    width: 120px;
}

.sidebar-models .thumb {
    width: calc(50% - 6px);
    margin: 0 2px 4px;
    box-sizing: border-box;
}

.sidebar-models .thumb img {
    width: 100%;
    height: auto;
}

.sidebar-models h1,
.sidebar-models h2,
.sidebar-models h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}

.model-thumbs .thumb {
    width: calc(25% - 12px);
}

.model-thumbs .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.mod_desc {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.mod_desc p {
    font-size: 12px !important;
}

.list_videos .item {
    display: inline-block;
    position: relative;
    width: calc(25% - 5px);
    margin: 0 1px 2px;
}

.list_videos a {
    display: block;
    text-decoration: none;
}

.list_videos .image-holder {
    display: block;
    border: #474b5a 1px solid;
}

.list_videos .info {
    display: block;
    background: url(https://img.3movs.com/images/design/video_info_bg.gif) no-repeat;
    width: 100%;
    height: 32px;
    margin: 4px 0;
    text-align: left;
}

.list_videos img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    float: none;
    margin: 0;
}

.list_videos .info b, .list_videos .info h2 {
    display: block;
    overflow: hidden;
    text-align: left;
    padding-left: 56px;
    font-size: 11px;
    font-weight: normal;
    font-family: Tahoma, Geneva, sans-serif;
    white-space: nowrap;
    color: #474b5a;
    text-overflow: ellipsis;
}

.text_bold {
    font-weight: bold;
}

.list_videos .info .item_rating {
    display: block;
    position: absolute;
    width: 54px;
    text-align: center;
    color: #823706;
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
}

.list_videos .info .added {
    display: block;
    float: right;
    text-align: left;
    color: #4e6aa5;
    font-size: 11px;
    font-weight: normal;
    font-family: Tahoma, Geneva, sans-serif;
}

.list_galleries .info .views, .list_videos .info .views {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAC9vt6cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MkEwQ0I3REQ4QzAxMUU1QTRCNUJENERFNzVFRjc1RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MkEwQ0I3RUQ4QzAxMUU1QTRCNUJENERFNzVFRjc1RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkyQTBDQjdCRDhDMDExRTVBNEI1QkQ0REU3NUVGNzVGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkyQTBDQjdDRDhDMDExRTVBNEI1QkQ0REU3NUVGNzVGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++S2uQQAAARRJREFUeNqE0r9LglEUxnFfJRMRajVER53aWtqKWoNocStCFNx0MkGksJqqob0iCFoaJGhIQ3TtH7BdamkJIvpF9D3xCNcXoQsfOO+95x7uPe/1VooXAd9IYx3LSGhugFuc48FNDjrxJI7QwjtymBWLP9HGoXJHCkyjgygy2EcW92Lxnk4XU+7UsIBN3KCLAt6wgwpSYvG21vLooYmIRw+uCF6w6VznEXFfb54w43yfwrMTvOLLl+wF/h/fmAiqQXbMhrN4NmaDO7erP7QRSs+t/RBco6aO2/3urLqaZvc+Rt3ujAPMY9XWhn/BerAAK9bHFi6RFIuregN29EXtGXkHHyjpAUXUpGc5QRhLKCv3b/wKMAA2njyAgKy5OAAAAABJRU5ErkJggg==) no-repeat 0 50%;
    padding-left: 19px;
}

.list_videos .info .time {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MkEwQ0I3OUQ4QzAxMUU1QTRCNUJENERFNzVFRjc1RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MkEwQ0I3QUQ4QzAxMUU1QTRCNUJENERFNzVFRjc1RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkyQTBDQjc3RDhDMDExRTVBNEI1QkQ0REU3NUVGNzVGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkyQTBDQjc4RDhDMDExRTVBNEI1QkQ0REU3NUVGNzVGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Da68eQAAAM1JREFUeNpi/P//PwMI+Gcv8wZS5UCsywABl4C4c+PUqG0gDhNUURuQ6gLiHiCWgeI+IO4FyrWCFQIZ/kA6BIhtgLo3AelSEAayNwJpcyAOAqrxAZmYD8RlQIn3DGgAKPYJSNUAcQFIoSkQ70VT4wI0pQPKBsmZsjBggj1ALA7EKDaAFJ4GYmcg3gC17giQOoKkBiR3CmT1RJCPgVYJoxsNFBMBBREQT2AEhSM0eIKAuB6Id0DVeQBxExCvBtpSw4gW4GVoAd4FC3CAAAMABthEFDOAdH8AAAAASUVORK5CYII=) no-repeat 0 50%;
    padding-left: 14px;
}

.video_pornstars {
    border: 1px solid #bbb;
    border-top: 0;
    background: #e3e3e3;
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
}

.video_pornstars li a {
    font-size: 16px;
    font-weight: bold;
    color: #2560ab;
    text-decoration: underline;
}

.video_pornstars li a:hover {
    text-decoration: none;
}

.show-more-info {
    width: 100%;
    overflow: hidden;
    background: #0b293e;
    height: 40px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.show-more-info:hover {
    text-decoration: underline;
}

.view.video .info {
    display: none;
}

.rel_in_player {
    width: 100% !important;
    height: 100% !important;
}

.view.video .comments {
    display: none;
}

.show-video-info .view.video .info,
.show-video-info .view.video .comments {
    display: block;
}

.comments-heading {
    color: #202020;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.rel_vid .heading {
    border: 1px solid #bbb;
    background: #e3e3e3;
    padding: 0 5px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.rel_vid h3 {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}

.search-toggler,
.menu-toggler {
    display: none;
}

.block.rel_vid {
    max-width: 1245px;
    margin: 10px auto 0;
}

#album_images_album_images {
    border: 1px solid #bbb;
}
.mob-duration {
    display: none;
}
@media(min-width: 1261px) {
    .rel_vid .list_videos .item {
        width: calc(20% - 5px);
    }
}
@media (max-width: 1260px) {
    .main .content {
        float: left;
        width: 750px;
    }
    .header_holder {
        max-width: 1060px;
    }
    .list_mem, .list_events, .content_holder, .row {
        max-width: 1060px;
    }
    .footer_holder {
        max-width: 1060px;
    }
    .list_videos .item {
        width: calc(33.333333% - 5px);
    }
}
@media (max-width: 1080px) {
    .main .content {
        float: none;
        width: 100%;
    }
    .thumb {
        width: calc(25% - 15px);
    }
    .list_videos .item {
        width: calc(25% - 5px);
    }
    .model-thumbs .thumb {
        width: calc(25% - 12px);
    }
    .aside {
        float: none;
        width: 100%;
    }
    .aside {
        text-align: center;
    }
    .aside .spot {
        display: inline-block;
    }
    .sidebar-models .thumb {
        width: calc(20% - 4px);
    }
    .top_search ul li {
        width: 25%;
    }
    .share_block {
        background-position: top center;
    }
    .share_block .text {
        border: 0;
    }
    .footer .logo {
        display: block;
        margin: 10px auto 0;
        float: none;
    }
    .footer .text {
        display: none;
    }
    .top_search {
        text-align: left;
    }
}
@media (max-width: 980px) {
    .search-toggler,
    .menu-toggler {
        display: block;
        position: absolute;
        top: 25px;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .search-toggler {
        right: 60px;
        background: url(../images/search.svg) no-repeat 50% 50%;
        background-size: 24px 24px;
    }
    .menu-toggler {
        right: 10px;
        background: url(../images/menu.svg?3) no-repeat 50% 50%;
        background-size: 36px 36px;
    }
    .search-opened .search-toggler,
    .menu-opened .menu-toggler {
        opacity: 0.5;
    }
    .top_nav {
        display: none;
    }
    .nav_holder {
        margin: 0;
        position: relative;
    }
    .logo {
        margin: 5px 0 0 5px;
    }
    #search {
        display: none;
        z-index: 1;
        position: absolute;
        top: 86px;
        left: 0;
        width: 100%;
        box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
    .nav_holder .holder .search input[type=text] {
        width: calc(100% - 56px);
    }
    .nav {
        display: none;
        z-index: 1;
        position: absolute;
        top: 86px;
        right: 0;
        width: 200px;
        height: 2000px;
        background: #f61b5a;
    }
    .nav li {
        float: none;
    }
    .nav li a:hover,
    .nav li.selected a {
        padding: 12px 5px;
    }
    .nav li.cats a:hover,
    .nav li.cats.selected a {
        background: #181525 url(../images/ico_nav_cats.png) no-repeat 4px 50%;
        padding: 12px 5px 12px 23px;
    }
    .nav li.comm a:hover {
        background: #181526 url(../images/ico_nav_comm.png) no-repeat 90% 50%;
        padding: 12px 23px 12px 5px;
    }
    .menu-opened .nav {
        display: block;
    }
    .search-opened #search {
        display: block;
    }
}
@media (max-width: 900px) {
    .thumb {
        width: calc(33.333333% - 15px);
    }
    .list_videos .item {
        width: calc(33.333333% - 5px);
    }
    .model-thumbs .thumb {
        width: calc(33.333333% - 12px);
    }
    .sidebar-models .thumb {
        width: calc(25% - 4px);
    }
    .top_search ul li {
        width: 33.333333%;
    }
}
@media (max-width: 600px) {
    .thumb {
        width: calc(50% - 15px);
    }
    .list_videos .item {
        width: calc(50% - 5px);
    }
    .model-thumbs .thumb {
        width: calc(50% - 12px);
    }
    .sidebar-models .thumb {
        width: calc(33.333333% - 4px);
    }
    .top_search ul li {
        width: 50%;
    }
    .view.video h1 {
        font-size: 12px;
        font-weight: normal;
    }
    .side_tags {
        display: none;
    }
}
@media (max-width: 460px) {
    .list_videos .info .added {
        display: none;
    }
    .mob-duration {
        display: block;
        position: absolute;
        bottom: 45px;
        left: 5px;
        padding: 0 5px;
        background: rgba(0,0,0,0.5);
        font-size: 11px;
        line-height: 16px;
        color: #fff;
    }
}
@media (max-width: 320px) {
    .thumb {
        width: calc(100% - 15px);
    }
    .list_videos .item {
        width: calc(100% - 5px);
    }
    .model-thumbs .thumb {
        width: calc(100% - 12px);
    }
    .sidebar-models .thumb {
        width: calc(50% - 4px);
    }
    .top_search ul li {
        width: 100%;
    }
}