@charset "UTF-8";
/*
@import 'base/fonts';
@import 'base/variables';
@import 'base/normalize';
@import 'base/global';
@import 'base/animate';
@import 'plugins/slick';
@import 'plugins/slick-theme';
*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/* Globals */
body {
  min-height: fit-content;
  height: 100%;
  /* * {
    outline: 1px solid red;
      outline-offset: -1px;
  } */
}

/* Site Header */
#masthead {
  width: 100vw;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: block;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Included Libraries */
/*!
 * Bootstrap v2.3.0
 *
 * 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.
 */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9 ;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}

.row:after {
  clear: both;
}

[class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.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;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}

.row-fluid [class*=span]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*=span] + [class*=span] {
  margin-left: 2.12765957%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}

.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}

.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}

.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}

.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}

.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}

.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}

.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}

.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}

.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}

.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}

.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}

.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}

.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}

.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}

.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}

.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}

.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}

.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}

.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}

[class*=span].hide,
.row-fluid [class*=span].hide {
  display: none;
}

[class*=span].pull-right,
.row-fluid [class*=span].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.container-fluid:after {
  clear: both;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
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=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
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=search],
input[type=tel],
input[type=color],
.uneditable-input {
  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;
}

textarea:focus,
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=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  /* IE6-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: 0;
  /* IE7 */
  margin-top: 1px \9 ;
  /* IE8-9 */
  line-height: normal;
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

select,
input[type=file] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  /*// Default
  outline: thin dotted #333;
  // Webkit
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}

.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*=span],
select[class*=span],
textarea[class*=span],
.uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span] {
  float: none;
  margin-left: 0;
}

.input-append input[class*=span],
.input-append .uneditable-input[class*=span],
.input-prepend input[class*=span],
.input-prepend .uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span],
.row-fluid .input-prepend [class*=span],
.row-fluid .input-append [class*=span] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*=span] + [class*=span] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.controls-row:after {
  clear: both;
}

.controls-row [class*=span],
.row-fluid .controls-row [class*=span] {
  float: left;
}

.controls-row .checkbox[class*=span],
.controls-row .radio[class*=span] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -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.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.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-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.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-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -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.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select: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;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .sub-menu,
.input-prepend .sub-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .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:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9 ;
  padding-left: 14px;
  padding-left: 4px \9 ;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.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-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-middle th,
.table-middle td {
  vertical-align: middle;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*=span],
table th[class*=span],
.row-fluid table td[class*=span],
.row-fluid table th[class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.sub-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);
  /*border-right-width: 2px;
  *border-bottom-width: 2px;*/
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media (min-width: 1024px) {
  .sub-menu {
    max-height: 60vh;
    overflow-y: auto;
  }
}

.sub-menu.pull-right {
  right: 0;
  left: auto;
}

.sub-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.sub-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

.sub-menu > li > a:hover,
.sub-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  background: #eeeeee;
}

.sub-menu > .active > a,
.sub-menu > .active > a:hover,
.sub-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
  background: #aaaaaa;
}

.sub-menu > .disabled > a,
.sub-menu > .disabled > a:hover,
.sub-menu > .disabled > a:focus {
  color: #dddddd;
}

.sub-menu > .disabled > a:hover,
.sub-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

.open {
  *z-index: 1000;
}

.open > .sub-menu {
  display: block;
}

.pull-right > .sub-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .sub-menu,
.navbar-fixed-bottom .dropdown .sub-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .sub-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .sub-menu {
  display: block;
}

.dropup .dropdown-submenu > .sub-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .sub-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .sub-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.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 {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #333;
  border-color: #fff #fff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: 0.3em;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9 ;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  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 {
  /*// Default
  outline: thin dotted #333;
  // Webkit
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}

.btn.active,
.btn:active {
  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;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-large [class^=icon-],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-small [class^=icon-],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^=icon-],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  background-color: #d16614;
  color: #fff;
  border-color: #d14d14 #d14d14 #8b330d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d18c14;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #d18c14;
  *background-color: #ba7c12;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #a26d10 \9 ;
}

.btn-warning {
  background-color: #faa732;
  color: #fff;
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9 ;
}

.btn-danger {
  background-color: #da4f49;
  color: #fff;
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9 ;
}

.btn-success {
  background-color: #5bb75b;
  color: #fff;
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9 ;
}

.btn-info {
  background-color: #49afcd;
  color: #fff;
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9 ;
}

.btn-inverse {
  background-color: #363636;
  color: #fff;
  border-color: #444 #444 #1e1e1e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9 ;
}

button.btn,
input[type=submit].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type=submit].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.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 {
  border-color: transparent;
  cursor: pointer;
  color: #d14d14;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #8b330d;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .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,
.btn-group > .sub-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 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);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.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-primary.dropdown-toggle {
  background-color: #d18c14;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.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-left: 0;
  margin-top: -1px;
}

.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;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
@media (max-width: 1023px) {
  .nav {
    max-height: 80vh;
    overflow-y: auto;
  }
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  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-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -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:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #999;
}

.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border-bottom: 1px solid;
  cursor: default;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #999;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .sub-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.nav-pills .sub-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
}

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  border-color: #999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

.nav > .disabled > a {
  color: #999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f2f2f2;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar-link {
  color: #777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type=image],
.navbar-form input[type=checkbox],
.navbar-form input[type=radio] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  #grid > .core > .span(@gridColumns);
}*/
.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  text-decoration: none;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  text-decoration: none;
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #ededed;
  color: #fff;
  border-color: #f2f2f2 #f2f2f2 #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9 ;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .sub-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.navbar .nav > li > .sub-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar-fixed-bottom .nav > li > .sub-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}

.navbar-fixed-bottom .nav > li > .sub-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

.navbar .pull-right > li > .sub-menu,
.navbar .nav > li > .sub-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar .pull-right > li > .sub-menu:before,
.navbar .nav > li > .sub-menu.pull-right:before {
  left: auto;
  right: 12px;
}

.navbar .pull-right > li > .sub-menu:after,
.navbar .nav > li > .sub-menu.pull-right:after {
  left: auto;
  right: 13px;
}

.navbar .pull-right > li > .sub-menu .sub-menu,
.navbar .nav > li > .sub-menu.pull-right .sub-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #111111;
  border-color: #252525;
}

.navbar-inverse .brand {
  color: #999;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}

.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}

.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

.navbar-inverse .btn-navbar {
  background-color: #0e0e0e;
  color: #fff;
  border-color: #151515 #151515 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9 ;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.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: 90%;
  margin-left: -45%;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.modal.fade {
  -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;
  top: -25%;
}

.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;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  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;
  *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.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 {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  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);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  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;
}

.popover-title:empty {
  display: none;
}

.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;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #444444;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #eeeeee;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
  border: 1px solid #e5e5e5;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -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 > img,
.carousel-inner > .item > a > 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 {
  left: auto;
  right: 15px;
}

.carousel-control:hover,
.carousel-control:focus {
  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;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.pull-center > * {
  float: none !important;
}

.pull-center-parent {
  float: left;
  position: relative;
  left: 0;
  max-width: 100%;
}

.pull-center-child {
  float: left;
  position: relative;
  left: 0;
  max-width: 100%;
}

@media (max-width: 767px) {
  .pull-center-parent-mobile {
    float: left;
    position: relative;
    left: 0;
    max-width: 100%;
  }
  .pull-center-parent-mobile.pull-right {
    float: left;
  }
  .pull-center-child-mobile {
    float: left;
    position: relative;
    left: 0;
    max-width: 100%;
  }
}
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

/*!
 * Bootstrap Responsive v2.3.0
 *
 * 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.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.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;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .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;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*=span] + [class*=span] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .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;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*=span] + [class*=span] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*=span],
  .uneditable-input[class*=span],
  .row-fluid [class*=span] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*=offset]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*=span],
  select[class*=span],
  textarea[class*=span],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*=span],
  .input-append input[class*=span] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*=span] + [class*=span] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type=checkbox],
  input[type=radio] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 800px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .sub-menu a {
    padding: 9px 15px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .sub-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .sub-menu a:hover,
  .nav-collapse .sub-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .sub-menu a {
    color: #999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .sub-menu a:hover,
  .navbar-inverse .nav-collapse .sub-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .sub-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -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 > .sub-menu {
    display: block;
  }
  .nav-collapse .sub-menu:before,
  .nav-collapse .sub-menu:after {
    display: none;
  }
  .nav-collapse .sub-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .sub-menu:before,
  .nav-collapse .nav > li > .sub-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 801px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../../../offsprout/css/css/font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../../../offsprout/css/css/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../../../offsprout/css/css/font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../../../offsprout/css/css/font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../../../offsprout/css/css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline-block;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}

[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}

.icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}

.icons-ul > li {
  position: relative;
}

.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eee;
}

.icon-light {
  color: #fff;
}

.icon-dark {
  color: #333;
}

.icon-border {
  border: solid 1px #eee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-15x {
  font-size: 1.5em;
}

.icon-15x.icon-border {
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}

[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^=icon-],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.sub-menu > li > a:hover > [class^=icon-],
.sub-menu > li > a:hover > [class*=" icon-"],
.sub-menu > .active > a > [class^=icon-],
.sub-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^=icon-].icon-large,
.nav [class^=icon-].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].icon-spin,
.nav [class^=icon-].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-],
.nav-pills [class^=icon-],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^=icon-].icon-large,
.nav-pills [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}

.btn [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}

.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}

.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-yelp:before {
  content: "\f1e9";
}

/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.medium {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.fast {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* Probably going to be different for every theme so no need to use circuitous file path */
/**
 *
 * This file contains variables and mixins that should be used implemented as much as possible within the rest of the CSS classes
 * This way, changing a few values here will enable us to significantly change the look and feel of the site
 *
 */
/* Colors */
/* Basic Style */
/* Text */
/* Site Structure */
/************************************************************
 *
 * Theme Specific
 *
 ************************************************************/
/**************************************
 * Text
 **************************************/
/**************************************
 * Buttons
 **************************************/
/* Individual Button Styles */
.ocbt-button {
  /* .button-gradient(@color1, @color2); */
  background: #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  border: 1px solid #cccccc;
  color: #444444;
}

.ocbt-button.pull-right,
.ocbt-button.right {
  float: right;
}

.ocbt-button a,
.ocbt-button input[type=submit],
.ocbt-button button {
  font-size: 16px;
  padding: 15px 20px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  background: transparent;
  border: none;
}

.ocbt-button a i,
.ocbt-button input[type=submit] i,
.ocbt-button button i {
  margin-right: 5px;
}

.ocbt-button a:hover,
.ocbt-button input[type=submit]:hover,
.ocbt-button button:hover {
  text-decoration: none;
}

.gf_browser_ie.gform_wrapper .gform_footer .ocbt-button input[type=submit] {
  padding: 15px 20px;
}

.gf_browser_ie.gform_wrapper .gform_footer .ocbt-button.ocbt-button-advanced-size input[type=submit] {
  padding: 0;
}

.ocbt-button.ocbt-button-advanced-size input[type=submit] {
  padding: 0;
}

.ocbt-button-inverse {
  /* .button-gradient(@color1, @color2); */
  background: #222222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #ffffff;
}

.ocbt-button-inverse a,
.ocbt-button-inverse input[type=submit],
.ocbt-button-inverse button {
  color: #ffffff;
  font-size: 16px;
  padding: 15px 20px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
}

.ocbt-button-inverse a:hover,
.ocbt-button-inverse input[type=submit]:hover,
.ocbt-button-inverse button:hover {
  color: #ffffff;
}

.ocbt-button-inverse:hover {
  background: #444444;
}

.ocbt-button-small a,
.ocbt-button-small input[type=submit],
.ocbt-button-small button {
  font-size: 14px;
  padding: 5px 15px;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

/**************************************
 * Images
 **************************************/
.ocbt-post-image {
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/**************************************
 * Effects
 **************************************/
.ocbt-box-shadow {
  -webkit-box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #cccccc;
}

/* Bootstrap overwrites */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
}
.sidebar-search .search-query {
  width: 50%;
}

.carousel-control {
  display: none;
}

.searchform .ocbt-button-small input[type=submit] {
  padding-top: 3px;
  padding-bottom: 3px;
}

select,
textarea,
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=search],
input[type=tel],
input[type=color],
.uneditable-input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

[class^=icon-],
[class*=" icon-"] {
  width: 1em;
  text-align: center;
  display: inline-block;
}

.icon-5x {
  font-size: 5em;
}

.icon-7x {
  font-size: 7em;
}

.icon-10x {
  font-size: 10em;
}

/* Likely going to be standard for all child themes */
#top-navbar-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.navbar {
  margin: 0px;
}

.navbar .nav.pull-left {
  float: left;
}

.navbar .nav.pull-right {
  float: right;
}

.navbar .btn-navbar,
.navbar .btn-navbar:hover {
  margin-top: 2px;
  width: 100%;
  margin: 0px;
  padding: 15px 0px;
  background: white;
  border-radius: 0;
  text-align: left;
  color: #111111;
  text-decoration: none;
}

.navbar .brand {
  margin: 0px;
  padding-left: 0px;
  text-shadow: none;
}

.navbar .nav {
  margin-right: 0;
  float: right;
}

.navbar .nav > li > a {
  padding: 10px 20px 10px;
}

#top-navbar .navbar-inner {
  border-top: none;
  border-left: none;
  border-right: none;
}

#top-nav.navbar-naked,
#main-navbar.navbar-naked {
  padding: 0;
}

#top-nav.navbar-naked .navbar-inner,
#main-navbar.navbar-naked .navbar-inner {
  background: none;
  background-image: none;
  border: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

#top-nav.navbar-naked .nav > .active > a,
#main-navbar.navbar-naked .nav > .active > a,
#top-nav.navbar-naked .navbar .nav > .active > a:hover,
#main-navbar.navbar-naked .navbar .nav > .active > a:hover,
#top-nav.navbar-naked .navbar .nav > .active > a:focus,
#main-navbar.navbar-naked .navbar .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}

.sub-menu > li > a {
  text-decoration: none;
}

.sub-menu {
  margin-top: 0px;
}

.ocbt-contact-message {
  margin-bottom: 0;
  line-height: 40px;
  padding: 10px 20px 10px;
  line-height: 20px;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  float: right;
}

.navbar-static-top {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.navbar-fixed-top .transparent-background {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#top-nav.ocbt-navbar-sn-nav .navbar-search,
#top-nav.ocbt-navbar-sl-nav .navbar-search {
  padding-right: 20px;
}

#top-nav.ocbt-navbar-s-nav .nav,
#top-nav.ocbt-navbar-c-nav .nav {
  float: left;
}

#top-nav.ocbt-navbar-s-nav .navbar-search,
#top-nav.ocbt-navbar-c-nav .navbar-search {
  padding-top: 5px;
  margin-bottom: -5px;
  margin-top: 0;
}

#top-nav.ocbt-navbar-s-nav .searchform,
#top-nav.ocbt-navbar-c-nav .searchform {
  width: 100%;
}

#top-nav.ocbt-navbar-s-nav .searchform .input-prepend,
#top-nav.ocbt-navbar-c-nav .searchform .input-prepend {
  width: 70%;
}

#top-nav.ocbt-navbar-s-nav .searchform .input-prepend .add-on,
#top-nav.ocbt-navbar-c-nav .searchform .input-prepend .add-on {
  width: 11%;
  padding-left: 2%;
  padding-right: 2%;
}

#top-nav.ocbt-navbar-s-nav .searchform .input-prepend .search-query,
#top-nav.ocbt-navbar-c-nav .searchform .input-prepend .search-query {
  width: 65%;
  padding-left: 7%;
  padding-right: 7%;
}

#top-nav.ocbt-navbar-s-nav .searchform .ocbt-button,
#top-nav.ocbt-navbar-c-nav .searchform .ocbt-button {
  width: 25%;
  margin-left: 5%;
  margin-right: 0;
}

#top-nav.ocbt-navbar-s-nav .searchform .ocbt-button input,
#top-nav.ocbt-navbar-c-nav .searchform .ocbt-button input {
  width: 100%;
}

.navbar-search .input-prepend {
  margin-bottom: 0px;
}

#top-nav.ocbt-navbar-just-nav .nav {
  float: left;
}

.ocbt-navbar-l-nav #top-navbar-right {
  margin-top: 30px;
}

.ocbt-navbar-scn-nav h1,
.ocbt-navbar-sn-nav h1,
.ocbt-navbar-cn-nav h1 {
  margin: 0px;
}

.ocbt-navbar-scn-nav .brand,
.ocbt-navbar-sn-nav .brand,
.ocbt-navbar-cn-nav .brand {
  font-size: 36px;
  padding-top: 30px;
}

.ocbt-navbar-n-nav h1,
.ocbt-navbar-n h1 {
  margin: 0px;
}

.ocbt-navbar-n-nav .brand,
.ocbt-navbar-n .brand {
  padding: 0px;
}

.ocbt-navbar-scl-nav .brand,
.ocbt-navbar-sl-nav .brand,
.ocbt-navbar-cl-nav .brand {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ocbt-navbar-scl-nav .brand img,
.ocbt-navbar-sl-nav .brand img,
.ocbt-navbar-cl-nav .brand img {
  height: 70px;
  width: auto;
}

.ocbt-navbar-scn-nav .navbar-inner,
.ocbt-navbar-scl-nav .navbar-inner {
  position: relative;
}

.ocbt-navbar-scn-nav .navbar-search,
.ocbt-navbar-scl-nav .navbar-search {
  position: absolute;
  right: -304px;
}

.ocbt-navbar-scn-nav .add-on,
.ocbt-navbar-scl-nav .add-on {
  cursor: pointer;
}

.ocbt-navbar-scn-nav .brand,
.ocbt-navbar-scn-nav .brand-desc {
  padding-top: 30px;
}

.ocbt-navbar-scn-nav .brand {
  font-size: 36px;
}

.ocbt-navbar-scn-nav .brand-desc {
  font-size: 16px;
}

.nav-fixed.ocbt-wrapper-scn-nav,
.nav-fixed.ocbt-wrapper-cn-nav,
.nav-fixed.ocbt-wrapper-sn-nav,
.nav-fixed.ocbt-wrapper-scl-nav,
.nav-fixed.ocbt-wrapper-cl-nav,
.nav-fixed.ocbt-wrapper-sl-nav,
.nav-fixed.ocbt-wrapper-l-nav {
  padding-top: 79px;
}

.nav-fixed.ocbt-wrapper-n-nav,
.nav-fixed.ocbt-wrapper-just-nav,
.nav-fixed.ocbt-wrapper-n,
.nav-fixed.ocbt-wrapper-c-nav,
.nav-fixed.ocbt-wrapper-s-nav {
  padding-top: 40px;
}

.logged-in #top-nav.navbar-fixed-top {
  padding-top: 28px;
}

.logged-in .customizer #top-nav.navbar-fixed-top {
  padding-top: 0px;
}

.navbar-search .search-query,
.sidebar-search .search-query {
  border-radius: 0 4px 4px 0;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.ocbt-navbar-l-nav .logo-row {
  position: relative;
}

.ocbt-navbar-l-nav #logo-navbar-right {
  position: absolute;
  top: 50%;
  right: 0;
}

@media (max-width: 800px) {
  .ocbt-navbar-l-nav #logo-navbar-right {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
.ocbt-navbar-l-nav #logo-navbar-nav {
  position: absolute;
  top: -50%;
  right: 0;
}

@media (max-width: 800px) {
  .ocbt-navbar-l-nav #logo-navbar-nav {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
.logo-navbar .brand {
  float: left;
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
}

.logo-navbar .nav {
  margin-bottom: 0px;
}

#main-navbar .nav {
  float: left;
}

#main-navbar .searchform {
  margin-bottom: -5px;
}

.pager li > a,
.pager li > span {
  border-radius: 5px;
}

.navbar-collapse-show {
  display: none !important;
}

.navbar-collapse-hide {
  display: inherit !important;
}

.footer-nav li {
  list-style: none;
  float: left;
  padding: 0px 10px;
}

#wpadminbar i {
  font-family: FontAwesome;
  margin-right: 3px;
}

#wpadminbar a.ocbt-toolbar-link {
  padding: 0;
  text-shadow: none;
}

@media (max-width: 1200px) {
  #logo-navbar .top-menu ul > li > a,
  #top-navbar .top-menu ul > li > a {
    padding: 10px 14px;
  }
}
@media (max-width: 800px) {
  #logo-navbar .brand {
    padding-top: 0px;
  }
  .ocbt-navbar-scn-nav .navbar-search,
  .ocbt-navbar-scl-nav .navbar-search {
    position: relative;
    right: 0;
  }
  .navbar-search {
    padding-top: 15px;
  }
  #top-navbar .brand {
    padding-top: 10px;
  }
  #logo-navbar .brand,
  #top-navbar .brand,
  #main-navbar .brand {
    font-size: 18px;
  }
  #logo-navbar .btn-navbar,
  #top-navbar .btn-navbar,
  #main-navbar .btn-navbar {
    width: 100%;
    margin: 10px 0px;
    padding: 15px 0;
  }
  .navbar-collapse-show {
    display: inherit !important;
  }
  .navbar-collapse-hide {
    display: none !important;
  }
  .nav-collapse {
    background: white !important;
  }
  .nav-collapse .nav {
    width: 100%;
  }
  .nav-collapse .sub-menu {
    display: block;
  }
  .nav-collapse .caret {
    display: none;
  }
  .nav-collapse .dropdown-submenu > a::after {
    display: none;
  }
  .nav-collapse a,
  .nav-collapse a:hover {
    color: #111111 !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .ocbt-navbar {
    float: none;
    margin: 0;
    padding: 0;
    left: 0;
  }
  .nav-fixed.ocbt-wrapper-scn-nav,
  .nav-fixed.ocbt-wrapper-cn-nav,
  .nav-fixed.ocbt-wrapper-sn-nav,
  .nav-fixed.ocbt-wrapper-scl-nav,
  .nav-fixed.ocbt-wrapper-cl-nav,
  .nav-fixed.ocbt-wrapper-sl-nav,
  .nav-fixed.ocbt-wrapper-l-nav,
  .nav-fixed.ocbt-wrapper-just-nav,
  .logged-in #top-nav.navbar-fixed-top {
    padding-top: 0px;
  }
}
/****************************************
 *
 * Nav Menu Styles
 *
 ****************************************/
@media (min-width: 801px) {
  .nav li:hover > ul.sub-menu {
    display: block;
    z-index: 9999;
  }
  .nav ul .ocb-navstyles {
    background: #ffffff;
    padding: 0;
    min-width: 180px;
  }
  .nav ul .ocb-navstyles a {
    padding: 10px 10px !important;
  }
  .nav ul .ocb-navstyles:hover {
    background: #eeeeee !important;
  }
  .nav .ocb-navstyles a {
    text-decoration: none;
    display: block;
  }
  .nav.pull-right > li:last-child a {
    margin-right: 0;
  }
  .nav .ocb-navstyle-underline a {
    padding: 0px 0px 5px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .current-menu-item > .ocb-navstyle-underline > a {
    border-bottom: 2px solid;
  }
  .nav .ocb-navstyle-overline a {
    padding: 5px 0px 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .current-menu-item > .ocb-navstyle-overline > a {
    border-top: 2px solid;
  }
  .nav .ocb-navstyle-circle,
  .nav .ocb-navstyle-largecircle {
    display: block;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 15px;
  }
  .nav .ocb-navstyle-circle a,
  .nav .ocb-navstyle-largecircle a {
    display: block;
  }
  .nav > li > .ocb-navstyle-circle:hover,
  .nav > li > .ocb-navstyle-largecircle:hover {
    background: #c9c9c9;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav .ocb-navstyle-circle {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    line-height: 70px;
  }
  .nav .ocb-navstyle-circle a {
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
  .nav .ocb-navstyle-largecircle {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    line-height: 100px;
  }
  .nav .ocb-navstyle-largecircle a {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
  .nav .ocb-navstyle-circle .dropdown-toggle .caret {
    line-height: 70px;
    vertical-align: middle;
    margin-top: 0 !important;
  }
  .nav .ocb-navstyle-largecircle .dropdown-toggle .caret {
    line-height: 100px;
    vertical-align: middle;
    margin-top: 0 !important;
  }
  .nav .ocb-navstyle-block,
  .nav .ocb-navstyle-largeblock {
    margin: 0 8px;
    display: block;
  }
  .nav .ocb-navstyle-block a {
    padding: 5px 10px;
    display: block;
  }
  .nav .ocb-navstyle-largeblock a {
    padding: 15px 25px;
    display: block;
  }
  .nav .ocb-navstyle-full,
  .nav .ocb-navstyle-largefull {
    display: block;
    border-left: 1px solid #f9f9f9;
  }
  .nav .ocb-navstyle-full,
  .nav li:last-child .ocb-navstyle-largefull {
    border-right: 1px solid #f9f9f9;
  }
  .nav .ocb-navstyle-full a {
    padding: 10px 15px;
    display: block;
  }
  .nav .ocb-navstyle-largefull a {
    padding: 20px 25px;
    display: block;
  }
  .nav > li > .ocb-navstyle-separator > a {
    padding: 10px 0;
    display: block;
  }
  .nav > li > .ocb-navstyle-separator > a:after {
    content: "|";
    padding: 0 20px;
  }
  .ocb-navbarstyle-separator .nav > li:first-child > .ocb-navstyle-separator > a {
    padding-left: 20px;
  }
  .ocb-navbarstyle-separator .nav > li:last-child > .ocb-navstyle-separator > a:after {
    content: "";
    padding: 0 0 0 20px;
  }
}
.no-csstransforms .nav ul .ocb-navstyles {
  background: #ffffff;
  padding: 0;
  min-width: 180px;
}

.no-csstransforms .nav ul .ocb-navstyles a {
  padding: 10px 10px !important;
}

.no-csstransforms .nav ul .ocb-navstyles:hover {
  background: #eeeeee !important;
}

.no-csstransforms .nav .ocb-navstyles a {
  text-decoration: none;
  display: block;
}

.no-csstransforms .nav .ocb-navstyle-underline a {
  padding: 0px 0px 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.no-csstransforms .current-menu-item .ocb-navstyle-underline a {
  border-bottom: 2px solid;
}

.no-csstransforms .nav .ocb-navstyle-overline a {
  padding: 5px 0px 0px;
  margin-left: 15px;
  margin-right: 15px;
}

.no-csstransforms .current-menu-item .ocb-navstyle-overline a {
  border-top: 2px solid;
}

.no-csstransforms .nav .ocb-navstyle-circle,
.no-csstransforms .nav .ocb-navstyle-largecircle {
  display: block;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 15px;
}

.no-csstransforms .nav .ocb-navstyle-circle a,
.no-csstransforms .nav .ocb-navstyle-largecircle a {
  display: block;
}

.no-csstransforms .nav > li > .ocb-navstyle-circle:hover,
.no-csstransforms .nav > li > .ocb-navstyle-largecircle:hover {
  background: #c9c9c9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.no-csstransforms .nav .ocb-navstyle-circle {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
}

.no-csstransforms .nav .ocb-navstyle-circle a {
  width: 70px;
  height: 70px;
  border-radius: 35px;
}

.no-csstransforms .nav .ocb-navstyle-largecircle {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  line-height: 100px;
}

.no-csstransforms .nav .ocb-navstyle-largecircle a {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.no-csstransforms .nav .ocb-navstyle-circle .dropdown-toggle .caret {
  line-height: 70px;
  vertical-align: middle;
  margin-top: 0 !important;
}

.no-csstransforms .nav .ocb-navstyle-largecircle .dropdown-toggle .caret {
  line-height: 100px;
  vertical-align: middle;
  margin-top: 0 !important;
}

.no-csstransforms .nav .ocb-navstyle-block,
.no-csstransforms .nav .ocb-navstyle-largeblock {
  margin: 0 8px;
  display: block;
}

.no-csstransforms .nav .ocb-navstyle-block a {
  padding: 5px 10px;
  display: block;
}

.no-csstransforms .nav .ocb-navstyle-largeblock a {
  padding: 15px 25px;
  display: block;
}

.no-csstransforms .nav .ocb-navstyle-full,
.no-csstransforms .nav .ocb-navstyle-largefull {
  display: block;
  border-left: 1px solid #f9f9f9;
}

.no-csstransforms .nav .ocb-navstyle-full,
.no-csstransforms .nav li:last-child .ocb-navstyle-largefull {
  border-right: 1px solid #f9f9f9;
}

.no-csstransforms .nav .ocb-navstyle-full a {
  padding: 10px 15px;
  display: block;
}

.no-csstransforms .nav .ocb-navstyle-largefull a {
  padding: 20px 25px;
  display: block;
}

.no-csstransforms .nav > li > .ocb-navstyle-separator > a {
  padding: 10px 0;
  display: block;
}

.no-csstransforms .nav .ocb-navstyle-separator a:after {
  content: "|";
  padding: 0 20px;
}

.no-csstransforms .ocb-navbarstyle-separator .nav li:first-child .ocb-navstyle-separator a {
  padding-left: 20px;
}

.no-csstransforms .ocb-navbarstyle-separator .nav li:last-child .ocb-navstyle-separator a:after {
  content: "";
  padding: 0 0 0 20px;
}

.skip-link {
  /* Styled to match the default WordPress screen reader text */
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  -webkit-transition: top 0.75s ease-out;
  transition: top 0.75s ease-out;
}

.skip-link:focus {
  color: #21759b;
  top: 7px !important;
  display: block;
  -webkit-transition: top 0s;
  transition: top 0s;
}

@media (max-width: 800px) {
  .nav .ocb-navstyle-mobile-restore a {
    padding: 10px 20px 10px;
    display: block;
    font-weight: bold;
  }
  .nav .ocb-navstyle-mobile-restore {
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  #logo-navbar .ocbt-contact-message,
  #top-navbar .ocbt-contact-message {
    float: left;
  }
}
@media (max-width: 400px) {
  .navbar-search {
    float: left;
  }
}
#wrapper {
  overflow: hidden;
  position: relative;
}

.ocbt-container {
  padding-left: 3%;
  padding-right: 3%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.ocbt-container.ocbt-container-skinny {
  max-width: 760px;
}

.ocbt-container-skinny {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.ocbt-narrow-container {
  padding-left: 3%;
  padding-right: 3%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.widgets-below-content {
  margin-top: 25px;
  margin-bottom: -15px;
}

header.page-header {
  margin-top: 0;
}

/* Footer */
.ocbt-footer {
  background-color: #444444;
}

.ocbt-footer-bottom {
  background-color: #333333;
}

.ocbt-sidebar-well {
  padding: 25px;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}

#offsprout_sw_footer-2 .column {
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #offsprout_sw_footer-2 .column {
    margin: 0 auto;
  }
}
#offsprout_sw_footer-2 .column.left {
  margin-right: auto;
}
#offsprout_sw_footer-2 .column.right {
  margin-left: auto;
}
#offsprout_sw_footer-2 .column .ocb-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

#sidebar.transparent-background {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

/* Mixins */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.ocbt-hide {
  display: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.pull-right-soft {
  max-width: 100%;
  float: right;
}

.pull-left-soft {
  max-width: 100%;
  float: left;
}

.textright {
  text-align: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ocbt-float-reset {
  float: none !important;
}

.ocbt-width-100 {
  width: 100%;
}

.ocbt-margin-center {
  margin-left: auto;
  margin-right: auto;
}

.ocbt-button-container.center {
  position: relative;
  left: 50%;
  float: left;
}

.ocbt-button-container.center .ocbt-button {
  position: relative;
  left: -50%;
}

.ocbt-button.right {
  float: right;
}

.ocbt-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.ocbt-underline-links a {
  text-decoration: underline;
}

.ocbt-underline-links .ocbt-button a {
  text-decoration: none;
}

.ocbt-light-color {
  color: #eeeeee;
}

.ocbt-lighter-color {
  color: #eeeeee;
}

.ocbt-offwhite-color {
  color: #f9f9f9;
}

.ocbt-dim-color {
  color: #444444;
}

.ocbt-dark-color {
  color: #333333;
}

.ocbt-darker-color {
  color: #222222;
}

.ocbt-darkest-color {
  color: #111111;
}

.ocbt-light-link,
.ocbt-light-link a {
  color: #eeeeee;
}

.ocbt-lighter-link,
.ocbt-lighter-link a {
  color: #eeeeee;
}

.ocbt-offwhite-link .ocbt-offwhite-link a {
  color: #f9f9f9;
}

.ocbt-dim-link,
.ocbt-dim-link a {
  color: #444444;
}

.ocbt-dark-link,
.ocbt-dark-link a {
  color: #333333;
}

.ocbt-darker-link,
.ocbt-darker-link a {
  color: #222222;
}

.ocbt-darkest-link,
.ocbt-darkest-link a {
  color: #111111;
}

.ocbt-light-background-gradient {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #f9f9f9, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #eeeeee);
  background-image: -o-linear-gradient(top, #f9f9f9, #eeeeee);
  background-image: linear-gradient(to bottom, #f9f9f9, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.ocbt-lighter-background-gradient {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.ocbt-dark-background-gradient {
  background-color: #444444;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.ocbt-darker-background-gradient {
  background-color: #222222;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.ocbt-light-background {
  background-color: #eeeeee;
}

.ocbt-lighter-background {
  background-color: #f9f9f9;
}

.ocbt-dark-background {
  background-color: #444444;
}

.ocbt-darker-background {
  background-color: #222222;
}

.translucent-background {
  background-color: rgba(255, 255, 255, 0.8);
}

.translucentdark-background {
  background-color: rgba(0, 0, 0, 0.6);
}

.ocbt-background-squares {
  background-image: url("../../../offsprout/css/css/img/patterns/box.png");
  background-repeat: repeat;
}

.ocbt-background-stripes {
  background-image: url("../../../offsprout/css/css/img/patterns/vertical-line.png");
  background-repeat: repeat;
}

.ocbt-background-horizontal-stripes {
  background-image: url("../../../offsprout/css/css/img/patterns/horizontal-line.png");
  background-repeat: repeat;
}

.ocbt-background-diagonal-stripes-right {
  background-image: url("../../../offsprout/css/css/img/patterns/diagonal-right.png");
  background-repeat: repeat;
}

.ocbt-background-diagonal-stripes-left {
  background-image: url("../../../offsprout/css/css/img/patterns/diagonal-left.png");
  background-repeat: repeat;
}

.ocbt-background-grain {
  background-image: url("../../../offsprout/css/css/img/patterns/grain.png");
  background-repeat: repeat;
}

.ocbt-background-light-grain {
  background-image: url("../../../offsprout/css/css/img/patterns/light-grain.png");
  background-repeat: repeat;
}

.ocbt-background-torn {
  background-image: url("../../../offsprout/css/css/img/patterns/torn.png");
  background-repeat: repeat;
}

.ocbt-background-polygons {
  background-image: url("../../../offsprout/css/css/img/patterns/polygons.png");
  background-repeat: repeat;
}

.ocbt-background-blur {
  background-image: url("../../../offsprout/css/css/img/patterns/blur.png");
  background-repeat: repeat;
}

.ocbt-background-floral {
  background-image: url("../../../offsprout/css/css/img/patterns/floral.png");
  background-repeat: repeat;
}

.ocbt-background-leaves {
  background-image: url("../../../offsprout/css/css/img/patterns/leaves.png");
  background-repeat: repeat;
}

.ocbt-background-axiom {
  background-image: url("../../../offsprout/css/css/img/patterns/axiom.png");
  background-repeat: repeat;
}

.ocbt-background-axiom-dark {
  background-image: url("../../../offsprout/css/css/img/patterns/axiom-dark.png");
  background-repeat: repeat;
}

.ocbt-background-arches {
  background-image: url("../../../offsprout/css/css/img/patterns/arches.png");
  background-repeat: repeat;
}

.ocbt-background-pinstripe {
  background-image: url("../../../offsprout/css/css/img/patterns/pinstripe.png");
  background-repeat: repeat;
}

.ocbt-background-wave {
  background-image: url("../../../offsprout/css/css/img/patterns/wave.png");
  background-repeat: repeat;
}

.ocbt-background-swirl {
  background-image: url("../../../offsprout/css/css/img/patterns/swirl.png");
  background-repeat: repeat;
}

.ocbt-background-zebra {
  background-image: url("../../../offsprout/css/css/img/patterns/zebra.png");
  background-repeat: repeat;
}

.ocbt-background-dark-dots {
  background-image: url("../../../offsprout/css/css/img/patterns/dark-dots.png");
  background-repeat: repeat;
}

.ocbt-background-subtle-carbon {
  background-image: url("../../../offsprout/css/css/img/patterns/subtle-carbon.png");
  background-repeat: repeat;
}

.ocbt-background-strong-carbon {
  background-image: url("../../../offsprout/css/css/img/patterns/strong-carbon.png");
  background-repeat: repeat;
}

.ocbt-background-worn-dots {
  background-image: url("../../../offsprout/css/css/img/patterns/worn-dots.png");
  background-repeat: repeat;
}

.ocbt-background-cubes {
  background-image: url("../../../offsprout/css/css/img/patterns/cubes.png");
  background-repeat: repeat;
}

.ocbt-background-cubes-alt {
  background-image: url("../../../offsprout/css/css/img/patterns/cubes-alt.png");
  background-repeat: repeat;
}

.ocbt-light-border {
  border: 1px solid #eeeeee;
}

.ocbt-grey-border {
  border: 1px solid #cccccc;
}

.ocbt-dark-border {
  border: 1px solid #333333;
}

.ocbt-lighter-border {
  border: 1px solid #eeeeee;
}

.ocbt-darker-border {
  border: 1px solid #222222;
}

.ocbt-light-border-right {
  border-right: 1px solid #eeeeee;
}

.ocbt-dark-border-right {
  border-right: 1px solid #333333;
}

.ocbt-grey-border-right {
  border-right: 1px solid #cccccc;
}

.ocbt-lighter-border-right {
  border-right: 1px solid #eeeeee;
}

.ocbt-darker-border-right {
  border-right: 1px solid #222222;
}

.ocbt-light-border-left {
  border-left: 1px solid #eeeeee;
}

.ocbt-dark-border-left {
  border-left: 1px solid #333333;
}

.ocbt-lighter-border-left {
  border-left: 1px solid #eeeeee;
}

.ocbt-darker-border-left {
  border-left: 1px solid #222222;
}

.ocbt-grey-border-left {
  border-left: 1px solid #cccccc;
}

.ocbt-light-border-top {
  border-top: 1px solid #eeeeee;
}

.ocbt-dark-border-top {
  border-top: 1px solid #333333;
}

.ocbt-lighter-border-top {
  border-top: 1px solid #eeeeee;
}

.ocbt-darker-border-top {
  border-top: 1px solid #222222;
}

.ocbt-grey-border-top {
  border-top: 1px solid #cccccc;
}

.ocbt-light-border-bottom {
  border-bottom: 1px solid #eeeeee;
}

.ocbt-dark-border-bottom {
  border-bottom: 1px solid #333333;
}

.ocbt-lighter-border-bottom {
  border-bottom: 1px solid #eeeeee;
}

.ocbt-darker-border-bottom {
  border-bottom: 1px solid #222222;
}

.ocbt-grey-border-bottom {
  border-bottom: 1px solid #cccccc;
}

.ocbt-border-thin {
  border-width: 1px;
}

.ocbt-border-medium {
  border-width: 3px;
}

.ocbt-border-thick {
  border-width: 5px;
}

.ocbt-border-very-thick {
  border-width: 10px;
}

.ocbt-border-bottom-thin {
  border-bottom-width: 1px;
}

.ocbt-border-bottom-medium {
  border-bottom-width: 3px;
}

.ocbt-border-bottom-thick {
  border-bottom-width: 5px;
}

.ocbt-border-bottom-very-thick {
  border-bottom-width: 10px;
}

.ocbt-border-top-thin {
  border-top-width: 1px;
}

.ocbt-border-top-medium {
  border-top-width: 3px;
}

.ocbt-border-top-thick {
  border-top-width: 5px;
}

.ocbt-border-top-very-thick {
  border-top-width: 10px;
}

.ocbt-border-left-thin {
  border-left-width: 1px;
}

.ocbt-border-left-medium {
  border-left-width: 3px;
}

.ocbt-border-left-thick {
  border-left-width: 5px;
}

.ocbt-border-left-very-thick {
  border-left-width: 10px;
}

.ocbt-border-right-thin {
  border-right-width: 1px;
}

.ocbt-border-right-medium {
  border-right-width: 3px;
}

.ocbt-border-right-thick {
  border-right-width: 5px;
}

.ocbt-border-right-very-thick {
  border-right-width: 10px;
}

.ocbt-border {
  border-style: solid;
}

.ocbt-border-top {
  border-top-style: solid;
}

.ocbt-border-bottom {
  border-bottom-style: solid;
}

.ocbt-border-right {
  border-right-style: solid;
}

.ocbt-border-left {
  border-left-style: solid;
}

.ocbt-padding {
  padding: 15px;
}

.ocbt-padding-top {
  padding-top: 15px;
}

.ocbt-padding-right {
  padding-right: 15px;
}

.ocbt-padding-left {
  padding-left: 15px;
}

.ocbt-padding-bottom {
  padding-bottom: 15px;
}

.ocbt-padding-less {
  padding: 5px;
}

.ocbt-padding-less-top {
  padding-top: 5px;
}

.ocbt-padding-less-right {
  padding-right: 5px;
}

.ocbt-padding-less-left {
  padding-left: 5px;
}

.ocbt-padding-less-bottom {
  padding-bottom: 5px;
}

.ocbt-padding-more {
  padding: 25px;
}

.ocbt-padding-more-top {
  padding-top: 25px;
}

.ocbt-padding-more-right {
  padding-right: 25px;
}

.ocbt-padding-more-left {
  padding-left: 25px;
}

.ocbt-padding-more-bottom {
  padding-bottom: 25px;
}

.ocbt-padding-most {
  padding: 40px;
}

.ocbt-padding-most-top {
  padding-top: 40px;
}

.ocbt-padding-most-right {
  padding-right: 40px;
}

.ocbt-padding-most-left {
  padding-left: 40px;
}

.ocbt-padding-most-bottom {
  padding-bottom: 40px;
}

.ocbt-padding-extreme {
  padding: 60px;
}

.ocbt-padding-extreme-top {
  padding-top: 60px;
}

.ocbt-padding-extreme-right {
  padding-right: 60px;
}

.ocbt-padding-extreme-left {
  padding-left: 60px;
}

.ocbt-padding-extreme-bottom {
  padding-bottom: 60px;
}

.ocbt-padding-reset {
  padding: 0;
}

.ocbt-margin {
  margin: 18px;
}

.ocbt-margin-top {
  margin-top: 18px;
}

.ocbt-margin-right {
  margin-right: 18px;
}

.ocbt-margin-left {
  margin-left: 18px;
}

.ocbt-margin-bottom {
  margin-bottom: 18px;
}

.ocbt-margin-less {
  margin: 10px;
}

.ocbt-margin-less-top {
  margin-top: 10px;
}

.ocbt-margin-less-right {
  margin-right: 10px;
}

.ocbt-margin-less-left {
  margin-left: 10px;
}

.ocbt-margin-less-bottom {
  margin-bottom: 10px;
}

.ocbt-margin-more {
  margin: 25px;
}

.ocbt-margin-more-top {
  margin-top: 25px;
}

.ocbt-margin-more-right {
  margin-right: 25px;
}

.ocbt-margin-more-left {
  margin-left: 25px;
}

.ocbt-margin-more-bottom {
  margin-bottom: 25px;
}

.ocbt-margin-most {
  margin: 40px;
}

.ocbt-margin-most-top {
  margin-top: 40px;
}

.ocbt-margin-most-right {
  margin-right: 40px;
}

.ocbt-margin-most-left {
  margin-left: 40px;
}

.ocbt-margin-most-bottom {
  margin-bottom: 40px;
}

.ocbt-margin-extreme {
  margin: 60px;
}

.ocbt-margin-extreme-top {
  margin-top: 60px;
}

.ocbt-margin-extreme-right {
  margin-right: 60px;
}

.ocbt-margin-extreme-left {
  margin-left: 60px;
}

.ocbt-margin-extreme-bottom {
  margin-bottom: 60px;
}

.ocbt-margin-extreme-top-negative {
  margin-top: -60px;
}

.ocbt-margin-extreme-bottom-negative {
  margin-bottom: -60px;
}

.ocbt-container-point {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1;
}

.ocbt-container-point.ocbt-container-point-broad {
  bottom: -12px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top-width: 12px;
  border-top-style: solid;
  margin-left: -50px;
}

.ocbt-container-point.ocbt-container-point-tail {
  left: 0;
  bottom: -35px;
  border-top-width: 35px;
  border-top-style: solid;
  border-right: 80px solid transparent;
}

.ocbt-container-point.ocbt-container-point-tailright {
  left: initial;
  right: 0;
  bottom: -35px;
  border-top-width: 35px;
  border-top-style: solid;
  border-left: 80px solid transparent;
}

.ocbt-container-point.ocbt-container-point-semicircle {
  margin-left: -100px;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 200px;
  height: 25px;
  bottom: -15px;
}

.ocbt-margin-reset {
  margin: 0px;
}

.ocbt-uppercase {
  text-transform: uppercase;
}

.ocbt-uppercase-links a {
  text-transform: uppercase;
}

.ocbt-right {
  float: right;
}

.ocbt-left {
  float: left;
}

.ocbt-list-no-style {
  list-style: none;
  margin-left: 0;
}

.ocbt-list-no-style-children ul {
  list-style: none;
  margin-left: 0;
}

.ocbt-list-no-style-children-indent ul {
  list-style: none;
}

.ocbt-no-border {
  border: none !important;
}

.assistive-text {
  display: none;
}

@media (max-width: 800px) {
  .pull-right-soft,
  .pull-left-soft {
    float: left;
    position: relative;
    left: 50%;
  }
  .pull-right-soft > div,
  .pull-left-soft > div {
    float: left;
    position: relative;
    left: -50%;
  }
}
@media (max-width: 767px) {
  .ocbt-phone-no-padding {
    padding: 0px;
  }
  .ocbt-hide-767 {
    display: none;
  }
}
p {
  margin: 0 0 18px;
  color: #4d4d4d;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

a {
  color: #d14d14;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #8b330d;
  text-decoration: underline;
  outline: none;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 18px;
  font-family: inherit;
  font-weight: normal;
  line-height: 20px;
  color: #4d4d4d;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

.post-title {
  margin-top: 0px;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h4,
h5,
h6 {
  line-height: 30px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

#the-content .rich-text h2,
#the-content .rich-text h3,
#the-content h2.ocbt-header-margin-top,
#the-content h3.ocbt-header-margin-top {
  margin: 40px 0 18px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 18px 25px;
}

ul,
ul ul,
ul ul ul {
  list-style-type: square;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

#page blockquote.ocb-blockquote-1em p {
  font-size: 1em;
}

#page blockquote {
  border-left: none;
  padding-left: 10px;
  font-style: italic;
}

#page blockquote p {
  margin-bottom: 18px;
  font-size: 17.5px;
  line-height: 1.5em;
}

#page blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}

#page blockquote.pull-right {
  float: right;
  padding-right: 10px;
  padding-left: 0;
  border-left: 0;
}

#page blockquote.pull-right p,
#page blockquote.pull-right small {
  text-align: right;
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* Sets basic elements
----------------------------------------------------------------------- */
body {
  background: #f9f9f9;
}

body.custom-background {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
}

.socialite-wrapper {
  height: 30px;
  margin-bottom: 15px;
}

.socialite-item {
  float: left;
  width: 100px;
}

@media (max-width: 450px) {
  .socialite-item {
    width: 100%;
  }
}
.socialite .fb-like > span {
  vertical-align: top !important;
}

/* Comments */
.comment-list .children {
  margin-left: 40px;
}

.comment-list .comment-reply-link {
  color: white;
}

.comment-list .comment-reply-link:hover {
  color: white;
}

.comment-inner {
  margin-bottom: 25px;
  padding: 25px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
}

.white-background {
  background-color: #ffffff;
}

.white-background-hover:hover {
  background-color: #ffffff !important;
  background-image: none;
}

.white-background-gradient,
.navbar-inverse .white-background-gradient {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.white-color,
.white-color div,
.white-color p,
.white-color input,
.white-color li,
.white-color.favor,
.white-color.favor div,
.white-color.favor p,
.white-color.favor li {
  color: #ffffff;
}

.white-border {
  border-color: #ffffff;
}

.white-border-top {
  border-top-color: #ffffff;
}

.white-border-bottom {
  border-bottom-color: #ffffff;
}

.white-border-right {
  border-right-color: #ffffff;
}

.white-border-left {
  border-left-color: #ffffff;
}

.white-headers h1,
.white-headers h2,
.white-headers h3,
.white-headers h4,
.white-headers h5,
.white-headers h6 {
  color: #ffffff;
}

.white-links a,
.white-links .nav-collapse a {
  color: #ffffff;
}

.white-links a:hover,
.white-links .active > a,
.white-links .current-menu-parent > a {
  color: #eeeeee;
}

.white-links .sub-menu .active > a {
  color: white;
}

.white-links .nav ul a {
  color: #333333;
}

@media (max-width: 800px) {
  .white-links .nav ul a {
    color: #ffffff;
  }
}
.white-links a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.white-links .nav-pills .active a,
.white-links .nav-pills a:hover,
.white-links .nav-pills .current-menu-parent > a {
  color: #666666;
  background-color: #ffffff;
}

.white-links .nav-pills .active a .caret,
.white-links .nav-pills a:hover .caret,
.white-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.offwhite-background {
  background-color: #f9f9f9;
}

.offwhite-background-hover:hover {
  background-color: #f9f9f9 !important;
  background-image: none;
}

.offwhite-background-gradient,
.navbar-inverse .offwhite-background-gradient,
.light-background-gradient {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e9e9e9);
  background-image: -o-linear-gradient(top, #f9f9f9, #e9e9e9);
  background-image: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.offwhite-color,
.offwhite-color div,
.offwhite-color p,
.offwhite-color input,
.offwhite-color li,
.offwhite-color.favor,
.offwhite-color.favor div,
.offwhite-color.favor p,
.offwhite-color.favor li {
  color: #f9f9f9;
}

.offwhite-border {
  border-color: #f9f9f9;
}

.offwhite-border-top {
  border-top-color: #f9f9f9;
}

.offwhite-border-right {
  border-right-color: #f9f9f9;
}

.offwhite-border-left {
  border-left-color: #f9f9f9;
}

.offwhite-border-bottom {
  border-bottom-color: #f9f9f9;
}

.offwhite-headers h1,
.offwhite-headers h2,
.offwhite-headers h3,
.offwhite-headers h4,
.offwhite-headers h5,
.offwhite-headers h6 {
  color: #f9f9f9;
}

.offwhite-links a,
.offwhite-links .nav-collapse a {
  color: #f9f9f9;
}

.offwhite-links a:hover,
.offwhite-links .active > a,
.offwhite-links .current-menu-parent > a {
  color: #e9e9e9;
}

.offwhite-links .sub-menu .active > a {
  color: white;
}

.offwhite-links .nav ul a {
  color: #333333;
}

@media (max-width: 800px) {
  .offwhite-links .nav ul a {
    color: #f9f9f9;
  }
}
.offwhite-links a .caret {
  border-top-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
}

.offwhite-links .nav-pills .active a,
.offwhite-links .nav-pills a:hover,
.offwhite-links .nav-pills .current-menu-parent > a {
  color: #666666;
  background-color: #f9f9f9;
}

.offwhite-links .nav-pills .active a .caret,
.offwhite-links .nav-pills a:hover .caret,
.offwhite-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.creme-background {
  background-color: #f8f6ef;
}

.creme-background-hover:hover {
  background-color: #f8f6ef !important;
  background-image: none;
}

.creme-background-gradient,
.navbar-inverse .creme-background-gradient {
  background-color: #f8f6ef;
  background-image: -moz-linear-gradient(top, #f8f6ef, #f4e9c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f6ef), to(#f4e9c8));
  background-image: -webkit-linear-gradient(top, #f8f6ef, #f4e9c8);
  background-image: -o-linear-gradient(top, #f8f6ef, #f4e9c8);
  background-image: linear-gradient(to bottom, #f8f6ef, #f4e9c8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.creme-color,
.creme-color div,
.creme-color p,
.creme-color input,
.creme-color li,
.creme-color.favor,
.creme-color.favor div,
.creme-color.favor p,
.creme-color.favor li {
  color: #f8f6ef;
}

.creme-border {
  border-color: #f8f6ef;
}

.creme-border-top {
  border-top-color: #f8f6ef;
}

.creme-border-bottom {
  border-bottom-color: #f8f6ef;
}

.creme-border-left {
  border-left-color: #f8f6ef;
}

.creme-border-right {
  border-right-color: #f8f6ef;
}

.creme-headers h1,
.creme-headers h2,
.creme-headers h3,
.creme-headers h4,
.creme-headers h5,
.creme-headers h6 {
  color: #f8f6ef;
}

.creme-links a,
.creme-links .nav-collapse a {
  color: #f8f6ef;
}

.creme-links a:hover,
.creme-links .active > a,
.creme-links .current-menu-parent > a {
  color: #f4e9c8;
}

.creme-links .sub-menu .active > a {
  color: white;
}

.offwhite-links .nav ul a {
  color: #333333;
}

@media (max-width: 800px) {
  .offwhite-links .nav ul a {
    color: #f8f6ef;
  }
}
.creme-links a .caret {
  border-top-color: #f8f6ef;
  border-bottom-color: #f8f6ef;
}

.creme-links .nav-pills .active a,
.creme-links .nav-pills a:hover,
.creme-links .nav-pills .current-menu-parent > a {
  color: #666666;
  background-color: #f8f6ef;
}

.creme-links .nav-pills .active a .caret,
.creme-links .nav-pills a:hover .caret,
.creme-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.lightgrey-background {
  background-color: #eeeeee;
}

.lightgrey-background-hover:hover {
  background-color: #eeeeee !important;
  background-image: none;
}

.lightgrey-background-gradient,
.navbar-inverse .lightgrey-background-gradient {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.lightgrey-color,
.lightgrey-color div,
.lightgrey-color p,
.lightgrey-color input,
.lightgrey-color li,
.lightgrey-color.favor,
.lightgrey-color.favor div,
.lightgrey-color.favor p,
.lightgrey-color.favor li {
  color: #eeeeee;
}

.lightgrey-border {
  border-color: #eeeeee;
}

.lightgrey-border-top {
  border-top-color: #eeeeee;
}

.lightgrey-border-bottom {
  border-bottom-color: #eeeeee;
}

.lightgrey-border-left {
  border-left-color: #eeeeee;
}

.lightgrey-border-right {
  border-right-color: #eeeeee;
}

.lightgrey-headers h1,
.lightgrey-headers h2,
.lightgrey-headers h3,
.lightgrey-headers h4,
.lightgrey-headers h5,
.lightgrey-headers h6 {
  color: #eeeeee;
}

.lightgrey-links a,
.lightgrey-links .nav-collapse a {
  color: #eeeeee;
}

.lightgrey-links a:hover,
.lightgrey-links .active > a,
.lightgrey-links .current-menu-parent > a {
  color: #cccccc;
}

.lightgrey-links .sub-menu .active > a {
  color: white;
}

.offwhite-links .nav ul a {
  color: #333333;
}

@media (max-width: 800px) {
  .offwhite-links .nav ul a {
    color: #eeeeee;
  }
}
.lightgrey-links a .caret {
  border-top-color: #eeeeee;
  border-bottom-color: #eeeeee;
}

.lightgrey-links .nav-pills .active a,
.lightgrey-links .nav-pills a:hover,
.lightgrey-links .nav-pills .current-menu-parent > a {
  color: #666666;
  background-color: #eeeeee;
}

.lightgrey-links .nav-pills .active a .caret,
.lightgrey-links .nav-pills a:hover .caret,
.lightgrey-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.grey-background {
  background-color: #cccccc;
}

.grey-background-hover:hover {
  background-color: #cccccc !important;
  background-image: none;
}

.grey-background-gradient,
.navbar-inverse .grey-background-gradient {
  background-color: #cccccc;
  background-image: -moz-linear-gradient(top, #cccccc, #777777);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#777777));
  background-image: -webkit-linear-gradient(top, #cccccc, #777777);
  background-image: -o-linear-gradient(top, #cccccc, #777777);
  background-image: linear-gradient(to bottom, #cccccc, #777777);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.grey-color,
.grey-color div,
.grey-color p,
.grey-color input,
.grey-color li,
.grey-color.favor,
.grey-color.favor div,
.grey-color.favor p,
.grey-color.favor li {
  color: #cccccc;
}

.grey-border {
  border-color: #cccccc;
}

.grey-border-top {
  border-top-color: #cccccc;
}

.grey-border-bottom {
  border-bottom-color: #cccccc;
}

.grey-border-left {
  border-left-color: #cccccc;
}

.grey-border-right {
  border-right-color: #cccccc;
}

.grey-headers h1,
.grey-headers h2,
.grey-headers h3,
.grey-headers h4,
.grey-headers h5,
.grey-headers h6 {
  color: #cccccc;
}

.grey-links a,
.grey-links .nav-collapse a {
  color: #cccccc;
}

.grey-links a:hover,
.grey-links .active > a,
.grey-links .current-menu-parent > a {
  color: #777777;
}

.grey-links .sub-menu .active > a {
  color: white;
}

.grey-links a .caret {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}

.grey-links .nav-pills .active a,
.grey-links .nav-pills a:hover,
.grey-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #cccccc;
}

.grey-links .nav-pills .active a .caret,
.grey-links .nav-pills a:hover .caret,
.grey-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.darkgrey-background {
  background-color: #444444;
}

.darkgrey-background-hover:hover {
  background-color: #444444 !important;
  background-image: none;
}

.darkgrey-background-gradient,
.navbar-inverse .darkgrey-background-gradient {
  background-color: #444444;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.darkgrey-color,
.darkgrey-color div,
.darkgrey-color p,
.darkgrey-color input,
.darkgrey-color li,
.darkgrey-color.favor,
.darkgrey-color.favor div,
.darkgrey-color.favor p,
.darkgrey-color.favor li {
  color: #444444;
}

.darkgrey-border {
  border-color: #444444;
}

.darkgrey-border-top {
  border-top-color: #444444;
}

.darkgrey-border-bottom {
  border-bottom-color: #444444;
}

.darkgrey-border-left {
  border-left-color: #444444;
}

.darkgrey-border-right {
  border-right-color: #444444;
}

.darkgrey-headers h1,
.darkgrey-headers h2,
.darkgrey-headers h3,
.darkgrey-headers h4,
.darkgrey-headers h5,
.darkgrey-headers h6 {
  color: #444444;
}

.darkgrey-links a,
.darkgrey-links .nav-collapse a {
  color: #444444;
}

.darkgrey-links a:hover,
.darkgrey-links .active > a,
.darkgrey-links .current-menu-parent > a {
  color: #222222;
}

.darkgrey-links .sub-menu .active > a {
  color: white;
}

.darkgrey-links a .caret {
  border-top-color: #444444;
  border-bottom-color: #444444;
}

.darkgrey-links .nav-pills .active a,
.darkgrey-links .nav-pills a:hover,
.darkgrey-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #444444;
}

.darkgrey-links .nav-pills .active a .caret,
.darkgrey-links .nav-pills a:hover .caret,
.darkgrey-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.darkergrey-background {
  background-color: #333333;
}

.darkergrey-background-hover:hover {
  background-color: #333333 !important;
  background-image: none;
}

.darkergrey-background-gradient,
.navbar-inverse .darkergrey-background-gradient {
  background-color: #333333;
  background-image: -moz-linear-gradient(top, #333333, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#111111));
  background-image: -webkit-linear-gradient(top, #333333, #111111);
  background-image: -o-linear-gradient(top, #333333, #111111);
  background-image: linear-gradient(to bottom, #333333, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.darkergrey-color,
.darkergrey-color div,
.darkergrey-color p,
.darkergrey-color input,
.darkergrey-color li,
.darkergrey-color.favor,
.darkergrey-color.favor div,
.darkergrey-color.favor p,
.darkergrey-color.favor li {
  color: #333333;
}

.darkergrey-border {
  border-color: #333333;
}

.darkergrey-border-top {
  border-top-color: #333333;
}

.darkergrey-border-bottom {
  border-bottom-color: #333333;
}

.darkergrey-border-left {
  border-left-color: #333333;
}

.darkergrey-border-right {
  border-right-color: #333333;
}

.darkergrey-headers h1,
.darkergrey-headers h2,
.darkergrey-headers h3,
.darkergrey-headers h4,
.darkergrey-headers h5,
.darkergrey-headers h6 {
  color: #333333;
}

.darkergrey-links a,
.darkergrey-links .nav-collapse a {
  color: #333333;
}

.darkergrey-links a:hover,
.darkergrey-links .active > a,
.darkergrey-links .current-menu-parent > a {
  color: #111111;
}

.darkergrey-links .sub-menu .active > a {
  color: white;
}

.darkergrey-links a .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.darkergrey-links .nav-pills .active a,
.darkergrey-links .nav-pills a:hover,
.darkergrey-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #333333;
}

.darkergrey-links .nav-pills .active a .caret,
.darkergrey-links .nav-pills a:hover .caret,
.darkergrey-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.black-background {
  background-color: #000000;
}

.black-background-hover:hover {
  background-color: #000000 !important;
  background-image: none;
}

.black-background-gradient,
.navbar-inverse .black-background-gradient {
  background-color: #000000;
  background-image: -moz-linear-gradient(top, #000000, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000));
  background-image: -webkit-linear-gradient(top, #000000, #000000);
  background-image: -o-linear-gradient(top, #000000, #000000);
  background-image: linear-gradient(to bottom, #000000, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.black-color,
.black-color div,
.black-color p,
.black-color input,
.black-color li,
.black-color.favor,
.black-color.favor div,
.black-color.favor p,
.black-color.favor li {
  color: #000000;
}

.black-border {
  border-color: #000000;
}

.black-border-top {
  border-top-color: #000000;
}

.black-border-bottom {
  border-bottom-color: #000000;
}

.black-border-left {
  border-left-color: #000000;
}

.black-border-right {
  border-right-color: #000000;
}

.black-headers h1,
.black-headers h2,
.black-headers h3,
.black-headers h4,
.black-headers h5,
.black-headers h6 {
  color: #000000;
}

.black-links a,
.black-links .nav-collapse a {
  color: #000000;
}

.black-links a:hover,
.black-links .active > a,
.black-links .current-menu-parent > a {
  color: #000000;
}

.black-links .sub-menu .active > a {
  color: white;
}

.black-links a .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}

.black-links .nav-pills .active a,
.black-links .nav-pills a:hover,
.black-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #000000;
}

.black-links .nav-pills .active a .caret,
.black-links .nav-pills a:hover .caret,
.black-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.red-background {
  background-color: #b51c1c;
}

.red-background-hover:hover {
  background-color: #b51c1c !important;
  background-image: none;
}

.red-background-gradient,
.navbar-inverse .red-background-gradient {
  background-color: #b51c1c;
  background-image: -moz-linear-gradient(top, #b51c1c, #911111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b51c1c), to(#911111));
  background-image: -webkit-linear-gradient(top, #b51c1c, #911111);
  background-image: -o-linear-gradient(top, #b51c1c, #911111);
  background-image: linear-gradient(to bottom, #b51c1c, #911111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.red-color,
.red-color div,
.red-color p,
.red-color input,
.red-color li,
.red-color.favor,
.red-color.favor div,
.red-color.favor p,
.red-color.favor li {
  color: #b51c1c;
}

.red-border {
  border-color: #b51c1c;
}

.red-border-top {
  border-top-color: #b51c1c;
}

.red-border-bottom {
  border-bottom-color: #b51c1c;
}

.red-border-right {
  border-right-color: #b51c1c;
}

.red-border-left {
  border-left-color: #b51c1c;
}

.red-headers h1,
.red-headers h2,
.red-headers h3,
.red-headers h4,
.red-headers h5,
.red-headers h6 {
  color: #b51c1c;
}

.red-links a,
.red-links .nav-collapse a {
  color: #b51c1c;
}

.red-links a:hover,
.red-links .active > a,
.red-links .current-menu-parent > a {
  color: #911111;
}

.red-links .sub-menu .active > a {
  color: #b51c1c;
}

.red-links .nav ul a {
  color: #333333;
}

@media (max-width: 800px) {
  .red-links .nav ul a {
    color: #b51c1c;
  }
}
.red-links a .caret {
  border-top-color: #b51c1c;
  border-bottom-color: #b51c1c;
}

.red-links .nav-pills .active a,
.red-links .nav-pills a:hover,
.red-links .nav-pills .current-menu-parent > a {
  color: #ffffff;
  background-color: #b51c1c;
}

.red-links .nav-pills .active a .caret,
.red-links .nav-pills a:hover .caret,
.red-links .nav-pills .current-menu-parent .caret {
  border-top-color: #b51c1c;
  border-bottom-color: #b51c1c;
}

.lightred-background {
  background-color: #f0a3a3;
}

.lightred-background-hover:hover {
  background-color: #f0a3a3 !important;
  background-image: none;
}

.lightred-background-gradient,
.navbar-inverse .lightred-background-gradient {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #db7a7a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0a3a3), to(#db7a7a));
  background-image: -webkit-linear-gradient(top, #f0a3a3, #db7a7a);
  background-image: -o-linear-gradient(top, #f0a3a3, #db7a7a);
  background-image: linear-gradient(to bottom, #f0a3a3, #db7a7a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.lightred-color,
.lightred-color div,
.lightred-color p,
.lightred-color input,
.lightred-color li,
.lightred-color.favor,
.lightred-color.favor div,
.lightred-color.favor p,
.lightred-color.favor li {
  color: #f0a3a3;
}

.lightred-border {
  border-color: #f0a3a3;
}

.lightred-border-top {
  border-top-color: #f0a3a3;
}

.lightred-border-bottom {
  border-bottom-color: #f0a3a3;
}

.lightred-border-right {
  border-right-color: #f0a3a3;
}

.lightred-border-left {
  border-left-color: #f0a3a3;
}

.lightred-headers h1,
.lightred-headers h2,
.lightred-headers h3,
.lightred-headers h4,
.lightred-headers h5,
.lightred-headers h6 {
  color: #f0a3a3;
}

.lightred-links a,
.lightred-links .nav-collapse a {
  color: #f0a3a3;
}

.lightred-links a:hover,
.lightred-links .active > a,
.lightred-links .current-menu-parent > a {
  color: #db7a7a;
}

.lightred-links .sub-menu .active > a {
  color: #f0a3a3;
}

.lightred-links .nav ul a {
  color: #333333;
}

@media (max-width: 800px) {
  .lightred-links .nav ul a {
    color: #f0a3a3;
  }
}
.lightred-links a .caret {
  border-top-color: #f0a3a3;
  border-bottom-color: #f0a3a3;
}

.lightred-links .nav-pills .active a,
.lightred-links .nav-pills a:hover,
.lightred-links .nav-pills .current-menu-parent > a {
  color: #ffffff;
  background-color: #f0a3a3;
}

.lightred-links .nav-pills .active a .caret,
.lightred-links .nav-pills a:hover .caret,
.lightred-links .nav-pills .current-menu-parent .caret {
  border-top-color: #f0a3a3;
  border-bottom-color: #f0a3a3;
}

.darkred-background {
  background-color: #730202;
}

.darkred-background-hover:hover {
  background-color: #730202 !important;
  background-image: none;
}

.darkred-background-gradient,
.navbar-inverse .darkred-background-gradient {
  background-color: #730202;
  background-image: -moz-linear-gradient(top, #730202, #570000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#730202), to(#570000));
  background-image: -webkit-linear-gradient(top, #730202, #570000);
  background-image: -o-linear-gradient(top, #730202, #570000);
  background-image: linear-gradient(to bottom, #730202, #570000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.darkred-color,
.darkred-color div,
.darkred-color p,
.darkred-color input,
.darkred-color li,
.darkred-color.favor,
.darkred-color.favor div,
.darkred-color.favor p,
.darkred-color.favor li {
  color: #730202;
}

.darkred-border {
  border-color: #730202;
}

.darkred-border-top {
  border-top-color: #730202;
}

.darkred-border-bottom {
  border-bottom-color: #730202;
}

.darkred-border-right {
  border-right-color: #730202;
}

.darkred-border-left {
  border-left-color: #730202;
}

.darkred-headers h1,
.darkred-headers h2,
.darkred-headers h3,
.darkred-headers h4,
.darkred-headers h5,
.darkred-headers h6 {
  color: #730202;
}

.darkred-links a,
.darkred-links .nav-collapse a {
  color: #730202;
}

.darkred-links a:hover,
.darkred-links .active > a,
.darkred-links .current-menu-parent > a {
  color: #570000;
}

.darkred-links .sub-menu .active > a {
  color: #730202;
}

.darkred-links .nav ul a {
  color: #333333;
}

@media (max-width: 800px) {
  .darkred-links .nav ul a {
    color: #730202;
  }
}
.darkred-links a .caret {
  border-top-color: #730202;
  border-bottom-color: #730202;
}

.darkred-links .nav-pills .active a,
.darkred-links .nav-pills a:hover,
.darkred-links .nav-pills .current-menu-parent > a {
  color: #ffffff;
  background-color: #730202;
}

.darkred-links .nav-pills .active a .caret,
.darkred-links .nav-pills a:hover .caret,
.darkred-links .nav-pills .current-menu-parent .caret {
  border-top-color: #730202;
  border-bottom-color: #730202;
}

.green-background {
  background-color: #25921d;
}

.green-background-hover:hover {
  background-color: #25921d !important;
  background-image: none;
}

.green-background-gradient,
.navbar-inverse .green-background-gradient {
  background-color: #25921d;
  background-image: -moz-linear-gradient(top, #25921d, #16770e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#25921d), to(#16770e));
  background-image: -webkit-linear-gradient(top, #25921d, #16770e);
  background-image: -o-linear-gradient(top, #25921d, #16770e);
  background-image: linear-gradient(to bottom, #25921d, #16770e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.green-color,
.green-color div,
.green-color p,
.green-color input,
.green-color li,
.green-color.favor,
.green-color.favor div,
.green-color.favor p,
.green-color.favor li {
  color: #25921d;
}

.green-border {
  border-color: #25921d;
}

.green-border-top {
  border-top-color: #25921d;
}

.green-border-bottom {
  border-bottom-color: #25921d;
}

.green-border-right {
  border-right-color: #25921d;
}

.green-border-left {
  border-left-color: #25921d;
}

.green-headers h1,
.green-headers h2,
.green-headers h3,
.green-headers h4,
.green-headers h5,
.green-headers h6 {
  color: #25921d;
}

.green-links a,
.green-links .nav-collapse a {
  color: #25921d;
}

.green-links a:hover,
.green-links .active > a,
.green-links .current-menu-parent > a {
  color: #16770e;
}

.green-links .sub-menu .active > a {
  color: #25921d;
}

.green-links .nav ul a {
  color: #333333;
}

@media (max-width: 800px) {
  .green-links .nav ul a {
    color: #25921d;
  }
}
.green-links a .caret {
  border-top-color: #25921d;
  border-bottom-color: #25921d;
}

.green-links .nav-pills .active a,
.green-links .nav-pills a:hover,
.green-links .nav-pills .current-menu-parent > a {
  color: #ffffff;
  background-color: #25921d;
}

.green-links .nav-pills .active a .caret,
.green-links .nav-pills a:hover .caret,
.green-links .nav-pills .current-menu-parent .caret {
  border-top-color: #25921d;
  border-bottom-color: #25921d;
}

.lightgreen-background {
  background-color: #a3d99f;
}

.lightgreen-background-hover:hover {
  background-color: #a3d99f !important;
  background-image: none;
}

.lightgreen-background-gradient,
.navbar-inverse .lightgreen-background-gradient {
  background-color: #a3d99f;
  background-image: -moz-linear-gradient(top, #a3d99f, #71c86b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a3d99f), to(#71c86b));
  background-image: -webkit-linear-gradient(top, #a3d99f, #71c86b);
  background-image: -o-linear-gradient(top, #a3d99f, #71c86b);
  background-image: linear-gradient(to bottom, #a3d99f, #71c86b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.lightgreen-color,
.lightgreen-color div,
.lightgreen-color p,
.lightgreen-color input,
.lightgreen-color li,
.lightgreen-color.favor,
.lightgreen-color.favor div,
.lightgreen-color.favor p,
.lightgreen-color.favor li {
  color: #a3d99f;
}

.lightgreen-border {
  border-color: #a3d99f;
}

.lightgreen-border-top {
  border-top-color: #a3d99f;
}

.lightgreen-border-bottom {
  border-bottom-color: #a3d99f;
}

.lightgreen-border-right {
  border-right-color: #a3d99f;
}

.lightgreen-border-left {
  border-left-color: #a3d99f;
}

.lightgreen-headers h1,
.lightgreen-headers h2,
.lightgreen-headers h3,
.lightgreen-headers h4,
.lightgreen-headers h5,
.lightgreen-headers h6 {
  color: #a3d99f;
}

.lightgreen-links a,
.lightgreen-links .nav-collapse a {
  color: #a3d99f;
}

.lightgreen-links a:hover,
.lightgreen-links .active > a,
.lightgreen-links .current-menu-parent > a {
  color: #71c86b;
}

.lightgreen-links .sub-menu .active > a {
  color: #a3d99f;
}

.lightgreen-links .nav ul a {
  color: #333333;
}

@media (max-width: 800px) {
  .lightgreen-links .nav ul a {
    color: #a3d99f;
  }
}
.lightgreen-links a .caret {
  border-top-color: #a3d99f;
  border-bottom-color: #a3d99f;
}

.lightgreen-links .nav-pills .active a,
.lightgreen-links .nav-pills a:hover,
.lightgreen-links .nav-pills .current-menu-parent > a {
  color: #ffffff;
  background-color: #a3d99f;
}

.lightgreen-links .nav-pills .active a .caret,
.lightgreen-links .nav-pills a:hover .caret,
.lightgreen-links .nav-pills .current-menu-parent .caret {
  border-top-color: #a3d99f;
  border-bottom-color: #a3d99f;
}

.darkgreen-background {
  background-color: #0b5905;
}

.darkgreen-background-hover:hover {
  background-color: #0b5905 !important;
  background-image: none;
}

.darkgreen-background-gradient,
.navbar-inverse .darkgreen-background-gradient {
  background-color: #0b5905;
  background-image: -moz-linear-gradient(top, #0b5905, #054400);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b5905), to(#054400));
  background-image: -webkit-linear-gradient(top, #0b5905, #054400);
  background-image: -o-linear-gradient(top, #0b5905, #054400);
  background-image: linear-gradient(to bottom, #0b5905, #054400);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color1", GradientType=0);
}

.darkgreen-color,
.darkgreen-color div,
.darkgreen-color p,
.darkgreen-color input,
.darkgreen-color li,
.darkgreen-color.favor,
.darkgreen-color.favor div,
.darkgreen-color.favor p,
.darkgreen-color.favor li {
  color: #0b5905;
}

.darkgreen-border {
  border-color: #0b5905;
}

.darkgreen-border-top {
  border-top-color: #0b5905;
}

.darkgreen-border-bottom {
  border-bottom-color: #0b5905;
}

.darkgreen-border-right {
  border-right-color: #0b5905;
}

.darkgreen-border-left {
  border-left-color: #0b5905;
}

.darkgreen-headers h1,
.darkgreen-headers h2,
.darkgreen-headers h3,
.darkgreen-headers h4,
.darkgreen-headers h5,
.darkgreen-headers h6 {
  color: #0b5905;
}

.darkgreen-links a,
.darkgreen-links .nav-collapse a {
  color: #0b5905;
}

.darkgreen-links a:hover,
.darkgreen-links .active > a,
.darkgreen-links .current-menu-parent > a {
  color: #054400;
}

.darkgreen-links .sub-menu .active > a {
  color: #0b5905;
}

.darkgreen-links .nav ul a {
  color: #333333;
}

@media (max-width: 800px) {
  .darkgreen-links .nav ul a {
    color: #0b5905;
  }
}
.darkgreen-links a .caret {
  border-top-color: #0b5905;
  border-bottom-color: #0b5905;
}

.darkgreen-links .nav-pills .active a,
.darkgreen-links .nav-pills a:hover,
.darkgreen-links .nav-pills .current-menu-parent > a {
  color: #ffffff;
  background-color: #0b5905;
}

.darkgreen-links .nav-pills .active a .caret,
.darkgreen-links .nav-pills a:hover .caret,
.darkgreen-links .nav-pills .current-menu-parent .caret {
  border-top-color: #0b5905;
  border-bottom-color: #0b5905;
}

.transparent-background {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.transparent-background.ocbt-button {
  border: 1px solid #cccccc;
}

.transparent-background-hover:hover.ocbt-button {
  background: transparent !important;
  background-image: none;
}

.transparent-background-gradient,
.navbar-inverse .black-background-gradient {
  background: transparent;
}

/****************************

Top Nav

*****************************/
.ocbt-contact-message {
  padding-right: 20px;
  padding-bottom: 0;
  padding-top: 20px;
}

/****************************

Hero

*****************************/
.hero-tagline.hero-tagline-services {
  padding-bottom: 110px;
  margin-bottom: -60px;
}

/****************************

Content Boxes

*****************************/
.ocb-box-content-header i {
  display: block;
  margin: 0 auto 10px;
  font-size: 2.5em;
}

@media only screen and (max-width: 767px) {
  /* Change Hero styling to better fit on mobile devices */
  .hero-unit {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .hero-tagline.hero-tagline-services {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .ocbt-contact-message {
    text-align: center;
    padding-right: 0;
    clear: both;
    font-size: 14px !important;
    float: none !important;
  }
  .brand {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.ocb-bootstrap-modal,
.ocb-bootstrap-modal h3 {
  color: #222222 !important;
  font-family: "Arial" !important;
  z-index: 99999;
  text-shadow: none !important;
  font-weight: normal !important;
}

.ocb-bootstrap-modal a,
.ocb-bootstrap-modal h3 a {
  color: #222222;
}

.ocb-bootstrap-modal .ocb-bootstrap-modal-save,
.ocb-bootstrap-modal h3 .ocb-bootstrap-modal-save {
  color: #ffffff;
}

.layout-builder .lb-layout {
  font-size: 11px;
}

.layout-builder .lb-include-,
.layout-builder .lb-include-false {
  display: none;
}

.layout-builder .lb-part {
  color: white;
  margin-bottom: 5px;
  *zoom: 1;
}

.layout-builder .lb-part:before,
.layout-builder .lb-part:after {
  display: table;
  content: "";
  line-height: 0;
}

.layout-builder .lb-part:after {
  clear: both;
}

.layout-builder .lb-part-section {
  padding: 0 20px;
  float: left;
}

.layout-builder .lb-part-section .lb-content-type {
  float: left;
  margin-right: 20px;
}

.layout-builder .lb-subpart {
  color: grey;
  background: #d3d3d3;
  padding: 5px 3%;
  margin: 5px 2%;
  width: 40%;
  float: left;
}

.layout-builder .lb-subpart-third {
  width: 26%;
  padding: 5px 2%;
  margin: 5px 1% 5px 2%;
}

.layout-builder .lb-top-contact,
.layout-builder .lb-top-search,
.layout-builder .lb-logo-contact,
.layout-builder .lb-logo-search {
  float: right;
}

.layout-builder .lb-top-contact,
.layout-builder .lb-logo-contact {
  width: 25%;
}

.layout-builder .lb-top-search,
.layout-builder .lb-logo-search {
  width: 5%;
}

.layout-builder .lb-main-nav,
.layout-builder .lb-main-search {
  width: 40%;
  float: left;
}

.layout-builder .lb-top-brand,
.layout-builder .lb-logo-brand {
  height: 60px;
}

.layout-builder .lb-standard {
  background: grey;
  width: 100%;
  clear: both;
}

.layout-builder .lb-top {
  padding: 8px 0;
  background: grey;
  width: 100%;
  clear: both;
}

.layout-builder .lb-logo {
  padding: 12px 0;
  background: grey;
  width: 100%;
  clear: both;
}

.layout-builder .lb-main {
  padding: 8px 0;
  background: grey;
  width: 100%;
  clear: both;
}

.layout-builder .lb-above-content {
  padding: 12px 0;
  background: grey;
  width: 100%;
  clear: both;
}

.layout-builder .lb-top-content {
  padding: 12px 0;
  background: grey;
  width: 65%;
  float: left;
}

.layout-builder .lb-content {
  padding: 30px 0;
  background: grey;
  width: 65%;
  float: left;
}

.layout-builder .lb-bottom-content {
  padding: 12px 0;
  background: grey;
  width: 65%;
  float: left;
}

.layout-builder .lb-below-content {
  padding: 12px 0;
  background: grey;
  width: 100%;
  clear: both;
}

.layout-builder .lb-sidebar {
  padding: 140px 0;
  background: grey;
  width: 33%;
  float: right;
}

.layout-builder .lb-footer {
  padding: 20px 0;
  background: grey;
  width: 100%;
  clear: both;
}

.layout-builder .lb-footer-bottom {
  padding: 8px 0;
  background: grey;
  width: 100%;
  clear: both;
}

.layout-builder select {
  margin-top: 10px;
  margin-left: 20px;
}

.modal-backdrop {
  z-index: 99998;
}

.gform_wrapper .gform_body textarea.medium {
  height: 9.375em;
  width: 100%;
  border: none;
  box-shadow: inset 0 0 0 1px #bbbbbb;
  padding: 0.5em 0;
}

.gform_wrapper .gform_body .hidden_label input.large,
.gform_wrapper .gform_body .hidden_label select.large,
.gform_wrapper .gform_body .top_label input.large,
.gform_wrapper .gform_body .top_label select.large {
  width: 100%;
  border: none;
  box-shadow: inset 0 0 0 1px #bbbbbb;
  padding: 0.5em 0;
}

.ocb-advanced-form .gform_wrapper {
  max-width: 100%;
}

.ocbt-container {
  max-width: 1200px;
}

h1,
h1 a {
  color: #464646;
}

h1,
h1 a {
  border-bottom-color: #464646;
}

h2,
h2 a {
  color: #464646;
}

h2,
h2 a {
  border-bottom-color: #464646;
}

h3,
h3 a {
  color: #747474;
}

h3,
h3 a {
  border-bottom-color: #747474;
}

h3 a:hover,
a h3:hover {
  color: #686868;
}

h4,
h4 a {
  color: #747474;
}

h4,
h4 a {
  border-bottom-color: #747474;
}

h4 a:hover,
a h4:hover {
  color: #686868;
}

h5,
h5 a {
  color: #747474;
}

h5,
h5 a {
  border-bottom-color: #747474;
}

h5 a:hover,
a h5:hover {
  color: #686868;
}

h6,
h6 a {
  color: #747474;
}

h6,
h6 a {
  border-bottom-color: #747474;
}

h6 a:hover,
a h6:hover {
  color: #686868;
}

a,
p a,
li a {
  color: #1a80b6;
}

a:hover,
p a:hover {
  color: #1773a4;
}

h2,
h2 a {
  font-size: 24px;
  line-height: 36px;
}

#page p,
#page p a,
#page li,
#page {
  font-size: 15px;
  line-height: 23px;
}

#page .hero-unit p {
  font-size: 21px;
  line-height: 29px;
}

.primary-background {
  background-color: #1a80b6;
}

.primary-background-hover:hover {
  background-color: #1a80b6 !important;
  background-image: none;
}

.primary-background-gradient,
.navbar-inverse .primary-background-gradient {
  background: #1a80b6;
  background: -moz-linear-gradient(top, #1a80b6 0%, #166e9d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a80b6), color-stop(100%, #166e9d));
  background: -webkit-linear-gradient(top, #1a80b6 0%, #166e9d 100%);
  background: -o-linear-gradient(top, #1a80b6 0%, #166e9d 100%);
  background: -ms-linear-gradient(top, #1a80b6 0%, #166e9d 100%);
  background: linear-gradient(top, #1a80b6 0%, #166e9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a80b6", endColorstr="#166e9d", GradientType=0);
}

.primary-color,
.primary-color.favor,
.primary-color p,
.primary-color div,
.primary-color input {
  color: #1a80b6;
}

.primary-border {
  border-color: #1a80b6;
}

.primary-border-top {
  border-top-color: #1a80b6;
}

.primary-border-bottom {
  border-bottom-color: #1a80b6;
}

.primary-border-left {
  border-left-color: #1a80b6;
}

.primary-border-right {
  border-right-color: #1a80b6;
}

.primary-headers h1,
.primary-headers h2,
.primary-headers h3,
.primary-headers h4,
.primary-headers h5,
.primary-headers h6 {
  color: #1a80b6;
}

.primary-links a,
.primary-links .nav-collapse a {
  color: #1a80b6;
}

.primary-links a:hover,
.primary-links .active > a,
.primary-links .current-menu-parent > a {
  color: #76b3d3;
}

.primary-links .sub-menu .active > a {
  color: white;
}

.primary-links a .caret {
  border-top-color: #1a80b6;
  border-bottom-color: #1a80b6;
}

.primary-links .nav-pills .active a,
.primary-links .nav-pills a:hover,
.primary-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #1a80b6;
}

.primary-links .nav-pills .active a .caret,
.primary-links .nav-pills a:hover .caret,
.primary-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.primarydark-background {
  background-color: #104d6d;
}

.primarydark-background-hover:hover {
  background-color: #104d6d !important;
  background-image: none;
}

.primarydark-background-gradient,
.navbar-inverse .primarydark-background-gradient {
  background: #104d6d;
  background: -moz-linear-gradient(top, #104d6d 0%, #0e425e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #104d6d), color-stop(100%, #0e425e));
  background: -webkit-linear-gradient(top, #104d6d 0%, #0e425e 100%);
  background: -o-linear-gradient(top, #104d6d 0%, #0e425e 100%);
  background: -ms-linear-gradient(top, #104d6d 0%, #0e425e 100%);
  background: linear-gradient(top, #104d6d 0%, #0e425e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#104d6d", endColorstr="#0e425e", GradientType=0);
}

.primarydark-color,
.primarydark-color.favor,
.primarydark-color p,
.primarydark-color div,
.primarydark-color input {
  color: #104d6d;
}

.primarydark-border {
  border-color: #104d6d;
}

.primarydark-border-top {
  border-top-color: #104d6d;
}

.primarydark-border-bottom {
  border-bottom-color: #104d6d;
}

.primarydark-border-left {
  border-left-color: #104d6d;
}

.primarydark-border-right {
  border-right-color: #104d6d;
}

.primarydark-headers h1,
.primarydark-headers h2,
.primarydark-headers h3,
.primarydark-headers h4,
.primarydark-headers h5,
.primarydark-headers h6 {
  color: #104d6d;
}

.primarydark-links a,
.primarydark-links .nav-collapse a {
  color: #104d6d;
}

.primarydark-links a:hover,
.primarydark-links .active > a,
.primarydark-links .current-menu-parent > a {
  color: #7094a7;
}

.primarydark-links .sub-menu .active > a {
  color: white;
}

.primarydark-links a .caret {
  border-top-color: #104d6d;
  border-bottom-color: #104d6d;
}

.primarydark-links .nav-pills .active a,
.primarydark-links .nav-pills a:hover,
.primarydark-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #104d6d;
}

.primarydark-links .nav-pills .active a .caret,
.primarydark-links .nav-pills a:hover .caret,
.primarydark-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.primarylight-background {
  background-color: #76b3d3;
}

.primarylight-background-hover:hover {
  background-color: #76b3d3 !important;
  background-image: none;
}

.primarylight-background-gradient,
.navbar-inverse .primarylight-background-gradient {
  background: #76b3d3;
  background: -moz-linear-gradient(top, #76b3d3 0%, #659ab5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b3d3), color-stop(100%, #659ab5));
  background: -webkit-linear-gradient(top, #76b3d3 0%, #659ab5 100%);
  background: -o-linear-gradient(top, #76b3d3 0%, #659ab5 100%);
  background: -ms-linear-gradient(top, #76b3d3 0%, #659ab5 100%);
  background: linear-gradient(top, #76b3d3 0%, #659ab5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#76b3d3", endColorstr="#659ab5", GradientType=0);
}

.primarylight-color,
.primarylight-color.favor,
.primarylight-color p,
.primarylight-color div,
.primarylight-color input {
  color: #76b3d3;
}

.primarylight-border {
  border-color: #76b3d3;
}

.primarylight-border-top {
  border-top-color: #76b3d3;
}

.primarylight-border-bottom {
  border-bottom-color: #76b3d3;
}

.primarylight-border-left {
  border-left-color: #76b3d3;
}

.primarylight-border-right {
  border-right-color: #76b3d3;
}

.primarylight-headers h1,
.primarylight-headers h2,
.primarylight-headers h3,
.primarylight-headers h4,
.primarylight-headers h5,
.primarylight-headers h6 {
  color: #76b3d3;
}

.primarylight-links a,
.primarylight-links .nav-collapse a {
  color: #76b3d3;
}

.primarylight-links a:hover,
.primarylight-links .active > a,
.primarylight-links .current-menu-parent > a {
  color: #add1e5;
}

.primarylight-links .sub-menu .active > a {
  color: white;
}

.primarylight-links a .caret {
  border-top-color: #76b3d3;
  border-bottom-color: #76b3d3;
}

.primarylight-links .nav-pills .active a,
.primarylight-links .nav-pills a:hover,
.primarylight-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #76b3d3;
}

.primarylight-links .nav-pills .active a .caret,
.primarylight-links .nav-pills a:hover .caret,
.primarylight-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.secondary-background {
  background-color: #ffffff;
}

.secondary-background-hover:hover {
  background-color: #ffffff !important;
  background-image: none;
}

.secondary-background-gradient,
.navbar-inverse .secondary-background-gradient {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
  background: linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dbdbdb", GradientType=0);
}

.secondary-color,
.secondary-color.favor,
.secondary-color p,
.secondary-color div,
.secondary-color input {
  color: #ffffff;
}

.secondary-border {
  border-color: #ffffff;
}

.secondary-border-top {
  border-top-color: #ffffff;
}

.secondary-border-bottom {
  border-bottom-color: #ffffff;
}

.secondary-border-left {
  border-left-color: #ffffff;
}

.secondary-border-right {
  border-right-color: #ffffff;
}

.secondary-headers h1,
.secondary-headers h2,
.secondary-headers h3,
.secondary-headers h4,
.secondary-headers h5,
.secondary-headers h6 {
  color: #ffffff;
}

.secondary-links a,
.secondary-links .nav-collapse a {
  color: #ffffff;
}

.secondary-links a:hover,
.secondary-links .active > a,
.secondary-links .current-menu-parent > a {
  color: #ffffff;
}

.secondary-links .sub-menu .active > a {
  color: white;
}

.secondary-links a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.secondary-links .nav-pills .active a,
.secondary-links .nav-pills a:hover,
.secondary-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #ffffff;
}

.secondary-links .nav-pills .active a .caret,
.secondary-links .nav-pills a:hover .caret,
.secondary-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.secondarydark-background {
  background-color: #999999;
}

.secondarydark-background-hover:hover {
  background-color: #999999 !important;
  background-image: none;
}

.secondarydark-background-gradient,
.navbar-inverse .secondarydark-background-gradient {
  background: #999999;
  background: -moz-linear-gradient(top, #999999 0%, #848484 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #848484));
  background: -webkit-linear-gradient(top, #999999 0%, #848484 100%);
  background: -o-linear-gradient(top, #999999 0%, #848484 100%);
  background: -ms-linear-gradient(top, #999999 0%, #848484 100%);
  background: linear-gradient(top, #999999 0%, #848484 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#848484", GradientType=0);
}

.secondarydark-color,
.secondarydark-color.favor,
.secondarydark-color p,
.secondarydark-color div,
.secondarydark-color input {
  color: #999999;
}

.secondarydark-border {
  border-color: #999999;
}

.secondarydark-border-top {
  border-top-color: #999999;
}

.secondarydark-border-bottom {
  border-bottom-color: #999999;
}

.secondarydark-border-left {
  border-left-color: #999999;
}

.secondarydark-border-right {
  border-right-color: #999999;
}

.secondarydark-headers h1,
.secondarydark-headers h2,
.secondarydark-headers h3,
.secondarydark-headers h4,
.secondarydark-headers h5,
.secondarydark-headers h6 {
  color: #999999;
}

.secondarydark-links a,
.secondarydark-links .nav-collapse a {
  color: #999999;
}

.secondarydark-links a:hover,
.secondarydark-links .active > a,
.secondarydark-links .current-menu-parent > a {
  color: #c2c2c2;
}

.secondarydark-links .sub-menu .active > a {
  color: white;
}

.secondarydark-links a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.secondarydark-links .nav-pills .active a,
.secondarydark-links .nav-pills a:hover,
.secondarydark-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #999999;
}

.secondarydark-links .nav-pills .active a .caret,
.secondarydark-links .nav-pills a:hover .caret,
.secondarydark-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.secondarylight-background {
  background-color: #ffffff;
}

.secondarylight-background-hover:hover {
  background-color: #ffffff !important;
  background-image: none;
}

.secondarylight-background-gradient,
.navbar-inverse .secondarylight-background-gradient {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
  background: linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dbdbdb", GradientType=0);
}

.secondarylight-color,
.secondarylight-color.favor,
.secondarylight-color p,
.secondarylight-color div,
.secondarylight-color input {
  color: #ffffff;
}

.secondarylight-border {
  border-color: #ffffff;
}

.secondarylight-border-top {
  border-top-color: #ffffff;
}

.secondarylight-border-bottom {
  border-bottom-color: #ffffff;
}

.secondarylight-border-left {
  border-left-color: #ffffff;
}

.secondarylight-border-right {
  border-right-color: #ffffff;
}

.secondarylight-headers h1,
.secondarylight-headers h2,
.secondarylight-headers h3,
.secondarylight-headers h4,
.secondarylight-headers h5,
.secondarylight-headers h6 {
  color: #ffffff;
}

.secondarylight-links a,
.secondarylight-links .nav-collapse a {
  color: #ffffff;
}

.secondarylight-links a:hover,
.secondarylight-links .active > a,
.secondarylight-links .current-menu-parent > a {
  color: #ffffff;
}

.secondarylight-links .sub-menu .active > a {
  color: white;
}

.secondarylight-links a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.secondarylight-links .nav-pills .active a,
.secondarylight-links .nav-pills a:hover,
.secondarylight-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #ffffff;
}

.secondarylight-links .nav-pills .active a .caret,
.secondarylight-links .nav-pills a:hover .caret,
.secondarylight-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.tertiary-background {
  background-color: #747474;
}

.tertiary-background-hover:hover {
  background-color: #747474 !important;
  background-image: none;
}

.tertiary-background-gradient,
.navbar-inverse .tertiary-background-gradient {
  background: #747474;
  background: -moz-linear-gradient(top, #747474 0%, #646464 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #747474), color-stop(100%, #646464));
  background: -webkit-linear-gradient(top, #747474 0%, #646464 100%);
  background: -o-linear-gradient(top, #747474 0%, #646464 100%);
  background: -ms-linear-gradient(top, #747474 0%, #646464 100%);
  background: linear-gradient(top, #747474 0%, #646464 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#747474", endColorstr="#646464", GradientType=0);
}

.tertiary-color,
.tertiary-color.favor,
.tertiary-color p,
.tertiary-color div,
.tertiary-color input {
  color: #747474;
}

.tertiary-border {
  border-color: #747474;
}

.tertiary-border-top {
  border-top-color: #747474;
}

.tertiary-border-bottom {
  border-bottom-color: #747474;
}

.tertiary-border-left {
  border-left-color: #747474;
}

.tertiary-border-right {
  border-right-color: #747474;
}

.tertiary-headers h1,
.tertiary-headers h2,
.tertiary-headers h3,
.tertiary-headers h4,
.tertiary-headers h5,
.tertiary-headers h6 {
  color: #747474;
}

.tertiary-links a,
.tertiary-links .nav-collapse a {
  color: #747474;
}

.tertiary-links a:hover,
.tertiary-links .active > a,
.tertiary-links .current-menu-parent > a {
  color: #acacac;
}

.tertiary-links .sub-menu .active > a {
  color: white;
}

.tertiary-links a .caret {
  border-top-color: #747474;
  border-bottom-color: #747474;
}

.tertiary-links .nav-pills .active a,
.tertiary-links .nav-pills a:hover,
.tertiary-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #747474;
}

.tertiary-links .nav-pills .active a .caret,
.tertiary-links .nav-pills a:hover .caret,
.tertiary-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.tertiarydark-background {
  background-color: #464646;
}

.tertiarydark-background-hover:hover {
  background-color: #464646 !important;
  background-image: none;
}

.tertiarydark-background-gradient,
.navbar-inverse .tertiarydark-background-gradient {
  background: #464646;
  background: -moz-linear-gradient(top, #464646 0%, #3c3c3c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #3c3c3c));
  background: -webkit-linear-gradient(top, #464646 0%, #3c3c3c 100%);
  background: -o-linear-gradient(top, #464646 0%, #3c3c3c 100%);
  background: -ms-linear-gradient(top, #464646 0%, #3c3c3c 100%);
  background: linear-gradient(top, #464646 0%, #3c3c3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#464646", endColorstr="#3c3c3c", GradientType=0);
}

.tertiarydark-color,
.tertiarydark-color.favor,
.tertiarydark-color p,
.tertiarydark-color div,
.tertiarydark-color input {
  color: #464646;
}

.tertiarydark-border {
  border-color: #464646;
}

.tertiarydark-border-top {
  border-top-color: #464646;
}

.tertiarydark-border-bottom {
  border-bottom-color: #464646;
}

.tertiarydark-border-left {
  border-left-color: #464646;
}

.tertiarydark-border-right {
  border-right-color: #464646;
}

.tertiarydark-headers h1,
.tertiarydark-headers h2,
.tertiarydark-headers h3,
.tertiarydark-headers h4,
.tertiarydark-headers h5,
.tertiarydark-headers h6 {
  color: #464646;
}

.tertiarydark-links a,
.tertiarydark-links .nav-collapse a {
  color: #464646;
}

.tertiarydark-links a:hover,
.tertiarydark-links .active > a,
.tertiarydark-links .current-menu-parent > a {
  color: #909090;
}

.tertiarydark-links .sub-menu .active > a {
  color: white;
}

.tertiarydark-links a .caret {
  border-top-color: #464646;
  border-bottom-color: #464646;
}

.tertiarydark-links .nav-pills .active a,
.tertiarydark-links .nav-pills a:hover,
.tertiarydark-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #464646;
}

.tertiarydark-links .nav-pills .active a .caret,
.tertiarydark-links .nav-pills a:hover .caret,
.tertiarydark-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.tertiarylight-background {
  background-color: #acacac;
}

.tertiarylight-background-hover:hover {
  background-color: #acacac !important;
  background-image: none;
}

.tertiarylight-background-gradient,
.navbar-inverse .tertiarylight-background-gradient {
  background: #acacac;
  background: -moz-linear-gradient(top, #acacac 0%, #949494 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acacac), color-stop(100%, #949494));
  background: -webkit-linear-gradient(top, #acacac 0%, #949494 100%);
  background: -o-linear-gradient(top, #acacac 0%, #949494 100%);
  background: -ms-linear-gradient(top, #acacac 0%, #949494 100%);
  background: linear-gradient(top, #acacac 0%, #949494 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acacac", endColorstr="#949494", GradientType=0);
}

.tertiarylight-color,
.tertiarylight-color.favor,
.tertiarylight-color p,
.tertiarylight-color div,
.tertiarylight-color input {
  color: #acacac;
}

.tertiarylight-border {
  border-color: #acacac;
}

.tertiarylight-border-top {
  border-top-color: #acacac;
}

.tertiarylight-border-bottom {
  border-bottom-color: #acacac;
}

.tertiarylight-border-left {
  border-left-color: #acacac;
}

.tertiarylight-border-right {
  border-right-color: #acacac;
}

.tertiarylight-headers h1,
.tertiarylight-headers h2,
.tertiarylight-headers h3,
.tertiarylight-headers h4,
.tertiarylight-headers h5,
.tertiarylight-headers h6 {
  color: #acacac;
}

.tertiarylight-links a,
.tertiarylight-links .nav-collapse a {
  color: #acacac;
}

.tertiarylight-links a:hover,
.tertiarylight-links .active > a,
.tertiarylight-links .current-menu-parent > a {
  color: #cdcdcd;
}

.tertiarylight-links .sub-menu .active > a {
  color: white;
}

.tertiarylight-links a .caret {
  border-top-color: #acacac;
  border-bottom-color: #acacac;
}

.tertiarylight-links .nav-pills .active a,
.tertiarylight-links .nav-pills a:hover,
.tertiarylight-links .nav-pills .current-menu-parent > a {
  color: white;
  background-color: #acacac;
}

.tertiarylight-links .nav-pills .active a .caret,
.tertiarylight-links .nav-pills a:hover .caret,
.tertiarylight-links .nav-pills .current-menu-parent .caret {
  border-top-color: white;
  border-bottom-color: white;
}

@media (max-width: 480px) {
  h2,
  h2 a {
    font-size: 16px;
    line-height: 24px;
  }
  p,
  p a,
  body {
    font-size: 14px;
    line-height: 22px;
  }
  .hero-unit p {
    font-size: 14px;
    line-height: 22px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Playfair Display, sans-serif;
  font-weight: 100;
}

body,
p {
  font-family: Droid Sans, sans-serif;
  font-weight: 100;
}

.ocbt-container-point {
  z-index: 1;
}

.ocb-logged-in #wrapper {
  background: #ffffff;
}

.ocb-logged-out .sprout-31-offsprout_sw_navCustom .ocb-waypoint-sticky {
  display: none;
}

.ocb-logged-out .sprout-31-offsprout_sw_navCustom .ocb-waypoint-sticky.stuck {
  display: block;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  #sticky-cta {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}
h3,
h4,
h5 {
  margin: 0 0 5px;
}

/*----- JEFF'S EDITS -----*/
#gform_submit_button_1 {
  background: transparent;
  border: 1px solid #1a80b6;
  padding: 15px 20px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  color: #1a80b6;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}
#gform_submit_button_1:hover {
  background: #eeeeee;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ; /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

#awards {
  padding: 50px 0;
}
#awards img {
  max-height: 150px;
  max-width: 150px;
}
#awards .item {
  display: flex;
  align-items: center;
  height: 150px;
  justify-content: center;
}
@media (min-width: 1200px) {
  #awards .awards-carousel {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section4 {
  padding-bottom: 90px;
}

.headerLogo {
  float: left;
}
@media (max-width: 800px) {
  .headerLogo {
    max-width: 200px;
  }
}

.headerPhone {
  float: right;
  font-family: Playfair Display, sans-serif;
  color: #1a80b6 !important;
  font-size: 30px;
  padding-top: 10px;
}
.headerPhone a {
  text-decoration: none;
  color: #1a80b6 !important;
}
.headerPhone.sticky {
  font-size: 18px;
  text-align: right;
  margin-top: -10px;
}
.headerPhone.sticky a {
  display: block;
}
.headerPhone.mobile {
  display: none;
}
@media (max-width: 1199px) {
  .headerPhone.sticky {
    display: none;
  }
}
@media (max-width: 991px) {
  .headerPhone {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .headerPhone {
    font-size: 18px;
    text-align: center;
    width: 200px;
    float: left;
    clear: both;
  }
  .headerPhone a {
    display: block;
  }
  .headerPhone.desktop {
    display: none;
  }
  .headerPhone.mobile {
    display: block;
    font-size: 20px;
  }
  .headerPhone.sticky {
    display: block;
    position: absolute;
    top: 24px;
    right: 15px;
  }
}

.gform_fields {
  list-style-type: none;
}

.ocb-blog-excerpt a {
  display: none;
}

.post-categories {
  list-style-type: none;
}

.alignleft,
.alignnone {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.home #main h2 {
  font-size: 38.5px;
  line-height: 40px;
}

#section2 {
  padding-bottom: 90px;
}

.slick-dots {
  margin: 0 auto;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #464646;
  border-radius: 100%;
}
.slick-dots li.slick-active {
  background: #464646;
}
.slick-dots li:before,
.slick-dots li button {
  display: none;
}

.mobileForm {
  display: none !important;
}

.desktopForm {
  margin: 0 !important;
  padding-left: 25px !important;
}

@media (max-width: 800px) {
  .nav-collapse {
    overflow: visible !important;
    height: auto !important;
    display: none;
  }
  .btn-navbar {
    display: none !important;
  }
  #hero {
    margin-top: -50px;
  }
  .nav-collapse .nav > li {
    background: #fff;
  }
  .ocb-blog-grid-item {
    width: 100%;
    margin-bottom: 15px;
  }
  #content img {
    width: 100%;
  }
  .mobileForm {
    display: block !important;
  }
  #hero .ocb-backcover {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
  }
}
.menu-toggle {
  position: absolute;
  background: #1a80b6;
  color: #fff !important;
  text-decoration: none !important;
  top: 0;
  right: 0;
  width: 80px;
  height: 95px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  box-sizing: border-box;
  display: none;
  transition: all 0.3s ease-in-out;
}
.menu-toggle span {
  margin-bottom: 10px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.menu-toggle i {
  width: 50px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 0 auto 5px;
  transition: all 0.3s ease-in-out;
}
.menu-toggle.open span {
  opacity: 0;
}
.menu-toggle.open i:nth-child(2) {
  transform: rotate(45deg);
}
.menu-toggle.open i:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -8px);
}
.menu-toggle.open i:nth-child(4) {
  opacity: 0;
}
@media (max-width: 800px) {
  .menu-toggle {
    display: block;
  }
}

.mobilenav {
  z-index: 999;
  position: relative;
}

#section6 {
  padding-top: 60px;
  text-align: center;
}

.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex .item {
  width: 48%;
}
@media (max-width: 991px) {
  .flex .item {
    width: 100%;
  }
}

#sidebar h2 {
  font-size: 38.5px;
}

#gform_submit_button_1 {
  background: #1a80b6;
  color: #fff;
}

@media (min-width: 801px) {
  .contactContent,
  .desktopForm {
    position: relative;
  }
  .contactContent {
    left: -50%;
  }
  .desktopForm {
    left: 50%;
  }
}
@media (max-width: 800px) {
  .desktopForm {
    padding-left: 0 !important;
  }
  .gform_fields input,
  .gform_fields textarea {
    border: 1px solid #bbb !important;
    box-shadow: none !important;
  }
}
@media (max-width: 800px) {
  body:not(.home) #page-inner {
    padding-top: 0;
    /*margin-top: -60px;*/
    background: #fff;
    position: relative;
  }
}
.amp-cta {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
  z-index: 99;
}

.mobile-btn {
  display: inline-block;
  background: #d41229;
  padding: 15px;
  color: #fff;
  line-height: 1;
  border-radius: 10px;
  margin: 10px auto;
}

div.amp-wp-inline-77ea64063deade12e68256dd292d5640 {
  padding-bottom: 0 !important;
}

.quote-box {
  display: none;
}

blockquote p {
  font-size: 16px;
}

p.btn-modal {
  display: none;
}

header.header.h_m.h_m_1 {
  padding-top: 120px;
}

.ftr {
  background: #fff;
}

@media (max-width: 768px) {
  .fsp-cnt {
    width: 100%;
  }
}
.h_m_w,
.t-btn:after {
  display: none;
}

.ampMenu {
  display: flex;
  width: 100%;
}

.ampMenu .item {
  width: 33.3333%;
  text-align: center;
  background: #000;
  padding: 10px 0;
}

.ampMenu a,
.ampMenu a:hover,
.ampMenu label {
  color: #fff;
}

.amp-logo {
  margin: 20px 0 35px;
}

.ampMenu .item:nth-child(2) {
  background: #d41229;
}

.content-wrapper {
  margin-top: 110px;
}

.content-wrapper .modal-header,
.modal-body amp-img {
  display: none !important;
}

@media (min-width: 768px) {
  #masthead-inner .row-fluid:nth-child(3) {
    display: none;
  }
}

.ocb-styled-text-wrapper {
  width: 100%;
}
