/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
#map iframe {
  width: 450px;
  height: 300px;
  float: right;
}
#map_canvas img,
.google-maps img,
.nav > li > a > img,
img {
  max-width: none;
}
body,
button,
input,
select,
textarea {
  margin: 0;
}
[class*=" font-"]:before,
[class^="font-"]:before,
address {
  font-style: normal;
}
body,
select {
  background-color: #fff;
}
.input-append,
.radio.inline,
button,
img,
input,
select,
textarea {
  vertical-align: middle;
}
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.input-append input:focus,
.input-append select:focus {
  z-index: 2;
}
.container:after,
.controls-row:after,
.form-horizontal .control-group:after,
.modal-footer:after,
.row:after {
  clear: both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
a:focus {
  outline-offset: -2px;
}
a:active,
a:hover {
  outline: 0;
}
img {
  width: auto\9;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
#contact-form input,
.btn-block,
.progress .bar {
  -moz-box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.container:after,
.container:before,
.controls-row:after,
.controls-row:before,
.modal-footer:after,
.modal-footer:before,
.popover .arrow:after,
.row:after,
.row:before {
  content: "";
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
}
.row:after,
.row:before {
  display: table;
  line-height: 0;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
[class*="span"].hide {
  display: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:after,
.container:before {
  display: table;
  line-height: 0;
}
small {
  font-size: 85%;
}
.text-error {
  color: #b94a48;
}
a.text-error:focus,
a.text-error:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
a.text-success:focus,
a.text-success:hover {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.btn,
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small,
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
address {
  display: block;
  margin-bottom: 20px;
  line-height: 20px;
}
.input-append input[class*="span"],
.radio.inline {
  display: inline-block;
}
form {
  margin: 0 0 20px;
}
button,
input,
select,
textarea {
  font-size: 14px;
  line-height: 20px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
input[type="search"],
select,
textarea {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
select[multiple],
select[size],
textarea {
  height: auto;
}
.controls-row .radio[class*="span"],
.controls > .radio:first-child,
.radio.inline {
  padding-top: 5px;
}
input,
textarea {
  width: 206px;
}
textarea {
  overflow: auto;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
input[type="search"],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-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;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: dotted thin\9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="file"],
select {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.radio {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"] {
  float: left;
  margin-left: -20px;
}
.radio.inline {
  margin-bottom: 0;
}
.radio.inline + .radio.inline {
  margin-left: 10px;
}
.input-small {
  width: 90px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
}
input,
textarea {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12 {
  width: 926px;
}
input.span11,
textarea.span11 {
  width: 846px;
}
input.span10,
textarea.span10 {
  width: 766px;
}
input.span9,
textarea.span9 {
  width: 686px;
}
input.span8,
textarea.span8 {
  width: 606px;
}
input.span7,
textarea.span7 {
  width: 526px;
}
input.span6,
textarea.span6 {
  width: 446px;
}
input.span5,
textarea.span5 {
  width: 366px;
}
input.span4,
textarea.span4 {
  width: 286px;
}
input.span3,
textarea.span3 {
  width: 206px;
}
input.span2,
textarea.span2 {
  width: 126px;
}
input.span1,
textarea.span1 {
  width: 46px;
}
.controls-row:after,
.controls-row:before {
  display: table;
  line-height: 0;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][disabled],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
select:focus:invalid:focus,
textarea:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.input-append {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
}
.input-append .dropdown-menu,
.input-append .popover,
.input-append input,
.input-append select {
  font-size: 14px;
}
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-append input,
.input-append select {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#contact-form .submit,
.btn,
.btn-group,
.button,
.form-inline .radio,
.form-search .radio {
  vertical-align: middle;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn-group:last-child > .dropdown-toggle,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px\9;
  padding-left: 14px;
  padding-left: 4px\9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-horizontal .input-append,
.form-horizontal input,
.form-horizontal select,
.form-horizontal textarea,
.form-inline .input-append,
.form-inline input,
.form-inline select,
.form-inline textarea,
.form-search .input-append,
.form-search input,
.form-search select,
.form-search textarea {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-horizontal .hide,
.form-inline .hide,
.form-search .hide {
  display: none;
}
.form-inline .btn-group,
.form-search .btn-group {
  display: inline-block;
}
.form-inline .input-append,
.form-search .input-append {
  margin-bottom: 0;
}
.form-inline .radio,
.form-search .radio {
  padding-left: 0;
  margin-bottom: 0;
}
.form-inline .radio input[type="radio"],
.form-search .radio input[type="radio"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-group:after,
.form-horizontal .control-group:before {
  display: table;
  line-height: 0;
  content: "";
}
.form-horizontal .controls {
  margin-left: 180px;
}
[class*=" icon-"],
[class^="icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.popover,
.popover-title:empty {
  display: none;
}
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.icon-white,
.nav-list > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"] {
  background-image: url(../img/glyphicons-halflings-white.png);
}
.icon-search {
  background-position: -48px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#map {
  height: 300px;
}
#navigation,
#tray-button,
.close,
nav#menu {
  float: right;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.btn,
.modal-footer,
.modal-form,
.nav-list {
  margin-bottom: 0;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.close,
.nav-header {
  font-weight: 700;
  line-height: 20px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #0081c2;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  text-decoration: none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #999;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  font-size: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal,
.popover {
  -webkit-background-clip: padding-box;
}
.btn,
.btn-success,
.progress,
.progress .bar {
  background-repeat: repeat-x;
}
.btn {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -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);
}
.btn.active,
.btn.disabled,
.btn:active,
.btn:focus,
.btn:hover,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #ccc;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .submit,
#nextslide:hover,
#nextthumb:hover,
#prevslide:hover,
#prevthumb:hover,
#thumb-back:hover,
#thumb-forward:hover,
#tray-button:hover,
.accordion-toggle,
.btn-link,
.button,
.nav > .dropdown.active > a:focus,
.nav > .dropdown.active > a:hover,
a,
ul#slide-list li a:hover,
ul#thumb-list li:hover {
  cursor: pointer;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class*=" icon-"],
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-group,
.btn-group-vertical {
  display: inline-block;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
}
.btn-success.active,
.btn-success:active {
  background-color: #408140;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  color: #08c;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:focus,
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover,
.popover-title {
  font-size: 14px;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.nav-header,
.nav > li > a,
.pill-content > .active,
.tab-content > .active {
  display: block;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.alert-success {
  color: #468847;
  border-color: #d6e9c6;
}
.alert-success h4 {
  color: #468847;
}
.alert-error,
.alert-error h4 {
  color: #b94a48;
}
.alert-error {
  border-color: #eed3d7;
}
.nav-header {
  padding: 3px 15px;
  font-size: 11px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
}
.nav-list .nav-header,
.nav-list > li > a {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:focus,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}
.nav-list [class*=" icon-"],
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav .dropdown-toggle:focus .caret,
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav > li.dropdown.open.active > a:focus,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open a:focus .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tab-content {
  overflow: auto;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:focus,
.nav > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}
.popover,
.tooltip,
.tooltip-arrow {
  position: absolute;
}
.modal-footer {
  padding: 14px 15px 15px;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
.modal-footer:after,
.modal-footer:before {
  display: table;
  line-height: 0;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
#supersized li.image-loading img,
.hidden {
  visibility: hidden;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1010;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.popover-title,
.progress {
  background-color: #f7f7f7;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.media-object,
.thumbnail,
.thumbnail > img {
  display: block;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
}
.thumbnail {
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-heading {
  margin: 0 0 5px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.alert,
.alert .close,
.hide-text {
  text-shadow: none;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress .bar-success,
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  right: 15px;
  left: auto;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #fff;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hide {
  display: none;
}
.show {
  display: block;
}
#mobile-nav,
.hidden {
  display: none;
}
.affix {
  position: fixed;
} /*!
 * Bootstrap Responsive v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.hide-text {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
}
@-ms-viewport {
  width: device-width;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
  }
  .row:after,
  .row:before {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  input,
  textarea {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1 {
    width: 56px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
  }
  .row:after,
  .row:before {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  input,
  textarea {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .span12,
  [class*="span"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .controls-row [class*="span"] + [class*="span"],
  .row {
    margin-left: 0;
  }
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container {
    width: auto;
  }
  [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  .span12 {
    width: 100%;
    box-sizing: border-box;
  }
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-append input,
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .form-horizontal .controls,
  .media-object {
    margin-left: 0;
  }
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="radio"],
  input[type="checkbox"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .media-object {
    margin-right: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .dropdown-menu li + li a,
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .dropdown-menu a,
  .nav-collapse .nav > li > a {
    padding: 9px 15px;
    font-weight: 700;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .nav > li > a:hover {
    background-color: #f2f2f2;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu .divider,
  .nav-collapse .dropdown-menu:after,
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after,
  .nav-collapse .nav > li > .dropdown-menu:before {
    display: none;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
}
[class*=" font-"]:before,
[class^="font-"]:before,
[data-icon]:before {
  font-family: Icons;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
#home-slider .overlay,
#home-slider a {
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
#controls,
#home-slider,
#slidecaption,
#supersized,
#supersized li,
#thumb-tray,
.video-container,
ul#thumb-list li {
  overflow: hidden;
}
@font-face {
  font-family: Icons;
  src: url(fonts/Icons.eot);
  src: url(fonts/Icons.eot?#iefix) format("embedded-opentype"), url(fonts/Icons.woff) format("woff"),
    url(fonts/Icons.ttf) format("truetype"), url(fonts/Icons.svg#Icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
  line-height: 1;
}
[class*=" font-"],
[class^="font-"] {
  display: inline-block;
  line-height: 1em;
}
.font-icon-arrow-round-down,
.font-icon-arrow-round-down-circle,
.font-icon-arrow-round-left,
.font-icon-arrow-round-left-circle,
.font-icon-arrow-round-right,
.font-icon-arrow-round-right-circle,
.font-icon-arrow-round-up,
.font-icon-arrow-round-up-circle,
.font-icon-arrow-simple-down,
.font-icon-arrow-simple-down-circle,
.font-icon-arrow-simple-left,
.font-icon-arrow-simple-left-circle,
.font-icon-arrow-simple-right,
.font-icon-arrow-simple-right-circle,
.font-icon-arrow-simple-up,
.font-icon-arrow-simple-up-circle,
.font-icon-backward,
.font-icon-check,
.font-icon-check-empty,
.font-icon-copy,
.font-icon-email,
.font-icon-email_2,
.font-icon-fast-backward,
.font-icon-fast-forward,
.font-icon-font,
.font-icon-forward,
.font-icon-group,
.font-icon-home,
.font-icon-layer,
.font-icon-link,
.font-icon-list,
.font-icon-list-2,
.font-icon-list-3,
.font-icon-lock,
.font-icon-map,
.font-icon-move,
.font-icon-pause,
.font-icon-play,
.font-icon-random,
.font-icon-remove,
.font-icon-remove-circle,
.font-icon-resize-full,
.font-icon-resize-fullscreen,
.font-icon-resize-horizontal,
.font-icon-resize-horizontal-2,
.font-icon-resize-small,
.font-icon-resize-vertical,
.font-icon-resize-vertical-2,
.font-icon-search,
.font-icon-social-500px,
.font-icon-social-email,
.font-icon-social-facebook,
.font-icon-social-vimeo,
.font-icon-social-youtube,
.font-icon-sort,
.font-icon-sort-down,
.font-icon-sort-up,
.font-icon-step-backward,
.font-icon-step-forward,
.font-icon-stop,
.font-icon-tags,
.font-icon-text,
.font-icon-text-height,
.font-icon-text-width,
.font-icon-time,
.font-icon-viewport,
.font-icon-zoom-in,
.font-icon-zoom-out {
  font-family: Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
body,
button,
input,
select,
textarea {
  font-family: myriad-pro, sans-serif;
}
#navigation-mobile li a,
.button,
.nav > li > a,
nav#menu #menu-nav li a {
  text-transform: uppercase;
}
.font-icon-zoom-out:before {
  content: "\e000";
}
.font-icon-zoom-in:before {
  content: "\e001";
}
.font-icon-viewport:before {
  content: "\e008";
}
.font-icon-time:before {
  content: "\e010";
}
.font-icon-text:before {
  content: "\e011";
}
.font-icon-text-width:before {
  content: "\e012";
}
.font-icon-text-height:before {
  content: "\e013";
}
.font-icon-tags:before {
  content: "\e014";
}
.font-icon-stop:before {
  content: "\e018";
}
.font-icon-step-forward:before {
  content: "\e019";
}
.font-icon-step-backward:before {
  content: "\e01a";
}
.font-icon-sort:before {
  content: "\e01f";
}
.font-icon-sort-up:before {
  content: "\e020";
}
.font-icon-sort-down:before {
  content: "\e021";
}
.font-icon-social-youtube:before {
  content: "\e023";
}
.font-icon-social-vimeo:before {
  content: "\e028";
}
.font-icon-social-facebook:before {
  content: "\e03c";
}
.font-icon-social-email:before {
  content: "\e03f";
}
.font-icon-social-500px:before {
  content: "\e047";
}
.font-icon-search:before {
  content: "\e04d";
}
.font-icon-resize-vertical:before {
  content: "\e051";
}
.font-icon-resize-vertical-2:before {
  content: "\e052";
}
.font-icon-resize-small:before {
  content: "\e053";
}
.font-icon-resize-horizontal:before {
  content: "\e054";
}
.font-icon-resize-horizontal-2:before {
  content: "\e055";
}
.font-icon-resize-fullscreen:before {
  content: "\e056";
}
.font-icon-resize-full:before {
  content: "\e057";
}
.font-icon-remove:before {
  content: "\e05a";
}
.font-icon-remove-circle:before {
  content: "\e05c";
}
.font-icon-random:before {
  content: "\e05e";
}
.font-icon-play:before {
  content: "\e065";
}
.font-icon-pause:before {
  content: "\e06a";
}
.font-icon-move:before {
  content: "\e071";
}
.font-icon-map:before {
  content: "\e075";
}
.font-icon-lock:before {
  content: "\e07a";
}
.font-icon-list:before {
  content: "\e07b";
}
.font-icon-list-3:before {
  content: "\e07c";
}
.font-icon-list-2:before {
  content: "\e07d";
}
.font-icon-link:before {
  content: "\e07e";
}
.font-icon-layer:before {
  content: "\e07f";
}
.font-icon-home:before {
  content: "\e087";
}
.font-icon-group:before {
  content: "\e08f";
}
.font-icon-forward:before {
  content: "\e096";
}
.font-icon-font:before {
  content: "\e097";
}
.font-icon-fast-forward:before {
  content: "\e09f";
}
.font-icon-fast-backward:before {
  content: "\e0a0";
}
.font-icon-email:before {
  content: "\e0aa";
}
.font-icon-email_2:before {
  content: "\e0ab";
}
.font-icon-copy:before {
  content: "\e0b3";
}
.font-icon-check:before {
  content: "\e0bd";
}
.font-icon-check-empty:before {
  content: "\e0be";
}
.font-icon-backward:before {
  content: "\e0cf";
}
.font-icon-arrow-simple-up:before {
  content: "\e0d1";
}
.font-icon-arrow-simple-up-circle:before {
  content: "\e0d2";
}
.font-icon-arrow-simple-right:before {
  content: "\e0d3";
}
.font-icon-arrow-simple-right-circle:before {
  content: "\e0d4";
}
.font-icon-arrow-simple-left:before {
  content: "\e0d5";
}
.font-icon-arrow-simple-left-circle:before {
  content: "\e0d6";
}
.font-icon-arrow-simple-down:before {
  content: "\e0d7";
}
.font-icon-arrow-simple-down-circle:before {
  content: "\e0d8";
}
.font-icon-arrow-round-up:before {
  content: "\e0d9";
}
.font-icon-arrow-round-up-circle:before {
  content: "\e0da";
}
.font-icon-arrow-round-right:before {
  content: "\e0db";
}
.font-icon-arrow-round-right-circle:before {
  content: "\e0dc";
}
.font-icon-arrow-round-left:before {
  content: "\e0dd";
}
.font-icon-arrow-round-left-circle:before {
  content: "\e0de";
}
.font-icon-arrow-round-down:before {
  content: "\e0df";
}
.font-icon-arrow-round-down-circle:before {
  content: "\e0e0";
}
body,
html {
  height: 100%;
}
html {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #2f3238;
  color: #7f8289;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
.button,
strong {
  font-weight: 500;
}
a {
  color: #eed48f;
  text-decoration: none;
  -webkit-transition: color 0.1s linear 0s;
  -moz-transition: color 0.1s linear 0s;
  -o-transition: color 0.1s linear 0s;
  transition: color 0.1s linear 0s;
}
a:active,
a:focus,
a:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
}
a img {
  border: none;
}
a > img {
  vertical-align: bottom;
}
p {
  margin: 0 0 30px;
}
.color-text {
  color: #eed48f;
}
button,
input,
select,
textarea {
  font-weight: 300;
  outline: 0;
}
input:focus,
input[type="text"]:focus,
textarea:focus {
  outline: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7f8289;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7f8289;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7f8289;
}
code {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  border: 1px solid #dde4e9;
  background-color: #f6f6f6;
  color: #232527;
  white-space: nowrap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 300;
  font-family: myriad-pro, sans-serif;
  line-height: 1.5em;
}
#home-slider .slide-content,
#home-slider .slide-content-blurb {
  font-family: trajan-pro-3, sans-serif;
  font-style: normal;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.margin-0 {
  margin-bottom: 0 !important;
}
.margin-10 {
  margin-bottom: 10px !important;
}
.margin-15 {
  margin-bottom: 15px !important;
}
.margin-20 {
  margin-bottom: 20px !important;
}
.margin-30 {
  margin-bottom: 30px !important;
}
.margin-40 {
  margin-bottom: 40px !important;
}
.margin-50 {
  margin-bottom: 50px !important;
}
.margin-60 {
  margin-bottom: 60px !important;
}
.margin-70 {
  margin-bottom: 70px !important;
}
.margin-80 {
  margin-bottom: 80px !important;
}
#home-slider {
  position: relative;
  height: 100%;
}
#home-slider a {
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 50px;
}
#home-slider .overlay {
  height: 100%;
  background: #26292e;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#home-slider #front-details,
#home-slider .slider-text {
  width: 1170px;
  height: 150px;
  position: absolute;
  text-align: center;
}
#home-slider .slider-text {
  left: 50%;
  top: 40%;
  margin: -150px 0 0 -585px;
  z-index: 2;
}
#home-slider #slidecaption {
  width: 100%;
  line-height: 70px;
  margin: 0;
  text-align: center;
  text-shadow: none;
}
#home-slider .slide-content {
  font-weight: 300;
  font-size: 70px;
  color: #fff;
}
#home-slider .slide-content-blurb {
  color: #eee8d6;
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
}
#home-slider #front-details {
  left: 50%;
  top: 65%;
  margin: 0 0 0 -585px;
  z-index: 2;
  color: #fff;
  line-height: 20px;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-size: 16px;
}
#home-slider .control-nav {
  position: absolute;
  width: 100%;
  background: #2f3238;
  height: 50px;
  bottom: 0;
  z-index: 2;
}
#home-slider #nextslide,
#home-slider #prevslide,
#home-slider ul#slide-list li a {
  background-image: none;
  -webkit-transition: background 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s;
}
#home-slider #nextsection:hover,
#home-slider #nextslide:hover,
#home-slider #prevslide:hover,
#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
  background-color: #eed48f;
}
#home-slider #nextslide,
#home-slider #prevslide {
  background-color: #26292e;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: background 0.1s linear 0s;
}
#home-slider #nextslide {
  margin-left: -3px;
}
#home-slider #nextslide i,
#home-slider #prevslide i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
}
#home-slider #nextslide i {
  margin-left: -8px;
}
#home-slider #prevslide i {
  margin-left: -9px;
}
#home-slider ul#slide-list {
  top: 50%;
  padding: 0;
  margin: -6px 0 0;
}
#home-slider ul#slide-list li {
  margin-right: 12px;
}
#home-slider ul#slide-list li:last-child {
  margin-right: 0;
}
#home-slider ul#slide-list li a {
  background-color: #eee8d6;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  transition: background 0.1s linear 0s;
}
#home-slider ul#slide-list li a:hover {
  background-color: #b1ada0;
}
#home-slider #nextsection {
  background-color: #26292e;
  margin: 0;
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  -webkit-transition: background 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
}
#home-slider #nextsection i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
  margin-left: -7px;
}
#home-slider #home-order {
    width: 300px;
    height: 100px;
    position: relative;
    top: 40%;
    left: 50%;
    margin: 0 0 0 -150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    /* text-align: center; */
}
@media screen and (min-height: 768px) {
    #home-slider #home-order {
        top: 45%;
    }
}
#home-slider #home-order h3 {
    text-align: center;
    padding-bottom: 4px;
}
#home-slider #home-order a#home-order-link {
  /* position: relative;
  top: 50%;
  left: 50%; */
  /* right: calc(-50% + 42px); */
  /* margin: 0 0 0 -84px; */
  position: relative;
  display: block;
  pointer-events: all;
  width: 168px;
  height: 42px;
}
header {
  width: 100%;
  z-index: 99;
}
header .sticky-nav {
  position: relative;
  width: 100%;
  height: 60px;
  background: #26292e;
  z-index: 1001;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
header .sticky-nav.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
.page,
footer {
  position: relative;
}
#nav-banner {
  background: url(../img/banner.jpg);
  width: 100%;
  height: 150px;
  display: block;
}
header #logo {
  color: #fff;
  float: left;
  padding: 15px 0;
  margin-left: 20px;
}
header #logo a {
  background: url(../img/logo.png) no-repeat;
  width: 96px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  -moz-transition: opacity 0.25s ease-in-out 0s;
  -o-transition: opacity 0.25s ease-in-out 0s;
  transition: opacity 0.25s ease-in-out 0s;
}
header #logo a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
nav#menu {
  margin-right: 30px;
}
nav#menu #menu-nav {
  margin: 0;
  padding: 0;
}
nav#menu #menu-nav li {
  list-style: none;
  display: inline-block;
  margin-left: 50px;
}
nav#menu #menu-nav li:first-child {
  margin-left: 0;
}
nav#menu #menu-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 60px;
  display: block;
}
nav#menu #menu-nav li a:hover,
nav#menu #menu-nav li.current a {
  color: #eed48f;
}
.menu-nav {
  background: url(../img/menu-mobile.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  margin: 22px 0 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 250ms ease-out 0s;
  -moz-transition: -moz-transform 250ms ease-out 0s;
  -o-transition: -o-transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
}
.menu-nav.open {
  background-position: 0 -16px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 250ms ease-out 0s;
  -moz-transition: -moz-transform 250ms ease-out 0s;
  -o-transition: -o-transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
}
#navigation-mobile {
  display: none;
  text-align: center;
  width: 100%;
  background: #26292e;
  border-bottom: 1px solid #2f3238;
  position: relative;
  float: left;
  z-index: 9999;
}
#navigation-mobile li {
  list-style: none;
  border-top: 1px solid #2f3238;
}
#navigation-mobile li a {
  display: block;
  font-size: 16px;
  padding: 20px 0;
}
.page {
  background: #2f3238;
  padding: 20px 0;
  z-index: 99;
}
.title-page {
  text-align: center;
  margin-bottom: 50px;
}
.title-page .title {
  text-align: left;
  color: #eee8d6;
  font-size: 36px;
  margin: 5px 0 10px 5px;
}
.title-page .title-description {
  text-align: left;
  line-height: normal;
  font-size: 18px;
  font-weight: 200;
  margin: 30px 0 20px 5px;
}
.contact-details {
  width: 100%;
  margin-right: 20px;
  margin-top: 25px;
  text-align: right;
}
#jprePercentage,
#thumb-tray,
.button,
footer {
  text-align: center;
}
.contact-details h3 {
  color: #eee8d6;
  font-size: 24px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1em;
}
.contact-details ul {
  margin: 41px 0 0;
  padding: 0;
  list-style: none;
}
.contact-details ul li {
  margin: 0 0 20px;
  line-height: 22px;
  padding: 0;
}
#contact-form {
  margin-bottom: 0;
}
#contact-form p {
  margin-bottom: 1px;
}
#contact-form input,
#contact-form textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #26292e;
  color: #fff;
  font-size: 16px;
  height: auto;
  padding: 15px;
  margin: 0;
  resize: none;
}
#contact-form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form textarea {
  width: 100%;
  height: 200px;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .submit {
  background: #23262c;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 40px;
  text-align: center;
  width: auto;
  margin-top: 30px;
  -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#contact-form .submit:hover {
  color: #eed48f;
}
#response {
  margin-top: 20px;
  color: #fff;
}
footer {
  width: 100%;
  height: auto;
  background: #26292e;
  z-index: 99;
}
footer .credits {
  font-family: orbitron, sans-serif;
  color: #eee8d6;
  font-size: 13px;
  margin-bottom: 0;
  padding: 20px 0;
}
#circle,
#jpreSlide {
  position: absolute;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
}
#back-to-top {
  display: none;
  background-color: #3c3f45;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 99;
  -webkit-transition: background 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
}
#back-to-top:hover {
  background-color: #eed48f;
}
#back-to-top i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
  margin-left: -7px;
}
#jSplash,
#jpreOverlay {
  background-color: #2f3238;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 700;
}
#jpreSlide {
  top: 50% !important;
  left: 50% !important;
}
#jpreLoader {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
}
#jprePercentage {
  width: 50px;
  height: 50px !important;
  line-height: 50px;
  position: absolute !important;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  z-index: 800;
  font-size: 24px;
  color: #fff;
  -webkit-animation: circle 1s infinite forwards;
  -moz-animation: circle 1s infinite forwards;
  -ms-animation: circle 1s infinite forwards;
  -o-animation: circle 1s infinite forwards;
  animation: circle 1s infinite forwards;
}
#circle {
  top: 50%;
  left: 50%;
  z-index: 11;
  background: #eee8d6;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: circle 1s infinite forwards;
  -moz-animation: circle 1s infinite forwards;
  -ms-animation: circle 1s infinite forwards;
  animation: circle 1s infinite forwards;
}
@-webkit-keyframes circle {
  0%,
  100% {
    -webkit-transform: rotateY(0);
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes circle {
  0% {
    -moz-transform: rotateY(0);
  }
  50% {
    -moz-transform: rotateY(180deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: rotateY(0);
    -moz-animation-timing-function: ease-in;
  }
}
@-ms-keyframes circle {
  0%,
  100% {
    -ms-transform: rotateY(0);
    -ms-animation-timing-function: ease-in;
  }
  50% {
    -ms-transform: rotateY(180deg);
    -ms-animation-timing-function: ease-out;
  }
}
@-o-keyframes circle {
  0%,
  100% {
    -o-transform: rotateY(0);
    -o-animation-timing-function: ease-in;
  }
  50% {
    -o-transform: rotateY(180deg);
    -o-animation-timing-function: ease-out;
  }
}
@keyframes circle {
  0%,
  100% {
    transform: rotateY(0);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotateY(180deg);
    animation-timing-function: ease-out;
  }
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
@media (min-width: 768px) and (max-width: 979px) {
  #menu {
    display: none;
  }
  #mobile-nav {
    display: block;
    float: right;
  }
  #menu-nav-mobile {
    margin: 0;
  }
  header .sticky-nav #mobile-nav,
  header .sticky-nav.stuck #mobile-nav {
    margin-right: 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #back-to-top {
    display: none !important;
  }
  #home-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  header .sticky-nav {
    position: relative;
  }
  #navigation-mobile,
  .page,
  footer,
  header .sticky-nav {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .sticky-nav #logo {
    margin-left: 0;
  }
  header .sticky-nav.stuck #logo {
    margin-left: 20px;
  }
  header .sticky-nav #menu {
    margin-right: 0;
  }
  header .sticky-nav.stuck #menu {
    margin-right: 20px;
  }
  #menu {
    display: none;
  }
  #mobile-nav {
    display: block;
    float: right;
  }
  #menu-nav-mobile {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
  }
  header .sticky-nav.stuck #mobile-nav {
    margin-right: 20px;
  }
  #response {
    margin-bottom: 30px;
  }
  .contact-details {
    border-top: 1px dashed #3c3f45;
    padding-top: 30px;
    text-align: center;
  }
  #contact-form .submit {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  #home-slider ul#slide-list,
  #menu {
    display: none;
  }
  #back-to-top {
    display: none !important;
  }
  #home-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  header .sticky-nav {
    position: relative;
  }
  #navigation-mobile,
  .page,
  footer,
  header .sticky-nav {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .sticky-nav #logo {
    margin-left: 0;
  }
  header .sticky-nav.stuck #logo {
    margin-left: 20px;
  }
  header .sticky-nav #menu {
    margin-right: 0;
  }
  header .sticky-nav.stuck #menu {
    margin-right: 20px;
  }
  #mobile-nav {
    display: block;
    float: right;
  }
  #menu-nav-mobile {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
  }
  #navigation-mobile li a {
    font-size: 14px;
    padding: 12px 0;
  }
  header .sticky-nav.stuck #mobile-nav {
    margin-right: 20px;
  }
  #response {
    margin-bottom: 30px;
  }
  .contact-details {
    border-top: 1px dashed #3c3f45;
    padding-top: 30px;
    text-align: center;
  }
  #contact-form .submit {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#supersized li.activeslide img,
#supersized li.prevslide img,
.button,
ul#thumb-list {
  display: inline-block;
}
@media (max-width: 320px) {
  #navigation-mobile li a {
    padding: 20px 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  header #logo a {
    background-image: url(../img/logo_@2x.png);
    background-size: 96px 30px;
  }
  .menu-nav {
    background-image: url(../img/menu-mobile_@2x.png);
    background-size: 16px 32px;
  }
}
.button {
  margin-bottom: 0;
  padding: 13px 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #3c3f45;
  color: #23262c;
  font-size: 16px;
  border: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.button:active,
.button:focus,
.button:hover {
  background-color: #6f6342;
  color: #fff;
}
.button.button-small {
  padding: 8px 18px;
  font-size: 14px;
}
.button.button-block {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.button + .button {
  margin-left: 10px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 4px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-heading {
  border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
  position: relative;
  display: block;
  padding: 15px;
  background: #3c3f45;
  color: #23262c;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.accordion-heading .accordion-toggle.active,
.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
  background: #6f6342;
  color: #fff;
}
.accordion-heading .accordion-toggle.inactive {
  background: #3c3f45;
}
.accordion-heading.accordionize .accordion-toggle span,
.accordion-heading.togglize .accordion-toggle span {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -8px 0 0;
  color: #23262c;
  font-size: 18px;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.accordion-heading .accordion-toggle.active span,
.accordion-heading:hover .accordion-toggle span,
.accordion-heading:hover .accordion-toggle.inactive span,
.alert,
.alert h4 {
  color: #fff;
}
.accordion-heading.accordionize .accordion-toggle.active span,
.accordion-heading.togglize .accordion-toggle.active span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-heading.togglize .accordion-toggle span {
  margin: -8px 0 0;
  font-size: 18px;
}
.accordion-heading.togglize .accordion-toggle.active span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.accordion-heading.togglize .accordion-toggle.active span + span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.accordion-inner {
  background: #26292e;
  padding: 16px 20px;
  border: none;
}
.alert {
  margin-bottom: 20px;
  padding: 15px 35px 15px 15px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #dba571;
}
.alert-block > p,
.alert-block > ul,
.nav {
  margin-bottom: 0;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: 2px;
  right: -22px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: opacity 0.1s linear 0s;
  -moz-transition: opacity 0.1s linear 0s;
  -ms-transition: opacity 0.1s linear 0s;
  -o-transition: opacity 0.1s linear 0s;
  transition: opacity 0.1s linear 0s;
}
.alert .close:hover {
  opacity: 1;
}
.alert-success {
  background-color: #1f7f5c;
}
.alert-error {
  background-color: #e56c69;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block p + p {
  margin-top: 5px;
}
#supersized,
* {
  margin: 0;
  padding: 0;
}
.nav {
  margin-left: 0;
  list-style: none;
}
.nav > li > a {
  color: #23262c;
  font-size: 18px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #6f6342;
  color: #fff;
  text-decoration: none;
  display: block;
}
.tab-content {
  padding: 20px;
  background: #26292e;
}
.tab-content > .active {
  display: block;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#controls,
#progress-bar,
#supersized img,
ul#thumb-list {
  position: relative;
}
img {
  border: none;
}
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../img/progress.gif) center center no-repeat;
}
#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
#supersized img {
  width: auto;
  height: auto;
  display: none;
  outline: 0;
  border: none;
}
#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}
#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}
#supersized li.prevslide {
  z-index: -20;
}
#supersized li.activeslide {
  z-index: -10;
}
#supersized li.image-loading {
  background: url(../img/progress.gif) center center no-repeat #111;
  width: 100%;
  height: 100%;
}
#controls-wrapper {
  margin: 0 auto;
  height: 42px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: url(../img/nav-bg.png) repeat-x;
  position: fixed;
}
#controls {
  height: 100%;
  text-align: left;
  z-index: 5;
}
#slidecaption {
  float: left;
  color: #fff;
  font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: #000 1px 1px 2px;
  margin: 0 20px 0 0;
  line-height: 42px;
}
#navigation {
  margin: 0 20px 0 0;
}
#play-button {
  float: left;
  margin-top: 1px;
  border-right: 1px solid #333;
  background: url(../img/supersized/bg-hover.png) 0 44px repeat-x;
}
#play-button:hover {
  background-position: 0 1px;
  cursor: pointer;
}
#nextslide,
#prevslide {
  position: absolute;
  height: 43px;
  width: 43px;
  top: 50%;
  margin-top: -21px;
  opacity: 0.6;
}
#prevslide {
  left: 10px;
  background: url(../img/supersized/back.png);
}
#nextslide {
  right: 10px;
  background: url(../img/supersized/forward.png);
}
#nextslide:active,
#prevslide:active {
  margin-top: -19px;
}
ul#slide-list {
  padding: 15px 0;
  float: left;
  position: absolute;
  left: 50%;
}
ul#slide-list li {
  list-style: none;
  width: 12px;
  height: 12px;
  float: left;
  margin: 0 5px 0 0;
}
ul#slide-list li.current-slide a,
ul#slide-list li.current-slide a:hover {
  background-position: 0 0;
}
ul#slide-list li a {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/supersized/nav-dot.png) 0 -24px no-repeat;
}
ul#slide-list li a:hover {
  background-position: 0 -12px;
}
#tray-button {
  margin-top: 1px;
  border-left: 1px solid #333;
  background: url(../img/supersized/bg-hover.png) 0 44px repeat-x;
}
#tray-button:hover {
  background-position: 0 1px;
}
#progress-back {
  z-index: 5;
  position: fixed;
  bottom: 42px;
  left: 0;
  height: 8px;
  width: 100%;
  background: url(../img/supersized/progress-back.png) repeat-x;
}
#progress-bar {
  height: 8px;
  width: 100%;
  background: url(../img/supersized/progress-bar.png) repeat-x;
}
#nextthumb,
#prevthumb {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 61px;
  height: 75px;
  width: 100px;
  overflow: hidden;
  background: #ddd;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px #000;
}
#nextthumb {
  right: 12px;
}
#prevthumb {
  left: 12px;
}
#nextthumb img,
#prevthumb img {
  width: 150px;
  height: auto;
}
#nextthumb:active,
#prevthumb:active {
  bottom: 59px;
}
#thumb-tray {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  background: url(../img/bg-black.png);
  height: 150px;
  width: 100%;
  -moz-box-shadow: 0 0 4px #000;
  -webkit-box-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
}
#thumb-back,
#thumb-forward {
  position: absolute;
  z-index: 5;
  bottom: 42px;
  height: 108px;
  width: 40px;
}
#thumb-back {
  left: 0;
  background: url(../img/supersized/thumb-back.png) center center no-repeat;
}
#thumb-forward {
  right: 0;
  background: url(../img/supersized/thumb-forward.png) center center no-repeat;
}
#thumb-back:hover,
#thumb-forward:hover {
  background-color: rgba(256, 256, 256, 0.1);
}
#thumb-back:hover {
  border-right: 1px solid rgba(256, 256, 256, 0.2);
}
#thumb-forward:hover {
  border-left: 1px solid rgba(256, 256, 256, 0.2);
}
ul#thumb-list {
  list-style: none;
  left: 0;
  padding: 0;
}
ul#thumb-list li {
  background: #111;
  list-style: none;
  display: inline;
  width: 150px;
  height: 108px;
  float: left;
  margin: 0;
}
ul#thumb-list li img {
  width: 200px;
  height: auto;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
ul#thumb-list li.current-thumb img,
ul#thumb-list li:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
