@import url(/fonter/lib/ScriptinaPro/stylesheet.css);
@import url(/fonter/lib/Garramond/stylesheet.css);
@import url(/fonter/lib/FauxSnow/stylesheet.css);
@import 'owl.carousel.css';
@import 'owl.theme.css';
@import 'owl.transitions.css';
#flakes {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
}
#flakes .snowFlake {
  font-family: fauxsnow;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  font-size: 72px;
  position: absolute;
  top: -100px;
  z-index: 1;
}
#flakes .snowFlake-1 {
  font-size: 10px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}
#flakes .snowFlake-2 {
  font-size: 20px;
  text-shadow: 0 0 11px rgba(255, 255, 255, 0.7);
  opacity: 0.6;
}
#flakes .snowFlake-3 {
  font-size: 30px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
  opacity: 0.65;
}
#flakes .snowFlake-4 {
  font-size: 40px;
  text-shadow: 0 0 9px rgba(255, 255, 255, 0.6);
  opacity: 0.7;
}
#flakes .snowFlake-5 {
  font-size: 50px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.55);
  opacity: 0.75;
}
#flakes .snowFlake-6 {
  font-size: 60px;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  opacity: 0.8;
}
#flakes .snowFlake-7 {
  font-size: 70px;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.45);
  opacity: .85;
}
#flakes .snowFlake-8 {
  font-size: 80px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  opacity: .9;
}
#flakes .snowFlake-9 {
  font-size: 90px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.35);
  opacity: .95;
}
#flakes .snowFlake-10 {
  font-size: 100px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
  opacity: 1;
}
html {
  background: #601;
  margin: 0;
  padding: 1px 0;
}
body {
  margin: 0;
  padding: 14px 0;
  width: 100%;
}
a {
  color: #732626;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.center {
  text-align: center;
}
main {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}
main header {
  display: block;
  font-family: scriptinapro;
  font-size: 72px;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 14px;
  padding: 14px 0 0;
  text-align: center;
  line-height: 1;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 4 4 4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
main header span {
  display: inline-block;
}
section {
  display: block;
  margin: 14px 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
section article {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
section h1 {
  margin: 0 0 14px;
  font: bold 18px/1.1 Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section p {
  max-width: 800px;
  margin: 14px 0 0;
  font: 16px/1.5 Garramond, georgia, serif;
}
section .owl-carousel {
  margin: 14px auto 0;
  text-align: center;
}
section .owl-carousel .owl-item {
  box-sizing: border-box;
  padding: 7px;
}
section .owl-carousel .owl-item img {
  width: 100%;
  background:  #fff;
}
section .owl-carousel .owl-item:nth-child(10n-4) img {
  top: -2px;
}
section .owl-carousel .owl-item:nth-child(4n+2) img {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
section .owl-carousel .owl-item:nth-child(4n+4) img {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg);
}
section .owl-carousel .owl-item:nth-child(4n+6) img {
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  top: 10px;
}
section nav {
  display: block;
  margin: 20px 0 0 0;
}
section nav ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
section nav ul li {
  font: 14px/1.5, Garramond serif;
  padding: 0;
  margin: 0 4px;
  display: inline-block;
}
section nav ul li a {
  text-decoration: none;
}
section nav ul li a:hover {
  text-decoration: underline;
}
