html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 18px;
}
body {
  background: url("images/cherry-darling-background.gif");
}
h1 {
  color: #d8b92a;
  text-align: center;
  font-size: 36px;
  text-shadow: 1px 1px 2px #9f1d25;
}
#page-wrap {
  min-height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
#page {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding-bottom: 58px;
}
#content {
  width: 949px;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
}
.page-content {
  background: url("images/content-liner.png") no-repeat;
  padding-top: 14px;
  padding-right: 2px;
  color: #9f1d25;
}
.content-wrapper {
  background: rgba(255,255,255,0.86);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}
#news {
  width: 500px;
  float: left;
}
h2 {
  margin: 20px 0 0 0;
  padding-left: 20px;
  font-size: 36px;
  border-bottom: 4px solid #d8b92a;
  padding-bottom: 20px;
}
.news-item {
  border-bottom: 1px solid #d8b92a;
  padding: 20px 20px 10px 20px;
}
.news-item .from {
  font-weight: bold;
}
.news-item .date {
  float: right;
}
.news-item p {
  font-size: 14px;
  color: #000;
}
.news-item a {
  color: #9f1d25;
}
.news-item .date,
.news-item .from {
  font-size: 14px;
  text-align: left;
}
#header {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}
#menu {
  background: #9f1d25;
  border-bottom: 8px solid #d8b92a;
  position: fixed;
  width: 100%;
}
#menu ul {
  margin: 0;
  padding: 0px 0;
  text-align: center;
  line-height: 28px;
  min-height: 40px;
}
#menu li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: sans-serif;
  padding: 0 20px;
  line-height: 36px;
}
#menu li:first-child {
  border-left: 0;
}
#menu li a {
  color: #fff;
  text-decoration: none;
}
#menu li.selected a {
  color: #d8b92a;
}
#menupage .content-wrapper {
  padding-bottom: 60px;
}
#footer {
  display: block;
  background: #9f1d25;
  border-top: 8px solid #d8b92a;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#newsfeed {
  width: 300px;
  float: right;
}
.feeditem {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}
.feeditem .date {
  float: right;
}
.feeditem .date,
.feeditem .from {
  font-size: 10px;
  color: #747474;
}
.news-image {
  float: left;
  padding: 20px 20px 20px 0;
}
#instagram {
  float: right;
  width: 300px;
  margin-right: 20px;
}
.clear {
  clear: both;
}
.instaholder {
  margin-top: 10px;
  margin-bottom: 20px;
}
#social {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0 20px 0;
}
#social img {
  margin-right: 10px;
}
#aboutuspage {
  width: 710px;
  margin: 0 auto;
}
#aboutuspage h2 {
  text-align: center;
}
#aboutuspage p {
  text-align: center;
  color: #000;
  font-size: 16px;
}
#aboutpics {
  text-align: center;
  width: 616px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#aboutpics .middle {
  margin: 0 40px;
}
#aboutpics img {
  float: left;
}
.bold {
  font-weight: bold;
}
.cherry-red {
  color: #9f1d25;
}
.categories {
  margin: 0 auto;
  width: 680px;
}
.category {
  display: block;
  width: 300px;
  height: 110px;
  background: #fff;
  margin: 15px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  cursor: pointer;
  padding: 0;
}
.category h3 {
  font-size: 18px;
  color: #fff;
  background: #9f1d25;
  line-height: 0;
  padding: 14px;
  margin-top: 84px;
}
.category a {
  text-decoration: none;
}
.category.download {
  background: url("/images/menu/menudownload.jpg") no-repeat;
}
.item,
.item_description {
  float: left;
  width: 300px;
  box-sizing: border-box;
  padding: 10px;
}
.item {
  width: 200px;
}
.item h3 {
  margin: 0;
  color: #000;
}
.item_description {
  height: 110px;
}
.item_description.small {
  width: 200px;
}
.item_description p {
  color: #000;
}
.item_description.big h3 {
  display: none;
}
.item_description.big p {
  font-size: 18px;
  line-height: 24px;
}
.item_description.list {
  height: 200px;
}
.menuback {
  color: #9f1d25;
}
#contactpage {
  width: 840px;
  height: 620px;
  margin: 0 auto;
}
#contactpage .left {
  background: #fff;
  width: 400px;
  float: left;
  margin-right: 40px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  height: 100%;
}
#contactpage .left p {
  padding: 0px 20px 20px 20px;
  font-size: 12px;
}
#contactpage .left p a {
  color: #9f1d25;
  text-decoration: none;
}
#contactpage .left p a:hover {
  color: #d8b92a;
}
#contactpage .left h3 {
  padding: 20px 20px 0 20px;
  color: #9f1d25;
  margin: 0;
}
#contactpage .contactform {
  width: 400px;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  float: left;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  height: 100%;
}
#contactpage .contactform h2 {
  margin-bottom: 20px;
  border-bottom: 4px solid #d8b92a;
  color: #9f1d25;
}
#contactpage .contactform input.submit {
  background: #d8b92a;
  color: #9f1d25;
  font-weight: bold;
  font-size: 14px;
  border: 0;
}
textarea,
input {
  outline: none;
}
#contactpage .contactform input,
#contactpage .contactform textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 12px;
  border: 0;
  margin-bottom: 10px;
  font-family: sans-serif;
  border: 1px solid #9f1d25;
}
#contactpage .contactform input:focus,
#contactpage .contactform textarea:focus {
  box-shadow: 0 0 3px 1px #d8b92a;
  border: 1px solid #d8b92a;
}
#contactpage .contactform input.default,
#contactpage .contactform textarea.default {
  color: #888;
}
.loader {
  font-size: 36px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0.8em auto;
  position: relative;
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  }
}
5%,
95% {
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
}
30% {
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.51em -0.66em 0 -0.42em #9f1d25, -0.75em -0.36em 0 -0.44em #9f1d25, -0.83em -0.03em 0 -0.46em #9f1d25, -0.81em 0.21em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.51em -0.66em 0 -0.42em #9f1d25, -0.75em -0.36em 0 -0.44em #9f1d25, -0.83em -0.03em 0 -0.46em #9f1d25, -0.81em 0.21em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.51em -0.66em 0 -0.42em #9f1d25, -0.75em -0.36em 0 -0.44em #9f1d25, -0.83em -0.03em 0 -0.46em #9f1d25, -0.81em 0.21em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.51em -0.66em 0 -0.42em #9f1d25, -0.75em -0.36em 0 -0.44em #9f1d25, -0.83em -0.03em 0 -0.46em #9f1d25, -0.81em 0.21em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.51em -0.66em 0 -0.42em #9f1d25, -0.75em -0.36em 0 -0.44em #9f1d25, -0.83em -0.03em 0 -0.46em #9f1d25, -0.81em 0.21em 0 -0.477em #9f1d25;
}
55% {
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.29em -0.78em 0 -0.42em #9f1d25, -0.43em -0.72em 0 -0.44em #9f1d25, -0.52em -0.65em 0 -0.46em #9f1d25, -0.57em -0.61em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.29em -0.78em 0 -0.42em #9f1d25, -0.43em -0.72em 0 -0.44em #9f1d25, -0.52em -0.65em 0 -0.46em #9f1d25, -0.57em -0.61em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.29em -0.78em 0 -0.42em #9f1d25, -0.43em -0.72em 0 -0.44em #9f1d25, -0.52em -0.65em 0 -0.46em #9f1d25, -0.57em -0.61em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.29em -0.78em 0 -0.42em #9f1d25, -0.43em -0.72em 0 -0.44em #9f1d25, -0.52em -0.65em 0 -0.46em #9f1d25, -0.57em -0.61em 0 -0.477em #9f1d25;
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.29em -0.78em 0 -0.42em #9f1d25, -0.43em -0.72em 0 -0.44em #9f1d25, -0.52em -0.65em 0 -0.46em #9f1d25, -0.57em -0.61em 0 -0.477em #9f1d25;
}
100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
}
@-moz-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  }
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  }
}
@-o-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  }
}
@-moz-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  }
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  }
}
@-o-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  }
}
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #9f1d25, -0.11em -0.83em 0 -0.42em #9f1d25, -0.11em -0.83em 0 -0.44em #9f1d25, -0.11em -0.83em 0 -0.46em #9f1d25, -0.11em -0.83em 0 -0.477em #9f1d25;
  }
}
/*# sourceMappingURL=cherry.css.map */