@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Russo+One);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Exo:400,700);
@import url(http://fonts.googleapis.com/css?family=Coda:800);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body {
  background: url(/images/bg.jpg);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #333333), color-stop(10%, transparent), color-stop(90%, transparent), color-stop(100%, #333333)), url(/images/bg.jpg);
  background: -webkit-linear-gradient(left, #333333, transparent 10%, transparent 90%, #333333), url(/images/bg.jpg);
  background: -moz-linear-gradient(left, #333333, transparent 10%, transparent 90%, #333333), url(/images/bg.jpg);
  background: -o-linear-gradient(left, #333333, transparent 10%, transparent 90%, #333333), url(/images/bg.jpg);
  background: linear-gradient(left, #333333, transparent 10%, transparent 90%, #333333), url(/images/bg.jpg);
  min-height: 100%;
  min-width: 600px;
  overflow-y: scroll;
  position: relative; }

html {
  height: 100%;
  min-width: 768px; }

.container {
  display: block;
  margin: auto;
  max-width: 1200px;
  min-width: 768px;
  position: relative;
  width: 70%; }

.header {
  background: url(/images/bg.jpg);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #333333), color-stop(10%, transparent), color-stop(90%, transparent), color-stop(100%, #333333)), url(/images/bg.jpg);
  background: -webkit-linear-gradient(left, #333333, transparent 10%, transparent 90%, #333333), url(/images/bg.jpg);
  background: -moz-linear-gradient(left, #333333, transparent 10%, transparent 90%, #333333), url(/images/bg.jpg);
  background: -o-linear-gradient(left, #333333, transparent 10%, transparent 90%, #333333), url(/images/bg.jpg);
  background: linear-gradient(left, #333333, transparent 10%, transparent 90%, #333333), url(/images/bg.jpg);
  padding: 10px;
  position: relative;
  text-align: center; }
  .header:after {
    clear: both;
    content: '';
    display: block;
    float: none;
    position: relative; }

.header-ldc {
  display: block;
  float: left;
  max-width: 300px;
  width: 18%; }

.header-ldc img {
  width: 100%; }

.header-chrome {
  background: url(/images/ld-chrome.png) center center no-repeat;
  background-size: 100% auto;
  height: 100%;
  left: 25%;
  max-width: 900px;
  min-width: 450px;
  position: absolute;
  top: 0;
  width: 50%; }

	/*
.header {
	@include background(linear-gradient(left, #333, transparent 10%, transparent 90%, #333), url(/images/bg.jpg));
	height: 130px;
	position: relative;
}

.header-ldc {
	@include transition(left .6s);
	display: table-cell;
	display: none;
	position: absolute;
	vertical-align: middle;
	height: 100%;
	left: 0;
	top: 0;
	width: 15%;

	/*
	@media all and (max-width: 1260px) {
		left: -233px;
	}
}

.header-ldc img {
	width: 100%;
}

.header-logo  {
	display: table-cell;
	vertical-align: middle;
}

.header-logo img {
	width: 75%;
}
*/
.header-slider {
  background: black;
  display: block;
  position: relative; }
  .header-slider:after {
    clear: both;
    content: '';
    display: block;
    float: none;
    position: relative; }

.header-slider ul {
  overflow: hidden;
  position: relative;
  display: block; }

.header-slider li {
  display: block;
  position: relative; }

.header-slider img {
  width: 100%; }

.no-script .header-slider li {
  display: none;
  position: relative; }

.no-script .header-slider li:first-child {
  display: block; }

.contact-email, .contact-phone {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.contact-email a, .contact-phone a {
  display: block; }

.contact-phone {
  float: right; }

.contact-slider {
  float: right;
  position: relative;
  width: 50%; }

.menu {
  position: relative;
  text-align: center; }

.menu-item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.menu-item a {
  display: block; }

.content-container {
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
  background: url(/images/holes-wide.png) center top repeat-y;
  min-height: 400px;
  padding-bottom: 120px;
  padding-top: 20px; }
  @media all and (min-width: 1200px) {
    .content-container {
      background: url(/images/holes-left.png) left top repeat-y, url(/images/holes-right.png) right top repeat-y; } }

.content-list {
  padding: 60px;
  padding-top: 40px;
  text-align: center; }

.content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px 1px #111111;
  -moz-box-shadow: 0 0 4px 1px #111111;
  box-shadow: 0 0 4px 1px #111111;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  border: 8px inset #333;
  color: #bbb;
  font-family: "open sans", sans-serif, "sans-serif";
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative; }
  .content:after {
    clear: both;
    content: '';
    display: block;
    float: none;
    position: relative; }
  .content h1, .content h1 a {
    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    -o-transition: background 0.6s;
    transition: background 0.6s;
    text-shadow: 0 0 1px #888888;
    background: #333333;
    color: black;
    display: block;
    font-family: 'coda', sans-serif;
    font-size: 50px;
    font-weight: 900;
    text-align: center; }
  .content h1 a:hover {
    background: #666; }
  .content h2 {
    background: black;
    color: #aaa;
    display: block;
    font-size: 20px;
    line-height: 2;
    text-align: center; }
  .content hr {
    border-color: #444;
    width: 96%; }

.content-text a, .content-text em {
  color: white; }

.content-text {
  display: block;
  margin: auto;
  margin-top: 40px;
  padding-left: 7%;
  padding-right: 7%;
  position: relative; }
  .content-text p {
    line-height: 1.4;
    padding: 1em;
    padding-top: 0;
    text-indent: 1em; }
  .content-text ul {
    display: block;
    margin: auto; }

.content-columns {
  -webkit-column-width: 340px;
  -moz-column-width: 340px;
  -ms-column-width: 340px;
  -o-column-width: 340px;
  column-width: 340px; }

.content-center {
  text-align: center; }

.column.right {
  float: right; }

.content-right {
  float: right; }

.content-slider-container {
  display: block;
  margin: auto;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  width: 86%; }

.content-slider {
  position: relative; }

.content-images {
  position: relative;
  padding: 20px; }

.content-image {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2%;
  width: 29%;
  position: relative; }

.content-image:hover img {
  border-color: #aaa; }

.content-image img {
  -webkit-transition: border 0.6s;
  -moz-transition: border 0.6s;
  -o-transition: border 0.6s;
  transition: border 0.6s;
  border: 1px solid #111;
  width: 100%; }

.content-image div {
  line-height: 2;
  text-align: center; }

.content-photo-main, .content-photos-small {
  display: block;
  position: relative;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 20px; }

.content-photos-small {
  margin-top: 40px; }

.content-photo-main img {
  width: 90%; }

.content-photos-small img {
  border: 1px solid transparent;
  padding: 1%;
  width: 17%;
  margin: 1%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px; }

.content-photo-links {
  margin-top: 20px;
  position: relative;
  text-align: center; }

.content-photo-links a {
  display: block;
  line-height: 2; }

.content-photos-small a.current img {
  border-color: #666; }

.content-photos {
  margin-bottom: 40px; }
  .content-photos:after {
    clear: both;
    content: '';
    display: block;
    float: none;
    position: relative; }
  .content-photos img {
    float: left;
    margin: 2%;
    width: 29%; }

.content-slider-link {
  display: block;
  text-align: center; }

.photos-category {
  margin-top: 20px;
  position: relative; }

.photos-category img {
  width: 31%;
  margin: 10px;
  margin-left: 1%;
  margin-right: 1%; }

.photos-category-link {
  display: block;
  line-height: 3;
  margin-bottom: 20px;
  text-align: center; }

.photos-next, .photos-prev {
  display: block;
  background: url(/images/arrows.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0; }

.photos-next {
  background-position: 0 center;
  right: 0; }

.photos-prev {
  background-position: -50px center;
  left: 0; }

@media all and (min-width: 1200px) {
  .content-slider-container {
    float: right;
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 0px;
    width: 50%; } }
.image-slider-arrow {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background: url(/images/arrows.png) center center no-repeat;
  cursor: pointer;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 2; }

.image-slider-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.image-slider-arrow.next {
  background-position: -50px center;
  right: 0; }

.image-slider-arrow.prev {
  background-position: 0 center;
  left: 0; }

.image-slider-arrow.show {
  display: block; }

.image-slider {
  display: block;
  overflow: hidden;
  position: relative; }
  .image-slider:after {
    clear: both;
    content: '';
    display: block;
    float: none;
    position: relative; }

.image-slider > * {
  display: none;
  position: relative;
  width: 100%; }

.image-slider img {
  width: 100%; }

.image-slider > *:first-child {
  display: block; }

.footer {
  -webkit-box-shadow: 0 0 4px 1px #111111;
  -moz-box-shadow: 0 0 4px 1px #111111;
  box-shadow: 0 0 4px 1px #111111;
  background: black;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px; }

.footer-menu a {
  font-family: "open sans", sans-serif;
  font-size: 14px;
  line-height: 3;
  padding-left: 1em;
  padding-right: 1em; }

.overlay-background {
  background: rgba(102, 102, 102, 0.8);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 3; }

.overlay-content {
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #ddd;
  margin: auto;
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  min-height: 300px;
  text-align: left;
  position: relative; }
  .overlay-content:after {
    clear: both;
    content: '';
    display: block;
    float: none;
    position: relative; }

.overlay {
  padding: 40px;
  position: relative; }

.overlay-image {
  position: relative;
  width: 60%; }

.overlay-image img {
  border: 1px solid #ccc;
  width: 100%; }

.overlay-slider {
  width: 60%;
  background: blue;
  overflow: hidden;
  position: relative;
  white-space: nowrap; }

.overlay-slider ul {
  background: blue;
  position: relative;
  display: block; }

.overlay-slider li {
  padding: 1%;
  position: relative;
  width: 24%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.overlay-slider img {
  width: 100%; }

.purple-bar {
  background: #2a0f53;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a0f53), color-stop(90%, #40177e), color-stop(100%, #2a0f53));
  background: -webkit-linear-gradient(top, #2a0f53, #40177e 90%, #2a0f53);
  background: -moz-linear-gradient(top, #2a0f53, #40177e 90%, #2a0f53);
  background: -o-linear-gradient(top, #2a0f53, #40177e 90%, #2a0f53);
  background: linear-gradient(top, #2a0f53, #40177e 90%, #2a0f53);
  -webkit-box-shadow: 0 0 4px 1px #111111;
  -moz-box-shadow: 0 0 4px 1px #111111;
  box-shadow: 0 0 4px 1px #111111;
  position: relative;
  z-index: 3; }

.purple-bar a {
  text-shadow: 0 0 5px black;
  -webkit-transition: color 0.4s, background 0.4s;
  -moz-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
  color: #bbb;
  font-family: "exo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none; }

.purple-bar a[href]:hover {
  background: #351369;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(90%, #4b1b94), color-stop(95%, #351369), color-stop(100%, #351369)) #351369;
  background: -webkit-linear-gradient(top, #4b1b94 90%, #351369, #351369) #351369;
  background: -moz-linear-gradient(top, #4b1b94 90%, #351369, #351369) #351369;
  background: -o-linear-gradient(top, #4b1b94 90%, #351369, #351369) #351369;
  background: linear-gradient(top, #4b1b94 90%, #351369, #351369) #351369;
  color: white; }

.purple-bar.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.purple-bar.fixed + * {
  margin-top: 45px; }

a {
  text-shadow: 0 0 4px transparent;
  -webkit-transition: text-shadow 0.6s, color 0.6s;
  -moz-transition: text-shadow 0.6s, color 0.6s;
  -o-transition: text-shadow 0.6s, color 0.6s;
  transition: text-shadow 0.6s, color 0.6s;
  color: #aaa;
  text-decoration: none; }
  a:hover {
    text-shadow: 0 0 4px #666688;
    color: white; }

.nav-home {
  position: relative;
  margin-top: 40px;
  text-align: center; }

.nav-home a {
  color: #aaa;
  line-height: 2; }
  .nav-home a:hover {
    color: white; }
