@charset "utf-8";



/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resets ( Media querys, grid-responsive,layout).*/
@import url("/css/bootstrap.min.css");
@import url("/css/bootstrap-responsive.min.css");

/* CSS3 Animations.*/
@import url("/css/animate.css");

/* ---------------------------------------------------------------------- */
/* Customization over Twitter Bootstrap */
/* ---------------------------------------------------------------------- */



hr {
  border-width: 1px 0 0;
}

iframe {
  border-radius: 4px;
  border: 1px solid #ccc;
}

textarea {
  width: 102.5%;
  height: 102px;
  line-height: 18px;
  font-size: 18px;
}

.navbar {
  text-transform: uppercase;
  font-weight: bold;
}

.navbar .navbar-inner {
  background: #fff;
  filter: none;
  color: #808181;
  border: 0;
  padding: 0;
}

.navbar .nav { 
  display: table;
  margin: 0px;
  width: 100%;
}

.navbar .nav li { 
  display: table-cell;
  float: none;
  width: 1%;
}

.navbar .nav li a { 
  border-left: 1px solid #ccc;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
  padding: 26px 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.navbar .nav > li > a.active,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff;
}

.navbar .nav li:last-child a { 
  border-radius: 0 3px 3px 0;
}
.navbar .nav li:first-child a { 
  border-left: 0;
  border-radius: 3px 0 0 3px;
}

/* Buttons
 * ================
 */

[class*="btn-"] {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 0 5px rgba(0,0,0,.25);
}

.btn-primary {
  background: #e7653e;
  border-color: #c54a28;
  color: #fff; 
}
.btn-primary:hover {
  background: #c54a28;
  color: #fff; 
}

.btn-info {
  color: #fff; 
  background: #598bac;
  border-color: #4e80a0;
}
.btn-info:hover {
  color: #fff; 
  background: #4e80a0;
}

.btn-success {
  color: #fff; 
  background: #3dad73;
  border-color: #3b9767;
}
.btn-success:hover {
  color: #fff; 
  background: #3b9767;
}

.btn-warning {
  color: #fff;
  background: #deba4a;
}
.btn-warning:hover {
  color: #fff;
  background: #92751A;
}
.btn-all {
  color: #fff;
  background: #bbbbbb;
}
.btn-all:hover {
  color: #fff;
  background: #9f9f9f;
}

[class^="icon-"],
[class*=" icon-"] {
  background: none;
  height: auto;
  line-height: 1;
  margin: 0;
  width: auto;
}

label {
  font-size: 15px;
  margin-top: 20px;
  color: #626262;
}

label:first-child {
  margin-top: 0;
}

.input-append,
.input-prepend {
  display: block;
}

.input-prepend .add-on [class^="icon-"]::before,
.input-append .add-on [class^="icon-"]::before,
.input-prepend .add-on [class^="icon-"]::before,
.input-append .add-on [class*=" icon-"]::before {
  line-height: 47px;
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
   height: 38px;
   line-height: 38px;
   font-size: 18px;
   box-shadow: none;
}

input[type=submit] {
  margin-top: 20px;
}

form {
  padding: 0 20px 0 0;
}

.input-append input {
  width: 80%;
}

.input-append .add-on,
.input-prepend .add-on {
  height: 38px;
  font-size: 20px;
  min-width: 2em;
}

h2 small {
  font-weight: bold;
}

/* Fancybox customizations */

.fancybox-skin {
  background: #ffffff;
}

.fancybox-type-iframe .fancybox-skin {
  background: #ffffff;
}

.fancybox-close {
  top: auto;
  bottom: 5px;
  right: 5px;
  background-image: url('/img/fancybox-close.png');
  width: 24px;
  height: 23px;
}

/* Social icons customization */

/* Twitter */
.twitter-share-button {
  border: 0;
  vertical-align: top;
  width: 100px !important;
}
/* Google Plus */
/* Pinterest */
.fb-like,
[class*="_pin_it_button"],
[id*="___plusone"] {
  vertical-align: top !important;
  margin-right: 15px;
}

/* ---------------------------------------------------------------------- */
/* Template Custom styles */
/* ---------------------------------------------------------------------- */


/* Common styles for all the site */

body {
  background: #753a9f url(/img/02.png) repeat-x;
}

.body {
  width: 1010px;
  line-height: 1.8;
  margin: auto;
  padding: 1em 0;
}

/* Header */
header.site-header h1 {
	margin:20px 0;
	padding:0;
}
#content2 {
  background: #fff;
  color: #808181;
  border-radius: 4px 4px 0 0;
  width: 780px;
  float: right;
}

#content {
  background: #fff;
  color: #808181;
  border-radius: 4px 4px 0 0;
  padding: 0 0 1px;
}

.maintext {
  padding: 38px 28px;
}

.maintext > .row-fluid {
  margin-bottom: 40px;
}

.maintext h2 {
  color: #626262;
  font-size: 27px;
}

.maintext h3 {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1;
}

/* Section name */
.section-name {
  background: #3f3b5a;
  color: #fff;
  padding: 17px 28px;
  border-radius: 4px 4px 0 0;
}

.section-name .title {
  font-size: 27px;
  margin: 0;
}

/* Footer */
.site-footer2 {
  background: #ebebeb;
  color: #808181;
  font-size: 13px;
  border-radius: 0 0 4px 4px;
  padding: 20px 28px 10px 28px;
  float: right;
  width: 724px;
}
.site-footer {
  background: #ebebeb;
  color: #808181;
  font-size: 13px;
  border-radius: 0 0 4px 4px;
  padding: 20px 28px 10px 28px;
}

.site-footer p {
  margin: 0;
}

.site-footer [class*="icon"] {
  margin: 0 0.5em 0 0;
}

/* Horizontal navigation */

.hnav li {
  display: inline-block;
}

/* Nav */
.nav-label {
  margin: 10px 0 0 10px;
  text-transform: none;
  display: none;
}

@media (max-width: 979px) {
  .nav-label {
    display: block;
  }
}



/* Home page
 * =========
 */ 
 
 #home-placeholder {
  background: #c48573 url("../img/big-home-into.jpg") no-repeat 0 0;
  height: 300px;
  margin: 0;
  border-radius: 4px 4px 0 0;
}

/* Totally rounded button / Featured download */

.button-inner,
.button {
  display: inline-block;
  background: #e07151 url("../img/avatar-profile.jpg") no-repeat 0 0;
  color: #fff;
  border: 1px solid #eee;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
  border-radius: 50%;
}

.button-inner {
  width: 145px;
  padding: 40px 0;
  border: 8px solid #fff;
}

.button [class*="icon"] {
  font-size: 40px;
  line-height: 40px;
  width: auto;
  height: auto;
  margin: 0;
}

/* Featured text */

.featured-text {
  padding: 0 0 0 10px;
  color: #b3b3b3;
  background: #fff;
  
}

.featured-text b {
  color: #626262;
  background: #fff;
}



/* Contact page
 * ============
 */

#contactinfo .btn {
  text-transform: uppercase;
}

.maintext h2.contact-title {
	margin-top:0;
}

/* List of social icons */
.social-icons-nav {
  font-size: 19px;
}
.social-icons-nav li {
  display: inline-block; 
}
.social-icons-nav a {
  border-radius: 50%;
  background: #626262;
  color: #fff;
  padding: 9px 7px;
}
.social-icons-nav a:hover {
  background: #e7653e; 
  color: #fff;
}
.social-icons-nav i {
  vertical-align: middle;
}



/* Skills page
 * ===========
 */

/* Skills graph bar */

#skills-percentage p {
  margin-bottom: 25px;
}

.bar {
  border-radius: 4px;
  display: inline-block;
  background: #ccc;
  width: 100%;
  margin-top: 5px;
}

.bar-yellow {
  background: #eac85d;
}
.bar-green {
  background: #4db07a;
}
.bar-blue {
  background: #5d9bd6;
}
.bar-red {
  background: #f37576;
}

.bar-green,
.bar-yellow,
.bar-blue,
.bar-red {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 0 1em;
  text-align: right;
}


.bar .progress10 {
	width:10%;
}
.bar .progress20 {
	width:20%;
}
.bar .progress30 {
	width:30%;
}
.bar .progress40 {
	width:40%;
}
.bar .progress50 {
	width:50%;
}
.bar .progress60 {
	width:60%;
}
.bar .progress70 {
	width:70%;
}
.bar .progress80 {
	width:80%;
}
.bar .progress90 {
	width:90%;
}
.bar .progress100 {
	width:100%;
}

/* Skills pie chart */

#skill-graph {
  background: url("../img/skill-graph.png") no-repeat;
  margin: 0 auto 20px auto;
  width: 228px;
  height: 140px;
  padding-top: 88px;
  text-align: center;
  color: #e45e3b;
  font-size: 13px;
}

#skill-graph strong {
  color: #808181;
  font-size: 20px;
}

/* Skills table */

#skill-table [class*="span"] {
  width: 32.5%;
  margin: 0 0.5% 0 0;
  background: #eee;
  font-size: 13px;
  line-height: 1.25;
}

#skill-table strong {
  font-size: 20px;
}

/* Borders of skills table */
[class*=bt-] {
  padding: 10px 0 5px;
}
.bt-green {
  border-top: 3px solid #4daf7c;
}
.bt-orange {
  border-top: 3px solid #e85f3e;
}
.bt-yellow {
  border-top: 3px solid #e9c457; 
}


/* Pricing Table */

.pricing-table h3 {
  color: #626262;
  font-size: 27px;
  background: #ebebeb;
  border-radius: 4px 4px 0 0;
  border: 1px solid #cdcdcd;
  border-width: 1px 1px 0;
  padding: 15px 0;
  margin: 0;
}

.pricing-table h3 small {
  font-size: 23px;
  color: #626262;
}

.pricing-table ul {
  border: 1px solid #cdcdcd;
  border-width: 0 1px;
  margin: 0;
}

.pricing-table li {
  border-bottom: 1px solid #cdcdcd;
  padding: 13px 0;
  font-size: 18px;
}

.pricing-table .askquote {
  border: 1px solid #cdcdcd;
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  padding: 15px 0;
}

.pricing-table .btn {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow:none;
  padding:11px 34px!important
}

/* Work experience columns */

.definition-rows .dt {
  border-right: 2px solid #4daf7c;
  margin-bottom: 20px;
} 
.definition-rows .dd {
  background: url("/img/bg-arrow.png") no-repeat 0 50%;
  margin: 0;
  padding-left: 2.13%;
}


/* Works page
 * ==========
 */

/* Row of buttons to filter works */

.filter-block {
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  padding: 5px 15px 0;
  margin-bottom: 1em;
}
.filter-block .filter-label {
  font-weight: bold;
  font-size: 22px; 
  line-height: 54px;
  margin: 0;
}
.filter-block .btn {
  margin-left: 1em;
  margin: 10px 0 10px 1em;
  box-shadow:none;
  padding:3px 15px;
}

/* Each work has this class */

.work {
  width: 130px;
  height: 119px;
  overflow: hidden;
  background-color: #8e8171;
  border-radius: 4px;
  display: inline-block;
  margin: 5px 11px 5px 0;
}

.work.photoshop div,
.work.photoshop a,
.work.photoshop:hover {
  background-color: #58a77a !important;
}

.work.webdesign div,
.work.webdesign a,
.work.webdesign:hover {
  background-color: #598BAC !important;
}

.work.wordpress div,
.work.wordpress a,
.work.wordpress:hover {
  background-color: #E7653E !important;
 
}

.work.icondesign div,
.work.icondesign a,
.work.icondesign:hover {
  background-color: #DEBA4A !important;
}

.work:hover img {
  display: none;
}

.work img,
.work a {
  border-radius: 4px;
}

[data-zlname] [data-zl-popup] {
  text-decoration: none;
  font-weight: bold;
  background-color: #58a77a; 
  padding: 20px 0;
  width: 100%;
}

.iframed {
  padding: 0;
  background: #fff;
}
.iframed #content {
  border-radius: 0;
  padding: 1px 0;
}
.iframed #content .span6 img {
	margin: 10px 0;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */
   
/* ---------------------------------------------------------------------- */
/*	Version 1024px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1024px) {}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 767px
/* ---------------------------------------------------------------------- */

@media(max-width:767px) {
  /* 767px is when bootstrap cols take 100% of container width */

  .pricing-table .span4 {
    margin-top: 20px;
  }
  .pricing-table .span4:first-child {
    margin-top: 0;
  }

  .definition-rows {
    margin-bottom: 20px;
    border-bottom: 2px solid #4daf7c;
  }
  .definition-rows .dt,
  .definition-rows .dd {
    height: auto !important;
  }
  .definition-rows .dt {
    border: 0;
  }
  .definition-rows .dd {
    background-image: none;
    padding: 0;
  }

  #skill-table [class*="span"] {
    width: 100%;
  }

  .navbar .nav li {
    display: block;
    width: 100%;
  }

}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 600px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 600px) {}
	

/* ---------------------------------------------------------------------- */
/*	Mobile Version 568px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 568px) {}


/* ---------------------------------------------------------------------- */
/*	Mobile Version 480px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 480px) {}


/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) { }




/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/* android
 ------------------------------------------*/ 
 .view-news{ 
  float:left; 
  width:340px; 
  overflow: hidden; 
  position: relative;  
  background: #fff; 
  margin: 0px 10px 15px;  
  border: 1px solid #B6C0CD;  
  border-radius:5px;  
 } 

 .view-news a {text-decoration:none; outline:none} 

 .view-news-img img{ 
  width:340px;
  height: 160px; 
  margin: 0px 0px 7px 0px;  
  border-radius:5px 5px 0px 0px;  
 } 

 .view-news h2 { 
  float:left; 
  width:328px;  
  padding-bottom: 5px; 
  margin:0px 15px 10px 15px;  
  border-bottom: 1px solid #D6D6D6;  
  font: 125% Verdana,Arial,Helvetica, sans-serif; 
  font-weight: 700;  
 }  

 .view-news p { 
  float:left; 
  width:328px;  
  padding-bottom: 10px; 
  margin:0px 15px 10px 15px;  
  border-bottom: 1px solid #D6D6D6;  
  font:115%/1.5 Verdana,Arial,Helvetica, sans-serif; 
  text-align:justify; 
 }  

 .view-news-statistics{ 
  float:left; 
  margin:0px 0px 10px 15px;  
  font:9px Verdana,Arial,Helvetica, sans-serif; 
  color:#999;  
 }  

 .read-more{ 
  float:right; 
  font-weight: 700;  
  margin:0px 15px 10px 0px;  
 }  

 .view-news-moder{ 
  float:left; 
  position: absolute; 
  top: 0px; 
  right:0px; 
  padding: 5px;  
  background: #fff; 
 }

.view-news-tit{ 

  height:20px; 
  margin: 0px 0px 7px 0px;  
  border-radius:5px 5px 0px 0px;  
 } 
.view-news-img span { 
background: #E4AA2E;
border-radius: 3px;
bottom: 90px;
color: #FFFFFF;
font: 700 9px "Verdana", "Arial", "Helvetica", sans-serif;
padding: 1px 7px;
position: absolute;
right: 5px;
text-shadow: 1px 1px 1px #B2821C;
}
.cell-news-rating-os{ 
  
  background: #EA6A45; 
  padding: 3px 10px 3px 10px;  
  text-shadow: 1px 1px 1px #EA6943; 
  font-weight: bold; 
  color:#fff;  
  border-radius:3px;

font: 11px "Verdana", "Arial", "Helvetica", sans-serif;
}
.cell-news-rating { 
width: 85%;
}
.left { 
float: left;
margin-left: 8px;
}


/* Page Selector Start */  
 .catPages1 {color:#bbbbbb;border:0px;margin-bottom:10px;margin-top:10px;}  
#pagesBlock1 {padding-top:10px;}  
.catPages1 a:link,  
.catPages1 a:visited,  
.catPages1 a:hover,  
.catPages1 a:active {font-family: tahoma;text-decoration:none;color: #ffffff;background:#bbbbbb;padding:3px 10px;font-size:11px;font-weight:bold;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-khtml-border-radius:2px;font-size: 12px;}  
.catPages1 a:hover {font-family: tahoma;background:#EA6A45;color:#FFFFFF;font-weight:bold;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-khtml-border-radius:2px;font-size: 12px; box-shadow: 0px 0px 0px 1px #EA6A22;text-shadow: 0px 1px 0px #EA6A1f;}  
.catPages1 b {font-family: tahoma;text-decoration:none;background:#EA6A45;padding:3px 10px;color:#ffffff;font-size:11px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-khtml-border-radius:2px;font-size: 12px; box-shadow: 0px 0px 0px 1px #EA6A22;text-shadow: 0px 1px 0px #EA6A1f;}
 /* Page Selector End */



/* AJAX ОКНО 
 ============================================================================*/ 
.x-sh .xstl{padding-top:6px; background:none!important;} 
.x-sh .xsml{background:none!important;} 
.x-sh .xstr{padding-top:6px; background:none!important;} 
.x-sh .xsmr{background:none!important;} 
.x-sh .xsbl{padding-left:6px;background:none!important;} 
.x-sh .xsbc{background:none!important;} 
.x-sh .xsbr{padding-right:6px;background:none!important;} 
.xt {background:transparent url(/img/tool-sprites.png) no-repeat!important; margin-left:5px!important; margin-top:2px!important;} 
.xt-close{background-position:0 0!important;} 
.xt-close-over{background-position:-15px 0!important;} 
.xt-mini{background-position:0 -15px!important;} 
.xt-mini-over{background-position:-15px -15px!important;} 
.xt-maxi{background-position:0 -30px!important;} 
.xt-maxi-over{background-position:-15px -30px!important;} 
.xt-rest{background-position:0 -45px!important;} 
.xt-rest-over{background-position:-15px -45px!important;} 
.xw-tl {background:url(/img/border1.png) repeat-y 0 0!important; padding-left:5px!important; -webkit-border-radius: 5px 0px 0px 0px; -moz-border-radius: 5px 0px 0px 0px; border-radius: 5px 0px 0px 0px;} 
.xw-tc {background:url(/img/top1.gif) repeat-x 0 0!important; padding: 11px 10px 0px 10px!important;} 
.xw-tr {background:url(/img/border1.png) repeat-y 100% 0!important; padding-right:5px!important; -webkit-border-radius: 0px 5px 0px 0px; -moz-border-radius: 0px 5px 0px 0px; border-radius: 0px 5px 0px 0px;} 
.xw-ml {background:url(/img/border1.png) repeat-y 0 0!important; padding-left:5px!important;} 
.xw-mr {background:url(/img/border1.png) repeat-y 100% 0!important; padding-right:5px!important;} 
.xw-bl {background:url(/img/border1.png) no-repeat 0 100%!important; padding-left:5px!important; -webkit-border-radius: 0px 0px 0px 5px; -moz-border-radius: 0px 0px 0px 5px; border-radius: 0px 0px 0px 5px;} 
.xw-br {background:url(/img/border1.png) no-repeat 100% 100%!important;padding-right:5px!important; -webkit-border-radius: 0px 0px 5px 0px; -moz-border-radius: 0px 0px 5px 0px; border-radius: 0px 0px 5px 0px;} 
.xw-bc {background:url(/img/border1.png) repeat-x 0 100%!important; height:5px!important;} 
.xw-hdr-text {padding:0px!important;} 
.xw-hdr-text {font: 12px Verdana,Arial,Helvetica, sans-serif!important; color: #bcbcbc!important; text-shadow: 1px 1px 1px #000!important; line-height: 15px!important; vertical-align:2px!important;} 
.xw-plain .xw-mc {border: none!important; padding:0!important; margin:0!important; font: 11px Verdana,Arial,Helvetica, sans-serif!important; color:#444!important; background:#f9f9f9!important;}  
.xw-body {padding:0!important; margin:0!important; box-shadow:inset 0px 1px 3px #666; -webkit-box-shadow:inset 0px 1px 3px #666; -moz-box-shadow:inset 0px 1px 3px #666;} 
.xw-plain .xw-body{padding: 10px!important; border: none!important;} 
.xw-blank {background:#fff!important;} 
.myWinTD1 {background:none!important;}
/* ------------------------------------------*/


/* Основа формы входа 
 ------------------------------------------*/ 
#simplemodal-container a.modalCloseImg:hover { 
  background-position:0 -23px!important; 
} 

.basic_content { 
  display:none; 
} 

.cv_title { 
  float:left; 
  text-align: left; 
  width:305px; 
  padding-bottom: 5px; 
  margin: 20px 20px 0px 20px;  
  border-radius:5px 5px 0px 0px;  
  border-bottom: 1px solid #ddd; 
   
  font:12px Verdana,Arial,sans-serif;  
  text-shadow: 1px 1px 1px #fff; 
  color:#555; 
} 

.c_vxod { 
  float:left; 
  width:305px; 
  margin: 20px 20px 0px 20px;  
}


.c_vxod, 
.c_vxod input{ 
  font:11px Verdana,Arial,Helvetica, sans-serif;  
  text-align: left; 
} 

.vxod_error{ 
  float:left; 
  width:100%; 
  color:red; 
  margin-bottom: 10px; 
  text-align:center; 
  font-weight: bold; 
}  

.vxod_name { 
  width:50px; 
  height:15px!important; 
  padding: 7px 20px 7px 0px;  
  color:#7b7b7b; text-shadow: 1px 1px 1px #FFF; font-weight: bold; 
}  

.vxod_pole { 
float: left; 
 outline: none; 
 width: 305px!important; 
 height: 35px !important; 
 margin: 0px 0px 10px 0px; 
 border: 1px solid #ddd!important; 
 padding: 7px 10px 7px 35px!important; 
 border-radius: 5px; 
 color: #777!important; 
 font-weight: bold!important; 
}  
   
.vxod_pole:focus {box-shadow:inset 0px 0px 3px #ccc!important;} 
   
.vp_login {background:#fff url(pole_login.png) no-repeat left!important;} 
.vp_password {background:#fff url(pole_password.png) no-repeat left!important;} 
   
.vp_login:focus {background:#fff url(/img/pole_login.png) no-repeat left!important;} 
.vp_password:focus {background:#fff url(/img/pole_password.png) no-repeat left!important;} 
   
.vxod_zapomnit { 
  float:left; 
  width:100%; 
  margin-top: 5px; 
}  
   
.vxod_zapomnit input { 
  float:left; 
  margin: 1px 10px 0px 0px;  
}  

.cv_title a, 
.vxod_zapomnit a { 
  font-weight:bold!important;  
}  

.left {float: left;} 
.right {float: right;} 

/* Кнопка входа 
 ------------------------------------------*/ 
.vxod_kn { 
  float:left; 
  text-align: center !important; 
  width:100%; 
  cursor:pointer; 
  margin-top: 15px; 

  padding: 5px 20px 5px 20px!important;  
  border:1px solid #467A9F!important; 
  background: #47719f!important; 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #47719f), color-stop(1, #5d82aa))!important; 
  background: -moz-linear-gradient(top, #47719f 1%, #5d82aa 100%)!important; 
  background: -o-linear-gradient(#47719f, #5d82aa)!important; 
  border-radius:3px; 
   
  font:13px Verdana,Arial,Helvetica, sans-serif!important;  
  text-shadow:1px 1px 1px #467A9F!important;  
  font-weight: bold!important; 
  color:#fff!important; 
} 

.vxod_kn:active {box-shadow:inset 0px 0px 3px #326092!important;} 
.vxod_kn:hover {background:#6e92b8!important;}

/* Конец формы входа 
 ------------------------------------------*/ 

/* Вид комментариев 
 ------------------------------------------*/ 
.cell_comment { 
  float:left; 
  width:100%; 
  color:#666; 
  background:#fff; 
  margin: 10px 0px;  
  border: 5px solid #bdd3e0;  
  border-radius:3px; overflow: hidden; 
} 

.comment_top { 
  float:left; 
  width:100%; 
  padding:5px 0px; 
  background:#F4F8F9; 
  border-bottom: 1px solid #E6F0F2;  
} 

.comment_name{ 
  margin-left: 20px; 
  color:#34AB63;  
} 

.comment_number { 
  float:right; 
  background:#f5f7f9; 
  margin-right: 20px;  
} 

.comment_top span { 
  font:9px Verdana,Arial,Helvetica, sans-serif; 
  color:#999; 
} 

.comment_mp, 
.comment_page { 
  float:right; 
  margin-right: 20px;  
} 

.comment_message { 
  float:left; 
  font:115%/1.5 Verdana,Arial,Helvetica, sans-serif; 
  text-align:justify;  

  width:94%; 
  overflow: hidden; 
  padding: 10px 20px 15px 20px;  
} 

.comment_avatar { 
  float:right; 
  width:50px; 
  height:50px;  
  margin: 0px 0px 10px 20px;  
  border: 3px solid #bdd3e0;  
  border-radius:3px; 
} 

.comment_bottom { 
  float:left; 
  width:100%; 
  padding:6px 0px 5px 0px; 
  background:#F4F8F9; 
  border-top: 1px solid #E6F0F2;  
  font:10px Verdana,Arial,Helvetica, sans-serif; 
} 

.comment_answer:link, 
.comment_answer:visited{ 
  float:left; 
  margin: 0px 0px 0px 20px; 
  background:#8cbec9; 
  padding: 2px 7px 2px 7px;  
  text-shadow: 1px 1px 1px #5d97a4; 
  color:#fff;  
} 

.comment_answer:hover { 
  background:#9dd0db; 
} 

.comment_answer:active { 
  box-shadow:inset 0px 0px 3px #5a95a2!important; 
} 

.comment_like:link, 
.comment_like:visited{ 
  float:right; 
  background:#8ec98c; 
  padding: 2px 7px 2px 7px;  
  text-shadow: 1px 1px 1px #4aa44c; 
  color:#fff;  
} 

.comment_like:hover { 
  background:#abe6a9; 
} 

.comment_like:active { 
  box-shadow:inset 0px 0px 3px #349932!important; 
} 

.comment_bottom strong { 
  float:right; 
  padding: 2px 10px 2px 10px;  
  background:#dde9d9; 
  margin-right: 20px;  
} 

.comment_answer_admin{ 
  float:left; 
  width:94%; 
  margin-top: 10px; 
  padding: 10px 20px 10px 20px;  
  background:#f4ecec; 
  border-radius:3px; 
} 

.comment_avatar_admin{ 
  float:right; 
  width:50px; 
  height:50px;  
  margin: 0px 0px 10px 25px;  
  border: 3px solid #dca2a2;  
  border-radius:3px; 
} 

.cell_comment a:hover img { 
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);  
  -moz-opacity: 0.7; 
  opacity: 0.7; 
  filter: alpha(opacity=85); 
}
/* end Вид комментариев 
 ------------------------------------------*/ 

/* Форма комментарий 
 ------------------------------------------*/  
  #forma_comment { 
  float:left; 
  width:540px; 
  background:#fff; 
  padding: 15px 30px 15px 30px; 
} 

.comm_input { 
  color:#999; 
  padding:5px; 
  width:245px; 
  background: #f9f9f9; 
  border: 1px solid #E0E0E0; 
  margin: 10px 0px 10px 0px;  
} 

.comm_input:focus, 
#forma_comment textarea:focus { 
  box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -webkit-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -moz-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
}  

#forma_comment textarea {  
  margin:0;  
  float:left; 
  color:#555; 
  padding:10px; 
  background:#f9f9f9;  
  width:518px!important;  
  border:1px solid #E0E0E0; 
  border-top:none; 
}  

#panel_error { 
  float:left; 
  width:100%; 
  text-align:center; 
  margin: 5px 0px 10px 0px;  
  font: 12px Verdana,Arial,Helvetica, sans-serif; color:#c71a1a; 
}  

#panel_bottom { 
  float:left; 
  width:100%;  
} 

#ckcomm_dobavit {  
  float:right;  
  background:#dfdfdf; 
  padding:4px;  
} 

.left {float:left;} 
.right {float:right;} 

/* Вид Панели BB-кодов 
 ------------------------------------------*/  
#comment_panel { 
  float:left; 
  width:103%; 
  padding: 5px 5px 5px 5px;  
  background:#E0E0E0;  
} 

#comment_panel .codeButtons{ 
  display:none; 
} 

#panel_bb { 
  float:left; 
  width:500px;  
} 

#panel_bb a:link, 
#panel_bb a:visited { 
  float:left;  
  padding: 3px 10px 4px 10px; 
  margin: 0px 5px 0px 0px;  
  background:#F6F6F6;  
  cursor:pointer; 
  border:1px solid #B2B2B2;  
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;  
  font: 10px Verdana,Arial,Helvetica, sans-serif; color:#555; text-shadow: 1px 1px 1px #fff;  
} 

#panel_bb a:hover {background:#fff;} 

.panel_i {font-style:italic!important; } 
.panel_u {text-decoration: underline!important; } 
.panel_info {float:right!important; margin: 0px!important;} 

.menu_n { 
  float:left; 
  display:block;  
  position:relative; 
  margin: 2px 5px 0px 0px;  
} 

.dd_ugol1, 
.dd_menu {width:240px;}  

.dd_menu { 
  float:left; 
  padding:5px; 
  left:-999em; 
  z-index:998; 
  background:#fff; 
  position:absolute; 
  border:1px solid #999;  
  margin: 0px 0px 0px -5px;  
  -moz-border-radius:5px 5px 5px 5px; 
  -webkit-border-radius:5px 5px 5px 5px; 
  border-radius:5px 5px 5px 5px; 
  box-shadow: 0px 0px 5px #999; 
}  
   
.menu_n:hover .dd_menu{ 
  right:auto; 
  left:0px; 
  top:30px;  
} 

.dd_ugol1 {  
  float:left; 
  height:25px; 
  top:-25px; 
  left:4px; 
  position:absolute;  
  background:url(/img/fon_ugol_1.png) no-repeat left bottom;  
} 

/* Разбор палётов (КАПЧА) 
 ------------------------------------------*/  
#panel_bottom img { 
  display:none;  
} 

#secuImgC { 
  margin:0!important;  
  float:left!important;  
  display:inline!important;  
  border: 1px solid #E0E0E0!important;  
} 

.securityCode { 
  color:#777!important;  
  margin:0!important;  
  float:left!important;  
  height:25px!important;  
  padding: 5px 5px 5px 5px!important; 
  background:#f9f9f9!important;  
  border: 1px solid #E0E0E0!important;  
  border-right:none!important;  
} 

/* - добавляем внутреннюю тень поля */  
.securityCode:focus { 
  box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -webkit-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -moz-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
}  

/* - кнопка добавить комментарий */  
.kn_dobavit { 
  font:11px Verdana,Arial,Helvetica, sans-serif;  
  text-shadow: 1px 1px 1px #333;  
  float:right!important;  
  color:#fff!important;  
  margin:0!important;  
  height:37px!important;  
  cursor:pointer; 
  padding: 0px 10px 0px 10px!important;  
  background:#535B64!important;  
  border: 4px solid #DFDFDF!important;  
}  

.kn_dobavit:hover { 
  background:#3E444B!important;  
} 

#forma_comment a:hover img {filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; filter: alpha(opacity=50);} 

/* end Форма комментарий 
 ------------------------------------------*/


#container {
  background:url(/img/gradient.jpg);
  position:relative;
  width:100%;
  height:320px;
border-radius: 4px 4px 0px 0px;
}
#overlay2 {
  position:absolute;
  top:0;
  left;0;
  width:100%;
  height:320px;
  background:url(/img/overlay.png);
border-radius: 4px 4px 0px 0px;
}

div#glavn { 
color: #FFFFFF;
font-family: "Arial", "Helvetica", "Verdana", sans-serif;
font-size: 140px;
font-weight: 700;
letter-spacing: -10px;
line-height: 105px;
padding: 70px 20px 0px 0px;
text-align: right;
}

/* Табы 
 ------------------------------------------*/ 
#tabs-1 {margin-top: 20px;} 
.tabNavigation {list-style:none; margin: 0; padding: 0;} 
.tabNavigation li { 
  display: inline; 
  margin: 0px 5px 0px 5px; 
  text-shadow: 1px 1px 1px #fff; 
} 

.tabNavigation li a { 
  color: #555; 
  background: url('fon_tab_01.gif') repeat-x top #F1F0F0; 
  border-top: 1px solid #cecece; 
  border-right: 1px solid #cecece; 
  border-left: 1px solid #cecece; 
  padding: 6px 10px 6px 10px; 
} 

.tabNavigation li a.selected,ul 
.tabNavigation li a.selected:hover {color:#555; background:#fff; border-bottom: 1px solid #fff; } 
.tabNavigation li a:hover {color: #555; background: url(http://www.center-dm.ru/data/jQuery/tabi/fon_tab_01.gif) repeat-x top #e9e9e9;} 
.tabNavigation li a:focus {outline: 0;} 

.tab_content { 
  overflow: hidden; 
  text-align:left; 
  border-top: 1px solid #cecece; 
  padding: 5px 0px 10px 0px; 
  margin-top: -4px; 
} 
/*------------------------------------------*/

.item img { 
border: 1px solid #989898;
float: left;
margin-top: 2px;
margin-right: 5px;
width: 120px;
height: 120px;
}
.item { 
color: #434343;
font-family: "Arial", sans-serif;
font-size: 12px;
}


a.user-link img { 
margin: 0px 5px 0px 0px;
padding: 0px;
vertical-align: top;
}
a.user-link { 
color: #595E59;
display: inline-block;
font-size: 12px;
height: 20px;
line-height: 20px;
padding: 0px 5px 0px 0px !important;
text-decoration: none;
transition: all 0.1s cubic-bezier(0, 0, 1, 1) 0;
}
a.user-link:hover { 
background: #89A6AE;
color: #F1FFF1;
transition: all 0.1s cubic-bezier(0, 0, 1, 1) 0;
}
span.comment-count a { 
color: #595E59;
text-decoration: none !important;
}
span.comment-count a:hover span { 
background: #595E59;
color: #FFFFFF;
transition: all 0.1s cubic-bezier(0, 0, 1, 1) 0;
}
div.information span.comment-count { 
margin: 0px 0px 0px 20px;
}
.karma_updown_big span { 
background: url("/img/scorebg.gif") no-repeat transparent;
color: #333333;
display: block;
font-size: 18px;
font-weight: 400;
height: 22px;
letter-spacing: -0.1em;
line-height: 22px;
margin: 3px 0px;
text-align: center;
text-shadow: 0px 2px 0px #FFFFFF;
width: 50px;
}
.karma_updown_big a.karma_up { 
background-position: -51px 0px;
}
.karma_updown_big a.karma_down { 
background-position: -51px -11px;
}
.karma_updown_big a { 
background-image: url("/img/icon_rating_plusminus.gif");
background-repeat: no-repeat;
height: 10px;
width: 50px;
}
.karma_updown_big, .karma_updown_big span, .karma_updown_big a { 
display: block;
margin: 2px 0px;
vertical-align: middle;
}

/* Модер-панель  
  ------------------------------------------*/  
 .dd_edit_news {  
  float:right; 
  display:block;  
  position:relative;  
 }  
   
 .dd_edit_news .drop {padding: 0px 7px;}  

 .dd_cell_n1,  
 .dd_ugol_n1 {width:35px;}  

 .dd_cell_n1 {  
  left:-999em;  
  z-index:998;  
  position:absolute;  
  margin: 0 -2px 0 auto;  
 }  
   
 .dd_content_en {  
  margin:0;  
  width:35px;  
  text-align:center;  
  overflow:hidden;  
  background:#333;  
 }  

 .dd_content_en a:link,  
 .dd_content_en a:visited {  
  float:left;  
  width:35px;  
  padding: 5px 0px 3px 0px;  
  border-bottom: 1px solid #888;  
 }  

 .dd_content_en a:hover {background:#5f5f5f;}  
   
 .no_bb:link,  
 .no_bb:visited {border-bottom:none!important;}  
   
 .dd_edit_news:hover .dd_cell_n1{  
  top:27px;  
  right:0;  
  left:auto;  
 }  
   
 .dd_ugol_n1 {  
  height:7px;  
  top: -7px;  
  position:absolute;  
  background:url(/img/fon_ugol_news.png) no-repeat center bottom;  
 }

.mdre {
display: block;
width: 41px;
}


#menuimg a img:hover { 
border-collapse: collapse;
box-shadow: 0px 0px 30px #FFFFFF;
opacity: 1;
vertical-align: middle;
}
#menuimg a img { 
border-collapse: collapse;
opacity: 1;
vertical-align: middle;
}

#sideBar123 { 
float: left;
width: 203px;
position: absolute;
}
.cats{
margin: 0 0 30px 0;
}


.cats a{
display: block;
font-size: 1.09em;
text-decoration: none;
background: #E76049;
}
.cats a.lvl_0 span.bg{
background: url(/img/cats1.png) 1px 4px no-repeat;
}
.cats a.lvl_1 span.bg{
background: url(/img/cats2.png) 12px 10px no-repeat;
}
.cats a.lvl_0{
color: #020202;
background: #DE4F37;
font: 700 15px "Helvetica", sans-serif;
padding: 12px;
}



.num { 
background: #2EB398;
border-radius: 50px;
color: #FFFFFF;
float: right;
font-size: 11px;
margin-top: 6px;
padding: 2px 10px;
}
.cats a.lvl_1{
display: none;
font: 700 13px "Helvetica", sans-serif;
padding: 3px 1px 10px 10px;
}
.cats .sel a.lvl_1{
display: block;
}
.cats .show a.lvl_1{
display: block;
}

.cats a span.bg{
padding: 5px 32px;
color: #FCD9D4;
}
.cats a:hover span.bg{

color: #FFF;

}
.cats span{
display: block;
}

.cats a.sel, .cats a.sel span{
background: none !important;
border: 0px !important;
color: #020202 !important;
}
.b-top__title { 
font-weight: 700;
}
.b-colorized_color_two { 
color: #EA6A45;
font: 0.75em/1.5em "Tahoma", "Arial", "Verdana", sans-serif;
}
.b-colorized_color_two1 { 
font: 0.75em/1.5em "Tahoma", "Arial", "Verdana", sans-serif;
}
.b-top__info { 
float: left;
margin: 0px 0px 0px 13px;
width: 76px;
}
.b-top__image-wrapper { 
float: left;
padding: 0px 0px 6px;
}
.b-top { 
margin: 20px 0px 10px;
}
.b-layout-clear { 
clear: both;
float: none;
font-size: 1px;
height: 0px;
line-height: 0px;
overflow: hidden;
}
.b-top10 { 
background: #D9E3FA;
border-radius: 4px;
padding: 8px 8px;

}

.b-top11 { 
background: #FFFFFF;
border-radius: 4px;
padding: 8px 8px;

}
.b-top12 { 
background: #DE4F37;
border-radius: 4px;
padding: 1px 1px;
width: 203px;
}

.b-top__position-mark { 
display: block;
height: 61px;
margin: -9px 0px 0px 9px;
position: absolute;
width: 39px;
}

.stat {border:0px;border-collapse:collapse;border-bottom:1px solid #dedede;background:#efefef}
.stat td {padding:0;cursor:default;font-family:Verdana;font-size:10px;text-transform:uppercase}
.stat_border {border-left:1px solid #dedede;border-right:1px solid #dedede}
.stat td a, .stat td a:hover {display:block;padding:13px;padding-left:35px;padding-right:35px;color:#9A9A9A;
 transition: all linear .2s;
 -moz-transition: all linear .2s;
 -webkit-transition: all linear .2s;
 -o-transition: color linear .2s;
text-decoration: none;
}
.stat td a:hover {background:#F5F5F5}
.stat td span {display:block;font-size:20px;color:#646464;font-family:'Aldrich', Verdana, sans-serif;margin-bottom:0px}

/* мин проф  
  ------------------------------------------*/  
.user {  
  position: relative;  
  height: 32px;  
  padding: 1px;
  vertical-align: baseline;  
  zoom: 1;  
  *display: inline;  
  *vertical-align: auto;  
  }  
  .user img {  
  float: left;  
  width: 32px;  
  height: 32px;  
  margin-right: 8px;  
  }  
  .user h5 {  
  float: left;  
  line-height: 16px;  
  font-size: 12px;  
  font-weight: bold;  
  color: #262626; 
width: 140px; 
  }  
  .user:hover ul {  
  visibility: visible;  
  opacity: 1;  
  padding: 4px 0 6px;  
  }  
  .user ul {  
  visibility: hidden;  
  opacity: 0;  
  position: absolute;  
  bottom: 100%;  
  left: 0;  
  right: 0;  
  border: 1px solid;  
  border-color: #777 #6c6c6c #666;  
  border-radius: 5px;  
  -webkit-transition-property: opacity, padding, visibility;  
  -moz-transition-property: opacity, padding, visibility;  
  -ms-transition-property: opacity, padding, visibility;  
  -o-transition-property: opacity, padding, visibility;  
  transition-property: opacity, padding, visibility;  
  -webkit-transition: 0.2s ease-out;  
  -moz-transition: 0.2s ease-out;  
  -ms-transition: 0.2s ease-out;  
  -o-transition: 0.2s ease-out;  
  transition: 0.2s ease-out;  
  background-color: #d9e3fa;  
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef3fe), color-stop(100%, #d9e3fa));  
  background-image: -webkit-linear-gradient(top, #eef3fe, #d9e3fa);  
  background-image: -moz-linear-gradient(top, #eef3fe, #d9e3fa);  
  background-image: -ms-linear-gradient(top, #eef3fe, #d9e3fa);  
  background-image: -o-linear-gradient(top, #eef3fe, #d9e3fa);  
  background-image: linear-gradient(top, #eef3fe, #d9e3fa);  
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);  
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);  
  }  
  .user ul:before, .user ul:after, .user li:first-child:after {  
  display: block;  
  content: '';  
  width: 0;  
  height: 0;  
  position: absolute;  
  left: 15px;  
  border: 7px outset transparent;  
  }  
  .user ul:before {  
  border-top: 7px solid #555;  
  bottom: -14px;  
  }  
  .user li:first-child:after {  
  border-top: 7px solid #fff;  
  bottom: -13px;  
  }  
  .user ul:after {  
  border-top: 7px solid #d9e3fa;  
  bottom: -12px;  
  }  
  .user li {  
  padding: 0 12px;  
  font-size: 11px;  
  color: #838ca2;  
  text-shadow: 0 1px #fff;
  display: block;  
  }  
  .user li.sep {  
  border-top: 1px solid #b4bbce;  
  padding-top: 4px;  
  margin-top: 4px;  
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);  
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);  
  }  
  .user li a {  
  display: block;  
  position: relative;  
  margin: 0 -13px;  
  padding: 0 20px 0 12px;  
  color: #313a4f;  
  border: 1px solid transparent;  
  }  
  .user li a:hover {  
  color: #fff;  
  text-decoration: none;  
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);  
  border-color: #C45134 #A34831 #893C29;  
  background-color: #DA6243;  
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EA6A45), color-stop(100%, #A74830));  
  background-image: -webkit-linear-gradient(top, #EA6A45, #A74830);  
  background-image: -moz-linear-gradient(top, #EA6A45, #A74830);  
  background-image: -ms-linear-gradient(top, #EA6A45, #A74830);  
  background-image: -o-linear-gradient(top, #EA6A45, #A74830);  
  background-image: linear-gradient(top, #EA6A45, #A74830);  
  }  
  .user li a:hover:after {  
  display: block;  
  }  
  .user li a:after {  
  display: none;  
  content: '';  
  width: 0;  
  height: 0;  
  position: absolute;  
  top: 50%;  
  right: 5px;  
  margin-top: -4px;  
  border: 4px solid transparent;  
  border-left-color: #9facd1;  
  border-left-color: rgba(255, 255, 255, 0.4);  
  }
/* Конец мин проф  
  ------------------------------------------*/  


.msg-cat{float:right}   
   .msg-cat a{display:block;border:#A3BAE9 solid 1px;margin-bottom:-1px;background:#DFE8F6;text-decoration:none !important;padding:5px}   
   .msg-cat a:hover{background:#CAD9EC}   
   .msg-cat-active{background:#F4F9FC !important;border-left: none !important;}   
   #mshistorumsg div.bbCodeBlock{display:none !important;}   
   .myBtnLeftA img, .myBtnRightA img, .myBtnLeft img, .myBtnRight img {height:auto !IMPORTANT}


/* Ckpun
 ------------------------------------------*/

.b-application{ display: block; float: left; width: 350px; margin: 0 0 15px 0; padding: 15px 0 0 15px; border-top: 1px solid #D9D9D9; }
.b-application_type_single{ float: none; width: auto; padding: 0; border: 0 none; }
.b-app-tabs{ display: block; margin: 0; padding: 0 0 11px 0; background: url("/img/sprite-down-shadows.png") no-repeat scroll -2744px bottom transparent; }
.b-app-tabs_location_full-application {margin: 0px 28px 30px 38px;}
.b-app-tabs__tabs-panel{ display: block; list-style: none; margin: 0px 0px 0px 25px;}
.b-app-tabs__tab{ display: inline-block; *display: block; height: 35px; padding: 0 15px; margin: 0 0 -1px 0; border: 1px solid #DFDEDE; background-image: linear-gradient(bottom, #E8E9E9 0%, #FFFFFF 20%); background-image: -o-linear-gradient(bottom, #E8E9E9 0%, #FFFFFF 20%); background-image: -moz-linear-gradient(bottom, #E8E9E9 0%, #FFFFFF 20%); background-image: -webkit-linear-gradient(bottom, #E8E9E9 0%, #FFFFFF 20%); background-image: -ms-linear-gradient(bottom, #E8E9E9 0%, #FFFFFF 20%); line-height: 35px; font-weight: bold; text-align: center; cursor: pointer; list-style: none; }  
.b-app-tabs__tab_state_active{ height: 36px; border-bottom: 0 none; background: #ffffff; }
 .b-app-tabs__contents-panel{ display: block; padding: 25px 20px 20px; border: 1px solid #DFDEDE; background-image: linear-gradient(bottom, #E8E9E9 0%, #FFFFFF 20%); background-image: -o-linear-gradient(bottom, #E8E9E9 0%, #FFFFFF 20%); background-image: -moz-linear-gradient(bottom, #E8E9E9 0%, #FFFFFF 20%); background-image: -webkit-linear-gradient(bottom, #E8E9E9 0%, #FFFFFF 20%); background-image: -ms-linear-gradient(bottom, #E8E9E9 0%, #FFFFFF 20%); }
.b-app-tabs__content-pane{ display: none; }
.b-app-tabs__content-pane_state_active{ display: block; }
.b-image-gallery{ position: relative; display: block; margin: 0 auto; width: 605px; }
.b-image-gallery__prev{ overflow: hidden; position: absolute; display: block; width: 58px; height: 43px; left: -58px; top: 50px; background: url("/img/sprite.png") no-repeat -142px -205px; text-indent: -999em; z-index: 10; }
.b-image-gallery__next{ overflow: hidden; position: absolute; display: block; width: 59px; height: 43px; right: -59px; top: 50px; background: url("/img/sprite.png") no-repeat -201px -205px; text-indent: -999em; z-index: 10; }
.b-image-gallery__list-wrapper{ overflow: hidden; display: block; width: 605px !important; }
.b-image-gallery__list{ position: relative; display: block; width: 99999px; list-style: none; white-space: nowrap; margin: 0px;}
.b-image-gallery__list-item{ display: inline-block; *display: block; float: left; list-style: none; }
.b-image-gallery__item-link{ padding: 0 10px 0 0; text-decoration: none; }
.b-image-gallery__item-image{ height: 195px;}
.b-layout-clear{ clear: both; float: none; height: 0px; line-height: 0px; overflow: hidden; font-size: 1px; }


/* end Ckpun
 ------------------------------------------*/

/* Соц
 ------------------------------------------*/
.social {  
  position: relative;  
 }  

 .social li {  
  float: left; 
display: block; 
 }  

 .social li a{  
  width: 36px;  
  height: 30px;  
  margin: 0 2px;  
  display: block;  
 }  

 .submenu {  
  position: absolute;  
  width: 193px;  
  top: 37px;  
  left: -18px;  
  background: rgb(66,67,67);  
  background: -moz-linear-gradient(top, rgba(66,67,67,1) 0%, rgba(45,45,45,1) 100%);  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,67,67,1)), color-stop(100%,rgba(45,45,45,1)));  
  background: -webkit-linear-gradient(top, rgba(66,67,67,1) 0%,rgba(45,45,45,1) 100%);  
  background: -o-linear-gradient(top, rgba(66,67,67,1) 0%,rgba(45,45,45,1) 100%);  
  background: -ms-linear-gradient(top, rgba(66,67,67,1) 0%,rgba(45,45,45,1) 100%);  
  background: linear-gradient(to bottom, rgba(66,67,67,1) 0%,rgba(45,45,45,1) 100%);  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424343', endColorstr='#2d2d2d',GradientType=0 );  
  padding: 0 10px 10px 10px;  

  border-radius: 5px;  
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;  

  box-shadow: inset 0 3px 5px rgba(0,0,0,.4), 0 0 3px rgba(0,0,0,.38);  
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.4), 0 0 3px rgba(0,0,0,.38);  
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.4), 0 0 3px rgba(0,0,0,.38);  

  opacity: 0;  
   
  -webkit-transition:opacity .3s ease .2s;  
  -moz-transition:opacity .3s ease .2s;  
  -o-transition:opacity .3s ease .2s;  
  transition:opacity .3s ease .2s;  
 }  

 .linkpol:hover > div {  
  opacity: 1;  
 }  

 .submenu:after{  
  bottom: 100%;  
  border: solid transparent;  
  content: " ";  
  height: 0;  
  width: 0;  
  position: absolute;  
  pointer-events: none;  
 }  

 .submenu:after {  
  border-bottom-color: rgb(66,67,67);  
  border-width: 7px;  
  right: 4%;  
  margin-left: -7px;  
 }  

 .submenu label {  
  margin-top: 4px;  
  font: 14px Calibri;  
  display: block;  
  color: #7e7e7e;  
  text-shadow: 1px 0 1px rgba(0,0,0,.44);  
 }  

 .submenu input[type="text"] {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  width: 95%;  
  font-family: Tahoma;  
  color: #fff;  
  background: #323232;  
  padding: 5px;  
  border: 1px solid #1b1b1b;  
  cursor: text;  

  border-radius: 4px;  
  -moz-border-radius: 4px;  
  -webkit-border-radius: 4px;  

  box-shadow: inset 2px 0 9px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.1);  
  -moz-box-shadow: inset 2px 0 9px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.1);  
  -webkit-box-shadow: inset 2px 0 9px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.1);  
 }  

 .google {  
  background: url('/img/google.png');  
 }  

 .facebook {  
  background: url('/img/facebook.png');  
 }  

 .vk {  
  background: url('/img/vk.png');  
 }  

 .twitter {  
  background: url('/img/twitter.png');  
 }  

 .linkpol {  
  background: url('/img/link.png');  
 }
/* end соц
 ------------------------------------------*/
.user_cp {
    padding-top: 8px;
}
.user_cp a {
    color: white;
    font-size: 12px;
    padding: 12px 10px;
}
.user_cp .auth {
    background: #6187bf;
    background: -moz-linear-gradient(top,  #6187bf 0%, #446aa3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6187bf), color-stop(100%,#446aa3));
    background: -webkit-linear-gradient(top,  #6187bf 0%,#446aa3 100%);
    background: -o-linear-gradient(top,  #6187bf 0%,#446aa3 100%);
    background: -ms-linear-gradient(top,  #6187bf 0%,#446aa3 100%);
    background: linear-gradient(to bottom,  #6187bf 0%,#446aa3 100%);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-right: 16px;
    
}
.user_cp .auth:hover {
    background: #446aa3;
    background: -moz-linear-gradient(top,  #446aa3 0%, #6187bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446aa3), color-stop(100%,#6187bf));
    background: -webkit-linear-gradient(top,  #446aa3 0%,#6187bf 100%);
    background: -o-linear-gradient(top,  #446aa3 0%,#6187bf 100%);
    background: -ms-linear-gradient(top,  #446aa3 0%,#6187bf 100%);
    background: linear-gradient(to bottom,  #446aa3 0%,#6187bf 100%);
}
.user_cp .register {
    background: #93b64f;
    background: -moz-linear-gradient(top,  #93b64f 0%, #718c3e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93b64f), color-stop(100%,#718c3e));
    background: -webkit-linear-gradient(top,  #93b64f 0%,#718c3e 100%);
    background: -o-linear-gradient(top,  #93b64f 0%,#718c3e 100%);
    background: -ms-linear-gradient(top,  #93b64f 0%,#718c3e 100%);
    background: linear-gradient(to bottom,  #93b64f 0%,#718c3e 100%);
    margin-left: -4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-right: 20px;
    
}
.user_cp .register:hover {
    background: #718c3e;
    background: -moz-linear-gradient(top,  #718c3e 0%, #93b64f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718c3e), color-stop(100%,#93b64f));
    background: -webkit-linear-gradient(top,  #718c3e 0%,#93b64f 100%);
    background: -o-linear-gradient(top,  #718c3e 0%,#93b64f 100%);
    background: -ms-linear-gradient(top,  #718c3e 0%,#93b64f 100%);
    background: linear-gradient(to bottom,  #718c3e 0%,#93b64f 100%);
}

.round {
    border-radius: 100px;
    box-shadow: 0 0 7px #666; 
   }
.lslls { 
background: #F05646;
color: #FFFFFF;
padding: 1px 8px;
font-size:12px;
border-radius: 50%;
margin-left: 10px;
padding: 1px 6px;
}

/* Форма поиска фиолетовая кнопка  
 ------------------------------------------*/ 
.poick_pole2 input { 
font-size: 12px;
height: 23px;
width: 140px; 
float:left; 
 }

.poick_pole { 
  color:#555; 
  width:120px; 
  height:15px; 
  border:none;  
  padding:6px 4px;
} 
   
.poick_knopka {  
background: url("/img/icon-search.png") no-repeat #88a4ff;
border: medium none currentColor;
border-radius: 3px;
} 
.poick_knopka input {  
margin-top: 0px;
height: 32px;
width: 32px;
position: absolute;
right: 0px;
margin-top: 0px;
} 

.profile12{ 
background: rgba(0, 0, 0, 0.298);
border-radius: 3px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.071);
display: block;
left: 23px;
margin-top: -121px;
padding: 1px;
position: absolute;}

.profile12 img{ 
background-color: #FFFFFF;
border: 4px solid #FFFFFF;
border-radius: 2px;
height: 160px;
width: 160px;
}

.profile14 {
bottom: 50px;
color: #1C2A47;
font-size: 20px;
margin: 16px 0px 0px 206px;
overflow: hidden;
font-weight: 700;
}
.profile15 {
bottom: 50px;
color: #1C2A47;
font-size: 20px;
margin: -35px 0px 0px 580px;
overflow: hidden;
}

#rate{background:#DAE2E8;color:#8BA1BC;height:21px;width:168px;border-top: 1px solid #C0CCD9;border-bottom: 1px solid #C0CCD9;border-left: 1px solid #C0CCD9;border-right: 1px solid #C0CCD9; margin: 16px 0px 0px 23px;} 
 .rate1{background:#F5EBBB !important;color:#AAA26C !important;height:21px;border-top: 1px solid #E2DAA6 !important;border-bottom: 1px solid #E2DAA6 !important;border-left: 1px solid #E2DAA6 !important;border-right: 1px solid #E2DAA6 !important;} 
 .rate2{background:#C9B36E !important;color:#FFF2C8 !important;height:21px;border-top: 1px solid #A59250 !important;border-bottom: 1px solid #A59250 !important;border-left: 1px solid #A59250 !important;border-right: 1px solid #A59250 !important;} 
 .rate3{background:#E1CC7E !important;color:#948239 !important;height:21px;border-top: 1px solid #C5B565 !important;border-bottom: 1px solid #C5B565 !important;border-left: 1px solid #C5B565 !important;border-right: 1px solid #C5B565 !important;} 
 .rate4{background:#E1CC7E !important;color:#948239 !important;height:21px;border-top: 1px solid #C5B565 !important;border-bottom: 1px solid #C5B565 !important;border-left: 1px solid #C5B565 !important;border-right: 1px solid #C5B565 !important;} 
 #rate span {display:block;line-height:21px;text-align:center;} 
 #rates{background:#DAE2E8;color:#000;height:30px;border-top: 1px solid #C0CCD9;border-bottom: 1px solid #C0CCD9;border-left: 1px solid #C0CCD9;border-right: 1px solid #C0CCD9;} 
 #rates1{background:#F5EBBB;color:#000;height:30px;border-top: 1px solid #E2DAA6;border-bottom: 1px solid #E2DAA6;border-left: 1px solid #E2DAA6;border-right: 1px solid #E2DAA6;} 
 #rates2{background:#C9B36E;color:#000;height:30px;border-top: 1px solid #A59250;border-bottom: 1px solid #A59250;border-left: 1px solid #A59250;border-right: 1px solid #A59250;} 
 #rates3{background:#E1CC7E;color:#000;height:30px;border-top: 1px solid #C5B565;border-bottom: 1px solid #C5B565;border-left: 1px solid #C5B565;border-right: 1px solid #C5B565;}




 