/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 13px;
  line-height: 20px;
  color: #555;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #ccc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14.95px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
}
h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 23px;
}
h2 small,
.h2 small {
  font-size: 17px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 13px;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 20px;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #555;
}
.form-control::-moz-placeholder {
  color: #555;
}
.form-control:-ms-input-placeholder {
  color: #555;
}
.form-control::-webkit-input-placeholder {
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #959595;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.1);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: 900;
  text-transform: uppercase;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  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: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #555;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #363636;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #555;
  border-bottom-color: #555;
  -webkit-transition: color .15s;
  transition: color .15s;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 60px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  border: 2px solid #ebebeb;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  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;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 8px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 2px solid #ebebeb;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #ccc;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #555;
  -webkit-transition: color .15s;
  transition: color .15s;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #f5f5f5;
    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: 18px;
  }
  .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: 10px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  float: left;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.thumbnail {
  padding: 4px;
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.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: 200px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #ffffff;
  border: 5px solid #e1e1e1;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
}


.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e1e1e1;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 10px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #555;
  white-space: nowrap;
}
@media (min-width: 768px) {
	.dropdown-menu > li > a {
	  color: #fff;
	}
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  background: #ccc;
}
.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 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.pull-left {
  float: left !important;
}
/* disable for wishlish woocommrece plugin
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
/*.hidden {
  display: none !important;
  visibility: hidden !important;
}*/
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @glyphicons
 *
 */
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('./font/glyphicons-regular.eot');
  src: url('./font/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('./font/glyphicons-regular.woff') format('woff'), url('./font/glyphicons-regular.ttf') format('truetype'), url('./font/glyphicons-regular.svg#glyphiconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicons {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.glyphicons:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  margin: 0;
  font: 24px/30px 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.glyphicons.white:before {
  color: #fff;
}
.glyphicons.glass:before {
  content: "\E001";
}
.glyphicons.leaf:before {
  content: "\E002";
}
.glyphicons.dog:before {
  content: "\1F415";
}
.glyphicons.user:before {
  content: "\E004";
}
.glyphicons.girl:before {
  content: "\1F467";
}
.glyphicons.car:before {
  content: "\E006";
}
.glyphicons.user_add:before {
  content: "\E007";
}
.glyphicons.user_remove:before {
  content: "\E008";
}
.glyphicons.film:before {
  content: "\E009";
}
.glyphicons.magic:before {
  content: "\E010";
}
.glyphicons.envelope:before {
  content: "\2709";
}
.glyphicons.camera:before {
  content: "\1F4F7";
}
.glyphicons.heart:before {
  content: "\E013";
}
.glyphicons.beach_umbrella:before {
  content: "\E014";
}
.glyphicons.train:before {
  content: "\1F686";
}
.glyphicons.print:before {
  content: "\E016";
}
.glyphicons.bin:before {
  content: "\E017";
}
.glyphicons.music:before {
  content: "\E018";
}
.glyphicons.note:before {
  content: "\E019";
}
.glyphicons.heart_empty:before {
  content: "\E020";
}
.glyphicons.home:before {
  content: "\E021";
}
.glyphicons.snowflake:before {
  content: "\2744";
}
.glyphicons.fire:before {
  content: "\1F525";
}
.glyphicons.magnet:before {
  content: "\E024";
}
.glyphicons.parents:before {
  content: "\E025";
}
.glyphicons.binoculars:before {
  content: "\E026";
}
.glyphicons.road:before {
  content: "\E027";
}
.glyphicons.search:before {
  content: "\E028";
}
.glyphicons.cars:before {
  content: "\E029";
}
.glyphicons.notes_2:before {
  content: "\E030";
}
.glyphicons.pencil:before {
  content: "\270F";
}
.glyphicons.bus:before {
  content: "\1F68C";
}
.glyphicons.wifi_alt:before {
  content: "\E033";
}
.glyphicons.luggage:before {
  content: "\E034";
}
.glyphicons.old_man:before {
  content: "\E035";
}
.glyphicons.woman:before {
  content: "\1F469";
}
.glyphicons.file:before {
  content: "\E037";
}
.glyphicons.coins:before {
  content: "\E038";
}
.glyphicons.airplane:before {
  content: "\2708";
}
.glyphicons.notes:before {
  content: "\E040";
}
.glyphicons.stats:before {
  content: "\E041";
}
.glyphicons.charts:before {
  content: "\E042";
}
.glyphicons.pie_chart:before {
  content: "\E043";
}
.glyphicons.group:before {
  content: "\E044";
}
.glyphicons.keys:before {
  content: "\E045";
}
.glyphicons.calendar:before {
  content: "\1F4C5";
}
.glyphicons.router:before {
  content: "\E047";
}
.glyphicons.camera_small:before {
  content: "\E048";
}
.glyphicons.dislikes:before {
  content: "\E049";
}
.glyphicons.star:before {
  content: "\E050";
}
.glyphicons.link:before {
  content: "\E051";
}
.glyphicons.eye_open:before {
  content: "\E052";
}
.glyphicons.eye_close:before {
  content: "\E053";
}
.glyphicons.alarm:before {
  content: "\E054";
}
.glyphicons.clock:before {
  content: "\E055";
}
.glyphicons.stopwatch:before {
  content: "\E056";
}
.glyphicons.projector:before {
  content: "\E057";
}
.glyphicons.history:before {
  content: "\E058";
}
.glyphicons.truck:before {
  content: "\E059";
}
.glyphicons.cargo:before {
  content: "\E060";
}
.glyphicons.compass:before {
  content: "\E061";
}
.glyphicons.keynote:before {
  content: "\E062";
}
.glyphicons.paperclip:before {
  content: "\1F4CE";
}
.glyphicons.power:before {
  content: "\E064";
}
.glyphicons.lightbulb:before {
  content: "\E065";
}
.glyphicons.tag:before {
  content: "\E066";
}
.glyphicons.tags:before {
  content: "\E067";
}
.glyphicons.cleaning:before {
  content: "\E068";
}
.glyphicons.ruller:before {
  content: "\E069";
}
.glyphicons.gift:before {
  content: "\E070";
}
.glyphicons.umbrella:before {
  content: "\2602";
}
.glyphicons.book:before {
  content: "\E072";
}
.glyphicons.bookmark:before {
  content: "\1F516";
}
.glyphicons.wifi:before {
  content: "\E074";
}
.glyphicons.cup:before {
  content: "\E075";
}
.glyphicons.stroller:before {
  content: "\E076";
}
.glyphicons.headphones:before {
  content: "\E077";
}
.glyphicons.headset:before {
  content: "\E078";
}
.glyphicons.warning_sign:before {
  content: "\E079";
}
.glyphicons.signal:before {
  content: "\E080";
}
.glyphicons.retweet:before {
  content: "\E081";
}
.glyphicons.refresh:before {
  content: "\E082";
}
.glyphicons.roundabout:before {
  content: "\E083";
}
.glyphicons.random:before {
  content: "\E084";
}
.glyphicons.heat:before {
  content: "\E085";
}
.glyphicons.repeat:before {
  content: "\E086";
}
.glyphicons.display:before {
  content: "\E087";
}
.glyphicons.log_book:before {
  content: "\E088";
}
.glyphicons.address_book:before {
  content: "\E089";
}
.glyphicons.building:before {
  content: "\E090";
}
.glyphicons.eyedropper:before {
  content: "\E091";
}
.glyphicons.adjust:before {
  content: "\E092";
}
.glyphicons.tint:before {
  content: "\E093";
}
.glyphicons.crop:before {
  content: "\E094";
}
.glyphicons.vector_path_square:before {
  content: "\E095";
}
.glyphicons.vector_path_circle:before {
  content: "\E096";
}
.glyphicons.vector_path_polygon:before {
  content: "\E097";
}
.glyphicons.vector_path_line:before {
  content: "\E098";
}
.glyphicons.vector_path_curve:before {
  content: "\E099";
}
.glyphicons.vector_path_all:before {
  content: "\E100";
}
.glyphicons.font:before {
  content: "\E101";
}
.glyphicons.italic:before {
  content: "\E102";
}
.glyphicons.bold:before {
  content: "\E103";
}
.glyphicons.text_underline:before {
  content: "\E104";
}
.glyphicons.text_strike:before {
  content: "\E105";
}
.glyphicons.text_height:before {
  content: "\E106";
}
.glyphicons.text_width:before {
  content: "\E107";
}
.glyphicons.text_resize:before {
  content: "\E108";
}
.glyphicons.left_indent:before {
  content: "\E109";
}
.glyphicons.right_indent:before {
  content: "\E110";
}
.glyphicons.align_left:before {
  content: "\E111";
}
.glyphicons.align_center:before {
  content: "\E112";
}
.glyphicons.align_right:before {
  content: "\E113";
}
.glyphicons.justify:before {
  content: "\E114";
}
.glyphicons.list:before {
  content: "\E115";
}
.glyphicons.text_smaller:before {
  content: "\E116";
}
.glyphicons.text_bigger:before {
  content: "\E117";
}
.glyphicons.embed:before {
  content: "\E118";
}
.glyphicons.embed_close:before {
  content: "\E119";
}
.glyphicons.table:before {
  content: "\E120";
}
.glyphicons.message_full:before {
  content: "\E121";
}
.glyphicons.message_empty:before {
  content: "\E122";
}
.glyphicons.message_in:before {
  content: "\E123";
}
.glyphicons.message_out:before {
  content: "\E124";
}
.glyphicons.message_plus:before {
  content: "\E125";
}
.glyphicons.message_minus:before {
  content: "\E126";
}
.glyphicons.message_ban:before {
  content: "\E127";
}
.glyphicons.message_flag:before {
  content: "\E128";
}
.glyphicons.message_lock:before {
  content: "\E129";
}
.glyphicons.message_new:before {
  content: "\E130";
}
.glyphicons.inbox:before {
  content: "\E131";
}
.glyphicons.inbox_plus:before {
  content: "\E132";
}
.glyphicons.inbox_minus:before {
  content: "\E133";
}
.glyphicons.inbox_lock:before {
  content: "\E134";
}
.glyphicons.inbox_in:before {
  content: "\E135";
}
.glyphicons.inbox_out:before {
  content: "\E136";
}
.glyphicons.cogwheel:before {
  content: "\E137";
}
.glyphicons.cogwheels:before {
  content: "\E138";
}
.glyphicons.picture:before {
  content: "\E139";
}
.glyphicons.adjust_alt:before {
  content: "\E140";
}
.glyphicons.database_lock:before {
  content: "\E141";
}
.glyphicons.database_plus:before {
  content: "\E142";
}
.glyphicons.database_minus:before {
  content: "\E143";
}
.glyphicons.database_ban:before {
  content: "\E144";
}
.glyphicons.folder_open:before {
  content: "\E145";
}
.glyphicons.folder_plus:before {
  content: "\E146";
}
.glyphicons.folder_minus:before {
  content: "\E147";
}
.glyphicons.folder_lock:before {
  content: "\E148";
}
.glyphicons.folder_flag:before {
  content: "\E149";
}
.glyphicons.folder_new:before {
  content: "\E150";
}
.glyphicons.edit:before {
  content: "\E151";
}
.glyphicons.new_window:before {
  content: "\E152";
}
.glyphicons.check:before {
  content: "\E153";
}
.glyphicons.unchecked:before {
  content: "\E154";
}
.glyphicons.more_windows:before {
  content: "\E155";
}
.glyphicons.show_big_thumbnails:before {
  content: "\E156";
}
.glyphicons.show_thumbnails:before {
  content: "\E157";
}
.glyphicons.show_thumbnails_with_lines:before {
  content: "\E158";
}
.glyphicons.show_lines:before {
  content: "\E159";
}
.glyphicons.playlist:before {
  content: "\E160";
}
.glyphicons.imac:before {
  content: "\E161";
}
.glyphicons.macbook:before {
  content: "\E162";
}
.glyphicons.ipad:before {
  content: "\E163";
}
.glyphicons.iphone:before {
  content: "\E164";
}
.glyphicons.iphone_transfer:before {
  content: "\E165";
}
.glyphicons.iphone_exchange:before {
  content: "\E166";
}
.glyphicons.ipod:before {
  content: "\E167";
}
.glyphicons.ipod_shuffle:before {
  content: "\E168";
}
.glyphicons.ear_plugs:before {
  content: "\E169";
}
.glyphicons.record:before {
  content: "\E170";
}
.glyphicons.step_backward:before {
  content: "\E171";
}
.glyphicons.fast_backward:before {
  content: "\E172";
}
.glyphicons.rewind:before {
  content: "\E173";
}
.glyphicons.play:before {
  content: "\E174";
}
.glyphicons.pause:before {
  content: "\E175";
}
.glyphicons.stop:before {
  content: "\E176";
}
.glyphicons.forward:before {
  content: "\E177";
}
.glyphicons.fast_forward:before {
  content: "\E178";
}
.glyphicons.step_forward:before {
  content: "\E179";
}
.glyphicons.eject:before {
  content: "\E180";
}
.glyphicons.facetime_video:before {
  content: "\E181";
}
.glyphicons.download_alt:before {
  content: "\E182";
}
.glyphicons.mute:before {
  content: "\E183";
}
.glyphicons.volume_down:before {
  content: "\E184";
}
.glyphicons.volume_up:before {
  content: "\E185";
}
.glyphicons.screenshot:before {
  content: "\E186";
}
.glyphicons.move:before {
  content: "\E187";
}
.glyphicons.more:before {
  content: "\E188";
}
.glyphicons.brightness_reduce:before {
  content: "\E189";
}
.glyphicons.brightness_increase:before {
  content: "\E190";
}
.glyphicons.circle_plus:before {
  content: "\E191";
}
.glyphicons.circle_minus:before {
  content: "\E192";
}
.glyphicons.circle_remove:before {
  content: "\E193";
}
.glyphicons.circle_ok:before {
  content: "\E194";
}
.glyphicons.circle_question_mark:before {
  content: "\E195";
}
.glyphicons.circle_info:before {
  content: "\E196";
}
.glyphicons.circle_exclamation_mark:before {
  content: "\E197";
}
.glyphicons.remove:before {
  content: "\E198";
}
.glyphicons.ok:before {
  content: "\E199";
}
.glyphicons.ban:before {
  content: "\E200";
}
.glyphicons.download:before {
  content: "\E201";
}
.glyphicons.upload:before {
  content: "\E202";
}
.glyphicons.shopping_cart:before {
  content: "\E203";
}
.glyphicons.lock:before {
  content: "\1F512";
}
.glyphicons.unlock:before {
  content: "\E205";
}
.glyphicons.electricity:before {
  content: "\E206";
}
.glyphicons.ok_2:before {
  content: "\E207";
}
.glyphicons.remove_2:before {
  content: "\E208";
}
.glyphicons.cart_out:before {
  content: "\E209";
}
.glyphicons.cart_in:before {
  content: "\E210";
}
.glyphicons.left_arrow:before {
  content: "\E211";
}
.glyphicons.right_arrow:before {
  content: "\E212";
}
.glyphicons.down_arrow:before {
  content: "\E213";
}
.glyphicons.up_arrow:before {
  content: "\E214";
}
.glyphicons.resize_small:before {
  content: "\E215";
}
.glyphicons.resize_full:before {
  content: "\E216";
}
.glyphicons.circle_arrow_left:before {
  content: "\E217";
}
.glyphicons.circle_arrow_right:before {
  content: "\E218";
}
.glyphicons.circle_arrow_top:before {
  content: "\E219";
}
.glyphicons.circle_arrow_down:before {
  content: "\E220";
}
.glyphicons.play_button:before {
  content: "\E221";
}
.glyphicons.unshare:before {
  content: "\E222";
}
.glyphicons.share:before {
  content: "\E223";
}
.glyphicons.chevron-right:before {
  content: "\E224";
}
.glyphicons.chevron-left:before {
  content: "\E225";
}
.glyphicons.bluetooth:before {
  content: "\E226";
}
.glyphicons.euro:before {
  content: "\20AC";
}
.glyphicons.usd:before {
  content: "\E228";
}
.glyphicons.gbp:before {
  content: "\E229";
}
.glyphicons.retweet_2:before {
  content: "\E230";
}
.glyphicons.moon:before {
  content: "\E231";
}
.glyphicons.sun:before {
  content: "\2609";
}
.glyphicons.cloud:before {
  content: "\2601";
}
.glyphicons.direction:before {
  content: "\E234";
}
.glyphicons.brush:before {
  content: "\E235";
}
.glyphicons.pen:before {
  content: "\E236";
}
.glyphicons.zoom_in:before {
  content: "\E237";
}
.glyphicons.zoom_out:before {
  content: "\E238";
}
.glyphicons.pin:before {
  content: "\E239";
}
.glyphicons.albums:before {
  content: "\E240";
}
.glyphicons.rotation_lock:before {
  content: "\E241";
}
.glyphicons.flash:before {
  content: "\E242";
}
.glyphicons.google_maps:before {
  content: "\E243";
}
.glyphicons.anchor:before {
  content: "\2693";
}
.glyphicons.conversation:before {
  content: "\E245";
}
.glyphicons.chat:before {
  content: "\E246";
}
.glyphicons.male:before {
  content: "\E247";
}
.glyphicons.female:before {
  content: "\E248";
}
.glyphicons.asterisk:before {
  content: "\002A";
}
.glyphicons.divide:before {
  content: "\00F7";
}
.glyphicons.snorkel_diving:before {
  content: "\E251";
}
.glyphicons.scuba_diving:before {
  content: "\E252";
}
.glyphicons.oxygen_bottle:before {
  content: "\E253";
}
.glyphicons.fins:before {
  content: "\E254";
}
.glyphicons.fishes:before {
  content: "\E255";
}
.glyphicons.boat:before {
  content: "\E256";
}
.glyphicons.delete:before {
  content: "\E257";
}
.glyphicons.sheriffs_star:before {
  content: "\E258";
}
.glyphicons.qrcode:before {
  content: "\E259";
}
.glyphicons.barcode:before {
  content: "\E260";
}
.glyphicons.pool:before {
  content: "\E261";
}
.glyphicons.buoy:before {
  content: "\E262";
}
.glyphicons.spade:before {
  content: "\E263";
}
.glyphicons.bank:before {
  content: "\1F3E6";
}
.glyphicons.vcard:before {
  content: "\E265";
}
.glyphicons.electrical_plug:before {
  content: "\E266";
}
.glyphicons.flag:before {
  content: "\E267";
}
.glyphicons.credit_card:before {
  content: "\E268";
}
.glyphicons.keyboard-wireless:before {
  content: "\E269";
}
.glyphicons.keyboard-wired:before {
  content: "\E270";
}
.glyphicons.shield:before {
  content: "\E271";
}
.glyphicons.ring:before {
  content: "\02DA";
}
.glyphicons.cake:before {
  content: "\E273";
}
.glyphicons.drink:before {
  content: "\E274";
}
.glyphicons.beer:before {
  content: "\E275";
}
.glyphicons.fast_food:before {
  content: "\E276";
}
.glyphicons.cutlery:before {
  content: "\E277";
}
.glyphicons.pizza:before {
  content: "\E278";
}
.glyphicons.birthday_cake:before {
  content: "\E279";
}
.glyphicons.tablet:before {
  content: "\E280";
}
.glyphicons.settings:before {
  content: "\E281";
}
.glyphicons.bullets:before {
  content: "\E282";
}
.glyphicons.cardio:before {
  content: "\E283";
}
.glyphicons.t-shirt:before {
  content: "\E284";
}
.glyphicons.pants:before {
  content: "\E285";
}
.glyphicons.sweater:before {
  content: "\E286";
}
.glyphicons.fabric:before {
  content: "\E287";
}
.glyphicons.leather:before {
  content: "\E288";
}
.glyphicons.scissors:before {
  content: "\E289";
}
.glyphicons.bomb:before {
  content: "\1F4A3";
}
.glyphicons.skull:before {
  content: "\1F480";
}
.glyphicons.celebration:before {
  content: "\E292";
}
.glyphicons.tea_kettle:before {
  content: "\E293";
}
.glyphicons.french_press:before {
  content: "\E294";
}
.glyphicons.coffe_cup:before {
  content: "\E295";
}
.glyphicons.pot:before {
  content: "\E296";
}
.glyphicons.grater:before {
  content: "\E297";
}
.glyphicons.kettle:before {
  content: "\E298";
}
.glyphicons.hospital:before {
  content: "\1F3E5";
}
.glyphicons.hospital_h:before {
  content: "\E300";
}
.glyphicons.microphone:before {
  content: "\1F3A4";
}
.glyphicons.webcam:before {
  content: "\E302";
}
.glyphicons.temple_christianity_church:before {
  content: "\E303";
}
.glyphicons.temple_islam:before {
  content: "\E304";
}
.glyphicons.temple_hindu:before {
  content: "\E305";
}
.glyphicons.temple_buddhist:before {
  content: "\E306";
}
.glyphicons.bicycle:before {
  content: "\1F6B2";
}
.glyphicons.life_preserver:before {
  content: "\E308";
}
.glyphicons.share_alt:before {
  content: "\E309";
}
.glyphicons.comments:before {
  content: "\E310";
}
.glyphicons.flower:before {
  content: "\2698";
}
.glyphicons.baseball:before {
  content: "\26BE";
}
.glyphicons.rugby:before {
  content: "\E313";
}
.glyphicons.ax:before {
  content: "\E314";
}
.glyphicons.table_tennis:before {
  content: "\E315";
}
.glyphicons.bowling:before {
  content: "\1F3B3";
}
.glyphicons.tree_conifer:before {
  content: "\E317";
}
.glyphicons.tree_deciduous:before {
  content: "\E318";
}
.glyphicons.more_items:before {
  content: "\E319";
}
.glyphicons.sort:before {
  content: "\E320";
}
.glyphicons.filter:before {
  content: "\E321";
}
.glyphicons.gamepad:before {
  content: "\E322";
}
.glyphicons.playing_dices:before {
  content: "\E323";
}
.glyphicons.calculator:before {
  content: "\E324";
}
.glyphicons.tie:before {
  content: "\E325";
}
.glyphicons.wallet:before {
  content: "\E326";
}
.glyphicons.piano:before {
  content: "\E327";
}
.glyphicons.sampler:before {
  content: "\E328";
}
.glyphicons.podium:before {
  content: "\E329";
}
.glyphicons.soccer_ball:before {
  content: "\E330";
}
.glyphicons.blog:before {
  content: "\E331";
}
.glyphicons.dashboard:before {
  content: "\E332";
}
.glyphicons.certificate:before {
  content: "\E333";
}
.glyphicons.bell:before {
  content: "\1F514";
}
.glyphicons.candle:before {
  content: "\E335";
}
.glyphicons.pushpin:before {
  content: "\1F4CC";
}
.glyphicons.iphone_shake:before {
  content: "\E337";
}
.glyphicons.pin_flag:before {
  content: "\E338";
}
.glyphicons.turtle:before {
  content: "\1F422";
}
.glyphicons.rabbit:before {
  content: "\1F407";
}
.glyphicons.globe:before {
  content: "\E341";
}
.glyphicons.briefcase:before {
  content: "\1F4BC";
}
.glyphicons.hdd:before {
  content: "\E343";
}
.glyphicons.thumbs_up:before {
  content: "\E344";
}
.glyphicons.thumbs_down:before {
  content: "\E345";
}
.glyphicons.hand_right:before {
  content: "\E346";
}
.glyphicons.hand_left:before {
  content: "\E347";
}
.glyphicons.hand_up:before {
  content: "\E348";
}
.glyphicons.hand_down:before {
  content: "\E349";
}
.glyphicons.fullscreen:before {
  content: "\E350";
}
.glyphicons.shopping_bag:before {
  content: "\E351";
}
.glyphicons.book_open:before {
  content: "\E352";
}
.glyphicons.nameplate:before {
  content: "\E353";
}
.glyphicons.nameplate_alt:before {
  content: "\E354";
}
.glyphicons.vases:before {
  content: "\E355";
}
.glyphicons.bullhorn:before {
  content: "\E356";
}
.glyphicons.dumbbell:before {
  content: "\E357";
}
.glyphicons.suitcase:before {
  content: "\E358";
}
.glyphicons.file_import:before {
  content: "\E359";
}
.glyphicons.file_export:before {
  content: "\E360";
}
.glyphicons.bug:before {
  content: "\1F41B";
}
.glyphicons.crown:before {
  content: "\1F451";
}
.glyphicons.smoking:before {
  content: "\E363";
}
.glyphicons.cloud-upload:before {
  content: "\E364";
}
.glyphicons.cloud-download:before {
  content: "\E365";
}
.glyphicons.restart:before {
  content: "\E366";
}
.glyphicons.security_camera:before {
  content: "\E367";
}
.glyphicons.expand:before {
  content: "\E368";
}
.glyphicons.collapse:before {
  content: "\E369";
}
.glyphicons.collapse_top:before {
  content: "\E370";
}
.glyphicons.globe_af:before {
  content: "\E371";
}
.glyphicons.global:before {
  content: "\E372";
}
.glyphicons.spray:before {
  content: "\E373";
}
.glyphicons.nails:before {
  content: "\E374";
}
.glyphicons.claw_hammer:before {
  content: "\E375";
}
.glyphicons.classic_hammer:before {
  content: "\E376";
}
.glyphicons.hand_saw:before {
  content: "\E377";
}
.glyphicons.riflescope:before {
  content: "\E378";
}
.glyphicons.electrical_socket_eu:before {
  content: "\E379";
}
.glyphicons.electrical_socket_us:before {
  content: "\E380";
}
.glyphicons.message_forward:before {
  content: "\E381";
}
.glyphicons.coat_hanger:before {
  content: "\E382";
}
.glyphicons.dress:before {
  content: "\1F457";
}
.glyphicons.bathrobe:before {
  content: "\E384";
}
.glyphicons.shirt:before {
  content: "\E385";
}
.glyphicons.underwear:before {
  content: "\E386";
}
.glyphicons.log_in:before {
  content: "\E387";
}
.glyphicons.log_out:before {
  content: "\E388";
}
.glyphicons.exit:before {
  content: "\E389";
}
.glyphicons.new_window_alt:before {
  content: "\E390";
}
.glyphicons.video_sd:before {
  content: "\E391";
}
.glyphicons.video_hd:before {
  content: "\E392";
}
.glyphicons.subtitles:before {
  content: "\E393";
}
.glyphicons.sound_stereo:before {
  content: "\E394";
}
.glyphicons.sound_dolby:before {
  content: "\E395";
}
.glyphicons.sound_5_1:before {
  content: "\E396";
}
.glyphicons.sound_6_1:before {
  content: "\E397";
}
.glyphicons.sound_7_1:before {
  content: "\E398";
}
.glyphicons.copyright_mark:before {
  content: "\E399";
}
.glyphicons.registration_mark:before {
  content: "\E400";
}
.glyphicons.radar:before {
  content: "\E401";
}
.glyphicons.skateboard:before {
  content: "\E402";
}
.glyphicons.golf_course:before {
  content: "\E403";
}
.glyphicons.sorting:before {
  content: "\E404";
}
.glyphicons.sort-by-alphabet:before {
  content: "\E405";
}
.glyphicons.sort-by-alphabet-alt:before {
  content: "\E406";
}
.glyphicons.sort-by-order:before {
  content: "\E407";
}
.glyphicons.sort-by-order-alt:before {
  content: "\E408";
}
.glyphicons.sort-by-attributes:before {
  content: "\E409";
}
.glyphicons.sort-by-attributes-alt:before {
  content: "\E410";
}
.glyphicons.compressed:before {
  content: "\E411";
}
.glyphicons.package:before {
  content: "\1F4E6";
}
.glyphicons.cloud_plus:before {
  content: "\E413";
}
.glyphicons.cloud_minus:before {
  content: "\E414";
}
.glyphicons.disk_save:before {
  content: "\E415";
}
.glyphicons.disk_open:before {
  content: "\E416";
}
.glyphicons.disk_saved:before {
  content: "\E417";
}
.glyphicons.disk_remove:before {
  content: "\E418";
}
.glyphicons.disk_import:before {
  content: "\E419";
}
.glyphicons.disk_export:before {
  content: "\E420";
}
.glyphicons.tower:before {
  content: "\E421";
}
.glyphicons.send:before {
  content: "\E422";
}
.glyphicons.git_branch:before {
  content: "\E423";
}
.glyphicons.git_create:before {
  content: "\E424";
}
.glyphicons.git_private:before {
  content: "\E425";
}
.glyphicons.git_delete:before {
  content: "\E426";
}
.glyphicons.git_merge:before {
  content: "\E427";
}
.glyphicons.git_pull_request:before {
  content: "\E428";
}
.glyphicons.git_compare:before {
  content: "\E429";
}
.glyphicons.git_commit:before {
  content: "\E430";
}
.glyphicons.construction_cone:before {
  content: "\E431";
}
.glyphicons.shoe_steps:before {
  content: "\E432";
}
.glyphicons.plus:before {
  content: "\002B";
}
.glyphicons.minus:before {
  content: "\2212";
}
.glyphicons.redo:before {
  content: "\E435";
}
.glyphicons.undo:before {
  content: "\E436";
}
.glyphicons.golf:before {
  content: "\E437";
}
.glyphicons.hockey:before {
  content: "\E438";
}
.glyphicons.pipe:before {
  content: "\E439";
}
.glyphicons.wrench:before {
  content: "\1F527";
}
.glyphicons.folder_closed:before {
  content: "\E441";
}
.glyphicons.phone_alt:before {
  content: "\E442";
}
.glyphicons.earphone:before {
  content: "\E443";
}
.glyphicons.floppy_disk:before {
  content: "\E444";
}
.glyphicons.floppy_saved:before {
  content: "\E445";
}
.glyphicons.floppy_remove:before {
  content: "\E446";
}
.glyphicons.floppy_save:before {
  content: "\E447";
}
.glyphicons.floppy_open:before {
  content: "\E448";
}
.glyphicons.translate:before {
  content: "\E449";
}
.glyphicons.fax:before {
  content: "\E450";
}
.glyphicons.factory:before {
  content: "\1F3ED";
}
.glyphicons.shop_window:before {
  content: "\E452";
}
.glyphicons.shop:before {
  content: "\E453";
}
.glyphicons.kiosk:before {
  content: "\E454";
}
.glyphicons.kiosk_wheels:before {
  content: "\E455";
}
.glyphicons.kiosk_light:before {
  content: "\E456";
}
.glyphicons.kiosk_food:before {
  content: "\E457";
}
.glyphicons.transfer:before {
  content: "\E458";
}
.glyphicons.money:before {
  content: "\E459";
}
.glyphicons.header:before {
  content: "\E460";
}
.glyphicons.blacksmith:before {
  content: "\E461";
}
.glyphicons.saw_blade:before {
  content: "\E462";
}
.glyphicons.basketball:before {
  content: "\E463";
}
.glyphicons.server:before {
  content: "\E464";
}
.glyphicons.server_plus:before {
  content: "\E465";
}
.glyphicons.server_minus:before {
  content: "\E466";
}
.glyphicons.server_ban:before {
  content: "\E467";
}
.glyphicons.server_flag:before {
  content: "\E468";
}
.glyphicons.server_lock:before {
  content: "\E469";
}
.glyphicons.server_new:before {
  content: "\E470";
}
.glyphicons-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  line-height: 30px;
  vertical-align: text-top;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  *margin-right: 0;
}


/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @glyphicons
 *
 */
@font-face {
  font-family: 'Glyphicons Halflings Regular';
  src: url('./font/glyphicons-halflings-regular.eot');
  src: url('./font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./font/glyphicons-halflings-regular.woff') format('woff'), url('./font/glyphicons-halflings-regular.ttf') format('truetype'), url('./font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.halflings {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #555;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.halflings:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  margin: 0;
  font: 12px/20px 'Glyphicons Halflings Regular';
  font-style: normal;
  font-weight: normal;
  color: #555;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.halflings.white:before {
  color: #fff;
}
.halflings.glass:before {
  content: "\E001";
}
.halflings.music:before {
  content: "\E002";
}
.halflings.search:before {
  content: "\E003";
}
.halflings.envelope:before {
  content: "\2709";
}
.halflings.heart:before {
  content: "\E005";
}
.halflings.star:before {
  content: "\E006";
}
.halflings.star-empty:before {
  content: "\E007";
}
.halflings.user:before {
  content: "\E008";
}
.halflings.film:before {
  content: "\E009";
}
.halflings.th-large:before {
  content: "\E010";
}
.halflings.th:before {
  content: "\E011";
}
.halflings.th-list:before {
  content: "\E012";
}
.halflings.ok:before {
  content: "\E013";
}
.halflings.remove:before {
  content: "\E014";
}
.halflings.zoom-in:before {
  content: "\E015";
}
.halflings.zoom-out:before {
  content: "\E016";
}
.halflings.off:before {
  content: "\E017";
}
.halflings.signal:before {
  content: "\E018";
}
.halflings.cog:before {
  content: "\E019";
}
.halflings.trash:before {
  content: "\E020";
}
.halflings.home:before {
  content: "\E021";
}
.halflings.file:before {
  content: "\E022";
}
.halflings.time:before {
  content: "\E023";
}
.halflings.road:before {
  content: "\E024";
}
.halflings.download-alt:before {
  content: "\E025";
}
.halflings.download:before {
  content: "\E026";
}
.halflings.upload:before {
  content: "\E027";
}
.halflings.inbox:before {
  content: "\E028";
}
.halflings.play-circle:before {
  content: "\E029";
}
.halflings.repeat:before {
  content: "\E030";
}
.halflings.refresh:before {
  content: "\E031";
}
.halflings.list-alt:before {
  content: "\E032";
}
.halflings.lock:before {
  content: "\1F512";
}
.halflings.flag:before {
  content: "\E034";
}
.halflings.headphones:before {
  content: "\E035";
}
.halflings.volume-off:before {
  content: "\E036";
}
.halflings.volume-down:before {
  content: "\E037";
}
.halflings.volume-up:before {
  content: "\E038";
}
.halflings.qrcode:before {
  content: "\E039";
}
.halflings.barcode:before {
  content: "\E040";
}
.halflings.tag:before {
  content: "\E041";
}
.halflings.tags:before {
  content: "\E042";
}
.halflings.book:before {
  content: "\E043";
}
.halflings.bookmark:before {
  content: "\1F516";
}
.halflings.print:before {
  content: "\E045";
}
.halflings.camera:before {
  content: "\1F4F7";
}
.halflings.font:before {
  content: "\E047";
}
.halflings.bold:before {
  content: "\E048";
}
.halflings.italic:before {
  content: "\E049";
}
.halflings.text-height:before {
  content: "\E050";
}
.halflings.text-width:before {
  content: "\E051";
}
.halflings.align-left:before {
  content: "\E052";
}
.halflings.align-center:before {
  content: "\E053";
}
.halflings.align-right:before {
  content: "\E054";
}
.halflings.align-justify:before {
  content: "\E055";
}
.halflings.list:before {
  content: "\E056";
}
.halflings.indent-left:before {
  content: "\E057";
}
.halflings.indent-right:before {
  content: "\E058";
}
.halflings.facetime-video:before {
  content: "\E059";
}
.halflings.picture:before {
  content: "\E060";
}
.halflings.pencil:before {
  content: "\270F";
}
.halflings.map-marker:before {
  content: "\E062";
}
.halflings.adjust:before {
  content: "\E063";
}
.halflings.tint:before {
  content: "\E064";
}
.halflings.edit:before {
  content: "\E065";
}
.halflings.share:before {
  content: "\E066";
}
.halflings.check:before {
  content: "\E067";
}
.halflings.move:before {
  content: "\E068";
}
.halflings.step-backward:before {
  content: "\E069";
}
.halflings.fast-backward:before {
  content: "\E070";
}
.halflings.backward:before {
  content: "\E071";
}
.halflings.play:before {
  content: "\E072";
}
.halflings.pause:before {
  content: "\E073";
}
.halflings.stop:before {
  content: "\E074";
}
.halflings.forward:before {
  content: "\E075";
}
.halflings.fast-forward:before {
  content: "\E076";
}
.halflings.step-forward:before {
  content: "\E077";
}
.halflings.eject:before {
  content: "\E078";
}
.halflings.chevron-left:before {
  content: "\E079";
}
.halflings.chevron-right:before {
  content: "\E080";
}
.halflings.plus-sign:before {
  content: "\E081";
}
.halflings.minus-sign:before {
  content: "\E082";
}
.halflings.remove-sign:before {
  content: "\E083";
}
.halflings.ok-sign:before {
  content: "\E084";
}
.halflings.question-sign:before {
  content: "\E085";
}
.halflings.info-sign:before {
  content: "\E086";
}
.halflings.screenshot:before {
  content: "\E087";
}
.halflings.remove-circle:before {
  content: "\E088";
}
.halflings.ok-circle:before {
  content: "\E089";
}
.halflings.ban-circle:before {
  content: "\E090";
}
.halflings.arrow-left:before {
  content: "\E091";
}
.halflings.arrow-right:before {
  content: "\E092";
}
.halflings.arrow-up:before {
  content: "\E093";
}
.halflings.arrow-down:before {
  content: "\E094";
}
.halflings.share-alt:before {
  content: "\E095";
}
.halflings.resize-full:before {
  content: "\E096";
}
.halflings.resize-small:before {
  content: "\E097";
}
.halflings.plus:before {
  content: "\002B";
}
.halflings.minus:before {
  content: "\2212";
}
.halflings.asterisk:before {
  content: "\002A";
}
.halflings.exclamation-sign:before {
  content: "\E101";
}
.halflings.gift:before {
  content: "\E102";
}
.halflings.leaf:before {
  content: "\E103";
}
.halflings.fire:before {
  content: "\1F525";
}
.halflings.eye-open:before {
  content: "\E105";
}
.halflings.eye-close:before {
  content: "\E106";
}
.halflings.warning-sign:before {
  content: "\E107";
}
.halflings.plane:before {
  content: "\E108";
}
.halflings.calendar:before {
  content: "\1F4C5";
}
.halflings.random:before {
  content: "\E110";
}
.halflings.comments:before {
  content: "\E111";
}
.halflings.magnet:before {
  content: "\E112";
}
.halflings.chevron-up:before {
  content: "\E113";
}
.halflings.chevron-down:before {
  content: "\E114";
}
.halflings.retweet:before {
  content: "\E115";
}
.halflings.shopping-cart:before {
  content: "\E116";
}
.halflings.folder-close:before {
  content: "\E117";
}
.halflings.folder-open:before {
  content: "\E118";
}
.halflings.resize-vertical:before {
  content: "\E119";
}
.halflings.resize-horizontal:before {
  content: "\E120";
}
.halflings.hdd:before {
  content: "\E121";
}
.halflings.bullhorn:before {
  content: "\E122";
}
.halflings.bell:before {
  content: "\1F514";
}
.halflings.certificate:before {
  content: "\E124";
}
.halflings.thumbs-up:before {
  content: "\E125";
}
.halflings.thumbs-down:before {
  content: "\E126";
}
.halflings.hand-right:before {
  content: "\E127";
}
.halflings.hand-left:before {
  content: "\E128";
}
.halflings.hand-top:before {
  content: "\E129";
}
.halflings.hand-down:before {
  content: "\E130";
}
.halflings.circle-arrow-right:before {
  content: "\E131";
}
.halflings.circle-arrow-left:before {
  content: "\E132";
}
.halflings.circle-arrow-top:before {
  content: "\E133";
}
.halflings.circle-arrow-down:before {
  content: "\E134";
}
.halflings.globe:before {
  content: "\E135";
}
.halflings.wrench:before {
  content: "\1F527";
}
.halflings.tasks:before {
  content: "\E137";
}
.halflings.filter:before {
  content: "\E138";
}
.halflings.briefcase:before {
  content: "\1F4BC";
}
.halflings.fullscreen:before {
  content: "\E140";
}
.halflings.dashboard:before {
  content: "\E141";
}
.halflings.paperclip:before {
  content: "\1F4CE";
}
.halflings.heart-empty:before {
  content: "\E143";
}
.halflings.link:before {
  content: "\E144";
}
.halflings.phone:before {
  content: "\E145";
}
.halflings.pushpin:before {
  content: "\1F4CC";
}
.halflings.euro:before {
  content: "\20AC";
}
.halflings.usd:before {
  content: "\E148";
}
.halflings.gbp:before {
  content: "\E149";
}
.halflings.sort:before {
  content: "\E150";
}
.halflings.sort-by-alphabet:before {
  content: "\E151";
}
.halflings.sort-by-alphabet-alt:before {
  content: "\E152";
}
.halflings.sort-by-order:before {
  content: "\E153";
}
.halflings.sort-by-order-alt:before {
  content: "\E154";
}
.halflings.sort-by-attributes:before {
  content: "\E155";
}
.halflings.sort-by-attributes-alt:before {
  content: "\E156";
}
.halflings.unchecked:before {
  content: "\E157";
}
.halflings.expand:before {
  content: "\E158";
}
.halflings.collapse:before {
  content: "\E159";
}
.halflings.collapse-top:before {
  content: "\E160";
}
.halflings.log_in:before {
  content: "\E161";
}
.halflings.flash:before {
  content: "\E162";
}
.halflings.log_out:before {
  content: "\E163";
}
.halflings.new_window:before {
  content: "\E164";
}
.halflings.record:before {
  content: "\E165";
}
.halflings.save:before {
  content: "\E166";
}
.halflings.open:before {
  content: "\E167";
}
.halflings.saved:before {
  content: "\E168";
}
.halflings.import:before {
  content: "\E169";
}
.halflings.export:before {
  content: "\E170";
}
.halflings.send:before {
  content: "\E171";
}
.halflings.floppy_disk:before {
  content: "\E172";
}
.halflings.floppy_saved:before {
  content: "\E173";
}
.halflings.floppy_remove:before {
  content: "\E174";
}
.halflings.floppy_save:before {
  content: "\E175";
}
.halflings.floppy_open:before {
  content: "\E176";
}
.halflings.credit_card:before {
  content: "\E177";
}
.halflings.transfer:before {
  content: "\E178";
}
.halflings.cutlery:before {
  content: "\E179";
}
.halflings.header:before {
  content: "\E180";
}
.halflings.compressed:before {
  content: "\E181";
}
.halflings.earphone:before {
  content: "\E182";
}
.halflings.phone_alt:before {
  content: "\E183";
}
.halflings.tower:before {
  content: "\E184";
}
.halflings.stats:before {
  content: "\E185";
}
.halflings.sd_video:before {
  content: "\E186";
}
.halflings.hd_video:before {
  content: "\E187";
}
.halflings.subtitles:before {
  content: "\E188";
}
.halflings.sound_stereo:before {
  content: "\E189";
}
.halflings.sound_dolby:before {
  content: "\E190";
}
.halflings.sound_5_1:before {
  content: "\E191";
}
.halflings.sound_6_1:before {
  content: "\E192";
}
.halflings.sound_7_1:before {
  content: "\E193";
}
.halflings.copyright_mark:before {
  content: "\E194";
}
.halflings.registration_mark:before {
  content: "\E195";
}
.halflings.cloud:before {
  content: "\2601";
}
.halflings.cloud_download:before {
  content: "\E197";
}
.halflings.cloud_upload:before {
  content: "\E198";
}
.halflings.tree_conifer:before {
  content: "\E199";
}
.halflings.tree_deciduous:before {
  content: "\E200";
}
.halflings-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}


.halflings-icon-list ul{
	padding: 0;
	list-style: none;
}
.halflings-icon-list ul li {
  position: relative;
  padding-left: 20px;
  color: #555;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.halflings-icon-list.featured ul li{
    padding-bottom: 5px;
    padding-top: 5px;
}
.halflings-icon-list ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  margin: 0;
  font: 12px/20px 'Glyphicons Halflings Regular';
  font-style: normal;
  font-weight: normal;
  color: #555;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.halflings-icon-list.featured ul li:before{
  top: 5px;
}

.halflings-icon-list.glass ul li:before {
  content: "\E001";
}
.halflings-icon-list.music ul li:before {
  content: "\E002";
}
.halflings-icon-list.search ul li:before {
  content: "\E003";
}
.halflings-icon-list.envelope ul li:before {
  content: "\2709";
}
.halflings-icon-list.heart ul li:before {
  content: "\E005";
}
.halflings-icon-list.star ul li:before {
  content: "\E006";
}
.halflings-icon-list.star-empty ul li:before {
  content: "\E007";
}
.halflings-icon-list.user ul li:before {
  content: "\E008";
}
.halflings-icon-list.film ul li:before {
  content: "\E009";
}
.halflings-icon-list.th-large ul li:before {
  content: "\E010";
}
.halflings-icon-list.th ul li:before {
  content: "\E011";
}
.halflings-icon-list.th-list ul li:before {
  content: "\E012";
}
.halflings-icon-list.ok ul li:before {
  content: "\E013";
}
.halflings-icon-list.remove ul li:before {
  content: "\E014";
}
.halflings-icon-list.zoom-in ul li:before {
  content: "\E015";
}
.halflings-icon-list.zoom-out ul li:before {
  content: "\E016";
}
.halflings-icon-list.off ul li:before {
  content: "\E017";
}
.halflings-icon-list.signal ul li:before {
  content: "\E018";
}
.halflings-icon-list.cog ul li:before {
  content: "\E019";
}
.halflings-icon-list.trash ul li:before {
  content: "\E020";
}
.halflings-icon-list.home ul li:before {
  content: "\E021";
}
.halflings-icon-list.file ul li:before {
  content: "\E022";
}
.halflings-icon-list.time ul li:before {
  content: "\E023";
}
.halflings-icon-list.road ul li:before {
  content: "\E024";
}
.halflings-icon-list.download-alt ul li:before {
  content: "\E025";
}
.halflings-icon-list.download ul li:before {
  content: "\E026";
}
.halflings-icon-list.upload ul li:before {
  content: "\E027";
}
.halflings-icon-list.inbox ul li:before {
  content: "\E028";
}
.halflings-icon-list.play-circle ul li:before {
  content: "\E029";
}
.halflings-icon-list.repeat ul li:before {
  content: "\E030";
}
.halflings-icon-list.refresh ul li:before {
  content: "\E031";
}
.halflings-icon-list.list-alt ul li:before {
  content: "\E032";
}
.halflings-icon-list.lock ul li:before {
  content: "\1F512";
}
.halflings-icon-list.flag ul li:before {
  content: "\E034";
}
.halflings-icon-list.headphones ul li:before {
  content: "\E035";
}
.halflings-icon-list.volume-off ul li:before {
  content: "\E036";
}
.halflings-icon-list.volume-down ul li:before {
  content: "\E037";
}
.halflings-icon-list.volume-up ul li:before {
  content: "\E038";
}
.halflings-icon-list.qrcode ul li:before {
  content: "\E039";
}
.halflings-icon-list.barcode ul li:before {
  content: "\E040";
}
.halflings-icon-list.tag ul li:before {
  content: "\E041";
}
.halflings-icon-list.tags ul li:before {
  content: "\E042";
}
.halflings-icon-list.book ul li:before {
  content: "\E043";
}
.halflings-icon-list.bookmark ul li:before {
  content: "\1F516";
}
.halflings-icon-list.print ul li:before {
  content: "\E045";
}
.halflings-icon-list.camera ul li:before {
  content: "\1F4F7";
}
.halflings-icon-list.font ul li:before {
  content: "\E047";
}
.halflings-icon-list.bold ul li:before {
  content: "\E048";
}
.halflings-icon-list.italic ul li:before {
  content: "\E049";
}
.halflings-icon-list.text-height ul li:before {
  content: "\E050";
}
.halflings-icon-list.text-width ul li:before {
  content: "\E051";
}
.halflings-icon-list.align-left ul li:before {
  content: "\E052";
}
.halflings-icon-list.align-center ul li:before {
  content: "\E053";
}
.halflings-icon-list.align-right ul li:before {
  content: "\E054";
}
.halflings-icon-list.align-justify ul li:before {
  content: "\E055";
}
.halflings-icon-list.list ul li:before {
  content: "\E056";
}
.halflings-icon-list.indent-left ul li:before {
  content: "\E057";
}
.halflings-icon-list.indent-right ul li:before {
  content: "\E058";
}
.halflings-icon-list.facetime-video ul li:before {
  content: "\E059";
}
.halflings-icon-list.picture ul li:before {
  content: "\E060";
}
.halflings-icon-list.pencil ul li:before {
  content: "\270F";
}
.halflings-icon-list.map-marker ul li:before {
  content: "\E062";
}
.halflings-icon-list.adjust ul li:before {
  content: "\E063";
}
.halflings-icon-list.tint ul li:before {
  content: "\E064";
}
.halflings-icon-list.edit ul li:before {
  content: "\E065";
}
.halflings-icon-list.share ul li:before {
  content: "\E066";
}
.halflings-icon-list.check ul li:before {
  content: "\E067";
}
.halflings-icon-list.move ul li:before {
  content: "\E068";
}
.halflings-icon-list.step-backward ul li:before {
  content: "\E069";
}
.halflings-icon-list.fast-backward ul li:before {
  content: "\E070";
}
.halflings-icon-list.backward ul li:before {
  content: "\E071";
}
.halflings-icon-list.play ul li:before {
  content: "\E072";
}
.halflings-icon-list.pause ul li:before {
  content: "\E073";
}
.halflings-icon-list.stop ul li:before {
  content: "\E074";
}
.halflings-icon-list.forward ul li:before {
  content: "\E075";
}
.halflings-icon-list.fast-forward ul li:before {
  content: "\E076";
}
.halflings-icon-list.step-forward ul li:before {
  content: "\E077";
}
.halflings-icon-list.eject ul li:before {
  content: "\E078";
}
.halflings-icon-list.chevron-left ul li:before {
  content: "\E079";
}
.halflings-icon-list.chevron-right ul li:before {
  content: "\E080";
}
.halflings-icon-list.plus-sign ul li:before {
  content: "\E081";
}
.halflings-icon-list.minus-sign ul li:before {
  content: "\E082";
}
.halflings-icon-list.remove-sign ul li:before {
  content: "\E083";
}
.halflings-icon-list.ok-sign ul li:before {
  content: "\E084";
}
.halflings-icon-list.question-sign ul li:before {
  content: "\E085";
}
.halflings-icon-list.info-sign ul li:before {
  content: "\E086";
}
.halflings-icon-list.screenshot ul li:before {
  content: "\E087";
}
.halflings-icon-list.remove-circle ul li:before {
  content: "\E088";
}
.halflings-icon-list.ok-circle ul li:before {
  content: "\E089";
}
.halflings-icon-list.ban-circle ul li:before {
  content: "\E090";
}
.halflings-icon-list.arrow-left ul li:before {
  content: "\E091";
}
.halflings-icon-list.arrow-right ul li:before {
  content: "\E092";
}
.halflings-icon-list.arrow-up ul li:before {
  content: "\E093";
}
.halflings-icon-list.arrow-down ul li:before {
  content: "\E094";
}
.halflings-icon-list.share-alt ul li:before {
  content: "\E095";
}
.halflings-icon-list.resize-full ul li:before {
  content: "\E096";
}
.halflings-icon-list.resize-small ul li:before {
  content: "\E097";
}
.halflings-icon-list.plus ul li:before {
  content: "\002B";
}
.halflings-icon-list.minus ul li:before {
  content: "\2212";
}
.halflings-icon-list.asterisk ul li:before {
  content: "\002A";
}
.halflings-icon-list.exclamation-sign ul li:before {
  content: "\E101";
}
.halflings-icon-list.gift ul li:before {
  content: "\E102";
}
.halflings-icon-list.leaf ul li:before {
  content: "\E103";
}
.halflings-icon-list.fire ul li:before {
  content: "\1F525";
}
.halflings-icon-list.eye-open ul li:before {
  content: "\E105";
}
.halflings-icon-list.eye-close ul li:before {
  content: "\E106";
}
.halflings-icon-list.warning-sign ul li:before {
  content: "\E107";
}
.halflings-icon-list.plane ul li:before {
  content: "\E108";
}
.halflings-icon-list.calendar ul li:before {
  content: "\1F4C5";
}
.halflings-icon-list.random ul li:before {
  content: "\E110";
}
.halflings-icon-list.comments ul li:before {
  content: "\E111";
}
.halflings-icon-list.magnet ul li:before {
  content: "\E112";
}
.halflings-icon-list.chevron-up ul li:before {
  content: "\E113";
}
.halflings-icon-list.chevron-down ul li:before {
  content: "\E114";
}
.halflings-icon-list.retweet ul li:before {
  content: "\E115";
}
.halflings-icon-list.shopping-cart ul li:before {
  content: "\E116";
}
.halflings-icon-list.folder-close ul li:before {
  content: "\E117";
}
.halflings-icon-list.folder-open ul li:before {
  content: "\E118";
}
.halflings-icon-list.resize-vertical ul li:before {
  content: "\E119";
}
.halflings-icon-list.resize-horizontal ul li:before {
  content: "\E120";
}
.halflings-icon-list.hdd ul li:before {
  content: "\E121";
}
.halflings-icon-list.bullhorn ul li:before {
  content: "\E122";
}
.halflings-icon-list.bell ul li:before {
  content: "\1F514";
}
.halflings-icon-list.certificate ul li:before {
  content: "\E124";
}
.halflings-icon-list.thumbs-up ul li:before {
  content: "\E125";
}
.halflings-icon-list.thumbs-down ul li:before {
  content: "\E126";
}
.halflings-icon-list.hand-right ul li:before {
  content: "\E127";
}
.halflings-icon-list.hand-left ul li:before {
  content: "\E128";
}
.halflings-icon-list.hand-top ul li:before {
  content: "\E129";
}
.halflings-icon-list.hand-down ul li:before {
  content: "\E130";
}
.halflings-icon-list.circle-arrow-right ul li:before {
  content: "\E131";
}
.halflings-icon-list.circle-arrow-left ul li:before {
  content: "\E132";
}
.halflings-icon-list.circle-arrow-top ul li:before {
  content: "\E133";
}
.halflings-icon-list.circle-arrow-down ul li:before {
  content: "\E134";
}
.halflings-icon-list.globe ul li:before {
  content: "\E135";
}
.halflings-icon-list.wrench ul li:before {
  content: "\1F527";
}
.halflings-icon-list.tasks ul li:before {
  content: "\E137";
}
.halflings-icon-list.filter ul li:before {
  content: "\E138";
}
.halflings-icon-list.briefcase ul li:before {
  content: "\1F4BC";
}
.halflings-icon-list.fullscreen ul li:before {
  content: "\E140";
}
.halflings-icon-list.dashboard ul li:before {
  content: "\E141";
}
.halflings-icon-list.paperclip ul li:before {
  content: "\1F4CE";
}
.halflings-icon-list.heart-empty ul li:before {
  content: "\E143";
}
.halflings-icon-list.link ul li:before {
  content: "\E144";
}
.halflings-icon-list.phone ul li:before {
  content: "\E145";
}
.halflings-icon-list.pushpin ul li:before {
  content: "\1F4CC";
}
.halflings-icon-list.euro ul li:before {
  content: "\20AC";
}
.halflings-icon-list.usd ul li:before {
  content: "\E148";
}
.halflings-icon-list.gbp ul li:before {
  content: "\E149";
}
.halflings-icon-list.sort ul li:before {
  content: "\E150";
}
.halflings-icon-list.sort-by-alphabet ul li:before {
  content: "\E151";
}
.halflings-icon-list.sort-by-alphabet-alt ul li:before {
  content: "\E152";
}
.halflings-icon-list.sort-by-order ul li:before {
  content: "\E153";
}
.halflings-icon-list.sort-by-order-alt ul li:before {
  content: "\E154";
}
.halflings-icon-list.sort-by-attributes ul li:before {
  content: "\E155";
}
.halflings-icon-list.sort-by-attributes-alt ul li:before {
  content: "\E156";
}
.halflings-icon-list.unchecked ul li:before {
  content: "\E157";
}
.halflings-icon-list.expand ul li:before {
  content: "\E158";
}
.halflings-icon-list.collapse1 ul li:before {
  content: "\E159";
}
.halflings-icon-list.collapse-top ul li:before {
  content: "\E160";
}
.halflings-icon-list.log_in ul li:before {
  content: "\E161";
}
.halflings-icon-list.flash ul li:before {
  content: "\E162";
}
.halflings-icon-list.log_out ul li:before {
  content: "\E163";
}
.halflings-icon-list.new_window ul li:before {
  content: "\E164";
}
.halflings-icon-list.record ul li:before {
  content: "\E165";
}
.halflings-icon-list.save ul li:before {
  content: "\E166";
}
.halflings-icon-list.open ul li:before {
  content: "\E167";
}
.halflings-icon-list.saved ul li:before {
  content: "\E168";
}
.halflings-icon-list.import ul li:before {
  content: "\E169";
}
.halflings-icon-list.export ul li:before {
  content: "\E170";
}
.halflings-icon-list.send ul li:before {
  content: "\E171";
}
.halflings-icon-list.floppy_disk ul li:before {
  content: "\E172";
}
.halflings-icon-list.floppy_saved ul li:before {
  content: "\E173";
}
.halflings-icon-list.floppy_remove ul li:before {
  content: "\E174";
}
.halflings-icon-list.floppy_save ul li:before {
  content: "\E175";
}
.halflings-icon-list.floppy_open ul li:before {
  content: "\E176";
}
.halflings-icon-list.credit_card ul li:before {
  content: "\E177";
}
.halflings-icon-list.transfer ul li:before {
  content: "\E178";
}
.halflings-icon-list.cutlery ul li:before {
  content: "\E179";
}
.halflings-icon-list.header ul li:before {
  content: "\E180";
}
.halflings-icon-list.compressed ul li:before {
  content: "\E181";
}
.halflings-icon-list.earphone ul li:before {
  content: "\E182";
}
.halflings-icon-list.phone_alt ul li:before {
  content: "\E183";
}
.halflings-icon-list.tower ul li:before {
  content: "\E184";
}
.halflings-icon-list.stats ul li:before {
  content: "\E185";
}
.halflings-icon-list.sd_video ul li:before {
  content: "\E186";
}
.halflings-icon-list.hd_video ul li:before {
  content: "\E187";
}
.halflings-icon-list.subtitles ul li:before {
  content: "\E188";
}
.halflings-icon-list.sound_stereo ul li:before {
  content: "\E189";
}
.halflings-icon-list.sound_dolby ul li:before {
  content: "\E190";
}
.halflings-icon-list.sound_5_1 ul li:before {
  content: "\E191";
}
.halflings-icon-list.sound_6_1 ul li:before {
  content: "\E192";
}
.halflings-icon-list.sound_7_1 ul li:before {
  content: "\E193";
}
.halflings-icon-list.copyright_mark ul li:before {
  content: "\E194";
}
.halflings-icon-list.registration_mark ul li:before {
  content: "\E195";
}
.halflings-icon-list.cloud ul li:before {
  content: "\2601";
}
.halflings-icon-list.cloud_download ul li:before {
  content: "\E197";
}
.halflings-icon-list.cloud_upload ul li:before {
  content: "\E198";
}
.halflings-icon-list.tree_conifer ul li:before {
  content: "\E199";
}
.halflings-icon-list.tree_deciduous ul li:before {
  content: "\E200";
}

/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @glyphicons
 *
 */
@font-face {
  font-family: 'Glyphicons Social Regular';
  src: url('./font/glyphicons-social-regular.eot');
  src: url('./font/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('./font/glyphicons-social-regular.woff') format('woff'), url('./font/glyphicons-social-regular.ttf') format('truetype'), url('./font/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.social {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: #555;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.social:before {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  margin: 0 5px 0 0;
  font: 24px/1em 'Glyphicons Social Regular';
  font-style: normal;
  font-weight: normal;
  color: #555;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.social.white:before {
  color: #fff;
}
.social.pinterest:before {
  content: "\E001";
}
.social.pinterest:hover:before {
  color: #cc2129;
}
.social.dropbox:before {
  content: "\E002";
}
.social.dropbox:hover:before {
  color: #007ee5;
}
.social.google_plus:before {
  content: "\E003";
}
.social.google_plus:hover:before {
  color: #252525;
}
.social.jolicloud:before {
  content: "\E004";
}
.social.jolicloud:hover:before {
  color: #00B2DF;
}
.social.yahoo:before {
  content: "\E005";
}
.social.yahoo:hover:before {
  color: #65106d;
}
.social.blogger:before {
  content: "\E006";
}
.social.blogger:hover:before {
  color: #fe6601;
}
.social.picasa:before {
  content: "\E007";
}
.social.picasa:hover:before {
  color: #959595;
}
.social.amazon:before {
  content: "\E008";
}
.social.amazon:hover:before {
  color: #ff9f47;
}
.social.tumblr:before {
  content: "\E009";
}
.social.tumblr:hover:before {
  color: #2c4762;
}
.social.wordpress:before {
  content: "\E010";
}
.social.wordpress:hover:before {
  color: #959595;
}
.social.instapaper:before {
  content: "\E011";
}
.social.instapaper:hover:before {
  color: #252525;
}
.social.evernote:before {
  content: "\E012";
}
.social.evernote:hover:before {
  color: #5FB336;
}
.social.xing:before {
  content: "\E013";
}
.social.xing:hover:before {
  color: #015965;
}
.social.zootool:before {
  content: "\E014";
}
.social.zootool:hover:before {
  color: #252525;
}
.social.dribbble:before {
  content: "\E015";
}
.social.dribbble:hover:before {
  color: #c5386d;
}
.social.deviantart:before {
  content: "\E016";
}
.social.deviantart:hover:before {
  color: #4b5d4f;
}
.social.read_it_later:before {
  content: "\E017";
}
.social.read_it_later:hover:before {
  color: #959595;
}
.social.linked_in:before {
  content: "\E018";
}
.social.linked_in:hover:before {
  color: #006699;
}
.social.forrst:before {
  content: "\E019";
}
.social.forrst:hover:before {
  color: #32723e;
}
.social.pinboard:before {
  content: "\E020";
}
.social.pinboard:hover:before {
  color: #2655f4;
}
.social.behance:before {
  content: "\E021";
}
.social.behance:hover:before {
  color: #2f9ad2;
}
.social.github:before {
  content: "\E022";
}
.social.github:hover:before {
  color: #252525;
}
.social.youtube:before {
  content: "\E023";
}
.social.youtube:hover:before {
  color: #c4302b;
}
.social.skitch:before {
  content: "\E024";
}
.social.skitch:hover:before {
  color: #fd336e;
}
.social.foursquare:before {
  content: "\E025";
}
.social.foursquare:hover:before {
  color: #3a6ec2;
}
.social.quora:before {
  content: "\E026";
}
.social.quora:hover:before {
  color: #a82300;
}
.social.badoo:before {
  content: "\E027";
}
.social.badoo:hover:before {
  color: #ff8b23;
}
.social.spotify:before {
  content: "\E028";
}
.social.spotify:hover:before {
  color: #7cc011;
}
.social.stumbleupon:before {
  content: "\E029";
}
.social.stumbleupon:hover:before {
  color: #eb4823;
}
.social.readability:before {
  content: "\E030";
}
.social.readability:hover:before {
  color: #9C0001;
}
.social.facebook:before {
  content: "\E031";
}
.social.facebook:hover:before {
  color: #3b5998;
}
.social.twitter:before {
  content: "\E032";
}
.social.twitter:hover:before {
  color: #1ec7ff;
}
.social.instagram:before {
  content: "\E033";
}
.social.instagram:hover:before {
  color: #959595;
}
.social.posterous_spaces:before {
  content: "\E034";
}
.social.posterous_spaces:hover:before {
  color: #959595;
}
.social.vimeo:before {
  content: "\E035";
}
.social.vimeo:hover:before {
  color: #44bbff;
}
.social.flickr:before {
  content: "\E036";
}
.social.flickr:hover:before {
  color: #ff0084;
}
.social.last_fm:before {
  content: "\E037";
}
.social.last_fm:hover:before {
  color: #d60148;
}
.social.rss:before {
  content: "\E038";
}
.social.rss:hover:before {
  color: #fa9d39;
}
.social.skype:before {
  content: "\E039";
}
.social.skype:hover:before {
  color: #0ca6df;
}
.social.e-mail:before {
  content: "\E040";
}
.social.e-mail:hover:before {
  color: #959595;
}
.social.vine:before {
  content: "\E041";
}
.social.vine:hover:before {
  color: #00AC7F;
}
.social.myspace:before {
  content: "\E042";
}
.social.myspace:hover:before {
  color: #252525;
}
.social.goodreads:before {
  content: "\E043";
}
.social.goodreads:hover:before {
  color: #874a0e;
}
.social.apple:before {
  content: "\F8FF";
}
.social.apple:hover:before {
  color: #959595;
}
.social.windows:before {
  content: "\E045";
}
.social.windows:hover:before {
  color: #00adf1;
}
.social.yelp:before {
  content: "\E046";
}
.social.yelp:hover:before {
  color: #c41301;
}
.social.playstation:before {
  content: "\E047";
}
.social.playstation:hover:before {
  color: #959595;
}
.social.xbox:before {
  content: "\E048";
}
.social.xbox:hover:before {
  color: #959595;
}
.social.android:before {
  content: "\E049";
}
.social.android:hover:before {
  color: #a4c639;
}
.social.ios:before {
  content: "\E050";
}
.social.ios:hover:before {
  color: #959595;
}
.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  line-height: 30px;
  vertical-align: text-top;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  *margin-right: .3em;
}

body{
	background-color: #f0f0f0;
	position: relative;
}

#header,
#title-breadcrumb,
#main,
#footer{
	background-color: white;
}

.boxed #header,
.boxed #title-breadcrumb,
.boxed #main,
.boxed #footer{
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer{
		width: 780px;
	}
}
@media (min-width: 992px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer{
		width: 1000px;
	}	
}
@media (min-width: 1200px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer{
		width: 1200px;
	}	
}

.header-top{
	min-height: 50px;
	border-bottom: 1px solid #ccc;
}
.header-middle{
	min-height: 90px;
	position: relative !important;
	z-index: 3999;
}
.header-middle-wrap{
	text-align: center;
}
@media (min-width: 992px) {
	.header-middle-wrap{
		text-align: inherit;
	}
}
.header{
	min-height: 90px;
	width: 100%;
	background-color: white;
  -webkit-transition: all 0.15s ease-in 0s; 
  transition: all 0.15s ease-in 0s;
}
#title-breadcrumb{
	background-color: #ebebeb;
	height: 160px;
}
.page-header-image{
	background-color: transparent;
	background-size: cover !important;
	background-attachment: fixed;
	background-position: center top !important;
	background-repeat: repeat;
}
#footer .footer-meta,
#footer .footer{
	background-color: #ebebeb;
}
#footer .footer-meta-border{
	border-bottom: 3px solid #f5f5f5;
}
#footer .footer-meta .item{
	margin: 20px 0;
	text-align: center;
	border-left: 3px solid #fff;
	font-weight: 900;
}
#footer .footer-meta .col-md-3:first-child .item{
	border: none;
}
#footer .footer-meta .col-md-4:first-child .item{
	border: none;
}
#footer .footer-meta .col-md-6:first-child .item{
	border: none;
}
#footer .footer-meta .col-md-12:first-child .item{
	border: none;
}
#footer .footer-meta .social-media{
	margin: 15px 0;
	line-height: 30px;
}
.sm_label{
	color: #959595;
	margin-right: 10px;
}
#footer .footer-meta .social-media .sm_label{
	font-weight: 900;
}

.footer-top{
	background-color: #fafafa;
	border-top: 1px solid #ebebeb;
	padding-top: 20px;
}
#footer .footer{
	padding: 40px 0 20px;
}
.ht-left-container div:first-child{
	border-left: 1px solid #ebebeb;
}
.ht-right-container div:first-child{
	border-right: 1px solid #ebebeb;
}
.left-meta{
	border-right: 1px solid #ebebeb;
}
.right-meta{
	border-left: 1px solid #ebebeb;
}
.left-meta{
	float: left;
}
.right-meta{
	float: right;
}
.text-content.left-meta,
.text-content.right-meta{
	padding: 15px 20px;
}
.sm-content.left-meta,
.sm-content.right-meta{
	padding: 10px 20px;
	line-height: 30px;
}
.social-right-align .social:before{
	left: 5px;
}
.social-right-align .sm_label{
	margin-right: 5px;
}
.search-meta{
	float: left;
	border-right: 1px solid #ebebeb;
}
.search-meta form{
	display: block;
	height: 50px;
    padding: 15px 20px;
}
.search-meta form:focus{
	background: red;
}
.search-meta .form-control{
	width: 100px;
	height: 20px;
	border-color: transparent !important;
	padding: 0;
	display: inline-block;
	box-shadow: none;
	background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
		opacity: 0.8;
		filter: alpha(opacity=80);
}
.search-meta .shop_search .form-control{
	width: 130px;
}
.search-meta .form-control:focus{
	width: 200px;
		opacity: 1;
		filter: alpha(opacity=100);
}
.search-meta .btn{
	padding: 0;
	border: 0;
	background-color: transparent;
	
}
.search-meta:focus{
	background: red;
}
.header-menu{
	display: block;
}
.header-middle-sm{
	line-height: 30px;
	padding-top: 30px;
	margin-left: 10px;
}

.wpml-switcher{
	float: right;
	border-left: 1px solid #ebebeb;
	position: relative;
	padding: 15px 20px;
	cursor: pointer;
}
.wpml-switcher .active-flag{
	margin-left: 10px;
}
.ws-dropdown a img,
.wpml-switcher .active-flag img{
	margin-right: 5px;
	margin-top: -1px;
}
.wpml-switcher .active-flag .halflings-icon{
	margin-left: 5px;
	width: 10px;
}
.wpml-switcher .active-flag .halflings:before{
	color: #ccc;
	font-size: 10px;
	line-height: 20px;
	top: 0;
}
.wpml-switcher .active-flag .halflings{
	padding-left: 10px;
}
.ws-title{
	color: #959595;
}
.ws-dropdown{
	position: absolute;
	right: 0;
	z-index: 4000;
	top: 90%;
	display: block;
	visibility: hidden;
	float: left;
	width: 100%;
	padding: 10px 20px;
	margin: 0 -1px 0 0;
	background-clip: padding-box;
	-webkit-transition: all .3s .1s;
	transition: all .3s .1s;
	color: #ebebeb;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.wpml-switcher:hover .ws-dropdown{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
	visibility: visible;
}

.ws-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: -5px;
  right: 50%;
  margin-right: -5px;
}
.ws-dropdown ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.ws-dropdown ul li{
	padding: 5px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ws-dropdown ul li:first-child{
	border-top: none;
}
.ws-dropdown ul li a{
	color: #ebebeb;
	display: block;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.header-middle-sm,
.right-hm-menu,
#logo,
.header-cart{
	display: inline-block;
}
.header-cart{
	line-height: 30px;
	margin: 20px 0 15px 15px;
	position: relative;
}
.header-cart > a.header-cart-button{
	display: block;
	color: #555;
	height: 30px;
	padding: 10px 0 15px;
  box-sizing: content-box;	
}
.header-cart > a.header-cart-button:hover{
	color: #555;
	text-decoration: none;	
}
.cart-total{
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 8px;
}
.cart-bag-icon{
	position: relative;
	display: inline-block;
}
.cart-bag{
	position: relative;
	padding: 1px 7px;
	line-height: 20px;
	text-align: center;
	display: block;
	border-width: 2px;
	border-style: solid;
	color: white;
	z-index: 9;
    -webkit-transition: all 0.15s ease-in-out 0s;  
    transition: all 0.15s ease-in-out 0s;
}
.cart-bag-handle{
	position: absolute;
	top: -5px;
	left: 6px;
	display: block;
	width: 14px;
	height: 14px;
	border-width: 2px;
	border-style: solid;
	border-radius: 7px;
	z-index: 1;
}
.cart-dropdown{
	position: absolute;
    background-color: #fff;
    border: 5px solid #e1e1e1;
	top: 70%;
	display: block;
	visibility: hidden;
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
    right: 0;
    min-width: 270px;
    padding: 5px;
    line-height: 20px;
	  -webkit-transition: all .3s .1s;
	  transition: all .3s .1s;
    z-index: 1000;
}
.cart-dropdown a:hover,
.cart-dropdown a{

}
.header-cart:hover .cart-dropdown{
	top: 100%;
	visibility: visible;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.cart-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e1e1e1;
	position: absolute;
	top: -15px;
	right: 10px;
}
.header_cart_list .item{
	margin-bottom: 10px !important;
}
.header_cart_list .item img{
	width: 48px;
	height: auto;
	margin-left: 0;
	margin-right: 10px;
	border: 1px solid #ebebeb
}
.header_cart_list .item:hover img{
}
.cart-title{
	text-decoration: none;
}
.cart-thumbnail,
.cart-content{
	float: left;
}
.cart-content{
	width: 190px;
	overflow-x: hidden;
}
.cart-meta{
	min-height: 20px;
	width: 190px;
}
.cart-meta .remove{
	float: left;
	color: #959595;
	font-size: 11px;
	text-decoration: line-through;
	font-weight: 300;
}
.cart-meta .remove:hover{
	text-decoration: none;
}
.cart-meta .quantity{
	float: right;
	width: 125px !important;
	text-align: right;
	overflow: hidden;
	padding: 0 !important;
}
.cart-meta .quantity .amount{
}
.cart-content .variation{
	margin: 0;
	font-size: 11px;
}
.cart-content .variation dt {
    clear: left;
    float: left;
    margin-right: 0.25em;
}
.header_cart_footer{
	border-top: 2px solid #ebebeb;
	padding-top: 10px;
}
.header_cart_footer .total{
	min-height: 20px;
}
.header_cart_footer .total strong{
	float: left;
	color: #959595;
}
.header_cart_footer .total span{
	float: right;
	font-weight: 900;
	text-decoration: underline;
}
.header_cart_footer .btn{
	margin-bottom: 0 !important;
}
.header_cart_footer .buttons{
	margin-bottom: 0;
	text-align: right;
}

@media (min-width: 992px) {
	.header-middle-sm,
	.right-hm-menu,
	#logo,
	.header-menu,
	.header-cart{
		display: table-cell;
	}
	#logo{
		float: left;
	}
	.header-middle-sm,
	.right-hm-menu,
	.header-cart{
		float: right;
	}
	.header-menu{}
	.header-middle-sm{
		margin-left: 0;
	}
}
.header{
    top: -90px;
}
.header.affix {
	position: inherit;
}
@media (min-width: 768px) {
	.header.affix {
	    position: fixed;
	    left: 0;
	  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
	}
	.affix .header.affix{
	    top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}
}
#logo h1{
	font-weight: 900;
	font-size: 24px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 20px;	
}
#logo.img h1{
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 992px) {
	#logo h1{
		margin-right: 30px;	
	}
	.header-menu .navbar{
		padding-top: 25px;
	}
}


.mega-dd-4 ul,
.mega-dd-3 ul,
.mega-dd-2 ul,
.mega-dd-1 ul {
	list-style: none;
	padding: 0;

}
.dropdown-menu section li a {
  display: block;
  padding: 5px 15px 5px 25px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #555;
  white-space: nowrap;
  text-decoration: none;
}

.thumb-menu-item-desc,
.thumb-menu-item{
	text-align: center;
}
.thumb-menu-item a{
  -webkit-transition: all .15s;
  transition: all .15s;
  text-decoration: none;
}
.thumb-menu-item a img{
	display: block;
    width: 158px;
    height: 158px;
	border: 1px solid #ebebeb;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.thumb-menu-item h5{
	color: #959595;
	font-weight: 700;
  -webkit-transition: all .15s;
  transition: all .15s;
  margin: 10px 0 5px;
}
.thumb-menu-item .price{
	display: block;
    font-size: 14px;
    font-weight: 700 !important;
    margin-bottom: 10px;
}
.thumb-menu-item .price del{
	font-size: 85%;
	color: #959595;
}
.thumb-menu-item .price .from{
    color: #959595;
    font-size: 11px;
    margin: -2px 0 0;
    text-transform: uppercase;
}
.thumb-menu-item-desc{
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 5px;
}
.thumb-menu-item .img-wrap{
    display: table;
    margin: 0 auto;
    position: relative;
}
.dd-bold-font .dropdown-menu > li > a {
	font-weight: 700;
}
.bold-font .navbar-nav > li > a{
	font-weight: 700;
}

.dd-bold-font .dropdown-menu section li a{
	font-weight: 700;
}
@media (min-width: 768px) {
	section .dropdown-submenu.active > a,
	section .dropdown-submenu:hover > a{
	  color: #fff; 	
	}
}
.dropdown-menu section li.active a,
.dropdown-menu section li a:focus,
.dropdown-menu section li a:hover {
  color: #fff;  
}


@media (min-width: 768px) {
	.none-type.dropdown-menu{
		opacity: 0.95;
		filter: alpha(opacity=95);
	}
	.dropdown-submenu{position:relative;}
	.dropdown-submenu>.dropdown-menu{
		display:block;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		top:0;
		left: 105%;
		margin-top:-5px;
		margin-left:0;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.none-type.dropdown-submenu:first-child .dropdown-menu{}
	.dropdown-submenu:hover>.dropdown-menu{
		visibility: visible;
		opacity: .95;
		filter: alpha(opacity=95);
		left:100%;
	}
	.dropdown-submenu>a:after{}
	.dropdown-submenu:hover>a:after{}
	.dropdown-submenu.pull-left{float:none;}
	.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;border-radius:0;}
	
	section .dropdown-submenu>.dropdown-menu{
		margin-top:-10px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
		padding: 5px;
		padding-top: 0;
	}
	
	.dropdown-menu .dropdown-submenu > a{
		padding-right: 20px;
	}
	.dropdown-submenu > a:after {
	  display: block;
	  content: " ";
	  float: right;
	  width: 0;
	  height: 0;
	  border-color: transparent;
	  border-style: solid;
	  border-width: 5px 0 5px 5px;
	  border-left-color: #fff;
	  margin-top: 5px;
	  margin-right: -10px;
	}
	section .dropdown-submenu > a:after {
	  border-left-color: #555;
	}
	.dropdown-submenu.active > a:after,
	.dropdown-submenu:hover > a:after {
	}
	.dropdown-submenu.active > a,
	.dropdown-submenu:hover > a {
	}
	section .dropdown-submenu.active > a:after,
	section .dropdown-submenu:hover > a:after {
	  border-left-color: #fff;
	}
	
	.navbar .nav > li > .dropdown-menu:after {
	  content: '';
	  display: inline-block;
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  border-bottom: 10px solid #e1e1e1;
	  position: absolute;
	  top: -15px;
	  left: 10px;
	}
	
	.none-type.dropdown-menu .divider {
	  background-color: rgba(255, 255, 255, 0.75);
	}
	
	section.divider{
		display: none;
	}
	
	.navbar .nav > li.pull-right > .dropdown-menu:after {
	  left: auto;
	  right: 10px;
	}
	
	.none-type.dropdown-menu .dropdown-header{
	  background-color: #555;
	  color: #ebebeb;
	  border-top: 1px solid rgba(255, 255, 255, 0.75);	
	}
	.dropdown-menu > li > a {
	  border-top: 1px solid rgba(255, 255, 255, 0.75);
	  -webkit-transition: all .15s;
	  transition: all .15s;
	}
	.none-type.dropdown-menu .dropdown-header:first-child,
	.dropdown-menu li:first-child > a {
	  border-top: none;
	}

	.mega-dd-1.dropdown-menu,
	.mega-dd-2.dropdown-menu,
	.mega-dd-3.dropdown-menu,
	.mega-dd-4.dropdown-menu{
		opacity: 0.95;
		filter: alpha(opacity=95);
	}
	.mega-dd-1.dropdown-menu{
		min-width: 220px !important;
		padding: 0 !important;
	}
	.mega-dd-4.dropdown-menu,
	.mega-dd-3.dropdown-menu,
	.mega-dd-2.dropdown-menu{
		min-width: 440px !important;
		padding: 0 !important;
	}
	.mega-dd-4 section,
	.mega-dd-3 section,
	.mega-dd-2 section,
	.mega-dd-1 section,
	.mega-dd-4 ul,
	.mega-dd-3 ul,
	.mega-dd-2 ul,
	.mega-dd-1 ul {
		list-style: none;
		float: left;
		width: 210px;
		margin: 0;
		padding: 0;
	
	}
	.mega-dd-4 section,
	.mega-dd-3 section,
	.mega-dd-2 section,
	.mega-dd-1 section{
		padding: 5px;
	}
	.dropdown-menu section .dropdown-header{
		background: #ccc;
		color: #fff;
	}
	.dropdown-menu section li{
		margin-top: 5px;
	}
	.dropdown-menu section li a {
	  padding: 5px 10px;
	  background: #f5f5f5;
	  -webkit-transition: all .15s;
	  transition: all .15s;
	}
	.animation-dd .dropdown > .dropdown-menu{
		top: 70%;
		display: block;
		visibility: hidden;
		opacity: 0 !important;
		filter: alpha(opacity=0) !important;
	}
	.animation-dd .dropdown:hover > .dropdown-menu{
		top: 100%;
		visibility: visible;
		opacity: .95 !important;
		filter: alpha(opacity=95) !important;
	}
}
@media (min-width: 992px) {
	.mega-dd-3.dropdown-menu{
		min-width: 660px !important;
		padding: 0 !important;
	}
	.mega-dd-4.dropdown-menu{
		min-width: 880px !important;
		padding: 0 !important;
	}
	.navbar .nav > li.pull-center > .dropdown-menu:after {
	  left: 50%;
	  margin-left: -10px;
	}
}
@media (max-width: 767px) {
	.thumb-object{
		padding: 10px 0;
	}
	.dropdown-menu section .dropdown-menu{
		display: block;
	}
	.navbar-nav .open section .dropdown-menu > li > a{
		padding-left: 45px;
	}
}
.menu-item *{
  box-sizing: content-box;
}

.tb-t h2{
	font-size: 24px;
	line-height: 40px;
	margin: 0;
	font-weight: 900;
	text-transform: uppercase;
}
.tb-t .title-subtitle{
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 10px 0;
	color: #959595;
	margin-top: -20px;
}

.tb-t .title-subtitle:after {
  content: '';
  display: inline-block;
  height: 3px;
  width: 90px;
  background-color: rgba(85, 85, 85, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}	
.tb-b{
	text-align: center;
}
.lpd_breadcrumb{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px;
}
.lpd_breadcrumb a{

	color: #fff;

}
@media (min-width: 768px) {
	.tb-t{
		padding-top: 60px;
	}
	.tb-b{
		text-align: right;
		padding-top: 65px;
	}
}
.sidebar{
	margin-bottom: 60px;
}
.inner-page{
	padding-top: 40px;
}
.template-content{}
.page-content{
	margin-bottom: 60px;
}
.front-page .page-content{
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.left-sidebar-template .page-content{
		float: right !important;
	}
}





/* blog
-------------------------------------------------- */
.more-link{
	display: block;
	margin-top: 10px;
}
.page-thumbnail{
	margin-bottom: 20px;
}
.blog-pagination{
	margin-top: 20px;
}
.blog-post{
	margin-top: 40px;
}
.blog-post:first-child{
	margin-top: 0;
}
.blog-post-title{
	position: relative;
	margin-top: 0px;
	line-height: 40px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}
.blog-post-title a{
	color: #555;
	background: white;
	padding-right: 10px;
	position: relative;
	z-index: 9;
}
.blog-post-title a:hover{
	text-decoration: none;
}
.blog-post-title:before{
	content: "";
	top: 18px;
	left: 0;
	position: absolute;
	height: 3px;
	width: 100%;
	display: block;
	background: rgba(85, 85, 85, 0.2);
	z-index: 1;
}
.blog-post-taxo{
	margin: 10px 0;
	font-weight: 700;
	color: #959595;
}
.blog-post-taxo ul li,
.blog-post-taxo ul{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.blog-post-taxo ul:first-child{
	margin-right: 10px;
}
.blog-post-content{
	margin-bottom: 20px;
}
.blog-post-meta{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	line-height: 38px;
	font-weight: 700;
}
.single-post-meta a,
.blog-post-meta a{
	display: inline-block;
	position: relative;
	color: #555;
	margin-left: 10px;
}
.blog-post-meta a .halflings{
	margin-top: 8px
}
.single-post-meta a:first-child,
.blog-post-meta a:first-child{
	margin-left: 0;
}
.single-post-meta{
	margin-bottom: 10px;
	font-weight: 700;
}
.st-share{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 9px 0;
}
.st-share-portfolio span *, .st-share-portfolio span *:before, .st-share-portfolio span *:after,
.st-share span *, .st-share span *:before, .st-share span *:after,
.st-share-portfolio span, .st-share-portfolio span:before, .st-share-portfolio span:after,
.st-share span, .st-share span:before, .st-share span:after{
  box-sizing: content-box;
}
.st-share-portfolio{
	padding-bottom: 0 !important;
}
.st-share-portfolio span{
	margin-bottom: 5px;
}

.comment-title,
.comment-reply-title{
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 900;
	position: relative;
}


#comments{
	margin-top: 40px;
}
.comment-container{
    position: relative;
    left: -3px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.comment-post{
    position: relative;
    left: 4px;
    top: -4px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px 20px 10px;
}
.comment-post div.avatar{
    float: left;
    padding: 2px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.comment-post img{
    display: block;
}
.comment-post .author{
    margin-left: 80px;
}
.comment-content,
.comment-post p{
	float: left;
}
.comment-content{
	width: 100%;
}
.comment-content p{
	float: none;
}
.comment-author{
	float: left;
    font-weight: 900;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px;
}
.comment-info{
	float: right;
    color: #959595;
    margin-bottom: 10px;
    font-weight: 700;
}
.comment-info a{
    border-left: 1px solid #ebebeb;
    padding-left: 5px;
    margin-left: 5px;
}
.comment-post.reply{
    background: none;
    border: none;
}
#comments #respond{
	padding: 20px;
}
.comment-container .comment-container{
   left: 0;
   margin: 0;
   background: none;
   border: none;
}
.comment-container .comment-container .comment-post{
    background: none;
    border: none;
}
.moderation{
    color: #ed1c24;
}
@media (min-width: 768px) {
	#commentform input{
		width: 33%;
	}
	#commentform textarea{
		width: 66%;
	}
	#pp_full_res #commentform textarea{
		width: 100%;
	}
	#commentform input.btn{
		width: inherit;
	}
}
.blog-pagination{
	margin-left: -5px;
}
.blog-pagination a{
	margin: 0 5px;
}

/* portfolio
-------------------------------------------------- */
.portfolio-info-widget li.tags{
	padding: 10px 0 0;
}
.portfolio-info-widget .share ul{
	border: none;
	margin-top: 0;
}

/* shortcodes
-------------------------------------------------- */
.divider20{
	display: block;
	height: 20px;
}
.divider10{
	display: block;
	height: 10px;
}
.divider5{
	display: block;
	height: 5px;
}
.vc_divider{
	display: block;
	height: 20px;
}
.dropcap2,
.dropcap1,
.dropcap{
    display: block;
    float: left;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 31.5px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    background: #555;
}
.dropcap2{
    background: #ccc;
}

/* elements
-------------------------------------------------- */
.featured-module{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	color: #555 !important;
}
.featured-module img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.featured-module-no-scale img{
   -webkit-transform: scale(1) !important;
   -ms-transform: scale(1) !important;
   transform: scale(1) !important;
}
.featured-module:hover img {
   -webkit-transform: scale(1.0);
   -ms-transform: scale(1.0);
   transform: scale(1.0);
}
.featured-module-1-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: white;
	text-align: center;
	padding: 10px;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-1-content h3{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;
}
.featured-module-2{
	color: #fff !important;
}
.featured-module-2 h3{
	margin-left: 10px;
	margin-right: 10px;
}
.featured-module-2-content{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #76abe8;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-2-content h3{
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 900;
	line-height: 40px;
}
.featured-module-2-content h3:first-child{
	font-size: 24px;
	line-height: 30px;
	margin: 15px 10px;
}
.featured-module-2-content-2{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #ccc;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-2-content-2 h3{
	font-size: 30px;
	line-height: 30px;
	margin: 15px 10px;
	font-weight: 900;
}
.featured-module-2 .sep-border{
	height: 3px;
	width: 80px;
	background: rgba(255, 255, 255, 0.6);
	display: table;
	margin: 0 auto;
}
.featured-module-3{
	color: #fff !important;
}
.featured-module-3-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #b5af9e;
	padding-bottom: 20px;
	padding-top: 10px;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-3-content .featured-module-3-label{
	position: absolute;
	top: -10px;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 900;
	color: #555 !important;
}
.featured-module-3-label span{
	background-color: #fff;
	padding: 5px 15px;
}
.featured-module-3-content h3{
	font-size: 30px;
	line-height: 40px;
	margin: 20px 10px;
	font-weight: 900;
}
.featured-module-3-text{
	margin: 20px 20px 10px;
	display: block;
}


.lpd-module{
    color: #fff !important;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.lpd-module img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.lpd-module:hover img {
   -webkit-transform: scale(1.0);
   -ms-transform: scale(1.0);
   transform: scale(1.0);
}
.module-no-scale img{
   -webkit-transform: scale(1) !important;
   -ms-transform: scale(1) !important;
   transform: scale(1) !important;
}
.lpd-module .module_content{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(149, 149, 149, 0.2);
	text-align: center;
}
.lpd-module .module_content h3{
	line-height: 30px;
	font-size: 24px;
	font-weight: 900;
	margin: 0 10px 10px;
}
.lpd-module .module_content table{
    height: 100%;
    width: 100%;
}
.lpd-module .sep-border{
	height: 3px;
	width: 80px;
	background: #fff;
	display: table;
	margin: 0 auto;
}

.mega-icon{
	top: 50%;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border-radius: 25px;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
}
.mega-icon.reel{
	background-image: url(../img/mega-icon-reel.png);
}
.mega-icon.eye{
	background-image: url(../img/mega-icon-eye.png);
}
.mega-icon.link{
	background-image: url(../img/mega-icon-link.png);
}
.lpd-portfolio-item{
    border: 1px solid #ebebeb;
    padding: 5px;
    background: white;
    -webkit-transition: all 0.3s ease-in-out 0s;  
    transition: all 0.3s ease-in-out 0s; 
}
.lpd-portfolio-item:hover{
    border-color: #ccc;
}
.effect-thumb{
	position: relative;
	display: block;
}
.lpd-portfolio-item{
	text-align: center;
}
.lpd-portfolio-item .effect-thumb .mega-icon{
	margin-top: -25px;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lpd-portfolio-item:hover .effect-thumb .mega-icon{
    opacity: 100;
    filter: alpha(opacity=1);
}
.lpd-portfolio-item .effect-thumb img{
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lpd-portfolio-item:hover .effect-thumb img{
    opacity: .85;
    filter: alpha(opacity=85);
}
.lpd-portfolio-item .title{
	position: relative;
	margin: 0px;
	line-height: 20px;
	padding: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
}
.lpd-portfolio-item .title a{
	color: #555;
	background: white;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	display: table;
    -webkit-transition: all 0.15s ease-in-out 0s;  
    transition: all 0.15s ease-in-out 0s;
}
.lpd-portfolio-item .title:before{
	content: "";
	top: 18px;
	left: 0;
	position: absolute;
	height: 3px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.lpd-portfolio-item .post_content .more-link{
	margin: 0;
}
.lpd-portfolio-item .portfolio-categories{
	border-top: 1px solid #ebebeb;
	padding-top: 5px;
}
.lpd-portfolio-item .portfolio-categories a{
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}
.lpd-portfolio-item{
	margin-bottom: 20px;
}

.meta-block{
	border: 1px solid #ebebeb;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;  
    transition: all 0.3s ease-in-out 0s; 
}
.meta-block:hover{
	border: 1px solid #ccc;
}
.meta-block h4{
	display: table;
	font-size: 14px;
	font-weight: 900;
	margin: 10px auto 9px;
	line-height: 20px;
}
.meta-block h4{
	position: relative;
}
.meta-block .glyphicons{
	display: inline;
	vertical-align: top;
}
.meta-block .glyphicons:before{
	font-size: 16px;
	line-height: 20px;
	color: inherit;
}
.meta-block .sep-border{
	height: 3px;
	width: 80px;
	background: #ebebeb;
	display: table;
	margin: 8px auto 9px;
}

.iconitem{
	position: relative;
}
.iconitem .glyphicons{
	position: absolute;
	left: 2px;
	top: 0;
}
.iconitem .glyphicons:before{
	font-size: 16px;
	line-height: 20px;
	color: #959595;	
}
.iconitem h5.title{
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
	font-family: inherit;
	padding-left: 30px;
	line-height: 20px;
	position: relative;
	text-transform: uppercase;
}
.iconitem .content{
	border-left: 1px solid #ebebeb;
	margin-left: 10px;
	padding-left: 20px;
}
.icon_header{
	position: relative;
	display: inline-block;
}
.header-title{
	margin: 10px 0;
}
.icon_header .glyphicons{
	position: absolute;
	top: 0;
	left: 0;
}
.icon_header .glyphicons{
	top: 3px;
	padding-left: 32px;
}
.icon_header.icon_64 .glyphicons{
	padding-left: 64px;
}
.icon_header .glyphicons:before{
	font-size: 32px;
	line-height: 32px;
	color: inherit;
}
.icon_header.icon_64 .glyphicons:before{
	font-size: 64px;
	line-height: 64px;
}
.icon_header h4{
	line-height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
}
.icon_header.icon_32.left{
	padding-left: 42px;
}
.icon_header.icon_64.left{
	padding-left: 79px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.icon_header.icon_32.right{
	padding-right: 42px;
}
.icon_header.icon_64.right{
	padding-right: 79px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.icon_header.icon_32.center{
	padding-top: 40px;
}
.icon_header.icon_64.center{
	padding-top: 70px;
}
.icon_header.right .glyphicons{
	right: 0;
	left: auto;
}
.icon_header.center .glyphicons{
	left: 50%;
	margin-left: -16px;
}
.icon_header.icon_64.center .glyphicons{
	margin-left: -32px;
}

.btn .glyphicons{
	display: inline;
	vertical-align: top;
}
.btn .glyphicons:before{
	color: #555;
}
.btn:hover .glyphicons:before{
	color: #363636;
}
.white.btn .glyphicons:before{
	color: #fff;
}
.btn-lg .glyphicons:before{
	line-height: 24px;
	top: -1px;
}
.btn-lg .glyphicons{
	padding-left: 35px;
}
.btn-medium .glyphicons:before{
	line-height: 20px;
	font-size: 16px;
	top: -2px;
}
.btn-medium .glyphicons{
	padding-left: 25px;
}
.btn-xs .glyphicons:before,
.btn-sm .glyphicons:before{
	line-height: 1.5;
	font-size: 12px;
	top: -2px;
}
.btn-xs .glyphicons,
.btn-sm .glyphicons{
	padding-left: 20px;
}

.callout{
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	margin-bottom: 20px;
	width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;  
    transition: all 0.3s ease-in-out 0s; 
}
.callout:hover{
	border: 1px solid #ccc;
}
.callout-content h4{
	font-weight: 900;
	font-size: 14px;
}
.callout-btn{
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.callout-btn table{
	height: 100%;
	width: 100%;
}
.callout-btn .btn{
	margin: 0;
}
.callout .sep-border{
	height: 3px;
	width: 80px;
	background: #ebebeb;
	display: block;
	margin: 9px 0;
}

.working-time ul{
    list-style: none;
    padding: 0;
}
.working-time ul li{
    border: none;
    padding: 5px; 
}
.working-time ul li a{
    text-decoration: underline;
}
.working-time ul li a:hover{
    text-decoration: none;
}
.working-time ul li span{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
}
.working-time ul li span.right{
    float: right;
    font-size: inherit;
    text-transform: inherit;
    font-weight: inherit;
}
.working-time ul li:nth-child(odd){
    background-color: #f0f0f0;
}
.Search{
	margin-bottom: 20px
}
.search-post h4{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
}

/* WP - Meet the Team Shortcode v2
-------------------------------------------------- */
.wordpress-456industry #wpmtp-single-wrap ul.wpmtp-social{
	padding-left: 0;
}
.wordpress-456industry #wpmtp-wrapper ul.wpmtp-grid,
.wordpress-456industry #wpmtp-wrapper ul.wpmtp-carousel,
.wordpress-456industry #wpmtp-wrapper ul.wpmtp-filterable{
	padding-left: 0;
}
.wpmtp-filter ul{
	padding-left: 0;
	margin-bottom: 20px;
}
.wpmtp-filter ul li a{
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	padding: 2px 5px;
	color: #555;
	border: 1px solid #ccc;
    -webkit-transition: all 0.1s ease-in-out 0s;  
    transition: all 0.1s ease-in-out 0s;  	
}
.wpmtp-filter ul li.current a,
.wpmtp-filter ul li a:hover{
	color: #fff;
}
.wordpress-456industry #wpmtp-wrapper .wpmtp-pager a{
	color: #555;
    background-color: #ebebeb;
    border-bottom: 2px solid #ccc;
    padding: 2px 10px;
}
.wordpress-456industry #wpmtp-wrapper .wpmtp-pager a:hover{
	background-color: #ccc;
	color: #fff;
}
.wordpress-456industry #wpmtp-wrapper .wpmtp-pager{
	margin-top: 0;
	margin-bottom: 10px;
}
.wordpress-456industry #wpmtp-wrapper ul.wpmtp-grid .wpmtp-column, .wordpress-456industry #wpmtp-wrapper ul.wpmtp-carousel .wpmtp-column, .wordpress-456industry #wpmtp-wrapper ul.wpmtp-filterable .wpmtp-column{
	margin-bottom: 20px;
}

/* Logo Carousel – WordPress Logos Showcase 
-------------------------------------------------- */
.wordpress-456industry .at_logo_carousel_calltoaction_block h2{
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.wordpress-456industry .at_logo_carousel_calltoaction_block .centered{
	overflow: inherit;
}
.wordpress-456industry .at_logo_carousel_calltoaction_block{
	padding: 30px;
	font: inherit;
	border-radius: 0;
}
.wordpress-456industry a.at_logo_carousel_button{
	border: none;
	font: inherit;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.footer_logo{
	display: block;
	float: left;
	margin-right: 20px;
	padding-top: 20px;
}
.footer-m-copyright{
	padding: 20px 0 10px;
	display: block;
	float: left;
}
.footer-menu{
	padding: 0;
	margin: 0 0 10px 0;
}
.footer-menu li{
	display: inline-block;
	border-left: 1px solid #ebebeb;
}
.footer-menu li a{
	color: #959595;
	padding: 0 8px;
	font-weight: 900;
}
.footer-menu li:first-child{
	border: none;
}
.footer-menu li:first-child a{
	padding-left: 0;
}
p.copyright{
	margin-bottom: 10px;
}

.right-hm-menu{
	padding: 35px 0;
	margin: 0 0 0 10px;

}
.right-hm-menu li{
	display: inline-block;
	border-left: 1px solid #ebebeb;
}
.right-hm-menu li a{
	color: #959595;
	padding: 0 3px 0 5px;
}
.right-hm-menu li:first-child{
	border-left: none;
}
.title-widget{
	margin-bottom: 20px;
}
.title-widget h4.heading-title{
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	line-height: 20px;
	font-family: inherit;
}
.title-widget h4.heading-title:before{
	content: "";
	top: 9px;
	left: 0;
	position: absolute;
	height: 3px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.title-widget h4.heading-title span{
	display: table;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.title-widget h4.heading-title span.left{
    margin: 0 auto 0 10px;
}
.widget{
	margin-bottom: 20px;
}
.widgettitle,
.widget h4.title{
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0 0 10px;
	line-height: 20px;
	position: relative;
}
.widgettitle:after,
.widget h4.title:after {
  content: '';
  display: inline-block;
  height: 3px;
  width: 60px;
  background-color: rgba(85, 85, 85, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget.widget_rss ul li a,
.widget.widget_pages ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_login ul li a,
.widget.widget_meta ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a{
	font-weight: 700;
	color: #555;
}
.widget_product_search .screen-reader-text,
.widget_search .screen-reader-text{
	display: block;
}
.widget_product_search .form-control,
.widget_search .form-control{
	display: inline-block;
	width: 65%
}
.widget ul{
	padding: 0;
	list-style: none;
}
.portfolio-info-widget ul li,
.widget.widget_rss ul li,
.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_login ul li,
.widget.widget_meta ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li{
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.widget.widget_pages ul li a:before,
.widget.widget_nav_menu ul li a:before,
.widget.widget_login ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_recent_comments ul li a:before,
.widget.widget_recent_entries ul li a:before{
	content: "→";
	top: 10px;
	right: 0;
	position: absolute;
	height: 20px;
	width: 13px;
	display: block;
	z-index: 1;
}
.widget.widget_rss ul ul,
.widget.widget_pages ul ul,
.widget.widget_nav_menu ul ul,
.widget.widget_login ul ul,
.widget.widget_meta ul ul,
.widget.widget_categories ul ul,
.widget.widget_archive ul ul,
.widget.widget_recent_comments ul ul{
    padding: 5px 0 5px 10px;
    margin: 10px 0 0;
}
.widget.widget_rss ul ul li,
.widget.widget_pages ul ul li,
.widget.widget_nav_menu ul ul li,
.widget.widget_login ul ul li,
.widget.widget_meta ul ul li,
.widget.widget_categories ul ul li,
.widget.widget_archive ul ul li,
.widget.widget_recent_comments ul ul li,
.widget.widget_recent_entries ul ul li{
    padding: 5px 0 5px 5px;
    border: none;
    font-size: 95%;
    list-style: square inside;
}
.widgettitle .rsswidget,
.widget_rss .title .rsswidget{
	color: #555;
	text-decoration: none !important;
}
.tagcloud a,
.tags a{
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	padding: 2px 5px;
	color: #555;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-right: 10px;
    -webkit-transition: all 0.1s ease-in-out 0s;  
    transition: all 0.1s ease-in-out 0s;  
}
.tagcloud a:hover,
.tags a:hover{
	color: #fff;
}
.footer .widget.widget_rss ul li,
.footer .widget.widget_pages ul li,
.footer .widget.widget_nav_menu ul li,
.footer .widget.widget_login ul li,
.footer .widget.widget_meta ul li,
.footer .widget.widget_categories ul li,
.footer .widget.widget_archive ul li,
.footer .widget.widget_recent_comments ul li,
.footer .widget.widget_recent_entries ul li{
	border-color: #ccc;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {font-weight: bold;}
.sticky {color: #111}
.sticky .blog-post-title:before{background: #363636;}
.sticky .blog-post-title a{color: #363636}
.sticky .blog-post-meta{
	border-color: #959595;
}
.gallery .gallery-caption {}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
.bypostauthor {}

/**
 * color.css
 */
/* bootstrap */
a {
  color: #76abe8;
}
a:hover,
a:focus {
  color: #364a61;
}
.nav .current_page_ancestor a .caret,
.nav .active a .caret,
.nav .current_page_item a .caret,
.nav a:hover .caret {
  border-top-color: #76abe8;
  border-bottom-color: #76abe8;
}
.navbar-nav > li.current_page_ancestor > a,
.navbar-nav > li.active > a,
.navbar-nav > li.current_page_item > a,
.navbar-nav > li > a:hover{
  color: #76abe8;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #76abe8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #76abe8;
}

@media (min-width: 768px) {
	.dropdown-menu > li > a {
	  background: #76abe8;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
	  background-color: #364a61;
	}
	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
	  background-color: #364a61;
	}
}

.btn-primary {
  background-color: #364a61;
  border-color: #364a61;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #76abe8;
  border-color: #76abe8;
}

/* application */

.thumb-menu-item a:hover img{
	border-color: #76abe8;
}
.thumb-menu-item a:hover h5{
	color: #76abe8;
}
@media (min-width: 768px) {
	section .dropdown-submenu.active > a,
	section .dropdown-submenu:hover > a{
	  background-color: #76abe8;
	}
}
.dropdown-menu section li.active a,
.dropdown-menu section li a:focus,
.dropdown-menu section li a:hover {
  background-color: #76abe8;
}

@media (min-width: 768px) {
	.none-type.dropdown-menu{
	  background-color: #76abe8 !important;
	}
}

.lpd_breadcrumb{
	background: #364a61;
}
.lpd_breadcrumb a:focus,
.lpd_breadcrumb a:hover{
  color: #76abe8;
}
.tb-t h2{
  color: #364a61;
}

.footer-menu li a:hover{
	color: #76abe8;
}
.widget.widget_rss ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_login ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_recent_entries ul li a:hover{
	color: #76abe8;
}

.search-meta .btn .halflings:before{
	color: #76abe8;
}

.wpml-switcher .ws-title .halflings:before{
	color: #76abe8;
}
.ws-dropdown ul li a:hover{
	color: #76abe8;
}
.ws-dropdown{
	background-color: #364a61;
}
.ws-dropdown:after {
	border-bottom: 5px solid #364a61;
}
.blog-post-title a:hover{
	color: #76abe8;
}
.single-post-meta a:hover,
.blog-post-meta a:hover{
	color: #76abe8;
}

.tagcloud a:hover,
.tags a:hover{
	border-color: #76abe8;
	background-color: #76abe8;
}

.right-hm-menu li a:hover{
	color: #76abe8;
}
.cart-bag{
  background-color: #364a61;
  border-color: #76abe8;
}
a:hover .cart-bag{
  background-color: #76abe8;
}
.cart-bag-handle{
  border-color: #76abe8;
}

.mega-icon{
	background-color: #76abe8; 
}
.mega-icon:hover{
	background-color: #364a61; 
}
.portfolio-item .title a:hover{
	color: #76abe8;
}
.dropcap1{
	background: #76abe8; 
}
.wpmtp-filter ul li.current a,
.wpmtp-filter ul li a:hover{
	border-color: #76abe8;
	background-color: #76abe8;
}


/* Multi Purpose Media Boxes */

.box:hover .box-caption .box-title{
  color: #76abe8;
}
.category-navbar li.select a{
  background-color: #76abe8;
}
.category-navbar li a:hover{
  background-color: #364a61;
}


/* woocommerece */
.wordpress-456industry .woocommerce table.cart .cart_table_item:hover img,
.wordpress-456industry.woocommerce-page table.cart .cart_table_item:hover img{
    border-color: #76abe8;
}

.wordpress-456industry .woocommerce table.cart a.remove:hover,
.wordpress-456industry.woocommerce-page table.cart a.remove:hover{
	background: #364a61;
}

.wordpress-456industry .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.wordpress-456industry.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
	background: #76abe8;
	border: 1px solid #364a61;
}
.wordpress-456industry .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover,
.wordpress-456industry.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:hover{
	background: #364a61;
}

.woocommerce ul.cart_list li a:hover img,
.woocommerce-page ul.cart_list li a:hover img,
.woocommerce ul.product_list_widget li a:hover img,
.woocommerce-page ul.product_list_widget li a:hover img{
	border: 1px solid #76abe8;
}

.woocommerce ul.cart_list li a:hover,
.woocommerce-page ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover,
.woocommerce-page ul.product_list_widget li a:hover{
	color: #76abe8 !important;
}
.product-category a:hover{
	border-color: #76abe8;
}
ul.lpd-products li.product.product-category:hover .product-category-title{
	background-color: #76abe8;
}
.product-item-thumb-wrap:hover{
	border-color: #76abe8;
}
.product-item_btn.loading .glyphicons:before{
	color: #76abe8 !important;
}
.product-item-thumb-wrap .product-item_btn{
	color: #76abe8;
	border-color: #76abe8;
}
.product-item-thumb-wrap .product-item_btn .glyphicons:before{
	color: #76abe8;
}
.product-item-thumb-wrap .product-item_btn.add_to_cart_button.added,
.product-item-thumb-wrap .product-item_btn:hover{
	color: #364a61;
	border-color: #364a61;
}
.product-item-thumb-wrap .product-item_btn.add_to_cart_button.added .glyphicons:before,
.product-item-thumb-wrap .product-item_btn:hover .glyphicons:before{
	color: #364a61;	
}
.wordpress-456industry.woocommerce-page div.product form.cart .group_table td.label a:hover{
	color: #76abe8;
}

.wordpress-456industry.woocommerce-page .quantity .plus:hover,
.wordpress-456industry.woocommerce-page #content .quantity .plus:hover,
.wordpress-456industry.woocommerce-page .quantity .minus:hover,
.wordpress-456industry.woocommerce-page #content .quantity .minus:hover{
	background: #76abe8;
}
.wordpress-456industry .woocommerce .woocommerce-breadcrumb a:hover,
.wordpress-456industry.woocommerce-page .woocommerce-breadcrumb a:hover{
	color: #76abe8;
}

/**
 * cc.css
 */

.cc{
	padding: 0;
	margin: 20px 0 15px;
	text-align: right;
}
.cc li{
	display: inline-block;
	margin-left: 10px;
	padding: 4px 0;
}
.cc-icon{
	display: block;
	width: 51px;
	height: 32px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.cc-icon:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.cc-2checkout{
	background: url(./payment-icon-set/icons/2checkout-straight-32px.png)
}
.cc-american-express{
	background: url(./payment-icon-set/icons/american-express-straight-32px.png)
}
.cc-cirrus{
	background: url(./payment-icon-set/icons/cirrus-straight-32px.png)
}
.cc-delta{
	background: url(./payment-icon-set/icons/delta-straight-32px.png)
}
.cc-direct{
	background: url(./payment-icon-set/icons/direct-debit-straight-32px.png)
}
.cc-discover{
	background: url(./payment-icon-set/icons/discover-straight-32px.png)
}
.cc-ebay{
	background: url(./payment-icon-set/icons/ebay-straight-32px.png)
}
.cc-google-checkout{
	background: url(./payment-icon-set/icons/google-checkout-straight-32px.png)
}
.cc-maestro{
	background: url(./payment-icon-set/icons/maestro-straight-32px.png)
}
.cc-mastercard{
	background: url(./payment-icon-set/icons/mastercard-straight-32px.png)
}
.cc-moneybookers{
	background: url(./payment-icon-set/icons/moneybookers-straight-32px.png)
}
.cc-sagepay{
	background: url(./payment-icon-set/icons/sagepay-straight-32px.png)
}
.cc-solo{
	background: url(./payment-icon-set/icons/solo-straight-32px.png)
}
.cc-switch{
	background: url(./payment-icon-set/icons/switch-straight-32px.png)
}
.cc-visa-electron{
	background: url(./payment-icon-set/icons/visa-electron-straight-32px.png)
}
.cc-visa{
	background: url(./payment-icon-set/icons/visa-straight-32px.png)
}
.cc-western-union{
	background: url(./payment-icon-set/icons/western-union-straight-32px.png)
}
.hide{display:none}.show{display:block}.section-bg,.row-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:0 0;background-size:cover;background-repeat:no-repeat;background-attachment:scroll}.center-block{display:block;margin:0 auto;float:none}@media (max-width: 992px){.hide-on-small{display:none !important}}@media (min-width: 992px){.hide-on-medium{display:none !important}}@media (min-width: 1110px){.hide-on-large{display:none !important}}.pull-left{float:left}.pull-left:before{clear:both}.pull-left:after{clear:both}.pull-right{float:right}.pull-right:before{clear:both}.pull-right:after{clear:both}header h1{font-weight:600;text-transform:uppercase;margin-bottom:0;margin-top:0;color:#242323}header h2.subheader{margin-top:0;margin-bottom:0;font-size:1.125em}p.note{font-size:0.75em;font-style:italic}mark{background:#FF9696;box-shadow:1px 2px 1px #ff9696;padding:0px 4px}section.call-to-action p.heading{font-family:'Titillium Web',sans-serif;font-size:28px;font-weight:800;color:#db1111}.down-arrow-nav{display:inline-block;border-style:solid;_border-style:dashed;border-width:4px;border-color:transparent;border-top:4px solid #555;border-bottom-width:0;width:0;height:0;font-size:0;line-height:0;margin:0px 0px 2px 5px}.btn{-webkit-transition:0.3s;transition:0.3s}.btn span.progress{vertical-align:0.125em;font-weight:500}.btn-dd{padding:0.3125em 2.1875em}.btn-dd .btn-upper{font-size:1.125em;margin-bottom:0.25em}.btn-dd .btn-lower{font-size:1em;padding-top:0.3125em;border-top:1px solid #D53A3A;font-weight:400;text-transform:none}.btn-dd .btn-lower:hover{border-color:#EB4040}.btn-white{background-color:#fff;border-color:#ebebeb;color:#555}.btn-white:hover{background-color:#ebebeb;border-color:#fff}.btn-cta{background-color:#db1111;border-color:#F0342F;color:#fff}.btn-cta:hover{background-color:#ba0500;color:#fff}.btn-table-contents{background-color:#fff;border-color:#ebebeb}.btn-table-contents:hover{background-color:#ebebeb;border-color:#fff}#scroll-top-btn{display:none;position:fixed;bottom:1.875em;right:1.875em;z-index:99;padding:0.3125em;background-color:#db1111;color:#ebebeb;border:1px solid #F0342F;font-size:0.625em;text-transform:none;opacity:0.7}#scroll-top-btn:hover{background-color:#ba0500;color:#fff;text-decoration:none;border-color:#DB302B;-webkit-transition:0.3s;transition:0.3s}#mc-signup{margin-top:0.625em}#mc-signup ul{padding:0;margin:0}#mc-signup li{list-style:none;display:inline-block;float:left}#mc-signup .form-control{min-width:none;height:34px;border-right:0}#footer #mc-signup form{display:inline-block;margin:0 auto}@media (min-width: 992px){#mc-signup .form-control{min-width:200px;border-right:0}#footer #mc-signup form{margin:0;float:right}}@media (min-width: 1110px){#mc-signup .form-control{min-width:280px}}.header-nav .navbar .navbar-header button{margin-top:2.375em}.header-nav .navbar .navbar-links ul.nav li{text-align:center;border-bottom:1px solid #ebebeb}.header-nav .navbar .navbar-links ul.nav li a{font-weight:600}.header-nav .navbar .navbar-links ul.nav li li{border-bottom:1px solid #ebebeb}.header-nav .navbar .navbar-links ul.nav li:last-child{border-bottom:0}.header-nav .navbar .navbar-links ul.nav li.your-account-btn{margin-top:-0.5em}.header-nav .navbar .navbar-links ul.nav li.your-account-btn a{font-weight:400;line-height:1.2em}.header-nav .navbar .navbar-links ul.nav li.your-account-btn a span{font-weight:600}.header-nav .navbar .navbar-links ul.nav li.your-account-btn a span.account-btn-title{margin-left:0.625em}.header-store .header-store-title p{font-size:1em;font-weight:600;margin:0;margin-top:1.125em}@media (min-width: 992px){.header-store>.row{margin-top:2em}.header-nav .navbar{padding-top:0}.header-nav .navbar .navbar-links{float:left}.header-nav .navbar .navbar-links ul.nav{margin-left:0.625em;margin-top:2.375em}.header-nav .navbar .navbar-links ul.nav li{border-bottom:0;padding-top:0;padding-bottom:0}}#logo img{margin-top:0.9375em;max-width:100%}#title-breadcrumb{height:inherit;background-color:#db1111;padding-top:2.5em;padding-bottom:2.5em;border-top:4px solid #ebebeb;border-bottom:4px solid #ebebeb}#title-breadcrumb .breadcrumb-delimiter{top:-1px;margin-left:0.2em;margin-right:0.2em;position:relative}#title-breadcrumb .tb-t{padding-top:0}#title-breadcrumb .tb-t h1{color:#FAFAFA;font-weight:600;text-transform:uppercase;margin:0}#title-breadcrumb .tb-b{padding-top:0}#title-breadcrumb .lpd_breadcrumb{font-weight:400;font-size:0.75em;color:#F0EBEB;text-transform:none}#title-breadcrumb .lpd_breadcrumb a{color:#F0EBEB}#title-breadcrumb h1{text-align:center}#title-breadcrumb h2.subtitle{color:#F0EBEB;font-size:1.125em;line-height:1em;font-weight:400;text-transform:none;margin-bottom:0}#title-breadcrumb .pagination-page{color:#F0EBEB;font-size:1.125em;margin-bottom:0;text-align:center}.header-top{background-color:#252525}.header-top .ht-left-container,.header-top .ht-right-container{text-align:center}.header-top .ht-left-container .left-meta,.header-top .ht-left-container .right-meta,.header-top .ht-right-container .left-meta,.header-top .ht-right-container .right-meta{border-right:1px solid #474747}.header-top .ht-left-container .left-meta:first-child,.header-top .ht-left-container .right-meta:first-child,.header-top .ht-right-container .left-meta:first-child,.header-top .ht-right-container .right-meta:first-child{border-left:1px solid #474747}.header-top .right-meta,.header-top .left-meta{border-color:#474747 !important}.header-top .header-call{font-size:1.125em;margin-bottom:0;color:#9c9c9c}.header-top .header-call span{font-weight:600}.header-top .header-call a{color:#9c9c9c}header h2.title{text-align:center;color:#242323;font-size:1.75em;font-weight:600;margin-top:0;margin-bottom:0.3125em}header h2.subtitle{text-align:center;margin-top:0;margin-bottom:1.25em}@media (min-width: 992px){.ht-left-container,.ht-right-container{text-align:left}header h2.title{text-align:left;margin-bottom:0}header h2.subtitle{text-align:left}#title-breadcrumb h1,#title-breadcrumb h2.subtitle{text-align:left}#title-breadcrumb .pagination-page{text-align:left}.header-store>.row{margin-top:6.8em}.header-cart{margin-bottom:0;line-height:20px}}@media (min-width: 1110px){.header-store>.row{margin-top:2em}}.social-share-this{margin-top:1.5em}.social-share-this p{color:#F0EBEB;margin-bottom:0;text-align:center}.social-share-this ul{padding:0 0 0 28%;margin:0 0 1.5rem 0;line-height:0}.social-share-this li{list-style:none;display:inline-block}.social-share-this .social:before{color:#f0ebeb}.social-share-this .social.facebook:hover:before,.social-share-this .social.twitter:hover:before,.social-share-this .social.linked_in:hover:before,.social-share-this .social.e-mail:hover:before{color:#D0D0D0}@media (min-width: 360px){.social-share-this ul{padding-left:30%}}@media (min-width: 550px){.social-share-this ul{padding-left:38%}}@media (min-width: 650px){.social-share-this ul{padding-left:41%}}@media (min-width: 992px){.social-share-this{margin-top:-0.2em}.social-share-this p{text-align:left}.social-share-this ul{padding-left:0}}.announcement{background-color:#db1111;padding-top:1em;padding-bottom:1em;text-align:center}.announcement p{font-size:1.5em;font-weight:600;color:#fff}.announcement a{color:#ebebeb}.announcement span{color:#ba0500}@media (min-width: 992px){.announcement{text-align:left}.announcement p{font-size:1.8em;line-height:1.2em;padding-bottom:0;margin-bottom:0}}.footer-brand a{color:#242323}.footer-brand img{max-width:120%;margin-top:0.625em}.footer-brand address{margin-bottom:0}.footer-top{text-align:center;padding:2.5em 0}.footer-top p.h3{margin-bottom:0}.footer-top p.subheader{color:#aaa}.footer-bottom{background-color:#2C2C2C}.footer-bottom .footer-m-copyright{margin-top:0.9375em}.footer-bottom .footer-m-copyright ul{padding:0;margin:0}.footer-bottom .footer-m-copyright li{list-style:none;display:inline;float:left;margin-right:0.9375em}.footer-bottom .footer-m-copyright li:last-child{padding-right:0;margin-right:0}.footer-bottom .footer-m-copyright a{color:#555}@media (min-width: 992px){.footer-top{text-align:left}}.blog-pagination .blog-pagination-next{text-align:right}.blog-pagination .blog-pagination-next a{float:right}.cart-total{display:none}#remote-proceed-to-checkout{margin-top:3.75em;display:block;width:100%}.header-cart{margin-top:0}#blog .blog-post{margin-top:0;padding-top:2.5em;padding-bottom:1.25em;border-bottom:1px solid #ebebeb}#blog .blog-post:first-child{padding-top:2.5em}#blog .blog-post:last-child{margin-bottom:0}#blog .blog-post .section-title{font-weight:200;color:#bbb}#blog .blog-post .blog-post-thumbnail img{margin:0 auto 1.875em auto;display:block}#blog .blog-post .blog-post-title:before{background:none}#blog .blog-post .blog-post-title,#blog .blog-post .blog-post-meta,#blog .blog-post .blog-post-content{text-align:center}#blog .blog-post .blog-post-title{font-size:1.5em;margin-bottom:0.5em;line-height:1.2em}#blog .blog-post .blog-post-title a{color:#242323}#blog .blog-post .blog-post-title a:hover{color:#242323;text-decoration:underline}#blog .blog-post .blog-post-meta{font-size:0.8125em;border:0;color:#bbb;font-weight:200;line-height:1em;margin-bottom:0.9375em}#blog .blog-post .blog-post-meta a{margin-left:0;color:#bbb}#blog .blog-post .blog-post-meta .blog-post-categories{list-style:none;display:inline;margin-left:0;padding-left:0}#blog .blog-post .blog-post-meta .blog-post-categories li{display:inline}#blog .blog-post .blog-post-readmore a{color:#555;font-size:0.875em}article.single-post img{max-width:100%}.single-post-content{margin-bottom:3.75em}.single-post-meta{border-bottom:1px solid #ebebeb;padding-bottom:1.875em}.single-post-meta .about-the-author-header{font-weight:400;border-bottom:1px solid #ebebeb;padding-bottom:0.3125em;margin-bottom:0.5em;padding-left:0.8125em}.single-post-meta .about-the-author{margin-bottom:0.9375em}.single-post-meta .about-the-author .author-gravatar{max-width:100%}.single-post-meta .about-the-author .author-name{font-size:1.125em}.single-post-meta .about-the-author .author-bio{font-weight:400}.single-post-meta .post-meta{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;margin-bottom:1.875em}.single-post-meta .post-meta p{margin-bottom:0;font-weight:400;color:#bbb}.single-post-meta .post-meta a{color:#aaa}.single-post-meta .post-meta a.author{margin-left:0}.single-post-meta .post-share p.h4,.single-post-meta .post-subscribe p.h4{font-weight:600}.single-post-meta .post-subscribe{margin-bottom:2.5em}.single-post-meta .post-subscribe #mc-signup .form-control{min-width:25.1875em}.single-post-meta .post-share{margin-bottom:0.9375em}.single-post-meta .post-share .social-platform .twitter,.single-post-meta .post-share .social-platform .facebook,.single-post-meta .post-share .social-platform .google-plus,.single-post-meta .post-share .social-platform .linkedin{width:60px;float:left}.single-post-meta .post-share .social-platform .twitter{margin-right:0.625em}#blog-title-breadcrumb{background-color:#ebebeb;padding:3.75em 0}#blog-title-breadcrumb h1,#blog-title-breadcrumb h2{margin-top:0;margin-bottom:0;text-align:center}#blog-title-breadcrumb h1{font-weight:600;font-size:2.125em;margin-bottom:0.125em;text-transform:uppercase;color:#364a61}#blog-title-breadcrumb h2.subheader{font-size:1.125em;color:#bbb}@media (min-width: 992px){#blog .blog-post{border-right:1px solid #ebebeb;border-left:1px solid #ebebeb}#blog .blog-post:first-child{border-top:1px solid #ebebeb}#blog .blog-post .blog-post-title,#blog .blog-post .blog-post-meta,#blog .blog-post .blog-post-content{text-align:left}#blog-title-breadcrumb h1,#blog-title-breadcrumb h2{text-align:left}#blog-title-breadcrumb h1{font-size:2.5em}.single-post-meta .post-subscribe p.h4{margin-bottom:1.875em}.single-post-meta .post-subscribe #mc-signup .form-control{min-width:17.5em}.single-post-meta .post-share p.h4{padding-left:1.25em}.single-post-meta .post-share .social-platform{position:relative;height:5.9375em;padding-top:0.9375em;padding-left:1.5625em;border-left:1px solid #ebebeb}}@media (min-width: 1110px){.single-post-meta .post-subscribe #mc-signup .form-control{min-width:22.5em}}.category-video img{max-width:100%}.category-video .video-post{margin-bottom:1.875em}.category-video .video-post .video-post-thumbnail img{margin:0 auto;display:block}.category-video .video-post .video-post-details{text-align:center}.category-video .video-post .video-post-details .video-post-title{font-size:1em;margin-top:0.5em;margin-bottom:0}.category-video .video-post .video-post-details .video-post-title a{font-weight:600}.category-video .video-post .video-post-details .video-post-meta{font-size:0.8125em;color:#bbb;font-weight:200}.category-video .video-post .video-post-details .video-post-meta a{margin-left:0;color:#bbb}.category-video .video-post .video-post-details .video-post-meta .video-post-categories{list-style:none;display:inline;margin-left:0;padding-left:0}.category-video .video-post .video-post-details .video-post-meta .video-post-categories li{display:inline}#video-post .inner-page{padding-top:0}#video-post #title-breadcrumb{background-color:#242323;border-bottom:0}#video-post #title-breadcrumb .lpd_breadcrumb{background-color:#333333}#video-post .video-cinema-bg{margin-bottom:1.875em;background-color:#333333}#video-post .video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}#video-post .video-container iframe#video-embed{position:absolute;top:0;left:0;width:100%;height:100%}#video-post .page-content .single-post-content p.title{margin-bottom:0.1875em}#video-post .page-content .single-post-content .single-post-meta p{font-size:0.75em;font-weight:400;color:#474747}#video-post .page-content .single-post-content .single-post-meta p span.calendar{margin-top:-1px;width:10px}.series-container{margin-top:2.5em}.series-container .series-previous,.series-container .series-next{margin-bottom:1.875em}.series-container .series-next a{float:right}.series-container .series-index ul{padding-left:0;list-style:none}.series-container .series-index li{margin-left:0.3125em;display:inline}.series-container .series-index li .active{color:#242323}.series-container .series-index li:after{content:', '}.series-container .series-index li:first-child:after,.series-container .series-index li:last-child:after{content:''}.series-container .series-index li.series-title{font-weight:600;font-size:1em;margin-left:0}@media (min-width: 992px){.category-video .video-post{margin-bottom:1.25em}.category-video .video-post .video-post-details{text-align:left}#video-post .video-container iframe#video-embed{position:absolute;top:0;left:15px;width:98.5%;height:100%}}#pg-front{background-color:#fff}#pg-front section{padding:3.75em 0;position:relative}#pg-front section img{max-width:100%}#pg-front section h4,#pg-front section h5{margin-top:0;margin-bottom:0;font-weight:600}#pg-front section header{margin-bottom:2.5em}#pg-front section header h3,#pg-front section header h4,#pg-front section header h5{text-align:center;margin-top:0;color:#242323}#pg-front section header h3 a,#pg-front section header h4 a,#pg-front section header h5 a{color:#242323}#pg-front section header h3{font-weight:600;font-size:2.8125em;text-transform:uppercase;margin-bottom:0.3125em}#pg-front header.elevator-pitch{background-color:#db1111;color:#fff;padding:2.5em 0;border-top:4px solid #ebebeb;border-bottom:4px solid #ebebeb;text-align:center}#pg-front header.elevator-pitch h1{font-family:'Titillium Web',sans-serif;color:#fff;text-transform:none;font-size:2em;font-weight:900;margin-top:0}#pg-front header.elevator-pitch h2{font-family:'Titillium Web',sans-serif;color:#ebebeb;font-size:1em;font-weight:400;margin-top:0.3125em}#pg-front header.elevator-pitch h2 b{font-weight:500;font-style:italic}#pg-front section.front-solutions header{margin-top:0.625em}#pg-front section.front-solutions header h3{font-family:'Titillium Web',sans-serif;color:#aaa;margin-bottom:0}#pg-front section.front-solutions header h4{font-family:'Titillium Web',sans-serif;color:#aaa;font-weight:200}#pg-front section.front-solutions .slogan{padding-top:2.5em}#pg-front section.front-solutions .slogan header h3{font-size:1.375em}#pg-front section.front-solutions .slogan header h4{font-size:1em}#pg-front section.front-tooling{border-top:4px solid #f7f7f7}#pg-front section.front-tooling header h3{margin-bottom:0.125em}#pg-front section.front-tooling header h4{color:#aaa;font-weight:400}#pg-front section.front-tooling .section-bg{background:url('/wp-content/uploads/2014/12/tooling-xs-bg.jpg') center center no-repeat;opacity:0.06}#pg-front section.front-tooling .tooling-cta{margin-top:3.75em}#pg-front section.front-tooling .tooling-cta a{width:100%;font-size:1.25em}#pg-front section.front-tooling .tooling-tools{margin-top:3.125em}#pg-front section.front-tooling .tooling-tools img{display:block;margin:0 auto;max-width:100%;margin-top:1.25em}#pg-front section.front-tooling .tooling-tools p{text-align:center;font-size:1.125em;font-weight:600;margin-top:0.625em}#pg-front section.front-equipment{background-color:#242323;border-top:4px solid #bbb;border-bottom:4px solid #ebebeb}#pg-front section.front-equipment .section-bg{background:url('/wp-content/uploads/2014/07/equipment-xs-bg.jpg') center center no-repeat;opacity:0.1}#pg-front section.front-equipment header a{color:#bbb}#pg-front section.front-equipment header a:hover{text-decoration:underline}#pg-front section.front-equipment .system-profile{margin-bottom:1.25em}#pg-front section.front-equipment .system-profile img{margin:0 auto;display:block}#pg-front section.front-equipment a:hover{text-decoration:none}#pg-front section.front-equipment .system-details{text-align:center;font-size:1.125em;margin-bottom:2.5em;color:#bbb}#pg-front section.front-equipment .system-details h4{font-size:1.5em}#pg-front section.front-equipment .system-cta{margin:0 auto;text-align:center}#pg-front section.front-equipment .col-md-4{margin-bottom:2.5em;border-bottom:1px solid #333333;padding-bottom:2.5em}#pg-front section.front-equipment .col-md-4:last-child{border-bottom:0;padding-bottom:0}#pg-front section.front-equipment p{margin-bottom:1.25em}#pg-front section.front-equipment ul{list-style:none;padding:0;margin:0}#pg-front section.front-equipment li{font-size:0.8125em}#pg-front section.front-building header h3{text-align:center;font-size:2em;color:#bbb}#pg-front section.front-building .caption{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;text-align:center}#pg-front section.front-building .overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:10}#pg-front section.front-building .overlay:hover{display:none}#pg-front section.front-building .building-finished{padding-top:3em;padding-right:0.125em}#pg-front section.front-building .building-categories a{-webkit-transition:0.3s;transition:0.3s;text-decoration:none}#pg-front section.front-building .building-categories a:hover{-webkit-transition:0.3s;transition:0.3s;opacity:0.7}#pg-front section.front-building .building-category{padding:0.125em}#pg-front section.front-building .building-category a{position:relative;color:#ebebeb}#pg-front section.front-building .building-category a h4{font-weight:400;text-transform:uppercase}#pg-front section.front-building a>img{display:block;margin:0 auto}#pg-front section.front-building .store-category{margin-top:0.8125em}#pg-front section.front-building p.heading{text-align:center;font-size:1em;font-weight:600;margin-top:0.3125em}#pg-front section.front-building .btn{margin-top:1.875em}#pg-front section.front-training{background-color:#db1111;color:#fff}#pg-front section.front-training .section-bg{background:url('/wp-content/uploads/2014/06/training-xs-bg.jpg') center center no-repeat;opacity:0.4}#pg-front section.front-training header h3 a{color:#fff}#pg-front section.front-training .training-thumbnail{margin-bottom:1.25em}#pg-front section.front-training .training-details h4{margin-bottom:0.625em}#pg-front section.front-training .training-details .text-center{padding-top:0.75em}#pg-front section.front-about h4{margin-top:0;font-weight:600}#pg-front section.front-about .about-content{margin-bottom:1.25em}#pg-front section.front-about .about-we-do ul{margin:0;padding:0}#pg-front section.front-about .about-we-do li{list-style:none}@media (min-width: 992px){#pg-front section{padding:5em 0}#pg-front header.elevator-pitch{padding:5em 0}#pg-front header.elevator-pitch h1{color:#fff;font-size:4em;text-transform:none}#pg-front header.elevator-pitch h2{font-size:1.875em;font-size:2.2em;color:#ebebeb}#pg-front section.front-solutions .slogan header{padding-top:0}#pg-front section.front-solutions .slogan header h3{font-size:2.25em}#pg-front section.front-solutions .slogan header h4{font-size:1.25em}#pg-front section.front-tooling .section-bg{background:url('/wp-content/uploads/2014/12/tooling-md-bg.jpg') center center no-repeat;opacity:0.06}#pg-front section.front-equipment .section-bg{background:url('/wp-content/uploads/2014/07/equipment-md-bg.jpg') center center no-repeat;opacity:0.1}#pg-front section.front-equipment .col-md-4{border-bottom:0;padding-bottom:0;margin-bottom:0}#pg-front section.front-building header{padding:0;margin-bottom:1.875em}#pg-front section.front-building header h3{font-size:2.0625em;margin-bottom:0}#pg-front section.front-building p.heading{font-size:1.25em}#pg-front section.front-building .btn{margin-top:3.75em}#pg-front section.front-training .section-bg{background:url('/wp-content/uploads/2014/06/front-training-bg.jpg') center center no-repeat;opacity:0.15}#pg-front section.front-about .about-we-do{border-left:1px solid #ebebeb;margin-bottom:3.75em}}span.infuser-prg{font-weight:400;font-style:italic}span.infuser-name{font-weight:400}span.infuser-series{font-weight:600;text-transform:uppercase}#pg-equipment h3,#pg-equipment p{text-align:center}#pg-equipment h3{margin-bottom:0.1875em}#pg-injection-systems .infuser-series header a{color:#242323}#pg-injection-systems .infuser-series header a span{font-weight:600;text-transform:uppercase}#pg-injection-systems .infuser-series header a:hover{text-decoration:none}#pg-injection-systems .injection-system{padding-bottom:2.5em;margin-bottom:2.5em;border-bottom:1px solid #ebebeb}#pg-injection-systems .injection-system:last-child{border-bottom:0;margin-bottom:0}#pg-injection-systems .injection-system a{text-decoration:none}#pg-injection-systems .injection-system img{max-width:100%}#pg-injection-systems .injection-system .system-profile img{display:block;margin:0 auto}#pg-injection-systems .injection-system .system-details{padding-top:1.25em;padding-bottom:1.25em;text-align:center}#pg-injection-systems .injection-system .system-details h4{color:#242323;font-size:1.5em;margin-top:0;margin-bottom:0.125em}#pg-injection-systems .injection-system .system-details p{color:#555;margin-bottom:1.25em}#pg-injection-systems .injection-system .system-details ul{padding-left:0;list-style:none}#pg-injection-systems .injection-system .system-details li{color:#555;font-size:0.875em}#pg-injection-systems .injection-system .system-cta{text-align:center}#pg-injection-systems .injection-system .system-cta .btn[disabled]{color:#555;background-color:#ebebeb;border:1px solid #ccc}#pg-injection-systems .injection-system .system-cta .btn[disabled] .btn-lower{border-color:#555}#infuser img{max-width:100%}#infuser section{margin-bottom:2.5em}#infuser header h3{font-weight:600;margin-top:0}#infuser .infuser-profile img{display:block;margin:0 auto}#infuser .infuser-introduction header{margin-bottom:1.25em}#infuser .infuser-introduction header h2,#infuser .infuser-introduction header h3{margin-top:0}#infuser .infuser-introduction header h2{font-weight:600;color:#242323;margin-bottom:0.1875em}#infuser .infuser-introduction header h3{font-size:1.125em;color:#555}#infuser .infuser-introduction .infuser-table-contents{padding-top:1.25em}#infuser .infuser-introduction .infuser-table-contents ul{padding-left:0;list-style:none}#infuser .infuser-introduction .infuser-table-contents li{display:inline-block;margin-right:0.625em;margin-bottom:1.25em}#infuser .infuser-features .col-xs-12{margin-bottom:2.5em}#infuser .infuser-features .col-xs-12 header h4{font-size:1.375em;margin-bottom:0.0625em;font-weight:600}#infuser .infuser-features .col-xs-12:last-child{margin-bottom:0}.infuser-prg-features header h3,.infuser-aviator-features header h3,.infuser-server-features header h3{font-size:1.75em}.infuser-prg-features dt,.infuser-aviator-features dt,.infuser-server-features dt{padding:0.3125em;background-color:#ebebeb}.infuser-prg-features dd,.infuser-aviator-features dd,.infuser-server-features dd{padding:0.3125em;border:1px solid #ebebeb;margin-bottom:0.625em}#equipment-reviews{padding-top:0.625em;padding-bottom:5em}#equipment-reviews .review-rely{margin-bottom:2.5em}#equipment-reviews .review-rely p{margin-bottom:0}#equipment-reviews .review-rely .review-rely-border{min-height:10px;margin-top:0.5em}#equipment-reviews .review-rely .review-rely-statement{text-align:center;font-weight:600;font-size:1.75em;font-family:'Titillium Web',sans-serif}#equipment-reviews .review-container{position:relative;overflow:hidden;padding-bottom:1.875em;margin-bottom:1.875em;border-bottom:1px solid #ebebeb}#equipment-reviews .review-container:last-child{border-bottom:0}#equipment-reviews .review-container .review-profile{margin-bottom:1.25em}#equipment-reviews .review-container .review-profile p{text-align:center}#equipment-reviews .review-container .review-profile img{display:block;margin:0 auto 3.75em auto;max-width:100%}#equipment-reviews .review-container .review-profile p.reviewer-name{font-size:1.5em;font-weight:600;margin-bottom:0.1875em;color:#db1111}#equipment-reviews .review-container .review-profile p.reviewer-company{font-weight:600;margin-bottom:0}#equipment-reviews .review-container .review-profile p.reviewer-title{margin-bottom:0;color:#474747}#equipment-reviews .review-container .review-body{display:none;overflow:hidden}#equipment-reviews .review-container .review-control{border:1px solid #ebebeb;text-align:center;cursor:pointer;padding:0.1875em;-webkit-transition:0.3s;transition:0.3s}#equipment-reviews .review-container .review-control:hover{background-color:#ebebeb;border-color:#bbb;-webkit-transition:0.3s;transition:0.3s}#models-tab{margin-bottom:0.9375em}#models-tab li a{text-align:center}#models-tab li a .btn-upper{font-weight:600;color:#242323;font-size:1.125em}#models-tab li a .btn-lower{font-size:12px;color:#aaa}#models-tab li.active a{background-color:#db1111}#models-tab li.active a .btn-upper{color:#fff}#models-tab li.active a .btn-lower{color:#ebebeb}@media (min-width: 992px){#infuser .infuser-introduction .infuser-table-contents li{margin-bottom:0}#pg-injection-systems .injection-system{border:0}#equipment-reviews{padding-top:3.75em}#equipment-reviews .review-rely{margin-bottom:3.75em}#equipment-reviews .review-rely .review-rely-border{border-top:1px solid #bbb;border-bottom:1px solid #bbb}#equipment-reviews .review-rely .review-rely-statement{color:#bbb;font-weight:400;font-size:1.5em}#equipment-reviews .review-container{padding-bottom:0;margin-bottom:0;border-bottom:0}}#pg-contact header{background-color:#db1111;padding-top:2.5em;padding-bottom:2.5em;border-top:4px solid #ebebeb;border-bottom:4px solid #ebebeb}#pg-contact header h1{color:#fff}#pg-contact header h2{color:#F0EBEB}#pg-contact section{background-color:#fff}#pg-contact section.contact-details{padding-top:2.5em;padding-bottom:2.5em}#pg-contact section.contact-details a.tel,#pg-contact section.contact-details a.email{color:#555}#pg-contact section.contact-details h4{font-size:1.375em;color:#242323;margin-top:0;font-weight:600}#pg-contact section.contact-details ul{padding-left:0;list-style:none}#pg-contact section.contact-details li span{font-weight:600}#pg-contact section.contact-details .contact-phone,#pg-contact section.contact-details .contact-email{border-bottom:1px solid #bbb;padding-bottom:0.625em}#pg-contact section.contact-details .contact-address{border-bottom:1px solid #bbb;padding-bottom:0.625em;margin-bottom:2.5em}#pg-contact section.contact-details .contact-address .heading{font-weight:600;font-size:1em}#pg-contact section.contact-details iframe.google-maps{display:none}.contact-form-container small{width:100%;margin-bottom:0;padding:0.3125em}@media (min-width: 992px){#pg-contact section.contact-details{padding-top:3.75em;padding-bottom:3.75em}#pg-contact section.contact-details .contact-address{border-bottom:none;padding-bottom:0.625em;margin-bottom:0}#pg-contact section.contact-details iframe.google-maps{display:block}}#title-breadcrumb .woocommerce-result-count{color:#ebebeb;font-size:0.75em;font-weight:400 !important}.category-item-details{margin-bottom:0.1875em}.category-item-details h3{line-height:1.125em !important}.category-item-details span.price{float:left !important;margin-left:0 !important;font-weight:400 !important;color:#474747}.category-meta-details p{margin-bottom:0}.category-meta-details .item-sku{color:#aaa;font-size:0.875em}.category-meta-details .item-price{text-align:right}.product-content .product-name{border-bottom:1px solid #ccc;padding-bottom:0.3125em;margin-bottom:0.625em}.product-content .product-name p{font-size:1.25em;font-weight:600;margin-bottom:0em}#account-navigation{padding-top:2.1875em;cursor:pointer}#account-navigation ul{padding-left:0;list-style:none}#account-navigation ul a{font-weight:600;color:#555}#account-navigation .nav-login{padding-top:0.5em}#account-navigation .nav-login .your-account-btn a{font-weight:600}#account-navigation li.your-account-btn{line-height:1.2em}#account-navigation li.your-account-btn>a{padding:0}#account-navigation li.your-account-btn>a:hover{color:#db1111}#account-navigation li.your-account-btn a{font-weight:400}#account-navigation li.your-account-btn a span.account-btn-title{font-weight:600}#account-navigation li.your-account-btn a:hover{text-decoration:none}#account-navigation li.your-account-btn ul.dropdown-menu{margin-top:0.9375em}#account-navigation li.your-account-btn ul.dropdown-menu a{color:#fff;font-weight:600}#account-navigation li.your-account-btn ul.dropdown-menu:after{content:'';display:inline-block;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #e1e1e1;position:absolute;top:-15px;left:10px}#pg-training h2,#pg-training h3,#pg-training h4.subheader{text-align:center}#pg-training h3{font-weight:600;margin-top:0;margin-bottom:0.3125em}#pg-training h4.subheader{font-size:1.125em;margin-top:0;margin-bottom:2.5em}#pg-training .row{margin-bottom:2.5em}#pg-training .training-overview h3,#pg-training .training-details h3,#pg-training .training-registration h3,#pg-training .training-legal h3{color:#1a1a1a}#pg-training .training-overview .training-instructor .instructor-credentials{list-style:none;padding-left:0}#pg-training .training-overview .training-instructor .instructor-credentials li{font-weight:600}#pg-training .training-overview .training-instructor .instructor-credentials span{font-weight:400}#pg-training .training-focus p.heading{color:#1a1a1a;font-size:1.625em;text-align:center;font-weight:600}#pg-training .training-details h4.subheader{margin-bottom:1.25em}#pg-training .training-details dt{padding:0.3125em;background-color:#ebebeb}#pg-training .training-details dd{padding:0.3125em;border:1px solid #ebebeb;margin-bottom:0.625em}#pg-training .training-registration h4.section-header{margin-top:0;margin-bottom:0.3125em;font-weight:600}#pg-training .training-registration h4.subheader{margin-bottom:1.25em}#pg-training .training-registration ul{margin-bottom:0.625em}@media (min-width: 992px){#pg-training .row{margin-bottom:5em}#pg-training h2,#pg-training h3,#pg-training h4.subheader{text-align:left}#pg-training h2.title{font-size:2.125em;margin-bottom:0}#pg-training h2.subheader{font-size:1.5em;margin-bottom:1.25em}#pg-training .training-details h3,#pg-training .training-registration h3{margin-bottom:0}}#pg-training-schedule{text-align:center}#pg-training-schedule .training-season{border:1px solid #ccc;padding:1.25em 0}#pg-training-schedule .training-season img{max-width:5.625em;margin-bottom:1.875em}#pg-training-schedule .training-season:hover{background-color:#ebebeb}#pg-training-schedule .training-title{color:#db1111;font-weight:600;font-size:1.75em;margin-bottom:0.625em}#pg-processes .col-md-4{margin-bottom:1.875em}#pg-processes .process-thumbnail img{max-width:100%;margin:0 auto;display:block}#pg-processes h3{text-align:center}#pg-lrtm h3,#pg-lrtm h4{text-align:center}#pg-lrtm h3{color:#1a1a1a}#pg-lrtm .lrtm-comparing h3,#pg-lrtm .lrtm-faq h3{margin-bottom:0;font-weight:600}#pg-lrtm .lrtm-comparing h4,#pg-lrtm .lrtm-faq h4{margin-top:0}#pg-lrtm .lrtm-overview,#pg-lrtm .lrtm-comparing{margin-bottom:2.5em}#pg-lrtm .lrtm-comparing img{margin:0.625em}#pg-lrtm .lrtm-faq dt{padding:0.3125em;background-color:#ebebeb}#pg-lrtm .lrtm-faq dd{padding:0.3125em;border:1px solid #ebebeb;margin-bottom:0.625em}#pg-lrtm .lrtm-faq dd span{font-weight:600}#pg-lrtm-demo h2.subtitle{margin-bottom:0}#pg-vartm h3{color:#1a1a1a}#pg-vartm h4{color:#474747;margin-top:0.9375em;margin-bottom:0.1875em}#pg-vartm img{margin:0.625em}#pg-rtm img{margin:0.625em}.lrtm-silo,.rtm-silo{border-left:1px solid #ebebeb}.lrtm-silo p.subheader,.rtm-silo p.subheader{font-weight:600;margin-bottom:0}.lrtm-silo ul,.rtm-silo ul{padding-left:1.25em}.lrtm-silo a.active,.rtm-silo a.active{text-decoration:underline;color:#aaa}@media (min-width: 992px){#pg-processes .col-md-4{margin-bottom:0}#pg-lrtm h3,#pg-lrtm h4{text-align:left}}.process-assistance{border-left:1px solid #ebebeb;margin-top:2.5em}.process-assistance .title{font-size:2.125em;font-family:'Titillium Web',sans-serif;font-weight:600;color:#fff;text-align:center;background-color:#db1111;line-height:1.6em}.process-assistance .post-body{font-size:1em;font-style:italic;font-family:'Titillium Web',sans-serif;margin-bottom:0.9375em}#pg-tooling .tooling-solutions{margin-top:2.5em}#pg-tooling .tooling-solutions ul{padding-left:0}#pg-tooling .tooling-solutions li{margin-left:1.25em}#pg-tooling .tooling-solutions li.list-title{font-weight:600;margin-left:0;list-style:none;font-size:1.125em}#pg-tooling .tooling-gallery{margin-top:1.875em}#pg-tooling .tooling-gallery img{max-width:100%}#pg-tooling .tooling-gallery-mold{float:left;width:140px;margin-top:0.625em}#pg-tooling .tooling-gallery-mold:nth-child(even){margin-left:0.625em}#pg-tooling .tooling-cta{padding-top:3.75em}#pg-tooling .tooling-cta p.heading{text-align:center}#pg-tooling .tooling-cta .btn{margin-top:1.875em}@media (min-width: 330px){#pg-tooling .tooling-gallery-mold{width:160px}}@media (min-width: 992px){#pg-tooling .tooling-gallery{margin-top:0.625em}#pg-tooling .tooling-gallery-mold{width:168px;height:168px;margin-top:1.875em;margin-left:1.875em}#pg-tooling .tooling-gallery-mold:nth-child(even){margin-left:1.875em}#pg-tooling .tooling-gallery-mold:nth-child(6n+1){margin-left:0}#pg-tooling .tooling-cta{margin-top:2.5em}#pg-tooling .tooling-cta p.heading{text-align:left}}.woocommerce .order_details{margin-top:1.25em;margin-bottom:3.75em}.woocommerce .order_details li{clear:both;border-right:0;padding-top:0.3125em;padding-bottom:0.3125em;margin-bottom:0.3125em;border-bottom:1px dashed #e0dadf !important;width:100%}.woocommerce .order_details li:first-child{border-top:1px dashed #e0dadf;padding-top:0.625em}.woocommerce h2{font-weight:600;margin-top:0;margin-bottom:0.125em}.woocommerce>h2{margin-top:1.25em}.woocommerce table.shop_table{margin-bottom:3.75em !important;border:1px solid #e0dadf !important}.woocommerce table.shop_table thead{background-color:#555;color:#fff !important}.woocommerce table.shop_table tfoot{background-color:#ebebeb}@media (min-width: 992px){.woocommerce .order_details{border-top:1px dashed #e0dadf;border-bottom:1px dashed #e0dadf}.woocommerce .order_details li{clear:none;width:inherit;padding-right:2em;line-height:1.5em;margin-bottom:0;border-bottom:0 !important;border-right:1px dashed #e0dadf}.woocommerce .order_details li:first-child{border-top:0}}



/* TODO(digia): Fix the style system and put these in their proper place */

.img-center {
  display: block;
  margin: 0 auto;
}

.header--flushTop {
  margin-top: 0;
}

.header--flushBottom {
  margin-top: 0;
}

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

.section {
  padding: 3.75em 0;
}

.section--xs {
  padding: 1.25em 0;
}

.section--sm {
  padding: 2.5em 0;
}

.section--lg {
  padding: 5em 0;
}

.section--flushTop {
  padding-top: 0;
}

.section--flushBottom {
  padding-bottom: 0;
}

.form-group .alert {
    display: block;
}

