section.home {
  /* http://png-pixel.com/ */
/*  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mO89v7LfwAJFgO6Fy72BAAAAABJRU5ErkJggg==);*/
  background-image: url(../images/pixel-D6EFF4.png);
  background-size: 12%;
  background-repeat: repeat-x;
  background-position-y: bottom;
  padding-bottom: 4.4em;
}


section.home .flex-viewport {
  /* http://png-pixel.com/ */
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mO8c/XcfwAIlAOAWP58KwAAAABJRU5ErkJggg==);*/
  background-image: url(../images/pixel-D6EFF4.png);
  background-size: 50% 0px;
  background-repeat: no-repeat;
  background-position-y: 350px;
}

section.home .inner {
  z-index: 11;
  padding: 0 1em;
}

section .home-slideshow {
  position: relative;
}
.flex-direction-nav a {
  opacity: 1;
  padding: 1em; /* extra clicking space */
}

.flex-direction-nav .flex-prev {
  left: 50px;
}

.flex-direction-nav .flex-next {
  right: 50px;
}

section .home-slideshow .slide {
  position: relative;
  visibility: hidden; /* makes the flexslider display smoother */
}

section .home-slideshow .flex-viewport .slide {
  visibility: visible;
  height: auto!important;
}

/*.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before { 
  content: " ";
  display: block;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.flex-direction-nav a.flex-next:before {
  background: url(../images/arrow-right.png) no-repeat right center;
  background-size: contain;
}*/


section .home-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}

section .home-slideshow .slide:first-of-type {
  display: block;
}

.home-slideshow-inner ul {
  padding: 0;
  text-align: center;
  margin: 0 auto;
}

.home-slideshow-inner ul li {
  display: inline-block;
  height: 2em;
  width: 2em;
  margin: 0 1em;
  background-color: #ccc;
  cursor: pointer;
  border-radius: 50%;
  line-height: 2em;
}

section.home .ribbon {
  position: absolute;
  left: 0;
  width: 50%;
  background: #DCD5CE;
  color: #000;
  bottom: 3em;
}

section.home .ribbon .ribbon-content {
  float: right;
  min-width: 280px;
  max-width: 500px;
  padding: 1.5em;
  padding-right: 2.5em;
}

section.home .ribbon .ribbon-content p {
  margin: 0.6em 0;
  font-size: 1.55em;
}

section.home .ribbon .ribbon-content p strong {
  font-size: 1.25em;
  text-transform: uppercase;
}

section.home .ribbon .ribbon-content hr {
  background-color: #fff;
  border-color: #fff;
  border-width: 0;
  line-height: 2px;
  height: 2px;
  width: 100%;
  font-size: 1px;
  padding: 0;
}
