/******************************************************************
Site Name: BDIv4
Author: DD9

Stylesheet: Main Stylesheet

Here's where the magic happens. First we are calling the bootstrap
LESS files.  Then we'll load Font Awesome.  Any customizations 
should be placed in either custom-variables.less, a new less file,
or the proper file inside less/brew
******************************************************************/
/*
font-family:'TradeGothicW01-BoldCn20 675334';
font-family:'Trade Gothic W01 Cn 18';
font-family:'Trade Gothic W01 Bold 2';
font-family:'Trade Gothic W01 Bold';
font-family:'Trade Gothic W01 Roman';
*/
@font-face {
  font-family: "Trade Gothic W01 Roman";
  src: url("../fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix");
  src: url("../fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix") format("eot"), url("../fonts/c4aef0d4-bfcf-4790-acf5-909881f411e8.woff") format("woff"), url("../fonts/e741f29c-bc18-4343-bff3-db2465a0be3e.ttf") format("truetype"), url("../fonts/853e2a9b-4057-42a5-ad7e-0762cda0b13c.svg#853e2a9b-4057-42a5-ad7e-0762cda0b13c") format("svg");
}
@font-face {
  font-family: "Trade Gothic W01 Bold";
  src: url("../fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix");
  src: url("../fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix") format("eot"), url("../fonts/f51d24dd-8256-43c6-ba1a-6aeae9d3f262.woff") format("woff"), url("../fonts/955ee494-66b2-4eb2-8f19-bc3a088df16d.ttf") format("truetype"), url("../fonts/d5153ad4-7c93-4757-9147-640e69ec4801.svg#d5153ad4-7c93-4757-9147-640e69ec4801") format("svg");
}
@font-face {
  font-family: "Trade Gothic W01 Cn 18";
  src: url("../fonts/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix");
  src: url("../fonts/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix") format("eot"), url("../fonts/fb754dec-aa8f-444c-be48-868464c47ab0.woff") format("woff"), url("../fonts/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf") format("truetype"), url("../fonts/c573d9d0-0726-4b95-aeee-fb621a299563.svg#c573d9d0-0726-4b95-aeee-fb621a299563") format("svg");
}
@font-face {
  font-family: "TradeGothicW01-BoldCn20 675334";
  src: url("../fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix");
  src: url("../fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix") format("eot"), url("../fonts/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"), url("../fonts/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"), url("../fonts/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169") format("svg");
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto Condensed', Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.7;
  color: #231f20;
  background-color: #efefef;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #41AD49;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #666;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 35px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 11.5px;
}
.lead {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #41AD49;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #971e23;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #41AD49;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #971e23;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 23px;
}
dt,
dd {
  line-height: 1.7;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}



.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.7;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 13px;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  color: #231f20;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 79.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 24.22222222%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #efefef;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 21px;
  line-height: inherit;
  color: #231f20;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 58px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 37px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 58px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 58px;
  line-height: 58px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 58px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 58px;
  line-height: 58px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 58px;
  min-height: 41px;
  padding: 17px 32px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 58px;
  height: 58px;
  line-height: 58px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 28px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #675b5e;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn,
.edit_post_link a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary,
.btn-c2a {
  color: #fff;
  background-color: #41AD49;
  border-color: #41AD49;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #41AD49;
  border-color: #41AD49;
}
.btn-primary:hover {
  color: #fff;
  background-color: #41AD49;
  border-color: #41AD49;
  opacity:0.8;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #41AD49;
  border-color: #41AD49;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #79181c;
  border-color: #420d0f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #41AD49;
  border-color: #ac2328;
}
.btn-primary .badge {
  color: #41AD49;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning,
.edit_post_link a {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #41AD49;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #811a1e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-c2a {
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.edit_post_link a {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0  0 -80px;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background-color: #181818;
  border: 1px solid #555;
/*  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.7;
  color: #231f20;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #41AD49;
  /*background-color: #f5f5f5; */
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #41AD49;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 50%;
    right: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  line-height: 58px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 16px 32px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
/*  background-color: #eeeeee;
  border-color: #41AD49; */
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.7;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #efefef;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #efefef;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #41AD49;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #efefef;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 104px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: visible;
}
@media (min-width: 992px) {

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
 /* border-width: 0 0 1px; */
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13.5px 15px;
  font-size: 14px;
  line-height: 23px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
	padding-top:8px;
	padding-bottom:8px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-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);
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #181818;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
  margin-top:50px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
/*  background-color: #e7e7e7;
  color: #555; */
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #000;
  border-color: #000000;
}
.navbar-inverse .navbar-brand {
  color: #919191;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #919191;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #262626;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000000;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #262626;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #919191;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #262626;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #919191;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #919191;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #333;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.7;
  text-decoration: none;
  color: #41AD49;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #811a1e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #41AD49;
  border-color: #41AD49;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #41AD49;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #971e23;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #41AD49;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 23px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #231f20;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #231f20;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #41AD49;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #41AD49;
  border-color: #41AD49;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #41AD49;
}
.panel-primary > .panel-heading .badge {
  color: #41AD49;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #41AD49;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-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-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.7;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: 'Roboto Condensed', Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 6px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 6px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 6px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 6px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #222222;
  text-align: center;
  background-color: white;
  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: -6px;
  border-width: 6px 6px 0;
  border-top-color: white;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 6px;
  margin-bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: white;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 6px;
  margin-bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: white;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: white;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: white;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: white;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 6px;
  margin-top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: white;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 6px;
  margin-top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: white;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-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 {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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: 0;
  left: 0;
  bottom: 0;
  width: 20%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 90px;
    height: 90px;
    margin-top: -30px;
    font-size: 90px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -30px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .navbar-header .navbar-toggle {
	margin-top:35px;  
  }
  .navbar-nav > li > .dropdown-menu {
	margin-top:0!important;  
  }
  .dropdown-menu > li > a {
	padding-top:4px!important;
	padding-bottom:4px!important;  
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.0.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/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../less/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.1');
  src: url('../less/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('../less/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('../less/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('../less/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-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);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-move:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-resize-full:before {
  content: "\f065";
}
.fa-resize-small:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-resize-vertical:before {
  content: "\f07d";
}
.fa-resize-horizontal:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-fullscreen:before {
  content: "\f0b2";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building:before {
  content: "\f0f7";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-expand-o:before {
  content: "\f116";
}
.fa-collapse-o:before {
  content: "\f117";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-o:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-horizontal:before {
  content: "\f141";
}
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: WP Core Styles

This stylesheet contains various snippets of CSS needed for WP Core

******************************************************************/
* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
img {
  max-width: 100%;
  height: auto;
}
.gallery-size-thumbnail-xs .gallery-item {
  background-color: #f5f5f5;
  border: 1px solid white;
  padding: 10px;
  text-align: center;
  margin: 0;
}
.gallery-size-thumbnail-xs .gallery-icon {
  background-color: #fff;
  padding: 1px;
  position: relative;
}
.gallery-size-thumbnail-xs .gallery-icon img::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gallery-size-thumbnail-xs .gallery-icon img {
  border: none;
  padding: 10px 5px;
}
.gallery-size-thumbnail-xs .gallery-caption {
  clear: both;
  text-align: center;
  line-height: 18px;
  margin: 10px 0;
}
/* Method for vertically centering content 
http://css-tricks.com/centering-in-the-unknown */
.gallery-icon {
  text-align: center;
}
.gallery-icon:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.gallery-icon img {
  display: inline-block;
  vertical-align: middle;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
cite {
  font-style: italic;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 2px 0 7px;
  text-align: center;
}
/* end .wp-caption */
.wp-caption.alignleft {
  margin-right: 20px;
}
.wp-caption.alignright {
  margin-left: 20px;
}
/* image gallery styles */
.gallery dl {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}
.gallery dl img {
  border: 2px solid #cfcfcf;
}
/* end .gallery */
@media (max-width: 768px) or print {
  img.alignright,
  .wp-caption.alignright,
  .alignright,
  img.alignleft,
  .wp-caption.alignleft,
  .alignleft,
  img.aligncenter,
  .wp-caption.aligncenter,
  .aligncenter {
    display: block;
    float: none;
    margin: 0 auto 24px;
  }
}
@media (max-width: 768px) {
  .gallery-size-thumbnail-xs br {
    display: none;
  }
  .gallery-size-thumbnail-xs .gallery-item {
    float: none;
    width: 100%;
  }
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Global Stylesheet

Styles and classes used throughout the entire BREW framework

******************************************************************/
html {
  overflow-x: hidden;
  width: 100%;
}
html,
body {
  height: 100%;
}
body {
  position: relative;
  margin: 0;
}
body.admin-bar .navbar-fixed-top {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar .navbar-fixed-top {
    top: 32px;
  }
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0px;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  color: inherit;
}
h1,
.h1 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  text-align: center;
}
h1 a,
.h1 a {
  color: inherit;
}
h2,
.h2 {
  font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
h3,
.h3 {
  font-family: 'Trade Gothic W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.heading-alt {
  letter-spacing: normal;
  text-transform: none;
}
header > span {
  font-family: 'Trade Gothic W01 Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: normal;
}
header > span a {
  color: inherit;
}
/*********************
LINK STYLES
*********************/
a,
a:visited {
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
}
a.full-width {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
blockquote {
	
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 600px;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 2px;
  color: #41ad49;
  background: url(http://bditest.com/wp-content/uploads/Blockquote_website_02.png) no-repeat; margin: 30px 25px; padding: 0px 65px 0px 50px;
  
}


.btn,
.edit_post_link a {
  font-family: 'Trade Gothic W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  /* centered columns styles */
  .row-centered {
    text-align: center;
  }
  .col-centered {
    display: inline-block;
    float: none;
    vertical-align: top;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
  }
  .col-centered.text-center {
    text-align: center;
  }
}
.col-centered {
  text-align: left;
}
@media (max-width: 992px) or print {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) or print {
  header > span {
    letter-spacing: 0.03em;
  }
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Comments

******************************************************************/
/* h3 comment title */
#comments {
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: 1px solid #eeeeee;
  /* number of comments span */
}
#comments > h3 {
  line-height: 1;
}
#comments .comment-container {
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
}
.comment-content,
.comment_content {
  width: 88%;
  float: left;
  padding: 0;
}
.comment-content {
  padding-left: 20px;
}
.comment-nav {
  padding: 10px 20px;
}
.comment-nav ul li {
  list-style-type: none;
}
.commentlist {
  padding-left: 0;
  margin: 40px 0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist ol {
  margin: 0;
}
.commentlist li {
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #fcfcfc;
}
.commentlist .even {
  background: #f9f9f9;
}
.commentlist .comment {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
}
.commentlist .comment img,
.commentlist .comment iframe {
  max-width: 100%;
}
.commentlist .children article {
  border-left: 1px solid #eee;
}
.commentlist .bypostauthor {
  background: #f6d0d2;
}
.commentlist .comment-author {
  width: 10%;
  float: left;
}
.commentlist .comment-author img {
  width: 100%;
  height: auto;
}
.commentlist .alert {
  margin: 10px 0 0 0;
}
.commentlist .vcard img.avatar {
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment-meta {
  color: #777777;
  font-size: 12px;
}
.commentlist .comment-meta cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .comment-meta time {
  float: right;
}
.commentlist .comment-meta time a {
  color: #999;
  text-decoration: none;
}
.commentlist .comment-meta time a:hover {
  text-decoration: underline;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
.comment-prev {
  float: left;
}
.comment-next {
  float: right;
}
#respond {
  padding: 0;
}
#pings {
  padding: 20px;
}
#pings h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
/********************************************/
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Tables

******************************************************************/
#main-content-wrapper table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
  border: 1px solid #ddd;
}
#main-content-wrapper table > thead > tr > th,
#main-content-wrapper table > tbody > tr > th,
#main-content-wrapper table > tfoot > tr > th,
#main-content-wrapper table > thead > tr > td,
#main-content-wrapper table > tbody > tr > td,
#main-content-wrapper table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#main-content-wrapper table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#main-content-wrapper table > caption + thead > tr:first-child > th,
#main-content-wrapper table > colgroup + thead > tr:first-child > th,
#main-content-wrapper table > thead:first-child > tr:first-child > th,
#main-content-wrapper table > caption + thead > tr:first-child > td,
#main-content-wrapper table > colgroup + thead > tr:first-child > td,
#main-content-wrapper table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#main-content-wrapper table > tbody + tbody {
  border-top: 2px solid #ddd;
}
#main-content-wrapper table .table {
  background-color: #efefef;
}
#main-content-wrapper table > thead > tr > th,
#main-content-wrapper table > tbody > tr > th,
#main-content-wrapper table > tfoot > tr > th,
#main-content-wrapper table > thead > tr > td,
#main-content-wrapper table > tbody > tr > td,
#main-content-wrapper table > tfoot > tr > td {
  border: 1px solid #ddd;
}
#main-content-wrapper table > thead > tr > th,
#main-content-wrapper table > thead > tr > td {
  border-bottom-width: 2px;
}
#main-content-wrapper table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Form Styles

******************************************************************/
.form-control {
  height: auto;
}
.respond-form {
  margin: 0 0 10px;
}
.respond-form ul {
  padding-left: 0;
  padding-bottom: 20px;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
  border: none;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
select:-moz-focusring {
  color: #58595B;
  color: transparent;
  text-shadow: 0 0 0 #000;
}
button::-moz-focus-inner {
  border: 0;
}
#content-wrapper .field-wrap {
  margin-bottom: 15px;
}
#content-wrapper .label-above label {
  margin-bottom: 0;
}
.field-wrap .ninja-forms-field {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: 4px 6px;
  display: inline-block;
  color: #777777;
  height: auto;
  width: auto;
  border: 1px solid #CCC;
  border-radius: 0;
}
.field-wrap .ninja-forms-field:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.field-wrap .ninja-forms-field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.field-wrap .ninja-forms-field:-ms-input-placeholder {
  color: #999;
}
.field-wrap .ninja-forms-field::-webkit-input-placeholder {
  color: #999;
}
.field-wrap .ninja-forms-field::-ms-expand {
  border: 0;
  background-color: transparent;
}
.field-wrap .ninja-forms-field[disabled],
.field-wrap .ninja-forms-field[readonly],
fieldset[disabled] .field-wrap .ninja-forms-field {
  background-color: #eeeeee;
  opacity: 1;
}
.field-wrap .ninja-forms-field[disabled],
fieldset[disabled] .field-wrap .ninja-forms-field {
  cursor: not-allowed;
}
textarea.field-wrap .ninja-forms-field {
  height: auto;
}
.field-wrap.submit-wrap input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Trade Gothic W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #41AD49;
  border-color: #ac2328;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline;
  width: auto;
}
.field-wrap.submit-wrap input[type=submit]:focus,
.field-wrap.submit-wrap input[type=submit]:active:focus,
.field-wrap.submit-wrap input[type=submit].active:focus,
.field-wrap.submit-wrap input[type=submit].focus,
.field-wrap.submit-wrap input[type=submit]:active.focus,
.field-wrap.submit-wrap input[type=submit].active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.field-wrap.submit-wrap input[type=submit]:hover,
.field-wrap.submit-wrap input[type=submit]:focus,
.field-wrap.submit-wrap input[type=submit].focus {
  color: #333;
  text-decoration: none;
}
.field-wrap.submit-wrap input[type=submit]:active,
.field-wrap.submit-wrap input[type=submit].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.field-wrap.submit-wrap input[type=submit].disabled,
.field-wrap.submit-wrap input[type=submit][disabled],
fieldset[disabled] .field-wrap.submit-wrap input[type=submit] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.field-wrap.submit-wrap input[type=submit].disabled,
fieldset[disabled] a.field-wrap.submit-wrap input[type=submit] {
  pointer-events: none;
}
.field-wrap.submit-wrap input[type=submit]:focus,
.field-wrap.submit-wrap input[type=submit].focus {
  color: #fff;
  background-color: #971e23;
  border-color: #420d0f;
}
.field-wrap.submit-wrap input[type=submit]:hover {
  color: #fff;
  background-color: #971e23;
  border-color: #79181c;
}
.field-wrap.submit-wrap input[type=submit]:active,
.field-wrap.submit-wrap input[type=submit].active,
.open > .dropdown-toggle.field-wrap.submit-wrap input[type=submit] {
  color: #fff;
  background-color: #971e23;
  border-color: #79181c;
}
.field-wrap.submit-wrap input[type=submit]:active:hover,
.field-wrap.submit-wrap input[type=submit].active:hover,
.open > .dropdown-toggle.field-wrap.submit-wrap input[type=submit]:hover,
.field-wrap.submit-wrap input[type=submit]:active:focus,
.field-wrap.submit-wrap input[type=submit].active:focus,
.open > .dropdown-toggle.field-wrap.submit-wrap input[type=submit]:focus,
.field-wrap.submit-wrap input[type=submit]:active.focus,
.field-wrap.submit-wrap input[type=submit].active.focus,
.open > .dropdown-toggle.field-wrap.submit-wrap input[type=submit].focus {
  color: #fff;
  background-color: #79181c;
  border-color: #420d0f;
}
.field-wrap.submit-wrap input[type=submit]:active,
.field-wrap.submit-wrap input[type=submit].active,
.open > .dropdown-toggle.field-wrap.submit-wrap input[type=submit] {
  background-image: none;
}
.field-wrap.submit-wrap input[type=submit].disabled:hover,
.field-wrap.submit-wrap input[type=submit][disabled]:hover,
fieldset[disabled] .field-wrap.submit-wrap input[type=submit]:hover,
.field-wrap.submit-wrap input[type=submit].disabled:focus,
.field-wrap.submit-wrap input[type=submit][disabled]:focus,
fieldset[disabled] .field-wrap.submit-wrap input[type=submit]:focus,
.field-wrap.submit-wrap input[type=submit].disabled.focus,
.field-wrap.submit-wrap input[type=submit][disabled].focus,
fieldset[disabled] .field-wrap.submit-wrap input[type=submit].focus {
  background-color: #41AD49;
  border-color: #ac2328;
}
.field-wrap.submit-wrap input[type=submit] .badge {
  color: #41AD49;
  background-color: #fff;
}
#content-wrapper .ninja-forms-form-wrap {
  color: #58595B;
}
#content-wrapper .ninja-forms-form-wrap label {
  font-weight: normal;
}
.text-center-wrap {
  text-align: center;
}
.ninja-forms-required-items,
.ninja-forms-field-error {
  color: #DE5959;
  font-size: 12px;
  font-style: oblique;
}
.ninja-forms-required-items {
  color: #777777;
}
.ninja-forms-error input,
.ninja-forms-error select,
.ninja-forms-error textarea {
  border: 1px solid #DE5959;
}
.ninja-forms-required-items {
  margin-bottom: 10px;
}
.ninja-forms-response-msg {
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
}
.ninja-forms-response-msg p:empty {
  display: none;
}
.ninja-forms-response-msg p {
  margin: 0;
}
.ninja-forms-success-msg {
  background: none repeat scroll 0 0 #ebf6e0;
  border: 1px solid #b3dc82;
  color: #5f9025;
  padding: 20px;
  font-size: 12px;
  line-height: 18px;
}
.ninja-forms-error-msg {
  background: none repeat scroll 0 0 #ffe9e9;
  border: 1px solid #fbc4c4;
  color: #de5959;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Sidebars

******************************************************************/
.widget ul {
  padding: 0;
  margin: 0;
}
.widget ul li {
  padding: 5px 0;
  list-style: none;
}
.sidebar {
  padding-right: 0;
  padding-left: 0;
}
.sidebar .block,
.sidebar .widget {
  border-top: solid 5px #9d9d9d;
  padding: 23px 23px 23px 0;
  margin-bottom: 34.5px;
}
.sidebar.sidebar-left {
  padding-right: 30px;
  width: 15.22222222%;
}
.sidebar.sidebar-left .block,
.sidebar.sidebar-left .widget {
  padding: 23px 0 23px 23px;
}
body.single-product .sidebar.sidebar-right {
  padding-left: 96px;
}
ul.action-links {
  padding-left: 0;
  list-style: none;
}
ul.action-links li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.action-links li a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
ul.action-links li i.fa {
  margin-right: 3px;
}
#sidebar-sticky {
  position: static;
}
.widget_search .input-group-btn:last-child > .btn,
.widget_search .input-group-btn:last-child > .btn-group {
  position: relative;
  z-index: 10;
}
@media (max-width: 1500px) {
  .sidebar.sidebar-left {
    padding-right: 64px;
  }
  body.single-product .sidebar.sidebar-right {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .sidebar.sidebar-left {
    padding-right: 32px;
  }
  body.single-product .sidebar.sidebar-right {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .sidebar .block,
  .sidebar .widget {
    padding: 23px;
  }
  .sidebar .block,
  .sidebar.sidebar-left .block {
    padding: 23px;
  }
  .sidebar.sidebar-left {
    padding-right: 0;
  }
  body.single-product .sidebar.sidebar-right {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .sidebar .block,
  .sidebar.sidebar-left .block {
    padding: 23px 0;
  }
}
@media (min-width: 992px) {
  #sidebar-sticky.sticky {
    position: fixed;
    width: 235px;
  }
}
@media (min-width: 1200px) {
  #sidebar-sticky.sticky {
    position: fixed;
    width: 285px;
  }
}
@media (min-width: 1500px) {
  #sidebar-sticky.sticky {
    position: fixed;
    width: 285px;
  }
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Footer

******************************************************************/
#footer {
  border-top: 7px solid #41AD49;
  background: #222222;
  padding-top: 30px;
  clear: both;
  color: #b3b3b3;
  font-size: 13px;
  position: relative;
  min-height: calc(25vh - 50px);
}
#footer a {
  color: #b3b3b3;
}
#footer li {
  padding: 0 0 11.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0px 0px;
}
#footer .widgettitle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #e6e6e6;
  padding-bottom: 11.5px;
}
#footer-wrapper {
  margin-bottom: 30px;
}
#sub-floor {
  color: #aaa;
  background: #292929;
  padding: 10px 0;
  font-size: 10px;
}
.copyright {
  text-align: center;
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
  }
}
.attribution {
  text-align: center;
}
@media (min-width: 992px) {
  .attribution {
    text-align: right;
  }
}
.widgetFooter {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .widgetFooter {
    padding-bottom: 0px;
  }
}
#footer #mc_embed_signup form {
  padding: 5px 0 0;
}
#footer #mc_embed_signup .mc-field-group {
  min-height: auto;
  width: 100%;
}
#footer #mc_embed_signup input {
  clear: left;
  border:none;
}
#footer #mc_embed_signup input[type=submit] {
  border-radius:0;
  background-color:transparent;
  color:#41ad49;
  border:1px solid #41ad49;
}
#footer #mc_embed_signup input[type=submit]:hover {
  background-color:#41ad49;
  color:#fff;
}
#footer #mc_embed_signup .mc-field-group input {
  color: #231f20;
  padding: 4px 0;
  background-color: #ddd;
}
#footer #mc_embed_signup .indicates-required {
  float: right;
  margin: 0;
}
#footer #mc_embed_signup .asterisk {
  color: #41AD49;
  font-size: 150%;
}
#footer #mc-embedded-subscribe {
  margin: 7px 0 0;
}
#footer #mc_embed_signup div#mce-responses {
  padding: 0;
  width: auto;
  margin: 0;
}
#footer #mc_embed_signup #mce-success-response {
  background-color: #dff0d8;
  font-weight: normal;
  padding: 15px;
  width: 100%;
}
#footer .mc-field-group-firstname,
#footer .mc-field-group-lastname {
  display: none;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Header & Navigation

******************************************************************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.dropdown-menu {
  border: none;
  border-radius: 0;
  line-height: 18px;
}
.dropdown-menu > li {
  margin-bottom: 0px;
}
.dropdown-menu > li > a {
  white-space: normal;
  line-height: inherit;
  color: #fff;
  padding: 0 15px;
  line-height:30px;
  border-bottom:1px solid #555;
  font-size:13px;
}
.dropdown-menu > li:last-child > a {
	border:none;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 4px;
}
.dropdown-menu > li > a:hover {
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
  background-color: transparent;
  color: #41AD49;
}
.header .navbar-brand {
  padding:15px 10px;
}
.header .navbar-brand:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.header nav {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
}
.header nav .navbar {
/*  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); */
	border:none;
}
@media (max-width: 992px) {
  .header .navbar.navbar-fixed-top {
    position: relative;
    margin-bottom: 0px;
  }
}
.header .navbar.navbar-fixed-top #menu-primary > li > a {
  color: #fff;
 /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); */
}
.header .navbar.navbar-fixed-top #menu-primary > li > a:hover {
  color: #41AD49;
}
.header .navbar.navbar-fixed-top #menu-primary > .open > a,
.header .navbar.navbar-fixed-top #menu-primary > .open > a:hover,
.header .navbar.navbar-fixed-top #menu-primary > .open > a:focus {
 /* color: #333; */
}
.header .navbar.navbar-fixed-top #menu-primary > .active.open > a,
.header .navbar.navbar-fixed-top #menu-primary > .active.open > a:hover,
.header .navbar.navbar-fixed-top #menu-primary > .active.open > a:focus {
/*  background-color: #e7e7e7;
  color: #41AD49; */
}
.header .navbar.navbar-inverse.navbar-fixed-top #menu-primary > li > a {
  color: #919191;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.header .navbar.navbar-inverse.navbar-fixed-top #menu-primary > li > a:hover {
  color: #fff;
}
/* Current page highlighting */
.navbar.navbar-fixed-top #menu-primary.nav > li.active > a,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-item > a,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-parent > a,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-page-ancestor > a,
.navbar.navbar-fixed-top #menu-primary.nav > li.active > a:hover,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-item > a:hover,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-parent > a:hover,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-page-ancestor > a:hover,
.navbar.navbar-fixed-top #menu-primary.nav > li.active > a:focus,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-item > a:focus,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-parent > a:focus,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-page-ancestor > a:focus {
  background-color: transparent;
/*  color: #41AD49; */
  color: #41AD49;
}
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-item.open > a,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-parent.open > a,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-page-ancestor.open > a,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-item.open > a:hover,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-parent.open > a:hover,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-page-ancestor.open > a:hover,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-item.open > a:focus,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-menu-parent.open > a:focus,
.navbar.navbar-fixed-top #menu-primary.nav > li.current-page-ancestor.open > a:focus {
/*  background-color: #e7e7e7;
  color: #41AD49; */
  color: #41AD49;

}
.navbar-inverse #menu-primary.nav > li.current-menu-item > a,
.navbar-inverse #menu-primary.nav > li.current-menu-parent > a,
.navbar-inverse #menu-primary.nav > li.current-page-ancestor > a {
  background-color: #262626;
}
.blog .navbar-default li#menu-item-239 > a,
.archive .navbar-default li#menu-item-239 > a,
.single-post .navbar-default li#menu-item-239 > a,
.blog .navbar-default li#menu-item-240 > a,
.archive .navbar-default li#menu-item-240 > a,
.single-post .navbar-default li#menu-item-240 > a {
  color: #41AD49;
}
.blog .navbar-inverse li#menu-item-239 > a,
.archive .navbar-inverse li#menu-item-239 > a,
.single-post .navbar-inverse li#menu-item-239 > a {
  background-color: #262626;
}
.single-product .navbar-default li#menu-item-3057 > a {
  color: #41AD49;
}
.single-product .navbar-inverse li#menu-item-3057 > a {
  background-color: #262626;
}
.single-service .navbar-default li#menu-item-3058 > a {
  color: #41AD49;
}
.single-service .navbar-inverse li#menu-item-3058 > a {
  background-color: #262626;
}
.nested-nav {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #eeeeee;
  padding-top: 11.5px;
  margin: 0;
}
.nested-nav .children {
  padding-left: 0;
  list-style: none;
}
.nested-nav .children li {
  margin-bottom: 10px;
}
.nested-nav .children li a {
  line-height: 15px;
  padding: 3px 9px;
}
.nested-nav .children .children {
  display: none;
  padding-left: 11.5px;
  margin-top: 5px;
}
.nested-nav .children .children > li {
  margin-bottom: 5px;
}
.nested-nav li.nested-nav-group {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  margin-bottom: 0px;
  padding-top: 12px;
}
.nested-nav li.nested-nav-group > h4 {
  padding-right: 20px;
  padding-bottom: 6px;
  padding-top: 5px;
  margin-bottom: 0;
}
.nested-nav li.nested-nav-group h5 {
  margin-bottom: 0;
}
.nested-nav > li:last-child {
  margin-bottom: 0;
}
.nested-nav li.current_page_item > a {
  background-color: #eeeeee;
  color: #777777;
}
.nested-nav li.current_page_item > h4 > a {
  color: #41AD49;
}
.nested-nav li.current_page_item.page_item_has_children .children .children,
.nested-nav li.current_page_ancestor.page_item_has_children .children .children,
.nested-nav li.current_page_item.page_item_has_children .children,
.nested-nav li.current_page_ancestor.page_item_has_children .children {
  display: block;
}
#products-nav-mobile {
  background-color: #fff;
  border: none;
  border-top: solid 5px #9d9d9d;
  display: none;
  margin-bottom: 0;
}
#products-nav-mobile .nested-nav {
  border-top: none;
}
#products-nav-mobile .navbar-brand.h3 {
  color: #231f20;
  margin-bottom: 0;
  padding-left: 23px;
}
#products-nav-mobile .navbar-toggle {
  margin-right: 23px;
}
#products-nav-mobile .navbar-collapse {
  padding-left: 23px;
  padding-right: 23px;
}

/******************************************************************
Site Name: Brew
Author: Dan Brown

Stylesheet: Body

Wordpress automatically adds classes to certain pages.  You can target
pages with something such as  body.tag or body.archive
******************************************************************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/******************************************************************
Site Name: BREW Styles
Author: Dan Brown

Stylesheet: Components

A few random components built for BREW such as breadcrumbs and
next/previous posts

******************************************************************/
/***********************************
TYPOGRAPHY
***********************************/
.lead {
  font-family: 'Trade Gothic W01 Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/***********************************
Next/Previous buttons under posts
***********************************/
.pager li > a,
.pager li > span {
  background-color: #eeeeee;
  border-radius: 0;
  color: #555555;
  padding: 16px 12px;
  width: 50%;
  font-family: 'Trade Gothic W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.pager > li:only-child > a,
.pager > li:only-child > span {
  width: 100%;
}
.pager > li.next > a,
.pager > li.next > span {
  border-left: none;
}
.pager > li:only-child.previous > a,
.pager > li:only-child.previous > span,
.pager > li:only-child.next > a,
.pager > li:only-child.next > span {
  border-left: 1px solid #ddd;
}
/*********************
AUTHOR BOX
*********************/
#author-info {
  padding: 20px;
}
#author-info h4 {
  margin-top: 0;
}
.author-img {
  float: left;
  margin-right: 20px;
}
@media (min-width: 480px) {
  .author-desc {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
  }
}
.social-links {
  float: left;
  padding: 0;
  margin: 0;
}
.social-links li {
  float: left;
  text-decoration: none;
  list-style: none;
}
.social-links a {
  color: #777777;
  padding-right: 15px;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-size: 1.4em;
}
.social-links a:hover {
  color: #231f20;
}
/*********************
BREADCRUMBS
*********************/
.breadcrumb {
  padding: 0;
  margin-bottom: 11.5px;
}
.breadcrumb .active {
  display: none;
}
.single-product .breadcrumb {
  display: inline;
}
/*********************
PAGINATION
*********************/
.pagination li a:hover,
.pagination li a:focus {
  background-color: #41AD49;
  color: #fff;
}
.pagination li .active,
.pagination li span:hover {
  background-color: #d94248;
  color: #fff;
}
/* end pagination */
/*********************
TOGGLE PANELS
// Such as the ones in the 
// sidebar and the Sitemap
*********************/
.panel-tab {
  cursor: pointer;
}
.panel-tab .fa {
  position: absolute;
  top: 14px;
  right: 0;
  height: 23px;
  line-height: 23px;
  width: 24px;
  text-align: center;
}
.panel-tab .fa-minus {
  display: none;
}
.panel-tab.open .fa-plus {
  display: none;
}
.panel-tab.open .fa-minus {
  display: block;
  color:#41AD49;
}
.panel-tab:hover {
  color: #41AD49;
}
@media (max-width: 768px) or print {
  .pager li > a,
  .pager li > span {
    width: 100%;
    display: block;
    margin-bottom: 6px;
  }
  .pager > li.next > a,
  .pager > li.next > span {
    border-left: 1px solid #ddd;
  }
}
/* Shortcodes
----------------------------------------------------------------------------------------*/
/* Video
================================================== */
object,
embed,
iframe {
  max-width: 100%;
}
iframe {
  height: auto;
}
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin: 0 0 20px 0;
}
.video_container iframe,
.video_container object,
.video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Clear Floats
================================================== */
.symple-clear-floats {
  clear: both;
}
.symple-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* Special Link
================================================== */
/* Special List
================================================== */
.special_list ol {
  counter-reset: li;
  margin: 0 0 36px 0;
  padding: 0;
}
.special_list ol li {
  list-style: none outside none;
  margin: 0 0 10px;
  padding: 2px 0 0 40px;
  position: relative;
  min-height: 36px;
}
.special_list ol > li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #41AD49;
  color: #FFF;
  content: counter(li, decimal);
  counter-increment: li;
  display: block;
  font-weight: 800;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 20px;
}
.special_list > p:empty {
  display: none;
}
.special_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.special_list ul li {
  font-family: 'TradeGothicW01-BoldCn20 675334', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
  margin-top: 11.5px;
  margin-bottom: 11.5px;
  font-size: 14px;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0px;
  color: #41AD49;
  margin-bottom: 15px;
  position: relative;
}
.special_list ul li small,
.special_list ul li .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.special_list ul li small,
.special_list ul li .small {
  font-size: 75%;
}
.special_list ul li a {
  color: inherit;
}
.special_list ul li:before {
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f105";
  width: 15px;
  height: 10px;
  display: inline-block;
  font-size: 110%;
}
.special_list ul li:before.pull-left {
  margin-right: .3em;
}
.special_list ul li:before.pull-right {
  margin-left: .3em;
}
/* Spacing
================================================== */
.symple-spacing {
  display: block;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}
.symple-divider {
  clear: both;
}
/* Testimonial
================================================== */
/* Pullquote
================================================== */
.pullquote {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 24px;
}
.pullquote.right {
  border-left: 1px solid #eeeeee;
  margin: 5px 0 12px 12px;
  padding: 12px 0 12px 24px;
  float: right;
  width: 180px;
  font-size: 18px;
  line-height: 24px;
}
.pullquote.left {
  border-right: 1px solid #eeeeee;
  margin: 5px 24px 12px 0;
  padding: 12px 12px 12px 0;
  float: left;
  width: 180px;
  font-size: 18px;
  line-height: 24px;
}
/* Toggle
================================================== */
.symple-toggle {
  margin: 0 0 3px;
  border-top: 1px solid #41AD49;
}
.symple-toggle.last {
  margin-bottom: 1.7;
}
.symple-toggle .symple-toggle-trigger {
  color: #231f20;
  display: block;
  border: none;
  font-size: 20px;
  padding: 0;
  background: none no-repeat right center transparent;
  outline: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: none;
  letter-spacing: normal;
  position: relative;
}
.symple-toggle .symple-toggle-trigger:before,
.symple-toggle .symple-toggle-trigger:after {
  content: " ";
  display: table;
}
.symple-toggle .symple-toggle-trigger:after {
  clear: both;
}
.symple-toggle .symple-toggle-trigger:before,
.symple-toggle .symple-toggle-trigger:after {
  content: " ";
  display: table;
}
.symple-toggle .symple-toggle-trigger:after {
  clear: both;
}
.symple-toggle-trigger > span {
  float: left;
  font-size: 18px;
  padding: 18px 0;
  width: 82%;
}
.toggle_icon {
  display: block;
  float: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  color: #231f20;
}
.symple-toggle-trigger > .toggle_icon .fa {
  display: block;
  margin: 0 auto;
  line-height: 70px;
  width: 24px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 1.1em;
}
.symple-toggle-trigger > .toggle_icon .fa-minus {
  display: none;
}
.symple-toggle .symple-toggle-trigger:hover {
  background: none no-repeat right center transparent;
  color: #41AD49;
  text-decoration: none;
}
.symple-toggle .symple-toggle-trigger.active,
.symple-toggle .symple-toggle-trigger.active:hover {
  color: #41AD49;
  background: none no-repeat right center transparent;
  text-decoration: none;
  border-bottom: none;
}
.symple-toggle .symple-toggle-trigger:hover > .toggle_icon .fa {
  color: #41AD49;
}
.symple-toggle .symple-toggle-trigger.active > .toggle_icon .fa-minus,
.symple-toggle .symple-toggle-trigger.active:hover > .toggle_icon .fa-minus {
  display: block;
  color: #41AD49;
}
.symple-toggle .symple-toggle-trigger.active > .toggle_icon .fa-plus,
.symple-toggle .symple-toggle-trigger.active:hover > .toggle_icon .fa-plus {
  display: none;
  color: #41AD49;
}
.symple-toggle .symple-toggle-container {
  border: none;
  display: none;
  overflow: hidden;
  margin: 0 0 1.7 0;
  padding: 0 0 30px;
}
.symple-toggle-container > p:empty {
  display: none;
}
/* Columns
================================================== */
.symple-one-half {
  width: 48%;
}
.symple-one-third {
  width: 30.66%;
}
.symple-two-third {
  width: 65.33%;
}
.symple-one-fourth {
  width: 22%;
}
.symple-three-fourth {
  width: 74%;
}
.symple-one-fifth {
  width: 16.8%;
}
.symple-two-fifth {
  width: 37.6%;
}
.symple-three-fifth {
  width: 58.4%;
}
.symple-four-fifth {
  width: 67.2%;
}
.symple-one-sixth {
  width: 13.33%;
}
.symple-five-sixth {
  width: 82.67%;
}
.symple-one-half,
.symple-one-third,
.symple-two-third,
.symple-three-fourth,
.symple-one-fourth,
.symple-one-fifth,
.symple-two-fifth,
.symple-three-fifth,
.symple-four-fifth,
.symple-one-sixth,
.symple-five-sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 2em;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.symple-column-last {
  margin-right: 0!important;
  clear: right;
}
.symple-column-last:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media (max-width: 768px) {
  .symple-column,
  .symple-one-half,
  .symple-one-third,
  .symple-two-third,
  .symple-three-fourth,
  .symple-one-fourth,
  .symple-one-fifth,
  .symple-two-fifth,
  .symple-three-fifth,
  .symple-four-fifth,
  .symple-one-sixth,
  .symple-five-sixth {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* Owl Controls - Dots */
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-controls .owl-dot,
.owl-controls .owl-nav .owl-next,
.owl-controls .owl-nav .owl-prev {
  -moz-user-select: none;
  cursor: pointer;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #9d9d9d none repeat scroll 0 0;
}
.owl-dots .owl-dot span {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 10px;
}
/*
*   CUSTOM OVERRIDES
*/
.owl-theme .owl-controls {
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  color: #FFF;
  background-color:#41ad49;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  overflow: hidden;
  font-size: 35px;
  padding: 0;
  height: 60px;
  line-height: 55px;
  width: 50px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-blog .owl-controls .owl-nav .owl-prev,
#home-blog .owl-controls .owl-nav .owl-next {
	background-color:transparent;
}
.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-controls .owl-nav .owl-prev:after,
.owl-controls .owl-nav .owl-prev.disabled,
.owl-controls .owl-nav .owl-next.disabled {
  display: none !important;
}
.row-slideshow {
  padding: 0;
}
.row-slideshow:before,
.row-slideshow:after {
  content: " ";
  display: table;
}
.row-slideshow:after {
  clear: both;
}
.row-slideshow:before,
.row-slideshow:after {
  content: " ";
  display: table;
}
.row-slideshow:after {
  clear: both;
}
.row-slideshow .slide-content {
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.row-slideshow .slide-content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.row-slideshow .centered-content {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
.row-slideshow .slide-content-inner {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.row-slideshow .slide-content-inner p:last-child {
  margin-bottom: 0;
}
.centered-nav-carousel .owl-dots {
  position: absolute;
  top: 20px;
  width: 100%;
}
.centered-nav-carousel .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
}
.centered-nav-carousel .owl-controls .owl-nav .owl-prev {
  float: left;
}
.centered-nav-carousel .owl-controls .owl-nav .owl-next {
  float: right;
}
.standard-carousel.owl-carousel {
  color: #231f20;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  height: 350px;
  margin-bottom: -1px;
}
.standard-carousel.owl-carousel h1,
.standard-carousel.owl-carousel h2,
.standard-carousel.owl-carousel h3,
.standard-carousel.owl-carousel h4 {
  color: #231f20;
}
.standard-carousel.owl-carousel h1 a,
.standard-carousel.owl-carousel h2 a,
.standard-carousel.owl-carousel h3 a,
.standard-carousel.owl-carousel h4 a {
  color: #231f20;
}
.standard-carousel.owl-carousel p {
  color: #231f20;
}
.standard-carousel.owl-carousel .preheading:after {
  border-color: #555555;
}
.standard-carousel.owl-carousel .owl-stage-outer {
  height: 100%;
}
.standard-carousel.owl-carousel .owl-stage {
  height: 100%;
}
.standard-carousel.owl-carousel .owl-item {
  height: 100%;
}
.standard-carousel.owl-carousel .item {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  text-align: center;
  width: 100%;
}
.standard-carousel.owl-carousel .item img {
  max-width: 100%;
  width: auto;
  max-height: 280px;
  display: block;
  margin: 20px auto;
}
.standard-carousel.owl-carousel .caption-text {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  font-size: 11px;
  line-height: normal;
  left: 0;
  padding: 15px 20%;
  position: absolute;
  width: 100%;
}
.standard-carousel.owl-carousel .caption-text p {
  margin: 0px;
}
.standard-carousel.product-carousel {
 /* border-top: 5px solid #9d9d9d; */
	border-top:none;
}
.standard-carousel.product-carousel .owl-controls .owl-nav .owl-prev,
.standard-carousel.product-carousel .owl-controls .owl-nav .owl-next {
  /*background-color: rgba(255, 255, 255, 0.75);
  color: #555555;*/
  background-color:#41ad49;
  color:#fff;
  height: 35px;
  line-height: 25px;
  width: 35px;
}
.showcase-carousel-outer {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.showcase-carousel-outer .owl-nav {
  position: absolute;
  text-align: center;
  top: -75px;
  width: 100%;
}
#home-blog .showcase-carousel-outer .owl-nav {
	top:115px;
}
#home-blog .owl-controls .owl-nav .owl-prev, #home-blog .owl-controls .owl-nav .owl-next {
		
}
#home-blog .owl-controls .owl-nav .owl-prev {
	margin-left:-125px;
}
#home-blog .owl-controls .owl-nav .owl-prev i {
	display:none;
}
#home-blog .owl-controls .owl-nav .owl-next {
	margin-right:-125px;
}
.home-blog-row .owl-controls .owl-nav .owl-prev, .home-blog-row .owl-controls .owl-nav .owl-next {
	color:#c9cacc;
	font-size:50px;
}
.home-blog-row {
	background-color:#fff;
	color:#6F6F6F;	
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	font-size:18px;
	line-height:1.33;
}
.home-blog-date {
	color:#41AD49;
	font-size:17px;	
	text-transform:uppercase;
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	font-weight:700;
	line-height:1.5;
}
.featured-img-bg-container {
	position:relative;	
}
.owl-carousel .owl-item .featured-img-bg-container img {
	width:37px;
	height:37px;
	position:absolute;
	z-index:1;
	bottom:0;
	right:0;	
}

@media (min-width: 1500px) {
}
#home-hero {
  height: 100%;
  background-color: #fff;
  text-align: center;
  position: relative;
}
#home-hero .centered-content {
  vertical-align: middle;
  width: 50%;
  max-width: 650px;
  margin-left: 23px;
  margin-top: -75px;
}
#home-hero .slide-content-inner {
  text-align: left;
}
#home-hero .title-bar {
  background-color: #41AD49;
  font-family: 'Trade Gothic W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  padding: 23px 23px 23px 46px;
  text-align: left;
  margin: 0 46px 0 -46px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  -o-transform: translate(120px, 0);
  transform: translate(120px, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.6, 0.3, 1) 0.6s;
  -o-transition: all 0.4s cubic-bezier(0.3, 0.6, 0.3, 1) 0.6s;
  transition: all 0.4s cubic-bezier(0.3, 0.6, 0.3, 1) 0.6s;
}
#home-hero .slide-text {
  font-size: 20px;
  padding: 28.75px 46px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-120px, 0);
  -ms-transform: translate(-120px, 0);
  -o-transform: translate(-120px, 0);
  transform: translate(-120px, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.6, 0.3, 1) 0.65s;
  -o-transition: all 0.4s cubic-bezier(0.3, 0.6, 0.3, 1) 0.65s;
  transition: all 0.4s cubic-bezier(0.3, 0.6, 0.3, 1) 0.65s;
}
#home-hero .slide-text > *:last-child {
  margin-bottom: 0;
}
#home-hero .slide-text ul {
  padding-left: 0;
  list-style: none;
  padding: 0;
}
#home-hero .slide-text ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
#home-hero .slide-text ul li:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f105";
  width: 15px;
  height: 10px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}
#home-hero .slide-text ul li:before.pull-left {
  margin-right: .3em;
}
#home-hero .slide-text ul li:before.pull-right {
  margin-left: .3em;
}
#home-hero .owl-item.active .title-bar,
#home-hero .owl-item.active .slide-text {
  opacity: 1;
  filter: alpha(opacity=100);
}
#home-hero .owl-item.active .title-bar {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#home-hero .owl-item.active .slide-text {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#home-hero::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
.home-carousel.owl-carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.home-carousel.owl-carousel .owl-stage-outer {
  height: 100%;
}
.home-carousel.owl-carousel .owl-stage {
  height: 100%;
}
.home-carousel.owl-carousel .owl-item {
  height: 100%;
}
.home-carousel.owl-carousel .item {
  background-color: #555555;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.home-carousel.owl-carousel .owl-controls .owl-nav .owl-prev,
.home-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 992px) {
  #home-hero .centered-content {
    margin-left: 0;
    margin-top: 0;
    width: 78%;
  }
  #home-hero .title-bar {
    text-align: center;
    margin: 0;
    padding: 11.5px;
  }
  #home-hero .slide-text {
    font-size: 14px;
    padding: 11.5px;
  }
  #home-hero .slide-text ul > li {
    margin-bottom: 5px;
    line-height: normal;
  }
  #home-hero .slide-text ul > li:before {
    top: 3px;
  }
  .row-slideshow h1 {
    font-size: 26px;
  }
  .row-slideshow h2 {
    font-size: 20px;
  }
  .row-slideshow p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  #home-hero .owl-controls .owl-nav .owl-prev,
  #home-hero .owl-controls .owl-nav .owl-next {
    font-size: 25px;
    height: 40px;
    line-height: 35px;
    width: 30px;
  }
  .centered-nav-carousel .owl-controls .owl-nav .owl-prev {
    float: left;
  }
  .centered-nav-carousel .owl-controls .owl-nav .owl-next {
    float: right;
  }
  .row-slideshow .centered-content {
    width: 90%;
  }
  #bottom-bar {
    display: none;
  }
}
/* Timeline Express Minified Styles 1.0 */
/*	By Evan Herman (http://www.evan-herman.com */
/* -------------------------------------------------- */
.cd-container {
  width: 100%;
  max-width: 822px;
  margin: 0 auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
.cd-timeline-announcement-image {
  box-shadow: none !important;
  max-width: 100%;
  display: block;
  margin: 1em auto;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 3em;
}
#cd-timeline:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #eeeeee;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eeeeee 2%, #eeeeee 98%, #fff 100%);
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 2%, #eeeeee 98%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(2%, #eeeeee), color-stop(98%, #eeeeee), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 2%, #eeeeee 98%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 2%, #eeeeee 98%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 2%, #eeeeee 98%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 2%, #eeeeee 98%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.announcement-banner-image {
  max-width: 100%;
}
.timeline-express-single-page-announcement-date {
  display: block;
  margin-bottom: 1em;
}
@media only screen and (min-width: 822px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 5.5em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  margin: 25px 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 822px) {
  .cd-timeline-block {
    width: 100%;
    margin: -3.5em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #41AD49;
}
@media only screen and (min-width: 822px) {
  .cd-timeline-img {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: .25em;
  padding: 1em;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content .cd-date,
.cd-timeline-content .cd-read-more {
  display: inline-block;
}
.cd-timeline-content .cd-read-more {
  padding: .8em 1em;
  position: relative;
  z-index: 9999;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
  font-size: 12px;
}
.cd-timeline-title-container {
  display: inline-block;
  width: 100%;
  float: left;
  margin: .55em 0;
}
.cd-timeline-title-container h2 {
  float: left;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
}
/* Customizations
-------------------------------------------------- */
.cd-timeline-block {
  min-height: 260px;
}
.cd-timeline-img:after {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f024";
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 18px;
}
.cd-timeline-img:after.pull-left {
  margin-right: .3em;
}
.cd-timeline-img:after.pull-right {
  margin-left: .3em;
}
.cd-timeline-img.event:after {
  content: "\f02e";
}
.cd-timeline-img.cd-picture.event {
  background-color: #41AD49;
}
.timeline-date {
  background-color: #41AD49;
  color: #FFF;
  padding: 6px 24px;
  position: relative;
  height: 34px;
}
.timeline-date.event {
  background-color: #41AD49;
}
.timeline-caret {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 9px;
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 4;
}
#cd-timeline > div:nth-child(odd) .timeline-caret {
  border-left: 8px solid transparent;
  right: -7px;
}
#cd-timeline > div:nth-child(even) .timeline-caret {
  border-right: 8px solid;
  left: -7px;
}
#cd-timeline > div:nth-child(odd) .project .timeline-caret,
#cd-timeline > div:nth-child(even) .project .timeline-caret {
  border-left-color: #41AD49;
  border-right-color: #41AD49;
}
#cd-timeline > div:nth-child(odd) .event .timeline-caret,
#cd-timeline > div:nth-child(even) .event .timeline-caret {
  border-left-color: #41AD49;
  border-right-color: #41AD49;
}
.timeline-image {
  height: 100px;
  width: 100%;
  background-width: 100% !important;
  background-size: cover !important;
  background-repeat: none !important;
  background-position: center center !important;
}
.cd-timeline-content {
  min-height: 120px;
}
.timeline-content {
  padding: 16px 24px;
  font-size: 12px;
  max-height: 240px;
  overflow: hidden;
}
.timeline-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline-links .fa {
  margin: 0 0 0 10px;
}
.hover-overlay {
  background-color: rgba(193, 39, 45, 0.8);
  color: #FFF;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hover-overlay a {
  color: #FFF;
}
.hover-overlay .timeline-links {
  margin-top: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.hover-overlay:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hover-overlay:hover .timeline-links {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}
.centered-wrapper {
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.centered-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.centered-wrapper .centered-content {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cd-timeline-content .the-excerpt {
    display: block;
    float: left;
    width: 100%;
    margin: 1em 0;
    position: relative;
    z-index: 999;
  }
  .cd-timeline-content .cd-date,
  .cd-timeline-content .cd-read-more {
    font-size: 14px;
    font-size: .875rem;
    position: relative;
    z-index: 999;
  }
}
@media only screen and (min-width: 822px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 0;
    width: 44%;
    background: #EFEFEF;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
    color: #333;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 125%;
    top: 15px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
    color: #333;
    padding-right: 0;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more {
    position: relative;
    z-index: 99999;
    padding-left: 0;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 125%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 822px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.more-to-come-container {
  position: relative;
  background: #EFEFEF;
  display: block;
  width: 100%;
  text-align: center;
}
#cd-timeline span.fa {
  color: #fff;
  font-size: 28px;
  display: block;
  text-align: center;
  margin-top: 17px;
}
.cd-timeline-icon-link {
  color: #fff!important;
}
.col50 {
	width:50%;
	padding:0 5px;
	float:left;	
	margin-bottom:15px;
}
.wpcf7-form-control-wrap {
	display:inline-block;
	max-width:100%;	
}
input, button, select, textarea {
	max-width:100%;	
}
.wpcf7-form {
	color: #58595b;	
}
.wpcf7-form label {
	font-weight:normal;	
	margin-bottom:0;
	width:100%;
}
.required-items {
	font-size: 12px;
    font-style: oblique;	
	margin-bottom:10px;
}
#rental-program-form {
	margin-top:25px;	
}
#contact-form-message {
	margin-bottom:15px;	
}
#contact-form-message .wpcf7-form-control-wrap, #contact-form-message textarea.wpcf7-form-control {
	width:100%;
}
.req-symbol {
    color: #ff0000;
}
#subject-select {
	margin-bottom:15px;	
}
#subject-select select.wpcf7-form-control, #subject-select .wpcf7-form-control-wrap {
	width:100%;	
}
#enews-checkbox {
	margin-bottom:15px;
}
#enews-checkbox .wpcf7-form-control-wrap .wpcf7-form-control, #contact-captcha .wpcf7-form-control-wrap .wpcf7-form-control {
	border:none;
	box-shadow:none;	
	padding:0;
}
#enews-checkbox input[type="checkbox"] {
	margin-right:8px;	
}
#enews-checkbox span.wpcf7-list-item {
	margin-left:0;	
}
#contact-captcha {
	overflow:hidden;
	height:110px;
	margin-bottom:15px;	
}
#contact-captcha label {
	width:100%;	
}
#contact-captcha .wpcf7-form-control-wrap {
	width:100%;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: 4px 6px;
  display: inline-block;
  color: #777777;
  height: auto;
  width: auto;
  border: 1px solid #CCC;
  border-radius: 0;
}
.wpcf7-form-control-wrap .wpcf7-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
  color: #999;
}
.wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder {
  color: #999;
}
.wpcf7-form-control-wrap .wpcf7-form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.wpcf7-form-control-wrap .wpcf7-form-control[disabled],
.wpcf7-form-control-wrap .wpcf7-form-control[readonly],
fieldset[disabled] .wpcf7-form-control-wrap .wpcf7-form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.wpcf7-form-control-wrap .wpcf7-form-control[disabled],
fieldset[disabled] .wpcf7-form-control-wrap .wpcf7-form-control {
  cursor: not-allowed;
}
#contact-submit {
	margin-bottom:15px;	
}
#contact-submit input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Trade Gothic W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #41AD49;
  border-color: #41AD49;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline;
  width: auto;
}
#contact-submit input[type=submit]:focus,
#contact-submit input[type=submit]:active:focus,
#contact-submit input[type=submit].active:focus,
#contact-submit input[type=submit].focus,
#contact-submit input[type=submit]:active.focus,
#contact-submit input[type=submit].active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#contact-submit input[type=submit]:hover,
#contact-submit input[type=submit]:focus,
#contact-submit input[type=submit].focus {
  color: #333;
  text-decoration: none;
}
#contact-submit input[type=submit]:active,
#contact-submit input[type=submit].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#contact-submit input[type=submit].disabled,
#contact-submit input[type=submit][disabled],
fieldset[disabled] #contact-submit input[type=submit] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#contact-submit input[type=submit].disabled,
fieldset[disabled] a#contact-submit input[type=submit] {
  pointer-events: none;
}
#contact-submit input[type=submit]:focus,
#contact-submit input[type=submit].focus {
  color: #fff;
  background-color: #41AD49;
  border-color: #41AD49;
}
#contact-submit input[type=submit]:hover {
  color: #fff;
  background-color: #41AD49;
  border-color: #41AD49;
}
#contact-submit input[type=submit]:active,
#contact-submit input[type=submit].active,
.open > .dropdown-toggle#contact-submit input[type=submit] {
  color: #fff;
  background-color: #41AD49;
  border-color: #41AD49;
}
#contact-submit input[type=submit]:active:hover,
#contact-submit input[type=submit].active:hover,
.open > .dropdown-toggle#contact-submit input[type=submit]:hover,
#contact-submit input[type=submit]:active:focus,
#contact-submit input[type=submit].active:focus,
.open > .dropdown-toggle#contact-submit input[type=submit]:focus,
#contact-submit input[type=submit]:active.focus,
#contact-submit input[type=submit].active.focus,
.open > .dropdown-toggle#contact-submit input[type=submit].focus {
  color: #fff;
  background-color: #79181c;
  border-color: #420d0f;
}
#contact-submit input[type=submit]:active,
#contact-submit input[type=submit].active,
.open > .dropdown-toggle#contact-submit input[type=submit] {
  background-image: none;
}
#contact-submit input[type=submit].disabled:hover,
#contact-submit input[type=submit][disabled]:hover,
fieldset[disabled] #contact-submit input[type=submit]:hover,
#contact-submit input[type=submit].disabled:focus,
#contact-submit input[type=submit][disabled]:focus,
fieldset[disabled] #contact-submit input[type=submit]:focus,
#contact-submit input[type=submit].disabled.focus,
#contact-submit input[type=submit][disabled].focus,
fieldset[disabled] #contact-submit input[type=submit].focus {
  background-color: #41AD49;
  border-color: #ac2328;
}
#contact-submit input[type=submit] .badge {
  color: #41AD49;
  background-color: #fff;
}
#content-wrapper .ninja-forms-form-wrap {
  color: #58595B;
}
#content-wrapper .ninja-forms-form-wrap label {
  font-weight: normal;
}
.text-center-wrap {
  text-align: center;
}
.ninja-forms-required-items,
.ninja-forms-field-error {
  color: #DE5959;
  font-size: 12px;
  font-style: oblique;
}
.ninja-forms-required-items {
  color: #777777;
}
.ninja-forms-error input,
.ninja-forms-error select,
.ninja-forms-error textarea {
  border: 1px solid #DE5959;
}
.ninja-forms-required-items {
  margin-bottom: 10px;
}
.ninja-forms-response-msg {
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
}
.ninja-forms-response-msg p:empty {
  display: none;
}
.ninja-forms-response-msg p {
  margin: 0;
}
.ninja-forms-success-msg {
  background: none repeat scroll 0 0 #ebf6e0;
  border: 1px solid #b3dc82;
  color: #5f9025;
  padding: 20px;
  font-size: 12px;
  line-height: 18px;
}
.ninja-forms-error-msg {
  background: none repeat scroll 0 0 #ffe9e9;
  border: 1px solid #fbc4c4;
  color: #de5959;
}


@media only screen and (max-width: 821px) {
  #cd-timeline span.fa {
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 12px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more,
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more {
    padding-left: 0!important;
    position: relative;
    z-index: 99999;
  }
}
.timeline-width100 {
  width: 100%;
}
.timeline-width34 {
  width: 34%;
}
.timeline-width30 {
  width: 30%;
}
.timeline-date-left {
  width: 100%;
  float: left !important;
}
/* BDI Functions & Mixins */
.reset_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fa {
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}
.dark-text {
  color: #231f20;
}
.dark-text h1,
.dark-text h2,
.dark-text h3,
.dark-text h4 {
  color: #231f20;
}
.dark-text h1 a,
.dark-text h2 a,
.dark-text h3 a,
.dark-text h4 a {
  color: #231f20;
}
.dark-text p {
  color: #231f20;
}
.dark-text .preheading:after {
  border-color: #555555;
}
.light-text {
  color: white;
}
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4 {
  color: white;
}
.light-text h1 a,
.light-text h2 a,
.light-text h3 a,
.light-text h4 a {
  color: white;
}
.light-text p {
  color: white;
}
.light-text .preheading:after {
  border-color: white;
}
.muted {
  color: #777777;
}
/* BDI Specific Globals (also check global.less)
-------------------------------------------------- */
html,
body {
  height: 100%;
}
body {
  position: relative;
}
header {
  text-align: center;
}
header > *:last-child {
  margin: 0px;
}
.row-light header h1,
.row-light header h2,
.row-light header .preheading {
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}
.row-dark header h1,
.row-dark header h2,
.row-dark header .preheading {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
header .preheading:after {
  content: '';
  display: block;
  width: 140px;
  margin: 10px auto 10px auto;
  border-bottom: solid 1px #555555;
}
.row-light header .preheading:after {
  border-bottom: solid 1px #555555;
}
.row-dark header .preheading:after {
  border-bottom: solid 1px white;
}
.navbar-fixed-top {
  -webkit-transform: translateZ(0);
}
#content-wrapper {
  position: relative;
  padding-top: 104px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#content-wrapper.custom-background-image {
  background-position: center center;
  background-size: cover;
}
#content-wrapper.default-background-image {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 72%, #ffffff 100%), url('/wp-content/themes/bdiv4/backgrounds/rail-bridge-faded.jpg');
}

.page-template-page-template-index-php #content-wrapper.default-background-image {
  background-image: none;
}
.page-template-page-services #content-wrapper.default-background-image {
  background-image: none;
  background:#fff;
}
.edit_post_link {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 2000;
}
ul.bdi-icons {
  padding-left: 0;
  list-style: none;
}
ul.bdi-icons li.disabled a {
  transition-property: all;
  transition-duration: .3s;
  opacity: .9;
}
ul.bdi-icons li.disabled a span {
  color: #919191;
  opacity: .6;
}
ul.bdi-icons li a span {
  font-family: "bdi";
}
.tooltip {
  font-family: 'Trade Gothic W01 Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.btn {
  transition-property: all;
  transition-duration: .3s;
}
a:focus {
  outline: none;
  outlin-offset: 0;
}
a,
a:visited {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* ROWS structure for index
-------------------------------------------------- */
section {
  padding-top: 69px;
  padding-bottom: 69px;
  position: relative;
}
section header {
  margin-bottom: 69px;
}
section.row-slideshow,
section.row-split {
  padding-top: 0px;
  padding-bottom: 0px;
}
section .container {
  position: relative;
}
.row-structures {
  text-align: center;
}
.row-structures ul.bdi-icons {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  line-height: 120px;
  position: relative;
}
.row-structures ul.bdi-icons > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.row-structures ul.bdi-icons h4 {
  margin-top: 25px;
}
.row-structures ul.bdi-icons li {
  padding-left: 25px;
  padding-right: 25px;
}
.row-structures ul.bdi-icons li .icon-holder {
  font-size: 100px;
  background-color: #555555;
  transition-property: all;
  transition-duration: 1s;
  transition-delay: 0s;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  overflow: hidden;
  margin: 0px 20px;
  text-align: center;
}
.row-structures ul.bdi-icons li .icon-holder a {
  display: block;
  text-align: center;
  vertical-align: center;
  line-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.row-structures ul.bdi-icons li .icon-holder a:hover {
  text-decoration: none;
}
.row-structures ul.bdi-icons li.skrollable.skrollable-after .icon-holder {
  transform: scale(1.2);
  background-color: #231f20;
  transform-origin: center center;
}
.block {
  position: relative;
}
.block .featured-img-bg {
  border-bottom: 1px solid #eeeeee;
}
.block .block-content {
  padding: 23px 32px;
}
.home-blog-row .block .block-content {
  padding: 23px 32px 6px 0;
}
.block .block-content > *:last-child {
  margin-bottom: 0;
}
.block .block-content .excerpt-read-more {
  display: none;
}
.block.block-link:hover {
  color: #41AD49;
}
.block.block-link:hover .featured-img-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.block.block-sm .featured-img-bg {
  height: 180px;
}
.block.block-sm .block-content {
  padding: 16px 12px;
}
.block.block-bordered {
  border: 1px solid #eeeeee;
}
.block.bg-img {
  height: 300px;
  background-width: 100% !important;
  background-size: cover !important;
  background-repeat: none !important;
  background-position: center center !important;
}
.row-showcase .row-centered [class^="col"],
.row-showcase .row-centered [class*=" col"] {
  max-width: 425px;
}
.row-showcase .block {
  color: #231f20;
  background-color: white;
  border-bottom: solid 10px #41AD49;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto 23px;
  max-width: 360px;
}
.home-blog-row .block, .home-blog-row .block p {
	color:#6F6F6F;		
}
a.read-more-link {
	color:#6f6f6f;	
}
a.read-more-link:hover {
	color: #41ad49;
}
.home-blog-row .block .featured-img-bg {
-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -webkit-filter: grayscale(100%);
         filter: gray;
         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");	
}
.home-blog-row .block h3 {
  color: #231f20;
  margin:18px 0 0 0;
}
.home-blog-row .block {
	box-shadow:none;
	border-bottom:none;
	position:relative;
	z-index:10;
}
.home-blog-row h2 {
	text-align:left;	
	color:#231F1F;
	font-size:48px;
	font-weight:700;
}
.row-showcase .block .featured-img-bg {
  height: 230px;
}
.row-showcase .block img {
  display: block;
  margin: 0 auto;
}
.row-photo-blocks .block {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 23px;
  overflow: hidden;
}
.row-photo-blocks .block .featured-img-bg {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-bottom: none;
}
.row-photo-blocks .block .block-content-group {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  margin-top: -10px;
  padding: 16px 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.row-photo-blocks .block .block-title {
  font-size: 28px;
  margin: 0;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.row-photo-blocks .block .block-content {
  max-height: 0;
  margin-top: -20px;
  overflow: hidden;
  padding: 11.5px 11.5px 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease, max-height 0.2s, margin-top 0.3s ease;
  -o-transition: opacity 0.3s ease, max-height 0.2s, margin-top 0.3s ease;
  transition: opacity 0.3s ease, max-height 0.2s, margin-top 0.3s ease;
}
@media (min-width: 1200px) {
  .row-photo-blocks .block:hover .block-title {
    margin: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .row-photo-blocks .block:hover .block-content {
    max-height: 400px;
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease 0.1s, max-height 0.2s ease, margin-top 0.3s ease;
    -o-transition: opacity 0.3s ease 0.1s, max-height 0.2s ease, margin-top 0.3s ease;
    transition: opacity 0.3s ease 0.1s, max-height 0.2s ease, margin-top 0.3s ease;
  }
}
.list-columns {
  padding-left: 0;
  list-style: none;
}
.list-columns > li > a {
  display: block;
  border-top: solid 1px #eeeeee;
  margin-bottom: 2px;
  padding: 4px 0px;
}
.list-2-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-width: 150px;
  -moz-column-width: 150px;
  column-width: 150px;
}
.list-2-columns li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
}
.use-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
}
.row-split {
  background-color: #231f20;
  overflow: hidden;
  position: relative;
  color: white;
}
.home-split-section {
	background-color:#fff;	
}
.home-split-section .block p {
	color:#6f6f6f;
	margin-bottom:32px;
}

a.btn-grn {
	border-radius:0;
	border:2px solid #41AD49;
	background-color:transparent;
	font-size:16px;
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	letter-spacing:0.8px;
	color:#41AD49;
	line-height:55px;
	padding:0 28px;
	font-weight:700;
}
a.btn-grn:hover {
	background-color:#41AD49;
	color:#fff;
}
.home-split-section header h1 {
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	font-weight:700;
	font-size:48px;
	color:#231F1F;
	text-align:left;	
	letter-spacing:0.4px;
}
.home-split-section header h2 {
	margin-top:40px;
	font-size:22px;	
	letter-spacing:0;
}
.little-black-box-underline {
	width:95px;
	height:9px;
	float:left;	
	background-color:#231F1F;
}

.row-split h1,
.row-split h2,
.row-split h3,
.row-split h4 {
  color: white;
}
.row-split h1 a,
.row-split h2 a,
.row-split h3 a,
.row-split h4 a {
  color: white;
}
.home-split-section h1,
.home-split-section h2,
.home-split-section h3,
.home-split-section h4 {
  color: #41AD49;
  text-align:left;
}
.home-split-section h1 a,
.home-split-section h2 a,
.home-split-section h3 a,
.home-split-section h4 a {
  color: #41AD49;
}
.home-split-section header {
	text-align:left;
	margin-bottom:0;	
}

.row-split p {
  color: white;
}
.row-split .preheading:after {
  border-color: white;
}
.row-split header {
  margin-bottom: 23px;
}
.row-split h2 {
  font-size: 28px;
}
.row-split h2 a:hover {
  text-decoration: none;
}
.row-split .left-half {
  background-color: #d94248;
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
}
.home-split-section .left-half {
  background-color: #fff;
}
.home-split-section .container {
	width:100%;	
	padding:0;
}
.home-split-section .row {
	margin:0;
	padding:0;	
}
.home-split-section .col-md-6 {
	position:relative;
	padding-left:20.4%;
	padding-right:4.13%;
}
.home-split-section .col-md-6 .side-image-holder {
	width:33.33%;
	height:100%;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
}
.row-split .block {
  margin: 0 auto;
  max-width: 564px;
  text-align: center;
  padding: 69px 23px;
}
.home-split-section .block {
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	padding:65px 0;	
	text-align:left;
	font-size:18px;
	line-height:1.33;
}

.row-split .block p {
  margin-bottom: 23px;
}
.row-split .block .lead-image img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 10px solid white;
  margin-bottom: 23px;
}

.row-dark {
  background-color: #222222;
  color: #eeeeee;
}
.row-dark header {
  color: #eeeeee;
}
.row-dark-gradient {
  background-image: -webkit-linear-gradient(top, #231f20 0%, #616161 100%);
  background-image: -o-linear-gradient(top, #231f20 0%, #616161 100%);
  background-image: linear-gradient(to bottom, #231f20 0%, #616161 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff231f20', endColorstr='#ff616161', GradientType=0);
  color: #eeeeee;
}
.row-dark-gradient header {
  color: #eeeeee;
}
.row-dark-gradient a:hover,
.row-dark-gradient a:focus {
  color: #eeeeee;
}
.row-bg-img {
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-dark.row-bg-img {
  background-image: url('/wp-content/themes/bdiv4/backgrounds/train.jpg');
}
.row-light.row-bg-img {
  background-color: #eeeeee;
  background-image: url('/wp-content/themes/bdiv4/backgrounds/rail-bridge-2.jpg');
}
.row-wrapper {
  padding-bottom: 0px;
}
.row-wrapper.flush-header {
  padding-top: 0px;
}
.row-wrapper.flush-header #main-content-wrapper > header {
  padding: 10px;
  margin: 0px;
}
.row-wrapper #main-content-wrapper {
  background-color: white;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 60vh;
  padding-bottom: 34.5px;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  border-radius: 1% 1% 1% 1% 1% 1% 1%;
}
.page-template-page-services .row-wrapper #main-content-wrapper {
	box-shadow:none;
}
#banner-area img {
	width:100%;
	height:auto;	
}
.page-template-page-services header h1 {
    color: #231f1f;
    font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-align: left;
	margin-top:48px;
}
.row-wrapper #main-content-wrapper .content-row {
  padding-left: 0px;
  padding-right: 0px;
}
.row-wrapper #main-content-wrapper header#primary-header {
  padding-left: 92px;
  padding-right: 92px;
}
.page-template-page-services .row-wrapper #main-content-wrapper header#primary-header {
  padding-left: 0px;
  padding-right: 0px;
}
.row-wrapper #main-content-wrapper .block {
  margin-bottom: 34.5px;
}
header .header-content {
  max-width: 850px;
  margin: 0 auto;
}
#tabs-nav-wrapper {
  background-color: #41AD49;
  max-height: 67px;
  overflow: hidden;
}
#tabs-nav-wrapper .nav-tabs {
  border: none;
  background-color: #41AD49;
  padding-left: 54px;
}
#tabs-nav-wrapper .nav-tabs > li {
  margin-bottom: 0px;
}
#tabs-nav-wrapper .nav-tabs > li > a {
  font-family: 'Trade Gothic W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 0px;
  border: none;
  background-color: #41AD49;
  color: #DAF1DC;
  padding: 20px 15px;
  transition-property: all;
  transition-duration: .3s;
}
#tabs-nav-wrapper .nav-tabs > li > a:hover {
  color: white;
}
#tabs-nav-wrapper .nav-tabs > li.active > a {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
#tabs-nav-wrapper .nav-tabs > li.active > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  bottom: -1px;
  left: 44%;
}
#tabs-nav-wrapper.tabs-nav-centered .nav-tabs {
  padding-left: 0;
  text-align: center;
}
#tabs-nav-wrapper.tabs-nav-centered .nav-tabs > li {
  display: inline-block;
  float: none;
}
#tabs-content-wrapper .tab-pane {
  padding: 34.5px 64px 34.5px 64px;
}
#tabs-content-wrapper .tab-pane-title {
  display: none;
}
.content-row.no-sidebar .tab-pane {
  padding-top: 34.5px;
}
.top-red-border {
  border-top: solid 5px #41AD49;
}
#jump-menu {
  display:none;
  width: 100%;
  background-color: #41ad49;
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 1031;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#jump-menu #jump-menu-inner {
  background-color: #41AD49;
  padding: 0 30px;
}
#jump-menu #subsection_nav_toggle {
  border: none;
  display: block;
  width: 100%;
}
#jump-menu .dropdown {
  float: right;
  margin: 10px 0;
  min-width: 220px;
}
#jump-menu #subsection_nav {
  width: 100%;
}
#jump-menu.scrolled {
/*  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  */
}
#jump-menu.scrolled #top_link {
  top: 10px;
}
#top_link {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 3px;
  color: #58595B;
  font-size: 10px;
  height: 28px;
  left: 0;
  line-height: 16px;
  margin-left: 30px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: -100px;
  width: 33px;
  z-index: 100;
}
@media (min-width: 992px) {
  #jump-menu {
    display: none;
  }
}
#main-content-wrapper ul.bdi-icons {
  font-size: 50px;
  line-height: 60px;
  width: 100px;
  position: absolute;
  left: -100px;
  top: 0px;
}
#main-content-wrapper ul.bdi-icons .disabled > a:hover,
#main-content-wrapper ul.bdi-icons .disabled > a:focus {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #41AD49;
  cursor: default;
}
#main-content-wrapper ul.bdi-icons a {
  background-color: #eeeeee;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: center;
  line-height: 70px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-content-wrapper ul.bdi-icons a:hover {
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.sitemap-group {
  margin-bottom: 46px;
}
.sitemap-group li:contains-element(i) {
  display: none;
}
.sitemap-group .nested-nav .children {
  margin-bottom: 23px;
}
.sitemap-group .nested-nav .children li {
  margin-bottom: 0;
}
.sitemap-group .nested-nav .children > li {
  background-color: #f5f5f5;
  margin-bottom: 3px;
  padding: 10px;
}
.sitemap-group .nested-nav .children > li > *:last-child {
  margin-bottom: 0;
}
.sitemap-group .nested-nav .children li a {
  padding: 3px 0;
}
.sitemap-group .nested-nav .children ul {
  margin-bottom: 10px;
}
.sitemap-group .nested-nav .children ul > li {
  margin-bottom: 5px;
}
.hentry {
  border-top: solid 5px #41AD49;
}
.featured-content {
  margin: 0;
  padding: 0;
}
.featured-img-bg {
  height: 300px;
  background-width: 100% !important;
  background-size: cover !important;
  background-repeat: none !important;
  background-position: center center !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.featured-img img {
  width: 100%;
  height: auto;
}
.article-header {
  margin-bottom: 23px;
}
.entry-content {
  padding: 23px 64px 34.5px 64px;
}
.article-footer {
  color: #777777;
  font-size: 12px;
  padding-top: 23px;
  margin-top: 23px;
  border-top: 1px solid #eeeeee;
}
.sticky-ind {
  padding: 0 5px;
  display: inline;
  color: #41AD49;
}
#author-blocks {
  padding-top: 34.5px;
}
.user-title {
  font-weight: bold;
  color: #41AD49;
  font-family: 'Roboto Condensed', Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 992px) {
  /* Single Service - Add extra padding to account for page nav */
  body.single-service #tabs-content-wrapper .tab-pane {
    padding-bottom: 92px;
  }
  .single-service-pager {
    bottom: 0;
    margin: 0;
    position: absolute;
    width: 100%;
  }
  .single-service-pager .pager {
    margin-bottom: 0;
  }
  .single-service-pager .pager > li:only-child > a,
  .single-service-pager .pager > li:only-child > span {
    border-left: none;
    border-right: none;
    width: 100%;
  }
  .single-service-pager .pager > li.previous > a,
  .single-service-pager .pager > li.previous > span,
  .single-service-pager .pager > li.next > a,
  .single-service-pager .pager > li.next > span {
    border-left: none;
  }
  .single-service-pager .pager > li.next > a,
  .single-service-pager .pager > li.next > span {
    border-right: none;
  }
}
.entry-content-right .block-group {
  padding: 18px 0px 10px 35px;
}
.entry-content-right #tabs-content-wrapper .tab-pane {
  padding: 23px 0 23px 0;
}
.entry-content-right #tabs-nav-wrapper .nav-tabs {
  padding-left: 0;
}
.entry-content-right.no-sidebar #tabs-content-wrapper .tab-pane {
  padding-right: 96px;
}
.horz-thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.horz-thumbs li {
  padding-bottom: 34.5px;
  margin-bottom: 34.5px;
  border-bottom: 2px solid #eeeeee;
}
.horz-thumbs li:before,
.horz-thumbs li:after {
  content: " ";
  display: table;
}
.horz-thumbs li:after {
  clear: both;
}
.horz-thumbs li:before,
.horz-thumbs li:after {
  content: " ";
  display: table;
}
.horz-thumbs li:after {
  clear: both;
}
.horz-thumbs li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.horz-thumb-block .thumb-image {
  width: 20%;
  max-width: 125px;
}
.horz-thumb-block .thumb-caption {
  float: left;
  width: 75%;
}
.horz-thumb-block header {
  text-align: left;
}
#bottom-bar {
  bottom: 50px;
  height: 100px;
  left: 50%;
  margin-left: -80px;
  padding: 30px 0;
  position: absolute;
  text-align: center;
  width: 160px;
  z-index: 11;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#bottom-bar h5 {
  margin: 0;
}
#bottom-bar a:focus {
  outline: none;
  border: none;
}
#bottom-bar a:hover {
  text-decoration: none;
}
#bottom-bar .arrow-down {
  color: #41AD49;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  height: 35px;
  width: 60px;
  line-height: 35px;
  bottom: 15px;
  font-size: 36px;
  -webkit-perspective: 1000;
}
#bottom-bar.advance-home {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 50px;
}
#bottom-bar.advance-home a {
  color: #FFF;
}
#bottom-bar.scrolled {
  opacity: 0;
  filter: alpha(opacity=0);
}
@-webkit-keyframes bounce-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(5px);
  }
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
  }
}
@keyframes bounce-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(5px);
  }
}
.icon-animated {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: bounce-down 1.5s infinite;
  /* Safari 4+ */
  -moz-animation: bounce-down 1.5s infinite;
  /* Fx 5+ */
  -o-animation: bounce-down 1.5s infinite;
  /* Opera 12+ */
  animation: bounce-down 1.5s infinite;
}
.row-px-divider {
  padding: 0;
}
#new-home-hero {
	height:1000px;
	position:relative;	
	padding:20px 0;
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	background-size:cover;
	background-position:50% 50%;
}
#home-hero-container {
	position:absolute;
	z-index:2;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:24px;
	visibility:hidden;
}
#home-hero-container strong {
	color: #41ad49;
	font-weight:700;
}
#home-hero-heading {
	width:90%;
	max-width:610px;
	margin:0 auto;
	font-weight:700;
	font-size:50px;	
	line-height:1;
	text-transform:uppercase;
	padding-bottom:10px;
}
#home-hero-content {
	width:90%;
	max-width:610px;
	margin:0 auto;	
	line-height:1.33;
}
.services-content {
/*	max-height:0px;	
	transition: max-height 0.15s ease-out;
	transition: padding 0.15s ease-out; */
	display:none;
	padding:38px 8.5%;
	overflow:hidden;
	position:absolute;
	bottom:92px;
	z-index:1000;
	width:100%;
	width:calc(100%+2px);
	left:0;
	background-color:#eee;
	color:#231F1F;
	font-size:18px;
	text-align:left;
	text-transform:none;
	transition:none;
	
}
.services-button {
	width:16.6666%;
	border:1px solid #fff;
	display:block;
	float:left;
	color:#fff;
	background-color:#41AD49;
	text-align:center;	
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:0.8px;
	line-height:22px;
	padding:35px 10px;
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	transition: none;
	position:relative;
}
.services-button:hover .services-content {
/*	display:block;	*/
/*	padding:38px 8.5%;
	max-height:500px;
	transition: max-height 0.25s ease-in; */
}
#services-bar {
	visibility:hidden;	
}
#services-bar .clicked {
	background-color:#000;	
}
.services-content ul {
	list-style:none;
	padding:0;
	margin:0;	
}
.services-content li {
	background-image:url(../../images/bullet-plus.png);
	background-image:url(../../images/bullet-plus.svg), linear-gradient(transparent, transparent);
	background-repeat:no-repeat;
	background-position:0 8px;	
	padding-left:18px;
}
.home-quote-block {
	text-align:center;
	font-size:39px;	
	line-height:1.2;
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	color:#fff;
	max-width:883px;
	width:90%;
	margin:0 auto;
	padding:72px 0 28px 0;
}
.home-attr {
	font-size:22px;
	text-transform:uppercase;	
}
.lil-ole-white-box-separator-thing {
	width:60px;
	height:3px;
	background-color:#fff;
	margin:30px auto;	
}
.showcase-carousel-outer {
  padding: 0;
}
.showcase-carousel-outer .owl-nav {
  margin-top: -30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.showcase-carousel-outer .owl-prev {
  float: left;
  margin-left: -60px;
}
.showcase-carousel-outer .owl-next {
  float: right;
  margin-right: -60px;
}
.page-template-page-services #content-wrapper .container {
	padding:0;
	width:90%;
	max-width:1566px;
}
.ind-service-label {
	font-size:20px;	
	line-height:20px;
	padding:15px 0;
	cursor:pointer;
	transition: all 0.2s ease;
}
.ind-service-label:hover {
	color:#41AD49;
}
#service-column1, #service-column2, #service-column3 {
	width:28.35%;
	margin-right:7.4%;
	display:block;
	float:left;
}
#service-column3 {
	margin-right:0;	
}
.ind-service {
	border-bottom:1px solid #acacac;
}
.ind-service:last-child {
	border:none;	
}
.ind-service-label .minus {
	display:none;
}
.active .plus {
	display:none;	
}
.active .minus {
	display:inline-block;	
}
.ind-service-content {
	display:none;	
	color:#7d7d7d;
}
#services-list {
	padding: 42px 0 68px 0;
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	transition: all 0.2s ease;
}	
.ind-service .active {
	font-weight:700;
	color:#41AD49;
	width: 80%;
}
.single-product .sidebar .block {
	border:none;	
}
.single-product .sidebar h1 {
    color: #231f1f;
    font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
	letter-spacing:0;
}
.single-product .sidebar .little-black-box-underline {
	margin-bottom:20px;	
}
.single-product .sidebar #products-nav {
    font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	padding-left:0;	
	padding-top:0;
}
.single-product .nested-nav li.current_page_item > a {
	background-color:transparent;	
	color:#000;
}
.single-product .nested-nav .children li a {
	font-size:14px;
	text-transform:uppercase;
	line-height:1.33;
	color:#000;
}
.single-product .sidebar #products-nav .nested-nav {
	border:none;	
}
.single-product #main-content-wrapper h2 {
    color: #231f1f;
    font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	text-align:left;
	border-bottom:4px solid #221F1F;
	font-size:16px;
	font-weight:700;
	padding:8px 0;
	margin-bottom:20px;
}
.single-product .top-red-border {
	border:none;	
}
.single-product #content-wrapper.default-background-image {
	background-image:none;
	background:#fff;	
}
.single-product .row-wrapper #main-content-wrapper {
	box-shadow:none;	
}
.single-product #content-wrapper .container {
	width:90%;
	padding:50px 0 0 0;
	max-width:1566px;	
    font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
}
.single-product #content-wrapper .col-md-7 {
	float:right;	
}
.single-product .nested-nav li.nested-nav-group > h4 {
	font-size:14px;	
	font-weight:700;
}
.page-template-page-downloads .nested-nav {
	border-top:none;	
}
.single-product .nested-nav li.open > h4 {
	color:#41AD49;
}
.panel-tab a {
	color: #231f20;	
}
#products-nav h3 {
	display:none;	
}
.single-product .sidebar a:hover {
	text-decoration:none;	
}
.single-product .header-content {
	font-size:16px;	
	color:#7d7d7d;
	margin-bottom:20px;
}
.single-product .block.block-sm .featured-img-bg {
	height:230px;	
}
.single-product .nested-nav li.nested-nav-group {
	border-bottom:2px solid #acacac;
	padding:12px 0;	
}
.single-product .nested-nav li.nested-nav-group:last-child {
	border-bottom:none;
}
.single-product .nested-nav li.nested-nav-group .panel-tab .fa {
	top:14px;
}
#main-content-wrapper .otw-sc-toggle .toggle-trigger span {
	background-color:#41ad49;	
}
.search .article-footer, .search .byline {
	display:none;	
}
.search #main {
	width:80%;
	margin:0 auto;	
}
.search .entry-content {
	padding:0 5%;	
}
.search article {
	padding:30px 0;	
}
.pagination li .active, .pagination li span:hover {
	background-color:#222;	
}
@media (max-width: 1500px) {
  .entry-content-right.no-sidebar #tabs-content-wrapper .tab-pane {
    padding-right: 64px;
  }
  .services-button, .services-content {
		font-size:16px;  
  }
  #home-blog .owl-controls .owl-nav .owl-prev {
    margin-left: -60px;
	}
	#home-blog .owl-controls .owl-nav .owl-next {
    margin-right: -60px;
	}
	#home-blog {
		width:calc(100% - 120px);	
		max-width:1170px;
	}
}
@media (max-width: 1200px) {
	.ind-service-label {
		font-size:16px;	
	}
  .entry-content-right.no-sidebar #tabs-content-wrapper .tab-pane {
    padding-right: 32px;
  }
  #tabs-nav-wrapper .nav-tabs {
    padding-left: 23px;
  }
  #tabs-nav-wrapper .nav-tabs > li > a {
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 20px 10px;
  }
  .services-button, .services-content {
		font-size:13px;  
  }
}
@media (max-width: 1070px) {
	.single-product .nested-nav li.nested-nav-group > h4 {
		font-size:14px;	
	}
	.single-product .nested-nav .children li a {
		font-size:14px;
	}	
}
@media (max-width: 991px) {
	.single-product .sidebar h1 {
		margin-top:35px;
	}
	.single-product .sidebar .little-black-box-underline {
		margin-bottom:24px;	
	}
}
@media (max-width: 1023px) {
  .services-button, .services-content {
		font-size:16px;  
  }
  .services-button {
	width:33.3333%;  
  }
  #service-column1, #service-column2 {
	width:46.3%;
  }
  #service-column2 {
	margin-right:0;  
  }
  #service-column3 {
	width:100%;	
  }
  #service-column3 .ind-service {
	width:46.3%;
	margin-right:7.4%;	 
	float:left; 
  }
  #service-column3 .ind-service:nth-child(even) {
	  margin-right:0;
  }
  .ind-service:last-child {
	  border-bottom:1px solid #acacac;	
  }
  #service-column3 .ind-service:nth-child(3), #service-column3 .ind-service:nth-child(4) {
	 border-bottom:none; 
  }
  
}
@media (max-width: 991px) {
  .home-split-section .col-md-6 {
	  padding-left: 40.8%;
	  padding-right: 8.26%;
	  height:auto!important;
  }
  .home-split-section .block {
		padding:65px 0;  
  }
  .single-product #content-wrapper .col-md-7 {
		float:left;  
  }
  .single-product .nested-nav li.nested-nav-group {
		width:100%;
		padding:7px 0;
  }
  .single-product .nested-nav li.nested-nav-group .panel-tab .fa {
		top:10px;  
  }
  .sidebar .navbar-default .navbar-collapse, .sidebar .navbar-default .navbar-form {
		margin-top:15px;
  }
  .single-product .sidebar {
		padding-bottom:25px;  
  }
/*  #products-nav-mobile .navbar-collapse {
		padding:0;  
  }
  #products-nav-mobile .nested-nav {
		width:100%;  
  }	
  .single-product .container-fluid {
		padding:0;  
  } */
  
}
@media (max-width: 992px) {
  .row-wrapper.flush-header #main-content-wrapper header,
  .row-wrapper #main-content-wrapper header#primary-header {
    padding: 34.5px 10px;
  }
  #content-wrapper {
    padding-top: 0;
  }
  .edit_post_link {
    display: none;
  }
  .row-split .left-half {
    display: none;
  }
  .row-split .container {
    width: 100%;
  }
  .row-split .col-block-left {
    background-color: #d94248;
  }
  .home-split-section .col-block-left {
	background-color:#fff;  
  }
  .row-split .block {
    padding-left: 0;
    padding-right: 0;
  }
  .row-showcase .block {
    margin-bottom: 34.5px;
  }
  .row-showcase .row-centered [class^="col"],
  .row-showcase .row-centered [class*=" col"] {
    max-width: 100%;
  }
  .sticky-placeholder {
    display: none;
  }
  .bdi-icons {
    display: none;
  }
  #tabs-content-wrapper .tab-pane,
  .content-row.no-sidebar .tab-pane,
  .entry-content,
  .row-wrapper #main-content-wrapper .content-row.entry-content-right .block-group,
  .entry-content-right #tabs-content-wrapper .tab-pane {
    padding: 23px;
  }
  #tabs-nav-wrapper .nav-tabs {
    display: none;
  }
  #tabs-content-wrapper .tab-content > .tab-pane.fade {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    min-height: 1px;
  }
  #tabs-content-wrapper .tab-pane-title {
    display: block;
  }
  #tabs-content-wrapper .tab-pane,
  .content-row.no-sidebar .tab-pane {
    border-bottom: 1px solid #eeeeee;
  }
  #tabs-content-wrapper .tab-content > div:last-child {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  #products-nav {
    display: none;
  }
  #products-nav-mobile {
    display: block;
  }
  #products-nav-mobile .navbar-brand.h3 {
	display:block;  
  }
  .single-product #content-wrapper .container {
 	padding-top:70px;
  }

}
@media (max-width: 768px) {
  #products-nav-mobile .navbar-brand.h3,
  #products-nav-mobile .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  #products-nav-mobile .navbar-toggle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
	.home-quote-block {
		font-size:26px;
		padding:0;
	}
	.home-attr {
		font-size:16px;	
	}
  #content-wrapper.default-background-image, #content-wrapper {
    background-color: #fff!important;
    background-image: none!important;
  }
  .row-wrapper #main-content-wrapper {
    box-shadow: none;
  }

	
  #tabs-content-wrapper .tab-pane,
  .content-row.no-sidebar .tab-pane,
  .entry-content,
  .row-wrapper #main-content-wrapper .content-row.entry-content-right .block-group,
  .entry-content-right #tabs-content-wrapper .tab-pane {
    padding: 23px 0;
  }
  .horz-thumb-block .thumb-image {
    width: auto;
  }
  .horz-thumb-block .thumb-caption {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
	header .navbar-default .navbar-collapse {
		margin-top:0;
		position:absolute;
		top:50px;
		left:0;	
	    background-color: #181818;
		max-height:none;
		width:100%;
		margin:0;
	}
	header .navbar-default .navbar-collapse .dropdown-menu {
		margin-left:0;	
		position:relative;
		left:0;
	}
	#home-hero-heading {
		font-weight:bold;	
	}
  .single-product #content-wrapper .col-md-7 {
	float:none;  
  }	
	.services-button, .services-content {
		  font-size:14px;  
	}
	.header .navbar-brand {
		padding: 5px;
	}
	.navbar-brand > img {
		height:40px;
		width:auto;	
	}
	.navbar {
		min-height:50px;
	}	
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
@media screen and (max-height: 520px) {
  #home-hero-heading {
	font-size:30px;  
  }
  #home-hero-container {
	font-size:18px;  
  }	
}

@media screen and (max-width: 570px) {
  .services-button {
	width:50%; 
	padding:20px 10px; 
	font-size:12px;
  }
  .services-content {
	bottom:62px;  
  }
  #service-column1, #service-column2, #service-column3 {
 	width:100%;
	margin-right:0;  
  }
  #service-column3 .ind-service {
	width:100%;
	margin-right:0%;	 
	float:none; 
  }
  .ind-service:last-child {
	  border-bottom:1px solid #acacac;	
  }
  #service-column3 .ind-service:nth-child(3) {
	  border-bottom:1px solid #acacac; 
  }
  #service-column3 .ind-service:nth-child(4) {
	 border-bottom:none; 
  }
  #home-hero-heading {
	font-size:30px;  
  }
  #home-hero-container {
	font-size:18px;  
  }	
}
@media screen and (min-width: 450px) and (max-width: 767px) {
	.navbar-toggle {
		margin-right:45px;	
	}
}
@media screen and (max-width: 449px) {
	
	#home-blog {
		width:calc(100% - 60px);
	}
	.home-split-section .col-md-6 .side-image-holder {
		height:250px;
		width:100%;
		left:0;
		top:0;
	}
	.home-split-section .block {
		padding-top:280px;	
	}
	.home-split-section .col-md-6 {
		padding:0 5%;	
		margin-top:0;
	}
	.home-split-section header h2 {
		margin-top:40px;	
	}
}
@media (max-width:426px){
	.col50 {
		width:100%;
	}
	#contact-captcha > div {
		margin-right: 8px;
		margin-top: 0;
		transform: scale(0.77);
		transform-origin: 0 0 0;
		width: auto;
	}	
}
.logo-print-media {
  display: none;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  .logo-print-media {
    display: block;
  }
  #content-wrapper {
    padding-top: 0;
  }
  .row-wrapper #main-content-wrapper header#primary-header {
    padding-top: 0;
  }
  #footer {
    display: none;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}


