@charset 'UTF-8';
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
  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;
    -webkit-box-shadow: none !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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  .comment-form input[type="submit"] > .caret,
  .dropup > .comment-form input[type="submit"] > .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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3c3c3c;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #27ae60;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #19703e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.wp-caption > img,
.wp-caption a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 20px;
  margin-bottom: 20px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  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: #b0b0b0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  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: #b0b0b0;
}
.text-primary {
  color: #27ae60;
}
a.text-primary:hover {
  color: #1e8449;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #27ae60;
}
a.bg-primary:hover {
  background-color: #1e8449;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.comment-list {
  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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
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 #b0b0b0;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #b0b0b0;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #3c3c3c;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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: 90%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .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: 90%;
  }
  .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: #b0b0b0;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(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%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #3c3c3c;
  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;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #5d5d5d;
}
.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #5d5d5d;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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, -webkit-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,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea: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,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.comment-form input[type="text"][disabled],
.comment-form input[type="text"][readonly],
fieldset[disabled] .comment-form input[type="text"],
.comment-form input[type="email"][disabled],
.comment-form input[type="email"][readonly],
fieldset[disabled] .comment-form input[type="email"],
.comment-form input[type="url"][disabled],
.comment-form input[type="url"][readonly],
fieldset[disabled] .comment-form input[type="url"],
.comment-form textarea[disabled],
.comment-form textarea[readonly],
fieldset[disabled] .comment-form textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control,
textarea.comment-form input[type="text"],
textarea.comment-form input[type="email"],
textarea.comment-form input[type="url"],
textarea.comment-form textarea {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group,
.comment-form p {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  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;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control,
.form-group-sm .comment-form input[type="text"],
.form-group-sm .comment-form input[type="email"],
.form-group-sm .comment-form input[type="url"],
.form-group-sm .comment-form textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control,
select.form-group-sm .comment-form input[type="text"],
select.form-group-sm .comment-form input[type="email"],
select.form-group-sm .comment-form input[type="url"],
select.form-group-sm .comment-form textarea {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .comment-form input[type="text"],
select[multiple].form-group-sm .comment-form input[type="text"],
textarea.form-group-sm .comment-form input[type="email"],
select[multiple].form-group-sm .comment-form input[type="email"],
textarea.form-group-sm .comment-form input[type="url"],
select[multiple].form-group-sm .comment-form input[type="url"],
textarea.form-group-sm .comment-form textarea,
select[multiple].form-group-sm .comment-form textarea {
  height: auto;
}
.input-lg,
.form-group-lg .form-control,
.form-group-lg .comment-form input[type="text"],
.form-group-lg .comment-form input[type="email"],
.form-group-lg .comment-form input[type="url"],
.form-group-lg .comment-form textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control,
select.form-group-lg .comment-form input[type="text"],
select.form-group-lg .comment-form input[type="email"],
select.form-group-lg .comment-form input[type="url"],
select.form-group-lg .comment-form textarea {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .comment-form input[type="text"],
select[multiple].form-group-lg .comment-form input[type="text"],
textarea.form-group-lg .comment-form input[type="email"],
select[multiple].form-group-lg .comment-form input[type="email"],
textarea.form-group-lg .comment-form input[type="url"],
select[multiple].form-group-lg .comment-form input[type="url"],
textarea.form-group-lg .comment-form textarea,
select[multiple].form-group-lg .comment-form textarea {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback .comment-form input[type="text"],
.has-feedback .comment-form input[type="email"],
.has-feedback .comment-form input[type="url"],
.has-feedback .comment-form textarea {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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,
.has-success .comment-form input[type="text"],
.has-success .comment-form input[type="email"],
.has-success .comment-form input[type="url"],
.has-success .comment-form textarea {
  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,
.has-success .comment-form input[type="text"]:focus,
.has-success .comment-form input[type="email"]:focus,
.has-success .comment-form input[type="url"]:focus,
.has-success .comment-form textarea: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,
.has-warning .comment-form input[type="text"],
.has-warning .comment-form input[type="email"],
.has-warning .comment-form input[type="url"],
.has-warning .comment-form textarea {
  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,
.has-warning .comment-form input[type="text"]:focus,
.has-warning .comment-form input[type="email"]:focus,
.has-warning .comment-form input[type="url"]:focus,
.has-warning .comment-form textarea: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,
.has-error .comment-form input[type="text"],
.has-error .comment-form input[type="email"],
.has-error .comment-form input[type="url"],
.has-error .comment-form textarea {
  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,
.has-error .comment-form input[type="text"]:focus,
.has-error .comment-form input[type="email"]:focus,
.has-error .comment-form input[type="url"]:focus,
.has-error .comment-form textarea: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: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7c7c7c;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .form-inline .comment-form p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .comment-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .form-inline .comment-form textarea {
    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,
  .form-inline .input-group .comment-form input[type="text"],
  .form-inline .input-group .comment-form input[type="email"],
  .form-inline .input-group .comment-form input[type="url"],
  .form-inline .input-group .comment-form textarea {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .comment-form input[type="text"],
  .form-inline .input-group > .comment-form input[type="email"],
  .form-inline .input-group > .comment-form input[type="url"],
  .form-inline .input-group > .comment-form textarea {
    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: 27px;
}
.form-horizontal .form-group,
.form-horizontal .comment-form p {
  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: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
.comment-form input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"]:active:focus,
.comment-form input[type="submit"].active:focus,
.comment-form input[type="submit"].focus,
.comment-form input[type="submit"]:active.focus,
.comment-form input[type="submit"].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active,
.comment-form input[type="submit"]:active,
.comment-form 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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.comment-form input[type="submit"].disabled,
.comment-form input[type="submit"][disabled],
fieldset[disabled] .comment-form input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary,
.comment-form input[type="submit"] {
  color: #ffffff;
  background-color: #27ae60;
  border-color: #229955;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].focus,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"].active,
.open > .dropdown-toggle.comment-form input[type="submit"] {
  color: #ffffff;
  background-color: #1e8449;
  border-color: #176739;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"].active,
.open > .dropdown-toggle.comment-form input[type="submit"] {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.comment-form input[type="submit"].disabled,
.comment-form input[type="submit"][disabled],
fieldset[disabled] .comment-form input[type="submit"],
.comment-form input[type="submit"].disabled:hover,
.comment-form input[type="submit"][disabled]:hover,
fieldset[disabled] .comment-form input[type="submit"]:hover,
.comment-form input[type="submit"].disabled:focus,
.comment-form input[type="submit"][disabled]:focus,
fieldset[disabled] .comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].disabled.focus,
.comment-form input[type="submit"][disabled].focus,
fieldset[disabled] .comment-form input[type="submit"].focus,
.comment-form input[type="submit"].disabled:active,
.comment-form input[type="submit"][disabled]:active,
fieldset[disabled] .comment-form input[type="submit"]:active,
.comment-form input[type="submit"].disabled.active,
.comment-form input[type="submit"][disabled].active,
fieldset[disabled] .comment-form input[type="submit"].active {
  background-color: #27ae60;
  border-color: #229955;
}
.btn-primary .badge,
.comment-form input[type="submit"] .badge {
  color: #27ae60;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #27ae60;
  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: #19703e;
  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: #b0b0b0;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .comment-form input[type="submit"] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .comment-form input[type="submit"] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .comment-form input[type="submit"] {
  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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #3c3c3c;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2f2f2f;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #27ae60;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b0b0b0;
}
.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.42857143;
  color: #b0b0b0;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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,
.btn-group > .comment-form input[type="submit"],
.btn-group-vertical > .comment-form input[type="submit"] {
  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,
.btn-group > .comment-form input[type="submit"]:hover,
.btn-group-vertical > .comment-form input[type="submit"]:hover,
.btn-group > .comment-form input[type="submit"]:focus,
.btn-group-vertical > .comment-form input[type="submit"]:focus,
.btn-group > .comment-form input[type="submit"]:active,
.btn-group-vertical > .comment-form input[type="submit"]:active,
.btn-group > .comment-form input[type="submit"].active,
.btn-group-vertical > .comment-form input[type="submit"].active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .comment-form input[type="submit"] + .comment-form input[type="submit"],
.btn-group .comment-form input[type="submit"] + .btn-group,
.btn-group .btn-group + .comment-form input[type="submit"] {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .comment-form input[type="submit"] {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .comment-form input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > .comment-form input[type="submit"]:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .comment-form input[type="submit"]: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),
.btn-group > .comment-form input[type="submit"]:last-child: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,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .comment-form input[type="submit"] {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle,
.btn-group > .btn-group:first-child > .comment-form input[type="submit"]:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn-group:last-child > .comment-form input[type="submit"]: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,
.btn-group > .comment-form input[type="submit"] + .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,
.comment-form input[type="submit"] .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,
.btn-group-vertical > .comment-form input[type="submit"],
.btn-group-vertical > .btn-group > .comment-form input[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .comment-form input[type="submit"] {
  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,
.btn-group-vertical > .comment-form input[type="submit"] + .comment-form input[type="submit"],
.btn-group-vertical > .comment-form input[type="submit"] + .btn-group,
.btn-group-vertical > .btn-group + .comment-form input[type="submit"] {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .comment-form input[type="submit"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .comment-form input[type="submit"]:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .comment-form input[type="submit"]:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .comment-form input[type="submit"] {
  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,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .comment-form input[type="submit"]:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .comment-form input[type="submit"]: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,
.btn-group-justified > .comment-form input[type="submit"] {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .comment-form input[type="submit"] {
  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"],
[data-toggle="buttons"] > .comment-form input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .comment-form input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .comment-form input[type="submit"] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .comment-form input[type="submit"] 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,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .comment-form input[type="text"],
.input-group-lg > .comment-form input[type="email"],
.input-group-lg > .comment-form input[type="url"],
.input-group-lg > .comment-form textarea,
.input-group-lg > .input-group-btn > .comment-form input[type="submit"] {
  height: 46px;
  padding: 10px 16px;
  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,
select.input-group-lg > .comment-form input[type="text"],
select.input-group-lg > .comment-form input[type="email"],
select.input-group-lg > .comment-form input[type="url"],
select.input-group-lg > .comment-form textarea,
select.input-group-lg > .input-group-btn > .comment-form input[type="submit"] {
  height: 46px;
  line-height: 46px;
}
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,
textarea.input-group-lg > .comment-form input[type="text"],
select[multiple].input-group-lg > .comment-form input[type="text"],
textarea.input-group-lg > .comment-form input[type="email"],
select[multiple].input-group-lg > .comment-form input[type="email"],
textarea.input-group-lg > .comment-form input[type="url"],
select[multiple].input-group-lg > .comment-form input[type="url"],
textarea.input-group-lg > .comment-form textarea,
select[multiple].input-group-lg > .comment-form textarea,
textarea.input-group-lg > .input-group-btn > .comment-form input[type="submit"],
select[multiple].input-group-lg > .input-group-btn > .comment-form input[type="submit"] {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .comment-form input[type="text"],
.input-group-sm > .comment-form input[type="email"],
.input-group-sm > .comment-form input[type="url"],
.input-group-sm > .comment-form textarea,
.input-group-sm > .input-group-btn > .comment-form input[type="submit"] {
  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,
select.input-group-sm > .comment-form input[type="text"],
select.input-group-sm > .comment-form input[type="email"],
select.input-group-sm > .comment-form input[type="url"],
select.input-group-sm > .comment-form textarea,
select.input-group-sm > .input-group-btn > .comment-form input[type="submit"] {
  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,
textarea.input-group-sm > .comment-form input[type="text"],
select[multiple].input-group-sm > .comment-form input[type="text"],
textarea.input-group-sm > .comment-form input[type="email"],
select[multiple].input-group-sm > .comment-form input[type="email"],
textarea.input-group-sm > .comment-form input[type="url"],
select[multiple].input-group-sm > .comment-form input[type="url"],
textarea.input-group-sm > .comment-form textarea,
select[multiple].input-group-sm > .comment-form textarea,
textarea.input-group-sm > .input-group-btn > .comment-form input[type="submit"],
select[multiple].input-group-sm > .input-group-btn > .comment-form input[type="submit"] {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea {
  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),
.input-group .comment-form input[type="text"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="email"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="url"]:not(:first-child):not(:last-child),
.input-group .comment-form textarea: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: #5d5d5d;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  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,
.input-group .comment-form input[type="text"]:first-child,
.input-group .comment-form input[type="email"]:first-child,
.input-group .comment-form input[type="url"]:first-child,
.input-group .comment-form textarea:first-child,
.input-group-btn:first-child > .comment-form input[type="submit"],
.input-group-btn:first-child > .btn-group > .comment-form input[type="submit"],
.input-group-btn:last-child > .comment-form input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .comment-form input[type="submit"] {
  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,
.input-group .comment-form input[type="text"]:last-child,
.input-group .comment-form input[type="email"]:last-child,
.input-group .comment-form input[type="url"]:last-child,
.input-group .comment-form textarea:last-child,
.input-group-btn:last-child > .comment-form input[type="submit"],
.input-group-btn:last-child > .btn-group > .comment-form input[type="submit"],
.input-group-btn:first-child > .comment-form input[type="submit"]:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .comment-form input[type="submit"] {
  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,
.input-group-btn > .comment-form input[type="submit"] {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > .comment-form input[type="submit"] + .comment-form input[type="submit"] {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .comment-form input[type="submit"]:hover,
.input-group-btn > .comment-form input[type="submit"]:focus,
.input-group-btn > .comment-form input[type="submit"]:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .comment-form input[type="submit"] {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .comment-form input[type="submit"] {
  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: #b0b0b0;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #b0b0b0;
  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: #27ae60;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #5d5d5d;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  background-color: #27ae60;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}
.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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group,
  .navbar-form .comment-form p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control,
  .navbar-form .comment-form input[type="text"],
  .navbar-form .comment-form input[type="email"],
  .navbar-form .comment-form input[type="url"],
  .navbar-form .comment-form textarea {
    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,
  .navbar-form .input-group .comment-form input[type="text"],
  .navbar-form .input-group .comment-form input[type="email"],
  .navbar-form .input-group .comment-form input[type="url"],
  .navbar-form .input-group .comment-form textarea {
    width: auto;
  }
  .navbar-form .input-group > .form-control,
  .navbar-form .input-group > .comment-form input[type="text"],
  .navbar-form .input-group > .comment-form input[type="email"],
  .navbar-form .input-group > .comment-form input[type="url"],
  .navbar-form .input-group > .comment-form textarea {
    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,
  .navbar-form .comment-form p {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child,
  .navbar-form .comment-form p: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 {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #d6d6d6;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d6d6d6;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d6d6d6;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d6d6d6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #d6d6d6;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #d6d6d6;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #b0b0b0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #27ae60;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 {
  color: #19703e;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #27ae60;
  border-color: #27ae60;
  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: #b0b0b0;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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;
}
.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: 20px 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: #ffffff;
  border: 1px solid #dddddd;
  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: #b0b0b0;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
.comment-form input[type="submit"] .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #b0b0b0;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #979797;
}
.label-primary {
  background-color: #27ae60;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1e8449;
}
.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: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #b0b0b0;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
.comment-form input[type="submit"] .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #27ae60;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail,
.wp-caption {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img,
.wp-caption > img,
.wp-caption a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
a.wp-caption:hover,
a.wp-caption:focus,
a.wp-caption.active {
  border-color: #27ae60;
}
.thumbnail .caption,
.wp-caption .caption,
.wp-caption-text {
  padding: 9px;
  color: #3c3c3c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #27ae60;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.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;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #b0b0b0;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #b0b0b0;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #b3eecc;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  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 {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  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-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 #dddddd;
}
.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: 20px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #3c3c3c;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #3c3c3c;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #27ae60;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #27ae60;
}
.panel-primary > .panel-heading .badge {
  color: #27ae60;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #27ae60;
}
.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;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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 blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.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: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: 1040;
  -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;
  -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: #ffffff;
  border: 1px solid #999999;
  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);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer .comment-form input[type="submit"] + .comment-form input[type="submit"] {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .comment-form input[type="submit"] + .comment-form input[type="submit"] {
  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: 1070;
  display: block;
  visibility: visible;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.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;
         -o-transition: -o-transform 0.6s ease-in-out;
            transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .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: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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: #ffffff;
  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%;
  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;
  margin-top: -10px;
  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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.carousel-caption .comment-form input[type="submit"] {
  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: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .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-footer:before,
.modal-footer:after,
.form-horizontal .comment-form p:before,
.form-horizontal .comment-form p: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-footer:after,
.form-horizontal .comment-form p: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;
  visibility: hidden !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;
  }
  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;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !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;
  }
  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;
  }
  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;
  }
  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;
  }
}
/*@brand-red:         #b54638;
@brand-orange:         #E5A528;*/
@font-face {
  font-family: 'karbon';
  src: url('../fonts/KarbonWeb-Regular.eot');
  src: url('../fonts/KarbonWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/KarbonWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  
  /* IE9 Compat Modes */
  /* Pretty Modern Browsers */
}
html {
  background-color: #000;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #3c3c3c;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
body.dim {
  background: black;
}
body.dim .main {
  opacity: 0.2;
}
.search .main h3 {
  /*margin-bottom: 5px;*/
}
.content-container a,
.address-slider a,
.comboLightbox a {
  color: #c33a32;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  outline: 0;
}
.content-container a i,
.address-slider a i,
.comboLightbox a i {
  font-size: 18px;
  font-style: normal;
}
.content-container a:hover,
.address-slider a:hover,
.comboLightbox a:hover {
  text-decoration: underline;
  color: #c33a32;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 170%;
  margin-bottom: 20px;
  font-size: 14.5px;
}
hr.dotted {
  border-top: 1px dotted #5d5d5d;
  margin: 5px 0px 15px 0px;
}
h1 {
  line-height: 1.1;
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 20px;
  margin: 0;
}
h2 {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 24px;
  font-weight: 800;
  line-height: 1.4;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 1.45;
  font-size: 20px;
}
h3 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #3c3c3c;
}
h4 {
  color: #c33a32;
  padding-bottom: 6px;
  padding-top: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
/*h5{
    font-size: 15.5px;
    font-weight: 700;
    line-height: 170%;
    margin-bottom:20px;
}*/
h5 {
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 700;
  padding-top: 10px;
  line-height: 1.38;
  /*margin: 0;*/
}
h6 {
  padding-bottom: 4px;
  font-size: 14px;
  padding-top: 10px;
  font-weight: 700;
  line-height: 1.38;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
strong,
b {
  font-weight: 700;
}
.container {
  position: relative;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.wp-caption > img,
.wp-caption a > img {
  width: 100%;
}
.main {
  margin-top: 70px;
  /*padding-top:30px;*/
  padding-bottom: 50px;
}
.header-pages-hero .banner-container img {
  width: 100%;
}
.btn-bottom {
  border: none;
  background: #a1a1a1;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1a1a1), color-stop(100%, #8c8c8c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a1a1a1 0%, #8c8c8c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a1a1a1 0%, #8c8c8c 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#8c8c8c));
  background: linear-gradient(to bottom, #a1a1a1 0%, #8c8c8c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a1a1', endColorstr='#8c8c8c', GradientType=0);
  /* IE6-9 */
}
.btn-bottom:hover {
  background: #b4b4b4;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4b4b4), color-stop(100%, #a3a3a3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b4b4b4 0%, #a3a3a3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b4b4b4 0%, #a3a3a3 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#b4b4b4), to(#a3a3a3));
  background: linear-gradient(to bottom, #b4b4b4 0%, #a3a3a3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4b4b4', endColorstr='#a3a3a3', GradientType=0);
  /* IE6-9 */
}
#bottom-next-btn {
  margin-left: 10px;
}
.container {
  /*.caption {
    margin-bottom: 50px;
    strong{
      font-size: 14.5px;
      margin: 0 0px 15px 0px;
      font-weight: bold;
      line-height: 130%;
    }
    p{
      font-weight: 400;
      font-size: 13px;
      line-height: 130%;
      margin-bottom: 10px;
    }
  }*/
}
.container ul,
.container ol {
  margin: 0px 0px 20px 20px;
  padding: 0px;
}
.container ul ul,
.container ol ul {
  margin-bottom: 0;
  padding-top: 10px;
}
.container ul ul li:last-of-type,
.container ol ul li:last-of-type {
  padding-bottom: 0;
}
.container ol {
  margin: 0px 0px 20px 15px;
}
.container ol li {
  /*margin-bottom: 20px;*/
}
.container ol li strong {
  /*display: block;*/
}
.container img,
.container figure {
  max-width: 100%;
  height: auto;
}
.container .caption {
  border: medium none;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  line-height: 150%;
  margin-bottom: 40px;
}
.container .caption strong {
  /*font-size: 14.5px;*/
  margin: 0 0px 15px 0px;
  font-weight: 900;
  line-height: 150%;
}
.container .caption p {
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 10px;
}
.image-border {
  border: 1px solid #b3b3b3;
}
.thumbnail,
.wp-caption {
  border: none;
  padding: 0;
  border-radius: 0;
}
.panel-heading {
  padding: 5px 15px;
}
.content-container li {
  line-height: 170%;
  font-size: 14.5px;
  /*padding-bottom: 10px;*/
}
.content-container ol li {
  line-height: 170%;
  /*margin-bottom: 20px;*/
  font-size: 14.5px;
}
.content-container ol li h3 {
  font-weight: 900;
}
.content-container ol li p {
  font-weight: 400;
}
.content-container ol li li {
  font-weight: 400;
}
.content-container figure.alignnone {
  margin-left: auto;
  margin-right: auto;
}
.content-container figure.wp-caption .popup-image-btn {
  display: block;
  margin: 0 auto;
}
.table tbody tr td,
.table body tr th,
.table thead tr th {
  vertical-align: top!important;
}
.note-container h5 {
  font-size: 15px;
}
.note-container p,
.note-container li {
  font-size: 14px;
}
.btn-auto-width {
  width: auto!important;
}
.dropdown-menu > li > a {
  font-size: 15px;
}
.noMarginBottom {
  margin-bottom: 0!important;
}
.banner-container {
  position: relative;
  margin-top: 50px;
}
.banner-container .product-banner-text {
  position: absolute;
  top: 10%;
  color: #fff;
}
.banner-container .product-banner-text h1 {
  color: #fff;
  font-size: 28px;
}
.banner-container .product-banner-text p {
  font-weight: 900;
}
.noPadding {
  padding-left: 0;
  padding-right: 0;
}
figure.wp-caption {
  position: relative;
}
figure.wp-caption .popup-image-btn {
  color: #A7A7A7;
  text-align: center;
  display: inline-block;
}
figure.wp-caption .wp-caption-text {
  display: none;
}
figure.wp-caption .figure-overlay {
  background: #fff;
  position: absolute;
  display: none;
  width: 115%;
  padding: 20px 15px;
  border: 1px solid #ccc;
  z-index: 100;
  left: -7.5%;
  top: -9%;
}
figure.wp-caption .figure-overlay .popup-image-btn img {
  width: 100%;
}
figure.wp-caption .figure-overlay .wp-caption-text {
  display: block;
  font-size: 12px;
}
figure.wp-caption:hover .figure-overlay {
  display: block;
}
.hover-brighten {
  -webkit-filter: brightness(100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-brighten:hover {
  -webkit-filter: brightness(115%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline {
  border: 2px solid #D8D8D8;
  display: inline-block;
  padding: 8px 25px;
  margin-right: 10px;
  color: #4A4A4A;
  font-weight: 800;
  font-size: 16px;
}
.btn-outline i {
  margin-right: 10px;
}
.btn-outline.active,
.btn-outline:hover {
  background: #D8D8D8;
  color: #4A4A4A;
  text-decoration: none;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  margin-left: 0!important;
}
small {
  line-height: 140%;
  /*display: block;*/
  font-size: 90%;
}
.small {
  font-size: 90%;
}
.small h2,
.small h3,
.small p,
.small li {
  font-size: 100%!important;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 2px solid #eeeeee;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .caret,
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .caret {
  margin-right: 0!important;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .dropdown-menu li {
  padding-left: 0;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .dropdown-menu li > a {
  padding: 2px 10px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .dropdown-menu li > a span,
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .filter-option,
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .filter-option {
  font-size: 13px!important;
}
.boldnumber li {
  font-weight: 900;
  font-size: 18px!important;
}
.boldnumber li ul li {
  font-size: 14.5px!important;
}
.boldnumber li h3 {
  margin-bottom: 0;
  margin-top: 10px;
}
.btn-buy-now:hover {
  background-color: #eb9b00 !important;
}
.image-above-title {
  margin-bottom: 20px;
}
.xs-margin-bottom-20 {
  margin-bottom: 20px;
}
h2.with_text_under {
  padding-bottom: 0;
}
.italic {
  font-style: italic;
}
@media (min-width: 768px) {
  /*h1{
    font-size: 24px;
  }
  h2{
    font-size: 21px;
  }
  h5{
    font-size: 15px;
  }*/
  .caption {
    margin-bottom: 0;
  }
  /*p{
    font-size: 15px;
  }*/
  .tagline-logo-footer {
    float: right;
  }
  .xs-margin-bottom-20 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto!important;
  }
  .main {
    margin-top: 123px;
    padding-top: 29px;
  }
  .main .breadcrumb-container {
    background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
    position: fixed;
    top: 123px;
    width: 100%;
    z-index: 900;
  }
  .main .breadcrumb-container .breadcrumb {
    background: none;
    margin-bottom: 0;
    line-height: 100%;
    color: #c33a32;
    font-weight: 700;
    font-size: 13px;
    padding-left: 0;
  }
  .main .breadcrumb-container .breadcrumb .breadcumb-item {
    float: left;
  }
  .main .breadcrumb-container .breadcrumb .breadcumb-dropdown-container {
    float: left;
    position: relative;
  }
  .main .breadcrumb-container .breadcrumb .breadcumb-dropdown-container .breadcumb-dropdown {
    display: none;
    position: absolute;
    top: 14px;
    left: -15px;
    background: url(../img/sprites/bg_alpha80.png) no-repeat 0 7px;
    min-width: 100px;
    padding: 20px 15px;
  }
  .main .breadcrumb-container .breadcrumb .breadcumb-dropdown-container .breadcumb-dropdown a {
    display: block;
    float: none;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  .main .breadcrumb-container .breadcrumb .breadcumb-dropdown-container .breadcumb-dropdown a:last-child {
    margin-bottom: 0;
  }
  .main .breadcrumb-container .breadcrumb .breadcumb-dropdown-container .breadcumb-dropdown a.current_page {
    color: #c33a32;
  }
  .main .breadcrumb-container .breadcrumb .breadcumb-dropdown-container:hover > a:first-child {
    color: #000;
  }
  .main .breadcrumb-container .breadcrumb span {
    color: #7F7F7F;
    padding: 0 9px;
  }
  .main .breadcrumb-container .breadcrumb .sep {
    background: url(../img/sep_breadcumb.png) no-repeat center;
    width: 4px;
    height: 12px;
  }
  .main .breadcrumb-container .breadcrumb a {
    color: #5d5d5d;
    font-weight: 700;
  }
  .main .breadcrumb-container .breadcrumb a i {
    font-size: 13px;
    margin-left: 5px;
    margin-right: 3px;
  }
  .main .breadcrumb-container .breadcrumb a:hover {
    color: #000;
  }
  .header-pages-hero {
    margin-top: -79px;
    margin-bottom: -10px;
  }
  .banner-container .product-banner-text {
    top: 15%;
  }
  .banner-container .product-banner-text h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .banner-container .product-banner-text {
    top: 25%;
  }
}
.comment-list ol {
  list-style: none;
}
.gallery-row {
  padding: 10px 0;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
.alignleft,
.alignright {
  margin-bottom: 10px;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 10px;
  }
  .alignright {
    float: right;
    margin-left: 10px;
  }
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 33.33333333%;
  }
}
footer {
  background: #000;
  color: #fff;
  padding: 15px 0;
}
.footer-container {
  border-bottom: 1px solid #3c3c3c;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.footer_link_container {
  padding-bottom: 15px;
  text-align: right;
}
.footer_link_container .footer_link {
  margin: 0 auto;
  width: 250px;
}
.footer_link_container .footer_link li {
  float: right;
  display: inline-block;
  margin-right: 10px;
}
.footer_link_container .footer_link li a {
  color: #fff;
}
.footer_link_container .footer_link li:first-of-type {
  margin-right: 0;
}
.footer_link_container .footer_link li:last-of-type {
  padding-left: 0;
}
.tagline-logo {
  margin-bottom: 20px;
  /*margin-top: 20px;*/
}
.tagline-logo img {
  width: 150px;
  height: auto;
}
.tagline-logo span {
  vertical-align: bottom;
  font-family: 'karbon';
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 21px;
  letter-spacing: 1px;
  color: #3c3c3c;
  /* padding-top: 5px; */
}
.tagline-logo-footer-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tagline-logo-footer-container img {
  width: 100px;
}
.tagline-logo-footer-container .tagline-logo-footer span {
  display: block;
  /*padding-left: 5px;
		margin-left: 15px;*/
  height: 12px;
  /*border-left: 1px solid #949798;*/
  line-height: 100%;
  font-size: 14px;
  margin-bottom: 0;
  color: #949798;
  padding-top: 5px;
}
.copyright {
  font-size: 13px;
  text-align: center;
}
.footer-app-container {
  margin: 30px 0 20px;
}
.footer-stock-container {
  text-align: center;
  margin-bottom: 10px;
}
.footer-stock-container iframe .price {
  text-align: center!important;
}
@media (min-width: 768px) {
  .footer_link_container .footer_link {
    width: auto;
  }
  .footer_link_container .footer_link li {
    margin-right: 45px;
  }
  .copyright {
    text-align: left;
  }
  .footer-stock-container {
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
  }
  .footer_link_container {
    padding-right: 0;
  }
  .footer_address_container {
    padding-left: 0;
  }
  .tagline-logo-footer-container {
    text-align: inherit;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .tagline-logo-footer-container .tagline-logo-footer span {
    display: inline-block;
    padding-left: 5px;
    margin-left: 15px;
    border-left: 1px solid #949798;
    padding-top: 0;
  }
}
.ipad_nav_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  display: none;
  top: 0;
}
@media (min-width: 992px) {
  .footer_link_container .footer_link li a:hover {
    color: #d18a00;
  }
  .footer_link_container .footer_link li.active a {
    color: #d18a00;
  }
}
.content-container {
  padding-top: 30px;
  float: none;
  margin: 0 auto;
}
.content-container a:hover {
  text-decoration: underline;
}
.content-container .intro-container {
  margin-bottom: 50px;
}
/*.page-template-default{	*/
blockquote {
  border: medium none;
  color: #d18a00;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  text-indent: -7px;
}
blockquote::before {
  content: '“';
}
blockquote::after {
  content: '”';
}
blockquote p {
  font-size: 17px;
  font-weight: 700;
  display: inline;
}
.container ul {
  margin-left: 15px;
}
.container ul li {
  padding-left: 10px;
}
/*	
}*/
#main-content ul {
  margin-left: 20px;
}
#main-content ul li {
  line-height: 170%;
  font-size: 14.5px;
  list-style-type: disc;
}
#main-content dd,
#main-content dt {
  font-size: 14.5px;
  line-height: 150%;
}
#main-content dd p,
#main-content dt p {
  margin-bottom: 0;
  word-wrap: break-word;
}
.table.safety-table thead tr th,
.table.safety-table th {
  background-color: #F7E2BE!important;
}
.table.safety-table thead tr td,
.table.safety-table thead tr th {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table.safety-table tbody tr td,
.table.safety-table tbody tr th {
  border-bottom: none;
  border-top: none;
}
.table.safety-table tbody tr td {
  background-color: #FBF4E6;
}
.page-template-template-compliance-php #main-content .content-container .compliance-container {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding: 20px 0 0;
}
.page-template-template-compliance-php #main-content .content-container .compliance-container:last-of-type {
  border-bottom: 0;
}
.page-template-template-compliance-php #main-content .content-container .compliance-container .compliance-logo-container img {
  width: 150px;
  margin: 0 auto 10px;
}
.purapharm-club .club-card-container {
  margin-bottom: 10px;
}
.purapharm-club .club-card-container .col-sm-8 {
  padding-left: 0;
}
.purapharm-club .club-card-container p {
  margin-bottom: 0;
}
.search-results .main {
  padding-top: 20px;
}
.search-results .main .entry-summary a {
  color: #c33a32;
}
.search-results .main hr {
  margin-top: 20px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #main-content ul li {
    font-size: 15px;
  }
  .page-template-template-compliance-php #main-content .content-container .compliance-container {
    padding-bottom: 20px;
  }
  .page-template-template-compliance-php #main-content .content-container .compliance-container .compliance-logo-container img {
    width: 100%;
    margin-bottom: 0;
  }
  #main-content .col-sm-6 .img-responsive {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .content-container {
    padding-top: 60px;
  }
  .content-container.tab-content-container {
    padding-top: 30px;
  }
  #main-content .col-sm-6 .img-responsive {
    margin-bottom: 0;
  }
  .parent-pageid-868 .content-container {
    padding-top: 15px;
  }
  .parent-pageid-868 .title-container .content-container {
    padding-top: 60px;
  }
}
.home-banner #main-banner-container {
  /*padding-bottom: 30px;*/
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.home-banner #main-banner-container #main-banner {
  /*.owl-item{
				&:nth-child(2) .main-banner-text-container{
			 		top: 20px;
				  width: 390px;
				}
				&:nth-child(3) .main-banner-text-container{
				  right: 0;
				  left: inherit;
				  top: 20px;
				  text-align: right;
				  width: 400px;
				}
			}*/
}
.home-banner #main-banner-container #main-banner .main-banner-item {
  position: relative;
}
.home-banner #main-banner-container #main-banner .main-banner-item .main-banner-text-container {
  position: relative;
  /* bottom: 20px; */
  /* left: 0; */
  padding: 15px 15px 30px;
  z-index: 999;
  margin-bottom: 20px;
}
.home-banner #main-banner-container #main-banner .main-banner-item .main-banner-text-container .hero-txt {
  display: block;
  /*padding-bottom:20px;*/
}
.home-banner #main-banner-container #main-banner .main-banner-item .main-banner-text-container .hero-txt p {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.home-banner #main-banner-container #main-banner .owl-controls {
  /* bottom: 100px; */
  position: absolute;
  left: 50%;
  z-index: 900;
  top: 40%;
  margin-left: -40px;
  /*.owl-dots{
					display:none!important;
					.owl-dot{
						span{
							background-color:#A67B25;
							width:12px;
							height:12px;
						}
						&.active span, &:hover span{
							background-color:@brand-orange;
						}
					}
				}*/
}
.home-banner #main-banner-container #main-banner .owl-controls .owl-nav .owl-prev {
  background: url(../img/btn_banner_prev_2.png) no-repeat;
  text-indent: -9999px;
  height: 22px;
  width: 30px;
}
.home-banner #main-banner-container #main-banner .owl-controls .owl-nav .owl-prev:hover {
  background-position: -40px 0;
}
.home-banner #main-banner-container #main-banner .owl-controls .owl-nav .owl-next {
  background: url(../img/btn_banner_next_2.png) no-repeat;
  text-indent: -9999px;
  height: 22px;
  width: 30px;
}
.home-banner #main-banner-container #main-banner .owl-controls .owl-nav .owl-next:hover {
  background-position: -40px 0;
}
.home-banner #main-banner-container .custom-banner-control-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  z-index: 10;
}
.home-banner #main-banner-container .custom-banner-control-right .custom-banner-next {
  background: url(../img/btn_banner_next.png) no-repeat center #ffffff;
  opacity: 0.45;
  width: 55px;
  height: 100%;
  cursor: pointer;
  float: right;
  visibility: hidden;
}
.home-banner #main-banner-container .custom-banner-control-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  z-index: 10;
}
.home-banner #main-banner-container .custom-banner-control-left .custom-banner-prev {
  background: url(../img/btn_banner_prev.png) no-repeat center #ffffff;
  opacity: 0.45;
  width: 55px;
  height: 100%;
  cursor: pointer;
  float: left;
  visibility: hidden;
}
.home-banner #main-news-container {
  background: #d18a00;
  color: #fff;
  padding: 0;
}
.home-banner #main-news-container h2 {
  color: #fff;
  font-size: 23px;
  padding-bottom: 15px;
  padding-left: 30px;
}
.home-banner #main-news-container .main-news-item {
  padding: 0 30px;
}
.home-banner #main-news-container .main-news-item img {
  padding-bottom: 10px;
}
.home-banner #main-news-container .main-news-item .main-news-text-container {
  padding-bottom: 2em;
}
.home-banner #main-news-container .main-news-item .main-news-text-container p {
  font-size: 15px;
  font-weight: 700;
}
.home-banner #main-news-container .main-news-item .main-news-text-container .btn-find-out-more {
  /*background-color:#A67B25;*/
  background-color: #b87900;
}
.home-banner #main-news-container .main-news-item .main-news-text-container .btn-find-out-more:hover {
  background-color: #eb9b00;
}
.home-banner #main-news-container .owl-controls {
  /*background-color:#A67B25;*/
  background-color: #b87900;
  margin-top: 0;
  padding: 0;
  position: relative;
  height: 45px;
}
.home-banner #main-news-container .owl-controls .owl-nav {
  width: 100%;
  position: absolute;
  top: 20%;
}
.home-banner #main-news-container .owl-controls .owl-nav .owl-prev {
  float: left;
  background: url(../img/btn_news_prev.png) no-repeat;
  text-indent: -9999px;
  height: 20px;
  width: 40px;
}
.home-banner #main-news-container .owl-controls .owl-nav .owl-prev:hover {
  background-position: -40px 0;
}
.home-banner #main-news-container .owl-controls .owl-nav .owl-next {
  float: right;
  background: url(../img/btn_news_next.png) no-repeat;
  text-indent: -9999px;
  height: 20px;
  width: 40px;
}
.home-banner #main-news-container .owl-controls .owl-nav .owl-next:hover {
  background-position: -40px 0;
}
.home-banner #main-news-container .owl-controls .owl-dots .owl-dot {
  position: relative;
  z-index: 999;
}
.home-banner #main-news-container .owl-controls .owl-dots .owl-dot span {
  background-color: #d18a00;
  width: 12px;
  height: 12px;
}
.home-banner #main-news-container .owl-controls .owl-dots .owl-dot.active span,
.home-banner #main-news-container .owl-controls .owl-dots .owl-dot:hover span {
  background-color: #fff;
}
.home-what-we-do,
.home-growth-potential,
.home-our-people {
  padding-bottom: 55px;
  padding-top: 65px;
  text-align: center;
}
.home-what-we-do h2,
.home-growth-potential h2,
.home-our-people h2 {
  text-transform: uppercase;
  font-size: 35px;
}
.home-what-we-do .itemTitle {
  padding: 20px 12px;
  background-color: #F3F2F2;
}
.home-what-we-do .itemTitle p {
  font-size: 14px;
  line-height: 1.4;
}
.home-what-we-do .itemTitle a {
  color: #3c3c3c !important;
  /*font-weight:900;*/
}
.home-what-we-do .findOutMoreDiv {
  margin-top: 25px;
}
.home-what-we-do .centerDiv > div {
  margin-bottom: 20px;
}
.home-growth-potential {
  background-color: #F7F7F7;
}
.home-growth-potential .growthItem p {
  font-size: 14px;
}
.home-growth-potential .growthItem .title {
  color: #d18a00;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 10px;
  background: url(../img/bg_title_underline_short.png) center bottom no-repeat;
  margin: 20px 0;
}
.home-our-people .peopleItem-container {
  margin-bottom: 40px;
}
.home-our-people .peopleItem {
  width: 215px;
  height: 215px;
  background: #d18a00;
  border-radius: 107.5px;
  color: #fff;
  position: relative;
  /*margin:0 20px 30px 20px;*/
  margin: 0 0 30px;
}
.home-our-people .peopleItem:hover {
  background: #ffaa05;
}
.home-our-people .peopleItem a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff!important;
}
.home-our-people .peopleItem .innerText {
  position: absolute;
  top: 5.3em;
  left: 0;
  width: 215px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.btn-find-out-more {
  background-color: #d18a00;
  border-radius: 25px;
  padding: 15px 30px;
  color: #fff!important;
  display: inline-block;
  text-decoration: none!important;
}
.btn-find-out-more:hover,
.btn-find-out-more:active {
  color: #fff;
  background-color: #ffaa05;
}
.btn-find-out-more:visited {
  color: #fff;
}
.sectionIntro {
  margin: 0 auto;
  float: none;
  padding-bottom: 60px;
}
.sectionIntro h3 {
  font-size: 27px;
  margin-bottom: 20px;
  font-weight: 800;
}
.sectionIntro p {
  font-weight: 700;
  font-size: 18px;
}
.centerDiv {
  float: none;
  margin: 0 auto;
}
.row-centered {
  text-align: center;
}
.col-max {
  max-width: 370px;
}
.col-centered {
  display: inline-block;
  float: none;
  padding: 0 30px;
}
.col-middle {
  vertical-align: middle;
}
.col-top {
  vertical-align: top;
}
@media (min-width: 360px) {
  .home-banner #main-banner-container #main-banner .owl-controls {
    top: 35%;
  }
}
@media (min-width: 420px) {
  .home-banner #main-banner-container #main-banner .owl-controls {
    top: 45%;
  }
}
@media (min-width: 550px) {
  .home-banner #main-banner-container #main-banner .owl-controls {
    top: 52%;
  }
}
@media (min-width: 660px) {
  .home-banner #main-banner-container #main-banner .owl-controls {
    top: 60%;
  }
}
@media (min-width: 768px) {
  .home-banner #main-news-container .owl-controls {
    /*padding: 15px 0;*/
  }
  .home-banner #main-news-container .owl-controls .owl-buttons .owl-next {
    margin-right: 0;
  }
  .home-banner #main-banner-container {
    padding-bottom: 30px;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(4) .main-banner-text-container {
    top: 20px;
    width: 550px;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(5) .main-banner-text-container {
    /*right: 0;
					  left: inherit;
					  top: 20px;
					  text-align: right;
					  width: 550px;*/
    /*right: 0;*/
    width: 550px;
    /*left: inherit;*/
    top: 20px;
    /*bottom: 60px;*/
    /*text-align: right;*/
    width: 650px;
    /*padding-right: 25px;*/
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(6) .main-banner-text-container {
    margin-bottom: 0;
    width: 450px;
    padding-right: 25px;
    text-align: right;
    right: 0;
    left: inherit;
    /*bottom: 60px;*/
    top: 20px;
    color: #fff;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(6) .main-banner-text-container .hero-txt p {
    text-shadow: 1px 1px 5px #666;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(7) .main-banner-text-container {
    right: 0;
    left: inherit;
    width: 540px;
    padding-right: 25px;
    top: 20px;
    text-align: right;
    color: #fff;
  }
  .home-banner #main-banner-container #main-banner .main-banner-item .main-banner-text-container {
    position: absolute;
    left: 0;
    padding: 0 50px;
    bottom: 30px;
    margin-bottom: 0;
  }
  .home-banner #main-banner-container #main-banner .main-banner-item .main-banner-text-container .hero-txt p {
    font-size: 17px;
    line-height: 140%;
  }
  .home-banner #main-banner-container #main-banner .owl-controls {
    bottom: 20px;
    position: absolute;
    right: 20px;
    top: inherit;
    left: inherit;
    margin-left: 0;
  }
  .home-banner #main-news-container .owl-controls .owl-buttons {
    width: 100%;
  }
  .home-what-we-do .centerDiv > div {
    margin-bottom: 0;
  }
  .home-what-we-do .centerDiv .itemTitle {
    height: 200px;
  }
  .home-what-we-do .findOutMoreDiv {
    margin-top: 65px;
  }
  .home-growth-potential .growthItem .title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .btn-find-out-more {
    border-radius: 20px;
    padding: 10px 15px;
  }
  .home-banner #main-banner-container {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(4) .main-banner-text-container {
    width: 480px;
    padding-left: 25px;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(5) .main-banner-text-container {
    width: 520px;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(6) .main-banner-text-container {
    width: 420px;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(7) .main-banner-text-container {
    width: 470px;
  }
  .home-banner #main-banner-container #main-banner .main-banner-item {
    position: relative;
  }
  .home-banner #main-banner-container #main-banner .main-banner-item .main-banner-text-container {
    bottom: 30px;
    left: 0;
    padding: 0 50px;
  }
  .home-banner #main-banner-container #main-banner .main-banner-item .main-banner-text-container .hero-txt p {
    /*font-size: 17px*/
  }
  .home-banner #main-news-container {
    margin-bottom: 0;
  }
  .home-banner #main-news-container #news-slider {
    height: 355px;
  }
  .home-banner #main-news-container .main-news-item {
    height: 318px;
  }
  .home-banner #main-news-container .main-news-item img {
    padding-bottom: 5px;
  }
  .home-banner #main-news-container .main-news-item .main-news-text-container p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .home-banner #main-banner-container .custom-banner-control-left {
    left: 15px;
  }
  .home-banner #main-banner-container .custom-banner-control-right {
    right: 15px;
  }
  .home-banner #main-news-container .owl-controls {
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .home-banner #main-news-container .owl-controls .owl-buttons {
    position: absolute;
    bottom: 18px;
    width: 100%;
  }
  .home-banner #main-news-container .owl-controls .owl-buttons .owl-next {
    background: url(../img/btn_news_next.png) no-repeat;
    float: right;
    margin-right: 0;
  }
  .home-banner #main-news-container .owl-controls .owl-buttons .owl-next:hover {
    background-position: -40px 0;
  }
  .home-what-we-do .centerDiv .itemTitle {
    height: 180px;
  }
  .home-banner #main-banner-container #main-banner .owl-controls {
    bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .btn-find-out-more {
    border-radius: 25px;
    padding: 15px 30px;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(4) .main-banner-text-container {
    width: 560px;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(5) .main-banner-text-container {
    width: 650px;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(6) .main-banner-text-container {
    width: 480px;
  }
  .home-banner #main-banner-container #main-banner .owl-item:nth-child(7) .main-banner-text-container {
    width: 560px;
  }
  .home-banner #main-news-container #news-slider {
    height: 444px;
  }
  .home-banner #main-news-container .main-news-item {
    height: 382px;
  }
  .home-banner #main-news-container .main-news-item img {
    padding-bottom: 10px;
  }
  .home-banner #main-news-container .main-news-item .main-news-text-container {
    padding-bottom: 2em;
  }
  .home-banner #main-news-container .main-news-item .main-news-text-container p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .home-banner #main-news-container .owl-controls {
    margin-top: 5px;
  }
  .home-banner #main-banner-container #main-banner .main-banner-item .main-banner-text-container {
    /*bottom: 60px;*/
    left: 0;
    padding: 0 70px;
  }
  .home-banner #main-banner-container #main-banner .main-banner-item .main-banner-text-container .hero-txt p {
    font-size: 19px;
    /*
				    line-height: 140%;*/
  }
  .home-growth-potential .growthItem .title {
    font-size: 20px;
  }
}
.network-map-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  background-color: #DBDBDB;
}
.network-map-container.distribution {
  height: auto;
  margin-top: -30px;
}
.network-map-container .distribution-banner-image {
  position: relative;
  z-index: 1;
  width: auto;
  height: 0;
  min-height: 540px;
  padding-top: 32.85024155%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 80%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-image: url('/wp-content/uploads/2020/09/WFS05614-resized-3-aug-2020_s2.jpg');
}
.network-map-container .container {
  height: 100%;
}
.network-map-container.distribution .container {
  padding: 0;
}
.network-map-container .banner-container {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 10;
  width: 100%;
  margin-top: 0;
}
.network-map-container .banner-container .map-container {
  position: relative;
}
.network-map-container .banner-container .map-container img {
  display: none;
}
.network-map-container .address-slider {
  position: relative;
  background-color: #fff;
  padding: 30px;
  height: auto;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .network-map-container.distribution {
    margin-top: 0;
  }
  .network-map-container .distribution-banner-image {
    min-height: 0;
    background-position: center;
    -webkit-transform: none;
    transform: none;
  }
  .network-map-container .banner-container {
    position: relative;
    top: auto;
    left: auto;
    /* margin: 15px auto; */
    width: auto;
    margin: 15px;
  }
  .network-map-container .address-slider {
    padding: 20px 30px !important;
  }
}
.network-map-container .address-slider .address-slider-item {
  min-height: 0;
}
.network-map-container .address-slider .address-slider-item h2 {
  color: #c33a32;
  /*font-size: 24px;*/
  padding-bottom: 10px;
}
.network-map-container .address-slider .address-slider-item h3 {
  font-size: 14.5px;
  color: #000;
  margin-bottom: 0;
  margin-top: 5px;
}
.network-map-container .address-slider .address-slider-item p {
  /*font-size: 15px;*/
  font-style: italic;
  color: #555555;
  margin-bottom: 10px;
}
.network-map-container .address-slider .slick-prev,
.network-map-container .address-slider .slick-next {
  width: 10px;
  height: 16px;
  border-radius: 0;
  opacity: 0.8;
  top: auto;
  bottom: 10px;
  z-index: 999;
}
.network-map-container .address-slider .slick-prev:before,
.network-map-container .address-slider .slick-next:before {
  content: "";
}
.network-map-container .address-slider .slick-prev {
  background: url(../img/btn_network_prev.png) no-repeat;
  right: 40px;
  left: auto;
}
.network-map-container .address-slider .slick-next {
  background: url(../img/btn_network_next.png) no-repeat;
  right: 20px;
}
.network-map-container .address-slider .owl-controls {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}
.network-map-container .address-slider .owl-controls .owl-nav .owl-prev {
  background: url(../img/btn_network_prev.png) no-repeat;
  width: 10px;
  height: 16px;
  border-radius: 0;
  opacity: 0.8;
  text-indent: -9999px;
}
.network-map-container .address-slider .owl-controls .owl-nav .owl-prev.end {
  background: url(../img/btn_network_noprev.png) no-repeat;
}
.network-map-container .address-slider .owl-controls .owl-nav .owl-prev:hover {
  background: url(../img/btn_network_prev.png) no-repeat transparent !important;
  opacity: 1;
}
.network-map-container .address-slider .owl-controls .owl-nav .owl-next {
  background: url(../img/btn_network_next.png) no-repeat;
  width: 10px;
  height: 16px;
  border-radius: 0;
  opacity: 0.8;
  text-indent: -9999px;
}
.network-map-container .address-slider .owl-controls .owl-nav .owl-next.end {
  background: url(../img/btn_network_nonext.png) no-repeat;
}
.network-map-container .address-slider .owl-controls .owl-nav .owl-next:hover {
  background: url(../img/btn_network_next.png) no-repeat transparent !important;
  opacity: 1;
}
.network-map-container .address-slider .owl-controls .owl-dots {
  display: none!important;
}
.network-map-container .fullwidthMobile {
  width: 100%;
}
@media (min-width: 768px) {
  .network-map-container .banner-container .map-container {
    position: relative;
  }
  .network-map-container .banner-container .map-container img {
    display: none;
    margin: 0 auto;
  }
  .network-map-container .fullwidthMobile {
    width: 100%;
  }
  .page-template-template-network .content-container {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .network-map-container {
    height: 420px;
  }
  .network-map-container .banner-container {
    padding: 0 30px;
  }
  .network-map-container .banner-container .map-container {
    padding-top: 50px;
  }
  .network-map-container .banner-container .map-container img {
    position: absolute;
    width: 55%;
  }
  .network-map-container .address-slider {
    padding: 0;
    position: absolute;
    top: 30px;
    right: 5%;
    width: 365px;
    height: 360px;
  }
  .network-map-container .address-slider .address-slider-item {
    background-color: #fff;
    padding: 27px 40px 10px;
    min-height: 360px;
  }
  .network-map-container .address-slider .address-slider-item h3 {
    margin-top: 20px;
  }
  .network-map-container .address-slider .address-slider-item p {
    margin-bottom: 20px;
  }
  .network-map-container .address-slider .owl-controls {
    bottom: 10px;
    right: 15px;
    left: auto;
    top: auto;
    margin-left: 0;
  }
  .network-map-container .fullwidthMobile {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .network-map-container .address-slider {
    right: 5%;
  }
  .network-map-container .fullwidthMobile {
    width: 1170px;
  }
}
.back-select select {
  width: 100%;
}
.select-leader {
  width: 250px;
}
.filter-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.filter-container a {
  border: 2px solid #D8D8D8;
  display: inline-block;
  float: left;
  padding: 8px 25px;
  margin-right: 10px;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  color: #D8D8D8;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.filter-container a.active {
  background: #D8D8D8;
  text-decoration: none;
  color: #4A4A4A;
}
.filter-container a:hover {
  text-decoration: none;
  color: #4A4A4A;
}
.filter-container a:visited {
  text-decoration: none;
}
.filter-container a:last-child {
  margin-right: 0;
}
.filter-container a.btn-search {
  width: 90px;
  text-align: center;
}
.filter-container a.btn-search .fa-search {
  font-size: 14px;
}
.board-of-directors .tab-content-container,
.scientific-advisory-committee .tab-content-container {
  padding-top: 0;
}
.board-of-directors #main-content .tab-container,
.scientific-advisory-committee #main-content .tab-container {
  border-bottom: none;
  position: relative;
  border-bottom: 0!important;
}
.board-of-directors #main-content .tab-container:after,
.scientific-advisory-committee #main-content .tab-container:after {
  background-color: #d1d1d1;
  bottom: 0;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.board-of-directors #main-content .tab-container .nav-tabs,
.scientific-advisory-committee #main-content .tab-container .nav-tabs {
  margin-left: 0!important;
  border-bottom: 0;
  margin-bottom: 0!important;
}
.board-of-directors #main-content .tab-container .nav-tabs li,
.scientific-advisory-committee #main-content .tab-container .nav-tabs li {
  padding-left: 0;
  padding-bottom: 0!important;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f6f6f6;
  border-color: #e1e1e1 -moz-use-text-color;
  border-color: #e1e1e1;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 1px medium;
  border-style: solid none;
  border-width: 1px medium;
  float: none;
  margin-right: 0;
  text-align: center;
  margin-bottom: -1px;
}
.board-of-directors #main-content .tab-container .nav-tabs li.active > a,
.scientific-advisory-committee #main-content .tab-container .nav-tabs li.active > a,
.board-of-directors #main-content .tab-container .nav-tabs li.active > a:hover,
.scientific-advisory-committee #main-content .tab-container .nav-tabs li.active > a:hover,
.board-of-directors #main-content .tab-container .nav-tabs li.active > a:focus,
.scientific-advisory-committee #main-content .tab-container .nav-tabs li.active > a:focus {
  border: none;
}
.board-of-directors #main-content .tab-container .nav-tabs li a,
.scientific-advisory-committee #main-content .tab-container .nav-tabs li a {
  color: #5d5d5d;
}
.board-of-directors #main-content .tab-container .content-container,
.scientific-advisory-committee #main-content .tab-container .content-container {
  padding: 0;
}
.board-of-directors #main-content .tab-content,
.scientific-advisory-committee #main-content .tab-content {
  border: none;
}
.board-of-directors #main-content .tab-content .tab-pane,
.scientific-advisory-committee #main-content .tab-content .tab-pane {
  /*-moz-column-width: 18em;
			-webkit-column-width: 18em;
			-moz-column-gap: 1em;
			-webkit-column-gap:1em;*/
}
.board-of-directors #main-content .tab-content .column-container,
.scientific-advisory-committee #main-content .tab-content .column-container {
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
}
.board-of-directors #main-content .people-item,
.scientific-advisory-committee #main-content .people-item {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #D1D1D1;
  display: inline-block;
  padding: .25rem;
  width: 100%;
}
.board-of-directors #main-content .people-item .well,
.scientific-advisory-committee #main-content .people-item .well {
  position: relative;
  display: block;
  border: 0;
  background: none;
  padding: 0;
}
.board-of-directors #main-content .people-item .people-title,
.scientific-advisory-committee #main-content .people-item .people-title {
  height: 100%;
  position: relative;
  display: table;
  margin-bottom: 25px;
}
.board-of-directors #main-content .people-item .people-title img,
.scientific-advisory-committee #main-content .people-item .people-title img {
  width: 100%;
  padding-right: 15px;
}
.board-of-directors #main-content .people-item .people-title .name-position,
.scientific-advisory-committee #main-content .people-item .people-title .name-position {
  width: 70%;
  display: table-cell;
  vertical-align: bottom;
}
.board-of-directors #main-content .people-item .people-title .name-position h2,
.scientific-advisory-committee #main-content .people-item .people-title .name-position h2 {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 100%;
}
.board-of-directors #main-content .people-item .people-title .name-position h2 small,
.scientific-advisory-committee #main-content .people-item .people-title .name-position h2 small {
  color: #3c3c3c;
  font-size: 90%;
}
.board-of-directors #main-content .people-item .people-title .name-position p,
.scientific-advisory-committee #main-content .people-item .people-title .name-position p {
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 120%;
}
.board-of-directors #main-content .people-item ul,
.scientific-advisory-committee #main-content .people-item ul {
  margin: 0!important;
}
.board-of-directors #main-content .people-item ul li,
.scientific-advisory-committee #main-content .people-item ul li {
  padding-left: 0;
  padding-bottom: 8px;
  list-style: none;
  line-height: 130%;
}
.board-of-directors #main-content .btn-find-out-more,
.scientific-advisory-committee #main-content .btn-find-out-more {
  padding-top: 10px;
  padding-bottom: 10px;
}
.single-people #main-content {
  /*margin-top:30px;*/
}
.single-people .people-link-container {
  border-bottom: 1px solid #CCC;
  /*margin-bottom:60px; */
  padding-bottom: 15px;
  margin-top: 15px;
}
.single-people .people-link-container a {
  color: #7f7f7f;
}
.single-people .leader-box {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.single-people .leader-box .image {
  display: table-cell;
  float: none;
}
.single-people .leader-box .information {
  display: table-cell;
  vertical-align: bottom;
  float: none;
}
.single-people .leader-box .information .name {
  color: #3C3C3C;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 900;
  padding-bottom: 0;
}
.single-people .leader-box .information .title {
  margin-bottom: 0;
  font-size: 25px;
  color: #7f7f7f;
  line-height: 100%;
}
.single-people .leader-profile {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .back-select {
    float: right;
  }
  .board-of-directors #main-content .tab-container,
  .scientific-advisory-committee #main-content .tab-container {
    border-bottom: 1px solid #D1D1D1;
  }
  .board-of-directors #main-content .tab-container .nav-tabs,
  .scientific-advisory-committee #main-content .tab-container .nav-tabs {
    position: relative;
    z-index: 20;
    margin-left: 15px;
  }
  .board-of-directors #main-content .tab-container .nav-tabs li,
  .scientific-advisory-committee #main-content .tab-container .nav-tabs li {
    margin-left: 10px;
    float: left;
    text-align: left;
    background-color: #D8D8D8;
    border: medium none;
    margin-bottom: 0;
  }
  .board-of-directors #main-content .tab-container .nav-tabs li.active,
  .scientific-advisory-committee #main-content .tab-container .nav-tabs li.active {
    background: #fff;
  }
  .board-of-directors #main-content .tab-container .nav-tabs li.active:hover > a,
  .scientific-advisory-committee #main-content .tab-container .nav-tabs li.active:hover > a,
  .board-of-directors #main-content .tab-container .nav-tabs li.active:focus > a,
  .scientific-advisory-committee #main-content .tab-container .nav-tabs li.active:focus > a {
    border: none;
    padding: 10px 15px;
  }
  .board-of-directors #main-content .tab-container .nav-tabs li.active > a,
  .scientific-advisory-committee #main-content .tab-container .nav-tabs li.active > a,
  .board-of-directors #main-content .tab-container .nav-tabs li.active > a:hover,
  .scientific-advisory-committee #main-content .tab-container .nav-tabs li.active > a:hover,
  .board-of-directors #main-content .tab-container .nav-tabs li.active > a:focus,
  .scientific-advisory-committee #main-content .tab-container .nav-tabs li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #dddddd #dddddd transparent;
    -webkit-border-image: none;
         -o-border-image: none;
            border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #5d5d5d;
    cursor: default;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-right: 0;
  }
  .board-of-directors #main-content .tab-container .nav-tabs li:hover > a,
  .scientific-advisory-committee #main-content .tab-container .nav-tabs li:hover > a,
  .board-of-directors #main-content .tab-container .nav-tabs li:focus > a,
  .scientific-advisory-committee #main-content .tab-container .nav-tabs li:focus > a {
    border: none;
    padding: 11px 16px;
  }
  .board-of-directors #main-content .tab-container .content-container,
  .scientific-advisory-committee #main-content .tab-container .content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .filter-container a {
    display: inherit;
    margin-bottom: 0;
    width: auto;
    text-align: inherit;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .filter-container a {
    font-size: 16px;
  }
}
body.page-template-template-clinic-map {
  height: 100%;
  overflow: hidden;
}
.clinic-container .clinic-item h5 {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 15px;
}
.clinic-container .clinic-item h5 .client_number {
  display: inline-block;
  margin-right: 10px;
}
.clinic-container .dl-horizontal {
  border-bottom: 1px solid #DCDCDC;
}
.clinic-container .dl-horizontal dt {
  text-align: left;
  padding-bottom: 5px;
  font-weight: normal;
}
.clinic-container .dl-horizontal dd {
  font-size: 14px;
  padding-bottom: 20px;
}
.clinic-container .dl-horizontal dd.address {
  /*color:@brand-red;*/
}
.clinic-container .dl-horizontal dd.address a {
  color: #3c3c3c;
  font-weight: normal;
  text-decoration: underline;
}
.clinic-container .dl-horizontal dd table td:first-child {
  width: 50%;
  padding-right: 10px;
}
.clinic-container .location_header {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 70px;
  font-size: 24px;
  /*&:first-of-type{
			margin-top: 20px;
		}*/
}
.clinic-container .not_found_msg {
  margin-top: 50px;
}
.clinic-container .clinic_header {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: normal;
  /*color:#b54638;*/
}
.clinic-container .clinic_header p {
  display: inline;
}
.clinic-container .clinic_header .fa {
  margin-right: 10px;
}
.map .main {
  padding-bottom: 0;
}
.map #map {
  /*position: fixed!important;
		width: 100%;
		height: 100%;
		left: 0;
		top: 70px;
		z-index: 10;*/
  width: 100%;
  height: 550px;
  margin-top: 170px;
}
.map footer {
  /*position:fixed;
		width:100%;
		bottom:0;
		z-index:999;*/
}
.map .infoBox img {
  display: none;
}
.map .markerOverlay {
  left: 0px;
  position: absolute;
  bottom: -40px;
  width: 350px;
  z-index: 999;
  background: rgba(91, 91, 91, 0.8);
  padding: 5px 25px 15px;
  border-radius: 3px;
  color: #fff;
}
.map .markerOverlay .markerOverlay_consult_info {
  margin-top: 10px;
}
.map .markerOverlay .markerOverlay_consult_info p {
  font-size: 11px;
}
.map .markerOverlay p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 130%;
}
.map .markerOverlay h2 {
  font-size: 20px;
  padding-bottom: 5px;
  color: #fff;
  padding-top: 10px;
  line-height: 130%;
}
.map .markerOverlay .btn-find-out-more {
  display: none;
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding: 10px 30px;
}
.map .markerOverlay:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 91, 91, 0);
  border-top-color: rgba(91, 91, 91, 0.8);
  border-width: 12px 15px 0 15px;
  margin-left: -15px;
}
.map .markerOverlay .btnMarkerClose {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  color: #fff;
  border: none;
  background: none;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/sprites/btn_close_marker.png) no-repeat center;
}
.map_loader {
  background: url(../img/loading_bg.gif) no-repeat center #ffffff;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.clinic-logo {
  margin-left: 10px;
  display: inline-block;
  max-width: 28px!important;
}
.list .clinic-filter-container {
  position: fixed;
  width: 100%;
}
.clinic-filter-container {
  background-color: #F3F3F3;
  position: fixed;
  width: 100%;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  top: 70px;
  z-index: 21;
}
.clinic-filter-container.visible-md {
  display: block!important;
}
.clinic-filter-container .view-btn-container-wrapper {
  width: 100%;
  padding: 9px 14px 0 14px;
}
.clinic-filter-container .view-btn-container-wrapper .view-btn-container .map-link,
.clinic-filter-container .view-btn-container-wrapper .view-btn-container .list-link {
  width: 50%;
  color: #BBBBBB;
  padding: 7px 18px;
  border: 1px solid #CDCDCD;
  display: inline-block;
  float: left;
  background-color: #FFF;
  font-weight: 800;
}
.clinic-filter-container .view-btn-container-wrapper .view-btn-container .map-link:last-child,
.clinic-filter-container .view-btn-container-wrapper .view-btn-container .list-link:last-child {
  border-left: 0;
}
.clinic-filter-container .view-btn-container-wrapper .view-btn-container .map-link.active,
.clinic-filter-container .view-btn-container-wrapper .view-btn-container .list-link.active,
.clinic-filter-container .view-btn-container-wrapper .view-btn-container .map-link:hover,
.clinic-filter-container .view-btn-container-wrapper .view-btn-container .list-link:hover {
  background-color: #D8D8D8;
  color: #494949;
  text-decoration: none;
}
.clinic-filter-container .dropdown-container-wrapper {
  padding: 9px 14px;
}
.clinic-filter-container .display-type-container {
  background-color: #F3F3F3;
  color: #494949;
  float: left;
  width: 49%;
  position: relative;
}
.clinic-filter-container .display-type-container .clinic-filter-toggle-wrapper {
  position: relative;
  cursor: pointer;
}
.clinic-filter-container .display-type-container .clinic-filter-toggle-wrapper .clinic-filter-toggle {
  clear: both;
  width: 100%;
  height: 36px;
  color: #494949;
}
.clinic-filter-container .display-type-container .clinic-filter-toggle-wrapper .clinic-filter-toggle span {
  background-color: #fff;
  display: block;
  padding: 8px 17px;
  font-weight: 700;
  float: left;
  width: 88%;
}
.clinic-filter-container .display-type-container .clinic-filter-toggle-wrapper .clinic-filter-toggle .clinicToggle {
  background-color: #D8D8D8;
  float: left;
  height: 36px;
  text-align: center;
  width: 12%;
  display: table;
}
.clinic-filter-container .display-type-container .clinic-filter-toggle-wrapper .clinic-filter-toggle .clinicToggle i {
  display: table-cell;
  vertical-align: middle;
}
.clinic-filter-container .display-type-container .clinic-filter-toggle-wrapper .clinic-filter-toggle.expand span {
  background-color: #D8D8D8;
  color: #494949;
}
.clinic-filter-container .display-type-container .clinicSelect {
  background: none repeat scroll 0 0 #f3f3f3;
  color: #494949;
  height: 0;
  padding: 0 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  -webkit-transition: 0.4s all;
       -o-transition: 0.4s all;
          transition: 0.4s all;
}
.clinic-filter-container .display-type-container .clinicSelect label {
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.clinic-filter-container .display-type-container .clinicSelect label input {
  margin-right: 5px;
  margin-top: 2px;
  float: left;
}
.clinic-filter-container .display-type-container .clinicSelect label span {
  display: block;
  margin-left: 20px;
}
.clinic-filter-container .display-type-container .clinicSelect label.disable {
  color: #999;
}
.clinic-filter-container .display-type-container .clinicSelect.active {
  padding: 10px 10px;
  border-bottom: 1px solid #CDCDCD;
}
.clinic-filter-container .location-filter-container {
  background: #F3F3F3;
  float: right;
  width: 49%;
  position: relative;
}
.clinic-filter-container .location-filter-container .location-filter-toggle-wrapper {
  position: relative;
  cursor: pointer;
}
.clinic-filter-container .location-filter-container .location-filter-toggle-wrapper .location-filter-toggle {
  clear: both;
  width: 100%;
  height: 36px;
  color: #494949;
}
.clinic-filter-container .location-filter-container .location-filter-toggle-wrapper .location-filter-toggle span {
  background-color: #fff;
  display: block;
  padding: 8px 17px;
  font-weight: 700;
  float: left;
  width: 88%;
}
.clinic-filter-container .location-filter-container .location-filter-toggle-wrapper .location-filter-toggle .locationToggle {
  background-color: #D8D8D8;
  float: left;
  height: 36px;
  text-align: center;
  width: 12%;
  display: table;
}
.clinic-filter-container .location-filter-container .location-filter-toggle-wrapper .location-filter-toggle .locationToggle i {
  display: table-cell;
  vertical-align: middle;
}
.clinic-filter-container .location-filter-container .location-filter-toggle-wrapper .location-filter-toggle.expand span {
  background-color: #D8D8D8;
  color: #494949;
}
.clinic-filter-container .location-filter-container .locationSelect {
  background: none repeat scroll 0 0 #f3f3f3;
  color: #494949;
  height: 0;
  padding: 0 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  -webkit-transition: 0.4s all;
       -o-transition: 0.4s all;
          transition: 0.4s all;
}
.clinic-filter-container .location-filter-container .locationSelect label {
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.clinic-filter-container .location-filter-container .locationSelect label input {
  margin-right: 5px;
  margin-top: 2px;
  float: left;
}
.clinic-filter-container .location-filter-container .locationSelect label span {
  display: block;
  margin-left: 20px;
}
.clinic-filter-container .location-filter-container .locationSelect label.disable {
  color: #999;
}
.clinic-filter-container .location-filter-container .locationSelect.active {
  padding: 10px 10px;
  border-bottom: 1px solid #CDCDCD;
}
.page-template-template-clinic-list .content-container {
  padding-top: 130px;
}
@media (min-width: 768px) {
  .clinic-container .dl-horizontal dt {
    padding-bottom: 10px;
  }
  .clinic-container .dl-horizontal dd {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .clinic-filter-container {
    top: 152px;
  }
  .clinic-filter-container .view-btn-container-wrapper {
    width: auto;
    padding: 8px 14px;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    float: left;
  }
  .clinic-filter-container .view-btn-container-wrapper .view-btn-container .map-link,
  .clinic-filter-container .view-btn-container-wrapper .view-btn-container .list-link {
    border: 2px solid #CDCDCD;
    width: auto;
    margin-right: 8px;
  }
  .clinic-filter-container .view-btn-container-wrapper .view-btn-container .map-link:last-child,
  .clinic-filter-container .view-btn-container-wrapper .view-btn-container .list-link:last-child {
    margin-right: 0;
    border-left: 2px solid #CDCDCD;
  }
  .clinic-filter-container .dropdown-container-wrapper {
    padding: 0;
  }
  .clinic-filter-container .display-type-container {
    padding: 8px 10px;
    width: auto;
  }
  .clinic-filter-container .display-type-container .clinic-filter-toggle-wrapper {
    display: none;
  }
  .clinic-filter-container .display-type-container .clinicSelect {
    display: table;
    background: none;
    height: auto;
    padding: 0;
    overflow: auto;
    position: relative;
    width: auto;
    border: none;
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
  }
  .clinic-filter-container .display-type-container .clinicSelect label {
    display: table-cell;
    font-size: 14px;
    margin-bottom: 0!important;
    line-height: normal!important;
    padding-right: 10px;
  }
  .clinic-filter-container .display-type-container .clinicSelect label:last-child {
    padding-right: 0;
  }
  .clinic-filter-container .display-type-container .clinicSelect label input {
    margin-right: 10px;
    line-height: normal;
    float: none;
  }
  .clinic-filter-container .display-type-container .clinicSelect label span {
    display: inline-block;
    margin-left: 0;
  }
  .clinic-filter-container .display-type-container .clinicSelect.active {
    height: auto;
    padding: 0;
    border-bottom: none;
  }
  .clinic-filter-container .location-filter-container {
    width: auto;
  }
  .clinic-filter-container .location-filter-container .location-filter-toggle-wrapper {
    padding: 9px 14px;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
  }
  .clinic-filter-container .location-filter-container .location-filter-toggle-wrapper .location-filter-toggle {
    clear: both;
    width: 130px;
    height: 36px;
    color: #494949;
  }
  .clinic-filter-container .location-filter-container .location-filter-toggle-wrapper .location-filter-toggle span {
    background-color: #fff;
    display: block;
    padding: 8px 17px;
    font-weight: 700;
    float: left;
    width: auto;
  }
  .clinic-filter-container .location-filter-container .location-filter-toggle-wrapper .location-filter-toggle .locationToggle {
    background-color: #D8D8D8;
    float: left;
    height: 36px;
    text-align: center;
    width: 35px;
    display: table;
  }
  .clinic-filter-container .location-filter-container .location-filter-toggle-wrapper .location-filter-toggle .locationToggle i {
    display: table-cell;
    vertical-align: middle;
  }
  .clinic-filter-container .location-filter-container .location-filter-toggle-wrapper .location-filter-toggle.expand span {
    background-color: #D8D8D8;
    color: #494949;
  }
  .clinic-filter-container .location-filter-container .locationSelect {
    width: 160px;
    padding: 0 20px;
  }
  .clinic-filter-container .location-filter-container .locationSelect.active {
    padding: 10px 20px;
  }
  .map #map {
    width: 100%;
    z-index: 10;
    min-height: 750px;
    margin-top: 55px;
  }
  .map footer {
    width: 100%;
  }
  .map #map-intro {
    display: none;
    position: absolute;
    top: 202px;
    left: 0;
    z-index: 21;
    background-color: rgba(181, 70, 56, 0.8);
    padding: 20px 70px;
    color: #fff;
  }
  .map #map-intro p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .map #map-intro p strong {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
  }
  .map #map-intro .btn_close {
    background: url(../img/btn_close_map.png) no-repeat center;
    position: absolute;
    top: 15px;
    right: 30px;
    width: 14px;
    height: 14px;
  }
  .zh-hant .clinic-filter-container .location-filter-container .location-filter-toggle-wrapper .location-filter-toggle span {
    padding: 8px 15px;
  }
  .clinic-container {
    margin-top: 75px;
  }
  .clinic-container.content-container {
    padding-top: 90px;
  }
  .page-template-template-clinic-list-php .clinic-container {
    margin-top: 0;
  }
  .page-template-template-clinic-list-php .content-container .intro-container {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .clinic-filter-container .display-type-container {
    padding: 9px 45px 8px 55px;
    height: 54px;
  }
  .clinic-filter-container .display-type-container .clinicSelect label {
    padding-right: 30px;
    font-size: 16px;
  }
}
.holistic {
  padding-top: 40px;
}
.holistic h1 {
  text-align: center;
  padding-bottom: 0;
}
.holistic,
.therapeutic,
.nongs-concentrated-chinese-medicine-granules {
  padding-top: 40px;
}
.holistic .content-container,
.therapeutic .content-container,
.nongs-concentrated-chinese-medicine-granules .content-container {
  padding-top: 30px;
}
.therapeutic .main,
.nongs-concentrated-chinese-medicine-granules .main {
  padding-bottom: 0;
}
.therapeutic .therapeutic_header,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header {
  margin-bottom: 0;
  margin-top: -40px;
}
.therapeutic .therapeutic_header h1,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header h1 {
  /*float:left;*/
  text-align: center;
  padding-bottom: 0;
}
.therapeutic .therapeutic_header .product-filter-container,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container {
  /*float:right;*/
  margin-top: 30px;
  margin-bottom: 30px;
  /*-------------if medicine cat is there--------------*/
  /*width: 540px;*/
  width: 500px;
  text-align: center;
}
.therapeutic .therapeutic_header .product-filter-container span,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container span {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
.therapeutic .therapeutic_header .product-filter-container a,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container a {
  border: 2px solid #D8D8D8;
  display: inline-block;
  float: left;
  padding: 8px 14px;
  margin-right: 10px;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  color: #D8D8D8;
}
.therapeutic .therapeutic_header .product-filter-container a.active,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container a.active {
  background: #D8D8D8;
  text-decoration: none;
  color: #4A4A4A;
}
.therapeutic .therapeutic_header .product-filter-container a:hover,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container a:hover {
  text-decoration: none;
  color: #4A4A4A;
}
.therapeutic .therapeutic_header .product-filter-container a:visited,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container a:visited {
  text-decoration: none;
}
.therapeutic .therapeutic_header .product-filter-container a:last-child,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container a:last-child {
  margin-right: 0;
}
.therapeutic .therapeutic_header .product-filter-container a.btn-search,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container a.btn-search {
  width: 60px;
  text-align: center;
}
.therapeutic .therapeutic_header .product-filter-container a.btn-search .fa-search,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container a.btn-search .fa-search {
  font-size: 14px;
}
.therapeutic .therapeutic_header .product-filter-container .btn-search-container,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container .btn-search-container {
  display: block;
  clear: both;
  padding-top: 20px;
}
.therapeutic .therapeutic_header .product-filter-container .btn-search-container a,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container .btn-search-container a,
.therapeutic .therapeutic_header .product-filter-container .btn-search-container span,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container .btn-search-container span {
  float: none;
  display: inline;
}
.therapeutic .therapeutic_header .product-filter-container .btn-search-container .btn-search,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container .btn-search-container .btn-search {
  width: 60px;
  text-align: center;
}
.therapeutic .therapeutic_header .product-filter-container .btn-search-container .btn-search .fa-search,
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container .btn-search-container .btn-search .fa-search {
  font-size: 14px;
}
.therapeutic .product-list-container,
.nongs-concentrated-chinese-medicine-granules .product-list-container {
  background: #efefef;
}
.therapeutic .product-list-container .therapeutic-category-container,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container {
  padding: 0;
  -webkit-transition: 0.4s all;
       -o-transition: 0.4s all;
          transition: 0.4s all;
  clear: both;
  padding-bottom: 50px;
}
.therapeutic .product-list-container .therapeutic-category-container .content-container,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container .content-container {
  padding-top: 0;
}
.therapeutic .product-list-container .therapeutic-category-container h2,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container h2 {
  width: 80%;
  text-align: center;
  text-transform: uppercase;
  color: #818181;
  position: relative;
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.therapeutic .product-list-container .therapeutic-category-container h2:before,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container h2:before,
.therapeutic .product-list-container .therapeutic-category-container h2:after,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container h2:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 48%;
  height: 1px;
  content: '\a0';
  background-color: #DCDCDC;
}
.therapeutic .product-list-container .therapeutic-category-container h2:before,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container h2:before {
  margin-left: -50%;
  text-align: right;
}
.therapeutic .product-list-container .therapeutic-category-container h2 *::-ms-backdrop,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container h2 *::-ms-backdrop,
.therapeutic .product-list-container .therapeutic-category-container h2:before,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container h2:before {
  margin-left: -4%;
}
.therapeutic .product-list-container .therapeutic-category-container h2:after,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container h2:after {
  margin-left: 2%;
  text-align: right;
}
.therapeutic .product-list-container .therapeutic-category-container.relief,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container.relief {
  background: #EFEFEF;
}
.therapeutic .product-list-container .therapeutic-category-container.relief .product-list-item-container .overlay,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container.relief .product-list-item-container .overlay {
  background: #efefef;
}
.therapeutic .product-list-container .therapeutic-category-container.functional,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container.functional {
  background: #E6E6E6;
}
.therapeutic .product-list-container .therapeutic-category-container.functional .product-list-item-container .overlay,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container.functional .product-list-item-container .overlay {
  background: #e6e6e6;
}
.therapeutic .product-list-container .therapeutic-category-container.functional h2:before,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container.functional h2:before,
.therapeutic .product-list-container .therapeutic-category-container.functional h2:after,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container.functional h2:after {
  background-color: #D8D8D8;
}
.therapeutic .product-list-container .therapeutic-category-container.medicines,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container.medicines {
  background: #DDDDDD;
}
.therapeutic .product-list-container .therapeutic-category-container.medicines .product-list-item-container .overlay,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container.medicines .product-list-item-container .overlay {
  background: #CDCDCD;
}
.therapeutic .product-list-container .therapeutic-category-container.medicines h2:before,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container.medicines h2:before,
.therapeutic .product-list-container .therapeutic-category-container.medicines h2:after,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container.medicines h2:after {
  background: #B9B9B9;
}
.therapeutic .product-list-container .therapeutic-category-container.hidden-animate,
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container.hidden-animate {
  height: 0!important;
  padding: 0;
}
.therapeutic .product-list-container .ccmg-category-container .fancybox,
.nongs-concentrated-chinese-medicine-granules .product-list-container .ccmg-category-container .fancybox {
  margin-top: 20px;
  color: #4A4A4A;
}
.therapeutic .product-list-container .ccmg-category-container .fancybox:hover,
.nongs-concentrated-chinese-medicine-granules .product-list-container .ccmg-category-container .fancybox:hover {
  text-decoration: none;
}
.therapeutic .product-list-container .ccmg-category-container .product-list-item-container .product-list-text,
.nongs-concentrated-chinese-medicine-granules .product-list-container .ccmg-category-container .product-list-item-container .product-list-text {
  /*height: 140px;*/
}
/*
  .zh-hant.therapeutic, .zh-hant.nongs-concentrated-chinese-medicine-granules{
    .therapeutic_header{
      .product-filter-container{
        a{
          padding:8px 14px;
        }
      }
    }
  }
  */
.product-list-item-container .btn-buy-now {
  background-color: #e5a528;
  border-radius: 25px;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 40px;
}
.product-list-item-container .btn-buy-now .cart-icon {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 12px 10px 8px 15px;
  float: left;
}
.product-list-item-container .btn-buy-now .cart-text {
  display: inline-block;
  padding: 10px 0 10px 20%;
  float: left;
}
#filterToggle {
  text-align: center;
}
#filterToggle span h1 {
  display: inline-block;
}
#filterToggle span i {
  visibility: hidden;
  font-size: 25px;
  margin-left: 10px;
  color: #b0b0b0;
}
.page-template-template-product-holistic #filterToggle {
  margin-top: -30px;
}
#main-content .product-filter-panel {
  padding-bottom: 70px;
  display: none;
}
#main-content .product-filter-panel .panel-left {
  padding-top: 10px;
  padding-right: 0;
}
#main-content .product-filter-panel .panel-left a {
  display: block;
  color: #C5C5C5;
  font-size: 25px;
  margin-bottom: 5px;
  position: relative;
}
#main-content .product-filter-panel .panel-left a.active,
#main-content .product-filter-panel .panel-left a:hover {
  color: #3C3C3C;
}
#main-content .product-filter-panel .panel-left a:focus {
  text-decoration: none;
}
#main-content .product-filter-panel .panel-left a.active i {
  color: #3C3C3C;
  display: block;
}
#main-content .product-filter-panel .panel-left a i {
  position: absolute;
  right: -1px;
  top: 0.3em;
  font-size: 25px;
  display: none;
}
#main-content .product-filter-panel .panel-right {
  padding-top: 10px;
  border-left: 2px solid #CBCBCB;
}
#main-content .product-filter-panel .panel-right .panel-content {
  display: none;
}
#main-content .product-filter-panel .panel-right .panel-content h3 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 10px;
  border-bottom: 2px solid #CBCBCB;
  font-size: 17px;
}
#main-content .product-filter-panel .panel-right .panel-content ul {
  margin: 0;
}
#main-content .product-filter-panel .panel-right .panel-content ul li {
  padding-left: 10px;
  padding-bottom: 10px;
  list-style: none!important;
  font-size: 15px!important;
  line-height: 150%!important;
}
#main-content .product-filter-panel .panel-right .panel-content ul li a {
  color: #353535;
  font-weight: normal;
  display: block;
  width: 90%;
}
#main-content .product-filter-panel .panel-right .panel-content ul li a:hover {
  /*border-bottom:1px solid #CBCBCB;
							padding-bottom:10px;*/
  text-decoration: underline;
  /*font-weight:700;*/
}
#main-content .product-filter-panel .panel-right .panel-content ul li a:hover:last-child {
  padding-bottom: 0;
}
#main-content .product-filter-panel .panel-right .panel-content ul.nongs_granules_list h3 {
  padding-left: 0;
}
#main-content .product-filter-panel .panel-right .panel-content ul.nongs_granules_list li {
  padding-left: 0;
}
.nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container {
  width: 660px;
}
.content-container .product-list-item-container {
  position: relative;
  margin-bottom: 30px;
}
.content-container .product-list-item-container img.img-responsive {
  padding: 0 10%;
}
.content-container .product-list-item-container h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3c3c3c;
  padding-top: 0;
}
.content-container .product-list-item-container p,
.content-container .product-list-item-container li {
  font-size: 13px!important;
}
.content-container .product-list-item-container .overlay {
  display: none;
  position: absolute;
  /*top:-22%;*/
  top: -20px;
  left: -5px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  width: 105%;
  z-index: 100;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.content-container .product-list-item-container .overlay h3 {
  /*height: 30px;*/
  margin-bottom: 0;
  min-height: 0;
  font-size: 19px;
  margin-top: 5px;
}
.content-container .product-list-item-container .overlay h3 a {
  font-weight: 800;
  color: #3c3c3c;
}
.content-container .product-list-item-container .overlay .product-list-text {
  height: auto!important;
  margin-bottom: 10px;
  text-align: left;
}
.content-container .product-list-item-container .overlay .product-list-text ul {
  margin-left: 0;
  margin-bottom: 0;
}
.content-container .product-list-item-container .overlay .product-list-text ul li {
  font-size: 13px!important;
  /*list-style:none;*/
  padding-left: 0;
  padding-bottom: 0;
}
.content-container .product-list-item-container .overlay .img-responsive {
  width: 90%;
  margin: 0 auto;
}
.content-container .product-list-item-container h3 {
  text-align: center;
  font-size: 17px;
  /*min-height:48px;*/
}
.content-container .product-list-item-container h3 a {
  color: #3c3c3c;
  font-weight: 800;
}
.content-container .product-list-item-container .product-list-text {
  text-align: center;
  overflow: hidden;
  /*height:70px;*/
  margin-bottom: 10px;
}
.content-container .product-list-item-container .btn-find-out-more {
  display: block;
  padding: 10px 30px;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.single-product .header-pages-hero {
  margin-bottom: 0;
}
.single-product #main-content .product-content-container {
  padding-top: 15px;
}
.single-product #main-content .product-content-container h1 {
  color: #5d5d5d;
  font-weight: 800;
  font-size: 37px;
}
.single-product #main-content .product-content-container .product-menu-container {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.single-product #main-content .product-content-container .product-menu-container a {
  color: #747474;
}
.single-product #main-content .product-content-container .product-menu-container .product-page-control {
  float: right;
}
.single-product #main-content .product-content-container .product-menu-container .product-page-control a {
  margin-right: 40px;
}
.single-product #main-content .product-content-container .product-menu-container .product-page-control a:last-child {
  margin-right: 0;
}
.single-product #main-content .product-content-container .nav-tabs {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-left: 0!important;
  border: 0;
}
.single-product #main-content .product-content-container .nav-tabs li {
  padding-left: 0;
  padding-right: 20px;
  position: relative;
  line-height: 100%;
}
.single-product #main-content .product-content-container .nav-tabs li a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  color: #5d5d5d;
  font-size: 15px;
}
.single-product #main-content .product-content-container .nav-tabs li:after {
  content: '/';
  color: #5d5d5d;
  position: absolute;
  right: 10px;
  top: 0.8em;
}
.single-product #main-content .product-content-container .nav-tabs li:last-child {
  padding-right: 0;
}
.single-product #main-content .product-content-container .nav-tabs li:last-child:after {
  content: '';
}
.single-product #main-content .product-content-container .nav-tabs li.active > a,
.single-product #main-content .product-content-container .nav-tabs li:hover > a {
  background: #fff;
  border-bottom: 4px solid #000;
  color: #000;
  outline: 0!important;
}
.single-product #main-content .product-content-container .nav-tabs li:focus,
.single-product #main-content .product-content-container .nav-tabs li:focus > a {
  background: #fff!important;
  color: #000!important;
}
.single-product #main-content .product-content-container .tab-content {
  border: none;
  padding: 0;
}
.single-product #main-content .product-content-container .tab-content h2 {
  color: #5d5d5d;
}
.single-product #main-content .product-content-container .tab-content p {
  color: #5d5d5d;
  /*i,em{
					  font-size: 90%;
				}*/
}
.single-product #main-content .product-content-container .tab-content li {
  line-height: 170%;
  font-size: 15px;
}
.single-product #main-content .product-content-container .btn-buy-now {
  background-color: #d18a00;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
}
.single-product #main-content .product-content-container .btn-buy-now .cart-icon {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 12px 10px 8px 15px;
  float: left;
}
.single-product #main-content .product-content-container .btn-buy-now .cart-text {
  display: inline-block;
  padding: 10px 15px 10px 10px;
  float: left;
}
.single-product #main-content .product-content-container .product-content-right {
  margin-top: 75px;
}
.single-product #main-content .product-content-container .product-content-right .product-side-content {
  margin-bottom: 40px;
  padding: 0;
}
.single-product #main-content .product-content-container .product-content-right .product-side-content h3 {
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #5d5d5d;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  font-weight: 800;
}
.single-product #main-content .product-content-container .product-content-right .product-side-content h3:before {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 25%;
  height: 3px;
  content: '\a0';
  background-color: #5d5d5d;
}
.single-product #main-content .product-content-container .product-content-right .product-side-content .btn .caret,
.single-product #main-content .product-content-container .product-content-right .product-side-content .comment-form input[type="submit"] .caret,
.single-product #main-content .product-content-container .product-content-right .product-side-content .comment-form input[type="submit"] .caret {
  margin-right: 15px;
}
.single-product #main-content .product-content-container .product-content-right .product-side-content .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%!important;
}
.single-product #main-content .product-content-container .product-content-right #related-product-slider .related-item {
  text-align: center;
}
.single-product #main-content .product-content-container .product-content-right #related-product-slider .related-item a {
  color: #5d5d5d;
}
.single-product #main-content .product-content-container .product-content-right #related-product-slider .related-item p {
  line-height: 130%;
  margin-bottom: 0;
}
.single-product #main-content .product-content-container .product-content-right #related-product-slider .owl-controls {
  position: relative;
  /*.owl-pagination{
						//height:22px;
						//padding:2px 0;
						background:#E7E5E6;
						 .owl-page{
						 	position:relative;
							z-index:100;
							span{
								margin-top:7px;
								opacity:1;
								background-color:#fff;
							}
							&.active{
								span{
									background-color:#CDCDCD;
								}
							}
						 }
					}*/
}
.single-product #main-content .product-content-container .product-content-right #related-product-slider .owl-controls .owl-nav {
  background: #E7E5E6;
  width: 100%;
  position: relative;
  height: 30px;
}
.single-product #main-content .product-content-container .product-content-right #related-product-slider .owl-controls .owl-nav .owl-prev {
  background: url(../img/btn_related_product_prev.png) no-repeat center;
  text-indent: -9999px;
  height: 20px;
  width: 30px;
  position: absolute;
  left: 0;
}
.single-product #main-content .product-content-container .product-content-right #related-product-slider .owl-controls .owl-nav .owl-next {
  background: url(../img/btn_related_product_next.png) no-repeat center;
  text-indent: -9999px;
  height: 20px;
  width: 30px;
  position: absolute;
  right: 0;
}
.single-product #main-content .product-content-container .product-content-right #related-product-slider .owl-controls .owl-buttons {
  position: absolute;
  width: 100%;
  z-index: 20;
  top: 3px;
}
.single-product #main-content .product-content-container .product-content-right #related-product-slider .owl-controls .owl-buttons div {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  height: 20px;
  width: 40px;
}
.single-product #main-content .product-content-container .product-content-right #related-product-slider .owl-controls .owl-buttons .owl-prev {
  background: url(../img/btn_related_product_prev.png) no-repeat center;
  float: left;
}
.single-product #main-content .product-content-container .product-content-right #related-product-slider .owl-controls .owl-buttons .owl-next {
  background: url(../img/btn_related_product_next.png) no-repeat center;
  float: right;
}
.single-product #main-content .product-content-container .product-content-right .product-news-content p {
  margin: 0;
  color: #717171;
}
.single-product #main-content .product-content-container .product-content-right .product-news-content strong {
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  color: #B5B5B5;
}
.single-product #main-content .product-content-container .product-content-right .product-news-content:first-child strong {
  margin-top: 0;
}
.single-product #main-content .product-content-container .product-content-right .product-list-container ul {
  margin-left: 0;
}
.single-product #main-content .product-content-container .product-content-right .product-list-container ul li {
  list-style: none;
  padding-left: 0;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  margin-bottom: 10px;
  background: #E8E8E8;
}
.single-product #main-content .product-content-container .product-content-right .product-list-container ul li a {
  display: table;
  color: #4a4a4a;
  width: 100%;
  line-height: 3.5em;
  padding-left: 15px;
  font-size: 13px;
}
.single-product #main-content .product-content-container .product-content-right .product-list-container ul li a i {
  float: right;
  border-left: 1px solid #d5d5d5;
  width: 48px;
  height: 46px;
  text-align: center;
  display: table-cell;
  line-height: 3.5em;
}
.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container {
  background-color: #fff!important;
}
.comboLightbox {
  padding-bottom: 25px;
  display: none;
  border: 3px solid #909090;
  border-radiu: 3px;
  background: #fff;
  padding-top: 80px;
  position: relative;
  color: #666;
}
.comboLightbox .hotline {
  position: absolute;
  right: 40px;
  top: 15px;
}
.comboLightbox .list {
  margin: auto;
  width: 90%;
}
.comboLightbox .list thead {
  border-bottom: 1px solid #909090;
  padding-bottom: 10px;
  text-align: center;
}
.comboLightbox .list thead td {
  font-weight: 600;
  padding: 5px;
  line-height: 130%;
}
.comboLightbox .list2-container {
  margin: 15px auto 0 auto;
  height: 90%;
  width: 90%;
  overflow: scroll;
  overflow-x: hidden;
}
.comboLightbox .list2-container .list2 {
  margin: 0 auto;
  width: 100%;
}
.comboLightbox .list2-container .list2 tr td {
  line-height: 130%;
  padding: 5px;
  vertical-align: top;
}
.comboLightbox .list2-container .list2 tr:nth-child(even) td {
  background: #E4E4E4;
}
.comboLightbox .list2-container .list2 tr:nth-child(odd) td {
  background: #F4F4F4;
}
@media (min-width: 768px) {
  .product-list-container .row {
    margin-bottom: 20px;
  }
  .product-list-item-container {
    margin-bottom: 20px;
  }
  .product-list-item-container h3 {
    height: 66px;
    font-size: 15px;
  }
  .product-list-item-container .product-list-text {
    height: 70px;
  }
  .single-product .main {
    padding-bottom: 0;
  }
  .single-product #main-content {
    background: url(../img/bg_product_detail.png) repeat-y left;
    padding-bottom: 50px;
  }
  .nongs-concentrated-chinese-medicine-granules .product-list-container .product-list-item-container .overlay {
    top: -10%;
  }
  .nongs-concentrated-chinese-medicine-granules .product-list-container .product-list-item-container .overlay .img-responsive {
    margin-top: -45px;
  }
  .therapeutic .product-list-container .ccmg-category-container .product-list-item-container .product-list-text,
  .nongs-concentrated-chinese-medicine-granules .product-list-container .ccmg-category-container .product-list-item-container .product-list-text {
    height: 90px;
  }
  .single-product #main-content .product-content-container .nav-tabs {
    margin-right: 40px;
  }
  .single-product #main-content .product-content-container .nav-tabs li {
    padding-right: 40px;
  }
  .single-product #main-content .product-content-container .nav-tabs li:after {
    right: 20px;
  }
  .single-product #main-content .product-content-container .product-content-right .product-list-container ul li a {
    padding-left: 10px;
  }
  .single-product #main-content .product-content-container .product-content-right .product-list-container ul li a i {
    width: 38px;
    height: 44px;
  }
  .single-product #main-content .product-content .tab-content .col-sm-6:first-of-type {
    padding-right: 7px;
  }
  .single-product #main-content .product-content .tab-content .col-sm-6:last-of-type {
    padding-left: 7px;
  }
  .single-product #main-content .product-content-container .product-content-right .product-side-content {
    padding: 0 15px;
  }
  .therapeutic .product-list-container .therapeutic-category-container,
  .nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .product-list-item-container {
    padding-left: 0px;
    padding-right: 0px;
    width: 28%;
    margin-left: 20px;
    margin-right: 20px;
    /*padding-left: 20px;
		padding-right: 20px;*/
  }
  .product-list-item-container h3 {
    font-size: 17px;
    margin-left: -10px;
    margin-right: -10px;
    height: 43px;
  }
  .product-list-item-container:hover .overlay {
    display: block;
  }
  .product-list-item-container:hover .overlay .btn-find-out-more {
    display: block!important;
  }
  .product-list-item-container .overlay {
    min-height: 570px;
  }
  .product-list-item-container .overlay h3 {
    min-height: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .product-list-item-container .product-list-text {
    height: 70px;
  }
  #filterToggle span i {
    visibility: visible;
  }
  .nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container {
    width: 920px;
  }
  .nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container .btn-search-container {
    clear: none;
    padding-top: 0;
    float: left;
  }
  .nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container .btn-search-container a,
  .nongs-concentrated-chinese-medicine-granules .therapeutic_header .product-filter-container .btn-search-container span {
    float: left;
  }
  .comboLightbox {
    width: 800px;
    height: 100%;
    overflow: hidden;
  }
  .ccmg-category-container .product-list-item-container:hover .btn-find-out-more {
    display: block;
  }
  .holistic .main,
  .therapeutic .main {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .product-list-item-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-list-item-container h3 {
    height: 46px;
  }
  .product-list-item-container .overlay {
    /*top: -20%;*/
    width: 100%;
  }
  .nongs-concentrated-chinese-medicine-granules .product-list-container .ccmg-category-container .product-list-item-container .product-list-text {
    height: 120px;
  }
  .single-product #main-content .product-content-container .product-content-right .product-list-container ul li a {
    padding-left: 15px;
  }
  .single-product #main-content .product-content-container .product-content-right .product-list-container ul li a i {
    width: 48px;
    height: 50px;
  }
}
.product-overview-container {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.product-overview-container .content-container {
  padding-top: 10px;
}
.product-overview-container .product-overview-text-container {
  padding: 35px 25px;
  background: #d18a00;
  color: #fff;
  position: relative;
}
.product-overview-container .product-overview-text-container#product-overview-0 .product-overview-text-container .btn-explore {
  border-bottom-left-radius: 5px;
}
.product-overview-container .product-overview-text-container#product-overview-1 .product-overview-text-container .btn-explore {
  border-bottom-right-radius: 5px;
}
.product-overview-container .product-overview-text-container h2 {
  color: #fff;
  padding-bottom: 0;
}
.product-overview-container .product-overview-text-container h3 {
  color: #fff;
  margin: 0;
  margin-top: 30px;
}
.product-overview-container .product-overview-text-container ul {
  padding-left: 0;
}
.product-overview-container .product-overview-text-container ul li ul {
  padding-top: 10px;
}
.product-overview-container .product-overview-text-container .btn-explore {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  padding: 15px 20px;
  background: #b87900;
}
.product-overview-container .product-overview-text-container .btn-explore i {
  font-size: 13px;
  margin-left: 10px;
  color: #000;
}
.product-overview-container .product-overview-text-container .btn-continue-read {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #755616;
  padding: 50px 0 25px 0;
  background: rgba(230, 165, 43, 0.3);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230, 165, 43, 0.3)), color-stop(44%, #e6a52b), color-stop(63%, #e6a52b));
  background: -webkit-linear-gradient(top, rgba(230, 165, 43, 0.3) 0%, #e6a52b 44%, #e6a52b 63%);
  background: -o-linear-gradient(top, rgba(230, 165, 43, 0.3) 0%, #e6a52b 44%, #e6a52b 63%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 165, 43, 0.3)), color-stop(44%, #e6a52b), color-stop(63%, #e6a52b));
  background: linear-gradient(to bottom, rgba(230, 165, 43, 0.3) 0%, #e6a52b 44%, #e6a52b 63%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-orange', endColorstr='@brand-orange', GradientType=0);
}
.product-overview-container .expand {
  display: none;
  background: #d18a00;
  position: relative;
  padding-bottom: 60px;
}
.product-overview-container .expand .content-container {
  padding-top: 0;
}
.product-overview-container .expand .btn-close {
  position: absolute;
  width: 100%;
  background: #D49D31;
  padding: 22px 0;
  text-align: center;
  color: #755616;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}
.product-overview-container .expand .btn-close i {
  margin-left: 10px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .product-overview-container .content_wrapper {
    overflow: hidden;
  }
  .product-overview-container .imgContainer {
    float: left;
  }
  .product-overview-container:nth-child(even) .imgContainer {
    float: right;
  }
}
.press-releases .row-full-height {
  height: 100%;
}
.press-releases .col-full-height {
  height: 100%;
  vertical-align: middle;
}
.press-releases .row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.press-releases .col-xs-height {
  float: none !important;
}
.press-releases .press-item {
  margin-bottom: 20px;
}
.press-releases .press-item .press-content-wrapper {
  padding-bottom: 20px;
  border-top: 1px solid #CACACA;
  padding-top: 20px;
  height: 100%;
  /*.btn-find-out-more{
				padding:10px 30px;
				margin-top:20px;
			}*/
}
.press-releases .press-item .press-content-wrapper .press-content-container {
  /*display:table;*/
  /*img{
					padding-right: 15px;
					width: 40%;
					float:left;
				}*/
}
.press-releases .press-item .press-content-wrapper .press-content-container .media-left {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.press-releases .press-item .press-content-wrapper .press-content-container .media-left img {
  width: 100%;
}
.press-releases .press-item .press-content-wrapper .press-content-container .media-body {
  width: 100%;
  vertical-align: top;
}
.press-releases .press-item .press-content-wrapper .press-content-container .media-body .press-date p {
  font-size: 13px;
  margin-bottom: 0;
}
.press-releases .press-item .press-content-wrapper .press-content-container .media-body .press-title h2 {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 0;
  padding-top: 0;
}
.press-releases .press-item .press-content-wrapper .press-content-container .media-body .press-title p {
  font-size: 13px;
}
.press-releases .row:first-child .press-item .press-content-wrapper {
  border-top: 0;
  padding-top: 0;
}
.single-pr #main-content h1 {
  /*font-size: 30px;*/
  font-size: 21px;
}
.single-pr #main-content a {
  word-break: break-all;
}
.single-pr .press-menu-container {
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #CACACA;
}
.single-pr .press-menu-container .press-page-control {
  float: right;
}
.single-pr .press-menu-container .press-page-control a {
  margin-right: 70px;
  display: inline-block;
}
.single-pr .press-menu-container .press-page-control a:last-child {
  margin-right: 0;
}
.single-pr .press-menu-container a {
  color: #7f7f7f;
}
.single-pr .press-menu-container:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  border-top: 1px solid #CACACA;
}
.single-pr .date {
  font-size: 15px;
}
.single-pr img {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .press-releases .col-xs-height {
    display: table-cell;
    float: none !important;
  }
  .press-releases .press-item {
    padding-top: 20px;
  }
  .press-releases .press-item .press-content-wrapper {
    padding-bottom: 0!important;
  }
  .press-releases .press-item .press-content-wrapper .press-content-container .media-left {
    display: table-cell;
    width: 40%;
    margin-bottom: 0;
  }
  .press-releases .press-item .press-content-wrapper .press-content-container .media-body {
    width: 60%;
  }
  .press-releases .press-item .press-content-wrapper .press-content-container .media-body .press-date p {
    margin-bottom: 10px;
  }
  .single-pr #main-content h1 {
    font-size: 30px;
  }
  .single-pr #main-content a {
    /*word-break: inherit;*/
  }
}
.career-container .career-content-right {
  color: #6E6E6E;
  font-size: 15px;
  background-color: #f5f4f4;
  margin-top: 20px;
  padding-bottom: 50px;
  padding-top: 20px;
}
.career-container .career-content-right .content-right-highlight-container {
  background-color: #d18a00;
  margin-left: -25px;
  padding: 25px;
  margin-bottom: 25px;
}
.career-container .career-content-right .content-right-highlight-container h3,
.career-container .career-content-right .content-right-highlight-container p {
  color: #fff;
}
.career-container .career-content-right .content-right-highlight-container h3:before {
  background-color: #fff;
}
.career-container .career-content-right .content-right-highlight-container .btn-find-out-more {
  /*background-color:#A67B25;*/
  background-color: #b87900;
}
.career-container .career-content-right .content-right-highlight-container .btn-find-out-more:hover {
  background-color: #eb9b00;
}
.career-container .career-content-right h3 {
  padding-top: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #5d5d5d;
  text-transform: uppercase;
  font-size: 17px;
  position: relative;
  font-weight: 800;
}
.career-container .career-content-right h3:first-of-type {
  margin-top: 0;
}
.career-container .career-content-right h3:before {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 25%;
  height: 3px;
  content: '\a0';
  background-color: #5d5d5d;
}
.career-container .career-content-right h4 {
  color: #5d5d5d;
}
.career-container .career-content-right .btn-find-out-more {
  padding-top: 10px;
  padding-bottom: 10px;
}
.purapharm-club .career-container .career-content-right {
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-template-template-2col .main {
    padding-bottom: 0;
  }
  .page-template-template-2col #main-content {
    background: url(../img/bg_product_detail.png) repeat-y left;
    padding-bottom: 50px;
  }
  .page-template-template-2col .career-container {
    /*margin-top:50px;*/
  }
  .page-template-template-2col .career-container .career-content-left {
    padding-right: 25px;
  }
  .page-template-template-2col .career-container .career-content-right {
    /*padding-top: 50px;*/
    margin-top: 55px;
    background-color: transparent;
    padding-bottom: 0;
    padding: 25px;
    padding-top: 0;
  }
  .page-template-template-2col .career-container .career-content-right .content-right-highlight-container {
    margin-left: -25px;
  }
  .page-template-template-2col.purapharm-club .career-container .career-content-right {
    /*padding-top: 60px;*/
    padding-top: 0;
    margin-top: 0;
  }
}
.page-template-template-announcement .filter-dropdown,
.page-id-2758 .filter-dropdown,
.page-id-2770 .filter-dropdown,
.page-id-4611 .filter-dropdown,
.page-id-4612 .filter-dropdown {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.page-template-template-announcement .filter-dropdown span,
.page-id-2758 .filter-dropdown span,
.page-id-2770 .filter-dropdown span,
.page-id-4611 .filter-dropdown span,
.page-id-4612 .filter-dropdown span {
  margin-right: 20px;
  font-size: 17px;
  font-weight: 700;
}
.page-template-template-announcement .filter-dropdown select,
.page-id-2758 .filter-dropdown select,
.page-id-2770 .filter-dropdown select,
.page-id-4611 .filter-dropdown select,
.page-id-4612 .filter-dropdown select {
  padding: 5px 10px;
}
.page-template-template-announcement #main-content ul,
.page-id-2758 #main-content ul,
.page-id-2770 #main-content ul,
.page-id-4611 #main-content ul,
.page-id-4612 #main-content ul {
  margin-left: 0!important;
}
.page-template-template-announcement #main-content ul.news-listing-container li,
.page-id-2758 #main-content ul.news-listing-container li,
.page-id-2770 #main-content ul.news-listing-container li,
.page-id-4611 #main-content ul.news-listing-container li,
.page-id-4612 #main-content ul.news-listing-container li {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
.page-template-template-announcement #main-content ul.news-listing-container li span,
.page-id-2758 #main-content ul.news-listing-container li span,
.page-id-2770 #main-content ul.news-listing-container li span,
.page-id-4611 #main-content ul.news-listing-container li span,
.page-id-4612 #main-content ul.news-listing-container li span {
  display: block;
}
.page-template-template-announcement .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.page-id-2758 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.page-id-2770 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.page-id-4611 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.page-id-4612 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  margin-top: 5px;
}
.page-template-template-announcement .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .caret,
.page-id-2758 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .caret,
.page-id-2770 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .caret,
.page-id-4611 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .caret,
.page-id-4612 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .caret,
.page-template-template-announcement .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .caret,
.page-id-2758 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .caret,
.page-id-2770 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .caret,
.page-id-4611 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .caret,
.page-id-4612 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .caret {
  right: 10px;
}
.page-template-template-announcement .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .dropdown-menu li > a span,
.page-id-2758 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .dropdown-menu li > a span,
.page-id-2770 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .dropdown-menu li > a span,
.page-id-4611 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .dropdown-menu li > a span,
.page-id-4612 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .dropdown-menu li > a span,
.page-template-template-announcement .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .filter-option,
.page-id-2758 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .filter-option,
.page-id-2770 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .filter-option,
.page-id-4611 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .filter-option,
.page-id-4612 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .btn .filter-option,
.page-template-template-announcement .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .filter-option,
.page-id-2758 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .filter-option,
.page-id-2770 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .filter-option,
.page-id-4611 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .filter-option,
.page-id-4612 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).btn-group .comment-form input[type="submit"] .filter-option {
  font-size: 17px!important;
}
@media (min-width: 768px) {
  .page-template-template-announcement .filter-dropdown,
  .page-id-2758 .filter-dropdown,
  .page-id-2770 .filter-dropdown,
  .page-id-4611 .filter-dropdown,
  .page-id-4612 .filter-dropdown {
    text-align: right;
  }
  .page-template-template-announcement .filter-dropdown span,
  .page-id-2758 .filter-dropdown span,
  .page-id-2770 .filter-dropdown span,
  .page-id-4611 .filter-dropdown span,
  .page-id-4612 .filter-dropdown span {
    font-size: 20px;
  }
  .page-template-template-announcement #main-content ul,
  .page-id-2758 #main-content ul,
  .page-id-2770 #main-content ul,
  .page-id-4611 #main-content ul,
  .page-id-4612 #main-content ul {
    margin-left: 0!important;
  }
  .page-template-template-announcement #main-content ul.news-listing-container li,
  .page-id-2758 #main-content ul.news-listing-container li,
  .page-id-2770 #main-content ul.news-listing-container li,
  .page-id-4611 #main-content ul.news-listing-container li,
  .page-id-4612 #main-content ul.news-listing-container li {
    display: table;
    margin-bottom: 0;
    width: 100%;
  }
  .page-template-template-announcement #main-content ul.news-listing-container li span,
  .page-id-2758 #main-content ul.news-listing-container li span,
  .page-id-2770 #main-content ul.news-listing-container li span,
  .page-id-4611 #main-content ul.news-listing-container li span,
  .page-id-4612 #main-content ul.news-listing-container li span {
    display: table-cell;
  }
  .page-template-template-announcement #main-content ul.news-listing-container li .date,
  .page-id-2758 #main-content ul.news-listing-container li .date,
  .page-id-2770 #main-content ul.news-listing-container li .date,
  .page-id-4611 #main-content ul.news-listing-container li .date,
  .page-id-4612 #main-content ul.news-listing-container li .date {
    width: 25%;
  }
  .page-template-template-announcement #main-content ul.news-listing-container li .excerpt,
  .page-id-2758 #main-content ul.news-listing-container li .excerpt,
  .page-id-2770 #main-content ul.news-listing-container li .excerpt,
  .page-id-4611 #main-content ul.news-listing-container li .excerpt,
  .page-id-4612 #main-content ul.news-listing-container li .excerpt {
    width: 75%;
  }
  .page-template-template-announcement .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
  .page-id-2758 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
  .page-id-2770 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
  .page-id-4611 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
  .page-id-4612 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    margin-top: 0;
    width: 100px;
  }
}
.financial-reports .filter-dropdown {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: right;
}
.financial-reports .filter-dropdown span {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 700;
}
.financial-reports .filter-dropdown select {
  padding: 5px 10px;
}
.financial-reports .results-row {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.financial-reports .results-row .result-container .title {
  padding: 15px 15px 20px 15px;
  min-height: 120px;
  background: #F1F1F1;
}
.financial-reports .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 140px;
}
.contact-us #main-content ul {
  margin-left: 0;
}
.contact-us #main-content ul li {
  list-style-type: none;
  padding-left: 0;
}
.contact-us #main-content .dl-horizontal {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.contact-us #main-content .dl-horizontal dd,
.contact-us #main-content .dl-horizontal dt {
  padding-bottom: 5px;
}
.contact-us #main-content .dl-horizontal.dl-club {
  border-bottom: none;
}
@media (min-width: 768px) {
  .contact-us #main-content .dl-horizontal dt {
    width: 210px;
  }
  .contact-us #main-content .dl-horizontal dd {
    margin-left: 210px;
  }
}
@media (min-width: 992px) {
  .contact-us .clinic-container {
    margin-top: 0;
  }
}
body.zh-hant,
body.zh-hans {
  /*font-family: 'Heiti TC Medium', 'MHeiHK', "微軟雅黑體", "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", 'SimHei', sans-serif;*/
  font-family: "微軟正黑體", "Microsoft JengHei", sans-serif !important;
}
body.zh-hant h1,
body.zh-hans h1,
body.zh-hant h2,
body.zh-hans h2,
body.zh-hant h3,
body.zh-hans h3,
body.zh-hant h4,
body.zh-hans h4,
body.zh-hant h5,
body.zh-hans h5,
body.zh-hant h6,
body.zh-hans h6,
body.zh-hant .h1,
body.zh-hans .h1,
body.zh-hant .h2,
body.zh-hans .h2,
body.zh-hant .h3,
body.zh-hans .h3,
body.zh-hant .h4,
body.zh-hans .h4,
body.zh-hant .h5,
body.zh-hans .h5,
body.zh-hant .h6,
body.zh-hans .h6 {
  font-family: "微軟正黑體", "Microsoft JengHei", sans-serif !important;
}
body.zh-hant .en,
body.zh-hans .en {
  font-family: "Lato", sans-serif;
}
body.zh-hant p,
body.zh-hans p {
  line-height: 1.9;
  font-size: 15px;
  letter-spacing: 0.3px;
}
body.zh-hant h1,
body.zh-hans h1 {
  letter-spacing: 1px;
}
body.zh-hant h2,
body.zh-hans h2 {
  font-size: 20px;
  letter-spacing: 1px;
}
body.zh-hant h3,
body.zh-hans h3 {
  line-height: 1.5;
  font-size: 15.5px;
  letter-spacing: 0.2px;
}
body.zh-hant h3.location_header,
body.zh-hans h3.location_header {
  font-size: 18px;
}
body.zh-hant h5,
body.zh-hans h5 {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
body.zh-hant .container ol,
body.zh-hans .container ol {
  margin-left: 12px;
}
body.zh-hant .figure-overlay .wp-caption-text,
body.zh-hans .figure-overlay .wp-caption-text {
  display: block;
  font-size: 13px !important;
  line-height: 1.7;
  letter-spacing: 0.2px;
}
body.zh-hant .container .caption,
body.zh-hans .container .caption {
  font-weight: normal;
}
body.zh-hant .container .caption p,
body.zh-hans .container .caption p {
  font-weight: normal;
}
body.zh-hant h1,
body.zh-hans h1,
body.zh-hant h2,
body.zh-hans h2,
body.zh-hant h3,
body.zh-hans h3,
body.zh-hant h4,
body.zh-hans h4,
body.zh-hant h5,
body.zh-hans h5,
body.zh-hant h6,
body.zh-hans h6,
body.zh-hant .h1,
body.zh-hans .h1,
body.zh-hant .h2,
body.zh-hans .h2,
body.zh-hant .h3,
body.zh-hans .h3,
body.zh-hant .h4,
body.zh-hans .h4,
body.zh-hant .h5,
body.zh-hans .h5,
body.zh-hant .h6,
body.zh-hans .h6 {
  letter-spacing: 2.2px;
}
body.zh-hant #menu-top-menu-chinese-simplified0 a,
body.zh-hans #menu-top-menu-chinese-simplified0 a,
body.zh-hant #menu-top-menu-chinese-traditional0 a,
body.zh-hans #menu-top-menu-chinese-traditional0 a {
  letter-spacing: 2.2px;
}
body.zh-hant .main .breadcrumb-container .breadcrumb a,
body.zh-hans .main .breadcrumb-container .breadcrumb a {
  letter-spacing: 2.2px;
}
body.zh-hant header.navbar-default .navbar-collapse.main-menu .navbar-nav li a,
body.zh-hans header.navbar-default .navbar-collapse.main-menu .navbar-nav li a {
  letter-spacing: 2.2px;
}
body.zh-hant .title,
body.zh-hans .title {
  letter-spacing: 2.2px;
}
body.zh-hant .home-what-we-do h2,
body.zh-hans .home-what-we-do h2,
body.zh-hant .home-growth-potential h2,
body.zh-hans .home-growth-potential h2,
body.zh-hant .home-our-people h2,
body.zh-hans .home-our-people h2 {
  font-size: 35px;
}
body.zh-hant .sectionIntro h3,
body.zh-hans .sectionIntro h3 {
  font-size: 27px;
  font-weight: 700;
}
body.zh-hant .sectionIntro p,
body.zh-hans .sectionIntro p {
  font-size: 18px;
}
body.zh-hant header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li a,
body.zh-hans header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li a,
body.zh-hant header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li a,
body.zh-hans header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li a {
  letter-spacing: 0;
}
body.zh-hant #menu-top-menu-chinese-simplified0,
body.zh-hans #menu-top-menu-chinese-simplified0,
body.zh-hant #menu-top-menu-chinese-traditional0,
body.zh-hans #menu-top-menu-chinese-traditional0 {
  margin: 0;
}
body.zh-hant #menu-top-menu-chinese-simplified0 a,
body.zh-hans #menu-top-menu-chinese-simplified0 a,
body.zh-hant #menu-top-menu-chinese-traditional0 a,
body.zh-hans #menu-top-menu-chinese-traditional0 a {
  font-size: 12px;
  padding: 6px 0;
}
body.zh-hant ul#menu-top-menu-chinese-simplified0 a:hover,
body.zh-hans ul#menu-top-menu-chinese-simplified0 a:hover,
body.zh-hant ul#menu-top-menu-chinese-simplified0 a:active,
body.zh-hans ul#menu-top-menu-chinese-simplified0 a:active,
body.zh-hant ul#menu-top-menu-chinese-traditional0 a:hover,
body.zh-hans ul#menu-top-menu-chinese-traditional0 a:hover,
body.zh-hant ul#menu-top-menu-chinese-traditional0 a:active,
body.zh-hans ul#menu-top-menu-chinese-traditional0 a:active {
  color: #d18a00 !important;
  padding: 6px 0;
}
body.zh-hant #menu-primary-navigation-cn-1 li a,
body.zh-hans #menu-primary-navigation-cn-1 li a {
  font-size: 16px;
}
body.zh-hant blockquote,
body.zh-hans blockquote {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 1.7;
}
body.zh-hant blockquote::before,
body.zh-hans blockquote::before {
  content: '“';
}
body.zh-hant blockquote::after,
body.zh-hans blockquote::after {
  content: '”';
}
body.zh-hant blockquote p,
body.zh-hans blockquote p {
  font-size: 21px;
  font-weight: 700;
  display: inline;
}
body.zh-hant small,
body.zh-hans small,
body.zh-hant .small,
body.zh-hans .small {
  font-size: 80%;
}
body.zh-hant small p,
body.zh-hans small p,
body.zh-hant .small p,
body.zh-hans .small p {
  line-height: 170%;
}
body.zh-hant .network-map-container .address-slider .address-slider-item p,
body.zh-hans .network-map-container .address-slider .address-slider-item p {
  font-size: 13px;
}
body.zh-hant.therapeutic .product-list-container .therapeutic-category-container .product-list-item-container .overlay,
body.zh-hans.therapeutic .product-list-container .therapeutic-category-container .product-list-item-container .overlay,
body.zh-hant.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container .product-list-item-container .overlay,
body.zh-hans.nongs-concentrated-chinese-medicine-granules .product-list-container .therapeutic-category-container .product-list-item-container .overlay {
  background: #efefef;
}
@media (min-width: 992px) {
  body.zh-hant header.navbar-default #subNavContainer .subNav .subNavItem .subNavTitle a,
  body.zh-hans header.navbar-default #subNavContainer .subNav .subNavItem .subNavTitle a {
    font-size: 15px;
  }
  body.zh-hant .home-banner #main-news-container .main-news-item .main-news-text-container p,
  body.zh-hans .home-banner #main-news-container .main-news-item .main-news-text-container p {
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  body.zh-hant .home-banner #main-banner-container #main-banner .owl-item:nth-child(6) .main-banner-text-container,
  body.zh-hans .home-banner #main-banner-container #main-banner .owl-item:nth-child(6) .main-banner-text-container {
    width: 520px;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
     animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -o-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;
  -o-animation-name: fadeOut;
     animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-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;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          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;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-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;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/sprites/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/sprites/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/sprites/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/sprites/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@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) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/sprites/fancybox_sprite@2x.png');
    -webkit-background-size: 44px 152px;
            background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/sprites/fancybox_loading@2x.gif');
    -webkit-background-size: 24px 24px;
            background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*----------------------------------------------------------------------------------- */
/*  Fonts */
/*----------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------- */
/*  Document Setup */
/*----------------------------------------------------------------------------------- */
* {
  outline: none !important;
}
/*----------------------------------------------------------------------------------- */
/*  Background color helper classes */
/*----------------------------------------------------------------------------------- */
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-muted {
  color: white;
}
.bg-primary .page-header,
.bg-success .page-header,
.bg-info .page-header,
.bg-warning .page-header,
.bg-danger .page-header,
.bg-muted .page-header {
  color: white;
}
.bg-primary {
  background-color: #32b9b1;
}
.bg-success {
  background-color: #51be38;
}
.bg-info {
  background-color: #5bc0de;
}
.bg-warning {
  background-color: #ef9544;
}
.bg-danger {
  background-color: #f05a5b;
}
.bg-muted {
  background-color: #bbbbbb;
}
/*----------------------------------------------------------------------------------- */
/*  Buttons */
/*----------------------------------------------------------------------------------- */
.btn,
.comment-form input[type="submit"] {
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  font-weight: 600;
}
.btn.active,
.btn:active,
.comment-form input[type="submit"].active,
.comment-form input[type="submit"]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary,
.comment-form input[type="submit"] {
  background: #32b9b1;
}
.btn-primary:hover,
.btn-primary.active,
.btn-primary:focus,
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"].active,
.comment-form input[type="submit"]:focus {
  background: #2ea9a2;
}
.btn-success {
  background: #51be38;
}
.btn-success:hover,
.btn-success.active,
.btn-success:focus {
  background: #4aae33;
}
.btn-info {
  background: #5bc0de;
}
.btn-info:hover,
.btn-info.active,
.btn-info:focus {
  background: #4ab9db;
}
.btn-warning {
  background: #ef9544;
}
.btn-warning:hover,
.btn-warning.active,
.btn-warning:focus {
  background: #ed8a31;
}
.btn-danger {
  background: #f05a5b;
}
.btn-danger:hover,
.btn-danger.active,
.btn-danger:focus {
  background: #ee4748;
}
.btn-link {
  color: #32b9b1;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-group.open .dropdown-toggle.btn-primary,
.btn-group.open .dropdown-toggle.comment-form input[type="submit"] {
  background-color: #227d77;
  border-color: #227d77;
}
.btn-group.open .dropdown-toggle.btn-primary .caret,
.btn-group.open .dropdown-toggle.comment-form input[type="submit"] .caret {
  border-top-color: white;
}
.btn-group.open .dropdown-toggle.btn-success {
  background-color: #388327;
  border-color: #388327;
}
.btn-group.open .dropdown-toggle.btn-success .caret {
  border-top-color: white;
}
.btn-group.open .dropdown-toggle.btn-info {
  background-color: #28a1c5;
  border-color: #28a1c5;
}
.btn-group.open .dropdown-toggle.btn-info .caret {
  border-top-color: white;
}
.btn-group.open .dropdown-toggle.btn-warning {
  background-color: #d46e12;
  border-color: #d46e12;
}
.btn-group.open .dropdown-toggle.btn-warning .caret {
  border-top-color: white;
}
.btn-group.open .dropdown-toggle.btn-danger {
  background-color: #e81517;
  border-color: #e81517;
}
.btn-group.open .dropdown-toggle.btn-danger .caret {
  border-top-color: white;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .comment-form input[type="submit"] + .comment-form input[type="submit"],
.btn-group .comment-form input[type="submit"] + .btn-group,
.btn-group .btn-group + .comment-form input[type="submit"] {
  margin-left: -2px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*----------------------------------------------------------------------------------- */
/*  Nav pills */
/*----------------------------------------------------------------------------------- */
.nav-pills > li > a {
  font-weight: 600;
}
.nav-pills > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #32b9b1;
}
/*----------------------------------------------------------------------------------- */
/*  Dropdowns */
/*----------------------------------------------------------------------------------- */
.dropdown-menu {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.dropdown-menu > li > a {
  color: black;
  padding: 5px 12px 7px;
}
.dropdown-menu > li:first-child a {
  border: 0;
}
.dropdown-menu .divider {
  margin: 4px 0;
}
/*----------------------------------------------------------------------------------- */
/*  Tables */
/*----------------------------------------------------------------------------------- */
.table thead tr th {
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.6) !important;
  color: black;
  border: 0;
  vertical-align: middle;
}
.table tbody {
  background-color: white;
}
.table tbody tr td {
  font-size: 14px;
  border-top: 0;
  vertical-align: middle;
}
.table tfoot > tr > td {
  border-top: 0;
}
.table tfoot > tr:first-child > td {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(0, 0, 0, 0.05);
}
.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: #51be38;
  color: white;
}
.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: #5bc0de;
  color: white;
}
.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: #ef9544;
  color: white;
}
.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: #f05a5b;
  color: white;
}
/*----------------------------------------------------------------------------------- */
/*  Labels */
/*----------------------------------------------------------------------------------- */
.label-primary {
  background-color: #32b9b1;
}
.label-default {
  background-color: #bbbbbb;
}
.label-success {
  background-color: #51be38;
}
.label-info {
  background-color: #5bc0de;
}
.label-warning {
  background-color: #ef9544;
}
.label-danger {
  background-color: #f05a5b;
}
/*----------------------------------------------------------------------------------- */
/*  List groups */
/*----------------------------------------------------------------------------------- */
.list-group .list-group-item.active,
.list-group .list-group-item.active:hover,
.list-group .list-group-item.active:focus {
  color: white;
  background-color: #32b9b1;
  border-color: #27918b;
}
.list-group .list-group-item.active .badge,
.list-group .list-group-item.active:hover .badge,
.list-group .list-group-item.active:focus .badge {
  color: #32b9b1;
  background-color: white;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #32b9b1;
  border-color: #32b9b1;
}
/*----------------------------------------------------------------------------------- */
/*  Form styles */
/*----------------------------------------------------------------------------------- */
label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.form-group,
.comment-form p {
  margin-bottom: 25px;
}
.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  border: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
}
.form-control:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
}
.input-group {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}
.input-group.input-group-lg {
  border-radius: 6px;
}
.input-group.input-daterange {
  border-radius: 4px;
}
.input-group .form-control,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-group .input-group-btn .btn,
.input-group .input-group-btn .comment-form input[type="submit"] {
  margin: 0 !important;
  border: 0 !important;
}
.input-group .input-group-addon {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  color: black;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .comment-form input[type="submit"] {
  margin-right: -2px;
  position: relative;
  z-index: 10;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .comment-form input[type="submit"] {
  margin-left: -2px;
}
.has-feedback .form-control-feedback {
  top: 50%;
  margin-top: -17px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #60c560;
}
.has-success .form-control,
.has-success .comment-form input[type="text"],
.has-success .comment-form input[type="email"],
.has-success .comment-form input[type="url"],
.has-success .comment-form textarea {
  border-color: #60c560;
}
.has-success .form-control-feedback {
  color: #60c560;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f0ad4e;
}
.has-warning .form-control,
.has-warning .comment-form input[type="text"],
.has-warning .comment-form input[type="email"],
.has-warning .comment-form input[type="url"],
.has-warning .comment-form textarea {
  border-color: #f0ad4e;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #d9534f;
}
.has-error .form-control,
.has-error .comment-form input[type="text"],
.has-error .comment-form input[type="email"],
.has-error .comment-form input[type="url"],
.has-error .comment-form textarea {
  border-color: #d9534f;
}
.has-error .form-control-feedback {
  color: #d9534f;
}
/*----------------------------------------------------------------------------------- */
/*  Emphasis Classes */
/*----------------------------------------------------------------------------------- */
.text-primary {
  color: #32b9b1;
}
.text-success {
  color: #51be38;
}
.text-info {
  color: #5bc0de;
}
.text-warning {
  color: #ef9544;
}
.text-danger {
  color: #f05a5b;
}
/*----------------------------------------------------------------------------------- */
/*  Panels */
/*----------------------------------------------------------------------------------- */
.panel {
  border: 0;
}
.panel .panel-body {
  padding: 20px;
}
.panel-heading .panel-toggle {
  background: #f9fafa;
}
.panel-heading .panel-title {
  font-size: 18px;
}
/*----------------------------------------------------------------------------------- */
/*  Tab Styles */
/*----------------------------------------------------------------------------------- */
.nav-tabs > li > a {
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: white;
}
.tab-content {
  background-color: white;
  border: 1px solid #dddddd;
  border-top: 0;
  padding: 15px 15px 5px;
}
/*----------------------------------------------------------------------------------- */
/*  Progress Bars */
/*----------------------------------------------------------------------------------- */
.progress {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.06);
}
.progress .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #32b9b1;
}
.progress .progress-bar-success {
  background-color: #51be38;
}
.progress .progress-bar-info {
  background-color: #5bc0de;
}
.progress .progress-bar-warning {
  background-color: #ef9544;
}
.progress .progress-bar-danger {
  background-color: #f05a5b;
}
.well {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(0, 0, 0, 0.05);
}
/*body {
  background-color: #5bbcd5;
  padding: 5em 0; }*/
.timeline {
  list-style: none;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 150px;
}
.timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  margin-left: -2px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 4px;
  border-radius: 2px;
  display: block;
  margin-top: 28px;
}
.timeline .timeline-row {
  padding-left: 20%;
  position: relative;
  z-index: 10;
}
.timeline .timeline-row .timeline-time {
  position: absolute;
  left: 5%;
  top: 20px;
  text-align: right;
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.timeline .timeline-row .timeline-time:after {
  content: "";
  position: absolute;
  top: 0.6em;
  right: -6px;
  height: 14px;
  width: 6px;
  background: url(../img/arrow_milestone_date.png) no-repeat right;
  z-index: -1;
}
.timeline .timeline-row .timeline-time small {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  opacity: 0.75;
  font-size: 16px;
  font-weight: 700;
  background-color: #99999a;
  border-radius: 4px;
  padding: 6px 20px;
}
.timeline .timeline-row .timeline-icon {
  position: absolute;
  top: 22px;
  left: 19%;
  margin-left: -7px;
  width: 30px;
  height: 30px;
  background: url(../img/btn_milestone_first.png) no-repeat center;
  text-align: center;
  overflow: hidden;
  padding: 3px;
  color: white;
  font-size: 14px;
  z-index: 100;
}
.timeline .timeline-row .first-icon {
  width: 30px!important;
  height: 30px!important;
  left: 19%;
  top: 15px;
  background: url(../img/btn_milestone_first.png) no-repeat center !important;
}
.timeline .timeline-row .timeline-icon > div {
  border-radius: 50%;
  line-height: 34px;
  font-size: 16px;
}
.timeline .timeline-row .timeline-content {
  margin-left: 40px;
  position: relative;
  background-color: #d18a00;
  color: #fff;
  font-weight: 700;
  top: 7px;
}
.timeline .timeline-row .timeline-content:after {
  content: "";
  position: absolute;
  top: 1.5em;
  left: -6px;
  height: 14px;
  width: 6px;
  background: url(../img/arrow_milestone.png) no-repeat right;
  z-index: -1;
}
.timeline .timeline-row .timeline-content .panel-body {
  padding: 15px 15px 2px 20px;
  position: relative;
  z-index: 10;
}
.timeline .timeline-row .timeline-content h2 {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
  padding-bottom: 5px;
}
.timeline .timeline-row .timeline-content p {
  margin-bottom: 15px;
}
.timeline .timeline-row .timeline-content img {
  margin-bottom: 15px;
}
.timeline .timeline-row .timeline-content blockquote {
  border-color: #eeeeee;
}
.timeline .timeline-row .timeline-content blockquote footer,
.timeline .timeline-row .timeline-content blockquote small,
.timeline .timeline-row .timeline-content blockquote .small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {
  color: #999999;
}
.timeline .timeline-row .timeline-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-bottom: 15px;
  overflow: hidden;
}
.timeline .timeline-row .timeline-content .video-container iframe,
.timeline .timeline-row .timeline-content .video-container object,
.timeline .timeline-row .timeline-content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline.animated .timeline-row .timeline-content {
  opacity: 0;
  left: 20px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s ;
     transition: all 0.8s ;
}
.timeline.animated .timeline-row.active .timeline-content {
  opacity: 1;
  left: 0;
}
/*@media (min-width: @screen-sm-min) {
	.timeline .timeline-row .timeline-time{
		left:1%;
	}
}

@media (min-width: @screen-md-min) {
	.timeline .timeline-row .timeline-time{
		left:5%;
	}
}*/
@media (max-width: 990px) {
  .timeline {
    padding: 0 10px;
  }
  .timeline:after {
    left: 28px;
    margin-top: 64px;
  }
  .timeline .timeline-row {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .timeline .timeline-row .timeline-time {
    position: relative;
    left: auto;
    top: 0;
    text-align: left;
    margin: 0 0 6px 56px;
  }
  .timeline .timeline-row .timeline-time:after {
    display: none;
  }
  .timeline .timeline-row .timeline-time strong {
    display: inline-block;
    margin-right: 10px;
  }
  .timeline .timeline-row .timeline-icon {
    top: 62px;
    left: 3px;
    margin-left: 0;
  }
  .timeline .timeline-row .timeline-icon.first-icon {
    top: 62px;
    left: 3px;
    margin-left: 0;
  }
  .timeline .timeline-row .timeline-content {
    margin-left: 56px;
    position: relative;
  }
  .timeline .timeline-row .timeline-content:after {
    right: auto !important;
    left: -6px !important;
    top: 22px;
  }
  /*.timeline .timeline-row:nth-child(odd) {
        padding-right: 0; }
        .timeline .timeline-row:nth-child(odd) .timeline-time {
          position: relative;
          right: auto;
          left: auto;
          top: 0;
          text-align: left;
          margin: 0 0 6px 56px; }
        .timeline .timeline-row:nth-child(odd) .timeline-content {
          margin-right: 0;
          margin-left: 55px; }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
      left: 20px; }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
      left: 0; }*/
}
.production-process .main {
  padding-bottom: 0;
}
.timeline_process {
  list-style: none;
  position: relative;
  max-width: 1200px;
  padding: 20px 20px 130px 20px;
  margin: 0 auto;
  overflow: hidden;
}
.timeline_process:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 4px;
  border-radius: 2px;
  display: block;
  margin-top: 50px;
}
.timeline_process .timeline-row {
  padding-left: 50%;
  margin-top: 35px;
  position: relative;
  z-index: 10;
}
.timeline_process .timeline-row:first-child {
  margin-top: 0;
}
.timeline_process .timeline-row .timeline-time {
  position: absolute;
  right: 50%;
  top: 0;
  text-align: right;
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.timeline_process .timeline-row .timeline-time small {
  display: block;
  color: white;
  text-transform: uppercase;
  opacity: 0.75;
  font-size: 11px;
  font-weight: 400;
}
.timeline_process .timeline-row .timeline-icon {
  position: absolute;
  top: 15px;
  /*top: 22px;*/
  left: 49.1%;
  margin-left: -7px;
  width: 30px;
  height: 30px;
  background: url(../img/btn_milestone_first.png) no-repeat center;
  text-align: center;
  overflow: hidden;
  padding: 3px;
  color: white;
  font-size: 14px;
  z-index: 100;
}
.timeline_process .timeline-row .timeline-icon > div {
  border-radius: 50%;
  line-height: 34px;
  font-size: 16px;
}
.timeline_process .timeline-row .timeline-content {
  margin-left: 40px;
  position: relative;
  background-color: transparent!important;
  color: #333333;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.timeline_process .timeline-row .timeline-content:after {
  content: "";
  position: absolute;
  top: 48px;
  left: -41px;
  height: 4px;
  width: 40px;
  z-index: -1;
}
.timeline_process .timeline-row .timeline-content .panel-body {
  padding: 0 15px 2px 0;
  position: relative;
  z-index: 10;
}
.timeline_process .timeline-row .timeline-content h2 {
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
  padding-bottom: 5px;
  color: #DD9A29;
  font-weight: 700;
  padding-left: 20px;
  text-indent: -20px;
}
.timeline_process .timeline-row .timeline-content p {
  margin-bottom: 15px;
  margin-left: 20px;
}
.timeline_process .timeline-row .timeline-content img {
  margin-bottom: 15px;
}
.timeline_process .timeline-row .timeline-content blockquote {
  border-color: #eeeeee;
}
.timeline_process .timeline-row .timeline-content blockquote footer,
.timeline_process .timeline-row .timeline-content blockquote small,
.timeline_process .timeline-row .timeline-content blockquote .small,
.timeline_process .timeline-row .timeline-content blockquote.blockquote-reverse footer,
.timeline_process .timeline-row .timeline-content blockquote.blockquote-reverse small,
.timeline_process .timeline-row .timeline-content blockquote.blockquote-reverse .small {
  color: #999999;
}
.timeline_process .timeline-row .timeline-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-bottom: 15px;
  overflow: hidden;
}
.timeline_process .timeline-row .timeline-content .video-container iframe,
.timeline_process .timeline-row .timeline-content .video-container object,
.timeline_process .timeline-row .timeline-content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline_process .timeline-row:nth-child(odd) {
  padding-left: 0;
  padding-right: 50%;
}
.timeline_process .timeline-row:nth-child(odd) .timeline-time {
  right: auto;
  left: 50%;
  text-align: left;
  margin-right: 0;
  margin-left: 70px;
}
.timeline_process .timeline-row:nth-child(odd) .timeline-content {
  margin-right: 40px;
  margin-left: 0;
}
.timeline_process .timeline-row:nth-child(odd) .timeline-content:after {
  left: auto;
  right: -41px;
}
.timeline_process.animated .timeline-row .timeline-content {
  opacity: 0;
  left: 20px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
     transition: all 0.8s;
}
.timeline_process.animated .timeline-row:nth-child(odd) .timeline-content {
  left: -20px;
}
.timeline_process.animated .timeline-row.active .timeline-content {
  opacity: 1;
  left: 0;
}
.timeline_process.animated .timeline-row.active:nth-child(odd) .timeline-content {
  left: 0;
}
@media (max-width: 990px) {
  .timeline_process {
    padding: 15px 10px;
  }
  .timeline_process:after {
    left: 28px;
  }
  .timeline_process .timeline-row {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .timeline_process .timeline-row .timeline-time {
    position: relative;
    right: auto;
    top: 0;
    text-align: left;
    margin: 0 0 6px 76px;
  }
  .timeline_process .timeline-row .timeline-time strong {
    display: inline-block;
    margin-right: 10px;
  }
  .timeline_process .timeline-row .timeline-icon {
    top: 15px;
    left: 3px;
    margin-left: 0;
  }
  .timeline_process .timeline-row .timeline-content {
    margin-left: 56px;
    position: relative;
  }
  .timeline_process .timeline-row .timeline-content:after {
    right: auto !important;
    left: -20px !important;
    top: 32px;
  }
  .timeline_process .timeline-row .timeline-content h2 {
    margin-left: 0;
  }
  .timeline_process .timeline-row:nth-child(odd) {
    padding-right: 0;
  }
  .timeline_process .timeline-row:nth-child(odd) .timeline-time {
    position: relative;
    right: auto;
    left: auto;
    top: 0;
    text-align: left;
    margin: 0 0 6px 76px;
  }
  .timeline_process .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 0;
    margin-left: 55px;
  }
  .timeline_process.animated .timeline-row:nth-child(odd) .timeline-content {
    left: 20px;
  }
  .timeline_process.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0;
  }
}
/*@media (min-width: 990px) {
  .timeline_process .timeline-row .timeline-icon{
       top: 52px;
  }
}*/
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 50px;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: #ccc;
}
.timeline-dot {
  position: absolute;
  left: 19px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  margin-left: -6px;
}
/*html.ie8 .timeline-dot{
  display: none;
}*/
.timeline-dot-top {
  top: 0;
}
.timeline-dot-bottom {
  bottom: 0;
}
.history-carousel-container {
  position: relative;
}
.history-carousel-container .history-carousel-btn {
  width: 33px;
  height: 33px;
  background-color: #000;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  z-index: 2;
  padding: 5px 13px;
}
.history-carousel-container .history-carousel-btn.history-carousel-prev {
  bottom: 1px;
  right: 36px;
  padding-left: 10px;
}
.history-carousel-container .history-carousel-btn.history-carousel-next {
  right: 0;
  bottom: 1px;
}
.history-carousel-container .history-carousel-btn i {
  font-size: 24px;
  color: #fff;
}
.history-carousel-container .history-carousel-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.cd-timeline-block {
  position: relative;
  margin: 2em 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;
}
.cd-timeline-img {
  position: absolute;
  top: 28px;
  left: 12px;
  width: 12px;
  height: 12px;
  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: #ccc;
}
/*html.ie8 .cd-timeline-img.cd-picture{
  display: none;
}*/
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@-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);
  }
}
@-o-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-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);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-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);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 50px;
  background: #efefef;
}
/*html.ie8 .cd-timeline-content {
  margin-left: 0;
}*/
.cd-timeline-content img {
  width: 100%;
}
.cd-timeline-content-text {
  padding: 10px 15px;
  text-align: center;
  display: block;
  height: auto;
  position: relative;
}
.cd-timeline-content-text p {
  text-align: left;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #494f4f;
  font-size: 16.8px;
  border-bottom: 1px solid #c3c2c2;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 18px solid transparent;
  border-right: 18px solid #efefef;
}
.timeline {
  padding: 0 10px 60px!important;
}
.timeline .bottom-content-container {
  position: absolute;
  margin-left: 56px;
  margin-top: 10px;
}
.company-milestone .timeline .timeline-row .timeline-content .panel-body {
  padding-left: 15px;
}
@media (min-width: 768px) {
  /*html.ie8 .timeline-container{
    padding-top: 0!important;
    margin-top: 0!important;
  }

  html.ie8 .cd-timeline-block{
    margin-bottom: 20px!important;
    width: 321px;
  }*/
  .cd-timeline-content p {
    font-size: 14px;
  }
  /*.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }*/
  /*html.ie8 .owl-carousel .owl-item .item img{
     max-width: 100%;
    height: auto;
    width: 100%;
  }*/
}
@media (min-width: 991px) {
  .timeline {
    padding: 0 10px 0;
  }
  .timeline .bottom-content-container {
    margin-left: 25%;
  }
  .timeline .timeline-row:first-of-type .timeline-time {
    top: 13px;
  }
  .timeline .timeline-row:first-of-type .timeline-content {
    top: 0px;
  }
  .timeline .timeline-row .timeline-time {
    left: 0%;
  }
  .timeline .timeline-row .timeline-icon {
    left: 17.5%;
  }
  .timeline .timeline-row .timeline-content {
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-row .timeline-time {
    left: 4%;
  }
  .timeline .timeline-row .timeline-icon {
    left: 18%;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-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);
  }
}
@-o-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.company-milestone .main {
  padding-bottom: 0;
}
.company-milestone #main-content {
  padding-bottom: 0;
}
@media (min-width: 990px) {
  .timeline_process .timeline-row:nth-child(odd) .timeline-time {
    margin: 0 0 6px 86px;
  }
  /*.timeline_process .timeline-row .timeline-content h2 {
        margin-left:20px;
  }
  .timeline_process .timeline-row .timeline-content p {
        margin-left:20px;
  }*/
  .timeline .timeline-row .timeline-content .panel-body {
    padding: 15px 15px 2px;
  }
  .timeline_process .timeline-row:nth-child(odd) .timeline-time {
    margin: 0 0 6px 42px;
  }
  /*.timeline_process .timeline-row .timeline-content .panel-body {
        padding: 15px 15px 2px;
  }*/
}
/*@media (max-width: 991px) {

}*/
body.logged-in header.navbar-default {
  margin-top: 31px;
}
.navbar-header {
  height: 70px;
}
.navbar > .container .navbar-brand {
  margin-left: 0;
}
.functionNav .dropdown:hover .dropdown-menu {
  display: block;
}
header.navbar-default .navbar-collapse.mobile-menu {
  margin: 0!important;
  padding: 0 15px;
  background: #f8f8f8;
  overflow-x: hidden;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li {
  padding-left: 0;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li a {
  color: #000;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 15px;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li.open a {
  color: #000!important;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li.open a:hover,
header.navbar-default .navbar-collapse.mobile-menu .nav li.open a:focus {
  color: #000!important;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li.open .dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li .dropdown-menu {
  background: #fff;
  margin-left: 0;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li .dropdown-menu a {
  padding: 10 15px 10px 25px;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li .dropdown-menu .dropdown-menu {
  display: block;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li .dropdown-menu .dropdown-menu a {
  padding-left: 40px;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li .dropdown-menu .dropdown-menu .dropdown-menu a {
  padding-left: 80px;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li .dropdown-toggle .fa-caret-down {
  display: none;
}
header.navbar-default .navbar-collapse.mobile-menu .nav li .dropdown-toggle .fa {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  color: black;
  float: right;
  height: 40px;
  margin: -10px -15px 0 0;
  padding-top: 12px;
  text-align: center;
  width: 53px;
}
header.navbar-default .navbar-collapse.mobile-menu .nav .dropdown-menu {
  padding-top: 0!important;
}
header.navbar-default .navbar-collapse.mobile-menu .nav {
  margin: 0;
}
header.navbar-default .navbar-collapse.mobile-menu .top-function-nav a {
  /*color:#b54638!important;*/
  font-size: 16px;
  font-weight: normal;
}
header.navbar-default .navbar-collapse.mobile-menu .top-function-nav .dropdown-menu {
  position: relative;
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
header.navbar-default .navbar-collapse.mobile-menu .lang-switcher {
  width: 100%;
  float: none!important;
  margin: 0!important;
}
header.navbar-default .navbar-collapse.mobile-menu .lang-switcher span {
  width: 33%;
  display: inline-block;
  text-align: center;
  border: 1px solid #dfdfdf;
  font-size: 15px;
  border-top: none;
}
header.navbar-default .navbar-collapse.mobile-menu .lang-switcher span:first-child {
  border-right: none;
}
header.navbar-default .navbar-collapse.mobile-menu .lang-switcher span:last-child {
  border-left: none;
  width: 34%;
}
header.navbar-default .navbar-collapse.mobile-menu .lang-switcher span a {
  color: #000!important;
  padding: 10px 0;
  display: block;
}
header.navbar-default .navbar-collapse.mobile-menu .lang-switcher span a.active {
  color: #c33a32 !important;
}
header.navbar-default .navbar-collapse.mobile-menu .lang-switcher a {
  display: inline-block;
  width: 49%;
  color: #000;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #dfdfdf;
  font-size: 16px;
}
header.navbar-default .navbar-collapse.mobile-menu .search-container {
  width: 100%;
}
header.navbar-default .navbar-collapse.mobile-menu .search-container .navbar-form {
  float: none!important;
  margin: 0;
}
header.navbar-default .navbar-collapse.mobile-menu .search-container .navbar-form .input-group {
  width: 100%;
}
header.navbar-default .navbar-collapse.mobile-menu .search-container .navbar-form .input-group .input-group-btn {
  text-align: right;
}
header.navbar-default .navbar-nav li a {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
header.navbar-default {
  z-index: 999;
}
header.navbar-default #menu-top-menu-1 .dropdown-menu > .active > a {
  background-color: #fff;
}
header.navbar-default .navbar-nav#menu-top-menu,
header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0,
header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 {
  margin-top: 7px;
}
header.navbar-default .navbar-nav#menu-top-menu li,
header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li,
header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li {
  margin-right: 15px;
}
header.navbar-default .navbar-nav#menu-top-menu li.active a,
header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li.active a,
header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li.active a {
  background-color: #fff;
}
header.navbar-default .navbar-nav#menu-top-menu li a,
header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li a,
header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li a {
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  background-color: #fff;
}
header.navbar-default .navbar-nav#menu-top-menu li a:hover,
header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li a:hover,
header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li a:hover,
header.navbar-default .navbar-nav#menu-top-menu li a:focus,
header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li a:focus,
header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li a:focus {
  color: #d18a00 !important;
}
header.navbar-default .navbar-nav#menu-top-menu li a:hover .fa-caret-down,
header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li a:hover .fa-caret-down,
header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li a:hover .fa-caret-down,
header.navbar-default .navbar-nav#menu-top-menu li a:focus .fa-caret-down,
header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li a:focus .fa-caret-down,
header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li a:focus .fa-caret-down {
  color: #d18a00 !important;
}
header.navbar-default .top-menu-container {
  background-color: #000;
  min-height: 32px;
}
header.navbar-default .top-menu-container .top-menu .navbar-form {
  margin: 0;
  /*margin-right: 15px;*/
  position: relative;
  background-color: transparent;
}
header.navbar-default .top-menu-container .top-menu .navbar-form input[type=text] {
  color: #5d5d5d;
  border-radius: 0;
  font-size: 13px;
  padding: 0;
  border: none;
  height: auto;
  text-align: left;
  border-bottom: 1px solid #646464;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
}
header.navbar-default .top-menu-container .top-menu .navbar-form button[type=submit] {
  position: absolute;
  top: 3px;
  right: 0;
  background: transparent url(../img/button-search.png) right top no-repeat;
  width: 21px;
  height: 22px;
  text-indent: -9999px;
  border: none;
}
header.navbar-default .main-menu-container {
  height: 70px;
  padding-left: 0;
  padding-right: 0;
}
header.navbar-default .main-menu-container .navbar-header {
  padding: 0 15px;
}
header.navbar-default .navbar-collapse .control-label {
  display: none!important;
}
header.navbar-default .navbar-collapse .lang-switcher {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
  font-size: 12px;
}
header.navbar-default .navbar-collapse .lang-switcher a {
  margin-right: 3px;
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 5px;
  /*&:hover{
          color: #494f4f !important;
        }*/
}
header.navbar-default .navbar-collapse .lang-switcher a:last-of-type,
header.navbar-default .navbar-collapse .lang-switcher a.last {
  padding-right: 0;
  border-right: 0;
}
header.navbar-default .navbar-nav {
  margin-top: 0;
}
header.navbar-default .navbar-nav li {
  background-color: transparent !important;
}
header.navbar-default .navbar-nav li a {
  background-color: transparent!important;
  color: white;
}
header.navbar-default .navbar-nav li.active > a,
header.navbar-default .navbar-nav li.open > a {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent!important;
}
header.navbar-default .navbar-nav li.active > a:hover,
header.navbar-default .navbar-nav li.open > a:hover {
  color: #fff;
}
header.navbar-default #subNavContainer {
  display: none;
}
header.navbar-default #subNavContainer .subNav {
  opacity: 0;
  position: absolute;
  width: 100%;
}
.navbar-toggle {
  margin-top: 17px;
}
.navbar-brand img {
  width: 75px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
header.navbar-default .navbar-nav li.active > a {
  color: #000;
  font-weight: 700;
}
header.navbar-default .navbar-nav li.active > a:hover {
  color: #000;
}
header.navbar-default .mobile-menu .nav li .dropdown-menu {
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
  .navbar-header .navbar-toggle {
    display: block;
  }
  .mobile-menu .navbar-nav {
    float: none;
  }
  .mobile-menu .navbar-nav li {
    width: 100%;
  }
  .mobile-menu .navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar-header .navbar-toggle {
    display: none;
  }
  .navbar-default .navbar-brand {
    padding-top: 14px;
    width: auto;
  }
  .navbar-default .navbar-brand img {
    width: 100px;
  }
  header.navbar-default .main-menu-container {
    padding: 0 15px;
    height: 90px;
  }
  header.navbar-default .main-menu-container .navbar-header {
    padding: 0;
    float: none;
  }
  header.navbar-default .navbar-nav .dropdown-toggle .fa {
    color: #b0b0b0;
    margin-left: 3px;
  }
  header.navbar-default .nav-container .container {
    height: auto;
    background-color: transparent;
  }
  header.navbar-default .navbar-nav#menu-top-menu {
    margin-left: 0;
    margin-bottom: 0;
  }
  header.navbar-default .navbar-collapse .navbar-form {
    padding: 0;
  }
  header.navbar-default .navbar-collapse .navbar-form input[type=text] {
    width: 100%;
  }
  header.navbar-default .navbar-collapse li {
    border-bottom: none;
  }
  header.navbar-default .navbar-collapse li a {
    font-weight: 400;
  }
  header.navbar-default .navbar-collapse.main-menu {
    text-align: center;
    margin-top: 40px;
  }
  header.navbar-default .navbar-collapse.main-menu .siteMainMenu {
    height: inherit;
    float: none;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
  }
  header.navbar-default .navbar-collapse.main-menu .siteMainMenu li {
    padding: 0;
    text-align: center;
  }
  header.navbar-default .navbar-collapse.main-menu .siteMainMenu li:last-child {
    padding-right: 0;
  }
  header.navbar-default .navbar-collapse.main-menu .siteMainMenu li > a {
    color: #5d5d5d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
  }
  header.navbar-default .navbar-collapse.main-menu .siteMainMenu li.open a {
    padding: 0;
    color: #5d5d5d !important;
  }
  header.navbar-default .navbar-collapse.main-menu .siteMainMenu li.menu-pages {
    display: none;
  }
  header.navbar-default .navbar-collapse.main-menu .siteMainMenu li.active a {
    border-top: 0!important;
    background-color: transparent;
    color: #000!important;
  }
  header.navbar-default .navbar-collapse.main-menu .siteMainMenu li.active a i {
    color: #000!important;
  }
  header.navbar-default .navbar-collapse.main-menu .siteMainMenu li.dropdown .dropdown-toggle {
    border-bottom: 0;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav {
    height: inherit;
    float: none;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav li {
    padding: 0 10px;
    text-align: center;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav li > a {
    color: #5d5d5d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav li > a.expand {
    border-bottom: 4px solid #000;
    padding-bottom: 10px;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav li > a.expand .fa-caret-down {
    display: none;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav li > a.expand .fa-caret-up {
    display: inline;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav li > a .fa-caret-up {
    display: none;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav li.open a {
    padding: 0;
    color: #5d5d5d !important;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav li.menu-pages {
    display: none;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav li.active a {
    border-top: 5px solid #f00;
    background-color: transparent;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav li.dropdown .dropdown-toggle {
    border-bottom: 0;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav#menu-primary-navigation li > a {
    padding: 0;
  }
  header.navbar-default .navbar-collapse.yam .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  header.navbar-default #subNavContainer {
    display: block;
  }
  header.navbar-default #subNavContainer .subNav {
    /*-------------testing for Viola's request------------*/
    /*padding-top:30px;*/
    padding-top: 30px;
    z-index: 10;
    height: 0;
    overflow-y: hidden;
    -webkit-transition-property: opacity;
         -o-transition-property: opacity;
            transition-property: opacity;
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    background: #f5f5f5 none repeat scroll 0 0;
  }
  header.navbar-default #subNavContainer .subNav:nth-child(4) .subNavItem .subNavTitle {
    min-height: 42px;
  }
  header.navbar-default #subNavContainer .subNav.active {
    overflow-y: visible;
    opacity: 1;
    z-index: 999;
    height: auto;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem {
    float: left;
    padding: 0 10px;
    /*-------------testing for Viola's request------------*/
    /*padding-bottom:40px;*/
    padding-bottom: 20px;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem:last-child {
    padding-right: 0;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem:first-child {
    padding-left: 0;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem .subNavTitle {
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    padding: 0 0 0 10px;
    /*-------------testing for Viola's request------------*/
    /*min-height:52px;*/
    min-height: 24px;
    line-height: 120%;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem .subNavTitle a {
    font-weight: 900;
    color: #000;
    letter-spacing: 1px;
    font-size: 13px;
    -ms-hyphens: none;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem ul {
    /*-------------testing for Viola's request------------*/
    /*margin:15px 0 0 0;*/
    margin: 10px 0 0 0;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem ul li {
    list-style: none;
    /*padding-bottom:15px;*/
    /*-------------testing for Viola's request------------*/
    padding-bottom: 10px;
    padding-right: 25px;
    line-height: 120%;
    font-size: 13px;
    padding-left: 10px;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem ul li a {
    color: #000;
    font-weight: normal;
    /*-------------testing for Viola's request------------*/
    font-size: 13px;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem ul li a:hover {
    text-decoration: underline;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem ul li a.noTouch:hover {
    text-decoration: none!important;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem ul li:last-child {
    padding-bottom: 0;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem .therapeutic_section_container {
    margin-right: 15px;
    float: left;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem .therapeutic_section_container .therapeutic_section_title {
    border-bottom: 1px solid #ddd;
    line-height: 120%;
    padding: 0 0 15px 10px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem .therapeutic_section_container ul {
    margin-left: 0!important;
  }
  header.navbar-default #subNavContainer .subNav .subNavItem .therapeutic_section_container:last-child {
    margin-right: 0;
  }
  body.zh-hant header.navbar-default .navbar-collapse.main-menu .navbar-nav li a {
    font-size: 16px;
  }
  body.zh-hant header.navbar-default .navbar-collapse.sector-menu .navbar-form input {
    padding: 10px 10px 0px 0;
  }
  /*.navbar-collapse.collapse{
    display: none!important;
  }*/
  header.navbar-default .searchBox-container {
    padding: 8px 0;
    display: none;
  }
  header.navbar-default .searchBox-container .navbar-form {
    float: left!important;
    margin: 0 0 0 10%;
    width: 80%;
    padding-right: 0;
  }
  header.navbar-default .searchBox-container .navbar-form .input-group {
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
  }
  header.navbar-default .searchBox-container .navbar-form .input-group:before {
    color: #bebebe;
    content: "\f002";
    font-family: "FontAwesome";
    left: 15px;
    position: absolute;
    top: 6px;
    z-index: 999;
  }
  header.navbar-default .searchBox-container .navbar-form .input-group .search-field {
    width: 85%;
    display: inline-block;
    padding-left: 40px;
  }
  header.navbar-default .searchBox-container .navbar-form .input-group .input-group-btn {
    display: inline-block;
    float: left;
    width: 15%;
  }
  header.navbar-default .searchBox-container .navbar-form .input-group .input-group-btn .search-submit {
    width: 100%;
    height: 34px;
    background: #d18a00;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border: 1px solid #d18a00;
  }
  header.navbar-default .searchBox-container .btn-search-close {
    float: left;
    color: #fff;
    font-size: 18px;
    margin: 8px 20px;
    cursor: pointer;
  }
  header.navbar-default .navbar-collapse {
    display: block;
    visibility: visible;
  }
  header.navbar-default .navbar-collapse .search-toggle {
    background: transparent url("../img/button-search.png") no-repeat scroll center;
    height: 22px;
    width: 21px;
    float: right;
    margin-top: 5px;
    cursor: pointer;
    /* margin-left: 12px;
      margin-right: 12px;*/
  }
  header.navbar-default .navbar-collapse #header-stock-disclaimer,
  header.navbar-default .navbar-collapse #header-stock-quote {
    float: right;
    position: relative;
  }
  header.navbar-default .navbar-collapse #header-stock-disclaimer {
    margin-left: 12px;
  }
  header.navbar-default .navbar-collapse #header-stock-quote {
    margin-right: 5px;
  }
  #subNavContainer {
    position: absolute;
    top: 107px;
    width: 100%;
    display: block;
    background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
    //opacity: 0.9;
  }
  header.navbar-default .mobile-menu .nav li a {
    color: #c33a32 !important;
    font-weight: bold;
  }
  header.navbar-default .navbar-collapse.main-menu .navbar-nav li a {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    padding-bottom: 14px;
  }
  .dropdown-menu > li > a {
    white-space: nowrap;
  }
  .top-menu-container .collapse {
    width: 100%;
  }
  header.navbar-default .navbar-collapse.main-menu {
    margin-right: 15px;
  }
  header.navbar-default .main-menu-container .navbar-header {
    float: left;
  }
  .navbar-toggle {
    display: none;
  }
  header.navbar-default .navbar-nav#menu-top-menu .dropdown-toggle .fa-caret-down,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 .dropdown-toggle .fa-caret-down,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 .dropdown-toggle .fa-caret-down {
    font-size: 12px;
    color: #fff;
  }
  header.navbar-default .navbar-nav#menu-top-menu .dropdown-toggle .fa-chevron-down,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 .dropdown-toggle .fa-chevron-down,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 .dropdown-toggle .fa-chevron-down {
    display: none;
  }
  header.navbar-default .navbar-nav#menu-top-menu li.active > a,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li.active > a,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li.active > a {
    color: #d18a00 !important;
  }
  header.navbar-default .navbar-nav#menu-top-menu li.active > a .fa-caret-down,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li.active > a .fa-caret-down,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li.active > a .fa-caret-down {
    color: #d18a00 !important;
  }
  header.navbar-default .navbar-nav#menu-top-menu li a:hover,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li a:hover,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li a:hover {
    color: #d18a00;
  }
  header.navbar-default .navbar-nav#menu-top-menu li a:hover .fa-caret-down,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 li a:hover .fa-caret-down,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 li a:hover .fa-caret-down {
    color: #d18a00;
  }
  header.navbar-default .navbar-nav#menu-top-menu > li:first-child,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 > li:first-child,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 > li:first-child {
    padding-left: 0;
  }
  header.navbar-default .navbar-nav#menu-top-menu .dropdown-menu,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 .dropdown-menu,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 .dropdown-menu {
    background-color: #000;
    position: absolute;
    left: -15px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  header.navbar-default .navbar-nav#menu-top-menu .dropdown-menu > :first-child,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 .dropdown-menu > :first-child,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 .dropdown-menu > :first-child {
    padding-top: 15px;
  }
  header.navbar-default .navbar-nav#menu-top-menu .dropdown-menu li,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-traditional0 .dropdown-menu li,
  header.navbar-default .navbar-nav#menu-top-menu-chinese-simplified0 .dropdown-menu li {
    padding: 5px 15px 8px;
  }
}
/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control,
.bootstrap-select.comment-form input[type="text"],
.bootstrap-select.comment-form input[type="email"],
.bootstrap-select.comment-form input[type="url"],
.bootstrap-select.comment-form textarea {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/
}
.bootstrap-select.form-control:not([class*="span"]),
.bootstrap-select.comment-form input[type="text"]:not([class*="span"]),
.bootstrap-select.comment-form input[type="email"]:not([class*="span"]),
.bootstrap-select.comment-form input[type="url"]:not([class*="span"]),
.bootstrap-select.comment-form textarea:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn,
.bootstrap-select > .comment-form input[type="submit"] {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn,
.error .bootstrap-select .comment-form input[type="submit"] {
  border: 1px solid #b94a48;
}
.bootstrap-select.show-menu-arrow.open > .btn,
.bootstrap-select.show-menu-arrow.open > .comment-form input[type="submit"] {
  z-index: 2051;
}
.bootstrap-select .btn:focus,
.bootstrap-select .comment-form input[type="submit"]:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option,
.bootstrap-select.btn-group .comment-form input[type="submit"] .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret,
.bootstrap-select.btn-group .comment-form input[type="submit"] .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn,
.bootstrap-select.btn-group[class*="span"] .comment-form input[type="submit"] {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option,
.bootstrap-select.btn-group.fit-width .comment-form input[type="submit"] .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret,
.bootstrap-select.btn-group.fit-width .comment-form input[type="submit"] .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*# sourceMappingURL=main.css.map */

.video-wrap.r16-9 {
  position: relative;
  /* height: 0;
  padding-top: 56.25%; */
  margin-bottom: 1em;
}
/* .video-wrap.r16-9 > * {
  position: absolute;
  top: 0;
  left: 0;
} */
