body {
  color: #fff;
  background: #000;
  font-family: Arial, sans-serif;
}

img {
  border: 0;
  -webkit-border-radius: .3em .3em .3em .3em;
  -moz-border-radius: .3em .3em .3em .3em;
  border-radius: .3em .3em .3em .3em;
}



.transparent-bg {
    background-color: rgba(0, 0, 0, 0.7);
    background-color: hsla(0, 0%, 20%, 0.7);
    background-color: #333333100;
    text-shadow: 0 2px 5px rgba(0,0,0,0.9);
}


.header {
  background-image: url(/images/header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 240px;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}


/*=============================================
=                    Menu                    =
=============================================*/
.menu {
  min-height: 3.75rem;
  line-height: 3.75rem;
  border-top: 1px solid white;
  -border-bottom: 1px solid white;
}

.menu .navbar {
  padding: 0 1rem;
}

.menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.menu .nav-link {
  padding: 0 1rem;
  font-size: 1.125rem;
}

.navbar-dark .navbar-brand,
.menu .navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.menu .navbar-dark .navbar-nav .nav-link:hover {
  color: #FFEFFC;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/*=====          End of Menu          ======*/

/*=============================================
=                   Footer                   =
=============================================*/
.footer {
  border-top: 1px solid #222;
}

.footer a {
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
}

.footer a:hover {
  color: #000;
  text-decoration: underline;
}

/*=====         End of Footer         ======*/


/*=============================================
=                  Profiles                  =
=============================================*/

.profiles__status {
  position: absolute;
  z-index: 8;
}

.profiles__status_vip {
  top: 5px;
  right: 20px;
}

.profiles__status_real {
  top: 50px;
  right: 50px;
}

.profiles__link {
  padding-left: 1rem;
  padding-right: 1rem;
  background: #222;
  height: 30px;
}

.profiles__link a {
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}

/*=====        End of Profiles        ======*/

/*=============================================
=                   Profile                   =
=============================================*/
.profile__info {
  max-height: 700px;
}
/*=====         End of Profile         ======*/



.main_editor_16 {
  background: url(/images/icons/main_editor_16.png) no-repeat center;
  cursor: pointer;
}

.main_delete_16 {
  background: url(/images/icons/main_delete_16.gif) no-repeat center;
}

.w100{width:100%;}
.fl-l{float:left;}

.desc{width:100%;height:290px;background: #000;}
.wrap{width:940px;margin:0 auto;overflow:hidden;position:relative;}
.jcarousel-direction-rtl{direction:rtl}
.mycarousel{overflow:hidden;}
.mycarousel img{width:180px;height:260px;opacity:.8;border:2px solid #ccc;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px; margin:10px 4px 0}
.mycarousel img:hover{opacity:1;border:3px solid #7F3300}

a.to_top{position:fixed;bottom:20px;right:15px;cursor:pointer;display:none;z-index:9;}

a.uri_tg{position:fixed;bottom:20px;left:15px;cursor:pointer;display:none;z-index:9;}

.sure{box-shadow:0 0 1px #666;-moz-box-shadow:0 0 1px #666;-webkit-box-shadow:0 0 1px #666;-webkit-border-radius:.3em .3em .3em .3em;-moz-border-radius:.3em .3em .3em .3em;border-radius:.3em .3em .3em .3em;width:96%;margin:2px 0 2px 0;padding:2px 0 2px 0;}
.shadow{box-shadow:0 0 8px #999;-moz-box-shadow:0 0 8px #999;-webkit-box-shadow:0 0 8px #999;}
.radius, .round{-webkit-border-radius:.3em .3em .3em .3em;-moz-border-radius:.3em .3em .3em .3em;border-radius:.3em .3em .3em .3em;}