#content .sidebar
{
  width: 320px;
  float: right;
  margin-left: 50px;
  padding-bottom: 20px;
}

#content .sidebar,
#content .sidebar *
{
  box-sizing: border-box;
}

#content .sidebar a.button,
#content .sidebar button.button
{
  width: 100%;
}

#content .sidebar .block
{
  position: relative;
  width: 100%;
  margin: 0 0 32px;
  padding: 16px 20px;
  background: url(../img/forms-paper-bg-brown.jpg);
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
#content .sidebar .block:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: repeat-x;
  background: linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 0.5, rgba(0, 0, 0, 0.2) 100%);
}

#content .sidebar .block:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
#content .sidebar .block > * {
  position: relative;
  z-index: 1;
}

#content .sidebar h3
{
  margin: 10px 0;
  font: 18px FunktionRegular, sans;
}
#content .sidebar h4 {
  margin: 0 0 10px;
  font: 22px 'Short Stack', cursive;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
#content .sidebar hr {
  width: 100%;
  height: 2px;
  margin: 14px 0;
  border: 0;
  background: url(../img/hr.png) no-repeat;
  background-size: 100% 100%;
  clear: both;
}
#content .sidebar p {
  font: 16px/22px Arial, sans;
  color: #1f1f1f;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}
#content .sidebar a {
  text-decoration: none!important;
}
#content .sidebar a:hover {
  text-decoration: underline;
}
#content .sidebar small {
  font: 16px Arial, sans;
  color: #1f1f1f;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);

}
#content .sidebar .merge {
  font: 16px 'Short Stack', cursive;
  text-align: center;
}
#content .sidebar .merge span {
  font: 16px 'Short Stack', cursive;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
#content .sidebar .merge .nr {
  position: relative;
  top: 5px;
  font: 50px/40px FunktionRegular, sans;
}
#content .sidebar .merge .price {
  font: 24px FunktionRegular, sans;
  font: 20px FunktionRegular, sans;
}
#content .sidebar .quotes {
  position: relative;
}
#content .sidebar .quotes ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
#content .sidebar .quotes li {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: normal;
  text-align: center;
  vertical-align: top;
}
#content .sidebar .quotes small
{
  font-style: italic;
  display: inline-block;
  max-width: 200px;
}
#content .sidebar .quotes .prev,
#content .sidebar .quotes .next {
  position: relative;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid #363636;
  border-radius: 10px;
  background-clip: padding-box;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#content .sidebar .quotes .prev:hover,
#content .sidebar .quotes .next:hover {
  background: rgba(255, 255, 255, 0.05);
}
#content .sidebar .quotes .prev:before,
#content .sidebar .quotes .next:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-clip: padding-box;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
}
#content .sidebar .quotes .prev:after,
#content .sidebar .quotes .next:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font: 24px FunktionRegular, sans;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  text-indent: 0;
}
#content .sidebar .quotes .prev {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#content .sidebar .quotes .next {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#content .sidebar .quotes .prev:after {
  content: '<';
}
#content .sidebar .quotes .next:after {
  content: '>';
}
#content .sidebar blockquote {
  margin: 0 0 10px;
  padding: 0;
  font: 18px FunktionRegular, sans;
  color: white;
  text-shadow: 1px 1px black;
}
#content .sidebar blockquote:before {
  content: '“';
}
#content .sidebar blockquote:after {
  content: '”';
}
#content .sidebar a.button.appstore {
  width: 68%;
  color: white;
}
