﻿@import "normalize.css";
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.svg#icomoon') format('svg'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.icon-phone:before {
  content: "\70";
}
.icon-mobile:before {
  content: "\6d";
}
.icon-mail:before {
  content: "\65";
}
.icon-list:before {
  content: "\22";
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
body {
  color: #fff;
  font-family: Arial, Helvetica, "Helvetica-Neue", sans-serif;
  font-size: 12px;
  background-color: #000;
  background-image: url("../images/dust.png");
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
.ha {
  -webkit-transform: rotateY(0deg);
}
h1 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
h2 {
  font-size: 19.2px;
  margin-top: 8px;
  margin-bottom: 8px;
}
h3 {
  font-size: 14.4px;
  margin-top: 6px;
  margin-bottom: 6px;
}
h4 {
  font-size: 13.2px;
  margin-top: 10px;
  margin-bottom: 5.5px;
}
h5 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
p {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 18px;
}
img.fullimage {
  width: 95%;
  height: auto;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.background {
  position: fixed;
  width: 1280px;
  height: 720px;
  background: black;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-perspective: 6000;
  -moz-perspective: 6000;
  -o-perspective: 6000;
  -ms-perspective: 6000;
  perspective: 6000;
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 0;
}
.backobject {
  display: block;
  width: 30px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 30px;
  position: absolute;
}
.backobject img {
  width: 100%;
  height: 100%;
}
.threeworld {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 0;
  position: relative;
}
#header,
.content {
  z-index: 100;
  position: relative;
}
.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 36px;
  z-index: 2000;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px -4px 3px rgba(255, 255, 255, 0.1);
}
#footer span.ir {
  background-image: url("../images/footerlogo.png");
  width: 125px;
  float: left;
  border-right: 1px solid #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 28px;
  padding-right: 10px;
  margin-top: 4px;
}
#footer .left {
  float: left;
}
#footer .left p {
  float: left;
  padding-left: 5px;
  line-height: 28px;
  padding-right: 5px;
  border-right: 1px solid #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .left a {
  text-decoration: none;
  color: #fff;
}
#footer .left a:hover {
  text-decoration: underline;
}
#footer .left p:last-child {
  border-right: none;
}
#header {
  background-color: #4a6503;
  background-color: rgba(74, 101, 3, 0.9);
  height: 100px;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 23px;
}
#header .container {
  padding-top: 10px;
}
#header h1 {
  background-image: url("../images/logo.png");
  width: 308px;
  margin-top: 7px;
  height: 70px;
  padding-right: 3px;
  border-right: 1px solid #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
#header h1 a {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
#header ul {
  list-style: none;
  margin: 0px;
  float: left;
  padding: 0px;
  display: block;
  text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.75);
}
#header ul li {
  padding: 0px;
  margin: 0px;
}
#header ul li a {
  color: #fff;
  text-decoration: none;
}
#header .left {
  float: left;
}
#header .right {
  float: left;
  margin-top: 7px;
}
#header .menu {
  margin-left: 5px;
  margin-top: 7px;
  margin-right: 5px;
}
#header .menu li {
  height: 28px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 28px;
  padding-right: 8px;
  border-left: 1px solid #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 2px;
  background-color: #637833;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
#header .menu li#menu-middle {
  clear: both;
}
#header .menu li:hover {
  background-color: #637833;
  background-color: rgba(255, 255, 255, 0.4);
}
#header .menu li:active {
  background-color: #637833;
  background-color: rgba(255, 255, 255, 0.6);
}
#header .menu li:first-child {
  border-left: none;
}
#header .menu li:last-child {
  border-right: none;
}
#header .menu li.active {
  background-color: #819c42;
  background-color: rgba(255, 255, 255, 0.5);
}
#header .contact {
  float: right;
  padding-left: 5px;
  height: 70px;
  border-left: 1px solid #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#header .contact li {
  font-size: 12px;
  height: 22px;
  display: block;
  line-height: 21px;
  padding-left: 3px;
  padding-right: 3px;
  float: none;
  clear: both;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  transition: background 0.1s linear;
  background-color: transparent;
}
#header .contact li i {
  display: block;
  float: left;
  font-size: 15px;
  width: 20px;
}
#header .contact li a {
  display: block;
  float: left;
  width: 80%;
}
#header .contact li:first-child {
  margin-top: 2px;
}
#header .contact li:hover {
  background-color: #637833;
  background-color: rgba(255, 255, 255, 0.3);
}
#header #menucollapse {
  display: none;
}
.content {
  padding-bottom: 100px;
}
.content .container {
  width: 920px;
  padding: 20px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 3px 3px rgba(255, 255, 255, 0.3);
}
.content .container .errorbox {
  background-color: #b40000;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  margin-bottom: 15px;
}
.content .container .errorbox span {
  font-weight: bold;
}
.content .container .errorbox ul {
  margin: 0px;
  margin-top: 10px;
}
.content .container .successbox {
  background-color: #b40000;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  margin-bottom: 15px;
  background-color: #7fa00f;
}
.content .container .successbox span {
  font-weight: bold;
}
.content .container .successbox ul {
  margin: 0px;
  margin-top: 10px;
}
.content .container a {
  color: #91b711;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.content .container a:hover {
  color: #e2f69e;
}
.content .container a:active {
  color: #ffffff;
}
.content .container .col {
  float: left;
  width: 48%;
  padding: 1%;
}
.content .container .row {
  display: block;
  float: none;
  clear: both;
  width: 100%;
}
.content .container #map-container {
  height: 200px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.content .container #map {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.content .container #map img {
  background: none;
}
.content .container .input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.content .container .input label,
.content .container .input input,
.content .container .input select,
.content .container .input textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.content .container .input label {
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
}
.content .container .input input,
.content .container .input textarea {
  outline: none;
  border: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  height: 25px;
  border-radius: 4px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.content .container .input input:focus,
.content .container .input textarea:focus {
  outline: 0;
  border-color: rgba(145, 183, 17, 0.9);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 12px rgba(145, 183, 17, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(145, 183, 17, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(145, 183, 17, 0.6);
}
.content .container .input input {
  width: 100%;
}
.content .container .input .btn {
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  height: 35px;
  width: 50%;
}
.content .container .input .btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.content .container .input .btn:focus {
  outline: 1px dotted #666;
}
.content .container .input .btn.active,
.content .container .input .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.content .container .input textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
.content .container img {
  padding: 4px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 5px;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px -2px 4px rgba(255, 255, 255, 0.15);
}
.content .container hr {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  border: none;
  outline: none;
  height: 2px;
  width: 100%;
  margin-bottom: 20px;
}
.content .container blockquote {
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  font-family: Georgia;
  text-align: left;
  text-indent: 16px;
  margin: 20px;
}
.content .container h1 {
  font-size: 51px;
  line-height: 70px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  font-family: 'Trebuchet MS';
  margin-top: 0px;
  text-indent: 0px;
  letter-spacing: -1px;
}
.content .container h2 {
  margin-top: 50px;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Trebuchet MS';
}
.content .container ul {
  font-size: 14px;
  padding-left: 10px;
  list-style: none;
}
.content .container ul li {
  background: url(../images/oakleaf.gif) no-repeat left top;
  padding-left: 40px;
  padding-bottom: 9px;
  padding-top: 9px;
}
.content .container ul li.noglyph {
  background: none;
}
.content .container p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-family: Arial;
}
.content .container p.author {
  text-indent: 0px;
  margin-bottom: 25px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #9d9d9d;
  font-style: normal;
  font-weight: 400;
  font-family: Verdana;
  text-align: left;
}
.content .container p.first {
  text-indent: 0px;
  font-style: normal;
  font-weight: 400;
  font-family: nimbus-sans;
}
.content .container p.intro {
  text-indent: 0px;
  margin-bottom: 25px;
  line-height: 50px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-family: Arial;
  letter-spacing: -1px;
}
.content .container .gallery-grid {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.content .container .gallery-grid li {
  margin: 0px;
  background: none;
  padding: 0px;
  display: none;
}
body.nojs .content .container .gallery-grid li {
  display: block;
}
@media screen and (max-width: 960px) {
  .container {
    width: 100%;
  }
  .content .container {
    width: 75%;
    padding: 5%;
  }
  #header {
    height: 123px;
    position: relative;
  }
  #header h1 {
    margin-top: 2px;
    border: none;
  }
  #header .container {
    padding-top: 3px;
  }
  #header .contact {
    position: absolute;
    right: 0px;
    top: 5px;
  }
  #header .left {
    float: none;
    height: 70px;
  }
  #header .right {
    float: none;
    margin: 0px;
    margin-top: 5px;
    border-top: 1px solid #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #header .menu {
    float: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
  }
  #header .menu li {
    display: inline-block;
    float: none;
    width: 10%;
    padding: 2px;
    font-size: 11px;
  }
  #header .menu li#menu-middle {
    clear: none;
  }
}
@media screen and (max-width: 625px) {
  #header {
    height: 80px;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
    overflow: hidden;
    -webkit-transform: rotateY(0deg);
  }
  #header .contact {
    display: none;
  }
  #header #menucollapse {
    display: block;
    right: 10px;
    position: absolute;
    top: 15px;
    background-color: #637833;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px;
    height: 40px;
    cursor: pointer;
    width: 40px;
    text-align: center;
    line-height: 40px;
  }
  #header #menucollapse i {
    font-size: 30px;
  }
  #header #menucollapse:hover {
    background-color: #9bb859;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #header .right {
    border: none;
  }
  #header .menu {
    display: block;
  }
  #header .menu li {
    display: block;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: none;
    font-size: 16px;
    height: 30px;
    line-height: 34px;
    border-top: 1px solid #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  #header .menu li a {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
  }
  #header.down {
    height: 340px;
  }
  .content .container img {
    width: 40%;
  }
  .content .container img.fullimage {
    width: 95%;
    height: auto;
  }
  .content .container .col {
    float: none;
    clear: both;
    width: 100%;
    border-top: 1px solid #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .content .container .col:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 400px) {
  #header #menucollapse {
    right: 5px;
    top: 20px;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  #header h1 {
    width: 275px;
    background-position: -40px 0px;
  }
  .content .container {
    width: 87%;
    padding: 3%;
  }
}
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}
/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}
/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}
/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}
/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}
/* line 65, ../sass/lightbox.sass */
.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}
/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}
/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}
/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
.lb-dataContainer,
.lb-outerContainer {
  max-width: 100%;
  height: auto !important;
}
/*# sourceMappingURL=style.css.map */