@charset "UTF-8";
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;
}

fieldset, img {
  border: 0;
}

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

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

a * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

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

body {
  font: 14px/1.3 'Cuprum', Arial, Helvetica, sans-serif;
  min-height: 100%;
  min-width: 320px;
  position: relative;
  color: #000;
}

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

a:hover {
  text-decoration: none;
}

input, textarea {
  outline: none;
}

::-webkit-input-placeholder {
  color: #c0c0c0;
}

:-ms-input-placeholder {
  color: #c0c0c0;
}

::placeholder {
  color: #c0c0c0;
}

.placeholder {
  color: #c0c0c0 !important;
}

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

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

:focus::placeholder {
  color: transparent;
}

.header {
  background: url(../images/index2.jpg) repeat-x 50% 0;
  width: 100%;
}
.block.cat .thumbs .thumb{
  width: 33.33%;
  display: inline-block;
}
.block.cat .thumbs .th .thumb {
  width: 100%;
}
.block.cat .thumb .amount{
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}
.desc .row a:hover{
  color: #1a701e;
}
.no-player{
  width: 100%;
  color: #fff;
  background: #000;
  text-align: center;
  align-content: center;
  display: grid;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .header {
    background: #2a6d4a;
    height: auto;
  }
}

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

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

@media screen and (max-width: 1240px) {
  .header_holder {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .header_holder {
    padding: 10px;
  }
}

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

@media screen and (max-width: 900px) {
  .top_nav .slogan {
    margin: 0;
    float: none;
    white-space: nowrap;
  }
}

@media screen and (max-width: 740px) {
  .top_nav .slogan {
    text-align: center;
    margin: 0 0 10px;
  }
}

.top_nav ul {
  float: right;
  font-size: 13px;
  background: #246e15;
  padding: 6px;
}

@media screen and (max-width: 900px) {
  .top_nav ul {
    float: none;
    width: 100%;
    overflow: hidden;
    text-align: right;
    background: none;
    padding: 0;
  }
}

@media screen and (max-width: 740px) {
  .top_nav ul {
    text-align: center;
  }
}

.top_nav {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .top_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 0 0;
  }
}

@media screen and (max-width: 740px) {
  .top_nav {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

@media screen and (max-width: 900px) {
  .top_nav ul li {
    float: right;
    background: none;
  }
}

@media screen and (max-width: 740px) {
  .top_nav ul li {
    float: none;
    display: inline-block;
    padding: 0 7px;
  }
}

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

.top_nav ul li a {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .top_nav ul li a {
    font-size: 12px;
  }
}

.top_nav ul li a:hover {
  /*color:#35b5eb;*/
  text-decoration: underline;
}

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

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

.nav_holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .nav_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.logo {
  background: url(../images/bg_logo.png) no-repeat;
  width: 211px;
  height: 64px;
  overflow: hidden;
  text-indent: -9999px;
  margin: -7px 10px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-background-size:cover;
  background-size:cover;
}


@media screen and (max-width: 600px) {
  .logo {
    margin: 10px 0;
  }
}

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

.nav_holder .holder {
  margin: 10px 0 0 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  width: 90%;
  height: 40px;
}

@media screen and (max-width: 600px) {
  .nav_holder .holder {
    width: 100%;
    margin: 0 0 10px;
  }
}

.nav_holder .holder .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nav_holder .holder .search input[type=text] {
  border: none;
  background: #fff;
  color: #000;
  padding: 10px 10px 11px;
  height: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.search_select:hover {
  background-position: 0 100%;
}

.search_select:hover .drop {
  display: block;
}

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

.search_select .drop {
  left: -76px;
  top: 40px;
  width: 161px;
}

@media screen and (max-width: 1024px) {
  .search_select .drop {
    left: auto;
    right: 0;
  }
}

.search_select .drop .label {
  display: block;
}

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

.drop a input {
  float: left;
  margin: 1px 6px 0 0;
}

.drop a:hover {
  background: #ff6d00;
}

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

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

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

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

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

.search_select .drop .mem a:hover,
.search_select .drop .mem.selected a {
  /*background:#ff6d00 url(/images/ico_drop_mem.png) no-repeat 8px 6px;*/
  /*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;
  /*background:url(../images/bg_search_btn.gif) no-repeat;*/
  width: 38px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
}

.nav_holder .holder .search input[type=submit]:hover {
  background-position: 0 100%;
}

.nav {
  background: #ff6d00;
  background: linear-gradient(to bottom, #ff6d00 0%, #ffc900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d00', endColorstr='#ffc900',GradientType=0 );
  text-transform: uppercase;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 295px;
    z-index:100;
    background: #ff6d00;
    background: linear-gradient(to right, #ff6d00 0%, #ffc900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d00', endColorstr='#ffc900',GradientType=1 );
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

@media screen and (max-width: 480px) {
  .nav {
    width: 270px;
  }
}

.menu-opened .nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

.nav li {
  border-left: 1px solid #d68200;
  position: relative;
}

.nav li:first-child {
  border: none;
}

.nav li a {
  display: block;
  padding: 12px 17.4px;
  color: #fff;
  line-height: 16px;
}

.nav li a:hover,
.nav li.selected a {
  background: #ff6d00;
}

.nav li.cats a {
  background: url(/images/ico_nav_cats.png) no-repeat 14px 50%;
  /*background:url(../images/ico_nav_cats.png) no-repeat 14px 50%;*/
  padding: 12px 15px 12px 33px;
}

.nav li.comm a {
  background: url(/images/ico_nav_comm.png) no-repeat 90% 50%;
  /*background:url(../images/ico_nav_comm.png) no-repeat 90% 50%;*/
  padding: 12px 33px 12px 15px;
}

.nav li.cats a:hover,
.nav li.cats.selected a {
  background: #ff6d00 url(/images/ico_nav_cats.png) no-repeat 14px 50%;
  /*background:#35b5eb url(../images/ico_nav_cats.png) no-repeat 14px 50%;*/
  padding: 12px 15px 12px 33px;
}

.nav li.comm a:hover {
  background: #ff6d00 url(/images/ico_nav_comm.png) no-repeat 90% 50%;
  /*background:#35b5eb url(../images/ico_nav_comm.png) no-repeat 90% 50%;*/
  padding: 12px 33px 12px 15px;
}

.nav li.comm:hover .drop {
  display: block;
}

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

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

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

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

.main {
  width: 100%;
  max-width: 1228px;
  margin: 0 auto;
}

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

.main .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main .content .block {
  padding: 2px 5px 10px;
}

@media screen and (max-width: 1024px) {
  .main .content .block {
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .main .content .block {
    padding: 5px;
  }
}

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

.block {
  background: #fff;
  border: 1px solid #e0e0e0;
}

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

@media screen and (max-width: 1024px) {
  .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
}

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

@media screen and (max-width: 1024px) {
  .heading:after {
    display: none;
  }
}

h2 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.content h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .content h2 {
    font-size: 21px;
  }
}

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

.heading .sort {
  float: right;
  text-transform: uppercase;
  top: 1px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .heading .sort {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    background: #fff;
  }
}

.heading.filter-opened .sort {
  display: block;
}

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

@media screen and (max-width: 1024px) {
  .heading .sort li {
    float: none;
  }
}

.heading .sort li a {
  color: #969696;
  display: block;
  padding: 11px 12px;
  background: #f4f4f4;
}

.heading .sort li a:hover {
  color: #000;
}

.heading .sort li.selected {
  margin: 0 -1px 0 0px;
  border-left: none;
}

.heading .sort li.selected a {
  background: #fff;
  color: #000;
  border-width: 1px 1px 0;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  border: 1px solid #c0c4c6;
  border-width: 1px 1px 0;
}

.thumbs {
  margin: 0 0 0 -10px;
  line-height: 0;
  font-size: 0;
  height:auto !important;
}

@media screen and (max-width: 480px) {
  .thumbs {
    margin: 0 0 0 -5px;
  }
}

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

.th {
  display: inline-block;
  line-height: 1.4;
  width: 33.33%;
  padding: 10px 0 0 10px;
}

@media screen and (max-width: 640px) {
  .th {
    width: 50%;
  }
  .block.cat .thumbs .thumb{
    width: 50%;    
  }
}

@media screen and (max-width: 480px) {
  .th {
    padding: 5px 0 0 5px;
  }
}

@media screen and (max-width: 375px) {
  @media screen and (max-width: 640px) {
    .th {
      width: 100%;
    }
    .block.cat .thumbs .thumb{
      width: 100%;
    }
  }
}

.thumb {
  display: block;
  border: 1px solid #e0e0e0;
}

.thumb:hover .img .wiews,
.thumb:hover .img .time {
  display: none;
}

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

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

.thumb .img img {
  display: block;
  width: 100%;
}

.thumb .img .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  /*background:rgba(255, 109, 0, 0.7);*/
  background: #FF6D00;
  color: #fff;
  padding: 5px;
  font-size: 11px;
}

.thumb .img .time {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  font-size: 14px;
}

.thumb .title_holder {
  display: block;
  width: 100%;
  overflow: hidden;
}

.thumb .title_holder .like {
  float: right;
  border: 1px solid #e6e6e6;
  background: url(/images/ico_like.png) no-repeat 50% 3px;
  /*background:url(../images/ico_like.png) no-repeat 50% 3px;*/
  padding: 22px 4px 0 4px;
  text-align: center;
  font-size: 14px;
  color: #9fbb1a;
  font-weight: bold;
  min-width: 28px;
  display: none;
}

.thumb .info {
  display: block;
  background: #f7f7f7;
  overflow: hidden;
  padding: 7px 5px;
}

.thumb .wiews {
  float: right;
  background: rgba(0, 0, 0, 0.8) url(../images/ico_view.png) no-repeat 3px 50%;
  font-size: 14px;
  padding: 4px 5px 4px 23px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.thumb:hover .title {
  color: #1a701e;
}

.thumb:hover .like {
  color: #fff;
  background: #ff6d00 url(/images/ico_like.png) no-repeat 50% -29px;
  /*background:#9fbb1a url(../images/ico_like.png) no-repeat 50% -29px;*/
}

.aside {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 1279px) {
  .aside {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
}

.upload {
  display: block;
  font-size: 26px;
  color: #fff;
  background: #FF8700 url(../images/bg_upl_btn.gif) no-repeat;
  padding: 7px 0 8px 65px;
}

@media screen and (max-width: 1279px) {
  .upload {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.upload:hover {
  background: #ff6d00 url(../images/bg_upl_btn.gif) no-repeat;
}

.section .box {
  display: none;
}

.section .box.visible {
  display: block;
}

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

.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 .home:hover {
  background-position: 0 100%;
}

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

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

.mem_block .tabs li:hover, .mem_block .tabs li.current {
  background: #0ea215;
}

.mem_block .tabs li.tab_mem {
  background: #1a701e url(/images/bg_tab_mem.png) no-repeat 11px 50%;
  /*background:#3f67c0 url(../images/bg_tab_mem.png) no-repeat 11px 50%;*/
  padding: 12px 38px 13px 50px;
}

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

.list_mem,
.list_events {
  width: 100%;
  overflow: hidden;
}

.list_mem .mem_nav,
.list_events .mem_nav {
  display: table;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 9px;
  background: #ff6d00;
  background: linear-gradient(to bottom, #ff6d00 0%, #ffc900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d00', endColorstr='#ffc900',GradientType=0 );
}

.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 .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 {
  background: #ff6d00;
}

.list_mem .gallery,
.list_events .gallery {
  width: 100%;
  overflow: hidden;
}

.list_mem .gallery-holder,
.list_events .gallery-holder {
  width: 300px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  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 {
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 440px;
}

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


.list_mem .gallery-holder li,
.list_events .gallery-holder li {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 440px;
}

@media screen and (max-width: 767px) {
  .mem_list .th {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .mem_list .th {
    width: 100%;
  }
}

.member {
  width: 91px;
  float: left;
  text-align: center;
  position: relative;
}

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

.member:hover .hover {
  display: block;
}

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

.member .title {
  display: block;
  color: #000;
}

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

.member .country {
  font-size: 9px;
  font-weight: 600;
  display: block;
}

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

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

.member strong {
  margin: 0 0;
}

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

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

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

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

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

.list_mem .next:hover,
.list_mem .prev:hover,
.list_events .next:hover,
.list_events .prev:hover {
  background-position: 0 100%;
}

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

.list_mem .mem_create,
.list_events .mem_create {
  display: inline-block;
  background: #1a701e;
  padding: 12px 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.list_mem .mem_create:hover,
.list_events .mem_create:hover {
  background: #0ea215;
}

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

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

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

.top_search ul li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #e0e0e0;
}

.top_search ul li a {
  display: block;
  padding: 7px 30px 7px 18px;
  background: url(/images/bullet1.png) no-repeat 5px 10px;
  /*background:url(../images/bullet1.png) no-repeat 5px 10px;*/
  color: #000;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

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

.top_search ul li a span {
  float: right;
  font-size: 10px;
  color: #7e7e7e;
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -7px 0 0 0;
}

.top_search ul li a:hover span {
  color: #000;
}

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

.side_tags:first-child {
  margin: 0;
}

.side_tags h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  background: #1a701e;
  padding: 12px 0;
  font-weight: 500;
}

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

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

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

.side_tags ul li a:hover {
  color: #ff6d00;
}

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

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

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

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

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

.pagination ul {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: -5px 0 0 -2px;
}

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

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

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

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

.pagination ul li.prev a {
  background: #ebebeb url(/images/bg_pag_prev.png) no-repeat 8px 50%;
  /*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%;
  /*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%;
  /*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%;
  /*background:#fff url(../images/bg_pag_next.png) no-repeat 42px 50%;*/
}

.content_holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1279px) {
  .content_holder {
    display: block;
  }
}

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

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

.bottom_spot .spot:first-child {
  margin: 0;
}

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

@media screen and (max-width: 767px) {
  .footer {
    height: auto;
  }
}

.footer_holder {
  max-width: 1228px;
  margin: 0 auto;
  overflow: hidden;
}

.footer .logo {
  margin: 23px 9px 0 0;
}

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

@media screen and (max-width: 767px) {
  .footer .text {
    text-align: center;
  }
}

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

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

@media screen and (max-width: 767px) {
  .footer .text ul li {
    display: inline-block;
    border: none;
    margin: 3px 0;
  }
}

.footer .text ul li:first-child {
  border: none;
}

.footer .text ul li a {
  color: #fff;
}

.footer .text ul li a:hover {
  text-decoration: underline;
}

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

.side_rel_alb, .side_rel_vid {
  float: left;
  width: 235px;
  text-align: center;
}

.side_rel_alb h2 {
  text-align: left;
}

.alb .thumb {
  float: none;
  display: inline-block;
  text-align: left;
}

.alb .th {
  width: 20%;
}

@media screen and (max-width: 900px) {
  .alb .th {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .alb .th {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .alb .th {
    padding: 5px 0 0 5px;
  }
}

.side_rel_alb_btn {
  width: 222px;
  margin: 10px auto 0;
  overflow: hidden;
}

.btn {
  text-transform: uppercase;
  color: #fff;
  background: #1a701e;
  padding: 12px 15px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background: #26795F;
}

.side_rel_alb_btn .btn {
  float: left;
  font-weight: normal;
  padding: 12px 8px;
}

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

.view {
  /*  float:left;
    width:682px !important;*/
  float: none;
  width: auto;
}

.view2 {
  float: left !important;
  width: 686px !important;
}

.content.views {
  width: 100%;
  padding: 9px 0 0 0;
}

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

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

.view .info {
  color: #969696;
  padding: 10px 0 0 0;
}

.info_row {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  background: #f4f4f4;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


@media screen and (max-width: 1024px) {
  .info_row {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

@media screen and (max-width: 480px) {
  .info_row .cell:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.info_row .cell {
  float: left;
  margin: 0 0 0 16px;
  padding: 0px 0 0 12px;
  border-left: 1px solid #dde2e4;
  height: 40px;
}

@media screen and (max-width: 1024px) {
  .info_row .cell {
    float: none;
    height: auto;
  }
}

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

@media screen and (max-width: 480px) {
  .info_row .rating {
    width: 100%;
    margin: 0;
    float: none;
  }
}

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

@media screen and (max-width: 480px) {
  .btn_like {
    left: 0;
  }
}

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

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

@media screen and (max-width: 480px) {
  .btn_dislike {
    right: 0;
  }
}

.cell .add {
  float: left;
  padding: 5px 0 0 15px;
}

.cell .add .row {
  margin: 0px;
}

@media screen and (max-width: 1024px) {
  .cell .add .row {
    margin: 5px 0 0 0;
  }

  .cell .add .row:first-child {
    margin:0;
  }
}

.info_row strong {
  color: #949494;
}

.info_row span {
  color: #333333;
}

.cell.viewed {
  padding: 4px 0 0 17px;
}

.cell.viewed strong {
  display: block;
}

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

.cell.add_fav a {
  line-height: 32px;
  display: block;
  background: url(/images/btn_fav.gif) no-repeat;
  /*background:url(../images/btn_fav.gif) no-repeat;*/
  color: #969696;
  text-indent: -9999px;
}

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

.lists ul:first-child {
  margin: 0;
}

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

.lists li {
  float: left;
  margin: 0 5px 2px 0;
  color: #949494;
}

.lists a {
  color: #949494;
  border-bottom: 1px dotted #000;
}

.lists a:hover {
  border: none;
}

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

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

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

.comments .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.embed input[type=button] {
  position: absolute;
  top: 0;
  left: 94px;
  opacity: 0;
  width: 471px;
  height: 41px;
  z-index: 100;
}

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

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

@media screen and (max-width: 1024px) {
  .embed textarea {
    width: 100%;
    height: 60px;
  }
}

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

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

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

.embed select {
  width: 89px;
}

.embed .selectArea {
  float: left;
}

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

.desc .btns .download {
  background: #b2b9bd url(/images/ico_download.png) no-repeat 15px 50%;
  /*background:#b2b9bd url(../images/ico_download.png) no-repeat 15px 50%;*/
  width: 138px;
  text-indent: 20px;
}

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

.desc .btns a {
  float: left;
  padding: 12px 0;
  width: 253.6px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 21px;
  text-indent: 23px;
  background: #b2b9bd;
  margin: 0 0 0 1px;
}

@media screen and (max-width: 700px) {
  .desc .btns a {
    font-size: 16px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 570px) {
  .desc .btns a {
    float: none;
    display: block;
    width: 100% !important;
    margin: 5px 0 0 0;
    text-align: left;
    padding: 10px 20px 10px;
  }
}

.info.alb .desc .btns a {
  width: 165.5px;
}

.desc .btns a:first-child {
  margin: 0;
}

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

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

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

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

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

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

.view .desc {
  width: 100%;
  overflow: hidden;
  margin: 0 0 5px;
  font-size: 18px;
  color: #475055;
}

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

.comments {
  width: 100%;
  overflow: hidden;
  background: #f4f4f4;
  border-top: 1px solid #e3e3e3;
  margin: 10px 0 0 0;
}

.comments form {
  padding: 5px 10px;
}

@media screen and (max-width: 480px) {
  .comments form {
    padding: 10px;
  }
}

.comments h2 {
  color: #475055;
  font-size: 22px;
  text-transform: none;
  font-weight: 200;
  margin: 0 0 8px;
}

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

.comments .label input[type=text] {
  float: left;
}

input[type=text], textarea, input[type=password] {
  background: #fff;
  border: 1px solid #dde2e4;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
}

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

.comments textarea {
  height: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.submit:hover {
  background: #1A701E;
  color: #fff;
}

.comments .submit {
  min-width: 68px;
  margin: 0 0 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .comments .submit {
    padding: 10px;
    font-size: 11px;
  }
}

.row.y_name {
  margin: 0 0 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 480px) {
  .row.y_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.submit:ho 33ccff .comments .submit {
  float: right;
  min-width: 68px;
}

.aside .spot {
  margin: 10px 0 0 0;
}

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

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

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

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

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

.cat .thumb .title {
  line-height: 19px;
}

.cat .th {
  width: 25%;
}

@media screen and (max-width: 640px) {
  .cat .th {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .cat .th {
    padding: 5px 0 0 5px;
  }
}

.amount {
  float: right;
  border: 1px solid #e6e6e6;
  color: #ff6d00;
  text-transform: uppercase;
  font-size: 11px;
  padding: 2px 3px;
  font-weight: bold;
}

.amount span {
  color: #a0a0a0;
}

.cat .thumb:hover {
  background: #1a701e;
}

.cat .thumb:hover .title {
  color: #fff;
}

.cat .thumb:hover .amount {
  background: #ff6d00;
  border: 1px solid #ff6d00;
  color: #fff;
}

.cat .thumb:hover .amount span {
  color: #fff;
}

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

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

@media screen and (max-width: 950px) {
  .mem_search {
    display: none;
  }
}

.mem_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.mem_search select {
  width: 149px;
}

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

.mem_search .row a, .mem_search .row span {
  float: left;
}

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

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

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

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

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

.mem_search .checkboxArea {
  float: left;
  margin: 0 5px 0 0;
}

.mem_list .member {
  line-height: 1.4;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 5px;
  text-align: left;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.mem_list .member .img {
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 91px;
}

.mem_list .member .mem_info {
  width: 100%;
  display: block;
  padding: 2px 6px;
  overflow: hidden;
  font-size: 10px;
  color: #949494;
  border-top: 1px solid #e6e6e6;
  background: #f3f3f3;
  background: linear-gradient(to bottom, #f3f3f3 0%, #fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#fcfcfc', GradientType=0);
  margin: 0;
}

.member-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 90%;
  position: relative;
}

.mem_list .member .mem_info .add {
  float: left;
}

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

.mem_list .member .mem_info span {
  margin: 0;
}

.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 1px;
}

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

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

.events .desc:hover,
.events .member .title:hover {
  text-decoration: underline;
}

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

.events {
  margin: 10px 0 0 0;
}

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

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

.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 h3 a:hover {
  text-decoration: none;
}

.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;
}

@media screen and (max-width: 1279px) {
  .side_login_block .right {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .side_login_block .right {
    width: 74%;
  }
}

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

@media screen and (max-width: 1279px) {
  .side_login_block input[type=text],
  .side_login_block input[type=password] {
    width: 100%;
  }
}

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 .checkboxArea {
  float: left;
  margin: 0 5px 0 0;
}

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

.side_login_block .row {
  margin: 10px 0 0 0;
}

.side_login_block .row:first-child {
  margin: 0;
}

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

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

.forgot:hover {
  text-decoration: underline;
}

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

@media screen and (max-width: 600px) {
  .member_content {
    padding: 0;
  }
}

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

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

.forms .right {
  float: right;
}

@media screen and (max-width: 600px) {
  .forms .right {
    float: none;
  }
}

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

@media screen and (max-width: 980px) {
  .member_content .left_col {
    margin: 10px 0 0 0;
  }
  .member_content .left_col:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .member_content .left_col {
    float: none;
    width: 100%;
  }
}

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

.member_content .left_col .right {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member_content .left_col .right #file_name {
  width: 200px;
}

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

@media screen and (max-width: 600px) {
  .member_content .left_col label {
    width: 100%;
    text-align: left;
  }
}

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

.member_content .left_col select {
  width: 269px;
}

.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 {
  margin: 10px 0 0 0;
  position: relative;
}

.member_content .row:first-child {
  margin: 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: left;
  margin: 0 0 0 5.5px;
}

.member_content .row.birth .selectArea {
  float: right;
}

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

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

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

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

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

.forms .check .checkboxArea {
  float: left;
  margin: 0 5px 0 0;
}

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

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

.forms .submit {
  background: #ff8700;
  color: #fff;
}

.forms .submit:hover {
  background: #ff6d00;
}

.member_vid {
  margin: 20px 0 0 0;
}

.row.member_vid .thumb {
  margin: 8px 1.7px 0 0;
}

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

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

.member_menu .ava_holder .avatar {
  float: left;
  margin: 0 15px 0 0;
}

.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 #535c70;
  border-width: 1px 0;
}

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

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

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

.member_menu .stats .cell a:hover span, .member_menu .stats .cell a:hover strong {
  color: #fff;
}

.member_menu .stats .cell:first-child {
  border: none;
}

.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: #484d59 url(/images/bg_mem_menu_li.gif) no-repeat 1px 50%;
  /*background:#484d59 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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*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;
  /*background:url(../images/ico_logout.png) no-repeat 20px -37px;*/
}

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

.member_menu .menu li a:hover span, .member_menu .menu li.selected a span {
  background: #f61b5a;
}

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

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

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

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

.member_content p a {
  color: #356943;
}

.member_content p a:hover {
  text-decoration: underline;
}

.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;
}

@media screen and (max-width: 600px) {
  .mem_stats .right {
    position: static;
  }
}

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

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

.prof .btn, .prof .submit {
  float: left;
  margin: 0 5px 0 0;
}

.prof .row {
  /*margin:-24px 0 0 0;*/
}

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

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

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

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

.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: 160px;
  float: left;
}

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

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

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

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.video > .block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /*width:80%;*/
}

.player-side {
  width: 225px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 1023px) {
  .player-side {
    width: 100%;
    margin: 0;
  }
  .player-side .bigClickTeasersBlock#bc_teasers_block_311 {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.player {
  margin: 8px 0 0 0;
  position: relative;
}

.cs {
  margin: 10px 0 0 0;
}

.view.video .add_fav a {
  text-transform: uppercase;
  text-indent: 0;
  font-size: 14px;
  line-height: 39px;
  text-indent: -9999px;
}

.view.video .cell.viewed,
.view.album .cell.viewed {
  padding: 4px 8px 0 26px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 1024px) {
  .view.video .cell.viewed,
  .view.album .cell.viewed {
    max-width: 100%;
    padding: 3px 10px;
    margin: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
}

.cell.cell-cat span {
  font-size: 12px;
  font-weight: bold;
}

.cell.cell-cat strong {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .view .cell.viewed strong {
    margin: 0 5px 0 0;
  }
}

.cell.cell-cat a {
  color: #246e15;
}

.cell.cell-cat a:hover {
  color: #0ea215;
}

.view.video .cell .add,
.view.album .cell .add {
  padding: 4px 11px 0 17px;
}

@media screen and (max-width: 480px) {
  .view.video .cell .add,
  .view.album .cell .add {
    padding: 3px 10px;
  }
}

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

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

.g_hidden {
  display: none;
}

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

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

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

.posts .post .sub:hover {
  text-decoration: underline;
}

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

.posts .post .avatar {
  float: left;
}

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

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

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

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

.share_imgs {
  /*float:left;*/
  margin: 0 19px 0px 0;
  display: block;
  width: 100%;
  text-align: center;
}

.share_imgs > div {
  display: inline-block;
}

.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;
  margin: 0 0 0 -240px;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  font-size: 13px;
  display: none;
  z-index: 100;
}

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

.popup h2 .close {
  float: right;
  background: url(/images/bg_close.png) no-repeat;
  /*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 p {
  font-weight: 600;
}

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

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

.popup .row {
  margin: 10px 0 0 0;
}

.popup input {
  float: left;
}

.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 .ch .checkboxArea {
  float: left;
  margin: 0 5px 0 0;
}

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

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

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

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

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

.popup .opt a:hover {
  text-decoration: underline;
}

.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 {
  padding: 5px;
  margin: 10px 0 0 0;
}

.rel_vid .thumb {
  margin: 8px 24px 0 0;
}

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

.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;
}

.list_events.box .events {
  margin: 0;
}

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

.events.glob {
  margin: 0;
}

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

.control {
  margin: 10px 0 0 0;
}

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

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

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

/*upload_popup*/
.uploader_popup {
  border-radius: 5px;
  box-shadow: 0 0 15px -2px #000;
}

.file_pop {
  color: #969696;
}

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

.file_pop.form .block {
  border: none;
}

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

.file_pop.form .row:first-child {
  margin: 0;
}

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

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

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

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

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

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

.file_pop.form input[type="text"],
.file_pop.form input[type="password"] {
  float: none;
  width: 311px;
}

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

.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 transparent;
  border: medium none;
  color: #4D4848;
  font-weight: bold;
  margin: 9px 18px 0 0;
  cursor: pointer;
}

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

.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;
  border-radius: 2px 2px 2px 2px;
}

/*upload_popup*/
#zclip-ZeroClipboardMovie_1 {
  opacity: 0;
}

.row.del {
  margin: 10px 0 0 0;
}

.mess .post {
  background: #F4F4F4;
}

.row.sm {
  margin: 10px 0 0 0;
}

.row.sm h2 {
  margin: 0 0 10px;
}

.row.sm .row {
  margin: 10px 0 0 0;
}

.popup.log_popup.active,
.bg.active {
  display: block;
}

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

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

.tags_columns {
  overflow: hidden;
  width: 100%;
  margin: 0 0 0 -35px;
}

@media screen and (max-width: 1024px) {
  .tags_columns {
    margin: 0 0 0 -20px;
  }
}

.tags_columns ul {
  float: left;
  padding: 0 0 0 35px;
  width: 20%;
}

@media screen and (max-width: 1024px) {
  .tags_columns ul {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 1023px) {
  .tags_columns ul {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .tags_columns ul {
    width: 50%;
  }
}

@media screen and (max-width: 420px) {
  .tags_columns ul {
    width: 100%;
  }
}

.tags_columns ul li {
  border-bottom: 1px solid #DFDFDF;
  font-size: 14px;
  line-height: 16px;
}

.tags_columns ul li a {
  color: #989898;
  display: block;
  overflow: hidden;
  padding: 12px 10px;
}

.tags_columns ul li a em {
  text-align: left;
  color: #090B0F;
}

.tags_columns ul li a span {
  color: #8D8D8D;
  float: right;
  font-size: 11px;
  line-height: 1.2;
}

.tags_columns ul li a:hover {
  background: #ff6d00;
  color: #fff;
}

.tags_columns ul li a:hover em,
.tags_columns ul li a:hover span {
  background: #ff6d00;
  color: #fff;
}

.tag_btn {
  width: 100%;
  overflow: hidden;
  padding: 5px 0 0;
  font-size: 14px;
}

.tag_btn a {
  float: right;
}

.side_tags ul li.lists a:hover {
  color: #fff;
}

.thumb .title_holder .title {
  height: 42px;
  overflow: hidden;
  display: block;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.desc .btns a.fav_l {
  background: #b2b9bd url(/images/1.png) no-repeat 19px 50%;
}

.desc .btns a.fav_l:hover {
  background: #1a701e url(/images/1.png) no-repeat 19px 50%;
}

.selectArea {
  font-size: 12px;
}

.list_mem .gallery-holder li, .list_events .gallery-holder li {
  background: #eee;
}

.options {
  left: 2px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  z-index: 100;
}

.info.alb .embed textarea {
  height: 15px;
}

.info.alb .code .label {
  line-height: 27px;
}

.info.alb .code .mess {
  line-height: 26px;
}

.forms label {
  font-weight: 600;
}

.message_error {
  color: red;
}

.block.signup.upl.alb_upl .forms input[type=file] {
  width: 289px;
  padding: 0 10px 10px;
}

.b_slogan {
  text-align: right;
}

.b_slogan h2 {
  color: #FFFF00;
  text-shadow: 0 0 3px #fff;
  font-weight: normal;
}

.slideshow-controls {
  display: none;
}

iframe {
  border: none;
}

body .ui-widget-content {
  height: 300px !important;
  overflow: auto;
  width: 393px !important;
}

#innerad {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  /*border-top: 2px solid #222;*/
  bottom: 24px;
  height: 15px;
  left: 0;
  overflow: hidden;
  padding: 0 0 11px;
  position: absolute;
  visibility: hidden;
  width: 660px;
  z-index: 1000;
}

/*#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 #closead {
  height: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  z-index: 100;
  /*background: url('../images/cross1.png') no-repeat scroll 0px 0px transparent;*/
  color: #fff;
  background: #333;
  text-align: center;
  line-height: 13px;
  border-radius: 3px;
}

#innerad #closead:hover {
  background: #ff0000;
}

#innerad .item {
  overflow: hidden;
  width: 100%;
}

.top_text {
  padding: 0 0 25px;
  position: relative;
  font-size: 15px;
}

@media screen and (max-width: 375px) {
  .top_text .holder {
    overflow: hidden;
    height: 76px;
  }
}

.btn_more {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-bottom: 1px dotted #000;
  font-size: 12px;
  display:none;
}

@media screen and (max-width: 375px) {
 .btn_more {
   display:block;
 }
}

.btn_more:hover {
  border-bottom: 1px dotted transparent;
}

.cat {
  border: none;
}

.cat .thumb .title_holder .title {
  display: inline-block;
  height: auto;
  width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 375px) {
  .cat .thumb .title_holder .title {
    width: 58%;
    font-size: 14px;
    line-height: 19px;
  }
}

.serach_results {
  width: auto;
  overflow: hidden;
  padding: 10px;
  font-size: 13px;
  line-height: 28px;
}

.serach_results li {
  float: left;
  margin: 0 15px 0 0;
}

.serach_results li a:hover {
  color: #f61b5a;
}

.rel_vid iframe {
  height: 300px;
}

body > .thumb {
  background: #777;
  background: linear-gradient(to bottom, #777 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777', endColorstr='#fff',GradientType=0 );
}

.thumb .frame-logo img {
  background: none !important;
  box-shadow: none !important;
}

.thumb .frame-logo {
  /*background:#000 !important;
    box-shadow:inset 0 0 5px 5px  #fff !important;*/
}

.videos-holder .image {
  position: relative;
  display: block;
  margin: 0 auto;
}

.videos-holder .image:after {
  display: block;
  clear: both;
  content: "";
}

.videos-holder img {
  position: absolute;
  left: 0;
  top: 0;
}

.videos-holder video {
  width: 100%;
}

/*floating window*/
/*.thumb-video-holder{
    position:absolute;
    top:50%;
    left:50%;
    width: 370px;
    height: 205px;
    display:none;
    border:2px solid #e0e0e0;
    margin: -80px 0 0 -185px;
    z-index:1000;
    overflow:hidden;
    -webkit-box-shadow:0 0 19px -4px #000;
    -moz-box-shadow:0 0 19px -4px #000;
    box-shadow:0 0 19px -4px #000;
}*/
.thumb-video-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  z-index: 1000;
  overflow: hidden;
}

.videos-holder .th-loader {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 25px;
  height: 25px;
  display: none;
  /*background:url(../images/loader.gif) no-repeat;*/
  background: url(/images/loader.gif) no-repeat;
  background-size: cover;
}

.alertBoxBlock {
  margin-top: 107px;
  position: fixed;
  width: 100%;
  z-index: 11105;
  text-align: center;
  top: 0;
  left: 0;
  display: none;
}

#disclaimer-content {
  width: 700px;
  height: 445px;
  border: 4px solid #D22934;
  background: url("/images/plus_18.png") 50% 50px no-repeat #fff;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
}

#disclaimer-txt {
  font-size: 14px;
  margin-top: 220px;
  padding: 0px 30px;
}

#disclaimer-txt p {
  margin: 10px 0;
}

#disclaimer-content .buttons {
  text-align: center;
  margin-top: 50px;
}

#disclaimer-content .buttons a {
  font-size: 30px;
  color: #FCB60E;
  text-decoration: none;
  text-transform: uppercase;
}

#disclaimer-content .button-entrer {
  margin-right: 50px;
}

.alertcover {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: none;
}

.main .no_aside .content {
  float: none;
  width: 100%;
  box-sizing: border-box;
}

.main .no_aside .content.home .block {
  width: 100%;
  box-sizing: border-box;
}

.main .no_aside .thumb {
  width: 100%;
}

.videos-holder img {
  width: 100%;
  height: 100%;
}

.videos-holder .image {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-bottom: 56.25%;
}

.main .no_aside .videos-holder video {
  /*width: 229px;
    height: 128px;*/
}

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

.more_button span {
  display: inline-block;
  background: #246e15;
  border: 1px solid #1a701e;
  color: #fff;
  border-radius: 2px 2px 2px 2px;
  padding: 7px 10px;
  cursor: pointer;
}

.more_button span:hover {
  background: #0ea215;
}

.video-soc-icos {
  position: absolute;
  top: 38px;
  right: 10px;
  width: 36px;
  height: 100px;
}

.addthis_toolbox a {
  margin: 0 !important;
}

.page-error {
  font-size: 26px;
  padding: 5px 25px;
  font-weight: bold;
}

.err404 .heading h2 {
  text-transform: none !important;
  line-height: 26px !important;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.err404 .mobile-filter{
  display:none;
}

@media screen and (max-width: 767px) {
  .err404 center img{
    width:100%;
  }
}

/*.view h2{
    text-transform: none;
    font-weight: normal;
    font-size: 28px;
}*/
.addthis_responsive_sharing {
  margin: -1px 0 0 -1px !important;
}

.view.album {
  width: 100% !important;
}

.album_images {
  margin: -1px 0 0 -2px;
  font-size: 0;
  line-height: 0;
}

.album_images .th {
  width: 20%;
  padding: 2px 0 0 2px;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .album_images .th {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .album_images .th {
    width: 50%;
  }

  .view.video .desc {
    padding: 0;
  }
  .row.btns{
    display: none;
  }
  .cs{
    padding: 0;    
  }
}

@media screen and (max-width: 374px) {
  .album_images .th {
    width: 100%;
  }
}

.album_images a {
  margin: 0;
  display: block;
}

.content.views.album {
  width: 100%;
}

.alb_prew.thumbnail {
  width: 100%;
  display: block;
  height: auto;
}

.alb_prew.thumbnail:hover {
  box-shadow: 0px 1px 7px -2px #000;
}

.view.album .embed {
  margin: 0px !important;
  padding: 0px !important;
}

.bottom_cats {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  font-size: 18px;
  line-height: 20px;
  padding: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-top: 10px;
}

.bottom_cats li {
  padding: 0 15px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.bottom_cats .c_total {
  color: #666;
}

.bottom_cats a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom_cats .c_dots {
  background: linear-gradient(to right, #666 25%, transparent 0) 0 100% repeat-x;
  background-size: 4px 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 17px;
  margin: 0 10px;
}

.mobile-btn {
  display: none;
  position: relative;
  width: 35px;
  height: 25px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .mobile-btn {
    display: block;
  }
}

.mobile-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: #fff;
}

.mobile-filter {
  display: none;
}
@media screen and (max-width: 480px) {
  .th {
      width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-filter {
    display: block;
  }
}

.mobile-filter .svg-icon {
  font-size: 25px;
  color: #717171;
}

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.rel_vid .th{
  position: relative;
}
.rel_vid .th .tag_in_thumb{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-radius: 3px 0 0 0;
}
.rel_vid .th .tag_in_thumb .item_tag_link_in{
  font-size: 16px !important;
}
.rel_vid .thumb .title_holder {
  height: 65px;
}