@media only screen and (min-width: 980px) {
  #includedContent {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  #container {
    display: none;
  }
}
body {
  padding: 0;
  margin: 0;
  background: #fdfdfd url(images/bg_body.png) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
}
.clear {
  clear: both;
}
#container {
  margin-left: auto;
  margin-right: auto;
  width: 890px;
}

#headerNav ul,
#headerNav ul li,
#headerNav ul li a {
  border: 0 none;

  display: inline;

  list-style: none;

  margin: 0;

  padding: 0;
}

#headerNav {
  float: left;

  left: 10px;

  padding: 11px 0 11px 0;

  position: relative;

  width: 880px;
}

#headerNav ul li {
  padding: 0 15px;
}

#headerNav ul li a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

#headerNav li a:hover {
  text-decoration: underline;
}

#footer {
  clear: both;
  margin: 0;
  width: 890px;
  hight: 55px;
  background-image: url(images/footer.png);
}
#copyright {
  padding: 6px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  text-align: center;
}

#footer a {
  color: #323439;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
}

.sidebar {
  float: left;
  margin: 0;
  background: #fff;
  width: 268px;
  border-left: 1px solid #efefef;
}
.sidebar-content {
  float: left;
  padding: 10px 8px 5px 12px;
  margin: 0 0 14px 15px;
  width: 222px;
  font-size: 12px;
  color: #666;
  line-height: 16px;
  text-align: center;
}
.sidebar p {
  margin: 0 0 4px 0;
}
.sidebar-photo {
  float: left;
  padding: 0;
  margin: 0 0 0 15px;
  width: 243px;
}

#right-side {
  float: right;
  padding: 0;
  margin: 0;
  width: 619px;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.main-photo {
  float: left;
  padding: 0 0 14px 0;
  margin: 0;
  width: 620px;
  font-size: 12px;
  color: #333;
  line-height: 17px;
}
.content {
  float: left;
  padding: 0 0 14px 25px;
  margin: 0;
  width: 565px;
  font-size: 12px;
  color: #333;
  line-height: 17px;
}
.content-no-font {
  float: left;
  padding: 0 0 14px 25px;
  margin: 0;
  width: 565px;
  color: #333;
  line-height: 17px;
}
h1.h1 {
  padding: 10px 0 6px 0;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #cf9c0f;
  line-height: 20px;
}
h2.h2 {
  padding: 8px 0 0 0;
  font-size: 16px;
  margin: 0px;
  font-weight: normal;
  color: #cf9c0f;
  line-height: 20px;
}
h3.h3 {
  padding: 6px 0 0 0;
  margin: 0px;
  font-weight: normal;
  font-size: 15px;
  color: #ca2d13;
  line-height: 20px;
}
h3.h3 a {
  color: #ca2d13;
  text-decoration: none;
}

ul.body {
  margin-top: 6px;
  list-style-image: url(images/arrow.png);
}

li.body {
  padding-bottom: 6px;
  list-style-position: outside;
  list-style-image: url(images/heart.gif);
}

.button {
  float: left;
  margin: 0 0 10px 15px;
  background: url(images/heart.gif) no-repeat;
  width: 215px;
  height: 27px;
}
.button a {
  display: block;
  width: 215px;
  height: 22px;
  padding: 5px 0 0 0;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.button a:hover {
  display: block;
  width: 215px;
  height: 22px;
  background: url(images/button_on.gif) no-repeat;
  padding: 5px 0 0 0;
  color: #fff;
  text-decoration: none;
}
img {
  border: 0;
}
img.main {
  border: 1px solid #eccb02;
}
img.right {
  padding: 0;
  float: right;
  margin: 4px 4px 10px 7px;
  border: 1px solid #cf9c0f;
}
img.left {
  padding: 0;
  float: left;
  margin: 8px 15px 15px 0px;
  border: 1px solid #cf9c0f;
}

.sidebar a {
  color: #ca2d13;
  text-decoration: none;
}

a:hover {
  color: #ca2d13;
  text-decoration: underline;
}

.fake-field {
  position: absolute;
  right: 100000px;
}

.accordion_symbol {
  z-index: 9999;
  position: absolute;
  left: 20px;
}
.accordion_ {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  transition: 0.4s;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  /* min-height: 108px; */
  margin-bottom: 10px;
}
.active,
.accordion_:hover {
  background-color: #ccc;
}

#heart {
  position: relative;
  width: 25px;
  height: 30px;
  margin-top: 10px;
}

#heart::before,
#heart::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 25px;
  border-radius: 50px 50px 0 0;
  background: #d1345b;
}

#heart::before {
  left: 15px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

#heart::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

#heart.open {
  transform: rotate(0deg);
  transition: transform 0.35s linear;
}

#heart.closed {
  transform: rotate(-90deg);
  transition: transform 0.35s linear;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #fdfdfc;
  overflow: hidden;
}

.button_title {
  width: 100%;
  margin-left: 20px;
}
