@import url(https://fonts.googleapis.com/css?family=Lora:400,700&subset=latin,cyrillic);
.post-header {
  position: relative;
  background: #BCE3EA;
  padding: 25px;
  text-align: center;
  z-index: 2;
}
.post-cat a {
  display: inline-block;
  font-size: 10px;
  margin: 5px 25px;
  color: white;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #937338;
  line-height: 20px;
  height: 20px;
  position: relative;
}
.post-cat a:before, .post-cat a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid #937338;
  top: 0;
}
.post-cat a:before {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  border-left-color: transparent;
}
.post-cat a:after {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  border-right-color: transparent;
}
.post-title {
  text-transform: uppercase;
}
.post-title h2 {
  font-family: 'Lora', serif;
  font-weight: normal;
  line-height: 1.8em;
  font-size: 20px;
  color: white;
  margin: 13px 0 8px;
  letter-spacing: 0.08em;
}
.post-meta {
  font-size: 10px;
  text-transform: uppercase;
  color: #937338;
  letter-spacing: 0.2em;
}
.border {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  overflow: hidden;
  z-index: -1;
}
.border:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #937338;
}
.border span:before, .border span:after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #937338;
  background: #BCE3EA;
}
.border span:nth-child(1):before {
  top: -18px;
  left: -18px;
}
.border span:nth-child(1):after {
  top: -18px;
  right: -18px;
}
.border span:nth-child(2):before {
  bottom: -18px;
  left: -18px;
}
.border span:nth-child(2):after {
  bottom: -18px;
  right: -18px;
}

.form-2 {
/*    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, rgb(238, 238, 238) 0%, rgb(204, 204, 204) 100%) repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.4);*/
    color: #000;
    font-family: "HelveticaNeue",Roboto,Helvetica,Arial,sans-serif;
    margin: 0 auto 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/*.form-2 span {
    border-bottom: 1px solid #ebe6e2;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    padding-bottom: 8px;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}*/
 
.form-2 span .log-in,
.form-2 span .sign-up {
    display: inline-block;
    text-transform: uppercase;
}
 
.form-2 span .log-in {
    color: #6c6763;
    padding-right: 2px;
}
 
.form-2 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}
.form-2 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}
 
.form-2 .float:first-of-type {
    padding-right: 5px;
}
 
.form-2 .float:last-of-type {
    padding-left: 5px;
}
.form-2 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}
 
.form-2 label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}
@import url(http://fonts.googleapis.com/css?family=Capriola);
/* Первая строка нужна для того чтобы скачать необходимые шрифты, если их нет на компьютере у клиента */
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
    font-family: "Capriola",sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
}
#cssmenu::before, #cssmenu::after, #cssmenu > ul::before, #cssmenu > ul::after {
    content: "";
    display: table;
}
#cssmenu::after, #cssmenu > ul::after {
    clear: both;
}
#cssmenu {
    background: rgba(0, 0, 0, 0) url(../image/bottom-bg.png) repeat-x scroll center bottom;
    border-radius: 2px;
    height: 69px;
    width: auto;
}
#cssmenu ul {
    background: rgba(0, 0, 0, 0) url(../image/nav-bg.png) repeat-x scroll 0 4px;
    height: 69px;
}
#cssmenu ul li {
    float: left;
    list-style: outside none none;
}
#cssmenu ul li a {
    border-radius: 2px 2px 0 0;
    color: white;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 37px;
    margin: 4px 2px 0;
    opacity: 0.9;
    padding: 22px 21px 0;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
#cssmenu ul li:first-child a {
    margin: 4px 2px 0 0;
}
#cssmenu ul li a:hover, #cssmenu ul li.active a {
    background: rgba(0, 0, 0, 0) url(../image/color.png) repeat scroll center bottom;
    color: #004f7c;
    display: block;
    height: 63px;
    margin-top: 0;
    opacity: 1;
    padding-top: 26px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);
}