/* Base */

body {
  background: #646567 url("../img/bg-220x1.gif") repeat-y;
  color: #646567;
  font-family: Arial, sans-serif;
  font-size: 0.75em;
}

a {
  color: #646567;
  text-decoration: underline;
}

a:hover {
  color: #646567;
}

a:focus {
  outline: none;
}

p {
  margin: 1em 0;
}

button,
input,
testarea {
  font-family: Arial, sans-serif;
}

textarea {
  resize: none;
}

/* Layout */

.container {
  margin: 0;
}

.sidebar {
  background-color: #FFF;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.home .sidebar {
  margin-bottom: 0;
}

/* Modules */

.logo {
  display: block;
  padding: 50px 20px;
  text-align: center;
}

.logo > img {
  background: url("../img/logo-180x69.png") no-repeat;
}

/*
.btn {
  font-size: 1em;
}
*/

.btn.large {
  padding: 10px 16px;
  margin: 10px 10px 0 0;
  background-image: none;
  background-color: #ffffff;
  color: #646567;
  border: 1px solid #646567;
  border-radius: 0;
  text-decoration: none;
  text-shadow: none;
}
.btn.large:hover {
  background-color: #646567;
  color: #ffffff;
}

.nav-list {
  padding: 0 20px;
}

.nav-list > li {
  line-height: 1.666em;
}

.nav-list > .hover {
  color: #964B14;
  list-style-type: disc;
}

.nav-list > li > a {
  border-top: 1px dotted #646567;
  margin: 0;
  padding: 3px 20px 3px 0;
  text-decoration: none;
  text-shadow: none;
}

.nav-list > li:last-child > a {
  border-bottom: 1px dotted #646567;
}

.nav-list .nav-list > li:last-child > a {
  border-bottom: 0 none;
}

.nav-list > li > a:hover {
  background-color: #FFF;
  color: #964B14;
}

.nav-list > .active {
  color: #964B14;
}

.nav-list .nav-list > .active {
  list-style-type: disc;
}

.nav-list .nav-list > li > a {
  font-weight: normal;
  margin: 0 -20px;
  padding: 3px 20px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover  {
  background-color: #FFF;
  color: #964B14;
  text-shadow: none;
}

.nav-list .nav-list {
  display: none;
}

.nav-list.visible {
  display: block;
}

.btn-collapse {
  background-color: #FFF;
  border-color: #83939C;
  border-style: solid;
  border-width: 1px 0; 
  display: none;
  padding: 4px 10px;
}

.btn-collapse:hover {
  cursor: pointer;
}

.btn-collapse:focus {
  outline: 0 none;
}

.btn-collapse .bar {
  background-color: #83939C;
  border-radius: 1px;
  display: block;
  height: 2px;
  margin: 4px auto;
  width: 18px;
}

.home .content {
  margin-top: 20px;
}

.content .row {
  background: #FFF url("../img/tile-20x1.gif") repeat-y;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 0;
  overflow: auto;
}

.content .row.masonry {
  overflow: visible;
}

.content .row-top {
  margin-bottom: 0;
}

.content .row-middle {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

.row-middle p.first,
.row-bottom p.first {
  margin-top: -0.333em;  
}

.content .row-bottom {
  margin-top: 0;
  padding-top: 0;
}

.box .wrapper {
  margin: 0 0 0 20px;
}

.box .image-wall {
  display: inline-block;
  margin: 5px 2px;
}

.box .image-wall img {
  max-width: 200px;
  height: auto;
}

.box .inner {
  margin: 0 20px 0 0;
}

.box h2 {
  color: #964B14;
  font-size: 1.2857em;
  line-height: 1;
  margin: 0 0 0.83em 0;
  text-transform: uppercase;
}

.box h22 {
  color: #dd0101;
  font-size: 1.2857em;
  line-height: 1;
  margin: 0 0 0.83em 0;
  text-transform: uppercase;
}

.box h4 {
  color: #646567;
  font-size: 2.6em;
  font-family: Arial, sans-serif;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0 0 0 0;
  text-transform: uppercase;
}

.box h3 {
  font-size: 1em;
  line-height: 1;
}

.map {
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

area {
  cursor: pointer;
}

.carousel-wrapper {
  background-color: #FFF;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel {
  margin-bottom: 0;
}

#slideshow > img {
  display: none;
}

/*
.home .carousel {
  border: 1px solid #FFF;  
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.home .carousel .item {
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -ms-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
}

.home .carousel .active.left {
  left: 0;
  opacity: 0;
  z-index: 2;
}

.home .carousel .next {
  left: 0;
  opacity: 1;
  z-index: 1;
}
*/

.carousel-caption {
  background-color: #333;
  position: static;
}

.carousel-caption a {
  color: #FFF;
}

.carousel-control-wrapper {
  position: relative;
}

.carousel-control {
  background-color: #333;
  border-radius: 0;
  border-width: 1px;
  bottom: 20px;
  color: #FFF;
  font-size: 24px;
  font-weight: normal;
  height: 30px;
  left: 10px;
  margin: 0;
  position: absolute;
  text-decoration: none;
}

.carousel-control.right {
  right: 10px;
}

.carousel-control:hover {
  color: #FFF;
}

.video {
  margin-top: 20px;
  position: absolute;
  top: 0;
  z-index: 1;
}
/* Masonry Gallery */
.gallery-grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,
.gallery-grid-item {
  width: 23%;
}
.gallery-grid-item {
  float: left;
  margin-bottom: 10px;
}
.gallery-grid-item--width2 { 
  width: 40%;
  margin-bottom: 10px;
}
.gallery-grid-item img {
  width: 100%;
  height: auto;
  display: block;
}
/* Lightbox */
.overlay,
.overlay-video {
  background-color: #646567;
  cursor: pointer;
  display: block;
  left: 0;
  opacity: 0.75;  
  position: absolute;
  top: 0;
  width: 100%;  
  z-index: 0;
}
.overlay,
.overlay-video {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
.sl-wrapper {
  background-color: #646567;
}
.sl-wrapper .sl-counter,
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  color: #ffffff;
}

.form-horizontal .control-label {
  text-align: left;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #964B14;
  border-color: rgba(150, 75, 20, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(150, 75, 20, 0.5);
}

.audioplayer {
  list-style: none;
  margin-bottom: 20px;
  margin-left: 0;
}

.track {
  overflow: hidden;
  padding: 5px 0;
}

.track-odd {
  background-color: #F6F6F6;
}

.track-title {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 10px;
  padding: 5px 0;
  white-space: nowrap;
}

.track-control {
  float: right;
  margin: 0 10px;
}

.track-control:focus {
  outline: 0 none;
}

.is-visible {
  display: block;
}

.is-hidden {
  display: none;
}

@media (max-width: 480px) {
  .btn-collapse {
    display: block;
    margin-bottom: -20px;
  } 

  .sidebar > .nav {
    display: none;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  body {
    background-color: #646567;
    background-image: none;
    font-size: 0.875em;
  }

  .logo > img {
    background: url("../img/logo-400x154.png") no-repeat;
    background-size: 100%;
  }

  .content .row {
    background-image: none;
  } 

  .box .inner {
    margin: 20px 20px 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  body {
    background: #646567 url("../img/bg-166x1.gif") repeat-y;
    font-size: 0.875em;
  }

  .logo > img {
    background: url("../img/logo-126x48.png") no-repeat;
  }


  .form-horizontal .control-label {
    width: 124px;
  }

  .form-horizontal .controls {
    margin-left: 124px;
  }
}

@media (min-width: 1200px) {
  body {
    background: #646567 url("../img/bg-270x1.gif") repeat-y;
  }

  .logo > img {
    background: url("../img/logo-230x89.png") no-repeat;
  }

  .content .row {
    background: #FFF url("../img/tile-30x1.gif") repeat-y;
  }

  .box .inner {
    margin: 0 40px 0 0;
  }
}

#.logo {
  display: none;
}
