@font-face {
  font-family: 'grands';
  src: url('fonts/grands/grands.eot');
  src: url('fonts/grands/grands.eot?#iefix') format('embedded-opentype'), url('fonts/grands/grands.svg#Grands') format('svg'), url('fonts/grands/grands.woff') format('woff'), url('fonts/grands/grands.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a {
  color: #BC3130;
  text-decoration: none;
  -webkit-transition: color 0.3s 0s ease;
  -moz-transition: color 0.3s 0s ease;
  -ms-transition: color 0.3s 0s ease;
  -o-transition: color 0.3s 0s ease;
  transition: color 0.3s 0s ease;
}
a:hover {
  color: #7f2120;
  text-decoration: underline;
}
div.widget a:hover {
  text-decoration: underline;
}
a.curent-page-cat {
  font-weight: bold;
}
h1 {
  color: #444;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-family: "EB Garamond", "Times New Roman", Times, serif;
}
h1 a {
  color: #7f2120;
}
h1 a:hover {
  color: #7f2120;
  text-decoration: none;
}
h1.category {
  margin: 0 0 15px 0;
  border-bottom: 2px solid #DDD;
}
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
}
blockquote {
  color: #8D1616;
  border-left-color: #8D1616;
}
div.page_only li {
  margin-top: 3px;
  margin-bottom: 4px;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  background: #eee url("../images/backgrounds/pattern_017.png");
  background-attachment: fixed;
}
div.all {
  margin: 30px auto;
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  -o-box-shadow: 0 0 30px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.7);
  box-shadow: 0 0 30px rgba(0,0,0,0.7);
}
div.content {
  width: 70%;
  float: left;
}
div.content div.content-wrap {
  margin: 30px -1px 20px 30px;
  padding: 0 30px 0 0;
  border-right: #ddd 1px solid;
}
div.sidebar1 {
  width: 30%;
  float: left;
}
div.sidebar1 div.sidebar1-wrap {
  margin: 30px 30px 0 0;
  padding: 0 0 0 30px;
  border-left: #ddd 1px solid;
}
div.footer {
  background: #444;
}
div.footer div.footer-wrap {
  padding: 20px 30px;
  color: #aaa;
}
div.footer div.footer-wrap a {
  color: #aaa;
}
body.no-sidebar div.content {
  width: 100%;
  float: none;
}
body.no-sidebar div.content div.content-wrap {
  margin: 30px;
  border-right: none;
}
div.MainMenu {
  height: 45px;
  background-color: #C65453;
  margin: 0 30px;
}
div.MainMenu ul.menu > li {
  height: 45px;
  line-height: 45px;
}
div.MainMenu ul.menu > li > a {
  font-weight: bold;
  font-size: 13px;
  padding: 0 15px;
  -webkit-transition: background-color 0.3s 0s ease-out;
  -moz-transition: background-color 0.3s 0s ease-out;
  -ms-transition: background-color 0.3s 0s ease-out;
  -o-transition: background-color 0.3s 0s ease-out;
  transition: background-color 0.3s 0s ease-out;
  text-transform: uppercase;
  color: #fff;
}
div.MainMenu ul.menu > li.selected > a,
div.MainMenu ul.menu > li > a:hover {
  background-color: rgba(10,10,10,0.2);
  color: #fff;
}
div.MainMenu ul.menu li.group > a span {
  background: url("../images/bullets/menu-down-light.png") no-repeat right center;
  padding-right: 20px;
}
div.MainMenu ul.menu li.group > a span:hover {
  background: url("../images/bullets/menu-down-light.png") no-repeat right center;
}
div.MainMenu ul.menu li.group ul {
  background-color: #333;
}
div.MainMenu ul.menu li.group ul li.group > a span {
  background: url("../images/bullets/menu-down-right.png") no-repeat right center;
}
div.MainMenu ul.menu li.group ul li > a {
  font-size: 14px;
  color: #ccc;
  border-top: #333 1px solid;
}
div.MainMenu ul.menu li.group ul li > a:hover {
  background-color: #555;
}
div.MainMenu ul.menu li.group ul li.divider {
  background-color: #444;
}
div.MainMenu2 {
  height: 35px;
  margin-left: 15px;
}
div.MainMenu2 ul.menu > li {
  height: 35px;
  line-height: 35px;
}
div.MainMenu2 ul.menu > li > a {
  font-weight: bold;
  font-size: 13px;
  padding: 0 15px;
  color: #aaa;
}
div.MainMenu2 ul.menu > li.selected > a,
div.MainMenu2 ul.menu > li > a:hover {
  background-color: transparent;
  color: #fff;
}
div.MainMenu2 ul.menu li.group > a span {
  background: url("../images/bullets/menu-down-gray.png") no-repeat right center;
  padding-right: 20px;
}
div.MainMenu2 ul.menu li.group > a span:hover {
  background: url("../images/bullets/menu-down-light.png") no-repeat right center;
}
div.MainMenu2 ul.menu li.group ul li.group > a span {
  background: url("../images/bullets/menu-down-right.png") no-repeat right center;
}
div.MainMenu2 ul.menu li.group ul li > a {
  font-size: 12px;
}
.message {
  margin: 0 0 10px 0;
  padding: 15px 10px 15px 70px;
  min-height: 32px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #E9E9E9;
  color: #505050;
  font-weight: bold;
}
.message.ok {
  background: #58B158 url("../images/icons/ok.png") no-repeat 15px center;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  filter: dropshadow(color=rgba(0,0,0,0.25), offx=, offy=);
}
.message.ok.small {
  background-image: url("../images/icons/small/ok.png");
}
.message.note {
  background: #44AAC8 url("../images/icons/note.png") no-repeat 15px center;
  color: #111;
}
.message.note.small {
  background-image: url("../images/icons/small/note.png");
}
.message.alert {
  background: #F89406 url("../images/icons/alert.png") no-repeat 15px center;
  color: #fff;
}
.message.alert.small {
  background-image: url("../images/icons/small/alert.png");
}
.message.idea {
  background: #FAF6AC url("../images/icons/idea.png") no-repeat 15px center;
  color: #111;
}
.message.idea.small {
  background-image: url("../images/icons/small/idea.png");
}
.message.error {
  background: #D64B45 url("../images/icons/error.png") no-repeat 15px center;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  filter: dropshadow(color=rgba(0,0,0,0.25), offx=, offy=);
}
.message.error.small {
  background-image: url("../images/icons/small/error.png");
}
.message.about {
  background: #EAEAEA url("../images/icons/about.png") no-repeat 15px center;
  color: #111;
}
.message.about.small {
  background-image: url("../images/icons/small/about.png");
}
.message.mail {
  background: #EAEAEA url("../images/icons/mail.png") no-repeat 15px center;
  color: #111;
}
.message.mail.small {
  background-image: url("../images/icons/small/mail.png");
}
.message.home {
  background: #EAEAEA url("../images/icons/home.png") no-repeat 15px center;
  color: #111;
}
.message.home.small {
  background-image: url("../images/icons/small/home.png");
}
.message.question {
  background: #EAEAEA url("../images/icons/question.png") no-repeat 15px center;
  color: #111;
}
.message.question.small {
  background-image: url("../images/icons/small/question.png");
}
.message.noicon {
  background-image: none;
  padding: 10px;
  min-height: 0;
}
.message.small {
  min-height: 20px;
  padding: 7px 10px 7px 50px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
span.label {
  background-color: #999;
  color: #fff;
  display: inline-block;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  filter: dropshadow(color=rgba(0,0,0,0.25), offx=, offy=);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
}
span.label.default {
  background-color: #999;
  color: #fff;
}
span.label.success {
  background-color: #468847;
  color: #fff;
}
span.label.warning {
  background-color: #F89406;
  color: #fff;
}
span.label.important {
  background-color: #B94A48;
  color: #fff;
}
span.label.info {
  background-color: #3A87AD;
  color: #fff;
}
span.label.inverse {
  background-color: #333;
  color: #fff;
}
.dropdown-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
}
.dropdown-menu ul {
  min-width: 100px;
  list-style: none;
  background: #FFF;
  border: solid 1px #DDD;
  border: solid 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}
.dropdown-menu.has-tip {
  margin-top: 8px;
}
.dropdown-menu.has-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0,0,0,0.2);
  display: inline-block;
}
.dropdown-menu.has-tip.anchor-right:before {
  left: auto;
  right: 9px;
}
.dropdown-menu.has-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}
.dropdown-menu.has-tip.anchor-right:after {
  left: auto;
  right: 10px;
}
.dropdown-menu.has-scroll ul {
  max-height: 358px;
  overflow: auto;
}
.dropdown-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 18px;
}
.dropdown-menu li > a,
.dropdown-menu label {
  display: block;
  color: #555;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu label:hover {
  background-color: #08C;
  color: #FFF;
  cursor: pointer;
}
.dropdown-menu .divider {
  height: 1px;
  background: #E5E5E5;
  margin: 5px 1px;
  overflow: hidden;
}
div.columns {
  margin-right: -30px;
}
div.columns div.column-content {
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 20px;
}
div.box {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
div.box div.row {
  display: table-row;
}
div.box div.row div.cell {
  display: table-cell;
  vertical-align: top;
}
div.onerow .col {
  float: left;
  margin-left: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.onerow .col:first-of-type {
  margin-left: 0;
}
div.onerow .w1-1 {
  width: 100%;
}
div.onerow .w1-2 {
  width: 48.5%;
}
div.onerow .w1-3 {
  width: 31.333333333333%;
}
div.onerow .w2-3 {
  width: 65.66666667%;
}
div.onerow .w1-4 {
  width: 22.75%;
}
div.onerow .w2-4 {
  width: 48.5%;
}
div.onerow .w3-4 {
  width: 74.25%;
}
div.onerow .w1-5 {
  width: 17.6%;
}
div.onerow .w2-5 {
  width: 38.2%;
}
div.onerow .w3-5 {
  width: 58.8%;
}
div.onerow .w4-5 {
  width: 79.4%;
}
div.page_other_pages_header,
div.page_comments_count,
div.leave_a_comment {
  background-color: #ddd;
  padding: 5px 10px;
  margin: 10px 0;
}
div.sitemap ul {
  list-style-type: none;
}
div.sitemap ul ul {
  list-style-type: circle;
}
body.body-home span.cut {
  display: none;
}
div.widget {
  font-size: .9em;
  margin-bottom: 30px;
}
div.widget div.widget_header,
div.widget h2.box {
  color: #BC3130;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
div.widget a {
  color: #7f2120;
}
div.widget a:hover {
  color: #BC3130;
}
div.logo-ns-descr-icons > div.wrap {
  margin: 30px;
}
div.logo-ns-descr-icons div.r1 {
  float: left;
  width: 80px;
}
div.logo-ns-descr-icons div.r1 img {
  margin: 10px 0 0 20px;
}
div.logo-ns-descr-icons div.r2 {
  float: left;
  width: auto;
}
div.logo-ns-descr-icons div.r2 div.name_site {
  margin: 20px 0 0 25px;
  font-size: 44px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
}
div.logo-ns-descr-icons div.r2 div.name_site a {
  text-decoration: none;
  color: #333;
}
div.logo-ns-descr-icons div.r2 div.description_site {
  font-style: italic;
  font-size: 14px;
  margin: 0 0 10px 25px;
}
div.logo-ns-descr-icons div.r3 {
  float: right;
  width: auto;
}
div.logo-ns-descr-icons div.r3 div.social {
  margin: 0;
  text-align: right;
}
div.logo-ns-descr-icons div.r3 div.social a {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  background-repeat: no-repeat;
}
div.logo-ns-descr-icons div.r3 div.social a:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
div.logo-ns-descr-icons div.r3 div.social a.rss {
  background-image: url("../images/social/rss.png");
}
div.logo-ns-descr-icons div.r3 div.social a.twitter {
  background-image: url("../images/social/twitter.png");
}
div.logo-ns-descr-icons div.r3 div.social a.facebook {
  background-image: url("../images/social/facebook.png");
}
div.logo-ns-descr-icons div.r3 div.social a.gplus {
  background-image: url("../images/social/gplus.png");
}
div.logo-ns-descr-icons div.r3 div.social a.github {
  background-image: url("../images/social/github.png");
}
div.logo-ns-descr-icons div.r3 div.social a.skype {
  background-image: url("../images/social/skype.png");
}
div.logo-ns-descr-icons div.r3 div.social a.vkontakte {
  background-image: url("../images/social/vkontakte.png");
}
div.logo-ns-descr-icons div.r3 div.social a.behance {
  background-image: url("../images/social/behance.png");
}
div.logo-ns-descr-icons div.r3 div.social a.blogger {
  background-image: url("../images/social/blogger.png");
}
div.logo-ns-descr-icons div.r3 div.social a.dropbox {
  background-image: url("../images/social/dropbox.png");
}
div.logo-ns-descr-icons div.r3 div.social a.evernote {
  background-image: url("../images/social/evernote.png");
}
div.logo-ns-descr-icons div.r3 div.social a.last_fm {
  background-image: url("../images/social/last_fm.png");
}
div.logo-ns-descr-icons div.r3 div.social a.linked_in {
  background-image: url("../images/social/linked_in.png");
}
div.logo-ns-descr-icons div.r3 div.social a.mail {
  background-image: url("../images/social/mail.png");
}
div.logo-ns-descr-icons div.r3 div.social a.odnoklassniki {
  background-image: url("../images/social/odnoklassniki.png");
}
div.logo-ns-descr-icons div.r3 div.social a.vimeo {
  background-image: url("../images/social/vimeo.png");
}
div.logo-ns-descr-icons div.r3 div.social a.yahoo {
  background-image: url("../images/social/yahoo.png");
}
div.logo-ns-descr-icons div.r3 div.social a.youtube {
  background-image: url("../images/social/youtube.png");
}
div.logo-ns-descr-icons div.r3 div.social {
  padding: 15px 10px 0 0;
}
div.menu-login {
  background-color: #444;
}
div.menu-login div.r1 {
  float: left;
}
div.menu-login div.r2 {
  float: right;
  padding: 7px 30px 0 0;
}
div.menu-login div.r2 form {
  padding: 10px 15px 0 15px;
  width: 200px;
}
div.menu-login div.r2 form input {
  width: 195px;
}
div.menu-login div.r2 form span.registration {
  display: inline-block;
  float: right;
}
div.menu-login div.r2 a.dropdown {
  text-decoration: none;
  border-bottom: 1px #aaa dashed;
  outline: none;
  color: #aaa;
}
div.menu-login div.r2 a.dropdown:hover {
  color: #fff;
  border-bottom: 1px #fff dashed;
}
div.menu-login div.r2 .dropdown-menu li > a:hover,
div.menu-login div.r2 .dropdown-menu label:hover {
  background-color: #BC3130;
  color: #FFF;
}
div.ns-descr-icons > div.wrap {
  margin: 30px 30px 20px 30px;
}
div.ns-descr-icons div.r1 {
  float: left;
  width: auto;
}
div.ns-descr-icons div.r1 div.name_site {
  margin: 5px 0 0 5px;
  font-size: 56px;
  font-family: "EB Garamond", "Times New Roman", Times, serif;
  font-weight: bold;
  text-shadow: 1px 1px 3px #888;
  filter: dropshadow(color=#888888, offx=, offy=);
  text-transform: uppercase;
  line-height: 1em;
}
div.ns-descr-icons div.r1 div.name_site a {
  text-decoration: none;
  color: #333;
}
div.ns-descr-icons div.r1 div.description_site {
  font-size: 14px;
  color: #888;
  margin: 5px 0 10px 5px;
}
div.ns-descr-icons div.r2 {
  float: right;
  width: auto;
}
div.ns-descr-icons div.r2 div.social {
  padding: 30px 0px 0 0;
}
div.ns-descr-icons div.r2 div.social a {
  padding: 5px;
  margin: 0 0 3px 3px;
  text-decoration: none;
  color: white;
  font-size: 25px;
  height: 25px;
  line-height: 25px;
  width: 25px;
  display: inline-block;
  background-color: #ccc;
  font-family: grands;
}
div.ns-descr-icons div.r2 div.social a:before {
  content: "\e00b";
}
div.ns-descr-icons div.r2 div.social a:hover {
  background-color: #888;
}
div.ns-descr-icons div.r2 div.social a.rss:before {
  content: "\e00c";
}
div.ns-descr-icons div.r2 div.social a.rss:hover {
  background-color: #F09836;
}
div.ns-descr-icons div.r2 div.social a.twitter:before {
  content: "\e005";
}
div.ns-descr-icons div.r2 div.social a.twitter:hover {
  background-color: #2CAAE1;
}
div.ns-descr-icons div.r2 div.social a.facebook:before {
  content: "\e021";
}
div.ns-descr-icons div.r2 div.social a.facebook:hover {
  background-color: #3B5998;
}
div.ns-descr-icons div.r2 div.social a.gplus:before {
  content: "\e01b";
}
div.ns-descr-icons div.r2 div.social a.gplus:hover {
  background-color: #D84937;
}
div.ns-descr-icons div.r2 div.social a.github:before {
  content: "\e01d";
}
div.ns-descr-icons div.r2 div.social a.github:hover {
  background-color: #444;
}
div.ns-descr-icons div.r2 div.social a.skype:before {
  content: "\e00a";
}
div.ns-descr-icons div.r2 div.social a.skype:hover {
  background-color: #00C6FF;
}
div.ns-descr-icons div.r2 div.social a.vkontakte:before {
  content: "\e002";
}
div.ns-descr-icons div.r2 div.social a.vkontakte:hover {
  background-color: #496C93;
}
div.ns-descr-icons div.r2 div.social a.blogger:before {
  content: "\e025";
}
div.ns-descr-icons div.r2 div.social a.blogger:hover {
  background-color: #FA9D3C;
}
div.ns-descr-icons div.r2 div.social a.dropbox:before {
  content: "\e024";
}
div.ns-descr-icons div.r2 div.social a.dropbox:hover {
  background-color: #008EDA;
}
div.ns-descr-icons div.r2 div.social a.evernote:before {
  content: "\e022";
}
div.ns-descr-icons div.r2 div.social a.evernote:hover {
  background-color: #83B546;
}
div.ns-descr-icons div.r2 div.social a.last_fm:before {
  content: "\e017";
}
div.ns-descr-icons div.r2 div.social a.last_fm:hover {
  background-color: #C80604;
}
div.ns-descr-icons div.r2 div.social a.linked_in:before {
  content: "\e015";
}
div.ns-descr-icons div.r2 div.social a.linked_in:hover {
  background-color: #0E5D86;
}
div.ns-descr-icons div.r2 div.social a.mail:before {
  content: "\e023";
}
div.ns-descr-icons div.r2 div.social a.mail:hover {
  background-color: #999;
}
div.ns-descr-icons div.r2 div.social a.odnoklassniki:before {
  content: "\e014";
}
div.ns-descr-icons div.r2 div.social a.odnoklassniki:hover {
  background-color: #E77B19;
}
div.ns-descr-icons div.r2 div.social a.vimeo:before {
  content: "\e004";
}
div.ns-descr-icons div.r2 div.social a.vimeo:hover {
  background-color: #1AB7EA;
}
@media (max-width: 767px) {
  div.ns-descr-icons div.r1 {
    float: none;
  }
  div.ns-descr-icons div.r2 {
    float: none;
  }
  div.ns-descr-icons div.r2 div.social {
    padding: 0;
  }
}
div.pagination {
  color: #777;
  margin: 20px 0;
}
div.pagination a {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: #D4D4D4 1px solid;
  background-color: #777;
}
div.pagination a:hover {
  border: #888 1px solid;
  color: #fff;
  background-color: #888;
}
div.pagination span {
  display: none;
}
div.pagination strong {
  display: inline-block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #eee;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #C65453;
}
div.tabs ul.tabs-nav {
  margin-left: 10px;
}
div.tabs ul.tabs-nav li.elem {
  margin: 0 2px 0 0;
  padding: 10px 15px;
  color: white;
  font-weight: bold;
  background-color: #aaa;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#5e5e5e),to(#aaa));
  background-image: -moz-linear-gradient(top,#5e5e5e,#aaa);
  background-image: -ms-linear-gradient(top,#5e5e5e,#aaa);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5e5e5e),color-stop(100%,#aaa));
  background-image: -webkit-linear-gradient(top,#5e5e5e,#aaa);
  background-image: -o-linear-gradient(top,#5e5e5e,#aaa);
  background-image: linear-gradient(top,#5e5e5e,#aaa);
  box-shadow: inset 0 -2px 5px #5e5e5e;
  -moz-box-shadow: inset 0 -2px 5px #5e5e5e;
  -webkit-box-shadow: inset 0 -2px 5px #5e5e5e;
}
div.tabs ul.tabs-nav li.elem:hover {
  background-color: #adadad;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#b2b2b2),to(#adadad));
  background-image: -moz-linear-gradient(top,#b2b2b2,#adadad);
  background-image: -ms-linear-gradient(top,#b2b2b2,#adadad);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#b2b2b2),color-stop(100%,#adadad));
  background-image: -webkit-linear-gradient(top,#b2b2b2,#adadad);
  background-image: -o-linear-gradient(top,#b2b2b2,#adadad);
  background-image: linear-gradient(top,#b2b2b2,#adadad);
}
div.tabs ul.tabs-nav li.tabs-current {
  color: gray;
  background-color: #F2F2F2;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#efefef),to(#F2F2F2));
  background-image: -moz-linear-gradient(top,#efefef,#F2F2F2);
  background-image: -ms-linear-gradient(top,#efefef,#F2F2F2);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#efefef),color-stop(100%,#F2F2F2));
  background-image: -webkit-linear-gradient(top,#efefef,#F2F2F2);
  background-image: -o-linear-gradient(top,#efefef,#F2F2F2);
  background-image: linear-gradient(top,#efefef,#F2F2F2);
  box-shadow: inset 0 3px 3px #a6a6a6;
  -moz-box-shadow: inset 0 3px 3px #a6a6a6;
  -webkit-box-shadow: inset 0 3px 3px #a6a6a6;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
div.tabs ul.tabs-nav li.tabs-current:hover {
  color: #343434;
  background-color: #F2F2F2;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#eaeaea),to(#F2F2F2));
  background-image: -moz-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: -ms-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(100%,#F2F2F2));
  background-image: -webkit-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: -o-linear-gradient(top,#eaeaea,#F2F2F2);
  background-image: linear-gradient(top,#eaeaea,#F2F2F2);
}
div.tabs div.tabs-box {
  background: #F2F2F2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-box-shadow: 0 0 3px #a6a6a6;
  -webkit-box-shadow: 0 0 3px #a6a6a6;
  -moz-box-shadow: 0 0 3px #a6a6a6;
  box-shadow: 0 0 3px #a6a6a6;
}
h3.home-last-page {
  font-size: 26px;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}
p.home-last-page-info {
  margin: 15px 0 5px 0;
  color: #777;
  font-size: 12px;
}
div.home-last-page {
  margin: 0 0 20px 0;
}
div.home-2col-1cat {
  margin-bottom: 20px;
}
div.home-2col-1cat div.home-title-col {
  background-color: #9F4444;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  margin: 0 0 10px 0;
}
div.home-2col-1cat div.home-title-col img {
  vertical-align: top;
  margin: 10px 10px 0 10px;
}
div.home-2col-1cat div.home-title-col a {
  color: #fff;
}
div.home-2col-1cat h4 {
  font-size: 22px;
  line-height: 1.2em;
  margin: 0 0 7px 0;
  color: #BC3130;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.home-2col-1cat p.info {
  margin: 15px 0 5px 0;
  color: #777;
  font-size: 12px;
}
div.home-1col-cats-left div.home-title-col {
  background: #9F4444 url("../images/category/other.png") no-repeat 7px center;
  padding: 0 0 0 30px;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #fff;
}
div.home-1col-cats-left div.cell-img {
  width: 25%;
}
div.home-1col-cats-left div.cell-content {
  padding-left: 15px;
}
div.home-1col-cats-left div.box {
  margin: 10px 0 15px 0;
}
div.home-1col-cats-left p.info {
  margin: 3px 0 5px 0;
  color: #777;
  font-size: 12px;
}
div.home-1col-cats-left h4 {
  font-size: 22px;
  line-height: 1.2em;
  margin: 0 0 7px 0;
}
@media (max-width: 767px) {
  div.all {
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -o-box-shadow: none 0 3px #888;
    -webkit-box-shadow: none 0 3px #888;
    -moz-box-shadow: none 0 3px #888;
    box-shadow: none 0 3px #888;
    margin: 0;
  }
  div.all-wrap {
    width: 100%;
  }
  div.content {
    width: 100%;
    float: none;
  }
  div.content div.content-wrap {
    margin: 20px;
    padding: 0;
    border: none;
  }
  div.sidebar1 {
    width: 100%;
    float: none;
  }
  div.sidebar1 div.sidebar1-wrap {
    margin: 0;
    padding: 20px;
    background: #f0f0f0;
    border: none;
  }
  div.onerow .col {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  div.MainMenu {
    height: auto;
    margin: 0;
  }
  div.MainMenu li {
    display: inline-block;
    margin: 0;
    float: none;
  }
  div.MainMenu li a {
    text-align: left !important;
  }
}

/* additional style */


.btn-friend-link {
  margin-bottom: 10px;
  display: block;
  border: 1px #ccc solid;
  width: 230px;  
  padding: 10px; 

  filter: opacity(50%);
  -webkit-filter: opacity(50%);
}

.btn-friend-link:hover {
  filter: opacity(10%);
   -webkit-filter: opacity(100%);
}