#logo_site_big {
 background: url('/bghead2.png') repeat-x scroll 0 0 / 5px auto rgba(0,0,0,0);
 border-top: 3px solid #202020;
 height: 20px;
 width: 100%;
}

/* HINT */
.hint {
 background: rgba(45,45,45,0.7);
 color: #b4b4b4;
 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
         border-radius: 5px;
 font-size: 13px;
 font-weight: lighter;
 width: auto;
 border: 1px solid #202020;
 margin: 1px;
 padding: 10px;
 position: absolute;
 visibility: hidden;
 z-index: 99999;
}

/* Поиск by VadimW */
.searchForma {
 background: #222;
 top: 70px;
 position: relative;
 z-index: 9998;
         box-shadow: 0px 0px 7px #1a1a1a inset;
    -moz-box-shadow: 0px 0px 7px #1a1a1a inset;
 -webkit-box-shadow: 0px 0px 7px #1a1a1a inset;
         border-radius: 20px;
    -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 font-family: Tahoma,Verdana,Arial;
 height: 28px;
 padding: 5px 5px 5px 10px;
 width: 257px;
    -moz-transition: all 0.5s ease-in-out 0.2s;
      -o-transition: all 0.5s ease-in-out 0.2s;
 -webkit-transition: all 0.5s ease-in-out 0.2s;
         transition: all 0.5s ease-in-out 0.2s;
 border: 1px solid #2d2d2d;
}
.searchForma1:focus {
 filter: alpha(opacity=100);
         opacity: 1;
 -webkit-opacity: 1;
    -moz-opacity: 1;
}
.searchForma1 {
 background: transparent;
 border: 0 none !important;
         border-radius: 10px 0 0 10px;
 -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
      box-shadow: none;
 -moz-box-shadow: none;
 -weblit-box-shadow: none;
 font-size: 13px;
 height: 28px;
 margin-top: 0;
 padding: 5px 4px;
 vertical-align: text-bottom;
 width: 190px;
}
.searchButton {
 background: url("/myimg/search2.png") no-repeat scroll center center transparent !important;
 border: 0 none !important;
         box-shadow: none;
 -webkit-box-shadow: none;
    -moz-box-shadow: none;
 height: 26px;
 margin: 0 0 0 12px;
 vertical-align: text-bottom;
 width: 26px;
}
.searchButton:hover {
 cursor: pointer;
 background: url("/myimg/search.png") no-repeat scroll center center transparent !important;
}
.searchForma input {
 color: #444 !important;
 text-shadow: 2px 0 2px #000 !important;
}
.searchForma input:active {
         box-shadow: none !important;
    -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
}
/* ------------- */


.navbar-inner {
 background: rgba(50,50,50,0.8) !important;
 border: none !important;
    -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
         transition: all 0.5s ease 0s;
 filter: alpha(opacity=20);
         opacity: 0.2;
 -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
}
.navbar-inner:hover {
 filter: alpha(opacity=100);
         opacity: 1;
 -webkit-opacity: 1;
    -moz-opacity: 1;
}
.toolbarBottom .navbar {
 margin-top: 0px !important;
}
.navbar-inverse,
.divider-vertical {
 border: none !important;
}
.toolbarBottom,
.utbToolbarInner {
         border-radius: 40px 40px 0 0 !important;
    -moz-border-radius: 40px 40px 0 0 !important;
 -webkit-border-radius: 40px 40px 0 0 !important;
}
#hameleon_centerpanellayout {
 background-color: transparent !important;
}
#hameleon_centerpanel {
 background-color: transparent !important;
}
#gPlus_s:hover {
 background: #eb5441 !important;
}
#vkLike_s:hover {
 background: #377bc0 !important;
}
#fbLike_s,
#twShare_s,
#gPlus_s,
#vkLike_s,
#okLike_s,
#lnLike_s,
#mmLike_s {
 background: transparent;
 border-color: transparent !important;
    -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
         transition: all 0.5s ease 0s;
}
.utbShareButtons {
         box-shadow: none !important;
 -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
 border: none !important;
}



.icon-down-open::before {
 color: #757575;
 z-index: 9999;
 font: 30px Fontello;
 padding: 11px !important;
 transition: all ease 0.3s;
}
.icon-down-open:hover::before {
 color: #1e90ff;
}

/* Поиск */
input.placeholder_color:-moz-placeholder {
 color: #909090;
}
input.placeholder_color::placeholder {
 color: #909090;
}
input.placeholder_color::-webkit-input-placeholder {
 color: #909090;
}
.searchForma_modern input[type="search"]:before {
 content: "\53";
 font: 15px Fontello;
}
.searchForma_modern input[type="search"] {
 background: #303030 url(/images/search_modern.png) no-repeat 15px center !important;
 border: none;
 padding: 12px 18px 12px 50px;
 width: 120px;
 -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
         border-radius: 10em;
 -webkit-transition: width 0.5s cubic-bezier(1,0,0,1);
    -moz-transition: width 0.5s cubic-bezier(1,0,0,1);
         transition: width 0.5s cubic-bezier(1,0,0,1);
 top: 50px;
 position: absolute;
 margin-left: -30px;
 color: #858585 !important;
 font-size: 15px;
}
.searchForma_modern input[type="search"]:focus {
 width: 285px;
}

.splCont {
 display: none;
 padding: 3px 5px;
}

/* Admin bar */
.cuzadpn {
 background-image: url("/myimg/fon/bg_1.gif") !important;
 background-position: center top !important;
 background-repeat: repeat !important;
 background-size: auto auto !important;
         box-shadow: 0 -2px 12px #000 inset !important;
    -moz-box-shadow: 0 -2px 12px #000 inset !important;
 -webkit-box-shadow: 0 -2px 12px #000 inset !important;
}
.u-menu .u-menuitemhl {
 background: url("/.s/img/wd/6/menubg.gif") repeat-x scroll 0 0 transparent !important;
}
.u-menu a {
 color: #fff !important;
}
.u-menuh {
 margin: 0 0 0 25px !important;
 height: 21px !important;
 width: 483px !important;
}
.pbarContainer {
 padding: 0 7px !important;
}
.u-menuitemhl .admBarLeft {
 background: url("/template/ajax/btn-sprite.png") no-repeat scroll 0 0 transparent !important;
 height: 19px !important;
}
.u-menuitemhl .admBarCenter {
 background: url("/template/ajax/btn-sprite.png") repeat-x scroll 0 -38px transparent !important;
 height: 19px !important;
}
.u-menuitemhl .admBarRight {
 background: url("/template/ajax/btn-sprite.png") no-repeat scroll 0 -19px transparent !important;
 height: 19px !important;
}
div > div.cuzadpn {
 position: absolute !important;
}
#puzadpn {
 height: 0 !important;
 margin-bottom: 24px !important;
}
/* ------------- */

/* Mне нравится */
#rating_os {
 float: right;
 font-size: 13px;
 color: #999;
 text-shadow: 0px 0px 3px #000;
 margin-right: 1px;
 margin-top: -2px;
}

#rating_os a:link {
 text-decoration: none;
}
#rating_os a:visited {
 text-decoration: none;
}
#rating_os a:hover {
 text-decoration: none;
}

#rating_l {
 float: left;
 height: 11px;
 padding: 5px 10px;
 color: #505050;
 font: 23px 'Fontello' !important;
 margin-top: -8px;
}

#rating_l:hover {
 color: #1e90ff;
}

#rating_p {
 float: right;
 margin-top: 3px;
 padding: 0 7px;
}
/* ---------- */

/* Login Form */
.loginButton {
 background: #1e90ff;
 border: none;
 padding: 15px 25px;
         border-radius: 5px;
    -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
         transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
 -webkit-transition: all 0.1s ease;
 color: #fff;
 cursor: pointer;
}
.loginButton:active {
 transform: scale(0.95);
}
#uidLogButton p {
 padding: 0px;
 margin: 0px;
}

/* ---------- */
