@charset "utf-8";
/* CSS Document */

/*
 * Copyright 2014 Hippo B.V. (http://www.onehippo.com)
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *  http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body > container {
	width:95%;
}
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;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
 /* margin: 1em 40px;*/
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../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;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "HelveticaRoman", "Helvetica Neue Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  /*background-color: #e5e5e5;*/
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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 {
  display: block;
  width: 100%;
  height: 100%;
}
.featured-product img,
.article-entry-media img {
  display: block;
  max-width: 100%;
  height: auto;
}
.featured-product a {
color: #000;
font-family: "HelveticaLight", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.featured-product a{
text-decoration:none;
}


.featured-product h5 {
color: #666;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: "HelveticaLight", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  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: #777777;
}
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;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.template-header,
.feature-box figcaption,
.featured-product,
.hero-text,
#cboxTitle,
.store-list-item:before,
.section-tabs,
.tabs-item {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.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: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.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 #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 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;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  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: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
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;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bodycopy {
  padding-bottom: 50px;
  }

.main-content{
	margin-top:0;
	z-index:1;
	position:relative;
}
.contact-container {
width: 992px;
margin: 0 auto;
}
.where-to-buy{
width: 1000px;
margin: 0 auto;
}
 .country-info .country-name, .country-info .country-number, .country-info a {
    color: #fff ;
    text-decoration:none;
 }
@media (min-width: 768px) {
  .container {
    width: 100%;
  }  
}
@media (max-width: 768px) {
.sitemap-menu {
    margin-left: 20px !important;
}
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 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: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .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: 0;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-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: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom:15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  /*border-color: #66afe9;*/
  outline: 0;
 /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
  border-color:none;
  box-shadow:none;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
/*.form-group {
  margin-bottom: 75px;
}*/
.form-group label{
	text-align:right;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  padding-left: 20px;
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
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 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  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 {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  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 {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  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 {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    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"] {
    float: none;
    margin-left: 0;
    position: relative;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  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 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  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 {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  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: #fff;
}
.btn-info {
  color: #fff;
  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: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.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: #fff;
}
.btn-danger {
  color: #fff;
  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: #5a70a2;
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  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: #005b8b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.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: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../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 {
  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";*/
  content: "<";
}
.glyphicon-chevron-right:before {
  /*content: "\e080";*/
  content: ">";
}
.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";
}
.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;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  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 {
  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 {
  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 {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 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 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}


.social-dropdown {
display:none;
position: absolute;
left: 185px;
top: 135px;
background: white;
}

.social-dropdown ul {
list-style-type: none;
padding: 8px;
}

.wtb-bar, .wtb-bar a:visited{
	width:100%;
	position:relative;
	height:30px;
	background:#232323;
	color:#b5b5b5;
	font-size:13px;
}
.container .nav .brands{
	width:100%;
	position:relative;
	display:none;
	margin:0;
	border-top: 1px solid #333;
	background-color: #232323;
}
.brands  ul{
	border-top:1px solid #333;
	background:#232323;
}
.brands li{
	border-right:1px solid #333;
	padding:25px 30px;
	display:inline-block !important;
	opacity: 0.8;
	cursor:pointer;
}
.brands li:hover{
	opacity:1;
}
.brands ul{
	width:1045px;
	margin:0 auto;
}
@media (max-width: 1060px) {
	.brands ul{
		width:750px;
		margin:0 auto;
		
	}
	.brands ul li{
		padding: 0 10px;
	}
}
@media (max-width: 778px) {
	.brands ul li{
		padding: 0 5px;
	}
}
.brands li:last-of-type{
	border-right:none;
}
.brand-link{
	cursor:pointer;
	margin-left:11%;
}
.brand-link:hover{
	color:#fff;
}
.nav {
  position:fixed;
  left: 0;
  margin-bottom: 0;
  margin-top:0px;
  list-style: none;
  width:100%;
  background:white;
  z-index:10;

}
.nav-shadow{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
.nav-btns
	margin-left:9%;
	font-family:"HelveticaLight",Helvetica,sans-serif;
	font-size:16px;
}
.nav-item {
  position: relative;
  display: block;
}
.nav-item > a {
  position: relative;
  display: block;
  /*padding: 10px 15px;*/
  /*line-height:62px;*/
  height:100%;
  text-align:center;
  width:125px;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  color:#000000;
}
.nav-item a:hover,
.nav-item a:focus{
  text-decoration: none;
  background-color: #eee;
background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(235,235,235,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,248,248,1)), color-stop(100%, rgba(235,235,235,1)));
background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(235,235,235,1) 100%);
background: -o-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(235,235,235,1) 100%);
background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(235,235,235,1) 100%);
background: linear-gradient(to bottom, rgba(248,248,248,1) 0%, rgba(235,235,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ebebeb', GradientType=0 );
  color:#000;
}
.nav-btns .active {
background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(100%, rgba(248,248,248,1)));
background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 100%);
background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 100%);
background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 100%);
background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f8f8f8', GradientType=0 );
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #5a70a2;
}
.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 #ddd;
}
.nav-item {
  float: left;
  margin-bottom: -1px;
  height:80px;
}
.nav-logo{
	background:none;
	/*margin-left: 20%;*/
}
.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: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.sub-top-nav li{
	display:inline-block;
	line-height:30px;
}

.sub-top-nav li.locator-link{
	float:right;
	margin-right:11%;
	color: #fff;
	opacity:0.8;
}
.sub-top-nav li.locator-link:hover{
	opacity:1;
}
.sub-top-nav li.locator-link a{
	text-decoration:none;
	color:#b5b5b5;
}
.sub-top-nav li.locator-link a:hover{
	color:#fff;
}
.locator-link img{
	margin-bottom:4px;
}
.sub-top-nav li a{

}
.sub-top-nav li a:hover{

}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
.breadcrumbs-main, .breadcrumbs{
	margin-top:8px;
	margin-left:11%;
	font-size:11px;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li.nav-item {
  float: left;
  min-width:125px;
}
.brands{
	width:100%;
}

.nav-pills > li img{
  position:relative;
}
.nav-pills .nav-logo{
	margin: 0 50px;
}
.nav-logo a:hover{
	background:none;
}
.nav-pills > li > a {
  border-radius: 0px;
  font-family:"HelveticaLight", Helvetica,sans-serif;
  height:75px;
  line-height:60px;
  text-align:center;
  color:#000000;
  font-size:14px;
}
.hst-cmseditmenu-left{
	line-height:0px;
}
.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: #000;
  background-color: #f6f6f6;
background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(100%, rgba(248,248,248,1)));
background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 100%);
background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 100%);
background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 100%);
background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(248,248,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f8f8f8', GradientType=0 );
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
  #footer .container .foot-row{
	padding-left:15%;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-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 {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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;
    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-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  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-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #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: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@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: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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 {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.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-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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 {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .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);
  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,
.media .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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.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: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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 #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table: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 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 {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  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: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.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: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #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);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.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 {
  margin-bottom: 0;
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.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: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  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 {
  padding: 8px 14px;
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
  margin-bottom: 0px !important;
  margin-top: 3px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .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 .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .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 {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-hero .left, 
.carousel-hero .right{
	text-decoration:none;
}
.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.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%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  margin-bottom: 7px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 5px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  z-index: 10;
  top:17%;
  font-size:18px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
  cursor: pointer;
}
  .carousel-caption h1{
  	font-weight:bold;
  	font-size: 60px;
  }
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -35px;
    margin-left: -15px;
    font-size: 60px;
    font-weight:bold;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix: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 {
  display: table;
  content: " ";
}
.clearfix: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 {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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 (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: 9998px) {
  .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: 9998px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 9998px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 9998px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 9999px) {
  .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: 9999px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 9999px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 9999px) {
  .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: 9998px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 9999px) {
  .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;
  }
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-reset > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-float:before,
.list-float:after {
  content: " ";
  display: table;
}
.list-float:after {
  clear: both;
}
.list-float:before,
.list-float:after {
  content: " ";
  display: table;
}
.list-float:after {
  clear: both;
}
.list-float > li {
  display: inline-block;
}
.list-fixed-item-width {
  width: 100%;
}
.list-fixed-item-width ul {
  display: flex;
  flex-direction: row;
}
.list-fixed-item-width ul li {
  flex-grow: 1;
  text-align: center;
}
.list-fixed-item-width ul li a {
  display: block;
}
@font-face {
  font-family: "HelveticaLight";
  src: url("../../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.eot");
  src: url("../../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.eot?#iefix") format("embedded-opentype"), url("../../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("../../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.ttf") format("truetype"), url("../../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.svg#HelveticaLight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaRoman";
  src: url("../../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.eot");
  src: url("../../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.eot?#iefix") format("embedded-opentype"), url("../../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("../../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.ttf") format("truetype"), url("../../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.svg#HelveticaRoman") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaMedium";
  src: url("../../fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.eot");
  src: url("../../fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.eot?#iefix") format("embedded-opentype"), url("../../fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("../../fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.ttf") format("truetype"), url("../../fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.svg#HelveticaMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaBold";
  src: url("../../fonts/14ff6081-326d-4dae-b778-d7afa66166fc.eot");
  src: url("../../fonts/14ff6081-326d-4dae-b778-d7afa66166fc.eot?#iefix") format("embedded-opentype"), url("../../fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("../../fonts/14ff6081-326d-4dae-b778-d7afa66166fc.ttf") format("truetype"), url("../../fonts/14ff6081-326d-4dae-b778-d7afa66166fc.svg#HelveticaBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* ==========================================================================
   Base - Template.less
   ========================================================================== */
/*
.main-content {
  padding-top: 50px;
  padding-bottom: 30px;
}*/
.main-content:before,
.main-content:after {
  content: " ";
  display: table;
}
.main-content:after {
  clear: both;
}
.main-content:before,
.main-content:after {
  content: " ";
  display: table;
}
.main-content:after {
  clear: both;
}
.template-header {
  border-color: #000;
}
.template-header h2 {
  font-size: 4.28571429em;
  font-weight: 300;
}
.template-header h2 span {
  font-size: 0.3em;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.feature-section {
  /*margin-top: 50px;*/
  margin:0px auto 0 auto;
  width:978px;
  padding-bottom: 0px;
  border-bottom: 1px solid #eeeeee;
}
.feature-section:before,
.feature-section:after {
  content: " ";
  display: table;
}
.feature-section:after {
  clear: both;
}
.feature-section:before,
.feature-section:after {
  content: " ";
  display: table;
}
.feature-section:after {
  clear: both;
}
.feature-section:last-child {
  border-bottom: 0;
}
.no-border-bottom {
  border-bottom: none;
}
/* ==========================================================================
   Base - Template.less (responsive)
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .main-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-content {
    padding-top: 0;
    margin-top: 0;
  }
  .carousel-caption {
    font-size:1em;
  }
  .carousel-caption h3{
  	font-size:1em;
  }
  .template-header h2 {
    font-size: 2.85714286em;
  }
}
/* ==========================================================================
   Modules - Contact.less
   ========================================================================== */
.phone-info {
  font-weight: 700;
}
.phone-info span {
  font-size: 0.92857143em;
}
.btn-contact {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 170px;
  height: 40px;
  margin-left:52px;
  background: #dbdbdb;
  border: none;
  text-transform: uppercase;
}
.btn-contact:hover {
  background: #c2c2c2;
}
.contact-textarea-box,
.contact-btn-box {
  padding-left: 26%;
}
.contact-email-box {
  margin-top: 85px;
}
.contact-btn-box {
  margin-top: 10px;
}
.contact-captcha {
  margin-bottom: 20px;
}
.parsley-required {
  padding-top: 10px;
  color: red;
}
.link-policy {
  text-align: right;
}
#contact-us-form .control-label {
  font-family: "HelveticaBold", "Helvetica Neue Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/* ==========================================================================
   Modules - Contact.less (responsive)
   ========================================================================== */
@media screen and (max-width: 767px) {
  .link-policy {
    text-align: center;
    padding-bottom: 20px;
  }
  .phone-info {
    text-align: center;
  }
  .contact-textarea-box,
  .contact-btn-box {
    padding-left: 0;
  }
  .contact-email-box,
  .contact-btn-box {
    margin-top: 0px;
  }
  .btn-contact {
    margin: 0 auto;
  }
}
/* ==========================================================================
   Modules - Feature-box.less
   ========================================================================== */
.article-entry figure img{
	width:100%;
}
.feature-box {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 2px;
  width:320px;
}
.feature-box > a {
  display: block;
  overflow: hidden;
}
.feature-box figcaption {
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=1);
  padding: 20px;
  padding-top: 30px;
  margin-top: -5px;
  height: 340px;
  width:318px;
}
.feature-box a:hover {
  text-decoration: underline;
}
/*
.feature-box-title {
  font-size: 1.42857143em;
  font-weight: 400;
  margin-top: 0px;
}*/
.feature-box-title a {
  color: #000;
}
.feature-box-description a {
  color: #777777;
}
.feature-box-title a:hover,
.feature-box-description a:hover {
  text-decoration: none;
}
.feature-box-image {
  width: 100%;
}
.feature-box-footer {
  position: relative;
  top: 20px;
}
.feature-box-footer a {
  color: #000;
}
.feature-box-footer a:hover {
  text-decoration: none;
  color: #000;
}
.feature-box-footer .download-icon {
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -12px;
  width: 16px;
  height: 13px;
  display: inline-block;
}
.feature-box-footer .download-icon:before {
  font-size: 1.78571429em;
}
.feature-box-footer .pdf-icon {
  color: #5a70a2;
  display: inline-block;
}
.pdf-icon:hover{
	text-decoration:underline;
}
ul.bxslider {
  margin: 0;
  padding: 0;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 0 0 0 !important;
  border: 0 !important;
  left: 0 !important;
  background: #fff !important;
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  bottom: -10px !important;
}
/* ==========================================================================
   Modules - Feature-box (responsive)
   ========================================================================== */
@media screen and (max-width: 767px) {
  .feature-box {
    max-width: 310px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
/* ==========================================================================
   Modules - Featured-products.less
   ========================================================================== */
.featured-product {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=1);
  position: relative;
  padding: 20px 40px;
  height: 340px;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .featured-product {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .featured-product {
    float: left;
    width: 25%;
  }
}
.featured-product img {
  margin: 0 auto 20px;
}
.product-name {
  font-size: 1em;
}
.product-code,
.product-price {
  color: #666;
}
.product-code {
  font-size: 0.85714286em;
  margin-bottom: 2px;
}
.cart-icon {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
}
.cart-icon a {
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -104px;
  width: 34px;
  height: 33px;
  display: block;
  margin: 0 auto;
}
/* ==========================================================================
   Modules - Featured-products.less (responsive)
   ========================================================================== */
@media screen and (max-width: 767px) {
  .featured-product {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 350px;
  }
}
/* ==========================================================================
   Modules - Tooltip.less
   ========================================================================== */
.hasTooltip {
  cursor: pointer;
}
.tooltip {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  background: #FFF;
}
.tooltip p {
  font-size: 0.85714286em;
  line-height: 16px;
}
.tooltip .qtip-content {
  padding: 15px;
  padding-bottom: 5px;
}
.hide-element {
  display: none;
}
/* ==========================================================================
   Modules - Tooltip.less (responsive)
   ========================================================================== */
/* ==========================================================================
   Modules - Landing-hero.less
   ========================================================================== */
.landing-hero {
  position: relative;
  top: 1px;
  padding-bottom: 50px;
}
.landing-hero:before,
.landing-hero:after {
  content: " ";
  display: table;
}
.landing-hero:after {
  clear: both;
}
.landing-hero:before,
.landing-hero:after {
  content: " ";
  display: table;
}
.landing-hero:after {
  clear: both;
}
.hero-image {
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: auto;
}
.hero-image a{
	width:100%;
}
.hero-image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-text {
  display: table;
  width: 100%;
  height: 100%;
}
.hero-text-box {
  display: table-cell;
  vertical-align: middle;
}
.hero-title,
.hero-link {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.hero-title {
  font-size: 4.28571429em;
  font-weight: 300;
  color: #000;
}
h2.hero-title.article-detail{
margin-bottom: 200px;
}
.hero-title span {
  font-size: 0.3em;
  display: block;
}
.hero-link {
  margin-top: 30px;
}
.highlight-hero{
	width:100%;
}
.highlight-container .article-title, .highlight-container .article-entry {
width: 85%;
margin: 0 auto;
}
/*
figcaption, .carousel-caption{
text-shadow: -2px 1px 2px rgba(0, 0, 0, 1);
}
.carousel-caption a, figcaption p, figcaption h3, .pdf-icon{
text-shadow:none;
}*/
.btn-hero {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-shadow: -1px 2px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: -1px 2px 2px 0px rgba(50, 50, 50, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 230px;
  height: 50px;
  padding-top: 15px;
  background: #e8e8e8;
  font-size: 1em;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.btn-hero:hover {
  background: #dbdbdb;
}
/* ==========================================================================
   Modules - Landing-hero.less (responsive)
   ========================================================================== */
@media screen and (max-width: 767px) {
  .hero-image img {
    min-width: 800px;
  }
  .hero-title {
    font-size: 1em;
  }
  .hero-title span {
    font-size: 1.14285714em;
  }
}
@media screen and (max-width: 480px) {
  .hero-title,
  .hero-link {
    width: 90%;
  }
}
/* ==========================================================================
   Modules - Articles.less
   ========================================================================== */
.article-entry {
  display: table;
}
.article-title,
.article-section,
.article-entry {
  border-bottom: 1px solid #eeeeee;
}
.article-title:last-child,
.article-section:last-child,
.article-entry:last-child {
  border-bottom: 0;
}
.article-section.article-products {
border-top: 1px solid #eeeeee;
}

.article-section {
  padding: 60px 0;
}
.article-section .container{
	width:80%;
}
.article-title {
  padding-bottom: 30px;
}
.article-title h2 {
  font-size: 3.57142857em;
  margin-top: 0;
}
.article-title p {
  font-size: 1.42857143em;
  font-size: 20px;
  color: #666;
}
.article-title ul {
  list-style: disc;
  padding-left: 20px;
}
.article-title ul li {
  font-size: 1.07142857em;
  font-family: "HelveticaBold", "Helvetica Neue Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
}
.article-icons {
list-style: none;
margin: 0;
padding: 0;
}
.article-icons > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-icons:before,
.article-icons:after {
  content: " ";
  display: table;
}
.article-icons:after {
  clear: both;
}
.article-icons:before,
.article-icons:after {
  content: " ";
  display: table;
}
.article-icons:after {
  clear: both;
}
.article-icons > li {
  display: inline-block;
}
.article-icons li {
  margin: 0 3px;
}
.article-icons li a {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
}
.article-icons li a:hover {
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.icon-bookmark {
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -261px;
  width: 42px;
  height: 42px;
}
.icon-share {
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -177px;
  width: 42px;
  height: 42px;
  cursor:pointer;
}
.icon-print {
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -219px;
  width: 42px;
  height: 42px;
}
.share-icons {
position: absolute;
display: none;
padding: 10px !important;
/*left: 185px;*/
margin-top: 45px;
background: #e5e5e5;
border-radius: 5px;
}
.share-icons a{
	width: 42px;
	height: 41px;
}
.share-icons li{
	float:left;
}
.fb-link{
	background: url('../../images/fb_icon_40px.png')  no-repeat;
}
.tw-link {
	background: url('../../images/tw_icon_40px.png') no-repeat;
}
.pn-link {
	background: url('../../images/pin_icon_40px.png') no-repeat;
}
.article-entry {
  padding: 30px 0;
}
.article-entry:before,
.article-entry:after {
  content: " ";
  display: table;
}
.article-entry:after {
  clear: both;
}
.article-entry:before,
.article-entry:after {
  content: " ";
  display: table;
}
.article-entry:after {
  clear: both;
}
.article-entry-media {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .article-entry-media {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .article-entry-media {
    float: left;
    width: 33.33333333%;
  }
}
.article-entry-text .text-highlight {
  font-size: 1.07142857em;
  font-family: "HelveticaLight", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.article-entry-media,
.article-entry-text {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.testmonial-text {
  font-size: 2.14285714em;
}
.testmonial-text span {
  font-size: 0.53333333em;
  display: block;
  margin-top: 10px;
}
.article-related .feature-box figcaption {
  min-height: 150px;
}
.article-related-links li {
  margin-bottom: 15px;
}
/* ==========================================================================
   Modules - Articles.less (responsive)
   ========================================================================== */
@media screen and (max-width: 767px) {
  .article-title h2 {
    font-size: 2.14285714em;
  }
  .article-title p {
    font-size: 1em;
  }
  .article-section {
    padding: 20px 15px 0;
  }
  .article-entry-media {
    margin-bottom: 10px;
    width: 100%;
  }
  .article-entry-media a {
    display: block;
    width: 100%;
  }
  .article-entry-media img {
    width: 100%;
    margin: 0 auto;
  }
  .article-entry-media,
  .article-entry-text {
    display: block;
    float: left;
  }
}
@media screen and (max-width: 400px) {
  .article-title {
    padding-bottom: 15px;
  }
  .article-title h2 {
    font-size: 1.42857143em;
  }
  .testmonial-text {
    font-size: 1.42857143em;
  }
  .testmonial-text span {
    font-size: 0.92857143em;
  }
  .article-products {
    padding-bottom: 50px;
  }
}
#cboxOverlay {
  background: #000;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  background-image: url('../images/colorbox/controls.png');
  background-repeat: no-repeat;
}
#cboxTitle {
  padding: 30px 20px;
  bottom: 0;
  top: auto;
  width: 100%;
  background: #000;
  font-size: 2.85714286em;
  color: #FFF;
  font-family: "HelveticaLight", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#cboxClose {
  background: none;
  display: block;
  top: 10px;
  right: 20px;
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -137px;
  width: 40px;
  height: 40px;
}
#cboxClose:hover {
  background: none;
  display: block;
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -137px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #cboxTitle {
    font-size: 1.28571429em;
  }
}
/* ==========================================================================
   Modules - Where-to-buy.less
   ========================================================================== */
.where-to-buy:before,
.where-to-buy:after {
  content: " ";
  display: table;
}
.where-to-buy:after {
  clear: both;
}
.where-to-buy:before,
.where-to-buy:after {
  content: " ";
  display: table;
}
.where-to-buy:after {
  clear: both;
}
.stores-list-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 350px;
  overflow: visible;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .stores-list-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .stores-list-container {
    float: left;
    width: 25%;
  }
}
.stores-list-container .dropdown {
  height: auto;
  overflow: visible;
}
.stores-list-container .dropdown ul.dropdown-menu.dropdown-tabs {
  width: 100%;
  left: auto;
  margin-left: 0;
}
.stores-map:before,
.stores-map:after {
  content: " ";
  display: table;
}
.stores-map:after {
  clear: both;
}
.stores-map:before,
.stores-map:after {
  content: " ";
  display: table;
}
.stores-map:after {
  clear: both;
}
.stores-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.stores-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.store-list-item {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  display: table-row;
  float: left;
  width: 100%;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #eeeeee;
}
.store-list-item:before {
  width: 20px;
  height: 20px;
  content: '';
  display: table-cell;
  float: left;
  height: 170px;
}
.store-list-item:first-child {
  padding-top: 0;
}
.store-list-item:last-child {
  border-bottom: none;
}
.store-list-item:hover {
  background: #eff9fe;
}
.store-title {
  font-size: 0.92857143em;
  font-family: "HelveticaBold", "Helvetica Neue Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  margin-top: 3px;
  text-transform: uppercase;
}
.store-info {
  font-size: 0.85714286em;
}
.store-phone {
  border-right: 1px solid #777777;
  padding-right: 10px;
}
.store-detail-link {
  padding-left: 10px;
}
.tabs-item a {
  font-size: 0.78571429em;
}
/* ==========================================================================
   Modules - Map.less
   ========================================================================== */
.map-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.map-container:before,
.map-container:after {
  content: " ";
  display: table;
}
.map-container:after {
  clear: both;
}
.map-container:before,
.map-container:after {
  content: " ";
  display: table;
}
.map-container:after {
  clear: both;
}
@media (min-width: 992px) {
  .map-container {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .map-container {
    float: left;
    width: 750px;
  }
}
@media (max-width: 767px) {
  .map-container {
    display: none !important;
  }
}
.map {
  position: relative;
  overflow: hidden;
  padding-top:20px;
  padding-left:5px;
}
.country-info {
  font-size: 0.71428571em;
  position: absolute;
  background: #454545;
  background: rgba(69, 69, 69, 0.8);
  padding: 2px 10px;
  color: #FFF;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.country-info:hover {
  background: rgba(87, 87, 87, 0.8);
  cursor: pointer;
}
.country-info:after {
  width: 5px;
  height: 5px;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -5px;
}
.country-info.country-active {
  background: #ba1d22;
  background: rgba(186, 29, 34, 0.7);
}
.country-active.bottom-left:after {
  background-image: url('../../images/pin-bottom-left-active.png');
  background-repeat: no-repeat;
}
.country-active.bottom-right:after {
  background-image: url('../../images/pin-bottom-right-active.png');
  background-repeat: no-repeat;
}
.bottom-left:after {
  background-image: url('../../images/pin-bottom-left.png');
  background-repeat: no-repeat;
  left: 10px;
}
.bottom-right:after {
  background-image: url('../../images/pin-bottom-right.png');
  background-repeat: no-repeat;
  right: 20px;
}
.country-number {
  display: inline-block;
  text-align: center;
  padding-right: 10px;
  border-right: 1px solid #FFF;
}
.country-name {
  padding-left: 35px;
  text-transform: uppercase;
}
/* ==========================================================================
   Modules - Country-position.less
   ========================================================================== 
#pin-angola {
  bottom: 210px;
  left: 320px;
}
#pin-botswana {
  bottom: 139px;
  left: 314px;
}
#pin-burundi {
  bottom: 291px;
  left: 379px;
}
#pin-comoros {
  bottom: 233px;
  right: 60px;
}
#pin-djibouti {
  top: 234px;
  right: 73px;
}
#pin-eritrea {
  top: 200px;
  right: 115px;
}
#pin-ethiopia {
  top: 242px;
  right: 180px;
}
#pin-ghana {
  top: 255px;
  left: 190px;
}
#pin-kenya {
  bottom: 324px;
  right: 122px;
}
#pin-lesotho {
  bottom: 80px;
  right: 189px;
}
#pin-liberia {
  top: 289px;
  left: 139px;
}
#pin-madagascar {
  bottom: 127px;
  right: 30px;
}
#pin-malawi {
  bottom: 193px;
  left: 418px;
}
#pin-mauritius {
  bottom: 158px;
  right: 25px;
}
#pin-mozambique {
  bottom: 200px;
  right: 72px;
}
#pin-namibia {
  bottom: 166px;
  left: 253px;
}
#pin-nigeria {
  top: 237px;
  left: 284px;
}
#pin-rwanda {
  bottom: 311px;
  left: 380px;
}
#pin-seychelles {
  top: 355px;
  right: 50px;
}
#pin-sierra-leone {
  top: 265px;
  left: 15px;
}
#pin-somalia {
  top: 264px;
  right: 85px;
}
#pin-south-africa {
  bottom: 43px;
  left: 354px;
}
#pin-south-sudan {
  top: 273px;
  left: 349px;
}
#pin-sudan {
  top: 204px;
  left: 385px;
}
#pin-swaziland {
  bottom: 107px;
  right: 153px;
}
#pin-tanzania {
  bottom: 265px;
  right: 120px;
}
#pin-uganda {
  top: 309px;
  right: 155px;
}
#pin-zambia {
  bottom: 232px;
  right: 235px;
}
#pin-zimbabwe {
  bottom: 160px;
  right: 165px;
}*/



.map-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.map-container:before,
.map-container:after {
  content: " ";
  display: table;
}
.map-container:after {
  clear: both;
}
.map-container:before,
.map-container:after {
  content: " ";
  display: table;
}
.map-container:after {
  clear: both;
}
@media (min-width: 992px) {
  .map-container {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .map-container {
    float: left;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .map-container {
    display: none !important;
  }
}
.map {
  position: relative;
  overflow: hidden;
}
.country-info {
  font-size: 0.71428571em;
  position: absolute;
  background: #454545;
  background: rgba(69, 69, 69, 0.8);
  padding: 2px 10px;
  color: #FFF;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.country-info:hover {
  background: rgba(87, 87, 87, 0.8);
  cursor: pointer;
}
.country-info:after {
  width: 5px;
  height: 5px;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -5px;
}
.country-info.country-active {
  background: #ba1d22;
  background: rgba(186, 29, 34, 0.7);
}
.country-active.bottom-left:after {
  background-image: url('../../images/pin-bottom-left-active.png');
  background-repeat: no-repeat;
}
.country-active.bottom-right:after {
  background-image: url('../../images/pin-bottom-right-active.png');
  background-repeat: no-repeat;
}
.bottom-left:after {
  background-image: url('../../images/pin-bottom-left.png');
  background-repeat: no-repeat;
  left: 10px;
}
.bottom-right:after {
  background-image: url('../../images/pin-bottom-right.png');
  background-repeat: no-repeat;
  right: 20px;
}
.country-number {
  display: inline-block;
  text-align: center;
  padding-right: 10px;
  border-right: 1px solid #FFF;
}
.country-name {
  padding-left: 35px;
  text-transform: uppercase;
}



/* ==========================================================================
   Modules - home-slider.less
   ========================================================================== */
.landing-hero-slider {
  background-color: #e5e5e5;
  margin-bottom: -30px;
}
.landing-hero-slider .bx-wrapper .bx-viewport {
  background-color: #e5e5e5 !important;
}
.landing-hero-slider:hover .slider-arrow {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-slider {
  width: 100%;
}
.main-video-link {
  width: 100%;
}
.home-slide-figure {
  position: relative;
}
.home-slide-figure figcaption {
  position: absolute;
  top: 260px;
  color: #fff;
  font-weight: 100;
  text-align: center;
  width: 100%;
}
.home-slide-figure h2 {
  font-size: 4.28571429em;
  font-weight: 100;
}
.home-slide-figure p {
  font-size: 1.28571429em;
  margin-bottom: 20px;
}
.play-icon {
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -447px;
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-left: -10px;
}
.slider-pager {
  position: absolute;
  text-align: center;
  top: 600px;
  width: 100%;
}
.slider-pager a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  vertical-align: middle;
}
.slider-pager a.active {
  width: 16px;
  height: 16px;
  background-color: #fff;
}
.item-cards-section {
  background-color: #e5e5e5;
}
.slider-arrow {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  display: block;
  text-indent: -9999px;
  z-index: 9999;
}
.slider-arrow a {
  display: block;
  width: 100%;
  height: 100%;
}
.slider-arrow-left {
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -375px;
  width: 37px;
  height: 72px;
  left: 200px;
}
.slider-arrow-right {
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -303px;
  width: 37px;
  height: 72px;
  right: 200px;
}
/* ==========================================================================
   Modules - home-slider.less - responsive
   ========================================================================== */
/* ==========================================================================
   Modules - Home-card.less (responsive)
   ========================================================================== */
@media screen and (max-width: 1280px) {
  .home-slide-figure figcaption {
    top: 190px;
  }
  .slider-pager {
    top: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .home-slide-figure h2 {
    font-size: 3.21428571em;
  }
  .slider-pager {
    top: 430px;
  }
}
@media screen and (max-width: 948px) {
  .home-slide-figure figcaption {
    top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .home-slide-figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .home-slide-figure img {
    position: relative;
    left: 100%;
    margin-left: -200%;
    min-width: 850px;
  }
  .home-slide-figure h2 {
    font-size: 2.14285714em;
  }
  .home-slide-figure p {
    font-size: 1em;
  }
  .slider-pager {
    top: 340px;
  }
  .carousel-caption{
  	top:14%;
  }
}
@media screen and (max-width: 400px) {
  .home-slide-figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .home-slide-figure img {
    position: relative;
    left: 100%;
    margin-left: -200%;
    min-width: 800px;
  }
    .carousel-caption{
  	top:0%;
  	font-size:.85em;
  	padding:0px;
  }
}
.item-cards-wrapper {
  margin-top: -160px;
}
.item-card {
  background-color: #fff;
  width: 300px;
  overflow: hidden;
  display: inline-block;
  margin: 0 0px 18px 18px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
}
.item-card figcaption {
  text-align: center;
  padding: 25px;
  padding-top: 10px;
}
.item-card h3 {
  font-size: 1.92857143em;
  font-weight: 100;
}
.item-card h3 span {
  font-size: 0.85714286em;
  vertical-align: top;
  font-weight: 300;
}
.item-card p {
  font-size: 1.28571429em;
  font-family: "HelveticaLight", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
}
.item-card a {
  color: #333;
}
.item-card a:hover {
  text-decoration: none;
}
.item-card .cart-icon-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.item-card .cart-icon-wrapper .cart-icon {
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -104px;
  width: 34px;
  height: 33px;
  position: static;
  display: inline-block;
}
/* ==========================================================================
   Modules - Home-card.less (responsive)
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .item-cards-wrapper {
    margin-top: -110px;
  }
}
@media screen and (max-width: 415px) {
  .item-card {
    margin: 9px 0;
  }
  .item-cards-wrapper {
    margin-top: -80px;
    width: 300px;
    padding: 0;
  }
}
/* ==========================================================================
   Modules - About-us.less
   ========================================================================== */
#tabs-wrapper .dropdown {
  height: auto;
  overflow: visible;
}
.about-us-header {
  border-bottom: none;
}
.section-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-tabs > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-tabs:before,
.section-tabs:after {
  content: " ";
  display: table;
}
.section-tabs:after {
  clear: both;
}
.section-tabs:before,
.section-tabs:after {
  content: " ";
  display: table;
}
.section-tabs:after {
  clear: both;
}
.section-tabs > li {
  display: inline-block;
}
.section-tabs > .active > a {
  color: #FFF;
  background: #000;
  text-decoration: none;
  border: none;
}
.tabs-item > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 20px;
  color: #000;
  text-transform: uppercase;
}
.tabs-item > a:hover {
  color: #FFF;
  background: #000;
  text-decoration: none;
}
.dropdown-about-us {
  position: relative;
  height: auto;
  overflow: visible;
}
.dropdown ul.dropdown-menu.dropdown-tabs {
  left: 50%;
  margin-left: -132px;
}
.dropdown ul.dropdown-menu.dropdown-tabs .active a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #000;
  background: #eeeeee;
}
.btn-dropdown {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 20px;
  min-width: 160px;
  color: #FFF;
  background: #000;
  border: none;
}
/* ==========================================================================
   UI - Text-styles.less
   ========================================================================== */
.section-title {
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-left: 20px;
}
.small-title {
  font-size: 1.07142857em;
  font-family: "HelveticaBold", "Helvetica Neue Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}
.big-title {
  font-size: 2.14285714em;
  font-weight: 300;
}
.light-text {
  display: block;
  font-weight: 300;
}
.with-arrow:after {
  content: '';
  position: relative;
  display: inline-block;
  top: -4px;
  left: 15px;
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px 0px;
  width: 7px;
  height: 12px;
}
strong {
  font-family: "HelveticaBold", "Helvetica Neue Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/* ==========================================================================
   UI - Text-styles.less
   ========================================================================== */
@media screen and (max-width: 767px) {
  .section-title {
    text-align: center;
  }
  .big-title {
    text-align: left;
    padding-left: 10px;
  }
}
.video-link {
  position: relative;
  display: block;
}
.video-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: -40px;
  margin-left: -40px;
  background-image: url('../../images/plumbing-africa/sprite.png');
  background-position: 0px -447px;
  width: 80px;
  height: 80px;
}
.btn-cta {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.92857143em;
  padding-top: 10px;
  background: #84a648;
  color: #FFF;
  text-transform: uppercase;
  width: 166px;
  height: 40px;
}
.btn-cta:hover {
  background: #769440;
  color: #FFF;
}




















































/*------------------------ Begin US redesign CSS  ------------------------------------------*/



@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
 }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  /*margin: 1em 40px; */
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! HTML !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
@media only screen and (min-width: 0px) {
  html {
    font-family: "sm:0"; } }
@media only screen and (min-width: 768px) {
  html {
    font-family: "md:768"; } }
@media only screen and (min-width: 980px) {
  html {
    font-family: "lg:980"; } }

/*! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! CONTAINER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.container {
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (min-width: 0px) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 980px) {
    .container {
      width: 100%; } }

.row {
  clear: both;
  display: block;
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

/*[class^="col-"] {
  display: block;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }*/

/*! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! COLUMNS & OFFSETS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
@media only screen and (min-width: 0px) {
  .col-1-sm {
    width: 8.33333%; }

  .offset-1-sm {
    margin-left: 8.33333%; }

  .col-2-sm {
    width: 16.66667%; }

  .offset-2-sm {
    margin-left: 16.66667%; }

  .col-3-sm {
    width: 25%; }

  .offset-3-sm {
    margin-left: 25%; }

  .col-4-sm {
    width: 33.33333%; }

  .offset-4-sm {
    margin-left: 33.33333%; }

  .col-5-sm {
    width: 41.66667%; }

  .offset-5-sm {
    margin-left: 41.66667%; }

  .col-6-sm {
    width: 50%; }

  .offset-6-sm {
    margin-left: 50%; }

  .col-7-sm {
    width: 58.33333%; }

  .offset-7-sm {
    margin-left: 58.33333%; }

  .col-8-sm {
    width: 66.66667%; }

  .offset-8-sm {
    margin-left: 66.66667%; }

  .col-9-sm {
    width: 75%; }

  .offset-9-sm {
    margin-left: 75%; }

  .col-10-sm {
    width: 83.33333%; }

  .offset-10-sm {
    margin-left: 83.33333%; }

  .col-11-sm {
    width: 91.66667%; }

  .offset-11-sm {
    margin-left: 91.66667%; }

  .col-1-of-5-sm {
    width: 20%; }

  .offset-1-of-5-sm {
    margin-left: 20%; }

  .col-2-of-5-sm {
    width: 40%; }

  .offset-2-of-5-sm {
    margin-left: 40%; }

  .col-3-of-5-sm {
    width: 60%; }

  .offset-3-of-5-sm {
    margin-left: 60%; }

  .col-4-of-5-sm {
    width: 80%; }

  .offset-4-of-5-sm {
    margin-left: 80%; }

  .col-1-of-7-sm {
    width: 14.28571%; }

  .offset-1-of-7-sm {
    margin-left: 14.28571%; }

  .col-2-of-7-sm {
    width: 28.57143%; }

  .offset-2-of-7-sm {
    margin-left: 28.57143%; }

  .col-3-of-7-sm {
    width: 42.85714%; }

  .offset-3-of-7-sm {
    margin-left: 42.85714%; }

  .col-4-of-7-sm {
    width: 57.14286%; }

  .offset-4-of-7-sm {
    margin-left: 57.14286%; }

  .col-5-of-7-sm {
    width: 71.42857%; }

  .offset-5-of-7-sm {
    margin-left: 71.42857%; }

  .col-6-of-7-sm {
    width: 85.71429%; }

  .offset-6-of-7-sm {
    margin-left: 85.71429%; }

  .col-full-sm {
    width: 100%; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .col-1-sm-only {
    width: 8.33333%; }

  .offset-1-sm-only {
    margin-left: 8.33333%; }

  .col-2-sm-only {
    width: 16.66667%; }

  .offset-2-sm-only {
    margin-left: 16.66667%; }

  .col-3-sm-only {
    width: 25%; }

  .offset-3-sm-only {
    margin-left: 25%; }

  .col-4-sm-only {
    width: 33.33333%; }

  .offset-4-sm-only {
    margin-left: 33.33333%; }

  .col-5-sm-only {
    width: 41.66667%; }

  .offset-5-sm-only {
    margin-left: 41.66667%; }

  .col-6-sm-only {
    width: 50%; }

  .offset-6-sm-only {
    margin-left: 50%; }

  .col-7-sm-only {
    width: 58.33333%; }

  .offset-7-sm-only {
    margin-left: 58.33333%; }

  .col-8-sm-only {
    width: 66.66667%; }

  .offset-8-sm-only {
    margin-left: 66.66667%; }

  .col-9-sm-only {
    width: 75%; }

  .offset-9-sm-only {
    margin-left: 75%; }

  .col-10-sm-only {
    width: 83.33333%; }

  .offset-10-sm-only {
    margin-left: 83.33333%; }

  .col-11-sm-only {
    width: 91.66667%; }

  .offset-11-sm-only {
    margin-left: 91.66667%; }

  .col-1-of-5-sm-only {
    width: 20%; }

  .offset-1-of-5-sm-only {
    margin-left: 20%; }

  .col-2-of-5-sm-only {
    width: 40%; }

  .offset-2-of-5-sm-only {
    margin-left: 40%; }

  .col-3-of-5-sm-only {
    width: 60%; }

  .offset-3-of-5-sm-only {
    margin-left: 60%; }

  .col-4-of-5-sm-only {
    width: 80%; }

  .offset-4-of-5-sm-only {
    margin-left: 80%; }

  .col-1-of-7-sm-only {
    width: 14.28571%; }

  .offset-1-of-7-sm-only {
    margin-left: 14.28571%; }

  .col-2-of-7-sm-only {
    width: 28.57143%; }

  .offset-2-of-7-sm-only {
    margin-left: 28.57143%; }

  .col-3-of-7-sm-only {
    width: 42.85714%; }

  .offset-3-of-7-sm-only {
    margin-left: 42.85714%; }

  .col-4-of-7-sm-only {
    width: 57.14286%; }

  .offset-4-of-7-sm-only {
    margin-left: 57.14286%; }

  .col-5-of-7-sm-only {
    width: 71.42857%; }

  .offset-5-of-7-sm-only {
    margin-left: 71.42857%; }

  .col-6-of-7-sm-only {
    width: 85.71429%; }

  .offset-6-of-7-sm-only {
    margin-left: 85.71429%; }

  .col-full-sm-only {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .col-1-md {
    width: 8.33333%; }

  .offset-1-md {
    margin-left: 8.33333%; }

  .col-2-md {
    width: 16.66667%; }

  .offset-2-md {
    margin-left: 16.66667%; }

  .col-3-md {
    width: 25%; }

  .offset-3-md {
    margin-left: 25%; }

  .col-4-md {
    width: 33.33333%; }

  .offset-4-md {
    margin-left: 33.33333%; }

  .col-5-md {
    width: 41.66667%; }

  .offset-5-md {
    margin-left: 41.66667%; }

  .col-6-md {
    width: 50%; }

  .offset-6-md {
    margin-left: 50%; }

  .col-7-md {
    width: 58.33333%; }

  .offset-7-md {
    margin-left: 58.33333%; }

  .col-8-md {
    width: 66.66667%; }

  .offset-8-md {
    margin-left: 66.66667%; }

  .col-9-md {
    width: 75%; }

  .offset-9-md {
    margin-left: 75%; }

  .col-10-md {
    width: 83.33333%; }

  .offset-10-md {
    margin-left: 83.33333%; }

  .col-11-md {
    width: 91.66667%; }

  .offset-11-md {
    margin-left: 91.66667%; }

  .col-1-of-5-md {
    width: 18%; }

  .offset-1-of-5-md {
    margin-left: 20%; }

  .col-2-of-5-md {
    width: 40%; }

  .offset-2-of-5-md {
    margin-left: 40%; }

  .col-3-of-5-md {
    width: 60%; }

  .offset-3-of-5-md {
    margin-left: 60%; }

  .col-4-of-5-md {
    width: 80%; }

  .offset-4-of-5-md {
    margin-left: 80%; }

  .col-1-of-7-md {
    width: 14.28571%; }

  .offset-1-of-7-md {
    margin-left: 14.28571%; }

  .col-2-of-7-md {
    width: 28.57143%; }

  .offset-2-of-7-md {
    margin-left: 28.57143%; }

  .col-3-of-7-md {
    width: 42.85714%; }

  .offset-3-of-7-md {
    margin-left: 42.85714%; }

  .col-4-of-7-md {
    width: 57.14286%; }

  .offset-4-of-7-md {
    margin-left: 57.14286%; }

  .col-5-of-7-md {
    width: 71.42857%; }

  .offset-5-of-7-md {
    margin-left: 71.42857%; }

  .col-6-of-7-md {
    width: 85.71429%; }

  .offset-6-of-7-md {
    margin-left: 85.71429%; }

  .col-full-md {
    width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .col-1-md-only {
    width: 8.33333%; }

  .offset-1-md-only {
    margin-left: 8.33333%; }

  .col-2-md-only {
    width: 16.66667%; }

  .offset-2-md-only {
    margin-left: 16.66667%; }

  .col-3-md-only {
    width: 25%; }

  .offset-3-md-only {
    margin-left: 25%; }

  .col-4-md-only {
    width: 33.33333%; }

  .offset-4-md-only {
    margin-left: 33.33333%; }

  .col-5-md-only {
    width: 41.66667%; }

  .offset-5-md-only {
    margin-left: 41.66667%; }

  .col-6-md-only {
    width: 50%; }

  .offset-6-md-only {
    margin-left: 50%; }

  .col-7-md-only {
    width: 58.33333%; }

  .offset-7-md-only {
    margin-left: 58.33333%; }

  .col-8-md-only {
    width: 66.66667%; }

  .offset-8-md-only {
    margin-left: 66.66667%; }

  .col-9-md-only {
    width: 75%; }

  .offset-9-md-only {
    margin-left: 75%; }

  .col-10-md-only {
    width: 83.33333%; }

  .offset-10-md-only {
    margin-left: 83.33333%; }

  .col-11-md-only {
    width: 91.66667%; }

  .offset-11-md-only {
    margin-left: 91.66667%; }

  .col-1-of-5-md-only {
    width: 20%; }

  .offset-1-of-5-md-only {
    margin-left: 20%; }

  .col-2-of-5-md-only {
    width: 40%; }

  .offset-2-of-5-md-only {
    margin-left: 40%; }

  .col-3-of-5-md-only {
    width: 60%; }

  .offset-3-of-5-md-only {
    margin-left: 60%; }

  .col-4-of-5-md-only {
    width: 80%; }

  .offset-4-of-5-md-only {
    margin-left: 80%; }

  .col-1-of-7-md-only {
    width: 14.28571%; }

  .offset-1-of-7-md-only {
    margin-left: 14.28571%; }

  .col-2-of-7-md-only {
    width: 28.57143%; }

  .offset-2-of-7-md-only {
    margin-left: 28.57143%; }

  .col-3-of-7-md-only {
    width: 42.85714%; }

  .offset-3-of-7-md-only {
    margin-left: 42.85714%; }

  .col-4-of-7-md-only {
    width: 57.14286%; }

  .offset-4-of-7-md-only {
    margin-left: 57.14286%; }

  .col-5-of-7-md-only {
    width: 71.42857%; }

  .offset-5-of-7-md-only {
    margin-left: 71.42857%; }

  .col-6-of-7-md-only {
    width: 85.71429%; }

  .offset-6-of-7-md-only {
    margin-left: 85.71429%; }

  .col-full-md-only {
    width: 100%; } }
@media only screen and (min-width: 980px) {
  .col-1-lg {
    width: 8.33333%; }

  .offset-1-lg {
    margin-left: 8.33333%; }

  .col-2-lg {
    width: 16.66667%; }

  .offset-2-lg {
    margin-left: 16.66667%; }

  .col-3-lg {
    width: 25%; }

  .offset-3-lg {
    margin-left: 25%; }

  .col-4-lg {
    width: 33.33333%; }

  .offset-4-lg {
    margin-left: 33.33333%; }

  .col-5-lg {
    width: 41.66667%; }

  .offset-5-lg {
    margin-left: 41.66667%; }

  .col-6-lg {
    width: 50%; }

  .offset-6-lg {
    margin-left: 50%; }

  .col-7-lg {
    width: 58.33333%; }

  .offset-7-lg {
    margin-left: 58.33333%; }

  .col-8-lg {
    width: 66.66667%; }

  .offset-8-lg {
    margin-left: 66.66667%; }

  .col-9-lg {
    width: 75%; }

  .offset-9-lg {
    margin-left: 75%; }

  .col-10-lg {
    width: 83.33333%; }

  .offset-10-lg {
    margin-left: 83.33333%; }

  .col-11-lg {
    width: 91.66667%; }

  .offset-11-lg {
    margin-left: 91.66667%; }

  .col-1-of-5-lg {
    width: 20%; }

  .offset-1-of-5-lg {
    margin-left: 20%; }

  .col-2-of-5-lg {
    width: 40%; }

  .offset-2-of-5-lg {
    margin-left: 40%; }

  .col-3-of-5-lg {
    width: 60%; }

  .offset-3-of-5-lg {
    margin-left: 60%; }

  .col-4-of-5-lg {
    width: 80%; }

  .offset-4-of-5-lg {
    margin-left: 80%; }

  .col-1-of-7-lg {
    width: 14.28571%; }

  .offset-1-of-7-lg {
    margin-left: 14.28571%; }

  .col-2-of-7-lg {
    width: 28.57143%; }

  .offset-2-of-7-lg {
    margin-left: 28.57143%; }

  .col-3-of-7-lg {
    width: 42.85714%; }

  .offset-3-of-7-lg {
    margin-left: 42.85714%; }

  .col-4-of-7-lg {
    width: 57.14286%; }

  .offset-4-of-7-lg {
    margin-left: 57.14286%; }

  .col-5-of-7-lg {
    width: 71.42857%; }

  .offset-5-of-7-lg {
    margin-left: 71.42857%; }

  .col-6-of-7-lg {
    width: 85.71429%; }

  .offset-6-of-7-lg {
    margin-left: 85.71429%; }

  .col-full-lg {
    width: 100%; } }
@media only screen and (min-width: 980px) {
  .col-1-lg-only {
    width: 8.33333%; }

  .offset-1-lg-only {
    margin-left: 8.33333%; }

  .col-2-lg-only {
    width: 16.66667%; }

  .offset-2-lg-only {
    margin-left: 16.66667%; }

  .col-3-lg-only {
    width: 25%; }

  .offset-3-lg-only {
    margin-left: 25%; }

  .col-4-lg-only {
    width: 33.33333%; }

  .offset-4-lg-only {
    margin-left: 33.33333%; }

  .col-5-lg-only {
    width: 41.66667%; }

  .offset-5-lg-only {
    margin-left: 41.66667%; }

  .col-6-lg-only {
    width: 50%; }

  .offset-6-lg-only {
    margin-left: 50%; }

  .col-7-lg-only {
    width: 58.33333%; }

  .offset-7-lg-only {
    margin-left: 58.33333%; }

  .col-8-lg-only {
    width: 66.66667%; }

  .offset-8-lg-only {
    margin-left: 66.66667%; }

  .col-9-lg-only {
    width: 75%; }

  .offset-9-lg-only {
    margin-left: 75%; }

  .col-10-lg-only {
    width: 83.33333%; }

  .offset-10-lg-only {
    margin-left: 83.33333%; }

  .col-11-lg-only {
    width: 91.66667%; }

  .offset-11-lg-only {
    margin-left: 91.66667%; }

  .col-1-of-5-lg-only {
    width: 20%; }

  .offset-1-of-5-lg-only {
    margin-left: 20%; }

  .col-2-of-5-lg-only {
    width: 40%; }

  .offset-2-of-5-lg-only {
    margin-left: 40%; }

  .col-3-of-5-lg-only {
    width: 60%; }

  .offset-3-of-5-lg-only {
    margin-left: 60%; }

  .col-4-of-5-lg-only {
    width: 80%; }

  .offset-4-of-5-lg-only {
    margin-left: 80%; }

  .col-1-of-7-lg-only {
    width: 14.28571%; }

  .offset-1-of-7-lg-only {
    margin-left: 14.28571%; }

  .col-2-of-7-lg-only {
    width: 28.57143%; }

  .offset-2-of-7-lg-only {
    margin-left: 28.57143%; }

  .col-3-of-7-lg-only {
    width: 42.85714%; }

  .offset-3-of-7-lg-only {
    margin-left: 42.85714%; }

  .col-4-of-7-lg-only {
    width: 57.14286%; }

  .offset-4-of-7-lg-only {
    margin-left: 57.14286%; }

  .col-5-of-7-lg-only {
    width: 71.42857%; }

  .offset-5-of-7-lg-only {
    margin-left: 71.42857%; }

  .col-6-of-7-lg-only {
    width: 85.71429%; }

  .offset-6-of-7-lg-only {
    margin-left: 85.71429%; }

  .col-full-lg-only {
    width: 100%; } }
/*! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! GUTTERS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
@media only screen and (min-width: 0px) {
  .row.gutter-0-sm {
    margin-left: -0px;
    margin-right: -0px; }
    .row.gutter-0-sm > [class^="col-"] {
      padding-left: 0px;
      padding-right: 0px; }

  .row.gutter-5-sm {
    margin-left: -5px;
    margin-right: -5px; }
    .row.gutter-5-sm > [class^="col-"] {
      padding-left: 5px;
      padding-right: 5px; }

  .row.gutter-10-sm {
    margin-left: -10px;
    margin-right: -10px; }
    .row.gutter-10-sm > [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; }

  .row.gutter-15-sm {
    margin-left: -15px;
    margin-right: -15px; }
    .row.gutter-15-sm > [class^="col-"] {
      padding-left: 15px;
      padding-right: 15px; }

  .row.gutter-20-sm {
    margin-left: -20px;
    margin-right: -20px; }
    .row.gutter-20-sm > [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; }

  .row.gutter-25-sm {
    margin-left: -25px;
    margin-right: -25px; }
    .row.gutter-25-sm > [class^="col-"] {
      padding-left: 25px;
      padding-right: 25px; }

  .row.gutter-30-sm {
    margin-left: -30px;
    margin-right: -30px; }
    .row.gutter-30-sm > [class^="col-"] {
      padding-left: 30px;
      padding-right: 30px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .row.gutter-0-sm-only {
    margin-left: -0px;
    margin-right: -0px; }
    .row.gutter-0-sm-only > [class^="col-"] {
      padding-left: 0px;
      padding-right: 0px; }

  .row.gutter-5-sm-only {
    margin-left: -5px;
    margin-right: -5px; }
    .row.gutter-5-sm-only > [class^="col-"] {
      padding-left: 5px;
      padding-right: 5px; }

  .row.gutter-10-sm-only {
    margin-left: -10px;
    margin-right: -10px; }
    .row.gutter-10-sm-only > [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; }

  .row.gutter-15-sm-only {
    margin-left: -15px;
    margin-right: -15px; }
    .row.gutter-15-sm-only > [class^="col-"] {
      padding-left: 15px;
      padding-right: 15px; }

  .row.gutter-20-sm-only {
    margin-left: -20px;
    margin-right: -20px; }
    .row.gutter-20-sm-only > [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; }

  .row.gutter-25-sm-only {
    margin-left: -25px;
    margin-right: -25px; }
    .row.gutter-25-sm-only > [class^="col-"] {
      padding-left: 25px;
      padding-right: 25px; }

  .row.gutter-30-sm-only {
    margin-left: -30px;
    margin-right: -30px; }
    .row.gutter-30-sm-only > [class^="col-"] {
      padding-left: 30px;
      padding-right: 30px; } }
@media only screen and (min-width: 768px) {
  .row.gutter-0-md {
    margin-left: -0px;
    margin-right: -0px; }
    .row.gutter-0-md > [class^="col-"] {
      padding-left: 0px;
      padding-right: 0px; }

  .row.gutter-5-md {
    margin-left: -5px;
    margin-right: -5px; }
    .row.gutter-5-md > [class^="col-"] {
      padding-left: 5px;
      padding-right: 5px; }

  .row.gutter-10-md {
    margin-left: -10px;
    margin-right: -10px; }
    .row.gutter-10-md > [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; }

  .row.gutter-15-md {
    margin-left: -15px;
    margin-right: -15px; }
    .row.gutter-15-md > [class^="col-"] {
      padding-left: 15px;
      padding-right: 15px; }

  .row.gutter-20-md {
    margin-left: -20px;
    margin-right: -20px; }
    .row.gutter-20-md > [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; }

  .row.gutter-25-md {
    margin-left: -25px;
    margin-right: -25px; }
    .row.gutter-25-md > [class^="col-"] {
      padding-left: 25px;
      padding-right: 25px; }

  .row.gutter-30-md {
    margin-left: -30px;
    margin-right: -30px; }
    .row.gutter-30-md > [class^="col-"] {
      padding-left: 30px;
      padding-right: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .row.gutter-0-md-only {
    margin-left: -0px;
    margin-right: -0px; }
    .row.gutter-0-md-only > [class^="col-"] {
      padding-left: 0px;
      padding-right: 0px; }

  .row.gutter-5-md-only {
    margin-left: -5px;
    margin-right: -5px; }
    .row.gutter-5-md-only > [class^="col-"] {
      padding-left: 5px;
      padding-right: 5px; }

  .row.gutter-10-md-only {
    margin-left: -10px;
    margin-right: -10px; }
    .row.gutter-10-md-only > [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; }

  .row.gutter-15-md-only {
    margin-left: -15px;
    margin-right: -15px; }
    .row.gutter-15-md-only > [class^="col-"] {
      padding-left: 15px;
      padding-right: 15px; }

  .row.gutter-20-md-only {
    margin-left: -20px;
    margin-right: -20px; }
    .row.gutter-20-md-only > [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; }

  .row.gutter-25-md-only {
    margin-left: -25px;
    margin-right: -25px; }
    .row.gutter-25-md-only > [class^="col-"] {
      padding-left: 25px;
      padding-right: 25px; }

  .row.gutter-30-md-only {
    margin-left: -30px;
    margin-right: -30px; }
    .row.gutter-30-md-only > [class^="col-"] {
      padding-left: 30px;
      padding-right: 30px; } }
@media only screen and (min-width: 980px) {
  .row.gutter-0-lg {
    margin-left: -0px;
    margin-right: -0px; }
    .row.gutter-0-lg > [class^="col-"] {
      padding-left: 0px;
      padding-right: 0px; }

  .row.gutter-5-lg {
    margin-left: -5px;
    margin-right: -5px; }
    .row.gutter-5-lg > [class^="col-"] {
      padding-left: 5px;
      padding-right: 5px; }

  .row.gutter-10-lg {
    margin-left: -10px;
    margin-right: -10px; }
    .row.gutter-10-lg > [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; }

  .row.gutter-15-lg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.gutter-15-lg > [class^="col-"] {
      padding-left: 15px;
      padding-right: 15px; }

  .row.gutter-20-lg {
    margin-left: -20px;
    margin-right: -20px; }
    .row.gutter-20-lg > [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; }

  .row.gutter-25-lg {
    margin-left: -25px;
    margin-right: -25px; }
    .row.gutter-25-lg > [class^="col-"] {
      padding-left: 25px;
      padding-right: 25px; }

  .row.gutter-30-lg {
    margin-left: -30px;
    margin-right: -30px; }
    .row.gutter-30-lg > [class^="col-"] {
      padding-left: 30px;
      padding-right: 30px; } }
@media only screen and (min-width: 980px) {
  .row.gutter-0-lg-only {
    margin-left: -0px;
    margin-right: -0px; }
    .row.gutter-0-lg-only > [class^="col-"] {
      padding-left: 0px;
      padding-right: 0px; }

  .row.gutter-5-lg-only {
    margin-left: -5px;
    margin-right: -5px; }
    .row.gutter-5-lg-only > [class^="col-"] {
      padding-left: 5px;
      padding-right: 5px; }

  .row.gutter-10-lg-only {
    margin-left: -10px;
    margin-right: -10px; }
    .row.gutter-10-lg-only > [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; }

  .row.gutter-15-lg-only {
    margin-left: -15px;
    margin-right: -15px; }
    .row.gutter-15-lg-only > [class^="col-"] {
      padding-left: 15px;
      padding-right: 15px; }

  .row.gutter-20-lg-only {
    margin-left: -20px;
    margin-right: -20px; }
    .row.gutter-20-lg-only > [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; }

  .row.gutter-25-lg-only {
    margin-left: -25px;
    margin-right: -25px; }
    .row.gutter-25-lg-only > [class^="col-"] {
      padding-left: 25px;
      padding-right: 25px; }

  .row.gutter-30-lg-only {
    margin-left: -30px;
    margin-right: -30px; }
    .row.gutter-30-lg-only > [class^="col-"] {
      padding-left: 30px;
      padding-right: 30px; } }
/*! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! VISIBLE-ONLY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .visible-sm-only {
    display: none; } }
@media only screen and (min-width: 980px) {
  .visible-sm-only {
    display: none; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .visible-md-only {
    display: none; } }
@media only screen and (min-width: 980px) {
  .visible-md-only {
    display: none; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .visible-lg-only {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .visible-lg-only {
    display: none; } }

/*! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! MARGIN & PADDING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* add custom classes here */
@media only screen and (min-width: 0px) {
  .marg-0-sm {
    margin: 0px; }

  .marg-t-0-sm {
    margin-top: 0px; }

  .marg-b-0-sm {
    margin-bottom: 0px; }

  .marg-l-0-sm {
    margin-left: 0px; }

  .marg-r-0-sm {
    margin-right: 0px; }

  .pad-0-sm {
    padding: 0px; }

  .pad-t-0-sm {
    padding-top: 0px; }

  .pad-b-0-sm {
    padding-bottom: 0px; }

  .pad-l-0-sm {
    padding-left: 0px; }

  .pad-r-0-sm {
    padding-right: 0px; }

  .marg-5-sm {
    margin: 5px; }

  .marg-t-5-sm {
    margin-top: 5px; }

  .marg-b-5-sm {
    margin-bottom: 5px; }

  .marg-l-5-sm {
    margin-left: 5px; }

  .marg-r-5-sm {
    margin-right: 5px; }

  .pad-5-sm {
    padding: 5px; }

  .pad-t-5-sm {
    padding-top: 5px; }

  .pad-b-5-sm {
    padding-bottom: 5px; }

  .pad-l-5-sm {
    padding-left: 5px; }

  .pad-r-5-sm {
    padding-right: 5px; }

  .marg-10-sm {
    margin: 10px; }

  .marg-t-10-sm {
    margin-top: 10px; }

  .marg-b-10-sm {
    margin-bottom: 10px; }

  .marg-l-10-sm {
    margin-left: 10px; }

  .marg-r-10-sm {
    margin-right: 10px; }

  .pad-10-sm {
    padding: 10px; }

  .pad-t-10-sm {
    padding-top: 10px; }

  .pad-b-10-sm {
    padding-bottom: 10px; }

  .pad-l-10-sm {
    padding-left: 10px; }

  .pad-r-10-sm {
    padding-right: 10px; }

  .marg-15-sm {
    margin: 15px; }

  .marg-t-15-sm {
    margin-top: 15px; }

  .marg-b-15-sm {
    margin-bottom: 15px; }

  .marg-l-15-sm {
    margin-left: 15px; }

  .marg-r-15-sm {
    margin-right: 15px; }

  .pad-15-sm {
    padding: 15px; }

  .pad-t-15-sm {
    padding-top: 15px; }

  .pad-b-15-sm {
    padding-bottom: 15px; }

  .pad-l-15-sm {
    padding-left: 15px; }

  .pad-r-15-sm {
    padding-right: 15px; }

  .marg-20-sm {
    margin: 20px; }

  .marg-t-20-sm {
    margin-top: 20px; }

  .marg-b-20-sm {
    margin-bottom: 20px; }

  .marg-l-20-sm {
    margin-left: 20px; }

  .marg-r-20-sm {
    margin-right: 20px; }

  .pad-20-sm {
    padding: 20px; }

  .pad-t-20-sm {
    padding-top: 20px; }

  .pad-b-20-sm {
    padding-bottom: 20px; }

  .pad-l-20-sm {
    padding-left: 20px; }

  .pad-r-20-sm {
    padding-right: 20px; }

  .marg-25-sm {
    margin: 25px; }

  .marg-t-25-sm {
    margin-top: 25px; }

  .marg-b-25-sm {
    margin-bottom: 25px; }

  .marg-l-25-sm {
    margin-left: 25px; }

  .marg-r-25-sm {
    margin-right: 25px; }

  .pad-25-sm {
    padding: 25px; }

  .pad-t-25-sm {
    padding-top: 25px; }

  .pad-b-25-sm {
    padding-bottom: 25px; }

  .pad-l-25-sm {
    padding-left: 25px; }

  .pad-r-25-sm {
    padding-right: 25px; }

  .marg-30-sm {
    margin: 30px; }

  .marg-t-30-sm {
    margin-top: 30px; }

  .marg-b-30-sm {
    margin-bottom: 30px; }

  .marg-l-30-sm {
    margin-left: 30px; }

  .marg-r-30-sm {
    margin-right: 30px; }

  .pad-30-sm {
    padding: 30px; }

  .pad-t-30-sm {
    padding-top: 30px; }

  .pad-b-30-sm {
    padding-bottom: 30px; }

  .pad-l-30-sm {
    padding-left: 30px; }

  .pad-r-30-sm {
    padding-right: 30px; }

  .marg-35-sm {
    margin: 35px; }

  .marg-t-35-sm {
    margin-top: 35px; }

  .marg-b-35-sm {
    margin-bottom: 35px; }

  .marg-l-35-sm {
    margin-left: 35px; }

  .marg-r-35-sm {
    margin-right: 35px; }

  .pad-35-sm {
    padding: 35px; }

  .pad-t-35-sm {
    padding-top: 35px; }

  .pad-b-35-sm {
    padding-bottom: 35px; }

  .pad-l-35-sm {
    padding-left: 35px; }

  .pad-r-35-sm {
    padding-right: 35px; }

  .marg-40-sm {
    margin: 40px; }

  .marg-t-40-sm {
    margin-top: 40px; }

  .marg-b-40-sm {
    margin-bottom: 40px; }

  .marg-l-40-sm {
    margin-left: 40px; }

  .marg-r-40-sm {
    margin-right: 40px; }

  .pad-40-sm {
    padding: 40px; }

  .pad-t-40-sm {
    padding-top: 40px; }

  .pad-b-40-sm {
    padding-bottom: 40px; }

  .pad-l-40-sm {
    padding-left: 40px; }

  .pad-r-40-sm {
    padding-right: 40px; }

  .marg-45-sm {
    margin: 45px; }

  .marg-t-45-sm {
    margin-top: 45px; }

  .marg-b-45-sm {
    margin-bottom: 45px; }

  .marg-l-45-sm {
    margin-left: 45px; }

  .marg-r-45-sm {
    margin-right: 45px; }

  .pad-45-sm {
    padding: 45px; }

  .pad-t-45-sm {
    padding-top: 45px; }

  .pad-b-45-sm {
    padding-bottom: 45px; }

  .pad-l-45-sm {
    padding-left: 45px; }

  .pad-r-45-sm {
    padding-right: 45px; }

  .marg-50-sm {
    margin: 50px; }

  .marg-t-50-sm {
    margin-top: 50px; }

  .marg-b-50-sm {
    margin-bottom: 50px; }

  .marg-l-50-sm {
    margin-left: 50px; }

  .marg-r-50-sm {
    margin-right: 50px; }

  .pad-50-sm {
    padding: 50px; }

  .pad-t-50-sm {
    padding-top: 50px; }

  .pad-b-50-sm {
    padding-bottom: 50px; }

  .pad-l-50-sm {
    padding-left: 50px; }

  .pad-r-50-sm {
    padding-right: 50px; }

  .float-left-sm {
    float: left; }

  .float-right-sm {
    float: right; }

  .display-none-sm {
    display: none; }

  .center-horiz-sm {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block; }

  .text-left-sm {
    text-align: left; }

  .text-right-sm {
    text-align: right; }

  .text-center-sm {
    text-align: center; }

  .full-width-sm {
    width: 100%; }

  .full-height-sm {
    height: 100%; }

  .display-table-sm {
    display: table; }

  .display-table-cell-sm {
    display: table-cell; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .marg-0-sm-only {
    margin: 0px; }

  .marg-t-0-sm-only {
    margin-top: 0px; }

  .marg-b-0-sm-only {
    margin-bottom: 0px; }

  .marg-l-0-sm-only {
    margin-left: 0px; }

  .marg-r-0-sm-only {
    margin-right: 0px; }

  .pad-0-sm-only {
    padding: 0px; }

  .pad-t-0-sm-only {
    padding-top: 0px; }

  .pad-b-0-sm-only {
    padding-bottom: 0px; }

  .pad-l-0-sm-only {
    padding-left: 0px; }

  .pad-r-0-sm-only {
    padding-right: 0px; }

  .marg-5-sm-only {
    margin: 5px; }

  .marg-t-5-sm-only {
    margin-top: 5px; }

  .marg-b-5-sm-only {
    margin-bottom: 5px; }

  .marg-l-5-sm-only {
    margin-left: 5px; }

  .marg-r-5-sm-only {
    margin-right: 5px; }

  .pad-5-sm-only {
    padding: 5px; }

  .pad-t-5-sm-only {
    padding-top: 5px; }

  .pad-b-5-sm-only {
    padding-bottom: 5px; }

  .pad-l-5-sm-only {
    padding-left: 5px; }

  .pad-r-5-sm-only {
    padding-right: 5px; }

  .marg-10-sm-only {
    margin: 10px; }

  .marg-t-10-sm-only {
    margin-top: 10px; }

  .marg-b-10-sm-only {
    margin-bottom: 10px; }

  .marg-l-10-sm-only {
    margin-left: 10px; }

  .marg-r-10-sm-only {
    margin-right: 10px; }

  .pad-10-sm-only {
    padding: 10px; }

  .pad-t-10-sm-only {
    padding-top: 10px; }

  .pad-b-10-sm-only {
    padding-bottom: 10px; }

  .pad-l-10-sm-only {
    padding-left: 10px; }

  .pad-r-10-sm-only {
    padding-right: 10px; }

  .marg-15-sm-only {
    margin: 15px; }

  .marg-t-15-sm-only {
    margin-top: 15px; }

  .marg-b-15-sm-only {
    margin-bottom: 15px; }

  .marg-l-15-sm-only {
    margin-left: 15px; }

  .marg-r-15-sm-only {
    margin-right: 15px; }

  .pad-15-sm-only {
    padding: 15px; }

  .pad-t-15-sm-only {
    padding-top: 15px; }

  .pad-b-15-sm-only {
    padding-bottom: 15px; }

  .pad-l-15-sm-only {
    padding-left: 15px; }

  .pad-r-15-sm-only {
    padding-right: 15px; }

  .marg-20-sm-only {
    margin: 20px; }

  .marg-t-20-sm-only {
    margin-top: 20px; }

  .marg-b-20-sm-only {
    margin-bottom: 20px; }

  .marg-l-20-sm-only {
    margin-left: 20px; }

  .marg-r-20-sm-only {
    margin-right: 20px; }

  .pad-20-sm-only {
    padding: 20px; }

  .pad-t-20-sm-only {
    padding-top: 20px; }

  .pad-b-20-sm-only {
    padding-bottom: 20px; }

  .pad-l-20-sm-only {
    padding-left: 20px; }

  .pad-r-20-sm-only {
    padding-right: 20px; }

  .marg-25-sm-only {
    margin: 25px; }

  .marg-t-25-sm-only {
    margin-top: 25px; }

  .marg-b-25-sm-only {
    margin-bottom: 25px; }

  .marg-l-25-sm-only {
    margin-left: 25px; }

  .marg-r-25-sm-only {
    margin-right: 25px; }

  .pad-25-sm-only {
    padding: 25px; }

  .pad-t-25-sm-only {
    padding-top: 25px; }

  .pad-b-25-sm-only {
    padding-bottom: 25px; }

  .pad-l-25-sm-only {
    padding-left: 25px; }

  .pad-r-25-sm-only {
    padding-right: 25px; }

  .marg-30-sm-only {
    margin: 30px; }

  .marg-t-30-sm-only {
    margin-top: 30px; }

  .marg-b-30-sm-only {
    margin-bottom: 30px; }

  .marg-l-30-sm-only {
    margin-left: 30px; }

  .marg-r-30-sm-only {
    margin-right: 30px; }

  .pad-30-sm-only {
    padding: 30px; }

  .pad-t-30-sm-only {
    padding-top: 30px; }

  .pad-b-30-sm-only {
    padding-bottom: 30px; }

  .pad-l-30-sm-only {
    padding-left: 30px; }

  .pad-r-30-sm-only {
    padding-right: 30px; }

  .marg-35-sm-only {
    margin: 35px; }

  .marg-t-35-sm-only {
    margin-top: 35px; }

  .marg-b-35-sm-only {
    margin-bottom: 35px; }

  .marg-l-35-sm-only {
    margin-left: 35px; }

  .marg-r-35-sm-only {
    margin-right: 35px; }

  .pad-35-sm-only {
    padding: 35px; }

  .pad-t-35-sm-only {
    padding-top: 35px; }

  .pad-b-35-sm-only {
    padding-bottom: 35px; }

  .pad-l-35-sm-only {
    padding-left: 35px; }

  .pad-r-35-sm-only {
    padding-right: 35px; }

  .marg-40-sm-only {
    margin: 40px; }

  .marg-t-40-sm-only {
    margin-top: 40px; }

  .marg-b-40-sm-only {
    margin-bottom: 40px; }

  .marg-l-40-sm-only {
    margin-left: 40px; }

  .marg-r-40-sm-only {
    margin-right: 40px; }

  .pad-40-sm-only {
    padding: 40px; }

  .pad-t-40-sm-only {
    padding-top: 40px; }

  .pad-b-40-sm-only {
    padding-bottom: 40px; }

  .pad-l-40-sm-only {
    padding-left: 40px; }

  .pad-r-40-sm-only {
    padding-right: 40px; }

  .marg-45-sm-only {
    margin: 45px; }

  .marg-t-45-sm-only {
    margin-top: 45px; }

  .marg-b-45-sm-only {
    margin-bottom: 45px; }

  .marg-l-45-sm-only {
    margin-left: 45px; }

  .marg-r-45-sm-only {
    margin-right: 45px; }

  .pad-45-sm-only {
    padding: 45px; }

  .pad-t-45-sm-only {
    padding-top: 45px; }

  .pad-b-45-sm-only {
    padding-bottom: 45px; }

  .pad-l-45-sm-only {
    padding-left: 45px; }

  .pad-r-45-sm-only {
    padding-right: 45px; }

  .marg-50-sm-only {
    margin: 50px; }

  .marg-t-50-sm-only {
    margin-top: 50px; }

  .marg-b-50-sm-only {
    margin-bottom: 50px; }

  .marg-l-50-sm-only {
    margin-left: 50px; }

  .marg-r-50-sm-only {
    margin-right: 50px; }

  .pad-50-sm-only {
    padding: 50px; }

  .pad-t-50-sm-only {
    padding-top: 50px; }

  .pad-b-50-sm-only {
    padding-bottom: 50px; }

  .pad-l-50-sm-only {
    padding-left: 50px; }

  .pad-r-50-sm-only {
    padding-right: 50px; }

  .float-left-sm-only {
    float: left; }

  .float-right-sm-only {
    float: right; }

  .display-none-sm-only {
    display: none; }

  .center-horiz-sm-only {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block; }

  .text-left-sm-only {
    text-align: left; }

  .text-right-sm-only {
    text-align: right; }

  .text-center-sm-only {
    text-align: center; }

  .full-width-sm-only {
    width: 100%; }

  .full-height-sm-only {
    height: 100%; }

  .display-table-sm-only {
    display: table; }

  .display-table-cell-sm-only {
    display: table-cell; } }
@media only screen and (min-width: 768px) {
  .marg-0-md {
    margin: 0px; }

  .marg-t-0-md {
    margin-top: 0px; }

  .marg-b-0-md {
    margin-bottom: 0px; }

  .marg-l-0-md {
    margin-left: 0px; }

  .marg-r-0-md {
    margin-right: 0px; }

  .pad-0-md {
    padding: 0px; }

  .pad-t-0-md {
    padding-top: 0px; }

  .pad-b-0-md {
    padding-bottom: 0px; }

  .pad-l-0-md {
    padding-left: 0px; }

  .pad-r-0-md {
    padding-right: 0px; }

  .marg-5-md {
    margin: 5px; }

  .marg-t-5-md {
    margin-top: 5px; }

  .marg-b-5-md {
    margin-bottom: 5px; }

  .marg-l-5-md {
    margin-left: 5px; }

  .marg-r-5-md {
    margin-right: 5px; }

  .pad-5-md {
    padding: 5px; }

  .pad-t-5-md {
    padding-top: 5px; }

  .pad-b-5-md {
    padding-bottom: 5px; }

  .pad-l-5-md {
    padding-left: 5px; }

  .pad-r-5-md {
    padding-right: 5px; }

  .marg-10-md {
    margin: 10px; }

  .marg-t-10-md {
    margin-top: 10px; }

  .marg-b-10-md {
    margin-bottom: 10px; }

  .marg-l-10-md {
    margin-left: 10px; }

  .marg-r-10-md {
    margin-right: 10px; }

  .pad-10-md {
    padding: 10px; }

  .pad-t-10-md {
    padding-top: 10px; }

  .pad-b-10-md {
    padding-bottom: 10px; }

  .pad-l-10-md {
    padding-left: 10px; }

  .pad-r-10-md {
    padding-right: 10px; }

  .marg-15-md {
    margin: 15px; }

  .marg-t-15-md {
    margin-top: 15px; }

  .marg-b-15-md {
    margin-bottom: 15px; }

  .marg-l-15-md {
    margin-left: 15px; }

  .marg-r-15-md {
    margin-right: 15px; }

  .pad-15-md {
    padding: 15px; }

  .pad-t-15-md {
    padding-top: 15px; }

  .pad-b-15-md {
    padding-bottom: 15px; }

  .pad-l-15-md {
    padding-left: 15px; }

  .pad-r-15-md {
    padding-right: 15px; }

  .marg-20-md {
    margin: 20px; }

  .marg-t-20-md {
    margin-top: 20px; }

  .marg-b-20-md {
    margin-bottom: 20px; }

  .marg-l-20-md {
    margin-left: 20px; }

  .marg-r-20-md {
    margin-right: 20px; }

  .pad-20-md {
    padding: 20px; }

  .pad-t-20-md {
    padding-top: 20px; }

  .pad-b-20-md {
    padding-bottom: 20px; }

  .pad-l-20-md {
    padding-left: 20px; }

  .pad-r-20-md {
    padding-right: 20px; }

  .marg-25-md {
    margin: 25px; }

  .marg-t-25-md {
    margin-top: 25px; }

  .marg-b-25-md {
    margin-bottom: 25px; }

  .marg-l-25-md {
    margin-left: 25px; }

  .marg-r-25-md {
    margin-right: 25px; }

  .pad-25-md {
    padding: 25px; }

  .pad-t-25-md {
    padding-top: 25px; }

  .pad-b-25-md {
    padding-bottom: 25px; }

  .pad-l-25-md {
    padding-left: 25px; }

  .pad-r-25-md {
    padding-right: 25px; }

  .marg-30-md {
    margin: 30px; }

  .marg-t-30-md {
    margin-top: 30px; }

  .marg-b-30-md {
    margin-bottom: 30px; }

  .marg-l-30-md {
    margin-left: 30px; }

  .marg-r-30-md {
    margin-right: 30px; }

  .pad-30-md {
    padding: 30px; }

  .pad-t-30-md {
    padding-top: 30px; }

  .pad-b-30-md {
    padding-bottom: 30px; }

  .pad-l-30-md {
    padding-left: 30px; }

  .pad-r-30-md {
    padding-right: 30px; }

  .marg-35-md {
    margin: 35px; }

  .marg-t-35-md {
    margin-top: 35px; }

  .marg-b-35-md {
    margin-bottom: 35px; }

  .marg-l-35-md {
    margin-left: 35px; }

  .marg-r-35-md {
    margin-right: 35px; }

  .pad-35-md {
    padding: 35px; }

  .pad-t-35-md {
    padding-top: 35px; }

  .pad-b-35-md {
    padding-bottom: 35px; }

  .pad-l-35-md {
    padding-left: 35px; }

  .pad-r-35-md {
    padding-right: 35px; }

  .marg-40-md {
    margin: 40px; }

  .marg-t-40-md {
    margin-top: 40px; }

  .marg-b-40-md {
    margin-bottom: 40px; }

  .marg-l-40-md {
    margin-left: 40px; }

  .marg-r-40-md {
    margin-right: 40px; }

  .pad-40-md {
    padding: 40px; }

  .pad-t-40-md {
    padding-top: 40px; }

  .pad-b-40-md {
    padding-bottom: 40px; }

  .pad-l-40-md {
    padding-left: 40px; }

  .pad-r-40-md {
    padding-right: 40px; }

  .marg-45-md {
    margin: 45px; }

  .marg-t-45-md {
    margin-top: 45px; }

  .marg-b-45-md {
    margin-bottom: 45px; }

  .marg-l-45-md {
    margin-left: 45px; }

  .marg-r-45-md {
    margin-right: 45px; }

  .pad-45-md {
    padding: 45px; }

  .pad-t-45-md {
    padding-top: 45px; }

  .pad-b-45-md {
    padding-bottom: 45px; }

  .pad-l-45-md {
    padding-left: 45px; }

  .pad-r-45-md {
    padding-right: 45px; }

  .marg-50-md {
    margin: 50px; }

  .marg-t-50-md {
    margin-top: 50px; }

  .marg-b-50-md {
    margin-bottom: 50px; }

  .marg-l-50-md {
    margin-left: 50px; }

  .marg-r-50-md {
    margin-right: 50px; }

  .pad-50-md {
    padding: 50px; }

  .pad-t-50-md {
    padding-top: 50px; }

  .pad-b-50-md {
    padding-bottom: 50px; }

  .pad-l-50-md {
    padding-left: 50px; }

  .pad-r-50-md {
    padding-right: 50px; }

  .float-left-md {
    float: left; }

  .float-right-md {
    float: right; }

  .display-none-md {
    display: none; }

  .center-horiz-md {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block; }

  .text-left-md {
    text-align: left; }

  .text-right-md {
    text-align: right; }

  .text-center-md {
    text-align: center; }

  .full-width-md {
    width: 100%; }

  .full-height-md {
    height: 100%; }

  .display-table-md {
    display: table; }

  .display-table-cell-md {
    display: table-cell; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .marg-0-md-only {
    margin: 0px; }

  .marg-t-0-md-only {
    margin-top: 0px; }

  .marg-b-0-md-only {
    margin-bottom: 0px; }

  .marg-l-0-md-only {
    margin-left: 0px; }

  .marg-r-0-md-only {
    margin-right: 0px; }

  .pad-0-md-only {
    padding: 0px; }

  .pad-t-0-md-only {
    padding-top: 0px; }

  .pad-b-0-md-only {
    padding-bottom: 0px; }

  .pad-l-0-md-only {
    padding-left: 0px; }

  .pad-r-0-md-only {
    padding-right: 0px; }

  .marg-5-md-only {
    margin: 5px; }

  .marg-t-5-md-only {
    margin-top: 5px; }

  .marg-b-5-md-only {
    margin-bottom: 5px; }

  .marg-l-5-md-only {
    margin-left: 5px; }

  .marg-r-5-md-only {
    margin-right: 5px; }

  .pad-5-md-only {
    padding: 5px; }

  .pad-t-5-md-only {
    padding-top: 5px; }

  .pad-b-5-md-only {
    padding-bottom: 5px; }

  .pad-l-5-md-only {
    padding-left: 5px; }

  .pad-r-5-md-only {
    padding-right: 5px; }

  .marg-10-md-only {
    margin: 10px; }

  .marg-t-10-md-only {
    margin-top: 10px; }

  .marg-b-10-md-only {
    margin-bottom: 10px; }

  .marg-l-10-md-only {
    margin-left: 10px; }

  .marg-r-10-md-only {
    margin-right: 10px; }

  .pad-10-md-only {
    padding: 10px; }

  .pad-t-10-md-only {
    padding-top: 10px; }

  .pad-b-10-md-only {
    padding-bottom: 10px; }

  .pad-l-10-md-only {
    padding-left: 10px; }

  .pad-r-10-md-only {
    padding-right: 10px; }

  .marg-15-md-only {
    margin: 15px; }

  .marg-t-15-md-only {
    margin-top: 15px; }

  .marg-b-15-md-only {
    margin-bottom: 15px; }

  .marg-l-15-md-only {
    margin-left: 15px; }

  .marg-r-15-md-only {
    margin-right: 15px; }

  .pad-15-md-only {
    padding: 15px; }

  .pad-t-15-md-only {
    padding-top: 15px; }

  .pad-b-15-md-only {
    padding-bottom: 15px; }

  .pad-l-15-md-only {
    padding-left: 15px; }

  .pad-r-15-md-only {
    padding-right: 15px; }

  .marg-20-md-only {
    margin: 20px; }

  .marg-t-20-md-only {
    margin-top: 20px; }

  .marg-b-20-md-only {
    margin-bottom: 20px; }

  .marg-l-20-md-only {
    margin-left: 20px; }

  .marg-r-20-md-only {
    margin-right: 20px; }

  .pad-20-md-only {
    padding: 20px; }

  .pad-t-20-md-only {
    padding-top: 20px; }

  .pad-b-20-md-only {
    padding-bottom: 20px; }

  .pad-l-20-md-only {
    padding-left: 20px; }

  .pad-r-20-md-only {
    padding-right: 20px; }

  .marg-25-md-only {
    margin: 25px; }

  .marg-t-25-md-only {
    margin-top: 25px; }

  .marg-b-25-md-only {
    margin-bottom: 25px; }

  .marg-l-25-md-only {
    margin-left: 25px; }

  .marg-r-25-md-only {
    margin-right: 25px; }

  .pad-25-md-only {
    padding: 25px; }

  .pad-t-25-md-only {
    padding-top: 25px; }

  .pad-b-25-md-only {
    padding-bottom: 25px; }

  .pad-l-25-md-only {
    padding-left: 25px; }

  .pad-r-25-md-only {
    padding-right: 25px; }

  .marg-30-md-only {
    margin: 30px; }

  .marg-t-30-md-only {
    margin-top: 30px; }

  .marg-b-30-md-only {
    margin-bottom: 30px; }

  .marg-l-30-md-only {
    margin-left: 30px; }

  .marg-r-30-md-only {
    margin-right: 30px; }

  .pad-30-md-only {
    padding: 30px; }

  .pad-t-30-md-only {
    padding-top: 30px; }

  .pad-b-30-md-only {
    padding-bottom: 30px; }

  .pad-l-30-md-only {
    padding-left: 30px; }

  .pad-r-30-md-only {
    padding-right: 30px; }

  .marg-35-md-only {
    margin: 35px; }

  .marg-t-35-md-only {
    margin-top: 35px; }

  .marg-b-35-md-only {
    margin-bottom: 35px; }

  .marg-l-35-md-only {
    margin-left: 35px; }

  .marg-r-35-md-only {
    margin-right: 35px; }

  .pad-35-md-only {
    padding: 35px; }

  .pad-t-35-md-only {
    padding-top: 35px; }

  .pad-b-35-md-only {
    padding-bottom: 35px; }

  .pad-l-35-md-only {
    padding-left: 35px; }

  .pad-r-35-md-only {
    padding-right: 35px; }

  .marg-40-md-only {
    margin: 40px; }

  .marg-t-40-md-only {
    margin-top: 40px; }

  .marg-b-40-md-only {
    margin-bottom: 40px; }

  .marg-l-40-md-only {
    margin-left: 40px; }

  .marg-r-40-md-only {
    margin-right: 40px; }

  .pad-40-md-only {
    padding: 40px; }

  .pad-t-40-md-only {
    padding-top: 40px; }

  .pad-b-40-md-only {
    padding-bottom: 40px; }

  .pad-l-40-md-only {
    padding-left: 40px; }

  .pad-r-40-md-only {
    padding-right: 40px; }

  .marg-45-md-only {
    margin: 45px; }

  .marg-t-45-md-only {
    margin-top: 45px; }

  .marg-b-45-md-only {
    margin-bottom: 45px; }

  .marg-l-45-md-only {
    margin-left: 45px; }

  .marg-r-45-md-only {
    margin-right: 45px; }

  .pad-45-md-only {
    padding: 45px; }

  .pad-t-45-md-only {
    padding-top: 45px; }

  .pad-b-45-md-only {
    padding-bottom: 45px; }

  .pad-l-45-md-only {
    padding-left: 45px; }

  .pad-r-45-md-only {
    padding-right: 45px; }

  .marg-50-md-only {
    margin: 50px; }

  .marg-t-50-md-only {
    margin-top: 50px; }

  .marg-b-50-md-only {
    margin-bottom: 50px; }

  .marg-l-50-md-only {
    margin-left: 50px; }

  .marg-r-50-md-only {
    margin-right: 50px; }

  .pad-50-md-only {
    padding: 50px; }

  .pad-t-50-md-only {
    padding-top: 50px; }

  .pad-b-50-md-only {
    padding-bottom: 50px; }

  .pad-l-50-md-only {
    padding-left: 50px; }

  .pad-r-50-md-only {
    padding-right: 50px; }

  .float-left-md-only {
    float: left; }

  .float-right-md-only {
    float: right; }

  .display-none-md-only {
    display: none; }

  .center-horiz-md-only {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block; }

  .text-left-md-only {
    text-align: left; }

  .text-right-md-only {
    text-align: right; }

  .text-center-md-only {
    text-align: center; }

  .full-width-md-only {
    width: 100%; }

  .full-height-md-only {
    height: 100%; }

  .display-table-md-only {
    display: table; }

  .display-table-cell-md-only {
    display: table-cell; } }
@media only screen and (min-width: 980px) {
  .marg-0-lg {
    margin: 0px; }

  .marg-t-0-lg {
    margin-top: 0px; }

  .marg-b-0-lg {
    margin-bottom: 0px; }

  .marg-l-0-lg {
    margin-left: 0px; }

  .marg-r-0-lg {
    margin-right: 0px; }

  .pad-0-lg {
    padding: 0px; }

  .pad-t-0-lg {
    padding-top: 0px; }

  .pad-b-0-lg {
    padding-bottom: 0px; }

  .pad-l-0-lg {
    padding-left: 0px; }

  .pad-r-0-lg {
    padding-right: 0px; }

  .marg-5-lg {
    margin: 5px; }

  .marg-t-5-lg {
    margin-top: 5px; }

  .marg-b-5-lg {
    margin-bottom: 5px; }

  .marg-l-5-lg {
    margin-left: 5px; }

  .marg-r-5-lg {
    margin-right: 5px; }

  .pad-5-lg {
    padding: 5px; }

  .pad-t-5-lg {
    padding-top: 5px; }

  .pad-b-5-lg {
    padding-bottom: 5px; }

  .pad-l-5-lg {
    padding-left: 5px; }

  .pad-r-5-lg {
    padding-right: 5px; }

  .marg-10-lg {
    margin: 10px; }

  .marg-t-10-lg {
    margin-top: 10px; }

  .marg-b-10-lg {
    margin-bottom: 10px; }

  .marg-l-10-lg {
    margin-left: 10px; }

  .marg-r-10-lg {
    margin-right: 10px; }

  .pad-10-lg {
    padding: 10px; }

  .pad-t-10-lg {
    padding-top: 10px; }

  .pad-b-10-lg {
    padding-bottom: 10px; }

  .pad-l-10-lg {
    padding-left: 10px; }

  .pad-r-10-lg {
    padding-right: 10px; }

  .marg-15-lg {
    margin: 15px; }

  .marg-t-15-lg {
    margin-top: 15px; }

  .marg-b-15-lg {
    margin-bottom: 15px; }

  .marg-l-15-lg {
    margin-left: 15px; }

  .marg-r-15-lg {
    margin-right: 15px; }

  .pad-15-lg {
    padding: 15px; }

  .pad-t-15-lg {
    padding-top: 15px; }

  .pad-b-15-lg {
    padding-bottom: 15px; }

  .pad-l-15-lg {
    padding-left: 15px; }

  .pad-r-15-lg {
    padding-right: 15px; }

  .marg-20-lg {
    margin: 20px; }

  .marg-t-20-lg {
    margin-top: 20px; }

  .marg-b-20-lg {
    margin-bottom: 20px; }

  .marg-l-20-lg {
    margin-left: 20px; }

  .marg-r-20-lg {
    margin-right: 20px; }

  .pad-20-lg {
    padding: 20px; }

  .pad-t-20-lg {
    padding-top: 20px; }

  .pad-b-20-lg {
    padding-bottom: 20px; }

  .pad-l-20-lg {
    padding-left: 20px; }

  .pad-r-20-lg {
    padding-right: 20px; }

  .marg-25-lg {
    margin: 25px; }

  .marg-t-25-lg {
    margin-top: 25px; }

  .marg-b-25-lg {
    margin-bottom: 25px; }

  .marg-l-25-lg {
    margin-left: 25px; }

  .marg-r-25-lg {
    margin-right: 25px; }

  .pad-25-lg {
    padding: 25px; }

  .pad-t-25-lg {
    padding-top: 25px; }

  .pad-b-25-lg {
    padding-bottom: 25px; }

  .pad-l-25-lg {
    padding-left: 25px; }

  .pad-r-25-lg {
    padding-right: 25px; }

  .marg-30-lg {
    margin: 30px; }

  .marg-t-30-lg {
    margin-top: 30px; }

  .marg-b-30-lg {
    margin-bottom: 30px; }

  .marg-l-30-lg {
    margin-left: 30px; }

  .marg-r-30-lg {
    margin-right: 30px; }

  .pad-30-lg {
    padding: 30px; }

  .pad-t-30-lg {
    padding-top: 30px; }

  .pad-b-30-lg {
    padding-bottom: 30px; }

  .pad-l-30-lg {
    padding-left: 30px; }

  .pad-r-30-lg {
    padding-right: 30px; }

  .marg-35-lg {
    margin: 35px; }

  .marg-t-35-lg {
    margin-top: 35px; }

  .marg-b-35-lg {
    margin-bottom: 35px; }

  .marg-l-35-lg {
    margin-left: 35px; }

  .marg-r-35-lg {
    margin-right: 35px; }

  .pad-35-lg {
    padding: 35px; }

  .pad-t-35-lg {
    padding-top: 35px; }

  .pad-b-35-lg {
    padding-bottom: 35px; }

  .pad-l-35-lg {
    padding-left: 35px; }

  .pad-r-35-lg {
    padding-right: 35px; }

  .marg-40-lg {
    margin: 40px; }

  .marg-t-40-lg {
    margin-top: 40px; }

  .marg-b-40-lg {
    margin-bottom: 40px; }

  .marg-l-40-lg {
    margin-left: 40px; }

  .marg-r-40-lg {
    margin-right: 40px; }

  .pad-40-lg {
    padding: 40px; }

  .pad-t-40-lg {
    padding-top: 40px; }

  .pad-b-40-lg {
    padding-bottom: 40px; }

  .pad-l-40-lg {
    padding-left: 40px; }

  .pad-r-40-lg {
    padding-right: 40px; }

  .marg-45-lg {
    margin: 45px; }

  .marg-t-45-lg {
    margin-top: 45px; }

  .marg-b-45-lg {
    margin-bottom: 45px; }

  .marg-l-45-lg {
    margin-left: 45px; }

  .marg-r-45-lg {
    margin-right: 45px; }

  .pad-45-lg {
    padding: 45px; }

  .pad-t-45-lg {
    padding-top: 45px; }

  .pad-b-45-lg {
    padding-bottom: 45px; }

  .pad-l-45-lg {
    padding-left: 45px; }

  .pad-r-45-lg {
    padding-right: 45px; }

  .marg-50-lg {
    margin: 50px; }

  .marg-t-50-lg {
    margin-top: 50px; }

  .marg-b-50-lg {
    margin-bottom: 50px; }

  .marg-l-50-lg {
    margin-left: 50px; }

  .marg-r-50-lg {
    margin-right: 50px; }

  .pad-50-lg {
    padding: 50px; }

  .pad-t-50-lg {
    padding-top: 50px; }

  .pad-b-50-lg {
    padding-bottom: 50px; }

  .pad-l-50-lg {
    padding-left: 50px; }

  .pad-r-50-lg {
    padding-right: 50px; }

  .float-left-lg {
    float: left; }

  .float-right-lg {
    float: right; }

  .display-none-lg {
    display: none; }

  .center-horiz-lg {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block; }

  .text-left-lg {
    text-align: left; }

  .text-right-lg {
    text-align: right; }

  .text-center-lg {
    text-align: center; }

  .full-width-lg {
    width: 100%; }

  .full-height-lg {
    height: 100%; }

  .display-table-lg {
    display: table; }

  .display-table-cell-lg {
    display: table-cell; } }
@media only screen and (min-width: 980px) {
  .marg-0-lg-only {
    margin: 0px; }

  .marg-t-0-lg-only {
    margin-top: 0px; }

  .marg-b-0-lg-only {
    margin-bottom: 0px; }

  .marg-l-0-lg-only {
    margin-left: 0px; }

  .marg-r-0-lg-only {
    margin-right: 0px; }

  .pad-0-lg-only {
    padding: 0px; }

  .pad-t-0-lg-only {
    padding-top: 0px; }

  .pad-b-0-lg-only {
    padding-bottom: 0px; }

  .pad-l-0-lg-only {
    padding-left: 0px; }

  .pad-r-0-lg-only {
    padding-right: 0px; }

  .marg-5-lg-only {
    margin: 5px; }

  .marg-t-5-lg-only {
    margin-top: 5px; }

  .marg-b-5-lg-only {
    margin-bottom: 5px; }

  .marg-l-5-lg-only {
    margin-left: 5px; }

  .marg-r-5-lg-only {
    margin-right: 5px; }

  .pad-5-lg-only {
    padding: 5px; }

  .pad-t-5-lg-only {
    padding-top: 5px; }

  .pad-b-5-lg-only {
    padding-bottom: 5px; }

  .pad-l-5-lg-only {
    padding-left: 5px; }

  .pad-r-5-lg-only {
    padding-right: 5px; }

  .marg-10-lg-only {
    margin: 10px; }

  .marg-t-10-lg-only {
    margin-top: 10px; }

  .marg-b-10-lg-only {
    margin-bottom: 10px; }

  .marg-l-10-lg-only {
    margin-left: 10px; }

  .marg-r-10-lg-only {
    margin-right: 10px; }

  .pad-10-lg-only {
    padding: 10px; }

  .pad-t-10-lg-only {
    padding-top: 10px; }

  .pad-b-10-lg-only {
    padding-bottom: 10px; }

  .pad-l-10-lg-only {
    padding-left: 10px; }

  .pad-r-10-lg-only {
    padding-right: 10px; }

  .marg-15-lg-only {
    margin: 15px; }

  .marg-t-15-lg-only {
    margin-top: 15px; }

  .marg-b-15-lg-only {
    margin-bottom: 15px; }

  .marg-l-15-lg-only {
    margin-left: 15px; }

  .marg-r-15-lg-only {
    margin-right: 15px; }


  .pad-15-lg-only {
    padding: 15px; }

  .pad-t-15-lg-only {
    padding-top: 15px; }

  .pad-b-15-lg-only {
    padding-bottom: 15px; }

  .pad-l-15-lg-only {
    padding-left: 15px; }

  .pad-r-15-lg-only {
    padding-right: 15px; }

  .marg-20-lg-only {
    margin: 20px; }

  .marg-t-20-lg-only {
    margin-top: 20px; }

  .marg-b-20-lg-only {
    margin-bottom: 20px; }

  .marg-l-20-lg-only {
    margin-left: 20px; }

  .marg-r-20-lg-only {
    margin-right: 20px; }

  .pad-20-lg-only {
    padding: 20px; }

  .pad-t-20-lg-only {
    padding-top: 20px; }

  .pad-b-20-lg-only {
    padding-bottom: 20px; }

  .pad-l-20-lg-only {
    padding-left: 20px; }

  .pad-r-20-lg-only {
    padding-right: 20px; }

  .marg-25-lg-only {
    margin: 25px; }

  .marg-t-25-lg-only {
    margin-top: 25px; }

  .marg-b-25-lg-only {
    margin-bottom: 25px; }

  .marg-l-25-lg-only {
    margin-left: 25px; }

  .marg-r-25-lg-only {
    margin-right: 25px; }

  .pad-25-lg-only {
    padding: 25px; }

  .pad-t-25-lg-only {
    padding-top: 25px; }

  .pad-b-25-lg-only {
    padding-bottom: 25px; }

  .pad-l-25-lg-only {
    padding-left: 25px; }

  .pad-r-25-lg-only {
    padding-right: 25px; }

  .marg-30-lg-only {
    margin: 30px; }

  .marg-t-30-lg-only {
    margin-top: 30px; }

  .marg-b-30-lg-only {
    margin-bottom: 30px; }

  .marg-l-30-lg-only {
    margin-left: 30px; }

  .marg-r-30-lg-only {
    margin-right: 30px; }

  .pad-30-lg-only {
    padding: 30px; }

  .pad-t-30-lg-only {
    padding-top: 30px; }

  .pad-b-30-lg-only {
    padding-bottom: 30px; }

  .pad-l-30-lg-only {
    padding-left: 30px; }

  .pad-r-30-lg-only {
    padding-right: 30px; }

  .marg-35-lg-only {
    margin: 35px; }

  .marg-t-35-lg-only {
    margin-top: 35px; }

  .marg-b-35-lg-only {
    margin-bottom: 35px; }

  .marg-l-35-lg-only {
    margin-left: 35px; }

  .marg-r-35-lg-only {
    margin-right: 35px; }

  .pad-35-lg-only {
    padding: 35px; }

  .pad-t-35-lg-only {
    padding-top: 35px; }

  .pad-b-35-lg-only {
    padding-bottom: 35px; }

  .pad-l-35-lg-only {
    padding-left: 35px; }

  .pad-r-35-lg-only {
    padding-right: 35px; }

  .marg-40-lg-only {
    margin: 40px; }

  .marg-t-40-lg-only {
    margin-top: 40px; }

  .marg-b-40-lg-only {
    margin-bottom: 40px; }

  .marg-l-40-lg-only {
    margin-left: 40px; }

  .marg-r-40-lg-only {
    margin-right: 40px; }

  .pad-40-lg-only {
    padding: 40px; }

  .pad-t-40-lg-only {
    padding-top: 40px; }

  .pad-b-40-lg-only {
    padding-bottom: 40px; }

  .pad-l-40-lg-only {
    padding-left: 40px; }

  .pad-r-40-lg-only {
    padding-right: 40px; }

  .marg-45-lg-only {
    margin: 45px; }

  .marg-t-45-lg-only {
    margin-top: 45px; }

  .marg-b-45-lg-only {
    margin-bottom: 45px; }

  .marg-l-45-lg-only {
    margin-left: 45px; }

  .marg-r-45-lg-only {
    margin-right: 45px; }

  .pad-45-lg-only {
    padding: 45px; }

  .pad-t-45-lg-only {
    padding-top: 45px; }

  .pad-b-45-lg-only {
    padding-bottom: 45px; }

  .pad-l-45-lg-only {
    padding-left: 45px; }

  .pad-r-45-lg-only {
    padding-right: 45px; }

  .marg-50-lg-only {
    margin: 50px; }

  .marg-t-50-lg-only {
    margin-top: 50px; }

  .marg-b-50-lg-only {
    margin-bottom: 50px; }

  .marg-l-50-lg-only {
    margin-left: 50px; }

  .marg-r-50-lg-only {
    margin-right: 50px; }

  .pad-50-lg-only {
    padding: 50px; }

  .pad-t-50-lg-only {
    padding-top: 50px; }

  .pad-b-50-lg-only {
    padding-bottom: 50px; }

  .pad-l-50-lg-only {
    padding-left: 50px; }

  .pad-r-50-lg-only {
    padding-right: 50px; }

  .float-left-lg-only {
    float: left; }

  .float-right-lg-only {
    float: right; }

  .display-none-lg-only {
    display: none; }

  .center-horiz-lg-only {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block; }

  .text-left-lg-only {
    text-align: left; }

  .text-right-lg-only {
    text-align: right; }

  .text-center-lg-only {
    text-align: center; }

  .full-width-lg-only {
    width: 100%; }

  .full-height-lg-only {
    height: 100%; }

  .display-table-lg-only {
    display: table; }

  .display-table-cell-lg-only {
    display: table-cell; } }
.clearfix {
  clear: both; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.unstyled {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none; }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("./../img/global/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: rgb(245, 244, 244);
  text-shadow: .5px .5px #666666;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "?"; }
    [dir="rtl"] .slick-prev:before {
      content: "?"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "?"; }
    [dir="rtl"] .slick-next:before {
      content: "?"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "�";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: "HelveticaLight";
  src: url("../../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "HelveticaRoman";
  src: url("../../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "HelveticaMedium";
  src: url("../../fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "HelveticaBold";
  src: url("../../fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'KohlerIcons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64glyphicons-halflings-regular.woff,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }
.icon, .icon--chevron-down:before, #main-nav #main-nav__buttons .main-nav__button.active:after, .icon--chevron-left:before, .icon--chevron-right:before, #main-nav #main-nav__buttons .main-nav__button:after, .icon--chevron-up:before, .icon--play-video:before, .icon--close:before, .icon--share:before, .icon--bookmark:before, .icon--cart:before, .icon--cart-circle:before, .icon--store-locator:before, .icon--workbooks:before, .icon--search:before, .icon--facebook:before, .icon--pinterest:before, .icon--youtube:before, .icon--instagram:before, .icon--twitter:before, .icon--houzz:before, .icon--google:before, .icon--tumblr:before, .icon--hamburger:before {
  display: inline-block;
  font-family: 'KohlerIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#mNav{
	display:none;
}

.icon--chevron-down:before, #main-nav #main-nav__buttons .main-nav__button.active:after {
  content: "\e600" !important; }

.icon--chevron-left:before {
  content: "\e611" !important; }

.icon--chevron-right:before, #main-nav #main-nav__buttons .main-nav__button:after {
  content: "\e612" !important; }

.icon--chevron-up:before {
  content: "\e613" !important; }

.icon--play-video:before {
  content: "\e601" !important; }

.icon--close:before {
  content: "\e602" !important; }

.icon--share:before {
  content: "\e603" !important; }

.icon--bookmark:before {
  content: "\e604" !important; }

.icon--cart:before {
  content: "\e605" !important; }

.icon--cart-circle:before {
  content: "\e615" !important; }

.icon--store-locator:before {
  content: "\e606" !important; }

.icon--workbooks:before {
  content: "\e607" !important; }

.icon--search:before {
  content: "\e608" !important; }

.icon--facebook:before {
  content: "\e609" !important; }

.icon--pinterest:before {
  content: "\e60a" !important; }

.icon--youtube:before {
  content: "\e60b" !important; }

.icon--instagram:before {
  content: "\e60c" !important; }

.icon--twitter:before {
  content: "\e60d" !important; }

.icon--houzz:before {
  content: "\e60e" !important; }

.icon--google:before {
  content: "\e60f" !important; }

.icon--tumblr:before {
  content: "\e610" !important; }

.icon--hamburger:before {
  content: "\e614" !important; }

.font-light {
  font-family: "HelveticaLight", Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal; }

.font-roman {
  font-family: "HelveticaRoman", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-medium {
  font-family: "HelveticaMedium", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal; }

.font-bold {
  font-family: "HelveticaBold", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal; }

.btn, .btn--primary, .btn--primary-white, .btn--square, .btn--video {
  display: inline-block;
  height: 54px;
  cursor: pointer;
  font-family: "HelveticaBold", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  /*line-height: 54px;
  color: #232323;*/
  width: 230px!important;
  text-align: center; }

.btn--primary, .btn--primary-white {
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #eaebeb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0px 2px 2px 0px #cacaca;
  -webkit-box-shadow: 0px 2px 2px 0px #cacaca;
  -ms-box-shadow: 0px 2px 2px 0px #cacaca;
  -moz-box-shadow: 0px 2px 2px 0px #cacaca;
  -o-box-shadow: 0px 2px 2px 0px #cacaca; }
  .btn--primary:hover, .btn--primary-white:hover {
    background-color: #babdbe; }

.btn--primary-white {
  background: #fbfbfb; }

.btn--square {
  width: 54px; }

.btn--video {
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 50%;
  opacity: 0.4;
  background: black;
  border: none;
  color: white;
  font-size: 24px; }
  .btn--video i {
    position: relative;
    left: 4px; }
  .btn--video:hover {
    background: #2a2929; }
  .btn--video:after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid white; }

.carousel-hero {
  margin-bottom: 0px; }
  .carousel-hero .slick-prev, .carousel-hero .slick-next {
    opacity: 0; }
  .carousel-hero:hover .slick-prev, .carousel-hero:hover .slick-next {
    opacity: 1;
    transition: opacity 450ms ease-out;
    transition-property: opacity;
    transition-duration: 450ms;
    transition-timing-function: ease-out;
    transition-delay: initial; 
    -webkit-transition: opacity 450ms ease-out;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 450ms;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: initial; 
    }
  .carousel-hero .slick-dots {
    margin: 0px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .carousel-hero .slick-dots {
        bottom: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .carousel-hero .slick-dots {
        bottom: 50px; } }
    @media only screen and (min-width: 980px) {
      .carousel-hero .slick-dots {
        bottom: 50px; } }
  .carousel-hero img {
    width: 100%; }

.carousel-slide, .carousel-slide--primary, .carousel-slide--video, .carousel-slide--inspirational, .carousel-slide--hotspot {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat; }
  .carousel-slide .carousel-image, .carousel-slide--primary .carousel-image, .carousel-slide--video .carousel-image, .carousel-slide--inspirational .carousel-image, .carousel-slide--hotspot .carousel-image {
    width: 100%;
    height: auto; }
  .carousel-slide .carousel-cta, .carousel-slide--primary .carousel-cta, .carousel-slide--video .carousel-cta, .carousel-slide--inspirational .carousel-cta, .carousel-slide--hotspot .carousel-cta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .carousel-slide .carousel-cta .carousel-cta__title, .carousel-slide--primary .carousel-cta .carousel-cta__title, .carousel-slide--video .carousel-cta .carousel-cta__title, .carousel-slide--inspirational .carousel-cta .carousel-cta__title, .carousel-slide--hotspot .carousel-cta .carousel-cta__title {
      margin: 0px;
      padding: 0px;
      font-size: 60px; }
    .carousel-slide .carousel-cta .carousel-cta__description, .carousel-slide--primary .carousel-cta .carousel-cta__description, .carousel-slide--video .carousel-cta .carousel-cta__description, .carousel-slide--inspirational .carousel-cta .carousel-cta__description, .carousel-slide--hotspot .carousel-cta .carousel-cta__description {
      margin: 5px auto 28px auto;
      padding: 0px;
      font-size: 18px;
      width: 530px; }

.carousel-blackcopy {
  color: #000; }

.carousel-slide--inspirational, .carousel-slide--hotspot {
  text-align: left; }
  .carousel-slide--inspirational .carousel-cta, .carousel-slide--hotspot .carousel-cta {
    display: block;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px; }
    .carousel-slide--inspirational .carousel-cta .carousel-cta__left, .carousel-slide--hotspot .carousel-cta .carousel-cta__left {
      overflow: hidden;
      padding-right: 20px; }
    .carousel-slide--inspirational .carousel-cta .carousel-cta__right, .carousel-slide--hotspot .carousel-cta .carousel-cta__right {
      float: right; }
    .carousel-slide--inspirational .carousel-cta .carousel-cta__title, .carousel-slide--hotspot .carousel-cta .carousel-cta__title {
      margin-top: 0px;
      font-size: 15px;
      text-transform: uppercase;
      width: auto;
      font-family: "HelveticaBold", Helvetica, sans-serif;
      font-weight: 700;
      font-style: normal; }
    .carousel-slide--inspirational .carousel-cta .carousel-cta__description, .carousel-slide--hotspot .carousel-cta .carousel-cta__description {
      margin: 0px;
      font-size: 15px;
      width: auto;
      font-family: "HelveticaLight", Helvetica, sans-serif;
      font-weight: 200;
      font-style: normal; }

.carousel-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: white;
  z-index: 99999; }
  .carousel-video .carousel-video__video {
    width: 70%;
    height: 70%;
    margin-left: 15%; }
  .carousel-video .carousel-video__cta {
    width: 100%;
    background: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    text-align: left; }
  .carousel-video .carousel-video__cta--title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "HelveticaLight", Helvetica, sans-serif;
    font-weight: 200;
    font-style: normal; }
  .carousel-video .carousel-video__cta--description {
    margin: 0px;
    font-size: 14px;
    color: #999;
    font-family: "HelveticaLight", Helvetica, sans-serif;
    font-weight: 200;
    font-style: normal; }

.slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  border: solid 1px white; }

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background: white;
  border-radius: 50%;
  border: solid 2px white;
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6); }

.slick-prev:before, .slick-next:before {
  font-family: 'KohlerIcons';
  font-size: 40px; }

.slick-prev {
  left: 25px; }
  .slick-prev:before {
    content: "\e611"; }
    [dir="rtl"] .slick-prev:before {
      content: "\e611"; }

.slick-next {
  right: 25px; }
  .slick-next:before {
    content: "\e612"; }
    [dir="rtl"] .slick-next:before {
      content: "\e612"; }
.article-carousel .slick-prev{
	left:10px;
}
.article-carousel .slick-next{
	right:0px;
}
@media only screen and (max-width: 980px) {
  .carousel-thumbs {
    margin-bottom: 0px !important; }
    .carousel-thumbs .container {
      padding: 0px; }
    .carousel-thumbs .slick-slider {
      margin-bottom: 0px; } }
.carousel-thumbs .carousel-thumbs__title {
  text-align: center;
  text-transform: uppercase;
  color: #232323;
  font-size: 30px;
  font-family: "HelveticaLight", Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-top: 60px; }
.carousel-thumbs .carousel-thumbs__slides {
  width: 100%; }
  .carousel-thumbs .carousel-thumbs__slides .carousel-cta {
    padding-left: 10px;
    padding-right: 10px; }
.carousel-thumbs .carousel-thumbs__thumbs {
  width: 100%;
  height: 120px;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 20px; }
  @media only screen and (max-width: 980px) {
    .carousel-thumbs .carousel-thumbs__thumbs {
      display: none; } }
  .carousel-thumbs .carousel-thumbs__thumbs .carousel-thumbs__thumb {
    cursor: pointer;
    height: 90px;
    width: 155px;
    display: inline-block;
    margin-right: 20px;
    position: relative; }
    .carousel-thumbs .carousel-thumbs__thumbs .carousel-thumbs__thumb.active:after {
      display: block;
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      border: solid 5px #666; }
    .carousel-thumbs .carousel-thumbs__thumbs .carousel-thumbs__thumb img {
      width: 100%;
      height: 100%; }
  .carousel-thumbs .carousel-thumbs__thumbs .slick-track {
    left: -85px;
    height: 95px;
    overflow: hidden; }

#footer {
  background: #232323;
  font-size: 12px;
  color: #999;
  padding-top: 48px; 
  position:absolute;
  left:0px;
  width:100%;
  }
  .foot-row .col-1-of-5-md{
	float:left;
}
  @media only screen and (max-width: 980px) {
    #footer {
      font-size: 16px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    #footer .footer__tab {
      /*height: 0px;*/
      overflow: hidden; } }
  @media only screen and (min-width: 768px) {
    #footer .footer__tab {
      height: auto !important;
      overflow: visible; } }
  #footer .footer__tab-button {
    display: block;
    color: #ccc;
    text-align: left;
    cursor: default; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      #footer .footer__tab-button {
        cursor: pointer;
        width: 100%;
        text-align: left;
        padding: 35px 0 35px 0;
        border-bottom: solid 1px #444444; }
        #footer .footer__tab-button:after {
          display: inline-block;
          position: absolute;
          right: 35px;
          font-family: 'KohlerIcons';
          content: "\e612";
        }
        #footer .footer__tab-button.active:after  {
          content: "\e600";
        } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #footer .footer__tab-button {
        margin-bottom: 54px; } }
    @media only screen and (min-width: 980px) {
      #footer .footer__tab-button {
        margin-bottom: 30px; } }
  #footer .footer__link {
    color: #999;
    display: block; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      #footer .footer__link {
        padding: 32px 0 32px 0;
        border-bottom: solid 1px #444444; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #footer .footer__link {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 980px) {
      #footer .footer__link {
        margin-bottom: 15px; } }
    #footer .footer__link:hover {
      color: #fff; }
  #footer .footer__copyright {
    text-align: center;
    border-top: solid 1px #444;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      #footer .footer__copyright {
        border-top: none;
        padding-top: 38px;
        padding-bottom: 38px; } }

#header-spacer {
  width: 100%;
  height: 57px; }
  @media only screen and (min-width: 980px) {
    #header-spacer {
      height: 120px; } }

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  background: #fff; }
  #header.mini {
    position: fixed;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3); }

#sign-in-bar {
  position: relative;
  background: #232323;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
  color: #b5b5b5;
  overflow: hidden;
  font-family: "HelveticaLight", Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
  clear: both; }
  #sign-in-bar:before, #sign-in-bar:after {
    content: " ";
    display: table; }
  #sign-in-bar:after {
    clear: both; }
  @media only screen and (max-width: 980px) {
    #sign-in-bar {
      display: none !important; } }
  #header.mini #sign-in-bar #sign-in-bar__inner {
    height: 0px; }
  #sign-in-bar #sign-in-bar__inner .sign-in-bar__link {
    display: block;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    border-left: solid 1px #333;
    border-right: solid 1px #333; }
    #sign-in-bar #sign-in-bar__inner .sign-in-bar__link.active, #sign-in-bar #sign-in-bar__inner .sign-in-bar__link:hover {
      color: #fff; }
  #sign-in-bar #sign-in-bar__inner #sign-in-bar__link--our-brands-button {
    float: left; }
    #sign-in-bar #sign-in-bar__inner #sign-in-bar__link--our-brands-button .icon--chevron-down {
      display: none; }
    #sign-in-bar #sign-in-bar__inner #sign-in-bar__link--our-brands-button i {
      font-size: 0.6em;
      margin-left: 5px; }
    #sign-in-bar #sign-in-bar__inner #sign-in-bar__link--our-brands-button.active .icon--chevron-down {
      display: inline-block; }
    #sign-in-bar #sign-in-bar__inner #sign-in-bar__link--our-brands-button.active .icon--chevron-right {
      display: none; }
  #sign-in-bar #sign-in-bar__our-brands-dropdown {
    width: 100%;
    border-top: solid 1px #333; }
    #sign-in-bar #sign-in-bar__our-brands-dropdown #sign-in-bar__our-brands-dropdown--inner {
      text-align: left;
      clear: both; }
      #sign-in-bar #sign-in-bar__our-brands-dropdown #sign-in-bar__our-brands-dropdown--inner:before, #sign-in-bar #sign-in-bar__our-brands-dropdown #sign-in-bar__our-brands-dropdown--inner:after {
        content: " ";
        display: table; }
      #sign-in-bar #sign-in-bar__our-brands-dropdown #sign-in-bar__our-brands-dropdown--inner:after {
        clear: both; }
      #sign-in-bar #sign-in-bar__our-brands-dropdown #sign-in-bar__our-brands-dropdown--inner .sign-in-bar__brand {
        float: left;
        padding-left: 24px;
        padding-right: 24px;
        border-right: solid 1px #333; }
        #sign-in-bar #sign-in-bar__our-brands-dropdown #sign-in-bar__our-brands-dropdown--inner .sign-in-bar__brand:last-child {
          border-right: 0px; }
        #sign-in-bar #sign-in-bar__our-brands-dropdown #sign-in-bar__our-brands-dropdown--inner .sign-in-bar__brand a {
          opacity: 0.8; }
          #sign-in-bar #sign-in-bar__our-brands-dropdown #sign-in-bar__our-brands-dropdown--inner .sign-in-bar__brand a:hover {
            opacity: 1; }
        #sign-in-bar #sign-in-bar__our-brands-dropdown #sign-in-bar__our-brands-dropdown--inner .sign-in-bar__brand img {
          padding-top: 30px;
          padding-bottom: 30px; }

#mobile-nav-top {
  position: relative;
  height: 57px;
  line-height: 57px;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  clear: both; }
  #mobile-nav-top:before, #mobile-nav-top:after {
    content: " ";
    display: table; }
  #mobile-nav-top:after {
    clear: both; }
  @media only screen and (min-width: 980px) {
    #mobile-nav-top {
      display: none; } }
  #mobile-nav-top #mobile-nav-top__logo {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -50px; }
  #mobile-nav-top .mobile-nav-top__button {
    width: 50px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #bbb; }
    #mobile-nav-top .mobile-nav-top__button.active, #mobile-nav-top .mobile-nav-top__button:hover {
      color: #000; }

#main-nav {
  position: relative;
  background: #fff;
  color: #000;
  height: 90px;
  min-height: 90px; }
  @media only screen and (max-width: 980px) {
    #main-nav {
      height: 0px;
      min-height: 0px;
      overflow-y: auto; } }
  @media only screen and (min-width: 980px) {
    #main-nav {
      overflow: visible; } }
  #header.mini #main-nav {
    height: 60px;
    min-height: 60px; }
    @media only screen and (max-width: 980px) {
      #header.mini #main-nav {
        height: 0px;
        min-height: 0px; } }
  @media only screen and (max-width: 980px) {
    #main-nav .container {
      padding: 0px; } }
  #main-nav #main-nav__buttons {
    overflow: hidden;
    width: 100%;
    font-family: "HelveticaLight", Helvetica, sans-serif;
    font-weight: 200;
    font-style: normal;
    clear: both; }
    #main-nav #main-nav__buttons:before, #main-nav #main-nav__buttons:after {
      content: " ";
      display: table; }
    #main-nav #main-nav__buttons:after {
      clear: both; }
    #main-nav #main-nav__buttons .main-nav__item {
      display: block;
      float: left;
      text-align: center; }
      @media only screen and (max-width: 980px) {
        #main-nav #main-nav__buttons .main-nav__item {
          float: none;
          width: 100% !important;
          border-bottom: solid 1px #ddd; } }
      #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab {
        width: 100%;
        background: #eaeaea;
        text-align: left;
        overflow-y: auto; }
        @media only screen and (min-width: 980px) {
          #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab {
            position: absolute;
            top: 90px;
            left: 0px;
            z-index: 9999;
            box-shadow: 0px 3px 8px 0px #6d6d6d;
            -webkit-box-shadow: 0px 3px 8px 0px #6d6d6d;
            -ms-box-shadow: 0px 3px 8px 0px #6d6d6d;
            -moz-box-shadow: 0px 3px 8px 0px #6d6d6d;
            -o-box-shadow: 0px 3px 8px 0px #6d6d6d; }
            #header.mini #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab {
              top: 60px; }
            #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__title {
              font-size: 30px;
              text-transform: uppercase;
              font-family: "HelveticaLight", Helvetica, sans-serif;
              font-weight: 200;
              font-style: normal;
              margin-bottom: 35px; }
              #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__title .icon--chevron-right {
                font-size: 0.5em;
                margin-left: 25px;
                position: relative;
                top: -4px; }
            #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__section-link {
              display: block;
              font-size: 14px;
              font-family: "HelveticaBold", Helvetica, sans-serif;
              font-weight: 700;
              font-style: normal;
              margin-bottom: 20px; }
            #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__section-link-image {
              margin-bottom: 20px; } }
    @media only screen and (min-width: 980px) and (max-width: 980px) {
      #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__section-link-image {
        display: none; } }
        @media only screen and (min-width: 980px) {
            #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__sub-section-items {
              display: block;
              margin-bottom: 35px; }
            #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__sub-section-item {
              font-size: 13px;
              color: #717171;
              margin-bottom: 20px;
              font-family: "HelveticaMedium", Helvetica, sans-serif;
              font-weight: 500;
              font-style: normal; } }
        @media only screen and (max-width: 980px) {
          #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__title,
          #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__section-link {
            width: 100%;
            height: 57px;
            line-height: 57px;
            border-bottom: solid 1px #ddd;
            font-size: 15px; }
            #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__title span,
            #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__section-link span {
              padding-left: 10px; }
            #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__title .icon--chevron-right,
            #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__section-link .icon--chevron-right {
              display: none; }
          #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab .sub-nav-tab__sub-section-items {
            display: none; }
          #main-nav #main-nav__buttons .main-nav__item .sub-nav-tab #sub-nav-tab__section-link--product-wizard {
            border-bottom: 0px; } }
    #main-nav #main-nav__buttons .main-nav__item--mobile-sign-in {
      background: #000;
      color: #fff;
      border-bottom: solid 1px #333;
      text-align: left; }
      @media only screen and (min-width: 980px) {
        #main-nav #main-nav__buttons .main-nav__item--mobile-sign-in {
          display: none; } }
      #main-nav #main-nav__buttons .main-nav__item--mobile-sign-in .mobile-sign-in__link {
        display: block;
        width: 100%;
        height: 57px;
        line-height: 57px;
        padding-left: 10px;
        text-align: left; }
    #main-nav #main-nav__buttons #our-brands-mobile {
      background: #6b6b6b; }
      @media only screen and (min-width: 980px) {
        #main-nav #main-nav__buttons #our-brands-mobile {
          display: none; } }
      #main-nav #main-nav__buttons #our-brands-mobile .our-brands-mobile__brand {
        float: left;
        text-align: center;
        width: 33.3%; }
        @media only screen and (max-width: 480px) {
          #main-nav #main-nav__buttons #our-brands-mobile .our-brands-mobile__brand {
            width: 50%; } }
        #main-nav #main-nav__buttons #our-brands-mobile .our-brands-mobile__brand img {
          padding-top: 30px;
          padding-bottom: 30px; }
    #main-nav #main-nav__buttons .main-nav__button {
      position: relative;
      width: 100%;
      height: 90px;
      line-height: 90px;
      text-align: center;
      text-transform: uppercase;
      background: url(../img/nav/nav-button-bg.png) repeat-x; }
      #header.mini #main-nav #main-nav__buttons .main-nav__button {
        height: 60px;
        line-height: 60px; }
      #main-nav #main-nav__buttons .main-nav__button:after {
        position: absolute;
        top: 0px;
        right: 10px;
        height: 57px;
        line-height: 57px; }
        @media only screen and (min-width: 980px) {
          #main-nav #main-nav__buttons .main-nav__button:after {
            display: none !important; } }
      #main-nav #main-nav__buttons .main-nav__button:hover {
        background-position: 0px -180px; }
      #main-nav #main-nav__buttons .main-nav__button.active {
        background-position: 0px -90px; }
      @media only screen and (max-width: 980px) {
        #main-nav #main-nav__buttons .main-nav__button {
          text-align: left;
          background: transparent;
          height: 57px;
          line-height: 57px;
          padding-left: 10px; } }
    #main-nav #main-nav__buttons #main-nav__item--bathroom {
      width: 125px; }
    #main-nav #main-nav__buttons #main-nav__item--kitchen {
      width: 125px; }
    #main-nav #main-nav__buttons #main-nav__item--parts {
      width: 125px; }
    #main-nav #main-nav__buttons #main-nav__item--logo {
      width: 225px;
      height: 90px; }
      #header.mini #main-nav #main-nav__buttons #main-nav__item--logo {
        height: 60px; }
        #header.mini #main-nav #main-nav__buttons #main-nav__item--logo img {
          height: 60px; }
      @media only screen and (max-width: 980px) {
        #main-nav #main-nav__buttons #main-nav__item--logo {
          display: none; } }
      #main-nav #main-nav__buttons #main-nav__item--logo img {
        height: 100%; }
    #main-nav #main-nav__buttons #main-nav__item--ideas {
      width: 125px; }
    #main-nav #main-nav__buttons #main-nav__item--search {
      position: relative;
      text-align: right;
      width: 195px;
      line-height: 90px; }
      #header.mini #main-nav #main-nav__buttons #main-nav__item--search {
        line-height: 60px; }
      @media only screen and (max-width: 980px) {
        #main-nav #main-nav__buttons #main-nav__item--search {
          display: none; } }
    #main-nav #main-nav__buttons #main-nav__item--cart {
      margin-left: 20px;
      font-size: 18px;
      line-height: 90px; }
      #header.mini #main-nav #main-nav__buttons #main-nav__item--cart {
        line-height: 60px; }
      @media only screen and (max-width: 980px) {
        #main-nav #main-nav__buttons #main-nav__item--cart {
          display: none; } }
      #main-nav #main-nav__buttons #main-nav__item--cart:hover {
        color: #84a648; }

.header__input--search {
  text-align: left;
  width: 170px;
  border: 0px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  background: #f5f5f5;
  padding-left: 15px;
  padding-right: 30px;
  font-size: 12px;
  height: 40px;
  border-bottom: solid 1px #ddd; }

.header__button--search-button {
  position: absolute;
  right: 10px;
  top: 2px;
  color: #bfbfbf;
  height: 100%; }
  .header__button--search-button:hover {
    color: #000; }

#header__search-form-mobile {
  text-align: center;
  border-bottom: solid 1px #ddd; }
  @media only screen and (min-width: 980px) {
    #header__search-form-mobile {
      display: none; } }
  #header__search-form-mobile #header__search-form-mobile-inner {
    position: relative;
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
  #header__search-form-mobile #header__input--search-mobile {
    width: 100%; }
  #header__search-form-mobile #header__button--search-button-mobile {
    height: 100%;
    top: 0px; }

.promotions {
background:#e3e3e3 !important;
width:930px;
margin:0 auto;
  text-align: center; }
.promotions article{
	cursor:pointer;
}
  
  
@media only screen and (min-width: 973px) {
  /*.promotions {
      margin-top: -20px; 
	  margin-left:9%;
  } */
}

  
.promotions article {
width: 290px;
position: relative;
float: left;
margin: 20px 10px;
background: white;
/*padding-bottom:24px;*/
box-shadow: 2px 2px 5px 0 #aaa;
-webkit-box-shadow: 2px 2px 5px 0 #aaa;
-ms-box-shadow: 2px 2px 5px 0 #aaa;
-moz-box-shadow: 2px 2px 5px 0 #aaa;
-o-box-shadow: 2px 2px 5px 0 #aaa;
}

.promotions article h5, .promotions article h4 {
padding: 0px 35px 24px 35px;
line-height: 1.4em;
}
.promotions article h4, .feature-box-title{
	font-size:24px;
	padding: 15px 20px 15px 20px;
	line-height: 1.4em;
	width: 242px;
	margin: 0 auto;
}
article .feature-box-title{
	padding-top:0;
}
.promotions h5, .feature-box-description {
color: #666;
font-size: 16px;
line-height:1.4em;
}

.promotions h4 a {
color: #232323;
font-size: 24px;
text-decoration: none;
}

.promotions img{
	width:290px
}
.even-spiff{
	margin-top:50px !important;
}

@media only screen and (min-width: 973px) {
  .promotion-list--pull-up {
    margin-top: -30px; } }

.promotion {
  margin:0px 10px;
  margin-bottom:25px;
  float:left;
  position:relative;
  background:#fff;
  font-family: "HelveticaLight", Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal; 
  box-shadow: 2px 2px 5px 0px #aaa;
  -webkit-box-shadow: 2px 2px 5px 0px;
  cursor:pointer;
}
  /*
  .main-content article h3{
	display:none;
  }
  */
  .promotion h2, .promotion p{
	padding:0px 20px;
  }
  
  .promotion .promotion__inner {
    cursor: pointer;
    position: relative;
    top: 0px;
    left: 0px;
    background: white;
    text-align: center;
    width: 290px;
    padding-bottom: 24px;
    width: 100%;
    box-shadow: 2px 2px 5px 0px #aaa;
    -webkit-box-shadow: 2px 2px 5px 0px #aaa;
    -ms-box-shadow: 2px 2px 5px 0px #aaa;
    -moz-box-shadow: 2px 2px 5px 0px #aaa;
    -o-box-shadow: 2px 2px 5px 0px #aaa;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s; }
    .promotion .promotion__inner:hover {
      box-shadow: 2px 2px 8px 0px #888;
      -webkit-box-shadow: 2px 2px 8px 0px #888;
      -ms-box-shadow: 2px 2px 8px 0px #888;
      -moz-box-shadow: 2px 2px 8px 0px #888;
      -o-box-shadow: 2px 2px 8px 0px #888;
      width: 310px;
      z-index: 999;
      top: -10px;
      left: -10px;
      padding-bottom: 44px; }
  .promotion sup {
    font-size: 0.6em; }
  .promotion .promotion__image {
    width: 100%;
    height: 232px;
    margin: 0 auto; }
  .promotion .promotion__title,
  .promotion .promotion__description, .promotion h2, .promotion p {
    margin: 0 auto;
    padding-top: 24px;
    width: 242px;
    line-height: 1.4em; }
  .promotion .promotion__title, .promotion h2 {
    color: #232323;
    padding: 24px 0 20px 0;
    font-size: 24px; }
  .promotion .promotion__description, .promotion p{
    color: #666;
    padding: 0 14px 24px 14px;
    font-size: 16px; }
  .promotion .icon--cart-circle {
    font-size: 30px;
    color: #84a648; }

/**/
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-style: inherit; }

body {
  font-family: "HelveticaRoman", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 320px;
  overflow-x: hidden; }

a {
  display: inline-block;
  text-decoration: none;
  /*color: inherit; */
  }

button {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none; }

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

.container {
  margin-left: auto;
  margin-right: auto; 
  }
.highlight-container {
margin-top: 5px;
}
  
.main-content .container{
	/*width:80%;*/
}

.full-bleed {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto; }

.dropdown {
 /* height: 0px;*/
  overflow: hidden; }
  .dropdown .dropdown.initial-active {
    height: auto; }

.vertical-center-parent {
  text-align: center; }
  .vertical-center-parent:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .vertical-center-parent .vertical-center {
    display: inline-block;
    vertical-align: middle; }

/*# sourceMappingURL=bootstrap.css.map */

.fnt-blk{
	color:black;
}
.fnt-wht{
	color:white;
}

/*---- mobile fixes ----*/
@media (max-width: 770px) {
 .nav{
 	display:none;
 }

 #mNav{
	display:block;
	width:100%;
 }
 
 #main-nav{
 	display:none;
 }


 #main-nav__buttons{
	display:block;
	width:100%;
	font-size:1.2em;
 }
 
  #main-nav__buttons > li > a{
  	color:#000;
  }
 
  #main-nav__buttons > li{
  	padding-top:15px;
  	padding-bottom:15px;
  }
 
 .sub-top-nav{
 	background: #232323;
 }
 .sub-top-nav li.locator-link{
 	float:none;
 	margin:0 auto;
 }
 .sub-top-nav li {
text-align: center;
}
 .sub-top-nav > li{
 	width:100%;
 }

 .wtb-bar .sub-top-nav li.brands {
    display: none;
 }

 .brands li:first-of-type {
    margin-left: 0;
 }
 
 .brand-link, .locator-link{
 	color:#999999;
 }
 .brand-link {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
 }
 
 .row.promotions{
 width:100%;
 }
 
 .hero-link{
 	/*display:none;*/
 }
 
 .carousel-caption{
 	font-size:.8em;
 }
 .carousel-indicators{
 	display: block;
     bottom: -15px;
 }
 
 .promotions article{
 	float:none;
 	margin:15px auto;
 	
 }
 
 .wtb-bar{
 	height:100%;
 }
 
 .hero-link{
 	margin-top:10px;
 }
 
 .brands li {
    width: 100%;
 }
 
 #footer .dropdown{
 	display:none;
 }
 
 .article-section .container{
 	width:100%;
 }
 
 .feature-section{
 	width:100%;
 }
 
 .contact-container{
 	width:90%;
 }
 .contact-container .page-header,
 .where-to-buy .page-header{
 	margin:20px 0 20px;
 }
 .where-to-buy{
 	width:100%;
 }

  .carousel-caption h1{
  	font-size:20px;
  }
  
  .share-icons{
  	left:110px;
  	z-index:1;
  }
  
  .article-section.article-products {
    padding: 0;
  }
  
 .stores-list-container button {
    margin-left: 20px;
 }
 
 .hero-text{
 	padding:10px;
 }
 
 .hero-title{
 	font-size:2em;
 }	
	
} /*-- END of Mobile CSS

/* Article Carousel CSS */

.carousel-control
{
    width:  4%;
}
.carousel-control.left,
.carousel-control.right
{
  margin-left:15px;
    background-image:none;
}

.extra1,
.extra2,
.extra3
{
  display: none;
}

@media only screen and (min-width: 768px) {
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner2 > .item.active.left,
    .carousel-inner2 > .item.prev
    {
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .carousel-inner2 > .item.active.right,
    .carousel-inner2 > .item.next
    {
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
  }
  .carousel-inner2 > .active.left  { left: -50%; }
  .carousel-inner2 > .active.right { left:  50%; }
  .carousel-inner2 > .next         { left:  50%; }
  .carousel-inner2 > .prev         { left: -50%; }
  .extra1 { display: block; }
  
  .item{
  	background:#e5e5e5 !important;
  }
}


@media only screen and (min-width: 992px) {
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner2 > .item.active.left,
    .carousel-inner2 > .item.prev
    {
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

    .carousel-inner2 > .item.active.right,
    .carousel-inner2 > .item.next
    {
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
  }

  .carousel-inner2 > .active.left  { left: -25%; }
  .carousel-inner2 > .active.right { left:  25%; }
  .carousel-inner2 > .next        	{ left:  25%; }
  .carousel-inner2 > .prev		 	    { left: -25%; }
  .extra2,
  .extra3 { display: block; }
}

@media only screen and (max-device-width: 667px) and (min-device-width: 375px) {
.carousel-inner{
margin-left: 95px !important;
}
.section-title{
margin-left: 92px !important;
}
}
media only screen and (max-device-width: 812px) and (min-device-width: 375px) {
.carousel-inner{
margin-left: 95px !important;
}
.section-title{
margin-left: 92px !important;
}
}
#myCarousel.main-carousel .item a{
width: 100%;
}
.article-entry .article-entry-text img {
width: 100%;
}

/* END Article Carousel CSS */