 
  .MesChat {border-bottom:1px solid #ddd;margin-bottom:5px;width:100%;}  
  .chat-wrap-mes {  
  padding: 5px 1px 5px 1px; border-top: 1px solid #ddd;  
  }  
  .chat-wrap-mes:first-child {border-top: 0; padding-top: 0;}  
  .chat-wrap-mes .td1 {  
  width: 30px; padding-right: 2px;  
  }  
  .chat-wrap-mes .td2 {  
  }  
  .avkas {  
  display: inline-block; *display: inline; background: rgba(230,230,230,0.65); padding: 5px; padding-bottom: 6px;  
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12);  
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12);  
  box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12);  
  }  
  .avkas.on {  
  background: #5cba38;  
  }  
  .avkas div {  
  background: #fff; padding: 3px; display: inline-block; *display: inline;  
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);  
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);  
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);  
  }  
  .rad2 {-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;} 

div.group2{background-color:#008b00;} 
div.group4{background-color:#b22222;} 
div.group1{background-color:#a5a5a5;} 
div.group3{background-color:#7b08b7;} 
div.group255{background-color:#663300;} 
div.group251{background-color:#24afb1;} 
span.group2{color:#008b00;} 
span.group4{color:#b22222;} 
span.group1{color:#a5a5a5;} 
span.group3{color:#7b08b7;} 
span.group255{color:#663300;} 
span.group251{color:#24afb1;} 
.avkas { 
 display: inline-block; *display: inline; background: rgba(230,230,230,0.65); padding: 5px; padding-bottom: 6px; 
 -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12); 
 -moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12); 
 box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.12); 
} 

.avkas div { 
 background: #fff; padding: 3px; display: inline-block; *display: inline; 
 -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15); 
 -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15); 
 box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15); 
} 

.rad2 {-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;} 

.wrap-but { 
 display: inline-block; *display: inline; 
 background: #e0e0e0 url("/img/noize.png"); padding: 4px; 
 -webkit-box-shadow: inset 0px 1px 1px -1px rgba(0, 0, 0, 0.17); 
 -moz-box-shadow: inset 0px 1px 1px -1px rgba(0, 0, 0, 0.17); box-shadow: inset 0px 1px 1px -1px rgba(0, 0, 0, 0.17); 
} 

a.button:link, a.button:visited { 
 text-decoration: none; font-size: 11px; color: #fff; 
 display: inline-block; 
 border: 1px solid #909091; background: #AFACAA url("/img/noize.png"); 
} 

a.button:hover, a.button:active {  text-decoration: none; color: #fff; border: 1px solid #51708c; background: #6e96b5 url(/img/noize.png); 
} 

a.button span.sb { 
 display: inline-block; 
 background: url("/img/highlight.png") repeat-x 0 -2px; 
 padding: 5px 10px; 
}

 

#breadcrumbs-one{
  background: #F5B462;
  border-width: 1px;
  border-style: solid;
  margin-top: 5px;
  margin-bottom: 10px;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 99.7%;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #757575;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 12px; 
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
  background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{
  z-index: 2;
  border-left-color: #ddd;
}

#breadcrumbs-one a::before{
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;
}

.photo_m {
text-shadow: white 0px 0px 3px;
  background-color: #fafafa; 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0)); 
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -ms-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: linear-gradient(top, #fcfcfc, #f0f0f0); 
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05); 
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05); 
border-width: 1px 0px 1px 1px;
border-style: solid;
border-color: #C5C5C5;
border-radius: 3px 0 0 3px; 
color: #555555;
float: left;
font-size: 12pt;
height: 20px;
width: 30px;
text-align: center;
line-height: 19px;
vertical-align: middle;
cursor: pointer;
}

.photo_p { 
text-shadow: white 0px 0px 3px; 
  background-color: #fafafa; 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0)); 
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -ms-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: linear-gradient(top, #fcfcfc, #f0f0f0); 
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05); 
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05); 
border-width: 1px 1px 1px 0px; 
border-style: solid; 
border-color: #C5C5C5;
color: #555555; 
float: right; 
border-radius: 0px 3px 3px 0px; 
font-size: 12pt; 
height: 20px; 
width: 30px; 
text-align: center; 
line-height: 18px; 
vertical-align: middle;
cursor: pointer;
} 

.photo_null { 
  background-color: #fafafa; 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0)); 
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -ms-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: linear-gradient(top, #fcfcfc, #f0f0f0); 
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05); 
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05); 
border-width: 1px 1px 1px 1px; 
border-style: solid; 
text-shadow: 1px 1px 0 #fff;
border-color: #C5C5C5;
color: #555555; 
float: right; 
font-size: 11pt; 
height: 20px; 
width: 56px; 
text-align: center; 
line-height: 20px; 
vertical-align: middle;
} 

.photo_plus { 
  background-color: #65bb34; 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71ca3f), color-stop(100%, #5aa72e)); 
  background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: -ms-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: -o-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: linear-gradient(top, #71ca3f, #5aa72e);
border-width: 1px 1px 1px 1px; 
border-style: solid; 
border-color: #C5C5C5; 
color: #fff; 
float: right; 
font-size: 11pt; 
height: 20px; 
width: 56px; 
text-align: center; 
line-height: 18px; 
vertical-align: middle;
cursor: pointer;
} 

.photo_minus { 
  background-color: #56a3d5; 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aaeda), color-stop(100%, #4298d0)); 
  background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: -moz-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: -ms-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: -o-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: linear-gradient(top, #6aaeda, #4298d0); 
border-width: 1px 1px 1px 1px; 
border-style: solid; 
border-color: #C5C5C5; 
color: #fff; 
float: right; 
font-size: 11pt; 
height: 20px; 
width: 56px; 
text-align: center; 
line-height: 18px; 
vertical-align: middle;
cursor: pointer;
} 

.photo_p:hover {
  background-color: #65bb34; 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71ca3f), color-stop(100%, #5aa72e)); 
  background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: -ms-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: -o-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: linear-gradient(top, #71ca3f, #5aa72e); color: #fff;} 

.photo_m:hover {
  background-color: #56a3d5; 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aaeda), color-stop(100%, #4298d0)); 
  background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: -moz-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: -ms-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: -o-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: linear-gradient(top, #6aaeda, #4298d0); 
  color: #555555;} 


.tags { 
  zoom: 1; 
} 
.tags:before, .tags:after { 
  content: ""; 
  display: table; 
} 
.tags:after { 
  clear: both; 
} 
.tags li { 
  position: relative; 
  float: left; 
  list-style: none;
  margin: 0 0 8px 12px; 
} 
.tags li:active { 
  margin-top: 1px; 
  margin-bottom: 7px; 
} 
.tags li:after { 
  content: ''; 
  z-index: 3; 
  position: absolute; 
  top: 10px; 
  right: -2px; 
  width: 5px; 
  height: 6px; 
  opacity: .95; 
  background: #eb6b22; 
  border-radius: 3px 0 0 3px; 
  -webkit-box-shadow: inset 1px 0 #99400e; 
  box-shadow: inset 1px 0 #99400e; 
} 
.tags a, .tags span { 
  display: block; 
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
} 
.tags a { 
  height: 26px; 
  line-height: 23px; 
  padding: 0 9px 0 8px; 
  font-size: 12px; 
  color: #555; 
  text-shadow: 0 1px #fff; 
  border-width: 1px 0 1px 1px; 
  border-style: solid; 
  border-color: #dadada #d2d2d2 #c5c5c5; 
  border-radius: 3px 0 0 3px; 
  background-color: #fafafa; 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0)); 
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -ms-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0); 
  background-image: linear-gradient(top, #fcfcfc, #f0f0f0); 
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05); 
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05); 
} 
.tags a:hover { 
  text-decoration: none; 
} 
.tags a:hover span { 
  padding: 0 7px 0 6px; 
  max-width: 40px; 
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2); 
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2); 
} 
.tags span { 
  position: absolute; 
  top: 1px; 
  left: 100%; 
  z-index: 2; 
  overflow: hidden; 
  max-width: 0; 
  height: 24px; 
  line-height: 21px; 
  padding: 0 0 0 2px; 
  opacity: .95; 
  color: #fff; 
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3); 
  border: 1px solid; 
  border-color: #d15813 #c85412 #bf5011; 
  border-radius: 0 2px 2px 0; 
  background-color: #eb6b22; 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed7b39), color-stop(100%, #df5e14)); 
  background-image: -webkit-linear-gradient(top, #ed7b39, #df5e14); 
  background-image: -moz-linear-gradient(top, #ed7b39, #df5e14); 
  background-image: -ms-linear-gradient(top, #ed7b39, #df5e14); 
  background-image: -o-linear-gradient(top, #ed7b39, #df5e14); 
  background-image: linear-gradient(top, #ed7b39, #df5e14); 
  -webkit-transition-property: padding, max-width; 
  -moz-transition-property: padding, max-width; 
  -ms-transition-property: padding, max-width; 
  -o-transition-property: padding, max-width; 
  transition-property: padding, max-width; 
  -webkit-transition: 0.3s ease-out; 
  -moz-transition: 0.3s ease-out; 
  -ms-transition: 0.3s ease-out; 
  -o-transition: 0.3s ease-out; 
  transition: 0.3s ease-out; 
} 

.green li:after { 
  background: #65bb34; 
  -webkit-box-shadow: inset 1px 0 #3a6b1e; 
  box-shadow: inset 1px 0 #3a6b1e; 
} 
.green span { 
  border-color: #549b2b #4f9329 #4b8b27; 
  background-color: #65bb34; 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71ca3f), color-stop(100%, #5aa72e)); 
  background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: -ms-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: -o-linear-gradient(top, #71ca3f, #5aa72e); 
  background-image: linear-gradient(top, #71ca3f, #5aa72e); 
} 

.blue li:after { 
  background: #56a3d5; 
  -webkit-box-shadow: inset 1px 0 #276f9e; 
  box-shadow: inset 1px 0 #276f9e; 
} 
.blue span { 
  border-color: #3591cd #318cc7 #2f86be; 
  background-color: #56a3d5; 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aaeda), color-stop(100%, #4298d0)); 
  background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: -moz-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: -ms-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: -o-linear-gradient(top, #6aaeda, #4298d0); 
  background-image: linear-gradient(top, #6aaeda, #4298d0); 
}

.pic {
 background:#fff;
 padding:3px;
 float: left;
 width: 190px;
 height: 95px;
 border:1px solid #d2d2d2;
 margin-top:0px;
 margin-bottom:5px;
}
.next-to-pic {
 margin-top:15px;
}
.float-pic {
 float:left;
 margin-right:20px;
}
.padding-cities {
 padding-bottom:16px;
 padding-top:10px;
}
.proj-img {
 position:relative;
 overflow:hidden;
}
.proj-img i {
 display:block;
 font-style:normal;
 position:absolute;
 width:100%;
 height:100%;
 z-index:9;
 text-indent:-9000px;
 top:0;
 left:0;
 background:#493636;
 opacity:0;
 filter:alpha(opacity:0);
}
.proj-img img {
 display:block;
 visibility:visible;
}
.proj-img a {
 display:inline-block;
 width:46px;
 height:46px;
 position:absolute;
 top:-30px;
 left:50%;
 background:url('/img/zoom.png') 50% 50% no-repeat;
 margin-top:-23px;
 margin-left:-23px;
 z-index:10;
}
.proj-img a.details {
 background:url('/img/details.png') 50% 50% no-repeat;
}

.date {
 background:url('/img/bg-blog.png') no-repeat 10px 10px #FBE1A3;
 display:block;
 float: left;
 border:1px solid #d2d2d2;
 border-left: 0px;
 height:101px;
 width:66px;
}
.date p {
 font:11px 'Ubuntu Condensed', sans-serif;
 color:#493636;
 padding:4px 0px;
 width:auto;
 text-align:center;
 text-transform:uppercase;
 margin-left:0px;
 margin-top:65px;
}

/* Подвал */
.footer {
 height: 171px;
 width: 1200px;
 background: url('/img/footer.png') repeat-x 0 100% #FFFFFF;
 margin: 0px auto 0px;
 position: relative;
 z-index: 100;
 font: 10px 'Arial',sans-serif;
 color: #7d7d7d;
}
.footer_left, .footer_right {
 display: block;
 position: absolute;
 bottom: 0;
}
.footer_left {
 left: -50px;
 width: 379px;
 height: 171px;
 background: url('/img/footer_left.png') no-repeat ;
}
.footer_right {
 right: -50px;
 width: 379px;
 height: 171px;
 background: url('/img/footer_right.png') no-repeat bottom right;
}
.footer p {
 position: absolute;
 top: 117px;
 left: 105px;
 text-align: left;
 z-index: 1000;
 width: 500px;
 color: rgb(182, 125, 52);
 display: block;
 font-family: 'PT Sans', Tahoma;
 font-size: 13px;
}
.footer strong {
 position: absolute;
 top: 133px;
 right: 105px;
 opacity: 0.3;
 text-align: left;
 z-index: 1000;
 color: rgb(182, 125, 52);
 display: block;
 font-family: 'PT Sans', Tahoma;
 font-size: 13px;
 float:right;
}

.footer strong:hover {
 position: absolute;
 top: 133px;
 right: 105px;
 opacity: 0.8;
 text-align: left;
 z-index: 1000;
 color: rgb(182, 125, 52);
 display: block;
 font-family: 'PT Sans', Tahoma;
 font-size: 13px;
 float:right;
}

.nav_ar {
 background:url('/un_images/nav_ar.png') no-repeat;
 position: relative;
 right: -319px;
 top: 127px;
 width: 292px;
 height: 87px;
 float: right;
}
.nav_ar span {
position: relative;
display: block;
width: 200px;
height: 60px;
left: 40px;
top: 7px;
color: #fff;
text-shadow: 2px 1px 1px #DB8541;
text-align: justify;
font-family: 'PT Sans',sans-serif;
font-size: 13px;
}

.series {
 position: relative;
 top: -1px;
 float: right;
}
.series ul {
 overflow: hidden;
 list-style: none;
}
.series ul li {
 float: left;
 display: block;
 width: 100px;
 height: 156px;
 margin-right: 20px;
 background: url('/img/series.png') no-repeat;
 padding: 10px 15px 0 14px;
}
.series ul li h1 {
 font: 14px 'PT Sans',sans-serif;
 text-align: center;
 color: #fff;
}
.new_series_prew {
 position: relative;
 width: 100px;
 height: 100px;
 margin-top: 5px;
}
.new_series_prew img {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
}
.new_series_prew .prew_border {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
 width: 100px;
 height: 100px;
 background: url('/img/border_news_series.png') no-repeat;
}

.new_series_prew a span:after{
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #fff;
}
.new_series_prew a:hover span{
    opacity: 0.9;
    bottom: 110px;
}
.new_series_prew a span:before,
.new_series_prew a span:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.1);
}
.new_series_prew a span{
    width: 100px;
    height: auto;
    line-height: 20px;
    padding: 10px;
    left: 50%;
    margin-left: -64px;
    font-family: 'Alegreya SC', Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #719DAB;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 4px solid #fff;
    background: rgba(255,255,255,0.3);
    text-indent: 0px;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 100px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

  .vnav {  
  width: 290px;  
  overflow: hidden;  
  background: #fff;  
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);  
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);  
  }  
  .vnav a {  
  font-family: 'PT Sans', sans-serif;
  color: #645D58;
  background:url('/img/line_graph-o.png') 1% 50% no-repeat #FFECBE;
  display: block;  
  padding-left: 25px;
  line-height: 27px;  
  text-decoration: none;  
  }  
  .vnav li:last-child .vnav-item {  
  border-bottom-color: #F3C898;  
  }  
  .vnav li:last-child .vnav-subnav {  
  border-bottom-color: #F3C898;  
  }  

  .vnav-item {  
  position: relative;  
  padding: 0 12px 0 5px;  
  color: #fff;  
  font-size: 13px;  
border-top: 1px solid #F3C898;
border-bottom: 1px solid #F3C898;
  background-color: #FFECBE;
  -webkit-transition: opacity 0.15s;  
  -moz-transition: opacity 0.15s;  
  -ms-transition: opacity 0.15s;  
  -o-transition: opacity 0.15s;  
  transition: opacity 0.15s;  
  }  
  .vnav-item:hover {  
  background-color: #F7D78C ;  
  }  

 .active .vnav-item, .vnav-item:active {  
  opacity: 1;  
border-top: 1px solid #F3C898;
border-bottom: 1px solid #F3C898;
  -webkit-box-shadow: 0 1px #bbbbbb, 0 2px #e9ebe8;  
  box-shadow: 0 1px #bbbbbb, 0 2px #e9ebe8;  
  background-color: #F7AA64;  
  }  
  .active .vnav-item .vnav-counter, .vnav-item:active .vnav-counter {  
  background: #2471a9;  
  }  
  .vnav-item i {  
  position: absolute;  
  top: 7px;  
  left: 9px;  
  }  

  .vnav-counter {  
  float: right;  
  margin-top: 8px;  
  padding: 0 6px;  
  line-height: 18px;  
  font-size: 11px;  
  background: #464e59;  
  border-radius: 9px;  
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);  
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);  
  }  

  .vnav-subnav {  
  display: none;  
  border-bottom: 1px solid #404348;  
  }  
  .active .vnav-subnav {  
  display: block;  
  }  
  .vnav-subnav a {  
  padding: 0 12px 0 16px;  
  font-size: 12px;  
  color: #838a90;  
  border-bottom: 1px solid #eee;  
  }  
  .vnav-subnav a:before {  
  content: '';  
  display: inline-block;  
  width: 0;  
  height: 0;  
  margin-right: 8px;  
  border: 4px outset transparent;  
  border-left: 4px solid #bbb;  
  }  
  .vnav-subnav a:hover {  
  background: #f8f9fb;  
  }  
  .vnav-subnav .vnav-counter {  
  color: #999;  
  background: #fcfcfc;  
  -webkit-box-shadow: inset 0 0 0 1px #dcdcdc;  
  box-shadow: inset 0 0 0 1px #dcdcdc;  
  }  
  .vnav-subnav li:last-child a {  
  border-bottom-color: #fff;  
  }

  .icon-link {background:url('/img/link.png') no-repeat 50% 50%;}

.tipsy { 
  padding: 5px; 
  font-size: 13px; 
  opacity: 0.8; 
  filter: alpha(opacity=80); 
  background-repeat: no-repeat; 
  background-image: url('/img/tipsy.gif'); 
} 

.tipsy-inner { 
  padding: 5px 8px 4px 8px; 
  background-color: black; 
  color: white; 
  max-width: 200px; 
  text-align: center; 
} 

.tipsy-inner { 
  -moz-border-radius:3px; 
  -webkit-border-radius:3px; 
} 

.tipsy-north { 
  background-position: top center; 
} 

.tipsy-south { 
  background-position: bottom center; 
  margin-top: -17px;
} 

.tipsy-east { 
  background-position: right center; 
} 

.tipsy-west { 
background-position: left center; 
}

.h_info_box {width:1000px;height:120px;margin:0 auto;overflow:hidden;}
.h_info_one {background: #F8EDCF; width:170px;height:95px;border:2px solid #EEB45D;border-radius:3px;margin:7px 12px 7px 0px;float:left;}
.h_info_one ul {list-style:none;}
.h_info_one li {text-align:left;}
.h_info_one li a {font-family: 'Cuprum', sans-serif;text-transform: uppercase; font-size: 12px; -webkit-transition:background 0.1s ease;display:block;background:#F7CB89;border-radius:3px;color:#8F2A2A;padding:3px 8px;margin:3px;text-decoration:none;}
.h_info_one li a:hover {background:#E4AD5B;}
.h_info_one_t {text-transform:uppercase;color:#6f6f6f; font-family: 'PT Sans', sans-serif;height:16px;text-align: center;margin-top:4px;}
.h_info_one_t span {color:#EC8A0C;}
.h_info_two {width:247px;height:95px;border:2px solid #EEB45D;background: #F8EDCF;border-radius:3px;margin:7px 11px 7px 11px;float:left;}
.h_info_two ul {list-style:none;}
.h_info_two li {text-align:left;}
.h_info_two li a {font-family: 'Cuprum', sans-serif;text-transform: uppercase; font-size: 12px;-webkit-transition:all 0.1s ease;display:block;background:url('/img/arr_black_two.png')no-repeat 11px 8px #F7CB89;border-radius:3px;color:#8F2A2A;padding:3px 8px 3px 25px;margin:3px;text-decoration:none;}
.h_info_two li a:hover {background:url('/img/arr_black_two.png')no-repeat 11px 8px #E4AD5B;}
.h_info_two_t {text-transform:uppercase;color:#6f6f6f; font-family: 'PT Sans', sans-serif;height:16px;text-align: center;margin-top:4px}
.h_info_two_t span {color:#EC8A0C;}
.v_dashed {background:url('/img/v_dashed.png')no-repeat;width:5px;height:98px;float:left;margin:17px 16px 0 0;}
.v_dashed_two {background:url('/img/v_dashed.png')no-repeat;width:5px;height:22px;float:left;margin:0 10px 0 10px;}
.v_dashed_white {background:url('/img/v_dashed_white.png')no-repeat;width:5px;height:86px;float:left;margin:12px 7px 0 7px;}
.v_dotted {background:url('/img/v_dotted.png')no-repeat;width:136px;height:1px;margin:5px 9px;}

.h_prof {background:#C04A12;border-radius: 3px; width:248px;height:99px;margin:7px 0px 7px 7px;float:right;}
.h_prof_av {background:#fff;float:left;padding:3px;margin:5px 0 5px 5px;position:relative;}
.h_prof_ex {background:url('/img/h_prof_ex.png');position:absolute;bottom:3px;left:3px;padding:1px 9px;text-align:left;width:65px;}
.h_prof_ex a {font-family: 'Cuprum',sans-serif; font-size: 11px; text-transform:uppercase; text-decoration:none;color:#e8dad9;}
.h_prof_ex a:hover {color:#fff;}
.h_prof_ex img {margin-right:6px;}
.h_prof ul {list-style:none;margin-top:5px;overflow:hidden;}
.h_prof li {text-align:left;}
.h_prof li a {-webkit-transition:all 0.1s ease;display:block;background:url('/img/arr_white.png')no-repeat 9px 8px #F7CB89;border-radius:3px;color:#8F2A2A;padding:3px 8px 3px 20px;margin:3px 8px 3px 8px;text-decoration:none;}
.h_prof li a:hover {background:url('/img/arr_white.png')no-repeat 9px 8px #E4AD5B;border-radius:3px;}
.h_prof li a span {float:right;}
.h_login_form {border: 2px solid #EEB45D;background: #F8EDCF; padding: 2px; border-radius: 3px; width:220px;height:87px;margin:7px 7px 0 0;float:right;}
.h_login_input {padding:2px 7px 0 0;overflow:hidden;}
.loginField {width:223px;height:21px!important;float:left;padding:0 8px!important;}
.passwordField {width:223px;height:21px!important;float:left;clear:left;padding:0 8px!important;margin-top:7px;}
.loginButton {height:20px!important;margin-top:2px;float:right;}
.h_login_lnks {margin-top:2px;text-align: center;}
.h_login_lnks span {margin-right:3px;}
.h_login_lnks a span {color:#f48669;}
.h_login_lnks a span:hover {color:#588ca7;}

.tt-wrapper {
padding: 0;
width: 465px;
height: 70px;
position:relative;
top: 200px;
left: 360px;
}

ol,ul {
	list-style:none;
}

.tt-wrapper li{
	float: left;
}
.tt-wrapper li a{
	display: block;
	width: 68px;
	height: 70px;
	margin: 0 2px;
	outline: none;
	background: transparent url(/img/date_icon.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
}
.tt-wrapper li .tt-home{
    background-position: 0px 0px;
}
.tt-wrapper li .tt-forum{
    background-position: -68px 0px;
}
.tt-wrapper li .tt-file{
    background-position: -136px 0px;
}
.tt-wrapper li .tt-make{
    background-position: -204px 0px;
}
.tt-wrapper li .tt-video{
    background-position: -272px 0px;
}
.tt-wrapper li .tt-forrst{
    background-position: -340px 0px;
}
.tt-wrapper li a span{
	width: 150px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -90px;
	font-family: 'Cuprum', Georgia, serif;
        text-transform: uppercase;
	font-weight: 400;	
	font-size: 13px;
	color: #8F2A2A;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: #FBE1A3;
	text-indent: 0px;
	border-radius: 3px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 70px;
}

.h_login_input input[type=text],
.h_login_input input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    /* Size and position */
    width: 100%;
    padding: 10px 18px 10px 45px;

    /* Styles */
    border: none; /* Remove the default border */
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.h_login_input input[type=text] {
    margin-bottom: 10px;
}


.viewn_cont input[type=text],
.viewn_cont input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    /* Size and position */
    width: 300px;
    padding: 3px 10px 3px 10px;

    /* Styles */
    border: none; /* Remove the default border */
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.viewn_cont input[type=text] {
    margin-bottom: 10px;
}

.new_pm input[type=text],
.new_pm input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    /* Size and position */
    width: 300px;
    padding: 3px 10px 3px 10px;

    /* Styles */
    border: none; /* Remove the default border */
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.4),
        inset 0 10px 10px rgba(255,255,255,0.2);
    border-radius: 3px;
    background: #F8994F;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.new_pm input[type=text] {
    margin-bottom: 10px;
}

.h_login_input input[type=submit] {
    /* Width and position */
    width: 100%;
    margin-left: 2px;
    padding: 2px 5px;
  
    /* Styles */
    border: 1px solid #0273dd; /* Fallback */
    border: 1px solid rgba(238, 121, 29, 0.4);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 3px;
    background: #F8994F;
    cursor:pointer;
  
    /* Font styles */
    font-family: 'Cuprum', sans-serif;
    color: white;
    font-size: 13px;
}

.h_login_input input[type=submit]:hover { 
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.h_login_input input[type=submit]:active { 
    background: #287db5;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
    border-color: #000; /* Fallback */
    border-color: rgba(0,0,0,0.9);
}

.block_new_comm {-webkit-transition:background 0.1s ease;background:#FADDB3;border-radius:3px;padding:5px 5px;margin:5px 0;overflow:hidden;}
.block_new_comm:hover {cursor: poiner; background:#F8D68D}
.block_new_av {background:#F7AD69;border-radius:3px;padding:3px 3px;margin-right:11px;float:left;}
.block_new_av img {border-radius:3px;width:33px;height:33px:}
.block_new_text {font-size: 13px; font-family: 'PT Sans',sans-serif; margin:3px 0;}
.block_new_text a {text-decoration:none;font-weight:700;}
.block_new_text p {margin:3px 0 0 0;}
.block_new_text p a {color:#626262; font-size: 13px; font-family: 'PT Sans',sans-serif;text-decoration:none;font-weight:normal;}

.info_box {  
  margin:10px 0px 10px;  
  font-size:13px;  
  line-height:18px;  
  position:relative;  
  -moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);  
  -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);  
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);  
}  
.info_box_content {  
  text-shadow:1px 1px 1px white;  
  padding:18px 43px 17px 66px;  
  min-height:35px;  
}  

.warning {  
  border:1px solid #E0B1B1;  
}  
.warning .info_box_content {  
  color:#AD7676;  
  background:#FFD9D5;  
  border:1px solid #FCEEEC;  
  -moz-box-shadow:inset 0 0 45px #f0bfba;  
  -webkit-box-shadow:inset 0 0 45px #F0BFBA;  
  box-shadow:inset 0 0 45px #F0BFBA;  
}  
.warning::before {  
  width:17px;  
  height:17px;  
}  
.note {  
  border:1px solid #B9DBB6;  
}  
.note .info_box_content {  
  color:#7EA57B;  
  background:#DFF7DD;  
  border:1px solid #F1F9F0;  
  -moz-box-shadow:inset 0 0 45px #cbe5c9;  
  -webkit-box-shadow:inset 0 0 45px #CBE5C9;  
  box-shadow:inset 0 0 45px #CBE5C9;  
}  
.note::before {  
  width:19px;  
  height:14px;  
}  
.nice {  
  border:1px solid #E2E2BA;  
}  
.nice .info_box_content {  
  color:#ADA771;  
  background:#F9F9DC;  
  border:1px solid #FBFBEF;  
  -moz-box-shadow:inset 0 0 45px #efefc0;  
  -webkit-box-shadow:inset 0 0 45px #EFEFC0;  
  box-shadow:inset 0 0 45px #EFEFC0;  
}  
.nice::before {  
  width:22px;  
  height:20px;  
}  
.advise {  
  border:1px solid #B3D8D3;  
}  
.advise .info_box_content {  
  color:#80ACB0;  
  background:#DDF5F7;  
  border:1px solid #F1FAFB;  
  -moz-box-shadow:inset 0 0 45px #c6edf0;  
  -webkit-box-shadow:inset 0 0 45px #C6EDF0;  
  box-shadow:inset 0 0 45px #C6EDF0;  
}  
.advise::before {  
  width:19px;  
  height:15px;  
}  
.normal {  
  border:1px solid #DDD;  
}  
.normal .info_box_content {  
  color:#737373;  
  background:#FAFAFA;  
  border:1px solid #FAFAFA;  
  -moz-box-shadow:inset 0 0 45px #e7e7e7;  
  -webkit-box-shadow:inset 0 0 45px #E7E7E7;  
  box-shadow:inset 0 0 45px #E7E7E7;  
}  
.normal::before {  
  width:20px;  
  height:16px;  
}  

.warning::before, .note::before, .nice::before, .advise::before, .normal::before {  
  content:'';  
  position:absolute;  
  top:22px;  
  left:28px;  
}