@import url(http://fonts.googleapis.com/css?family=Lora:400,700&subset=latin,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(http://fonts.googleapis.com/css?family=Black+Ops+One&subset=latin,latin-ext);
body {
  font-family: 'Lora', serif;
  background: url("../images/bg.jpg") no-repeat;
  font-weight: 300;
}
p {
  text-indent: 1em;
}
.box-set,
.box-left {
  margin: 25px 0;
  padding-bottom: 20px;
  background: rgba(230, 230, 230, 0.8);
}
.box-note {
  -webkit-box-shadow: 1px 1px 3px #999999;
  -moz-box-shadow: 1px 1px 3px #999999;
  box-shadow: 1px 1px 3px #999999;
  background: rgba(255, 0, 0, 0.7);
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 25px 0;
  padding: 20px;
  color: #ffffff;
}
.box-top {
  margin: 0;
  font-weight: 300;
  color: #fff;
}
.box-top img {
  display: inline-block;
}
.box-top .bg {
  padding-bottom: 20px;
}
.box-top .head {
  margin-top: 50px;
}
.box-top .head span {
  display: inline-block;
  font-size: 3em;
  font-weight: 400;
  text-align: left;
  width: 100%;
  color: #ff0000;
  font-family: 'Black Ops One', cursive;
}
.box-top .frame {
  margin-top: 100px;
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 1px 1px 4px #999999;
  -moz-box-shadow: 1px 1px 4px #999999;
  box-shadow: 1px 1px 4px #999999;
}
.box-top ul {
  font-size: 1.3em;
  list-style-type: none;
}
.box-top ul li {
  margin: 9px 0;
}
.box-top ul li:before {
  content: "";
  border-left: 3px dotted #999;
  padding-left: 10px;
}
.box-left {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 5px #999999;
  -moz-box-shadow: 1px 1px 5px #999999;
  box-shadow: 1px 1px 5px #999999;
}
.box-left .place {
  background: url("../images/first.png");
  position: absolute;
  width: 130px;
  height: 130px;
  top: -8px;
  left: -8px;
}
.box-left .place span {
  color: #fff;
  position: absolute;
  font-size: 2.7em;
  font-weight: 600;
  left: 35px;
  top: 17px;
  font-family: 'Source Sans Pro', sans-serif;
}
.box-left .left {
  text-align: center;
}
.box-left .left span.under {
  font-weight: bold;
  color: #dd2123;
  margin: 10px 0;
  display: block;
}
.box-left img {
  display: block;
  margin: 0 auto;
}
.box-left h1 {
  text-align: center;
  font-weight: 600;
}
.box-left.tags {
  font-size: 0.9em;
  font-weight: 400;
  padding: 10px;
}
.box-left.tags span {
  font-weight: 600;
  font-size: 1.2em;
}
.box-left .rating {
  margin: 20px auto;
}
.box-left .rating .rate {
  display: block;
  width: 100px;
  height: 19px;
  background: url("../images/empty.png");
}
.box-left .rating .rate .rate-current {
  display: block;
  width: 100%;
  height: 19px;
  background: url("../images/full.png");
}
.box-left .rating span {
  font-size: 1em;
  white-space: nowrap;
}
.box-left .rating span.main {
  font-weight: 800;
}
.box-left .rating dl dt {
  width: 200px;
}
.box-left .rating dl dd {
  margin-left: 220px;
}
.box-left .opinion {
  text-align: center;
}
.box-left .opinion img {
  width: 300px;
  margin: 27px 0 0 0;
}
.box-left .opinion p {
  text-align: justify;
}
.box-left .opinion h2 {
  margin: 0;
  font-size: 1.7em;
}
.box-left .opinion h3 {
  margin: 0;
  font-size: 1.4em;
}
.box-left .opinion.edit {
  font-size: 1.15em;
  line-height: 1.6em;
}
a.btn,
a.btn-red,
a.btn-blue {
  padding: 10px 20px;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
}
a.btn-red {
  background: #f91615;
}
a.btn-red:hover,
a.btn-red:focus {
  background: #ff543d;
}
a.btn-blue {
  background: #1b8df4;
}
a.btn-blue:hover,
a.btn-blue:focus {
  background: #1671c4;
}
