@charset "UTF-8";
/**
 * Orckestra Overture Composer
 */
/**
 * Configs
 */
/**
 * Images dimensions
 * Used when calculating ratios. Used mostly so blocks take
 * the right space till the images are loaded (ie:result product)
 * Mostly used for intrinsic image ratio for responsive.
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 */
/**
 * Custom Font sizes
 */
/**
 * Font awesome config
 */
/**
 * Images dimensions
 * Used when calculating ratios. Used mostly so blocks take
 * the right space till the images are loaded (ie:result product)
 * Mostly used for intrinsic image ratio for responsive.
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 */
/**
 * Font awesome config
 */
/**
 * glyph social config
 */
/**
 * glyph regular config
 */
/**
 * glyph halflings config
 */
/**
 * $spacing-utility
 */
/**
 * Libs
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #444444;
  background-color: #f7f7f7; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #007D47;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00311c;
    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 {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0px; }

.img-thumbnail {
  padding: 0px;
  line-height: 1.43;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #E9E9E9; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #222222; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #D9D9D9; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 25px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

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: #fcdecb;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #D9D9D9; }

.text-primary {
  color: #007D47; }

a.text-primary:hover {
  color: #004a2a; }

.text-success {
  color: #09bb00; }

a.text-success:hover {
  color: #078800; }

.text-info {
  color: #6F6F6F; }

a.text-info:hover {
  color: #565656; }

.text-warning {
  color: #F47421; }

a.text-warning:hover {
  color: #d75b0b; }

.text-danger {
  color: #C91E00; }

a.text-danger:hover {
  color: #961600; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #007D47; }

a.bg-primary:hover {
  background-color: #004a2a; }

.bg-success {
  background-color: #75ff6f; }

a.bg-success:hover {
  background-color: #45ff3c; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcdecb; }

a.bg-warning:hover {
  background-color: #fac09a; }

.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 #E9E9E9; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.43; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #D9D9D9; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #E9E9E9; }
  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.43;
    color: #D9D9D9; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #E9E9E9;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.43; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  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.43;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1220px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1220px) {
  .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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #D9D9D9;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.43;
    vertical-align: top;
    border-top: 1px solid #D9D9D9; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #D9D9D9; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #D9D9D9; }
  .table .table {
    background-color: #f7f7f7; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #D9D9D9; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #D9D9D9; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #cce6db; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #75ff6f; }

.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: #5dff55; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcdecb; }

.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: #fbcfb3; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #D9D9D9; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #D9D9D9; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.43;
  color: #222222; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.43;
  color: #222222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D9D9D9;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #6F6F6F;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(111, 111, 111, 0.6); }
  .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #888888; }
  .form-control::-webkit-input-placeholder {
    color: #888888; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #E9E9E9;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: default; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    input[type="month"] {
      line-height: 44px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: default; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: default; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: default; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .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: 0px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 0px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 44px;
  line-height: 44px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 0px; }

.form-group-lg select.form-control {
  height: 44px;
  line-height: 44px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33333;
  min-height: 36px; }

.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, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .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: #09bb00; }

.has-success .form-control {
  border-color: #09bb00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #078800;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2dff22; }

.has-success .input-group-addon {
  color: #09bb00;
  border-color: #09bb00;
  background-color: #75ff6f; }

.has-success .form-control-feedback {
  color: #09bb00; }

.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: #F47421; }

.has-warning .form-control {
  border-color: #F47421;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #d75b0b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9b182; }

.has-warning .input-group-addon {
  color: #F47421;
  border-color: #F47421;
  background-color: #fcdecb; }

.has-warning .form-control-feedback {
  color: #F47421; }

.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: #C91E00; }

.has-error .form-control {
  border-color: #C91E00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #961600;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4f30; }

.has-error .input-group-addon {
  color: #C91E00;
  border-color: #C91E00;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #C91E00; }

.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: #848484; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.43;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.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: #fff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

.btn-default {
  color: #fff;
  background-color: #888888;
  border-color: #888888; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #6f6f6f;
    border-color: dimgray; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #888888;
    border-color: #888888; }
  .btn-default .badge {
    color: #888888;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #007D47;
  border-color: #007D47; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004a2a;
    border-color: #004024; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #007D47;
    border-color: #007D47; }
  .btn-primary .badge {
    color: #007D47;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #F47421;
  border-color: transparent; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #d75b0b;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #F47421;
    border-color: transparent; }
  .btn-success .badge {
    color: #F47421;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #6F6F6F;
  border-color: #6F6F6F; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #565656;
    border-color: #505050; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #6F6F6F;
    border-color: #6F6F6F; }
  .btn-info .badge {
    color: #6F6F6F;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #FFE400;
  border-color: #FFE400; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ccb600;
    border-color: #c2ad00; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #FFE400;
    border-color: #FFE400; }
  .btn-warning .badge {
    color: #FFE400;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #C91E00;
  border-color: #C91E00; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #961600;
    border-color: #8c1500; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #C91E00;
    border-color: #C91E00; }
  .btn-danger .badge {
    color: #C91E00;
    background-color: #fff; }

.btn-link {
  color: #007D47;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #00311c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #E9E9E9;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 0px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.43;
    color: #222222;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #222222;
  background-color: #E9E9E9; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #007D47; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #D9D9D9; }

.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: default; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.43;
  color: #222222;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.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: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-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: #222222;
  text-align: center;
  background-color: #E9E9E9;
  border: 1px solid #D9D9D9;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #E9E9E9; }
    .nav > li.disabled > a {
      color: #D9D9D9; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #D9D9D9;
        text-decoration: none;
        background-color: transparent;
        cursor: default; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #E9E9E9;
    border-color: #007D47; }
  .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 #222222; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.43;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #007D47 #007D47 #222222; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #007D47;
      background-color: #f7f7f7;
      border: 1px solid #002b56;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 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: #fff;
    background-color: #007D47; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #222222; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #222222;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #004489; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 42px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .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;
        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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 11px 10px;
  font-size: 16px;
  line-height: 20px;
  height: 42px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .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: 5.5px -10px; }
  .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: 11px;
          padding-bottom: 11px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 6px;
    margin-bottom: 6px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }

.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #fff;
  border-color: #222222; }
  .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: #eeeeee; }
  .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: #222222; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #007D47;
  border-color: #004a2a; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .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: #004a2a; }
  .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: #00b064; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #004a2a; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #005933; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #004a2a;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #004a2a; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #004a2a; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .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: #004a2a; }
    .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: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: none;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: " ";
      padding: 0 5px;
      color: #007D47; }
  .breadcrumb > .active {
    color: #007D47; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.43;
      text-decoration: none;
      color: #222222;
      background-color: #fff;
      border: 1px solid #D9D9D9;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #fff;
    background-color: #6F6F6F;
    border-color: #6F6F6F; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #222222;
    background-color: #E9E9E9;
    border-color: #D9D9D9;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #D9D9D9;
    background-color: #fff;
    border-color: #D9D9D9;
    cursor: default; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #D9D9D9;
      border-radius: 0px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #E9E9E9; }
  .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: #D9D9D9;
    background-color: #fff;
    cursor: default; }

.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:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #D9D9D9; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: silver; }

.label-primary {
  background-color: #007D47; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #004a2a; }

.label-success {
  background-color: #F47421; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #d75b0b; }

.label-info {
  background-color: #6F6F6F; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #565656; }

.label-warning {
  background-color: #FFE400; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ccb600; }

.label-danger {
  background-color: #C91E00; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #961600; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #D9D9D9;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #007D47;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #E9E9E9; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d0d0d0; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 0px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding: 48px 0; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.43;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 0;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #444444; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #007D47; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #fff;
  border-color: #fff;
  color: #09bb00; }
  .alert-success hr {
    border-top-color: #f2f2f2; }
  .alert-success .alert-link {
    color: #078800; }

.alert-info {
  background-color: #fff;
  border-color: #fff;
  color: #6F6F6F; }
  .alert-info hr {
    border-top-color: #f2f2f2; }
  .alert-info .alert-link {
    color: #565656; }

.alert-warning {
  background-color: #fff;
  border-color: #fff;
  color: #F47421; }
  .alert-warning hr {
    border-top-color: #f2f2f2; }
  .alert-warning .alert-link {
    color: #d75b0b; }

.alert-danger {
  background-color: #fff;
  border-color: #fff;
  color: #C91E00; }
  .alert-danger hr {
    border-top-color: #f2f2f2; }
  .alert-danger .alert-link {
    color: #961600; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #007D47;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #F47421; }
  .progress-striped .progress-bar-success {
    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: #6F6F6F; }
  .progress-striped .progress-bar-info {
    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: #FFE400; }
  .progress-striped .progress-bar-warning {
    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: #C91E00; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

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;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #E9E9E9;
  color: #D9D9D9;
  cursor: default; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #D9D9D9; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #007D47;
  border-color: #007D47; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #4affb1; }

.list-group-item-success {
  color: #09bb00;
  background-color: #75ff6f; }

a.list-group-item-success {
  color: #09bb00; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #09bb00;
    background-color: #5dff55; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #09bb00;
    border-color: #09bb00; }

.list-group-item-info {
  color: #6F6F6F;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #6F6F6F; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #6F6F6F;
    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: #6F6F6F;
    border-color: #6F6F6F; }

.list-group-item-warning {
  color: #F47421;
  background-color: #fcdecb; }

a.list-group-item-warning {
  color: #F47421; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #F47421;
    background-color: #fbcfb3; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #F47421;
    border-color: #F47421; }

.list-group-item-danger {
  color: #C91E00;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #C91E00; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #C91E00;
    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: #C91E00;
    border-color: #C91E00; }

.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: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #E9E9E9;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: -1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: -1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #D9D9D9; }

.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; }
    .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 #E9E9E9; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #E9E9E9; }

.panel-default {
  border-color: #D9D9D9; }
  .panel-default > .panel-heading {
    color: #666666;
    background-color: #f5f5f5;
    border-color: #D9D9D9; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #D9D9D9; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #666666; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #D9D9D9; }

.panel-primary {
  border-color: #D9D9D9; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #007D47;
    border-color: #D9D9D9; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #D9D9D9; }
    .panel-primary > .panel-heading .badge {
      color: #007D47;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #D9D9D9; }

.panel-success {
  border-color: #7aff55; }
  .panel-success > .panel-heading {
    color: #09bb00;
    background-color: #75ff6f;
    border-color: #7aff55; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #7aff55; }
    .panel-success > .panel-heading .badge {
      color: #75ff6f;
      background-color: #09bb00; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #7aff55; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #6F6F6F;
    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: #6F6F6F; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #fbc3b3; }
  .panel-warning > .panel-heading {
    color: #F47421;
    background-color: #fcdecb;
    border-color: #fbc3b3; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fbc3b3; }
    .panel-warning > .panel-heading .badge {
      color: #fcdecb;
      background-color: #F47421; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fbc3b3; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #C91E00;
    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: #C91E00; }
  .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-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  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: 0px; }

.well-sm {
  padding: 9px;
  border-radius: 0px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: #222222;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #222222;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.43; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.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 {
    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;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.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: 1020;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .carousel .slick-dots:before, .clearfix:after, .carousel .slick-dots:after {
  content: " ";
  display: table; }

.clearfix:after, .carousel .slick-dots:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .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: 1219px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1220px) {
  .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: 1220px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1220px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1220px) {
  .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: 1219px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1220px) {
  .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; } }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../Fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../Fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../Fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../Fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../Fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../Fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .noUi-handle, .carousel .slick-arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x, .noUi-handle {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .pull-left.noUi-handle, .carousel .pull-left.slick-arrow:before {
  margin-right: .3em; }

.fa.pull-right, .pull-right.noUi-handle, .carousel .pull-right.slick-arrow:before {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before, .noUi-handle:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr;
  margin-top: 28px; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 10px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -18px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #007D47;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 0px;
  border: 1px solid #E9E9E9;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  text-align: center;
  cursor: default;
  color: #222222; }

.noUi-active {
  color: #3c3c3c; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/**
 * Blades
 */
/**
 * Empty file just so that the directory can be copied.
 */
.notification-modal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .notification-modal .notification-modal-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .notification-modal .notification-modal-dialog {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    z-index: 2; }
  .notification-modal .notification-modal-content {
    position: relative;
    padding: 20px;
    text-align: center; }
  .notification-modal .notification-modal-body {
    color: #fff; }

/**
 * Cart item quantity: [-] Qty [+]
 * To set the width to prevent jumping of buttons
 */
.cart-quantity {
  margin: 0;
  width: 40px;
  display: inline-block;
  text-align: center; }

/**
 * Fake cell for cart item detail.
 */
.cart-cell {
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

/**
 * Flush cell
 */
.cart-cell-flush {
  padding-left: 0;
  padding-right: 0; }

.cart-row:before, .cart-row:after {
  content: " ";
  display: table; }

.cart-row:after {
  clear: both; }

.cart-row.is-loading {
  opacity: 0.7; }

.cart-item + .cart-item {
  border-top: solid 1px #E9E9E9;
  margin-top: 20px;
  padding-top: 20px; }

.cart-caption {
  display: table-caption;
  padding-top: 20px;
  padding-bottom: 20px; }

.cart-cell-group {
  display: table-row-group; }

/**
 *  Different values width for layouting
 */
.cart-row {
  /**
     *  All the attributes shown beside the image
     */
  /**
     * Cart attributes
     */ }
  .cart-row .cart-image {
    width: 30%; }
  .cart-row .cart-attributes {
    float: left;
    width: 70%; }
  @media (max-width: 767px) {
    .cart-row .xs-full .cart-desc,
    .cart-row .xs-full .cart-price,
    .cart-row .xs-full .cart-qty,
    .cart-row .xs-full .cart-subtotal {
      width: 100%; } }
  .cart-row .cart-desc,
  .cart-row .cart-price,
  .cart-row .cart-qty,
  .cart-row .cart-subtotal {
    width: 75%; }
  .cart-row .cart-delete {
    width: 25%; }

@media (max-width: 767px) {
  .cart-row .cart-desc {
    padding-bottom: 6px; } }

@media (min-width: 768px) {
  /**
     * Fake table display in > small
     */
  .cart-row {
    display: table;
    table-layout: fixed; }
    .cart-row .cart-image {
      width: 11%; }
    .cart-row .cart-desc {
      width: 28%; }
    .cart-row .cart-delete {
      width: 10%; }
    .cart-row .cart-price {
      width: 16%; }
    .cart-row .cart-qty {
      width: 30%; }
    .cart-row .cart-subtotal {
      width: 16%; }
    .cart-row .cart-attributes {
      width: 100%;
      display: table;
      float: none;
      vertical-align: middle; }
  .cart-cell {
    float: none;
    display: table-cell;
    vertical-align: middle; }
  .cart-cell-flush {
    display: table-cell;
    vertical-align: middle;
    width: 89%; }
  /**
     *  Header is a bit tricky, a lot of magic value based on alignement of inner value.
     */
  .cart-header-title {
    width: 45%;
    float: left; }
  .cart-header-labels {
    margin-top: 6px;
    width: 55%;
    float: left; }
  .cart-header-price,
  .cart-header-qty,
  .cart-header-subtotal {
    padding-left: 10px;
    padding-right: 10px; }
  .cart-header-price {
    width: 25.7%; }
  .cart-header-qty {
    width: 47.8%; }
  .cart-header-subtotal {
    width: 26.5%; } }

.cart-subtotal-price {
  font-size: 16px; }

@media screen and (min-width: 768px) {
  .display-table {
    display: table;
    table-layout: fixed;
    width: 100%; } }

@media screen and (min-width: 768px) {
  .display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; } }

/*@import "../Sass/Blades/CartSummary/_promotions.scss";*/
.checkout-navigation ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: bold; }

.checkout-navigation li {
  display: table-cell;
  text-align: center;
  font-size: 16px;
  min-width: 36px; }
  .checkout-navigation li .name {
    display: none; }
  .checkout-navigation li .checkout-navigation-step {
    color: #D9D9D9;
    border-color: #D9D9D9;
    border: solid 1px;
    border-left: 0;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px; }
  .checkout-navigation li a.checkout-navigation-step:hover,
  .checkout-navigation li a.checkout-navigation-step:focus {
    border-color: #565656;
    color: #565656;
    outline: 0;
    text-decoration: none; }

.checkout-navigation .active .name {
  display: inline; }

.checkout-navigation .active .checkout-navigation-step {
  background: #6F6F6F;
  border-color: #6F6F6F;
  color: #fff; }

.checkout-navigation .active a:hover,
.checkout-navigation .active a:focus {
  color: #fff; }

.checkout-navigation .past .checkout-navigation-step {
  background: #fff;
  border-color: #6F6F6F;
  color: #6F6F6F; }

.checkout-navigation li:first-child .checkout-navigation-step {
  border-left: solid 1px; }

@media (min-width: 992px) {
  .checkout-navigation ul {
    table-layout: fixed; }
  .checkout-navigation li {
    font-size: 24px; }
  .checkout-navigation .checkout-navigation-step {
    border-radius: 2px; } }

@media (min-width: 768px) {
  .checkout-navigation {
    margin-left: -10px;
    margin-right: -10px; }
    .checkout-navigation li {
      font-size: 18px; }
      .checkout-navigation li .checkout-navigation-step {
        border: solid 1px;
        margin-left: 10px;
        margin-right: 10px; }
    .checkout-navigation li .name {
      display: inline; } }

.checkout-order-summary.affix {
  position: static; }
  @media (min-width: 992px) {
    .checkout-order-summary.affix {
      top: 20px;
      position: fixed;
      width: 300px; } }
  @media (min-width: 1220px) {
    .checkout-order-summary.affix {
      width: 380px; } }

.minicart-header:hover + .minicart-summary {
  display: block; }

.minicart-summary {
  background: #fff;
  border: 1px solid #D9D9D9;
  position: absolute;
  margin-top: 1px;
  right: 0;
  text-align: left;
  top: 100%;
  width: 390px;
  z-index: 10;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none; }
  .minicart-summary.displayMiniCart {
    opacity: 0;
    display: block;
    animation: fade 1s;
    animation-fill-mode: forwards;
    filter: alpha(opacity=100); }
  .minicart-summary:hover {
    display: block; }
  .minicart-summary .minicart-summary-products {
    padding: 0 10px 0 10px;
    max-height: 375px;
    overflow-y: auto; }
    .minicart-summary .minicart-summary-products .minicart-empty {
      margin-top: 10px;
      margin-bottom: 10px; }
    .minicart-summary .minicart-summary-products .loading-indicator {
      padding: 20px 0;
      display: block;
      margin: 0 auto; }
    .minicart-summary .minicart-summary-products .minicart-line-item {
      padding: 10px 0; }
      .minicart-summary .minicart-summary-products .minicart-line-item .minicart-line-item-text {
        border-top: none; }
      .minicart-summary .minicart-summary-products .minicart-line-item + .minicart-line-item {
        border-top: 1px solid #E9E9E9;
        margin-top: 20px;
        padding-top: 20px; }
      .minicart-summary .minicart-summary-products .minicart-line-item .minicart-line-item-variants {
        font-size: 12px; }
      .minicart-summary .minicart-summary-products .minicart-line-item .minicart-line-item-price {
        padding-top: 10px; }
  .minicart-summary .minicart-summary-summary {
    background: rgba(233, 233, 233, 0.5);
    border-top: 1px solid #D9D9D9;
    padding: 10px; }
  .minicart-summary .minicart-summary-controls {
    padding: 10px; }
    .minicart-summary .minicart-summary-controls .btn {
      width: 100%; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.moneris {
  position: relative; }
  .moneris-label {
    display: block;
    position: absolute;
    left: 0; }
  .moneris-card {
    top: 0; }
  .moneris-expiration {
    top: 74px; }
  .moneris-ccv {
    top: 148px; }

.compact-order {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .compact-order {
      border: solid 1px #E9E9E9;
      border-radius: 0px;
      padding: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .compact-order {
      border: solid 1px #D9D9D9;
      padding: 20px;
      margin: 20px 0; } }
  .compact-order-date {
    margin-bottom: 20px; }
  .compact-order-total {
    text-align: center; }
    @media (min-width: 768px) {
      .compact-order-total {
        text-align: right; } }
  .compact-order-status {
    text-align: center; }
    @media (min-width: 768px) {
      .compact-order-status {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .compact-order-splitter {
    margin-top: 15px;
    margin-top: 15px; }
  .compact-order-header {
    border-bottom: 1px solid #E9E9E9; }
  .compact-order-body {
    padding-top: 20px; }

.payment:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 20px; }

.payment:not(:first-child) {
  padding-top: 20px; }

.savings {
  padding: 10px;
  background: #F47421;
  display: inline-block;
  position: relative;
  color: #fff; }
  .savings:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom-left-radius: 2px;
    border-width: 5px;
    border-style: solid;
    border-color: #FFF #FFF rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.35); }

.additional-info {
  padding: 10px 0 20px; }

.product-details-thumbnail {
  position: relative;
  height: 0;
  padding-bottom: 100%; }

.product-details-media {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 10px; }
  .product-details-media i {
    font-size: 2rem;
    position: absolute;
    right: 10px;
    top: 10px; }

.product-details-zoom img {
  display: block; }

.product-details-zoom .thumbnail {
  border: none;
  margin-bottom: 0;
  width: 100%; }
  @media (max-width: 768px) {
    .product-details-zoom .thumbnail {
      margin: 0 5px; } }
  .product-details-zoom .thumbnail img {
    border: 1px solid #000; }

.product-details-zoom .tall {
  height: calc(100% - 56px); }
  .product-details-zoom .tall .row {
    height: 100%; }
    @media (min-width: 768px) {
      .product-details-zoom .tall .row > div {
        height: 100%; } }
    @media (max-width: 768px) {
      .product-details-zoom .tall .row > div {
        text-align: center; }
      .product-details-zoom .tall .row > div:first-child {
        height: calc(100% - 131px); } }
    .product-details-zoom .tall .row .img-zoom {
      margin: 0 auto;
      max-height: 95%;
      max-width: 95%; }

.product-details-zoom-trigger {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.store-details .map {
  height: 240px;
  background: #E5E3DF; }

@media (min-width: 992px) {
  .store-details .map {
    height: 340px; }
  .store-details .store-info {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1000;
    width: 350px; } }

.static-map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -13px;
  height: 50px;
  width: 26px;
  background: url(/UI.Package/Images/map/marker.png) no-repeat;
  text-align: center;
  font-size: 11px;
  line-height: 29px;
  color: #fff;
  z-index: 1000; }

.store-open-hour {
  padding: 2px 0; }
  .store-open-hour.is-today {
    font-weight: bold;
    color: #444444;
    margin: 0 -15px; }
  .store-open-hour .schedule-status {
    position: absolute;
    left: -20px;
    top: -5px; }

.store-directory {
  margin-bottom: 20px; }
  .store-directory .group-title {
    margin-bottom: 5px; }
  .store-directory .group-separator {
    margin-top: 0; }
  .store-directory .group-items {
    margin-bottom: 40px; }
  .store-directory .group-item {
    margin: 10px 0 20px 0; }
    .store-directory .group-item .store-address {
      margin-bottom: 10px; }
  .store-directory .group-anchors {
    margin-bottom: 30px;
    -moz-columns: 4 280px;
    columns: 4 280px; }
    .store-directory .group-anchors .anchor-item {
      display: block;
      color: #888888; }

.store-inventory-search {
  margin: 20px 0; }

.store-inventory .store-tile {
  max-width: 500px; }

.store-inventory .inventory-status {
  padding: 0 0 0 5px; }
  .store-inventory .inventory-status.status-InStock, .store-inventory .inventory-status.status-1 {
    color: #F47421; }
  .store-inventory .inventory-status.status-Unspecified, .store-inventory .inventory-status.status-0, .store-inventory .inventory-status.status-OutOfStock, .store-inventory .inventory-status.status-2, .store-inventory .inventory-status.status-PreOrder, .store-inventory .inventory-status.status-3, .store-inventory .inventory-status.status-BackOrder, .store-inventory .inventory-status.status-4 {
    color: #C91E00; }

/*@import "../Sass/Blades/StoreLocator/_store-locator.scss";*/
.wishlist-tile {
  position: relative; }
  .wishlist-tile.is-loading {
    opacity: 0.7; }

.wishlist-tile-delete {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

.wishlist-tile-variants {
  height: 20px; }

.wishlist-tile-brand {
  white-space: nowrap; }

.wishlist-tile-price {
  height: 26px; }

.wishlist-tile-special-price {
  height: 20px; }

.wishlist-tile-add-to-cart .btn {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .wishlist-tile-add-to-cart .btn {
      display: block;
      width: 100%; } }

.wishlist-tile-media {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative; }

.wishlist-tile-text {
  height: 69px;
  padding-top: 3px;
  position: relative;
  overflow: hidden; }
  .wishlist-tile-text:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 20px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFF7F7F7', GradientType=1);
    pointer-events: none; }
  .wishlist-tile-text:after {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    width: 10%;
    height: 20px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFF7F7F7', GradientType=1);
    pointer-events: none; }
  @media (min-width: 768px) {
    .wishlist-tile-text {
      border-top: solid 1px #ebebeb; } }
  @media (max-width: 768px) {
    .wishlist-tile-text {
      height: auto; } }

.wishlist-header-count {
  min-width: 8px;
  display: inline-block; }

.wishlist-count {
  margin-bottom: 0; }

.wishlist-share {
  margin: 20px 0 60px 0 !important; }
  .wishlist-share .inactive {
    opacity: 0.7; }
  .wishlist-share .btn {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }

.wishlist-empty .big-heart {
  text-align: center;
  color: #C40001;
  font-size: 20em; }

.wishlist-empty .lead {
  max-width: 430px;
  margin: 0 auto 30px auto; }

.add-to-wishlist {
  text-decoration: none;
  padding: 8px 10px;
  display: inline-block;
  height: 45px;
  vertical-align: middle; }
  .add-to-wishlist:hover {
    text-decoration: none; }
  .add-to-wishlist.active {
    color: #FF0137; }

/**
 * Composer bootstrap overrides
 */
.breadcrumb {
  display: inline-block; }
  .breadcrumb > li + li:before {
    padding: 0; }
  .breadcrumb > .active {
    font-weight: bold; }
    .breadcrumb > .active:before {
      font-weight: normal; }

.btn-group {
  margin-bottom: 5px; }

.btn-multiline .btn {
  margin-bottom: 5px; }

.btn {
  white-space: normal; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.btn-inactive {
  color: #D9D9D9;
  background-color: #888888;
  border-color: #888888; }
  .btn-inactive:hover, .btn-inactive:focus, .btn-inactive.focus, .btn-inactive:active, .btn-inactive.active,
  .open > .btn-inactive.dropdown-toggle {
    color: #D9D9D9;
    background-color: #6f6f6f;
    border-color: dimgray; }
  .btn-inactive:active, .btn-inactive.active,
  .open > .btn-inactive.dropdown-toggle {
    background-image: none; }
  .btn-inactive.disabled, .btn-inactive.disabled:hover, .btn-inactive.disabled:focus, .btn-inactive.disabled.focus, .btn-inactive.disabled:active, .btn-inactive.disabled.active, .btn-inactive[disabled], .btn-inactive[disabled]:hover, .btn-inactive[disabled]:focus, .btn-inactive[disabled].focus, .btn-inactive[disabled]:active, .btn-inactive[disabled].active,
  fieldset[disabled] .btn-inactive,
  fieldset[disabled] .btn-inactive:hover,
  fieldset[disabled] .btn-inactive:focus,
  fieldset[disabled] .btn-inactive.focus,
  fieldset[disabled] .btn-inactive:active,
  fieldset[disabled] .btn-inactive.active {
    background-color: #888888;
    border-color: #888888; }
  .btn-inactive .badge {
    color: #888888;
    background-color: #D9D9D9; }

.close {
  opacity: 1;
  position: absolute;
  top: -8px;
  right: -6px;
  font-size: 30px;
  text-shadow: none; }
  .close:hover {
    opacity: 1;
    filter: none;
    color: #444444; }

.alert-dismissible .close {
  font-size: 21px; }

.dropdown-header {
  font-size: 14px;
  font-weight: bold; }

.dropdown-menu .divider {
  margin-left: 20px;
  margin-right: 20px; }

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #626262; }

@media (max-width: 767px) {
  .dropdown-menu-xs-right {
    left: auto;
    right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-menu-sm-right {
    left: auto;
    right: 0; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .dropdown-menu-md-right {
    left: auto;
    right: 0; } }

@media (min-width: 1220px) {
  .dropdown-menu-lg-right {
    left: auto;
    right: 0; } }

@media (max-width: 480px) {
  .form-control {
    font-size: 16px; } }

input::-moz-placeholder {
  font-style: italic; }

input:-ms-input-placeholder {
  font-style: italic; }

input::placeholder {
  font-style: italic; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

.img-menu {
  height: 50px; }

.modal-content {
  border-radius: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 110px; } }

/* .modal-fullscreen */
.modal-fullscreen {
  background: #ffffff;
  padding-right: 0 !important; }
  .modal-fullscreen .modal-header .close {
    margin-top: 0;
    right: 5px;
    top: 5px; }

.modal-fullscreen .modal-content {
  border: 0;
  box-shadow: none;
  height: 100%; }

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.modal-fullscreen .modal-dialog {
  height: 100%;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px; } }

@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px; } }

@media (min-width: 1220px) {
  .modal-fullscreen .modal-dialog {
    width: 1170px; } }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #E9E9E9;
  border-color: #D9D9D9; }

.nav-pills {
  list-style: none; }
  .nav-pills > li {
    float: left; }
    .nav-pills > li + li {
      margin-left: 2px; }

.nav.nav-pills {
  list-style: none; }
  .nav.nav-pills > li {
    float: left; }
    .nav.nav-pills > li:first-child:not(:last-child) > a {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .nav.nav-pills > li:not(:first-child):not(:last-child) > a {
      border-radius: 0; }
    .nav.nav-pills > li:last-child:not(:first-child) > a {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .nav.nav-pills > li > a {
      border-radius: 3px;
      border: 1px solid #D9D9D9; }
    .nav.nav-pills > li + li {
      margin-left: 0px; }
    .nav.nav-pills > li.active a, .nav.nav-pills > li.active a:hover, .nav.nav-pills > li.active a:focus {
      color: #fff;
      background-color: #007D47;
      border: 1px solid #004a2a; }

/*.pager {
    a {
        color: $gray-base;
    }
    .disabled {
        > a,
        > a:hover,
        > a:focus,
        > span {
            border-color: $pager-disabled-color;
        }
    }
}
*/
.pagination {
  margin-top: 0; }

.panel-default .panel-heading {
  background: #222222;
  color: #fff; }
  .panel-default .panel-heading a {
    color: #fff; }

.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6,
.panel-heading .h1, .panel-heading .h2, .panel-heading .h3, .panel-heading .h4, .panel-heading .h5, .panel-heading .h6 {
  margin-top: 0;
  margin-bottom: 0; }

.panel-body > :first-child {
  margin-top: 0; }

.panel-saving {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #7aff55;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-light {
  border-color: #D9D9D9; }
  .panel-light .panel-heading {
    background: #E9E9E9;
    color: #444444;
    border-bottom: 1px solid #D9D9D9; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2); }

/**
 * striped tables have darker borders
 */
.table-striped > thead > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > th,
.table-striped > tfoot > tr > td {
  border-top-color: #222222; }

.table-striped > thead > tr > th {
  border-bottom-color: #222222; }

.table-striped > tbody + tbody {
  border-top-color: #222222; }

.tooltip {
  font-size: 13px; }

h1, h3, h4,
.h1, .h3, .h4 {
  font-weight: bold; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 25.6px; }
  h2, .h2 {
    font-size: 30px; }
  h3, .h3 {
    font-size: 24px; }
  h4, .h4 {
    font-size: 18px; }
  h5, .h5 {
    font-size: 18px; }
  h6, .h6 {
    font-size: 16px; } }

blockquote {
  font-weight: bold; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    font-weight: normal;
    font-size: 12px; }

.list-unstyled li {
  margin-bottom: 6px; }

.well-slim {
  background-color: #f5f5f5;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 0; }

/**
 * Composer custom components
 */
.additional-fees {
  display: block;
  margin-top: 5px;
  font-size: 10px; }
  .additional-fees span {
    display: block; }
    .additional-fees span + span {
      margin-top: 2px; }

.affix-show-block {
  display: none !important; }

.affix-show-inline-block {
  display: inline-block !important; }

.affix .affix-hidden {
  display: none !important; }

.affix .affix-show-block {
  display: block !important; }

.affix .affix-show-inline-block {
  display: inline-block !important; }

.anchor-offset {
  display: block;
  position: relative;
  top: -62px;
  visibility: hidden; }

/**
 * Pull items full width of `.island` parents.
 */
.bleed {
  margin-right: -10px !important;
  margin-left: -10px !important; }
  .panel .bleed {
    margin-right: -15px !important;
    margin-left: -15px !important; }

@media (max-width: 991px) {
  .btn-group-responsive {
    margin-bottom: -10px; }
    .btn-group-responsive .btn {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
    .btn-group-responsive > .pull-left,
    .btn-group-responsive > .pull-right {
      float: none !important; } }

.text-align-button {
  line-height: 1.43;
  padding-top: 7px;
  padding-bottom: 7px; }

.carousel {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    transform: translateY(-50%);
    background: transparent;
    z-index: 2; }
    @media (max-width: 767px) {
      .carousel .slick-arrow {
        display: none !important; } }
    .carousel .slick-arrow:before {
      font-size: 20px;
      background: rgba(136, 136, 136, 0.5);
      border-radius: 50%;
      width: 35px;
      height: 35px;
      line-height: 35px;
      color: #fff; }
    .carousel .slick-arrow:hover:before {
      background: rgba(136, 136, 136, 0.7); }
    .carousel .slick-arrow.slick-prev {
      left: 10px; }
      .carousel .slick-arrow.slick-prev:before {
        content: '\f053';
        margin-right: 5px; }
    .carousel .slick-arrow.slick-next {
      right: 10px; }
      .carousel .slick-arrow.slick-next:before {
        content: '\f054';
        margin-left: 5px; }
  .carousel .slick-dots {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0px; }
    .carousel .slick-dots li {
      display: inline-block;
      margin-top: 20px; }
      .carousel .slick-dots li button {
        border-radius: 50%;
        background: white;
        border: 1px solid #D9D9D9;
        font-size: 0;
        width: 5px;
        height: 14px;
        float: left;
        margin: 0 8px; }
      .carousel .slick-dots li.slick-active button {
        background: #007D47; }

.cta {
  text-decoration: underline; }
  .cta:hover, .cta:focus {
    text-decoration: none; }

.footer-nolink {
  color: black;
  cursor: default; }

.footer {
  position: relative;
  z-index: 1;
  margin-top: 40px; }
  .footer .well {
    padding: 9px 19px; }
    @media (max-width: 767px) {
      .footer .well {
        padding-left: 0; } }
  @media (max-width: 767px) {
    .footer > .container {
      width: 100%; } }
  .footer .well {
    margin-bottom: 0;
    border: 0; }
  .footer .text-copy {
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer .text-copy {
        margin-top: 0;
        text-align: left; } }
    @media (min-width: 768px) {
      .footer .text-copy {
        margin-left: -10px; } }
  .footer .nav-footer-entry {
    padding-left: 0;
    margin: 0 -10px; }
    .footer .nav-footer-entry > li {
      margin-bottom: 0; }
      .footer .nav-footer-entry > li h4 {
        margin: 0; }
        .footer .nav-footer-entry > li h4 > a {
          border-bottom: 1px solid #E9E9E9;
          border-top: 1px solid #E9E9E9;
          display: block;
          padding: 20px 10px; }
          .footer .nav-footer-entry > li h4 > a .collapsed-icon {
            display: none; }
          .footer .nav-footer-entry > li h4 > a .expanded-icon {
            display: block; }
          .footer .nav-footer-entry > li h4 > a.collapsed .collapsed-icon {
            display: block; }
          .footer .nav-footer-entry > li h4 > a.collapsed .expanded-icon {
            display: none; }
          @media (min-width: 768px) {
            .footer .nav-footer-entry > li h4 > a {
              border: 0; }
              .footer .nav-footer-entry > li h4 > a .collapsed-icon,
              .footer .nav-footer-entry > li h4 > a .expanded-icon {
                display: none !important; } }
    @media (min-width: 768px) {
      .footer .nav-footer-entry {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .footer .nav-footer-entry .col-mobile-flush {
        padding: 0; } }
  @media (max-width: 767px) {
    .footer .nav li {
      margin: 0; }
      .footer .nav li + li {
        border-top: 1px solid #fff; } }
  .footer .nav a {
    font-size: 13px; }
    .footer .nav a:hover, .footer .nav a:focus {
      text-decoration: underline; }
  .footer .nav.nav-legal {
    display: table;
    width: 100%; }
    .footer .nav.nav-legal > li {
      display: table-cell;
      text-align: center; }
      .footer .nav.nav-legal > li:first-child {
        border-right: 0; }
    .footer .nav.nav-legal a {
      border: 1px solid #E9E9E9;
      color: #444444;
      font-size: 12px;
      padding: 10px; }
      .footer .nav.nav-legal a span {
        text-decoration: underline; }
      .footer .nav.nav-legal a:hover span {
        text-decoration: none; }
    @media (min-width: 768px) {
      .footer .nav.nav-legal {
        display: block;
        text-align: right;
        width: auto; }
        .footer .nav.nav-legal > li {
          display: inline-block;
          text-align: left; }
          .footer .nav.nav-legal > li a:before {
            color: #444444;
            content: "|";
            margin: 0 10px 0 8px;
            text-decoration: none; }
          .footer .nav.nav-legal > li:first-child a:before {
            content: "";
            margin: 0; }
        .footer .nav.nav-legal a {
          border: 0;
          padding: 0; }
          .footer .nav.nav-legal a:hover {
            background: transparent; } }

.nav-footer-list {
  background-color: #E9E9E9;
  margin: 0;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .nav-footer-list {
      background-color: transparent;
      padding-left: 10px; }
      .nav-footer-list > li {
        margin-top: 2px; }
        .nav-footer-list > li > a {
          padding: 0; }
          .nav-footer-list > li > a:hover {
            background: transparent; } }
  .nav-footer-list .follow-us {
    margin-top: 8px; }
  .nav-footer-list .follow-us h4 {
    margin: 0; }

.nav-social {
  margin-top: 5px;
  margin-left: 10px; }

@media (min-width: 768px) {
  .collapse-mobile .collapse {
    display: block;
    height: auto !important; }
  .collapse-mobile .nav-footer-list.collapsing {
    display: block;
    height: auto !important; } }

.panel-mobile-social {
  margin-bottom: 10px; }
  .panel-mobile-social .nav-footer.nav-social {
    float: right; }
  @media (min-width: 768px) {
    .panel-mobile-social {
      float: right;
      margin-bottom: 0; }
      .panel-mobile-social .nav-footer.nav-social {
        float: none; } }

.form-control.parsley-error {
  border-color: #C91E00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-control.parsley-error:focus {
    border-color: #961600;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4f30; }

.parsley-success {
  border-color: #6F6F6F; }

.parsley-errors-list {
  color: #C91E00;
  padding: 0;
  list-style-type: none; }

.parsley-errors-list.filled {
  margin: 10px 0 20px; }

.strong {
  font-weight: bold; }

.error-item {
  color: #C91E00; }

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block; }
  @media (min-width: 992px) {
    .logo {
      margin-bottom: 10px;
      display: inline-block; } }
  .logo img {
    width: 100%;
    max-width: 269px; }

.masthead-with-mega-menu {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.masthead .search-box .navbar-form {
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.masthead .header {
  height: 62px; }
  .masthead .header .navbar {
    min-height: 42px; }
  .masthead .header .navbar.affix {
    width: 100%;
    z-index: 1030;
    animation-name: drop;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-iteration-count: 1; }
  .masthead .header .navbar-right {
    float: right;
    margin-right: -10px; }
  .masthead .header .navbar-nav > li {
    float: left;
    border-right: solid 1px #444444; }
  .masthead .header .navbar-nav > li:first-child {
    border-left: solid 1px #444444; }
  .masthead .header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (max-width: 991px) {
    .masthead .header .navbar-nav {
      margin-top: 0;
      margin-bottom: 0; }
      .masthead .header .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
        margin: 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        .masthead .header .navbar-nav .open .dropdown-menu > li > a, .masthead .header .navbar-nav .open .dropdown-menu .dropdown-header {
          padding: 3px 20px;
          color: #222222; }
        .masthead .header .navbar-nav .open .dropdown-menu > .active > a {
          color: #fff;
          text-decoration: none;
          outline: 0;
          background-color: #007D47; }
        .masthead .header .navbar-nav .open .dropdown-menu > .active > a:hover,
        .masthead .header .navbar-nav .open .dropdown-menu > .active > a:focus {
          background-color: #626262; } }

@media (min-width: 768px) {
  .masthead .search-box .collapse {
    display: block;
    overflow: visible;
    height: auto !important; } }

@media (min-width: 768px) and (max-width: 1219px) {
  .masthead .search-box .navbar-form {
    margin-top: 0;
    padding-top: 0; } }

@media (max-width: 991px) {
  .masthead .search-box {
    margin-top: 10px; } }

@keyframes drop {
  0% {
    top: -42px; }
  100% {
    top: 0; } }

.hitbox {
  display: block;
  background: #f7f7f7;
  border: dashed 2px #D9D9D9;
  border-radius: 0px;
  font-weight: bold;
  padding: 10px 16px;
  text-align: center;
  text-decoration: underline;
  transition: all .3s ease; }
  .hitbox:hover, .hitbox:focus {
    border-color: #6F6F6F;
    color: #6F6F6F;
    text-decoration: none; }

.island {
  padding-bottom: 20px; }

.island-lg,
.checkout-navigation {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .island-lg,
    .checkout-navigation {
      padding-bottom: 40px; } }

.island-xl {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .island-xl {
      padding-bottom: 60px; } }

a {
  cursor: pointer; }

.multiline-message {
  padding-left: 25px;
  position: relative; }
  .multiline-message .multiline-message-icon {
    position: absolute;
    margin-top: 4px;
    left: 0; }

.nav-pills {
  list-style: none; }
  .nav-pills > li {
    display: inline-block; }
    .nav-pills > li + li:before {
      content: "| ";
      padding: 0 5px; }
  .nav-pills > li > a {
    display: inline-block;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top; }

/**
 * todo change the name
 * something like selectable panel or whatevs
 */
.select-block {
  position: relative;
  display: block;
  border: solid 1px #D9D9D9;
  border-radius: 0px;
  cursor: pointer;
  font-weight: inherit;
  transition: border-color .15s ease-out, background .15s ease-out; }
  .select-block .input-addon {
    background: #E9E9E9;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 41px;
    border: solid 1px #D9D9D9;
    border-radius: 0px;
    transition: border-color .15s ease-out, background .15s ease-out; }
  .select-block .input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0; }
  .select-block .content {
    display: block;
    padding-left: 61px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    transition: border-color .15s ease-out; }
  .select-block .block {
    display: block; }

.select-block.active {
  border-color: #6F6F6F; }
  .select-block.active .input-addon {
    background-color: #6F6F6F;
    border-color: #6F6F6F; }
  .select-block.active .content {
    color: #6F6F6F; }

.select-block.parsley-error,
.parsley-error .select-block {
  border-color: #C91E00; }
  .select-block.parsley-error .input-addon,
  .parsley-error .select-block .input-addon {
    background-color: #C91E00;
    border-color: #C91E00; }
  .select-block.parsley-error .content,
  .parsley-error .select-block .content {
    color: #C91E00; }

.select-block.disabled {
  color: #888888;
  background-color: #E9E9E9;
  cursor: default; }

.social-il {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0 0;
  margin-top: 5px;
  margin-bottom: 0; }
  .social-il li {
    display: inline-block;
    margin: 0 2px 2px 0; }
    .social-il li.twitter a:hover {
      color: #55acee; }
    .social-il li.skype a:hover {
      color: #00aff0; }
    .social-il li.linkedin a:hover {
      color: #0976b4; }
    .social-il li.googleplus a:hover {
      color: #dd4b39; }
    .social-il li.youtube a:hover {
      color: #b31217; }
    .social-il li.flickr a:hover {
      color: #ff0084; }
    .social-il li.facebook a:hover {
      color: #3b5998; }
    .social-il li.pinterest a:hover {
      color: #cb2027; }
    .social-il li.instagram a:hover {
      color: #517fa4; }
    .social-il li.vimeo a:hover {
      color: #aad450; }
    .social-il li.tumblr a:hover {
      color: #32506d; }
    .social-il li.soundcloud a:hover {
      color: #ff3a00; }
    .social-il li.foursquare a:hover {
      color: #0072b1; }
    .social-il li.dribbble a:hover {
      color: #ea4c89; }
    .social-il li.behance a:hover {
      color: #053eff; }
    .social-il li.vine a:hover {
      color: #00a478; }
    .social-il li.stumbleupon a:hover {
      color: #f74425; }
    .social-il li.mailto a:hover {
      color: #666; }
    .social-il li a {
      width: 45px;
      height: 45px;
      display: block;
      text-align: center;
      font-size: 20px; }
      .social-il li a i {
        line-height: 44px; }
  .social-il.s-large li a {
    width: 60px;
    height: 60px;
    font-size: 24px; }
    .social-il.s-large li a i {
      line-height: 60px; }
  .social-il.s-small li a {
    width: 25px;
    height: 25px;
    font-size: 16px; }
    .social-il.s-small li a i {
      line-height: 25px; }
  .social-il.circle li a {
    border-radius: 100%; }
  .social-il.radius-5px li a {
    border-radius: 5px; }
  .social-il.light li a {
    background: #fafafa;
    border: 1px solid #ededed;
    color: #333; }
    .social-il.light li a:hover {
      background: #ededed; }
  .social-il.dark li a {
    background: #333;
    border: 1px solid #262626;
    color: #fafafa; }
    .social-il.dark li a:hover {
      background: white;
      border: 1px solid #e6e6e6; }

.social-il-dropdown > button {
  padding: 6px 15px 5px;
  font-size: 16px;
  color: #333;
  text-align: center;
  min-width: 0;
  margin: 0;
  margin-left: 10px !important; }
  .social-il-dropdown > button i {
    width: 15px; }

.social-il-dropdown.open > button > i:before {
  content: "\f00d"; }

.social-il-dropdown .social-il.dropdown-menu {
  padding: 0px;
  width: auto;
  margin-top: 0;
  min-width: 0;
  position: relative; }
  .social-il-dropdown .social-il.dropdown-menu li, .social-il-dropdown .social-il.dropdown-menu li a, .social-il-dropdown .social-il.dropdown-menu li a i {
    padding: 0;
    margin: 0; }

.social-il-dropdown .s-small.dropdown-menu {
  max-width: 202px; }

.social-il.colored li a {
  color: #fff; }
  .social-il.colored li a:hover {
    color: #fff; }

.social-il.colored .twitter a {
  background-color: #55acee; }
  .social-il.colored .twitter a:hover {
    background-color: #2795e9; }

.social-il.colored .skype a {
  background-color: #00aff0; }
  .social-il.colored .skype a:hover {
    background-color: #008abd; }

.social-il.colored .linkedin a {
  background-color: #0976b4; }
  .social-il.colored .linkedin a:hover {
    background-color: #075683; }

.social-il.colored .googleplus a {
  background-color: #dd4b39; }
  .social-il.colored .googleplus a:hover {
    background-color: #c23321; }

.social-il.colored .youtube a {
  background-color: #b31217; }
  .social-il.colored .youtube a:hover {
    background-color: #850d11; }

.social-il.colored .flickr a {
  background-color: #ff0084; }
  .social-il.colored .flickr a:hover {
    background-color: #cc006a; }

.social-il.colored .facebook a {
  background-color: #3b5998; }
  .social-il.colored .facebook a:hover {
    background-color: #2d4373; }

.social-il.colored .pinterest a {
  background-color: #cb2027; }
  .social-il.colored .pinterest a:hover {
    background-color: #9f191f; }

.social-il.colored .instagram a {
  background-color: #517fa4; }
  .social-il.colored .instagram a:hover {
    background-color: #406582; }

.social-il.colored .vimeo a {
  background-color: #aad450; }
  .social-il.colored .vimeo a:hover {
    background-color: #93c130; }

.social-il.colored .tumblr a {
  background-color: #32506d; }
  .social-il.colored .tumblr a:hover {
    background-color: #22364a; }

.social-il.colored .soundcloud a {
  background-color: #ff3a00; }
  .social-il.colored .soundcloud a:hover {
    background-color: #cc2e00; }

.social-il.colored .foursquare a {
  background-color: #0072b1; }
  .social-il.colored .foursquare a:hover {
    background-color: #00517e; }

.social-il.colored .dribbble a {
  background-color: #ea4c89; }
  .social-il.colored .dribbble a:hover {
    background-color: #e51e6b; }

.social-il.colored .behance a {
  background-color: #053eff; }
  .social-il.colored .behance a:hover {
    background-color: #0030d1; }

.social-il.colored .vine a {
  background-color: #00a478; }
  .social-il.colored .vine a:hover {
    background-color: #007153; }

.social-il.colored .stumbleupon a {
  background-color: #f74425; }
  .social-il.colored .stumbleupon a:hover {
    background-color: #e12808; }

.social-il.colored .mailto a {
  background-color: #666; }
  .social-il.colored .mailto a:hover {
    background-color: #4d4d4d; }

@media (max-width: 767px) {
  .pull-xs-left {
    float: left; }
  .pull-xs-right {
    float: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-left {
    float: left; }
  .pull-sm-right {
    float: right; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .pull-md-left {
    float: left; }
  .pull-md-right {
    float: right; } }

@media (min-width: 1220px) {
  .pull-lg-left {
    float: left; }
  .pull-lg-right {
    float: right; } }

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; }
  .text-sm-justify {
    text-align: justify; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-justify {
    text-align: justify; } }

@media (min-width: 1220px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; }
  .text-lg-justify {
    text-align: justify; } }

.product-tile .product-tile-text {
  border-top: solid 1px #ebebeb;
  height: 69px;
  padding-top: 3px;
  position: relative;
  overflow: hidden; }
  .product-tile .product-tile-text:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 20px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFF7F7F7', GradientType=1);
    pointer-events: none; }
  .product-tile .product-tile-text:after {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    width: 10%;
    height: 20px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFF7F7F7', GradientType=1);
    pointer-events: none; }

.product-tile .product-tile-brand {
  white-space: nowrap; }

.product-tile .product-tile-price {
  height: 26px; }

.product-tile .product-tile-special-price {
  height: 20px; }

.product-tile .product-tile-media {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative; }

/**
 * Dollarama bootstrap/composer overrides
 */
.breadcrumb {
  padding: 0; }
  .breadcrumb > li + li:before {
    font-family: 'dollarama';
    font-size: 11px;
    padding: 0 10px 0 10px; }
  .breadcrumb > .active {
    color: #222222;
    font-weight: normal; }
    .breadcrumb > .active:before {
      color: #007D47; }

.btn-base {
  color: #fff;
  background-color: #222222;
  border-color: #222222; }
  .btn-base:hover, .btn-base:focus, .btn-base.focus, .btn-base:active, .btn-base.active,
  .open > .btn-base.dropdown-toggle {
    color: #fff;
    background-color: #090909;
    border-color: #030303; }
  .btn-base:active, .btn-base.active,
  .open > .btn-base.dropdown-toggle {
    background-image: none; }
  .btn-base.disabled, .btn-base.disabled:hover, .btn-base.disabled:focus, .btn-base.disabled.focus, .btn-base.disabled:active, .btn-base.disabled.active, .btn-base[disabled], .btn-base[disabled]:hover, .btn-base[disabled]:focus, .btn-base[disabled].focus, .btn-base[disabled]:active, .btn-base[disabled].active,
  fieldset[disabled] .btn-base,
  fieldset[disabled] .btn-base:hover,
  fieldset[disabled] .btn-base:focus,
  fieldset[disabled] .btn-base.focus,
  fieldset[disabled] .btn-base:active,
  fieldset[disabled] .btn-base.active {
    background-color: #222222;
    border-color: #222222; }
  .btn-base .badge {
    color: #222222;
    background-color: #fff; }

.btn-blank {
  color: #444444;
  background-color: #FFFFFF;
  border-color: #D9D9D9;
  font-weight: bold;
  text-transform: uppercase; }

.btn-blank:hover,
.btn-blank:focus,
.btn-blank:active,
.btn-blank.active,
.open .dropdown-toggle.btn-blank {
  color: #444444;
  background-color: #FFFFFF;
  border-color: #D9D9D9; }

.btn-blank:active,
.btn-blank.active,
.open .dropdown-toggle.btn-blank {
  background-image: none; }

/*.btn.disabled,
.btn[disabled],
fieldset[disabled] .blank,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
    background-color: rgba(255, 255, 255, 0.5);
    color: $gray;
    filter: alpha(opacity=100);
    opacity: 1;
}*/
.btn-blank .badge {
  color: #FFFFFF;
  background-color: #333333; }

.modal-dialog .fa, .modal-dialog .noUi-handle, .modal-dialog .carousel .slick-arrow:before, .carousel .modal-dialog .slick-arrow:before {
  font-size: inherit; }

html {
  -ms-overflow-style: scrollbar; }

body {
  background: url("../images/background.png") repeat #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.pager i {
  font-size: 0.85em; }

.pager li > a,
.pager li > span {
  border-radius: 20px; }

.pager-md {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between; }
  .pager-md .page-selector {
    -ms-flex-align: center;
        align-items: center;
    white-space: nowrap; }

.panel-default .panel-heading {
  background: #222222;
  color: #fff; }
  .panel-default .panel-heading a {
    color: #fff; }

.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6,
.panel-heading .h1, .panel-heading .h2, .panel-heading .h3, .panel-heading .h4, .panel-heading .h5, .panel-heading .h6 {
  margin-top: 0;
  margin-bottom: 0; }

.panel-body > :first-child {
  margin-top: 0; }

@media (min-width: 992px) {
  .panel-body.panel-lg-fix-height {
    height: 329px; } }

.panel-primary .panel-heading {
  background-color: #007D47; }
  .panel-primary .panel-heading .h3,
  .panel-primary .panel-heading .h4 {
    color: #fff; }
  .panel-primary .panel-heading a {
    color: #fff; }

.btn-align {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.43;
  padding: 6px 0; }

.push-top {
  margin-top: 10px; }

.push-bottom-half {
  margin-bottom: 10px; }

.soft-ends {
  padding-top: 20px;
  padding-bottom: 20px; }

.modal-backdrop {
  z-index: 1000; }

html, body {
  padding-right: 0 !important; }

#sidecart {
  z-index: 2000; }
  #sidecart.in {
    padding-right: 0 !important; }
    #sidecart.in .modal-content,
    #sidecart.in .modal-head {
      right: 0%; }
  #sidecart-postal-code {
    margin-top: 10px; }
  #sidecart .modal-head {
    top: 0;
    right: -100%;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0, 0, 0); }
    @media (min-width: 768px) {
      #sidecart .modal-head {
        position: fixed;
        width: 479px;
        z-index: 100;
        background-color: #fff; } }
    #sidecart .modal-head * {
      transform: translate3d(0, 0, 0); }
  #sidecart .modal-header.promo {
    background-color: #E9E9E9;
    text-align: center;
    color: #4e9e4e;
    font-size: 14px;
    font-weight: bold; }
  #sidecart .modal-title {
    margin: 0;
    line-height: 1.43; }
  #sidecart .modal-dialog {
    width: auto !important;
    margin: 0; }
  #sidecart .modal-content {
    position: absolute;
    top: 0;
    right: -100%;
    width: 320px;
    min-height: 100vh;
    transition: all 0.5s ease-in-out; }
    @media (min-width: 768px) {
      #sidecart .modal-content {
        height: 100vh;
        width: 480px;
        overflow-y: auto;
        overflow-x: hidden; } }
    #sidecart .modal-content .sidecart-empty {
      margin: 10px; }
  #sidecart .modal-body {
    position: relative;
    padding: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      #sidecart .modal-body-wrap {
        margin-top: 199px; } }
  #sidecart .modal-footer {
    padding: 15px;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: #fff; }

.sidecart-summary {
  transition: width 0.5s ease-in-out; }
  .sidecart-summary-products {
    padding: 0 10px;
    overflow-y: auto; }
    .sidecart-summary-products .loading-indicator {
      padding: 20px 0;
      display: block;
      margin: 0 auto; }
  .sidecart-summary-estimated-total .h6 {
    font-size: 14px;
    font-weight: bold; }
  .sidecart-summary-estimated-total .alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 6px 12px; }
    .sidecart-summary-estimated-total .alert.alert-warning {
      background-color: #fcf8e3;
      border-color: #f5e79e; }
  .sidecart-summary-summary {
    padding: 10px;
    background: rgba(234, 234, 234, 0.5); }
  .sidecart-summary:last-child .sidecart-line-item {
    border-bottom: none; }

.sidecart-promo {
  font-size: 13px;
  font-style: italic; }

.sidecart-coupons {
  padding-top: 10px; }
  .sidecart-coupons .form-group {
    margin: 0; }
  .sidecart-coupons .btn-link {
    color: #0f4e66;
    font-weight: normal;
    border-radius: 0; }
    .sidecart-coupons .btn-link:hover {
      color: #0f4e66; }

.sidecart-line-item {
  padding: 10px 0;
  border-bottom: 1px solid #E9E9E9; }
  .sidecart-line-item-text {
    border-top: none; }
  .sidecart-line-item-variants {
    font-size: 12px;
    font-weight: bold; }
  .sidecart-line-item-price {
    font-size: 14px; }
  .sidecart-line-item-savings-total {
    display: inline-block; }

#sidecart .modal-head .modal-header:first-child {
  background-color: #007D47;
  color: #FFFFFF;
  position: relative; }
  #sidecart .modal-head .modal-header:first-child h3 {
    color: #ffffff; }

#sidecart .modal-header.promo {
  color: #F47421; }

.sidecart-line-item-text a {
  color: #444444;
  font-weight: bold;
  font-size: 15px; }

.sidecart-line-item-media img {
  border: 1px solid #D9D9D9; }

.sidecart-line-item .btn-blank:hover,
.sidecart-line-item .btn-blank:focus,
.sidecart-line-item .btn-blank:active {
  background-color: #E9E9E9; }

.error-invalid-line-item {
  font-size: 13px;
  color: red;
  margin: 15px 10px; }

.additional-fees-explanation {
  font-size: 13px; }

.sidecart-line-item .additional-fees {
  font-size: 12px; }

.sidecart-close {
  bottom: 0;
  left: 0;
  padding-bottom: 3px;
  padding-top: 3px;
  position: absolute;
  top: 0;
  z-index: 2; }
  .sidecart-close span {
    font-size: 20px; }

.header-rightnav .sidecart-header {
  padding-right: 35px; }

.header-checkout .sidecart-header {
  position: absolute;
  top: -1000px; }

.sidecart-line-item.is-loading {
  opacity: .7; }

.no-left-padding {
  padding-left: 0; }

.sidecart-line-item-price span.h4 {
  font-size: 14px !important;
  font-weight: bold; }

@media (min-width: 768px) {
  #sidecart {
    /*.modal-header {
            width: 100%;
        }
        .modal-body-wrap {
            margin-top: 199px; 
            width: 470px;
        } */ } }

.table-specs th {
  color: #666666; }

.table-specs td {
  color: #222222; }

.dol-tabs hr {
  margin-left: 2rem;
  margin-right: 2rem; }

.dol-tabs .panel {
  border: 0; }
  .dol-tabs .panel.panel-error {
    border: 1px solid red;
    padding: 20px;
    box-shadow: none; }
  .dol-tabs .panel.panel-danger {
    border: 1px solid #ebccd1;
    padding: 20px;
    box-shadow: none; }
  .dol-tabs .panel.panel-primary {
    box-shadow: none; }
    .dol-tabs .panel.panel-primary > .panel-heading {
      background-color: transparent;
      padding-left: 0px;
      border-bottom: 0; }
    .dol-tabs .panel.panel-primary .h3,
    .dol-tabs .panel.panel-primary .h4 {
      color: #000; }

.dol-tabs.tab-content {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  margin-bottom: 20px; }
  .dol-tabs.tab-content .tab-pane .panel-primary .panel-body {
    padding-left: 0;
    padding-right: 0; }

.dol-tabs.nav.nav-tabs {
  border-bottom: 0; }
  .dol-tabs.nav.nav-tabs li {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    margin-right: 15px; }
    .dol-tabs.nav.nav-tabs li > button {
      padding: 10px 15px;
      margin-right: 2px;
      color: #007D47;
      background-color: transparent;
      border: none; }
      .dol-tabs.nav.nav-tabs li > button:disabled {
        cursor: not-allowed; }
      .dol-tabs.nav.nav-tabs li > button > span.h3 {
        margin-left: 10px;
        color: #007D47; }
    .dol-tabs.nav.nav-tabs li.active {
      background-color: #007D47; }
      .dol-tabs.nav.nav-tabs li.active > button {
        color: #fff;
        border-color: transparent; }
        .dol-tabs.nav.nav-tabs li.active > button > span.h3 {
          color: #fff; }

#my-checkout-page {
  counter-reset: h2counter; }
  #my-checkout-page h3 {
    font-size: 20px; }
  #my-checkout-page h2 {
    font-size: 20px;
    color: #007d47; }
  #my-checkout-page h1 {
    font-size: 25px; }
  #my-checkout-page h2:before {
    content: counter(h2counter) ".  ";
    counter-increment: h2counter; }
  #my-checkout-page h2.nocount:before {
    content: none;
    counter-increment: none; }
  #my-checkout-page div.section:nth-child(2) {
    display: none; }
  #my-checkout-page div.section {
    margin-bottom: 40px; }
  #my-checkout-page .panel-heading {
    margin-right: -1px; }
  #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .panel-primary .panel-heading {
    background: #666666;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #666666), color-stop(100%, #222222));
    background: linear-gradient(to bottom, #666666 0%, #222222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222', GradientType=0 ); }
  #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs.nav-tabs li {
    background-color: #f0f0f0;
    color: #000; }
    #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs.nav-tabs li span, #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs.nav-tabs li i {
      color: #000; }
    @media (max-width: 1219px) {
      #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs.nav-tabs li {
        font-size: 20px; } }
    @media (max-width: 991px) {
      #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs.nav-tabs li {
        font-size: 15px; } }
    @media (max-width: 1219px) {
      #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs.nav-tabs li .h3 {
        font-size: 20px; } }
    @media (max-width: 991px) {
      #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs.nav-tabs li .h3 {
        font-size: 15px; } }
  #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs.nav-tabs li.active {
    background: #666666;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #666666), color-stop(100%, #222222));
    background: linear-gradient(to bottom, #666666 0%, #222222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222', GradientType=0 ); }
    #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs.nav-tabs li.active span, #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs.nav-tabs li.active i {
      color: #fff; }
  #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs .panel-heading {
    background: transparent;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff; }
    #my-checkout-page div.row:nth-of-type(1) > div.row:nth-child(2) > div:first-child .dol-tabs .panel-heading h3 {
      margin-left: 15px;
      margin-right: 15px; }
  #my-checkout-page #PaymentMethodPicker label.h4 {
    margin-bottom: 15px; }

/**
 * Dollarama custom components & libs
 */
@font-face {
  font-family: 'dollarama';
  src: url("../Fonts/dollarama.eot?86an3a");
  src: url("../Fonts/dollarama.eot?86an3a#iefix") format("embedded-opentype"), url("../Fonts/dollarama.woff2?86an3a") format("woff2"), url("../Fonts/dollarama.ttf?86an3a") format("truetype"), url("../Fonts/dollarama.woff?86an3a") format("woff"), url("../Fonts/dollarama.svg?86an3a#dollarama") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dollarama' !important;
  speak: none;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-gift-card:before {
  content: "\e914"; }

.icon-store:before {
  content: "\e912"; }

.icon-language:before {
  content: "\e913";
  padding-right: 4px; }

.icon-angle:before {
  content: "\e90c"; }

.icon-down:before {
  content: "\e90d"; }

.icon-left:before {
  content: "\e90e"; }

.icon-up:before {
  content: "\e90f"; }

.icon-right:before {
  content: "\e910"; }

.icon-back:before {
  content: "\e900"; }

.icon-caret:before {
  content: "\e901"; }

.icon-cart:before {
  content: "\e902"; }

.icon-check:before {
  content: "\e903"; }

.icon-delete:before {
  content: "\e904"; }

.icon-favorite:before {
  content: "\e905"; }

.icon-location:before {
  content: "\e906"; }

.icon-minus:before {
  content: "\e907"; }

.icon-next:before {
  content: "\e908"; }

.icon-plus:before {
  content: "\e909"; }

.icon-search:before {
  content: "\e90a"; }

.icon-user:before {
  content: "\e90b"; }

@font-face {
  font-family: 'Open Sans';
  src: url("../Fonts/OpenSans-Regular.eot");
  src: url("../Fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/OpenSans-Regular.woff") format("woff"), url("../Fonts/OpenSans-Regular.ttf") format("truetype"), url("../Fonts/OpenSans-Regular.svg#open_sansregular") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  src: url("../Fonts/OpenSans-Bold.eot");
  src: url("../Fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../Fonts/OpenSans-Bold.woff") format("woff"), url("../Fonts/OpenSans-Bold.ttf") format("truetype"), url("../Fonts/OpenSans-Bold.svg#open_sansbold") format("svg");
  font-weight: bold; }

.promotion {
  display: inline-block;
  border-top: solid 1px #F47421;
  border-bottom: solid 1px #F47421;
  color: #F47421;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .promotion span {
    font-style: italic;
    font-weight: bold; }

.promotion-block {
  display: block; }

.header-checkout {
  background-color: #007D47;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .header-checkout {
      margin-bottom: 40px; } }
  .header-checkout .logo {
    margin: 0; }

@media (min-width: 768px) {
  .checkout-navigation .checkout-navigation-step .fa, .checkout-navigation .checkout-navigation-step .noUi-handle, .checkout-navigation .checkout-navigation-step .carousel .slick-arrow:before, .carousel .checkout-navigation .checkout-navigation-step .slick-arrow:before {
    margin-left: 10px; } }

.embed-responsive-9by16 {
  padding-bottom: 177.25%; }

.embed-responsive-4by6 {
  padding-bottom: 150%; }

#debug-info {
  width: 630px;
  background: white;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 0px 20px;
  text-shadow: none; }
  #debug-info h1 {
    font-size: 20px; }
  #debug-info table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: left;
    max-width: 100%;
    border-spacing: 10px;
    border-collapse: separate; }
  #debug-info button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    background: white;
    border: none; }

#threed-auth-dialog .modal-dialog {
  max-width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 450px) {
    #threed-auth-dialog .modal-dialog {
      max-width: 450px; } }

#threed-auth-dialog .modal-content {
  overflow: hidden; }
  #threed-auth-dialog .modal-content button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 5px; }
    @media screen and (min-width: 768px) {
      #threed-auth-dialog .modal-content button {
        padding: 6px 10px 8px 10px; } }
  #threed-auth-dialog .modal-content .modal-body {
    padding: 4px 0 0; }
  #threed-auth-dialog .modal-content .modal-header {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border-bottom: none;
    color: white;
    background: #007d47; }
  @media (min-width: 768px) {
    #threed-auth-dialog .modal-content .modal-dialog {
      max-width: 420px;
      margin: 30px auto;
      padding: 20px;
      overflow: hidden; }
    #threed-auth-dialog .modal-content .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      overflow: hidden; }
    #threed-auth-dialog .modal-content .modal-body {
      padding: 5px 0 0; } }

#threed-auth-dialog.vbvTestSuite .modal-dialog {
  overflow-x: auto; }

@media (min-width: 768px) {
  #threed-auth-dialog.vbvTestSuite .modal-dialog {
    max-width: none; } }

div#threed-auth-form-container {
  position: relative;
  padding-bottom: 100%;
  padding-top: 35px;
  height: 0;
  background: white;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* IPHONE 5 CSS*/ }
  div#threed-auth-form-container iframe {
    display: block;
    position: absolute;
    overflow: hidden;
    border: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 420px;
    height: 500px;
    margin: auto; }
  @supports (-webkit-overflow-scrolling: touch) {
    div#threed-auth-form-container {
      /* CSS specific to iOS devices */ } }
  @media screen and (device-aspect-ratio: 40 / 71) {
    div#threed-auth-form-container {
      padding-bottom: 400px;
      overflow: scroll; } }

div#threed-auth-form-container.vbvTestSuite {
  height: 400px;
  position: static;
  padding-top: 0;
  padding-bottom: 0; }
  div#threed-auth-form-container.vbvTestSuite iframe {
    width: 220%;
    height: 1450px;
    -ms-transform-origin: 25px 17px;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 25px 17px;
    -o-transform: scale(0.5);
    -o-transform-origin: 25px 17px;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 25px 17px;
    transform: scale(0.5);
    transform-origin: 25px 17px;
    margin: 0; }
  @media screen and (min-width: 768px) {
    div#threed-auth-form-container.vbvTestSuite {
      height: 235px; }
      div#threed-auth-form-container.vbvTestSuite iframe {
        width: 170%;
        height: 420px;
        -ms-transform: scale(0.55);
        -ms-transform-origin: 41px 6px;
        -moz-transform: scale(0.55);
        -moz-transform-origin: 41px 6px;
        -o-transform: scale(0.55);
        -o-transform-origin: 41px 6px;
        -webkit-transform: scale(0.55);
        -webkit-transform-origin: 41px 6px;
        transform: scale(0.55);
        transform-origin: 41px 6px; } }

@supports (-webkit-appearance: none) {
  div#threed-auth-form-container.vbvTestSuite {
    height: 207px !important; }
    div#threed-auth-form-container.vbvTestSuite iframe {
      height: 838px  !important;
      -webkit-transform: scale(0.45) !important;
      -webkit-transform-origin: 7px 23px  !important;
      transform: scale(0.45) !important;
      transform-origin: 7px 23px  !important; }
    @media screen and (min-width: 768px) {
      div#threed-auth-form-container.vbvTestSuite {
        height: 258px !important; }
        div#threed-auth-form-container.vbvTestSuite iframe {
          width: 155% !important;
          height: 700px !important;
          -webkit-transform: scale(0.6) !important;
          -webkit-transform-origin: 52px 566px !important;
          transform: scale(0.6) !important;
          transform-origin: 52px 23px !important; } } }

@media screen and (min--moz-device-pixel-ratio: 0) {
  div#threed-auth-form-container.vbvTestSuite {
    height: 144px !important; }
    div#threed-auth-form-container.vbvTestSuite iframe {
      width: 320%  !important;
      height: 1450px  !important;
      -moz-transform: scale(0.3) !important;
      -moz-transform-origin: 5px 5px !important;
      transform: scale(0.3) !important;
      transform-origin: 9px 11px !important; } }
  @media screen and (min--moz-device-pixel-ratio: 0) and (min-width: 768px) {
    div#threed-auth-form-container.vbvTestSuite {
      height: 244px !important; }
      div#threed-auth-form-container.vbvTestSuite iframe {
        width: 170% !important;
        height: 700px !important;
        -moz-transform: scale(0.55) !important;
        -moz-transform-origin: 42px 27px !important;
        transform: scale(0.55);
        transform-origin: 42px 27px; } }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  z-index: 999; }

div#overlay-text {
  position: absolute;
  display: table;
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  top: 50%;
  left: 50%;
  font-size: 18px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  div#overlay-text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.product-details {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  min-height: 480px;
  padding-bottom: 60px;
  position: relative; }

.product-details-quantity {
  background-color: #E9E9E9;
  padding: 30px 20px 20px; }
  @media (min-width: 768px) {
    .product-details-quantity {
      padding-left: 40px;
      padding-right: 40px; }
      .product-details-quantity button {
        width: 110%; } }
  .product-details-quantity > .row > div {
    margin-bottom: 10px; }
  .product-details-quantity .form-group {
    margin-bottom: 0; }
    .product-details-quantity .form-group .btn {
      border-radius: 3px;
      padding: 5px 12px 6px; }
  .product-details-quantity .input-group input {
    border-radius: 3px !important;
    font-size: 18px;
    font-weight: bold;
    height: 38px;
    padding: 6px; }
  .product-details-quantity .input-group .input-group-btn {
    padding: 0 0 0 5px; }
    .product-details-quantity .input-group .input-group-btn .btn {
      font-size: 18px; }
    .product-details-quantity .input-group .input-group-btn:first-child {
      padding: 0 5px 0 0; }
  .product-details-quantity-label {
    font-size: 16px; }

.product-details-prices {
  padding: 20px; }
  @media (min-width: 768px) {
    .product-details-prices {
      padding: 20px 40px; } }
  .product-details-prices .case-price {
    color: #222222;
    font-size: 32px;
    font-weight: bold;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .product-details-prices .case-price {
        font-size: 36px; } }
  .product-details-prices .unit-price strong {
    font-size: 18px; }

.product-details-more-cta {
  bottom: 20px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  width: 100%; }

.product-details-zoom-trigger i {
  bottom: 10px;
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: auto; }

.product-details-notices {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  height: 100%; }
  .product-details-notices .product-details-notice {
    padding: 3px 1em; }
    .product-details-notices .product-details-notice:not(:last-child) {
      margin: 0px 0px 7.5px 0px; }
    .product-details-notices .product-details-notice.product-tag {
      background-color: #004489; }
    .product-details-notices .product-details-notice.case-limit {
      background-color: #004489; }

.product-details-description .pre-priced-tag {
  background-color: #E9E9E9;
  float: right;
  font-size: 12px;
  margin-right: -40px;
  padding: 10px; }
  .product-details-description .pre-priced-tag:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAaCAYAAAC3g3x9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0QwNDQ2NTBFMjQyMTFFNkFBNUZFODY3NzM0NzU4RTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0QwNDQ2NTFFMjQyMTFFNkFBNUZFODY3NzM0NzU4RTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RDA0NDY0RUUyNDIxMUU2QUE1RkU4Njc3MzQ3NThFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RDA0NDY0RkUyNDIxMUU2QUE1RkU4Njc3MzQ3NThFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsoaX9EAAATcSURBVHjafJXZb1R1FMc/d+6dfabT0mUotFioFIptbGkIQlhsAjyABBCJQcEXw4sxITEafODFiBHB/8Ao8QEjPugDKnElViMisi9FlrK0tIW2tLNvd/HcuWA7tPBLZu753d/vrN9zvlfh/Q3gUqrQ2IWlbEEhiIUuMiIjsjztP8b3D5eCKvuCvDwim70iX9NQrTLSgR/Q1YX48pBxg8cArw6GWHCbkPaAJs+sJmfyvuhMLOuqBGPZv9cxlVUEs8+rrGjdtyCa3thSlSCWd7NiZpyc3LdUi3JRzotyQyhrZ0FTZbpoYJrfwO82mBMqEPEZ+MRplb9QPlbQGjU1p73ybkcfq6cnODcUoi6SIOI1WHu4lUXVcf7oreDQ2kucuR+maVY/v15uYEllguG0l47ZQySSAbpjPhrLk6w4sGSpJKJ4MqbC/YKL/rSbvOalTi+wY8EgXs2goyZN1nDzXDRGMhVgrkTrV03mV2TQU0GyOY22ihQeiby2IptX2PPSYH0oGw2K6asxP42hPL1pjZXVKXGiUu4r0HWrklp56pKmX5zE8hoRkWMFN5YlpXHrJKWeCcXqU9i3cZCEN4rpAlEiJ4V2S6HFM6KM7kKxayrG8cq5asMrABkuB5DiVnFkt9GnFQ8kquKy0bMRthH0yruRsCDr59Mdv5DQFXYe6JTzHExLQbDgGLImtJPoa/97eLjEPnn5GwuxZu4Q25+5w7aGYewM6l89xlc91Xx5tg4CgrxfHzf6YGk8ugQcRgO8s6yHfetPSYrSKiPTilFsWnyBTYt8LJ+xgJ2HW6QaaTtNJ7MJ8UzofHGV8LG4LsEH609KnUx+PtNMz2gZ12JBTl9tkDs6b6w8xea2fogFSoxNNmjXU34rmwZwu0ySySCrDy7hi7thDg6UsfzzZfQMV8jkBGmaHhNt05kmnpSy5GY+8OqT4uzv7GZpNMHdgkJqzE/7R+uorEkQVyXV8rQDyISlsqr5bXmGnHitYpuk4kG2t9/CF0mxtH6EelWnWUbshY7b3M55OH6hloyNRDBfBGvCipcatBtO5vfuqJ/zA5W0zR6hOixRJH3F4xnTR9nafoPG6gw/XqyjoFiPgvKoQcthFYnyyvmZfPZnE2N5H60zYoTtps96i2z07NN36EuG+ed6ldTFmJh2fDIoQlWrpf92bTnJmvkDfPxNO13S4Id6K9n8XTs5GTd0D51zBxxIddcTQLENxgNsaz3La21XSOWEfWIhxoQHr2VUvj42h0LnxSJpWKW1e4xBux6C3renZ4vB6wS9WX7ffIIyId7bSS9NW48Tqozb3U/XjZriSNv3H4/ygyJfEg4s6AE6nxomGr1HxFSZFcnSMe+mnLs48Fcz+4/OJxeUufaYJaAofPjioAjR8VZ3Wod7ZSyac58NLXd4s6WXnLz+5EI9v92o4qfLcr0sI7Ocd8o0vvrslD0lMdvDbiNdE+fEzQgnztWzfPcgQ0Kduw8ulmZOOmxjs5IxqY4ubcppsY0KK1MlyuE8e7vmkTUlRGlyhxPNUoYaHzKfJnB9j8v1csnn8SE3yocKofwj3bUO4dmRFelKmRJhoe9uF4b9Pbb6meqOrWinJd8MKtKO/Dhj0sEY1lt2urfE+ToxuEfkhTgkb04qwdTLVbxr8a/ovye7v/8TYAC/ZvMVxMoUjwAAAABJRU5ErkJggg==");
    content: '';
    display: inline-block;
    height: 26px;
    margin-right: 5px;
    vertical-align: -50%;
    width: 20px; }
  @media (max-width: 1219px) {
    .product-details-description .pre-priced-tag {
      margin-bottom: 15px; } }

@media (max-width: 1219px) {
  .product-details-description ul {
    clear: both;
    float: left; } }

.product-details-additional-fees {
  font-weight: bold; }

.display-flex {
  /* autoprefixer: off */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.flex-column {
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column; }

.flex-justify-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-justify-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around; }

.flex-align-items-center {
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center; }

.minicart-summary {
  margin-top: 0; }

.minicart-summary-controls .btn {
  color: #ffffff; }

.header-rightnav li .minicart-summary-summary a {
  color: #007D47; }

.header-rightnav li .minicart-line-item-text a {
  color: #444444; }

.minicart-line-item-variants span {
  display: inline-block;
  margin: 10px 0; }

.store-locator .map {
  height: 340px;
  margin-bottom: 15px;
  background: #E5E3DF; }

.store-locator-search {
  margin: 20px 0 5px 0;
  position: relative; }
  .store-locator-search .form-control {
    padding-right: 35px;
    margin-bottom: 10px; }
  .store-locator-search .fa-search {
    position: absolute;
    right: 24px;
    top: 10px; }
  @media (max-width: 991px) {
    .store-locator-search .btn {
      width: 100%; } }
  .store-locator-search .label-or {
    margin-left: -10px; }

.or-margin {
  margin-top: 10px;
  margin-bottom: 10px; }

.store-locator-info {
  margin-bottom: 10px; }

.store-schedule .openhours-today {
  padding: 4px 15px; }

.schedule-status {
  padding: 4px 15px;
  font-weight: normal; }

.store-marker, .store-cluster-marker {
  color: #fff;
  font-weight: bold;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 11px;
  text-align: center;
  width: 24px;
  white-space: nowrap; }

.store-marker-info {
  white-space: nowrap;
  max-width: 240px; }
  .store-marker-info .title {
    margin: 0 0 10px 0; }
  .store-marker-info .store-address {
    font-size: 0.9em;
    margin-bottom: 5px; }
  .store-marker-info .btns {
    margin-top: 10px; }

.store-tile {
  height: 325px;
  max-width: 380px;
  position: relative; }
  @media (max-width: 991px) {
    .store-tile {
      max-width: initial; } }
  .store-tile .title {
    height: 40px;
    margin-bottom: 0; }

.store-tile-img {
  position: relative; }

.store-tile-body-top {
  color: #888888;
  margin-bottom: 15px; }
  .store-tile-body-top .cta {
    color: #888888; }

.store-tile-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.stores-list-paging {
  text-align: center;
  margin: 20px 0; }

#flatfee-lookup-body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5f5f5f !important; }
  #flatfee-lookup-body p {
    margin-bottom: 26px; }
    @media screen and (min-width: 480px) {
      #flatfee-lookup-body p {
        margin-left: 10%;
        margin-right: 10%; } }
  #flatfee-lookup-body h3 {
    font-size: 20px;
    font-weight: bold;
    color: #444;
    margin-top: 8px; }
  #flatfee-lookup-body h1 {
    font-size: 20px;
    font-weight: bold;
    color: #444;
    margin-top: 8px; }
  @media screen and (min-width: 480px) {
    #flatfee-lookup-body form {
      padding: 0 50px; } }
  #flatfee-lookup-body form .input-group {
    max-width: 350px;
    margin: auto; }
    #flatfee-lookup-body form .input-group input {
      height: 50px;
      background-color: #F8F7F8;
      border-color: #d3d3d3;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    #flatfee-lookup-body form .input-group .btn {
      background-color: #017747;
      border-radius: 6px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border: 1px solid transparent;
      margin-left: -1px;
      height: 50px !important; }
      #flatfee-lookup-body form .input-group .btn :active:hover {
        color: #fff;
        background-color: #398439;
        border-color: #255625; }
  #flatfee-lookup-body .flatfee-content {
    min-height: 325px; }
  #flatfee-lookup-body #response {
    padding-top: 12px;
    font-weight: bold; }
    #flatfee-lookup-body #response img {
      max-height: 25px;
      padding-right: 10px; }
    #flatfee-lookup-body #response .valid {
      color: #017747; }
    #flatfee-lookup-body #response .invalid {
      color: #a70000; }

#flatfee-lookup-page {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px; }
  #flatfee-lookup-page .return-link {
    margin: 10px; }

.product-tile {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .product-tile .product-search-weight {
    display: none;
    text-align: center;
    padding: 10px; }
  .product-tile .product-tile-price {
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    padding: 10px; }
    .product-tile .product-tile-price span {
      white-space: nowrap; }
    @media (min-width: 992px) {
      .product-tile .product-tile-price {
        white-space: nowrap; }
        .product-tile .product-tile-price div {
          display: inline-block;
          margin-right: -5px;
          vertical-align: bottom;
          width: 50%; }
        .product-tile .product-tile-price div + div {
          text-align: right; } }
  .product-tile .product-tile-text {
    border-width: 2px;
    height: auto;
    line-height: normal;
    padding: 10px; }
    .product-tile .product-tile-text .product-tile-title-ellipsis {
      display: block;
      height: 80px;
      overflow: hidden; }
      .product-tile .product-tile-text .product-tile-title-ellipsis:before {
        content: '';
        float: left;
        width: 5px;
        height: 80px; }
      .product-tile .product-tile-text .product-tile-title-ellipsis:after {
        content: "\02026";
        background-size: 100% 100%;
        box-sizing: content-box;
        float: right;
        left: 100%;
        margin-left: -2em;
        padding-right: 5px;
        position: relative;
        text-align: right;
        top: -22px;
        width: 2em;
        /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white); }
      .product-tile .product-tile-text .product-tile-title-ellipsis > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px; }
    .product-tile .product-tile-text a {
      color: #444444; }
    .product-tile .product-tile-text .product-tile-price {
      color: #222222;
      font-size: 21px;
      height: auto;
      padding: 0; }
    .product-tile .product-tile-text:before {
      content: none; }
    .product-tile .product-tile-text:after {
      content: none; }
  .product-tile-add-to-cart .btn {
    padding: 1px 6px;
    height: 52px;
    margin-left: 10px;
    width: calc(100% - 20px); }
    @media (max-width: 767px) {
      .product-tile-add-to-cart .btn {
        height: auto;
        min-height: 52px; } }
    @media (max-width: 340px) {
      .product-tile-add-to-cart .btn {
        font-size: 3.7vw; } }
  .product-tile-add-to-cart .btn[disabled] {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #888888; }
  .product-tile .product-tile-media {
    overflow: hidden; }

.product-tile-notices {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  height: 100%; }
  .product-tile-notices .product-tile-notice {
    padding: 3px 1em; }
    .product-tile-notices .product-tile-notice:not(:last-child) {
      margin: 0px 0px 7.5px 0px; }
    .product-tile-notices .product-tile-notice.product-tag {
      background-color: #004489; }
    .product-tile-notices .product-tile-notice.case-limit {
      background-color: #004489; }

.inventory-tag {
  color: #ffffff;
  padding: 3px 1em;
  font-size: 14px;
  font-weight: bold;
  background-color: #004489; }

.add-to-cart-button-label {
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 992px) {
    .add-to-cart-button-label {
      white-space: nowrap;
      display: block; } }

.display-flex {
  /* autoprefixer: off */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.flex-column {
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column; }

.flex-justify-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between; }

.search-facets .panel {
  border-bottom-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }
  .search-facets .panel:before {
    content: "";
    display: block;
    border-bottom: 1px solid #D9D9D9;
    height: 0px;
    width: calc(100% - 20px);
    position: relative;
    left: 10px; }
  .search-facets .panel:first-child {
    border-top-width: 1px; }
    .search-facets .panel:first-child::before {
      content: none; }

.search-facets .panel-body li a {
  color: #666666; }

.search-facets .btn-link {
  padding-left: 0;
  text-decoration: underline; }

.modal-body.multi-facets-modal {
  max-height: 50vh;
  overflow: auto; }
  .modal-body.multi-facets-modal li {
    display: inline-block;
    width: 100%; }

.link-padding {
  padding: 5px 10px; }

ul.list-unstyled.ul-columns-2 {
  -moz-columns: 2;
       columns: 2;
  -webkit-columns: 2; }

ul.list-unstyled.ul-columns-4 {
  -moz-columns: 4;
       columns: 4;
  -webkit-columns: 4; }

ul.list-unstyled.selected-facets-list {
  margin-bottom: 0px; }
  ul.list-unstyled.selected-facets-list ul li::before, ul.list-unstyled.selected-facets-list ul li::after, ul.list-unstyled.selected-facets-list ul li:first-child::before {
    content: none; }

.selected-facets > .panel-body > ul li {
  margin: 0;
  padding: 5px 0; }
  .selected-facets > .panel-body > ul li:after, .selected-facets > .panel-body > ul li:first-child::before {
    content: "";
    display: block;
    border-bottom: 1px solid #D9D9D9;
    height: 0px;
    width: calc(100% + 6px);
    position: relative;
    left: -3px;
    bottom: -5px; }
  .selected-facets > .panel-body > ul li:first-child::before {
    bottom: auto;
    top: -5px; }
  .selected-facets > .panel-body > ul li a {
    color: #000; }

.selected-facets > .panel-body > div .btn-link {
  text-decoration: underline; }

.selected-facets > .panel-body > div a {
  color: #444444; }

.selected-facets > .panel-body > div .btn-primary {
  color: #fff; }

.selected-facets > .panel-body > div .modal a:hover {
  text-decoration: underline; }

.affix-force-top {
  position: relative !important; }

.carousel *:focus {
  outline: none; }

@media (max-width: 767px) {
  .carousel {
    margin-bottom: 20px; } }

.carousel .slick-arrow.slick-prev {
  left: 20px; }

.carousel .slick-arrow.slick-next {
  right: 20px; }

.carousel .slick-arrow.slick-disabled {
  display: none !important; }

.carousel .slick-dots li button {
  width: 14px; }

.carousel .carousel-control {
  width: 5%; }
  .carousel .carousel-control.right {
    text-align: right; }
    .carousel .carousel-control.right .fa, .carousel .carousel-control.right .noUi-handle, .carousel .carousel-control.right .slick-arrow:before {
      right: 25%; }
  .carousel .carousel-control.left {
    text-align: left; }
    .carousel .carousel-control.left .fa, .carousel .carousel-control.left .noUi-handle, .carousel .carousel-control.left .slick-arrow:before {
      left: 25%; }
  @media (max-width: 767px) {
    .carousel .carousel-control .fa, .carousel .carousel-control .noUi-handle, .carousel .carousel-control .slick-arrow:before {
      font-size: 20px;
      height: 20px;
      width: 20px; } }

.cart-header-labels {
  font-size: 16px;
  font-weight: bold; }

.cart-header-title .cart-header-products {
  font-size: 16px;
  font-weight: bold; }

.cart-desc a, .cart-desc .cart-product-name {
  display: block;
  min-height: 40.04px;
  margin-bottom: 10px; }

.cart-image img {
  border: 1px solid #D9D9D9;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto; }

.cart-cell.cart-image {
  padding-left: 0; }

.cart-row {
  width: 100%; }
  .cart-row a {
    color: #444444; }

.cart-qty a {
  display: block;
  margin-top: 20px;
  text-decoration: underline; }

.cart-qty > span {
  font-weight: bold; }

.cart-qty .btn {
  border-radius: 3px; }

@media (min-width: 768px) {
  .cart-items-panel {
    padding-left: 5px;
    padding-right: 5px; }
  .cart-attributes .cart-cell {
    padding-top: 10px;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px; }
    .cart-attributes .cart-cell.cart-qty {
      padding-left: 0px;
      padding-right: 0px; }
    .cart-attributes .cart-cell.cart-subtotal {
      white-space: nowrap; }
  .cart-attributes .cart-cell:last-child {
    padding-right: 0px; }
  .cart-image {
    width: 12%; }
  .cart-cell-flush {
    vertical-align: top;
    width: 88%; }
  .cart-header-labels {
    margin-top: 0;
    padding-right: 10px; }
    .cart-header-labels > div {
      padding: 0px; }
  .cart-row .cart-desc {
    padding-top: 0;
    width: 38%; }
  .row.padding-top {
    padding-top: 10px; } }

@media (max-width: 480px) {
  .cart-attributes .cart-cell {
    padding-left: 0;
    padding-right: 0; } }

.cart-messages {
  background-color: #ebccd1; }

#atp-checkbox-container {
  margin: -10px 0px 0px 12px; }

#atp-checkbox-container .hide {
  display: none; }

#atp-checkbox-container .show {
  display: block; }

.sidecart-summary {
  position: relative; }

.sidecart-limit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #FFE400;
  text-align: center;
  padding: 30px 80px;
  font-size: 16px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.8); }
  .sidecart-limit-overlay .close {
    color: #FFE400;
    padding: 5px;
    position: absolute;
    top: 12px;
    right: 44px;
    font-size: 14px; }

.masthead .caret {
  border-top: 7px dashed #F47421;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transition: .4s ease-in-out; }

.masthead .open .caret {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transition: .4s ease-in-out; }

.logo {
  margin: 0;
  padding: 10px;
  width: 100%; }
  @media (min-width: 992px) {
    .logo {
      padding: 18px 10px; } }
  .logo img {
    max-height: 35px;
    max-width: 100%;
    width: auto; }
    @media (min-width: 480px) {
      .logo img {
        max-height: 43px; } }
    @media (min-width: 992px) {
      .logo img {
        width: 220px; } }
    @media (max-width: 767px) {
      .logo img {
        max-width: 80%; } }

@media (min-width: 992px) {
  .search-box {
    margin-top: 20px; } }

.search-box .form-group {
  margin-bottom: 10px; }

.search-box .input-group-btn button {
  background-color: #FFE400;
  border-color: #D9D9D9;
  height: 34px; }

.search-box .input-group-btn span {
  color: #007D47;
  font-size: 16px; }

.header-rightnav {
  padding-top: 10px; }
  @media (min-width: 992px) {
    .header-rightnav {
      padding-top: 20px; } }
  .header-rightnav > li > a {
    padding: 10px 12px;
    position: relative;
    text-align: center; }
    .header-rightnav > li > a > * {
      display: block; }
    .header-rightnav > li > a span:first-child {
      font-size: 24px; }
    .header-rightnav > li > a span + span {
      font-size: 10px; }
    .header-rightnav > li > a i {
      font-size: 24px; }
    .header-rightnav > li > a span.navbar-count {
      color: #FFE400;
      font-size: 16px;
      min-height: 30px;
      min-width: 30px;
      position: absolute;
      right: 2px;
      top: 6px; }
      @media (min-width: 768px) {
        .header-rightnav > li > a span.navbar-count {
          border: 2px solid #fff;
          border-radius: 50%;
          display: inline-block;
          font-size: 12px;
          font-weight: bold;
          line-height: 25px;
          right: 0;
          text-align: center; } }
  .header-rightnav .minicart-header {
    padding-right: 35px; }

.navbar {
  margin-bottom: 0; }

.navbar-inverse .navbar-nav > li > a {
  color: #FFE400; }
  @media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
      color: white; } }
  @media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a:hover {
      color: #E9E9E9; } }

@media (min-width: 992px) {
  .masthead.affix {
    width: 100%;
    z-index: 1030;
    animation-name: drop;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-iteration-count: 1;
    position: fixed; } }

@media (max-width: 991px) {
  .masthead.affix .header {
    display: none; }
  .masthead.affix.navbar-visible {
    width: 100%;
    z-index: 1030;
    animation-name: drop;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-iteration-count: 1;
    position: fixed; }
    .masthead.affix.navbar-visible .header {
      display: block; }
  .masthead.affix .field-focused {
    display: none !important; } }

.masthead .header {
  height: 130px; }
  @media (min-width: 480px) {
    .masthead .header {
      height: 143px; } }
  @media (min-width: 768px) {
    .masthead .header {
      height: 117px; } }
  @media (min-width: 992px) {
    .masthead .header {
      height: 72px; } }
  @media (min-width: 1220px) {
    .masthead .header {
      height: 79px; } }
  .masthead .header .navbar {
    height: inherit; }
  .masthead .header .navbar-nav > li {
    border-left: 2px solid #fff;
    border-right: none;
    /*margin: 10px 0;*/ }
    .masthead .header .navbar-nav > li:first-child {
      border: none; }
    .masthead .header .navbar-nav > li > a {
      padding-top: 0;
      padding-bottom: 0; }
      .masthead .header .navbar-nav > li > a:focus {
        outline: 0; }
  @media (max-width: 767px) {
    .masthead .header .search-box {
      margin-top: 0; } }

.text-icon {
  padding-top: 3.5px; }

.secondary-nav {
  position: absolute;
  right: 25px; }
  .secondary-nav > div {
    float: right; }
  .secondary-nav > div > * {
    float: right;
    font-weight: bold;
    line-height: 20px;
    padding: 11px 15px; }
  .secondary-nav [class*=" icon-"], .secondary-nav [class^="icon-"] {
    font-size: 16px; }
    .secondary-nav [class*=" icon-"]::before, .secondary-nav [class^="icon-"]::before {
      font-size: 22px; }
  .secondary-nav .language-switch {
    padding-right: 0; }
    .secondary-nav .language-switch .dropdown-menu {
      left: auto;
      right: -5px; }

.header .case-badge {
  background-color: #ffffff;
  color: #007D47;
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
  white-space: normal; }
  @media (max-width: 767px) {
    .header .case-badge {
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .header .case-badge {
      margin-top: 15px; } }
  @media (min-width: 992px) {
    .header .case-badge {
      margin-top: 20px; } }
  @media (min-width: 1220px) {
    .header .case-badge {
      margin-top: 22px;
      max-width: 80%; } }

.header-checkout {
  height: auto !important; }

.header-checkout .case-badge {
  display: none; }

#search-errors .filled {
  margin-bottom: 0; }

.myaccount-header:hover + nav {
  display: block; }

.myaccount-menu {
  display: none; }
  .myaccount-menu:hover {
    display: block; }
  .myaccount-menu .dropdown-menu {
    display: block;
    margin-top: -2px;
    padding: 5px 10px; }
    .myaccount-menu .dropdown-menu > li {
      border-top: 1px solid #D9D9D9; }
      .myaccount-menu .dropdown-menu > li:first-child {
        border-top: none; }
      .myaccount-menu .dropdown-menu > li > a {
        padding: 3px 10px; }

.myaccount-menu .dropdown-menu > li > div > a, .dropdown .dropdown-menu > li > div > a {
  clear: both;
  color: #222222;
  display: block;
  font-weight: normal;
  line-height: 1.43;
  padding: 3px 10px;
  text-decoration: none;
  white-space: nowrap; }
  .myaccount-menu .dropdown-menu > li > div > a:hover, .dropdown .dropdown-menu > li > div > a:hover {
    text-decoration: none;
    color: #222222;
    background-color: #E9E9E9; }

.header-spacer {
  height: 150px; }
  @media (min-width: 480px) {
    .header-spacer {
      height: 163px; } }
  @media (min-width: 768px) {
    .header-spacer {
      height: 139px; } }
  @media (min-width: 1220px) {
    .header-spacer {
      height: 146px; } }

.vertical-align > *,
.language-switch .language-switch-vertical-align > * {
  display: inline-block;
  vertical-align: middle; }

.vertical-align > i,
.language-switch .language-switch-vertical-align > i {
  padding-right: 4px; }

.mobile-app {
  padding-right: 4px;
  font-size: 2.4em !important;
  margin-top: -3px  !important; }

.mobile-app + .text-icon {
  margin-top: -5px !important; }

.icon-store-locator {
  margin-top: -3px !important;
  padding-right: 4px; }

.icon-store-locator + .text-icon {
  margin-top: -5px !important; }

a[href*="en-CA/locations"]:hover > .icon-store-locator {
  filter: brightness(0) saturate(100%) invert(13%) sepia(33%) saturate(2153%) hue-rotate(142deg) brightness(95%) contrast(103%); }

a[href*="fr-CA/localisateur"]:hover > .icon-store-locator {
  filter: brightness(0) saturate(100%) invert(13%) sepia(33%) saturate(2153%) hue-rotate(142deg) brightness(95%) contrast(103%); }

.icon-store-locator:before {
  content: url("/media/982b5cfa-bb7b-4a24-a5b5-0cd3608c7488/TN7DXA/Composer/general_images/Store%20locator_small_trans2.png"); }

@media (max-width: 992px) {
  .mobile-app {
    font-size: 1.22em !important;
    margin-right: 0.65em !important; }
  .mobile-app + .text-icon {
    padding-top: 0px !important; }
  .icon-store-locator::before {
    margin-right: 7px; }
  .icon-store-locator {
    zoom: 55% !important; } }

.masthead {
  position: relative; }
  .masthead-with-mega-menu {
    box-shadow: 0px 2px 5px 0px rgba(68, 68, 68, 0.5);
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .masthead-with-mega-menu {
        padding-bottom: 0; } }
    @media (min-width: 992px) {
      .masthead-with-mega-menu {
        background-color: #fff;
        padding-bottom: 44px; } }
    @media (min-width: 1220px) {
      .masthead-with-mega-menu {
        padding-bottom: 44px; } }
    @media (max-width: 991px) {
      .masthead-with-mega-menu {
        border-bottom: none;
        box-shadow: none; } }
  @media (max-width: 767px) {
    .masthead .header .navbar-nav > li {
      border: 0; } }

.main-nav {
  background-color: #fff; }
  .main-nav .dropdown-menu {
    border: 0;
    display: block;
    left: -10000px;
    padding-bottom: 0;
    padding-top: 0;
    top: -10000px; }
  .main-nav .open > .dropdown-menu {
    left: auto;
    top: calc(100% + 2px); }
  .main-nav .list-unstyled li {
    display: block;
    margin-bottom: 0;
    width: 100%; }
  .main-nav .dropdown-toggle {
    color: #007D47;
    font-size: 16px;
    font-weight: bold; }
  .main-nav .menu-image {
    background-color: #E9E9E9;
    display: block;
    position: relative; }
    .main-nav .menu-image img {
      position: relative;
      z-index: 1; }
    .main-nav .menu-image .caption {
      display: none; }
    .main-nav .menu-image:after {
      content: " ";
      background: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #E9E9E9 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e9e9e9', endColorstr='#e9e9e9', GradientType=0);
      position: relative;
      z-index: 1;
      display: block;
      height: 20px;
      margin-top: -20px; }
    .main-nav .menu-image:before {
      background-color: #E9E9E9;
      content: " ";
      display: block;
      height: 200%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
  .main-nav .multi-col {
    -moz-column-count: 2;
         column-count: 2;
    /*column-fill: auto;*/
    -moz-column-gap: 4em;
         column-gap: 4em;
    -moz-column-width: 180px;
         column-width: 180px; }
  @media (min-width: 768px) {
    .main-nav {
      border-top: 1px solid #fff;
      bottom: 0;
      position: absolute;
      width: 100%; } }
  .main-nav .navbar .container {
    padding: 0;
    width: 100%; }
  .main-nav .navbar-nav > li a {
    background-color: transparent; }
    .main-nav .navbar-nav > li a:hover, .main-nav .navbar-nav > li a:focus, .main-nav .navbar-nav > li a:active {
      background-color: transparent; }
  .main-nav .navbar-nav > li:first-child a {
    padding-left: 0;
    position: relative; }
  .main-nav-fw > .dropdown-menu {
    max-width: 100%; }

.main-nav .dropdown > .dropdown-toggle:hover,
.main-nav .dropdown > .dropdown-toggle:focus,
.main-nav .open > .dropdown-toggle {
  color: #444444; }

.navbar-borderless > li {
  border: none !important; }

.dropdown-submenu > .dropdown-menu {
  background-color: #FCFCFC;
  min-height: 100%;
  left: 100%;
  margin-left: 0;
  padding: 0 0 0 40px;
  width: 680px; }
  .dropdown-submenu > .dropdown-menu li {
    display: inline-block;
    font-weight: bold;
    padding: 10px 0; }
    .dropdown-submenu > .dropdown-menu li li {
      font-weight: normal; }
      .dropdown-submenu > .dropdown-menu li li a {
        color: #444444; }
  .dropdown-submenu > .dropdown-menu ul ul {
    padding-top: 10px; }

.dropdown-submenu.subopen > .dropdown-menu {
  margin-top: 0;
  overflow: hidden;
  top: 0; }

.dropdown-submenu > a,
.dropdown-submenu > span {
  color: #007D47;
  display: block;
  border: 1px solid transparent;
  border-left: none;
  border-right: none;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
  cursor: pointer; }

.dropdown-submenu.subopen > a,
.dropdown-submenu.subopen > span {
  background-color: #fcfcfc;
  border-color: #E9E9E9;
  color: rgba(0, 125, 71, 0.7); }
  .dropdown-submenu.subopen > a:after,
  .dropdown-submenu.subopen > span:after {
    display: block;
    height: 100%;
    width: 10px;
    position: absolute;
    background-color: #fcfcfc;
    content: " ";
    z-index: 50000;
    right: -1px;
    top: 0px; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

/** WARNING ** Albeit in the "lib" folder, this file has been modified for the project **/
/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  position: absolute;
  perspective: 1000px;
  perspective-origin: 50% 200%;
  top: 129px;
  z-index: 10000; }
  @media (min-width: 480px) {
    .dl-menuwrapper {
      top: 143px; } }
  @media (min-width: 768px) {
    .dl-menuwrapper {
      top: 117px; } }

.dl-menuwrapper:first-child {
  margin-right: 100px; }

.dl-menuwrapper button,
.dl-trigger {
  background: transparent;
  border: none;
  display: block;
  width: 48px;
  height: 45px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none; }
  .dl-menuwrapper button span,
  .dl-trigger span {
    bottom: 0;
    color: #FFE400;
    font-size: 10px;
    left: 0;
    position: absolute;
    right: 0; }

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul,
.dl-trigger:hover,
.dl-trigger.dl-active {
  background: transparent; }

.dl-menuwrapper button:before,
.dl-trigger:before {
  content: '';
  position: absolute;
  width: 68%;
  height: 4px;
  background: #FFE400;
  top: 5px;
  left: 16%;
  box-shadow: 0 10px 0 #FFE400, 0 20px 0 #FFE400; }

.dl-trigger.dl-active:before {
  content: '';
  position: absolute;
  width: 68%;
  height: 4px;
  background: #FFE400;
  top: 15px;
  left: 16%;
  box-shadow: none;
  transform: rotate(45deg); }

.dl-trigger.dl-active:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 4px;
  background: #FFE400;
  top: 15px;
  left: 16%;
  box-shadow: none;
  transform: rotate(-45deg); }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  transform-style: preserve-3d; }

.dl-menuwrapper li {
  position: relative; }

.dl-menuwrapper li a {
  display: block;
  border-bottom: 1px solid #007D47;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #007D47;
  outline: none; }

.dl-menuwrapper li a i {
  margin-right: 1em; }

.dl-menuwrapper li a span {
  margin-right: 1em; }

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); }

.dl-menuwrapper li.dl-back > a {
  color: #ffffff;
  padding-left: 30px;
  background: #004a2a; }

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'dollarama';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e910"; }

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: #fff;
  transform: rotate(180deg); }

.dl-menuwrapper li > a:after {
  right: 10px;
  color: #007D47; }

.dl-menuwrapper .dl-menu {
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  backface-visibility: hidden; }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  margin: 0; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
  animation: MenuAnimOut2 0.3s ease-in-out; }

@keyframes MenuAnimOut2 {
  0% { }
  100% {
    transform: translateX(-100%); } }

.dl-menu.dl-animate-in-2 {
  animation: MenuAnimIn2 0.3s ease-in-out; }

@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0px); } }

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  animation: SubMenuAnimIn2 0.3s ease-in-out; }

@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0px); } }

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  animation: SubMenuAnimOut2 0.3s ease-in-out; }

@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%); } }

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* Colors for demos */
/* Demo 2 */
.dl-menuwrapper button {
  background: transparent; }

.dl-menuwrapper ul {
  background: #FFFFFF; }

/** DOLLARAMA SPECIFIC **/
.footer {
  background-color: rgba(255, 255, 255, 0.35);
  border-top: 1px solid #D9D9D9; }
  .footer .nav a {
    font-size: 14px; }
  .footer .nav.nav-legal {
    font-size: 12px; }
    .footer .nav.nav-legal a {
      color: #007D47; }
      .footer .nav.nav-legal a span {
        text-decoration: none; }
      .footer .nav.nav-legal a:hover, .footer .nav.nav-legal a:focus {
        background-color: transparent;
        color: #444444;
        text-decoration: none; }
        .footer .nav.nav-legal a:hover span, .footer .nav.nav-legal a:focus span {
          text-decoration: underline; }
    @media (min-width: 992px) {
      .footer .nav.nav-legal > li:first-child a:after {
        content: " "; } }
    @media (max-width: 767px) {
      .footer .nav.nav-legal {
        display: block; }
        .footer .nav.nav-legal li {
          border: none;
          display: block;
          text-align: left; }
          .footer .nav.nav-legal li a {
            border: none;
            padding: 0; } }
  .footer .text-copy {
    font-size: 85%;
    margin: 0 0 10px;
    text-align: left; }
  .footer .nav-footer-list {
    background-color: transparent; }
  .footer .nav-footer-categories {
    padding: 15px 0; }
  .footer .nav-footer-entry li {
    /** Style for <a> from original CSS **/ }
    .footer .nav-footer-entry li h3 > span {
      border-bottom: 1px solid #E9E9E9;
      border-top: 1px solid #E9E9E9;
      display: block;
      padding: 20px 10px; }
      .footer .nav-footer-entry li h3 > span .collapsed-icon {
        display: none; }
      .footer .nav-footer-entry li h3 > span .expanded-icon {
        display: block; }
      .footer .nav-footer-entry li h3 > span.collapsed .collapsed-icon {
        display: block; }
      .footer .nav-footer-entry li h3 > span.collapsed .expanded-icon {
        display: none; }
      @media (min-width: 768px) {
        .footer .nav-footer-entry li h3 > span {
          border: 0; }
          .footer .nav-footer-entry li h3 > span .collapsed-icon,
          .footer .nav-footer-entry li h3 > span .expanded-icon {
            display: none !important; } }
    .footer .nav-footer-entry li h3 a, .footer .nav-footer-entry li h3 > span {
      font-size: 14px; }
      @media (min-width: 992px) {
        .footer .nav-footer-entry li h3 a, .footer .nav-footer-entry li h3 > span {
          padding-bottom: 10px; } }
      @media (max-width: 767px) {
        .footer .nav-footer-entry li h3 a, .footer .nav-footer-entry li h3 > span {
          border: none;
          padding: 5px 10px; } }
    .footer .nav-footer-entry li h3 a:hover, .footer .nav-footer-entry li h3 a:focus {
      text-decoration: underline;
      color: #444444; }
  .footer .nav-footer-entry h3 {
    margin: 0px; }
  @media (min-width: 992px) {
    .footer .nav-footer-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .footer .nav-footer-entry .nav > li {
      border: none; }
      .footer .nav-footer-entry .nav > li > a {
        padding: 10px 30px; }
        .footer .nav-footer-entry .nav > li > a:hover, .footer .nav-footer-entry .nav > li > a:focus {
          background-color: transparent; } }
  @media (min-width: 768px) {
    .footer .nav-footer-categories > div + div > div {
      text-align: center; }
    .footer .nav-footer-categories > div + div + div > div {
      text-align: right; }
    .footer .nav-footer-categories > div > div > ul {
      display: inline-block;
      text-align: left; } }

.nav-pills.optional-links {
  font-weight: bold;
  padding-left: 0;
  text-align: left; }
  .nav-pills.optional-links > li > a {
    color: #F47421;
    max-width: none; }
  @media (max-width: 767px) {
    .nav-pills.optional-links {
      display: none; } }

.store-locator #map.map {
  height: 350px; }

.stores-list > div.row {
  margin: 0; }

.stores-list.row::before,
.stores-list.row::after {
  content: "";
  display: none; }

.store-tile .title {
  margin-bottom: 10px;
  height: auto; }

.full-height {
  height: 100%; }

.display-flex {
  /* autoprefixer: off */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.flex-direction-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-end {
  justify-self: flex-end; }

.flex-0 {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -o-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-1 {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.store-tile address {
  margin-bottom: 0px; }

.store-marker-info .title {
  font-size: 16px; }

.store-marker-info .store-address {
  font-size: 14px; }

.pickup-type-img {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 35px;
  min-height: 35px;
  max-height: 35px;
  margin: 0px 0px 0px 10px; }

.store-schedule .separator {
  margin: 2px; }

.stores-list-paging {
  text-align: center;
  padding: 20px 0 !important; }

@media (min-width: 480px) {
  .store-locator-search .label-or {
    margin-left: 0px; }
  .display-flex-sm {
    display: block; } }

@media (min-width: 768px) {
  .display-flex-sm {
    display: -ms-flexbox;
    display: flex; }
  .stores-list .stores-list-item.col-sm-6 {
    min-width: 50%;
    max-width: 50%; } }

.store-tile .content .distance {
  text-align: right;
  font-weight: bold; }

.checkout-page-loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: url("../images/background.png") repeat #fff; }

.header.header-checkout.loading {
  position: fixed;
  z-index: 1;
  width: 100vw; }

span.field-notice {
  color: #007d47; }

#addressLine1Error .parsley-errors-list {
  margin: 5px 0 10px; }

.parsley-hide {
  position: absolute;
  z-index: -999; }

.select-block.invalid {
  cursor: default; }

.checkbox.terms-and-conditions {
  margin: 0; }

.checkbox.terms-and-conditions ul {
  margin: 0px; }

.checkbox.terms-and-conditions ul li:first-child {
  margin-top: 10px; }

.payment-method-line-item .content .credit-card-image {
  min-width: 125px; }

.delete-btn.col-sm-3 {
  margin: auto;
  padding-top: 6px; }

.delete-btn.col-xs-5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end; }

.delete-btn .moneris--deletecard {
  width: 100%;
  min-width: 115px;
  max-width: 115px; }

@media (max-width: 500px) {
  .show-xxs {
    display: block !important; }
  .hidden-xxs {
    display: none !important; }
  .text-align-left-xxs {
    text-align: left; } }

.guest-registration-subtitle p {
  margin: 0; }

.guest-registration-subtitle h1, .guest-registration-subtitle h2, .guest-registration-subtitle h3, .guest-registration-subtitle h4, .guest-registration-subtitle h5, .guest-registration-subtitle h6 {
  margin-top: 0; }

.small-text {
  font-size: 12px; }

.large-text {
  font-size: 16px; }

.smaller-h3 {
  font-size: 18px !important; }

.add-to-wishlist {
  position: absolute;
  right: 10px;
  top: 0; }
  .add-to-wishlist .white {
    color: white; }
  .add-to-wishlist.active {
    color: #007D47; }

.wishlist-empty .big-heart {
  color: #007D47; }
  .wishlist-empty .big-heart .fa, .wishlist-empty .big-heart .noUi-handle, .wishlist-empty .big-heart .carousel .slick-arrow:before, .carousel .wishlist-empty .big-heart .slick-arrow:before {
    font-size: inherit; }

.header-rightnav .wishlist-header-count {
  display: none !important; }

@media (min-width: 992px) {
  .wishlist .product-tile .product-tile-price div, .wishlist-shared .product-tile .product-tile-price div {
    float: none;
    display: block;
    vertical-align: baseline;
    width: 100%; }
  .wishlist .product-tile .product-tile-price div + div, .wishlist-shared .product-tile .product-tile-price div + div {
    text-align: left; } }

@media (min-width: 1220px) {
  .wishlist .product-tile .product-tile-price div, .wishlist-shared .product-tile .product-tile-price div {
    float: left;
    display: inline-block;
    vertical-align: bottom;
    width: 50%; }
  .wishlist .product-tile .product-tile-price div + div, .wishlist-shared .product-tile .product-tile-price div + div {
    text-align: right; } }

@media (max-width: 767px) {
  .wishlist .product-tile .product-tile-text, .wishlist-shared .product-tile .product-tile-text {
    border: none; } }

.wishlist-tile-delete {
  right: 16px;
  top: 5px; }

@media (max-width: 410px) {
  .wishlist-tile .product-tile-notice {
    font-size: 3.3vw; } }

@media (min-width: 992px) and (max-width: 1219px) {
  :lang(fr-CA) .wishlist-shared .btn.btn-primary {
    height: 74px; } }

#faq {
  background-color: #ffffff;
  padding: 20px; }
  #faq h3:first-child {
    margin-top: 0; }

#faq .panel-default .panel-heading {
  background-color: #007D47; }

.no-list-style {
  list-style: none; }

ul.no-list-style {
  padding-left: 20px; }

.three-d-secure-img-section {
  padding-bottom: 15px; }

.three-d-secure-img-container {
  padding: 0 10px; }
  @media (max-width: 768px) {
    .three-d-secure-img-container {
      padding: 0 5px; } }

.three-d-secure-img {
  height: auto;
  width: 100%;
  max-width: 100px; }

/** Bootstrap 4 inspired margin and padding helpers **/
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-b-1 {
  margin-bottom: 10px !important; }

.m-b-2 {
  margin-bottom: 20px !important; }

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.p-x-2 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.p-x-4 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.p-y-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

/** Five columns layout for Bootstrap **/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1220px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

/** HR that goes over the gutter / padding of its container **/
.hr-larger {
  left: -20px;
  position: relative;
  width: calc(100% + 40px); }

/** Vertical align for columns or other elements **/
.valign {
  font-size: 0; }
  .valign:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .valign > * {
    display: inline-block;
    float: none !important;
    font-size: 14px;
    vertical-align: middle; }

/** Classes to remove grid column float and gutter **/
.pull-none {
  float: none !important; }

.row.no-gutter {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutter > [class^="col-"],
  .row.no-gutter > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

/** Class to apply a 16px font-size **/
.medium {
  font-size: 16.002px; }

/** Drop shadow applied to many elements **/
.panel-primary, .panel-light, .product-details, .product-details-media .img-fluid, .product-tile, .shadow {
  box-shadow: 0px 18px 20px -13px rgba(136, 136, 136, 0.76); }

/** borderless table **/
.table-borderless td, .table-borderless th {
  border: none !important; }

/** positioning **/
.relative {
  position: relative; }

/** small fix for misused grid rows **/
.row > .row {
  margin: 0; }

.row > [class^="col-"] > p > img,
.row > [class^="col-"] > p > a {
  margin-bottom: 20px; }

.img-overlay-container img {
  margin-bottom: 20px; }

/** Menu colors **/
.text-black {
  color: #000 !important; }

.text-blue {
  color: #004489 !important; }

.text-gray {
  color: #6F6F6F !important; }

.text-green {
  color: #007D47 !important; }

.text-orange {
  color: #F47421 !important; }

.text-red {
  color: #C91E00 !important; }

.text-yellow {
  color: #FFE400 !important; }

.text-white {
  color: whitesmoke !important; }

.bg-white {
  background-color: white; }

.bg-muted {
  background-color: #d9d9d9; }

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none !important; } }

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button !important; }

.receipt-width {
  width: 580px; }

.col-centered {
  float: none;
  margin: 0 auto; }

.link-padding {
  padding-left: 5px; }

.cancel-row-margin {
  margin: 0px; }

.padding-bottom {
  padding-bottom: 10px; }

.padding-top {
  padding-top: 10px; }

.padding-top-2x {
  padding-top: 20px; }

.no-padding {
  padding: 0; }

.print-only {
  display: none; }

.no-margin-bottom {
  margin-bottom: 0; }

.col-header-padding {
  padding: 10px 0px; }

@media print {
  .no-print, .no-print * {
    display: none !important; }
  .print-only {
    display: block !important; }
  .print-no-margin {
    margin: 0 !important; }
  .print-no-padding {
    padding: 0 !important; }
  .print-padding-bottom {
    padding-bottom: 10px !important; }
  .print-no-padding-left {
    padding-left: 0 !important; }
  .print-no-padding-right {
    padding-right: 0 !important; }
  .vertical-buffer {
    margin-top: 0 !important;
    margin-bottom: 10px !important; }
  .print-col-header {
    font-size: 14px !important; }
  .print-table-header {
    border-bottom: black solid 1px; }
  .print-no-page-break-inside, .print-no-page-break-inside * {
    page-break-inside: avoid !important; }
  .print-col-12 {
    width: 100% !important; } }

.cancel-row-margin {
  margin: 0px; }

.no-padding {
  padding: 0; }

.no-left-padding {
  padding-left: 0px; }

.no-right-padding {
  padding-right: 0px; }

.no-margin {
  margin: 0px; }

.padding-vertical-half {
  padding-top: 5px;
  padding-bottom: 5px; }

.padding-left-half {
  padding-left: 5px; }

.padding-left {
  padding-left: 10px; }

.padding-right {
  padding-right: 10px; }

.white-space-nowrap {
  white-space: nowrap; }

.compact-order-total {
  text-align: right; }

.shipment-options {
  text-align: right; }
  @media (max-width: 767px) {
    .shipment-options {
      text-align: left; } }

.white {
  color: white; }

.product-details-media span {
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: 10px; }

.product-details-zoom-trigger span {
  bottom: 10px;
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: auto; }

div.img-overlay-container {
  position: relative; }

div.img-overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 100%;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.6); }

div.img-overlay h2 {
  text-transform: uppercase;
  margin: .2em 0 .1em;
  color: #fff;
  font-weight: 400; }

div.img-overlay p {
  margin: 6px 0;
  font-size: 1.3em; }

.textaligncenter {
  text-align: center; }

p.textaligncenter {
  font-size: 1.2em; }

p.icon img {
  margin-bottom: 0 !important; }

.small-gutters.activities img {
  margin-bottom: 0; }

.small-gutters p {
  font-size: 18px !important;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle; }

.small-gutters div.img-overlay {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.small-gutters.departments {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

div.departments div.img-overlay-container img {
  margin: 20px 0 0;
  padding: 10%; }

.small-gutters.departments div.border {
  box-shadow: 1px 0 0 0 #cac8c9, 0 1px 0 0 #cac8c9, 1px 1px 0 0 #cac8c9, 1px 0 0 0 #cac8c9 inset, 0 1px 0 0 #cac8c9 inset;
  -ms-flex: auto;
      flex: auto; }

.small-gutters.departments div.img-overlay-container {
  min-height: 170px;
  text-align: center; }

div.img-overlay p {
  text-align: center; }

.appear-like-h1 {
  font-size: 36px !important; }

.appear-like-h2 {
  font-size: 30px !important; }

.appear-like-h3 {
  font-size: 24px !important; }

.appear-like-h4 {
  font-size: 18px !important; }

@media (max-width: 639px) {
  img.smaller {
    display: inline-block; }
  img.larger {
    display: none; } }

@media (min-width: 640px) {
  img.smaller,
  img.largest {
    display: none; }
  img.larger {
    display: inline-block; } }

@media (min-width: 769px) {
  img.larger {
    display: none; }
  img.largest {
    display: inline-block; } }

@media (max-width: 767px) {
  div.img-overlay p {
    font-size: 13px !important; } }
