@charset "UTF-8";
/* $dark            :#48a7d4;

$brand-primary   :$dark;
$panel-info-border:#57b5e7 !default;
$panel-success-border:#1fb257 !default; */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* $headings-font-weight:    700 !default; */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("//fonts.googleapis.com/css?family=Asap:400,700");
@import url("//fonts.googleapis.com/css?family=Noto+Sans:400,700");
/* line 9, ../../sass/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../sass/bootstrap/_normalize.scss */

body {
  font-family: "Shruti", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #828282;
  background-color: whitesmoke;
}
/* line 33, ../../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../sass/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../sass/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../sass/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../sass/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../sass/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../../sass/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../../sass/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../../sass/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../../sass/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../../sass/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../../sass/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../../sass/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../../sass/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../../sass/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../../sass/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../../sass/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../../sass/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../../sass/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../../sass/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../../sass/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../../sass/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../../sass/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../../sass/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../../sass/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../../sass/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../../sass/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../../sass/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../../sass/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../../sass/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../../sass/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../../sass/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../../sass/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../../sass/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../../sass/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../../sass/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../../sass/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../../sass/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../../sass/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../../sass/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../../sass/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../../sass/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../../sass/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../../sass/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../../sass/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../../sass/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../../sass/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../../sass/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../../sass/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../../sass/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../../sass/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../../sass/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../../sass/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../../sass/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../../sass/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../../sass/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../sass/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../sass/bootstrap/_scaffolding.scss */
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #999999;
  background-color: #ffffff;
}

/* line 36, ../../sass/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../sass/bootstrap/_scaffolding.scss */
a {
  color: #363636;
  text-decoration: none;
}
/* line 52, ../../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #00923f;
}

/* line 68, ../../sass/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 75, ../../sass/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 80, ../../sass/bootstrap/_scaffolding.scss */
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 85, ../../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 0px;
}

/* line 92, ../../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 105, ../../sass/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 112, ../../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 124, ../../sass/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 140, ../../sass/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 158, ../../sass/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #35373e;
}
/* line 16, ../../sass/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
/* line 30, ../../sass/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
/* line 41, ../../sass/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../sass/bootstrap/_type.scss */
h1, .h1 {
  font-size: 33px;
}

/* line 48, ../../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 27px;
}

/* line 49, ../../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 23px;
}

/* line 50, ../../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 17px;
}

/* line 51, ../../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 13px;
}

/* line 52, ../../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../sass/bootstrap/_type.scss */
p {
  margin: 0 0 9px;
}

/* line 62, ../../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../../sass/bootstrap/_type.scss */
  .lead {
    font-size: 19.5px;
  }
}

/* line 78, ../../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 92%;
}

/* line 83, ../../sass/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../../sass/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../sass/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../sass/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../sass/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../sass/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../sass/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../sass/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../sass/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../sass/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #333;
}

/* line 8, ../../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #1a1a1a;
}

/* line 5, ../../sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../../sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../../sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../../sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../../sass/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #333;
}

/* line 8, ../../sass/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1a1a1a;
}

/* line 5, ../../sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../sass/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../../sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../sass/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../../sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../sass/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../../sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../sass/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
/* line 153, ../../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../sass/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../sass/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../../sass/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}

/* line 186, ../../sass/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 18px;
}

/* line 190, ../../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 194, ../../sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 197, ../../sass/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 212, ../../sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 219, ../../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 236, ../../sass/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 242, ../../sass/bootstrap/_type.scss */
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
/* line 251, ../../sass/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 258, ../../sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 266, ../../sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 275, ../../sass/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 287, ../../sass/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 288, ../../sass/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 295, ../../sass/bootstrap/_type.scss */
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../../sass/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: "Noto Sans", sans-serif;
}

/* line 15, ../../sass/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

/* line 24, ../../sass/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../../sass/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../../sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #999999;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
/* line 55, ../../sass/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../../sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../sass/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../sass/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../sass/bootstrap/_grid.scss */
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../sass/bootstrap/_grid.scss */
  .container {
    width: 1200px;
  }
}

/* line 30, ../../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../sass/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 9px;
  padding-right: 9px;
}

/* line 27, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../../sass/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../sass/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../../sass/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
/* line 31, ../../sass/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../../sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../../sass/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../../sass/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../../sass/bootstrap/_tables.scss */
.table .table {
  background-color: #ffffff;
}

/* line 75, ../../sass/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../../sass/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../../sass/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../../sass/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../sass/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../sass/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../../sass/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../sass/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../sass/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #999999;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../sass/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../../sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../../sass/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../../sass/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 83, ../../sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../../sass/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 139, ../../sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 146, ../../sass/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 155, ../../sass/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 167, ../../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 186, ../../sass/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px;
  }
  /* line 190, ../../sass/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 195, ../../sass/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 45px;
  }
}
/* line 208, ../../sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 217, ../../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 224, ../../sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 18px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 232, ../../sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 4px \9;
  position: relative;
  top: 2px;
}

/* line 242, ../../sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 248, ../../sass/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 257, ../../sass/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 269, ../../sass/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 278, ../../sass/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 288, ../../sass/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 300, ../../sass/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}
/* line 308, ../../sass/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../../sass/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

/* line 79, ../../sass/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../sass/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 326, ../../sass/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
/* line 333, ../../sass/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 337, ../../sass/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 341, ../../sass/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../sass/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 0px;
}

/* line 79, ../../sass/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

/* line 84, ../../sass/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 352, ../../sass/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 0px;
}
/* line 359, ../../sass/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
/* line 363, ../../sass/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 367, ../../sass/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.33333;
}

/* line 381, ../../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 386, ../../sass/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 40px;
}

/* line 391, ../../sass/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}

/* line 403, ../../sass/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

/* line 410, ../../sass/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../sass/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../../sass/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../sass/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../../sass/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../sass/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../../sass/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 432, ../../sass/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
/* line 435, ../../sass/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 446, ../../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #d9d9d9;
}

@media (min-width: 768px) {
  /* line 471, ../../sass/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 478, ../../sass/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 485, ../../sass/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 489, ../../sass/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 493, ../../sass/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 501, ../../sass/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 505, ../../sass/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 512, ../../sass/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../sass/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 523, ../../sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 530, ../../sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 552, ../../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 562, ../../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
/* line 568, ../../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 575, ../../sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 586, ../../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 596, ../../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  /* line 604, ../../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../sass/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 32, ../../sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}
/* line 39, ../../sass/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../../sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../sass/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../../sass/bootstrap/_buttons.scss */
.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
/* line 11, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: transparent;
  border-color: #bfbfbf;
}
/* line 17, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #fff;
  background-color: transparent;
  border-color: #e0e0e0;
}
/* line 22, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #e0e0e0;
}
/* line 29, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: transparent;
  border-color: #bfbfbf;
}
/* line 37, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #fff;
}
/* line 56, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: transparent;
  background-color: #fff;
}

/* line 71, ../../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #00923f;
  border-color: #0066a9;
}
/* line 11, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #00568f;
  border-color: #001929;
}
/* line 17, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #00568f;
  border-color: #00416b;
}
/* line 22, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00568f;
  border-color: #00416b;
}
/* line 29, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #00416b;
  border-color: #001929;
}
/* line 37, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #00923f;
  border-color: #0066a9;
}
/* line 56, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #00923f;
  background-color: #fff;
}

/* line 75, ../../sass/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #70ba28;
  border-color: #63a523;
}
/* line 11, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #57901f;
  border-color: #243c0d;
}
/* line 17, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #57901f;
  border-color: #457319;
}
/* line 22, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #57901f;
  border-color: #457319;
}
/* line 29, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #457319;
  border-color: #243c0d;
}
/* line 37, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #70ba28;
  border-color: #63a523;
}
/* line 56, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #70ba28;
  background-color: #fff;
}

/* line 79, ../../sass/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #04adf0;
  border-color: #049bd7;
}
/* line 11, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0389be;
  border-color: #01415a;
}
/* line 17, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #0389be;
  border-color: #03709b;
}
/* line 22, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0389be;
  border-color: #03709b;
}
/* line 29, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #03709b;
  border-color: #01415a;
}
/* line 37, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #04adf0;
  border-color: #049bd7;
}
/* line 56, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #04adf0;
  background-color: #fff;
}

/* line 83, ../../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0c73b;
  border-color: #eec023;
}
/* line 11, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #e6b612;
  border-color: #886b0a;
}
/* line 17, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #e6b612;
  border-color: #c59c0f;
}
/* line 22, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e6b612;
  border-color: #c59c0f;
}
/* line 29, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #c59c0f;
  border-color: #886b0a;
}
/* line 37, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0c73b;
  border-color: #eec023;
}
/* line 56, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0c73b;
  background-color: #fff;
}

/* line 87, ../../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #e93434;
  border-color: #e71d1d;
}
/* line 11, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d31717;
  border-color: #770d0d;
}
/* line 17, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #d31717;
  border-color: #b31313;
}
/* line 22, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d31717;
  border-color: #b31313;
}
/* line 29, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b31313;
  border-color: #770d0d;
}
/* line 37, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #e93434;
  border-color: #e71d1d;
}
/* line 56, ../../sass/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #e93434;
  background-color: #fff;
}

/* line 96, ../../sass/bootstrap/_buttons.scss */
.btn-link {
  color: #363636;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #00923f;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../../sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../sass/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 0px;
}

/* line 139, ../../sass/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

/* line 143, ../../sass/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

/* line 151, ../../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../../sass/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../../sass/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../sass/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../../sass/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../sass/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../sass/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../sass/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../sass/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../sass/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #999999;
  white-space: nowrap;
}

/* line 78, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8c8c8c;
}

/* line 88, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #333;
}

/* line 103, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../../sass/bootstrap/_dropdowns.scss */
.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;
}

/* line 123, ../../sass/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../../sass/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../../sass/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../../sass/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../sass/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../../sass/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../../sass/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../../sass/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../sass/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../sass/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../sass/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 184, ../../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../../sass/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../sass/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../sass/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../../sass/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../../sass/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 64, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ebebeb;
  border-radius: 0px;
}
/* line 85, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
/* line 90, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 0px;
}
/* line 97, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, ../../sass/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, ../../sass/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../../sass/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
  height: 40px;
}
/* line 143, ../../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 147, ../../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 156, ../../sass/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 162, ../../sass/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../../sass/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../../sass/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../../sass/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../../sass/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../../sass/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../../sass/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 59, ../../sass/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../../sass/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../sass/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../../sass/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../../sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
/* line 89, ../../sass/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../../sass/bootstrap/_navs.scss */
.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 #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../../sass/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../../sass/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0px;
}
/* line 125, ../../sass/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../../sass/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #333;
}

/* line 144, ../../sass/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../../sass/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../sass/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../../sass/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../../sass/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../../sass/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../../sass/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../sass/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../sass/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../../sass/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
/* line 199, ../../sass/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  /* line 210, ../../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

/* line 224, ../../sass/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../../sass/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../../sass/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../../sass/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../../sass/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../sass/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../../sass/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  /* line 50, ../../sass/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../sass/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../sass/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../../sass/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../../sass/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../../sass/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../../sass/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../../sass/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../../sass/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../../sass/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../../sass/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}
/* line 170, ../../sass/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../../sass/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../../sass/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../../sass/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 206, ../../sass/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../../sass/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 235, ../../sass/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  /* line 243, ../../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  /* line 257, ../../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../../sass/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../../sass/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../../sass/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* line 286, ../../sass/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  /* line 471, ../../sass/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 478, ../../sass/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 485, ../../sass/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 489, ../../sass/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 493, ../../sass/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 501, ../../sass/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 505, ../../sass/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 512, ../../sass/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../sass/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 523, ../../sass/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 530, ../../sass/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../../sass/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../../sass/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../../sass/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
/* line 346, ../../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  /* line 359, ../../sass/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../../sass/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../../sass/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../../sass/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../../sass/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, ../../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, ../../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
/* line 13, ../../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 23, ../../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../../sass/bootstrap/_pagination.scss */
.pagination {
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0px;
}
/* line 10, ../../sass/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../../sass/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #363636;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../../sass/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 32, ../../sass/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 41, ../../sass/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #00923f;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../../sass/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #333;
  border-color: #333;
  cursor: default;
}
/* line 64, ../../sass/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
}
/* line 12, ../../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 18, ../../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 5, ../../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 18, ../../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 6, ../../sass/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../../sass/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../../sass/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../../sass/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../../sass/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../../sass/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../../sass/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../../sass/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../../sass/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../../sass/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../sass/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../sass/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../../sass/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../sass/bootstrap/_labels.scss */
.label-primary {
  background-color: #333;
}
/* line 7, ../../sass/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1a1a1a;
}

/* line 52, ../../sass/bootstrap/_labels.scss */
.label-success {
  background-color: #70ba28;
}
/* line 7, ../../sass/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #57901f;
}

/* line 56, ../../sass/bootstrap/_labels.scss */
.label-info {
  background-color: #04adf0;
}
/* line 7, ../../sass/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #0389be;
}

/* line 60, ../../sass/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0c73b;
}
/* line 7, ../../sass/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #e6b612;
}

/* line 64, ../../sass/bootstrap/_labels.scss */
.label-danger {
  background-color: #e93434;
}
/* line 7, ../../sass/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d31717;
}

/* line 7, ../../sass/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../../sass/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../../sass/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../../sass/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../../sass/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #363636;
  background-color: #fff;
}
/* line 47, ../../sass/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../../sass/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../../sass/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../sass/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../../sass/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../../sass/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../../sass/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
/* line 24, ../../sass/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../../sass/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0px;
}
/* line 33, ../../sass/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../../sass/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 41, ../../sass/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 47, ../../sass/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}

/* line 7, ../../sass/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../../sass/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 28, ../../sass/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #999999;
}

/* line 35, ../../sass/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #363636;
}

/* line 9, ../../sass/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 16, ../../sass/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../../sass/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../../sass/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../../sass/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../../sass/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../../sass/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../../sass/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../../sass/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../../sass/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../../sass/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../sass/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../../sass/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../../sass/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../sass/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../../sass/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../../sass/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, ../../sass/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../sass/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #333;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../../sass/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../../sass/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../sass/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #70ba28;
}
/* line 7, ../../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../../sass/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #04adf0;
}
/* line 7, ../../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../../sass/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0c73b;
}
/* line 7, ../../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../../sass/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #e93434;
}
/* line 7, ../../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../../sass/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../../sass/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../sass/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../../sass/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../sass/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../../sass/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../sass/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../sass/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 20px;
}

/* line 39, ../../sass/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../sass/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../sass/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../sass/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../sass/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../sass/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 0px;
  padding-left: 0;
}

/* line 21, ../../sass/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../../sass/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 34, ../../sass/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 46, ../../sass/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../../sass/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../../sass/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
}

/* line 62, ../../sass/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 69, ../../sass/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 77, ../../sass/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 80, ../../sass/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 86, ../../sass/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #333;
  border-color: #333;
}
/* line 95, ../../sass/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 100, ../../sass/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #999999;
}

/* line 4, ../../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 122, ../../sass/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 126, ../../sass/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../sass/bootstrap/_panels.scss */
.panel {
  margin-bottom: 18px;
  background-color: none;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 17, ../../sass/bootstrap/_panels.scss */
.panel-body {
  padding: 0px;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 23, ../../sass/bootstrap/_panels.scss */
.panel-heading {
  padding: 30px 25px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 28, ../../sass/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 34, ../../sass/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
/* line 40, ../../sass/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 50, ../../sass/bootstrap/_panels.scss */
.panel-footer {
  padding: 30px 25px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 64, ../../sass/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 68, ../../sass/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 75, ../../sass/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 83, ../../sass/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
/* line 90, ../../sass/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 97, ../../sass/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 101, ../../sass/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 111, ../../sass/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 116, ../../sass/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 122, ../../sass/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 128, ../../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
/* line 132, ../../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
/* line 136, ../../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
/* line 144, ../../sass/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
/* line 150, ../../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
/* line 154, ../../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
/* line 158, ../../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
/* line 165, ../../sass/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 171, ../../sass/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 175, ../../sass/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 182, ../../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 186, ../../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 195, ../../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 204, ../../sass/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 211, ../../sass/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 223, ../../sass/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 18px;
}
/* line 227, ../../sass/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
/* line 231, ../../sass/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 236, ../../sass/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 239, ../../sass/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 245, ../../sass/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 247, ../../sass/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 255, ../../sass/bootstrap/_panels.scss */
.panel-default {
  /*  border-color: $border; */
}
/* line 5, ../../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #000000;
  position: relative;
  padding: 0px 0px 10px;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 9, ../../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .panel-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 13, ../../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .panel-title .fa {
  color: #00923f;
}
/* line 19, ../../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 22, ../../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f0c73b;
  background-color: #000000;
}
/* line 28, ../../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #000000;
}

/* line 258, ../../sass/bootstrap/_panels.scss */
.panel-primary {
  /*  border-color: $border; */
}
/* line 5, ../../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  position: relative;
  padding: 0px 0px 10px;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 9, ../../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .panel-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 13, ../../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .panel-title .fa {
  color: #00923f;
}
/* line 19, ../../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 22, ../../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #333;
  background-color: #fff;
}
/* line 28, ../../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #333;
}

/* line 261, ../../sass/bootstrap/_panels.scss */
.panel-success {
  /*  border-color: $border; */
}
/* line 5, ../../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  position: relative;
  padding: 0px 0px 10px;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 9, ../../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .panel-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 13, ../../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .panel-title .fa {
  color: #00923f;
}
/* line 19, ../../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 22, ../../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 28, ../../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 264, ../../sass/bootstrap/_panels.scss */
.panel-info {
  /*  border-color: $border; */
}
/* line 5, ../../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  position: relative;
  padding: 0px 0px 10px;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 9, ../../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .panel-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 13, ../../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .panel-title .fa {
  color: #00923f;
}
/* line 19, ../../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 22, ../../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 28, ../../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 267, ../../sass/bootstrap/_panels.scss */
.panel-warning {
  /*  border-color: $border; */
}
/* line 5, ../../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  position: relative;
  padding: 0px 0px 10px;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 9, ../../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .panel-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 13, ../../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .panel-title .fa {
  color: #00923f;
}
/* line 19, ../../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 22, ../../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 28, ../../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 270, ../../sass/bootstrap/_panels.scss */
.panel-danger {
  /*  border-color: $border; */
}
/* line 5, ../../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  position: relative;
  padding: 0px 0px 10px;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 9, ../../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .panel-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 13, ../../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .panel-title .fa {
  color: #00923f;
}
/* line 19, ../../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 22, ../../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 28, ../../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../sass/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../../sass/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../../sass/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../sass/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../sass/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../../sass/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../sass/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 0px;
}

/* line 26, ../../sass/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 0px;
}

/* line 6, ../../sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../../sass/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../../sass/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../../sass/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../sass/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../../sass/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../../sass/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../sass/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../sass/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../sass/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../../sass/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../../sass/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../../sass/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../../sass/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 85, ../../sass/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../sass/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../../sass/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../sass/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../../sass/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../../sass/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../../sass/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../sass/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../sass/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../../sass/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../../sass/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../../sass/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../../sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../../sass/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../../sass/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../../sass/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../../sass/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../../sass/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../../sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

/* line 36, ../../sass/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../../sass/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../../sass/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../../sass/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../../sass/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../../sass/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../../sass/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../../sass/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, ../../sass/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../../sass/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../../sass/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../../sass/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../sass/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

/* line 42, ../../sass/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../../sass/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../../sass/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../../sass/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../../sass/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../../sass/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../../sass/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../../sass/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../../sass/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../../sass/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../../sass/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../sass/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../../sass/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../../sass/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../../sass/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../../sass/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../../sass/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../../sass/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../../sass/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../../sass/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../sass/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 108, ../../sass/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 111, ../../sass/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 118, ../../sass/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 127, ../../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 137, ../../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 142, ../../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 147, ../../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 157, ../../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 162, ../../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 173, ../../sass/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 184, ../../sass/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 206, ../../sass/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 217, ../../sass/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 228, ../../sass/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 239, ../../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 248, ../../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 252, ../../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 259, ../../sass/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 266, ../../sass/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../sass/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../sass/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../sass/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../sass/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../sass/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../sass/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../sass/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../sass/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../sass/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../../sass/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/*
 * Global variables
 */
/* main color which will be used for all main block styles... */
/**
 * Import component variables
 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/**
 *
 */
/* line 1, ../../sass/_layout.scss */
body, html {
  overflow-x: hidden;
}

/* line 5, ../../sass/_layout.scss */
body.layout-boxed-lg {
  background-color: #f0f0f0;
}
/* line 7, ../../sass/_layout.scss */
body.layout-boxed-lg #page {
  background-color: #FFFFFF;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
/* line 13, ../../sass/_layout.scss */
body.layout-boxed-lg #sys-notification {
  width: auto;
}

/* Common Home */
/* line 25, ../../sass/_layout.scss */
.common-home .header-v2 .verticalmenu-head .pav-verticalmenu {
  display: block;
}

/* top */
/* line 33, ../../sass/_layout.scss */
header, .container {
  position: relative;
}

/* line 36, ../../sass/_layout.scss */
.topbar {
  background-color: #f8f8f8;
  border-bottom: 0;
  font-size: 11px;
}
/* line 40, ../../sass/_layout.scss */
.topbar #currency .currency-select {
  text-align: left;
}
/* line 44, ../../sass/_layout.scss */
.topbar .btn-link {
  color: #ffffff;
  font-size: 11px;
}
/* line 47, ../../sass/_layout.scss */
.topbar .btn-link:hover {
  color: #000000;
}
/* line 51, ../../sass/_layout.scss */
.topbar .list-inline {
  margin: 0;
}
/* line 53, ../../sass/_layout.scss */
.topbar .list-inline li {
  float: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .topbar .list-inline li {
  float: right;
}
/* line 58, ../../sass/_layout.scss */
.topbar .info-topbar li {
  padding: 14px 0;
  margin-right: 15px;
  color: #999999;
  font-size: 13px;
  letter-spacing: -0,5px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .topbar .info-topbar li {
  margin-left: 15px;
  margin-right: inherit;
}
/* line 65, ../../sass/_layout.scss */
.topbar .info-topbar .fa {
  margin-right: 8px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .topbar .info-topbar .fa {
  margin-left: 8px;
  margin-right: inherit;
}
/* line 69, ../../sass/_layout.scss */
.topbar .minibasket {
  margin-top: 6px;
  margin-bottom: 0;
}
/* line 73, ../../sass/_layout.scss */
.topbar .search-box-wrapper .btn-search {
  height: 46px;
}
/* line 75, ../../sass/_layout.scss */
.topbar .search-box-wrapper .btn-search .fa {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  width: 100%;
  border-right: 1px solid rgba(0, 117, 194, 0.2);
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .topbar .search-box-wrapper .btn-search .fa {
  border-left: 1px solid rgba(0, 117, 194, 0.2);
  border-right: inherit;
}

/* Mainmenu */
/* line 87, ../../sass/_layout.scss */
.bo-mainmenu {
  background-color: #1C2437;
}

/* auto search */
/* line 94, ../../sass/_layout.scss */
.search-auto {
  padding-top: 15px;
}

/* line 98, ../../sass/_layout.scss */
.autosearch-wrapper {
  padding: 25px 0;
  margin-top: 12px;
  background: #FFFFFF;
  color: #000000;
}
/* line 103, ../../sass/_layout.scss */
.autosearch-wrapper .input-group-btn {
  position: relative;
}
/* line 105, ../../sass/_layout.scss */
.autosearch-wrapper .input-group-btn:after {
  background: #f8f8f8;
  line-height: 40px;
  position: absolute;
  right: 19px;
  text-align: center;
  top: 1px;
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 13px;
  width: 35px;
  height: 40px;
  color: #000000;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .autosearch-wrapper .input-group-btn:after {
  left: 19px;
  right: auto;
}
/* line 119, ../../sass/_layout.scss */
.autosearch-wrapper .category_filter {
  border: none;
  display: inline-block;
  font-size: 13px;
  height: 40px;
  line-height: 30px;
  margin-right: 30px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  background-color: #f8f8f8;
  border-left: 1px solid #eeeeee;
  padding-left: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .autosearch-wrapper .category_filter {
  margin-left: 30px;
  margin-right: inherit;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .autosearch-wrapper .category_filter {
  padding-right: 10px;
  padding-left: inherit;
}
@media (max-width: 480px) {
  /* line 119, ../../sass/_layout.scss */
  .autosearch-wrapper .category_filter {
    max-width: 130px;
  }
}
/* line 134, ../../sass/_layout.scss */
.autosearch-wrapper .search_query {
  background-color: transparent;
  border: 0;
  height: 42px;
}
/* line 138, ../../sass/_layout.scss */
.autosearch-wrapper .search_query:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
/* line 142, ../../sass/_layout.scss */
.autosearch-wrapper .input-group {
  width: 100%;
  padding-right: 35px;
  border: 1px solid #E1E1E1;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .autosearch-wrapper .input-group {
  padding-left: 35px;
  padding-right: inherit;
}
/* line 147, ../../sass/_layout.scss */
.autosearch-wrapper .button-search {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
  border: 0;
  width: 55px;
  height: 44px;
  color: #FFFFFF;
  padding: 0;
  background-color: #00923f;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .autosearch-wrapper .button-search {
  left: 0px;
  right: auto;
}
/* line 157, ../../sass/_layout.scss */
.autosearch-wrapper .button-search:hover {
  background-color: #0084dc;
}
/* line 161, ../../sass/_layout.scss */
.autosearch-wrapper .dropdown-menu {
  z-index: 999;
}
/* line 164, ../../sass/_layout.scss */
.autosearch-wrapper .dropdown-menu > li.clearfix {
  border-bottom: 1px dashed #E1E1E1;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 169, ../../sass/_layout.scss */
.autosearch-wrapper .dropdown-menu > li:last-child {
  border-bottom: none;
}
/* line 172, ../../sass/_layout.scss */
.autosearch-wrapper .dropdown-menu > li > a {
  padding: 0;
}
/* line 175, ../../sass/_layout.scss */
.autosearch-wrapper .dropdown-menu > li .media-body {
  padding-left: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .autosearch-wrapper .dropdown-menu > li .media-body {
  padding-right: 10px;
  padding-left: inherit;
}

/* cart */
/* line 184, ../../sass/_layout.scss */
.minibasket {
  float: right;
  background: url("../../image/blue/cart.png") no-repeat center left;
  padding-left: 40px;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .minibasket {
  float: left;
}
/* line 188, ../../sass/_layout.scss */
.minibasket button.dropdown-toggle {
  background: none;
  border: none;
  text-align: left;
  font-size: 14px;
  color: #999999;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .minibasket button.dropdown-toggle {
  text-align: right;
}
/* line 192, ../../sass/_layout.scss */
.minibasket button.dropdown-toggle i {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  float: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .minibasket button.dropdown-toggle i {
  float: right;
}
/* line 203, ../../sass/_layout.scss */
.minibasket span {
  font-size: 11px;
  font-weight: 400;
}
/* line 207, ../../sass/_layout.scss */
.minibasket span,
.minibasket .heading-cart {
  margin: 0;
  text-transform: uppercase;
}
/* line 212, ../../sass/_layout.scss */
.minibasket .dropdown-menu {
  background: #FFFFFF;
  z-index: 1001;
  min-width: 445px;
  padding: 20px;
  margin-top: 0;
  right: 0;
  border-top: 3px solid #00923f;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .minibasket .dropdown-menu {
  left: 0;
  right: auto;
}
/* line 220, ../../sass/_layout.scss */
.minibasket .dropdown-menu table {
  margin-bottom: 10px;
}
/* line 222, ../../sass/_layout.scss */
.minibasket .dropdown-menu table tr {
  background: #FFFFFF;
}
/* line 227, ../../sass/_layout.scss */
.minibasket .dropdown-menu li > div {
  padding: 0 10px;
}
/* line 231, ../../sass/_layout.scss */
.minibasket .dropdown-menu li p {
  margin: 20px 0;
}
/* line 235, ../../sass/_layout.scss */
.minibasket .dropdown-menu .image {
  width: 90px;
}
/* line 238, ../../sass/_layout.scss */
.minibasket .dropdown-menu .name {
  font-size: 16px;
}
/* line 242, ../../sass/_layout.scss */
.minibasket .heading-cart {
  font-size: 13px;
  color: #00923f;
  font-weight: 600;
}
/* line 247, ../../sass/_layout.scss */
.minibasket:hover {
  cursor: pointer;
}

/* top success cart*/
/* line 254, ../../sass/_layout.scss */
.top-success-cart {
  position: absolute;
  max-width: 1170px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 99;
  top: 20px;
}

/* top links */
/* line 266, ../../sass/_layout.scss */
.top-link button.btn, .top-link li, .top-link a {
  color: #999999;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
}
/* line 273, ../../sass/_layout.scss */
.top-link button.btn:hover, .top-link li:hover, .top-link a:hover {
  color: #00923f;
}
/* line 277, ../../sass/_layout.scss */
.top-link a + a {
  margin-left: 15px;
}
/* line 281, ../../sass/_layout.scss */
.top-link .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
/* line 286, ../../sass/_layout.scss */
.top-link .btn-group {
  display: block;
}
/* line 290, ../../sass/_layout.scss */
.top-link .dropdown-toggle,
.top-link button.btn {
  padding: 15px 0;
  display: block;
}
/* line 296, ../../sass/_layout.scss */
.top-link button.btn {
  float: none;
  display: block;
  border: none;
}
/* line 302, ../../sass/_layout.scss */
.top-link .list-inline li {
  margin-left: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .top-link .list-inline li {
  margin-right: 10px;
  margin-left: inherit;
}
/* line 305, ../../sass/_layout.scss */
.top-link .list-inline .dropdown-menu {
  margin: 0;
  left: auto;
  right: 0;
  min-width: 180px;
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .top-link .list-inline .dropdown-menu {
  right: auto;
  left: auto;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .top-link .list-inline .dropdown-menu {
  left: 0;
  right: auto;
}
/* line 310, ../../sass/_layout.scss */
.top-link .list-inline .dropdown-menu li {
  border-bottom: 1px solid #E1E1E1;
  margin: 0;
  padding: 6px 0;
  width: 100%;
}
/* line 315, ../../sass/_layout.scss */
.top-link .list-inline .dropdown-menu li:last-child {
  border-bottom: none;
}
/* line 318, ../../sass/_layout.scss */
.top-link .list-inline .dropdown-menu li button.btn {
  padding: 5px 20px;
}
/* line 321, ../../sass/_layout.scss */
.top-link .list-inline .dropdown-menu li a {
  text-shadow: none;
  font-size: 11px;
}
/* line 325, ../../sass/_layout.scss */
.top-link .list-inline .dropdown-menu li a:hover {
  color: #00923f;
  font-weight: 500;
}
/* line 331, ../../sass/_layout.scss */
.top-link .list-inline .dropdown-menu .fa {
  margin-right: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .top-link .list-inline .dropdown-menu .fa {
  margin-left: 10px;
  margin-right: inherit;
}

/*
 *  Header
 */
/* line 340, ../../sass/_layout.scss */
.header {
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
/* line 343, ../../sass/_layout.scss */
.header .search-cart {
  padding: 41px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  min-width: 320px;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .header .search-cart {
  left: 0;
  right: auto;
}
/* line 351, ../../sass/_layout.scss */
.header .logo {
  margin: 0;
  padding: 15px 0;
  min-width: 280px;
  position: relative;
  z-index: 99;
}
/* line 358, ../../sass/_layout.scss */
.header .navbar-mega .navbar-nav > li {
  padding: 0;
}
/* line 360, ../../sass/_layout.scss */
.header .navbar-mega .navbar-nav > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 8px 0px;
}
/* line 367, ../../sass/_layout.scss */
.header .btn-search {
  background: none;
  border: 1px solid #E1E1E1;
}
/* line 371, ../../sass/_layout.scss */
.header .verticalmenu-head {
  float: left;
  min-width: 270px;
  background-color: #00923f;
  position: relative;
  z-index: 99;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .header .verticalmenu-head {
  float: right;
}
/* line 377, ../../sass/_layout.scss */
.header .verticalmenu-head .panel-title {
  color: #FFFFFF;
  padding: 19px 30px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
/* line 383, ../../sass/_layout.scss */
.header .verticalmenu-head .panel-title .fa {
  margin-right: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .header .verticalmenu-head .panel-title .fa {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 387, ../../sass/_layout.scss */
.header .verticalmenu-head:hover {
  cursor: pointer;
}
/* line 389, ../../sass/_layout.scss */
.header .verticalmenu-head:hover .pav-verticalmenu {
  display: block;
}

/* header-v1 */
/* logo */
/* Search, Cart */
/* search */
/* line 414, ../../sass/_layout.scss */
.input-group {
  margin-bottom: 10px;
}
/* line 416, ../../sass/_layout.scss */
.input-group .input-lg, .input-group .input-group-lg > .form-control,
.input-group .input-group-lg > .input-group-addon,
.input-group .input-group-lg > .input-group-btn > .btn {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
/* line 421, ../../sass/_layout.scss */
.input-group .btn-lg, .input-group .btn-group-lg > .btn {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 20px;
  text-shadow: 0 1px 0 #FFF;
}

/* line 430, ../../sass/_layout.scss */
.search-box .input-group-addon {
  background: #FFFFFF;
  border: none;
  border-radius: 0px 0px 0px 0px;
  min-width: 200px;
  font-weight: normal;
  position: relative;
  padding: 2px 0 !important;
}
/* line 433, ../../sass/_layout.scss */
.search-box .input-group-addon input {
  background: transparent;
  border-color: #00923f;
  color: #FFF;
}
/* line 440, ../../sass/_layout.scss */
.search-box .input-group-addon:after {
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #CCC;
}
/* line 449, ../../sass/_layout.scss */
.search-box .input-group-addon:before {
  content: "\f107";
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -6.5px;
  font-size: 13px;
  line-height: 1;
  color: #999999;
  font-family: 'FontAwesome', Verdana;
}
/* line 462, ../../sass/_layout.scss */
.search-box input, .search-box select {
  border: none;
  border-radius: 0px;
}
/* line 464, ../../sass/_layout.scss */
.search-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 0 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: 0 0 0 !important;
  font-weight: normal;
  margin-right: 2px;
}
/* line 471, ../../sass/_layout.scss */
.search-box.search-box-simple .input-group {
  border: solid 2px #00923f;
  border-radius: 0px;
  background: #FFFFFF;
}
/* line 476, ../../sass/_layout.scss */
.search-box.search-box-simple .input-group-addon {
  background: transparent;
}
/* line 477, ../../sass/_layout.scss */
.search-box.search-box-simple input {
  color: #000000;
}

/* line 481, ../../sass/_layout.scss */
.toggle-overlay-container {
  height: 80px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 10;
  background: #FFFFFF;
}
/* line 490, ../../sass/_layout.scss */
.toggle-overlay-container .search-box {
  width: calc(100% - 86px);
  float: left;
  height: 100%;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .toggle-overlay-container .search-box {
  float: right;
}
/* line 494, ../../sass/_layout.scss */
.toggle-overlay-container .search-box .input-group {
  width: 100%;
  margin: 0px auto;
}
/* line 497, ../../sass/_layout.scss */
.toggle-overlay-container .search-box .input-group .form-control {
  height: 100%;
  line-height: 78px;
  font-size: 30px;
}
/* line 501, ../../sass/_layout.scss */
.toggle-overlay-container .search-box .input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 506, ../../sass/_layout.scss */
.toggle-overlay-container .search-box .btn-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 509, ../../sass/_layout.scss */
.toggle-overlay-container .search-box .btn-default .fa {
  color: #999999;
  font-size: 20px;
  margin-right: 20px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .toggle-overlay-container .search-box .btn-default .fa {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 514, ../../sass/_layout.scss */
.toggle-overlay-container .search-box .btn-default:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 516, ../../sass/_layout.scss */
.toggle-overlay-container .search-box .btn-default:hover .fa {
  color: #00923f;
}
/* line 522, ../../sass/_layout.scss */
.toggle-overlay-container .dropdown-toggle-button {
  width: 86px;
  height: 100%;
  text-align: center;
  float: right;
  background: #F2f2f2;
  cursor: hand;
  cursor: pointer;
  line-height: 72px;
  font-size: 30px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 532, ../../sass/_layout.scss */
.toggle-overlay-container .dropdown-toggle-button:hover {
  -webkit-box-shadow: 0 0 0 80px #9dce61 inset;
  box-shadow: 0 0 0 80px #9dce61 inset;
  color: #FFFFFF;
}
/* line 539, ../../sass/_layout.scss */
.toggle-overlay-container.active {
  opacity: 1;
  visibility: visible;
  border-bottom: 2px solid #00923f;
}

/* Search Box Wrapper */
/* line 549, ../../sass/_layout.scss */
.search-box-wrapper .btn-search {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background: none;
  padding: 0;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .search-box-wrapper .btn-search {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 555, ../../sass/_layout.scss */
.search-box-wrapper .btn-search:hover .fa {
  color: #00923f;
}

/* menu */
/* line 565, ../../sass/_layout.scss */
.breadcrumb {
  padding: 0px;
  position: relative;
  margin-bottom: 0px;
  padding: 0 0 20px;
  background: none;
}
/* line 571, ../../sass/_layout.scss */
.breadcrumb .breadcrumb-heading {
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
}
/* line 578, ../../sass/_layout.scss */
.breadcrumb ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
/* line 582, ../../sass/_layout.scss */
.breadcrumb ul li {
  display: inline-block;
  color: #999999;
  padding-right: 5px;
  white-space: nowrap;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .breadcrumb ul li {
  padding-left: 5px;
  padding-right: inherit;
}
/* line 587, ../../sass/_layout.scss */
.breadcrumb ul li a {
  color: #999999;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  padding-right: 5px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .breadcrumb ul li a {
  padding-left: 5px;
  padding-right: inherit;
}
/* line 593, ../../sass/_layout.scss */
.breadcrumb ul li a:hover {
  color: #00923f;
}
/* line 597, ../../sass/_layout.scss */
.breadcrumb ul li:last-child {
  color: transparent;
}
/* line 599, ../../sass/_layout.scss */
.breadcrumb ul li:last-child a {
  color: #000000;
}

/*
 *  Categories Info
 */
/* line 613, ../../sass/_layout.scss */
.image-category {
  margin-bottom: 20px;
}

/* line 616, ../../sass/_layout.scss */
.category-description {
  line-height: 22px;
}

/* line 626, ../../sass/_layout.scss */
#pav-categorymenu ul li span.head a {
  float: right;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl #pav-categorymenu ul li span.head a {
  float: left;
}

/* line 635, ../../sass/_layout.scss */
.refine-search {
  margin-bottom: 20px;
}
/* line 637, ../../sass/_layout.scss */
.refine-search ul {
  list-style: none;
  padding: 0 20px;
}
/* line 640, ../../sass/_layout.scss */
.refine-search ul li {
  padding: 8px 0px;
  list-style: inside none square;
}

/* line 649, ../../sass/_layout.scss */
.maincols {
  overflow: hidden;
  padding-bottom: 30px;
}

/* line 655, ../../sass/_layout.scss */
.common-home .maincols {
  padding-bottom: 0px;
}

/* content */
/* line 660, ../../sass/_layout.scss */
#content {
  min-height: 600px;
}

/*
 *  Sys Notification
 */
/* line 668, ../../sass/_layout.scss */
#sys-notification {
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 9999;
}

/* footer */
/* line 677, ../../sass/_layout.scss */
footer {
  background: #fff;
  color: #363636;
}
/* line 681, ../../sass/_layout.scss */
footer h2, footer h3, footer h4, footer h5 {
  color: #1C2437;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 690, ../../sass/_layout.scss */
footer ul li {
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 693, ../../sass/_layout.scss */
footer ul li a {
  letter-spacing: 0px;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #999999;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl footer ul li a {
  padding-right: 0px;
  padding-left: inherit;
}
/* line 700, ../../sass/_layout.scss */
footer ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl footer ul li:before {
  right: 15px;
  left: auto;
}
/* line 708, ../../sass/_layout.scss */
footer ul li:hover {
  color: #00923f;
  padding-left: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl footer ul li:hover {
  padding-right: 10px;
  padding-left: inherit;
}
/* line 711, ../../sass/_layout.scss */
footer ul li:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 721, ../../sass/_layout.scss */
footer .footer-bottom .panel-body {
  padding-top: 5px;
  color: #999999;
  line-height: 19px;
}
/* line 727, ../../sass/_layout.scss */
footer .footer-bottom .apps_mobile span {
  margin-bottom: 20px;
  display: block;
}
/* line 730, ../../sass/_layout.scss */
footer .footer-bottom .apps_mobile span img {
  margin-right: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl footer .footer-bottom .apps_mobile span img {
  margin-left: 10px;
  margin-right: inherit;
}

/* line 738, ../../sass/_layout.scss */
.footer-top,
.footer-bottom {
  padding-bottom: 30px;
  padding-top: 40px;
}

/* line 744, ../../sass/_layout.scss */
.footer-v2 {
  background: #2D2D2D url("../../image/bg_footer_v2.png") no-repeat center left;
}
/* line 746, ../../sass/_layout.scss */
.footer-v2 #powered {
  background: none;
  border-color: #343434;
}
/* line 750, ../../sass/_layout.scss */
.footer-v2 .copyright {
  background: none;
}
/* line 753, ../../sass/_layout.scss */
.footer-v2 .pav-newsletter {
  color: #FFFFFF;
}
/* line 755, ../../sass/_layout.scss */
.footer-v2 .pav-newsletter .input-group .form-control {
  border: none;
}
/* line 758, ../../sass/_layout.scss */
.footer-v2 .pav-newsletter .heading {
  color: #FFFFFF;
}
/* line 761, ../../sass/_layout.scss */
.footer-v2 .pav-newsletter .description {
  color: #999999;
}
/* line 765, ../../sass/_layout.scss */
.footer-v2 ul {
  color: #999999;
}
/* line 768, ../../sass/_layout.scss */
.footer-v2 ul li a {
  color: #999;
}
/* line 770, ../../sass/_layout.scss */
.footer-v2 ul li a:hover {
  color: #00923f;
}
/* line 776, ../../sass/_layout.scss */
.footer-v2 .ourservice-content {
  color: #999;
  padding-top: 3px;
  line-height: 24px;
}
/* line 781, ../../sass/_layout.scss */
.footer-v2 h2, .footer-v2 h3, .footer-v2 h4, .footer-v2 h5 {
  color: #FFFFFF;
}

/* line 787, ../../sass/_layout.scss */
.contact-us li {
  line-height: 26px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
/* line 791, ../../sass/_layout.scss */
.contact-us li:before {
  display: none;
}
/* line 794, ../../sass/_layout.scss */
.contact-us li a {
  padding-left: 0px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .contact-us li a {
  padding-right: 0px;
  padding-left: inherit;
}
/* line 797, ../../sass/_layout.scss */
.contact-us li:hover {
  padding-left: 0px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .contact-us li:hover {
  padding-right: 0px;
  padding-left: inherit;
}
/* line 800, ../../sass/_layout.scss */
.contact-us li .fa {
  float: left;
  font-size: 18px;
  width: 30px;
  height: 40px;
  color: #999999;
  line-height: 30px;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .contact-us li .fa {
  float: right;
}

/*------------------------------------*\
    Powered
\*------------------------------------*/
/* line 815, ../../sass/_layout.scss */
#powered {
  text-align: center;
  background: #ffffff;
}

/*------------------------------------*\
    Social
\*------------------------------------*/
/* line 824, ../../sass/_layout.scss */
.social {
  background-color: #00923f;
  margin-top: 30px;
}
/* line 827, ../../sass/_layout.scss */
.social .list-unstyled {
  margin-bottom: 0;
  text-align: center;
  padding: 20px 0 0;
}
/* line 831, ../../sass/_layout.scss */
.social .list-unstyled li {
  display: inline-block;
  margin: 0px 10px 20px;
}
/* line 834, ../../sass/_layout.scss */
.social .list-unstyled li .fa {
  width: 50px;
  height: 40px;
  line-height: 40px;
  background-color: #0094f5;
  font-size: 18px;
  color: #FFFFFF;
}
/* line 840, ../../sass/_layout.scss */
.social .list-unstyled li .fa:hover {
  background-color: #29aaff;
}
/* line 844, ../../sass/_layout.scss */
.social .list-unstyled li:hover {
  padding: 0;
}

/*------------------------------------*\
    Copyright
\*------------------------------------*/
/* line 854, ../../sass/_layout.scss */
.copyright {
  text-align: left;
  background: #f8f8f8;
  color: #999999;
  font-size: 11px;
  font-weight: 400;
  width: 100%;
  line-height: 24px;
  background: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
/* line 864, ../../sass/_layout.scss */
.copyright .input-group {
  border: 0px;
}
/* line 866, ../../sass/_layout.scss */
.copyright .input-group .fa {
  color: #777777;
}
/* line 870, ../../sass/_layout.scss */
.copyright a {
  color: #FFFFFF;
  font-weight: 500;
  color: #00923f;
}
/* line 873, ../../sass/_layout.scss */
.copyright a:hover, .copyright a:focus, .copyright a:active {
  color: #00923f;
}
/* line 880, ../../sass/_layout.scss */
.copyright address {
  margin: 0;
}
/* line 883, ../../sass/_layout.scss */
.copyright .payment {
  padding-top: 30px;
}
/* line 887, ../../sass/_layout.scss */
.copyright .copyright-menu li {
  display: inline-block;
}
/* line 889, ../../sass/_layout.scss */
.copyright .copyright-menu li a {
  padding-left: 10px;
  color: #999999;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .copyright .copyright-menu li a {
  padding-right: 10px;
  padding-left: inherit;
}
/* line 892, ../../sass/_layout.scss */
.copyright .copyright-menu li a:hover {
  color: #00923f;
}
/* line 896, ../../sass/_layout.scss */
.copyright .copyright-menu li:hover {
  padding: 0;
}

/* line 903, ../../sass/_layout.scss */
.zoomContainer .zoomWindow {
  right: 100% !important;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .zoomContainer .zoomWindow {
  left: 100% !important;
  right: auto;
}

/* line 907, ../../sass/_layout.scss */
#push-top {
  background-color: #e0e0e0;
  box-shadow: 0 0 0 0 #1cba37 inset;
  color: #414141;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 15px;
  text-align: center;
  top: 80%;
  transition: all 0.5s ease-in-out 0s;
  z-index: 999;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl #push-top {
  left: 15px;
  right: auto;
}

/*
*  Main Menu
*/
/* line 4, ../../sass/_nav.scss */
.navbar-mega {
  min-height: inherit;
  margin: 0px;
  border: 0px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* line 9, ../../sass/_nav.scss */
.navbar-mega .navbar-nav {
  float: none;
}
/* line 12, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > .open > a {
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  background: transparent;
}
/* line 18, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > .open > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 23, ../../sass/_nav.scss */
.navbar-mega .navbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 26, ../../sass/_nav.scss */
.navbar-mega .navbar-nav ul li.parent {
  position: relative;
}
/* line 29, ../../sass/_nav.scss */
.navbar-mega .navbar-nav ul li.dropdown-submenu {
  position: relative;
}
/* line 31, ../../sass/_nav.scss */
.navbar-mega .navbar-nav ul li.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  position: absolute;
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .navbar-mega .navbar-nav ul li.dropdown-submenu .dropdown-menu {
  right: 100%;
  left: auto;
}
/* line 42, ../../sass/_nav.scss */
.navbar-mega .navbar-nav li.active {
  background: none;
}
/* line 44, ../../sass/_nav.scss */
.navbar-mega .navbar-nav li.active > a {
  background: none;
  color: #00923f;
}
/* line 47, ../../sass/_nav.scss */
.navbar-mega .navbar-nav li.active > a .caret {
  color: #00923f;
}
/* line 55, ../../sass/_nav.scss */
.navbar-mega .navbar-nav li.open > a {
  background: none;
  color: #00923f;
}
/* line 60, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li {
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 0;
  padding: 18px 0;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .navbar-mega .navbar-nav > li {
  float: right;
}
/* line 65, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li > a {
  font-family: "Asap", sans-serif;
  position: relative;
  color: #969BA3;
  padding: 0 30px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  border-left: 1px solid rgba(225, 225, 225, 0.2);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .navbar-mega .navbar-nav > li > a {
  border-right: 1px solid rgba(225, 225, 225, 0.2);
  border-left: inherit;
}
@media (max-width: 1199px) {
  /* line 65, ../../sass/_nav.scss */
  .navbar-mega .navbar-nav > li > a {
    padding: 0 15px;
  }
}
/* line 80, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li > a .caret {
  color: #969BA3;
  border-width: 3px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 85, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li > a:hover, .navbar-mega .navbar-nav > li > a:focus {
  background-color: transparent;
}
/* line 90, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
/* line 95, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li:hover > a, .navbar-mega .navbar-nav > li:focus > a {
  color: #FFFFFF;
  background: transparent;
}
/* line 98, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li:hover > a .caret, .navbar-mega .navbar-nav > li:focus > a .caret {
  color: #FFFFFF;
}
/* line 103, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li:first-child a {
  border: none;
}
/* line 107, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li .dropdown-menu {
  padding: 20px 30px;
  border-top: 2px solid #00923f;
  background: #FFFFFF;
  min-width: 220px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 114, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li .dropdown-menu ul.dropdown-menu {
  left: 100%;
  top: 0;
  position: absolute;
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .navbar-mega .navbar-nav > li .dropdown-menu ul.dropdown-menu {
  right: 100%;
  left: auto;
}
/* line 119, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li .dropdown-menu .row {
  padding-top: 0;
}
/* line 122, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li .dropdown-menu li {
  display: block;
  padding: 0;
  position: relative;
}
/* line 126, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li .dropdown-menu li a {
  min-height: inherit;
  display: block;
  font-weight: 400;
  padding: 12px 0px;
  color: #666666;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 1.1rem;
  /* 9 */
  border-bottom: 1px solid #E1E1E1;
}
/* line 136, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li .dropdown-menu li a:hover {
  color: #00923f;
  background: transparent;
}
/* line 142, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li .dropdown-menu li:hover > .dropdown-menu {
  display: block;
}
/* line 147, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li .dropdown-menu li:last-child a {
  border: none;
}
/* line 153, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li .mega-dropdown-menu {
  padding: 30px;
}
/* line 157, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a {
  padding-left: 0;
  padding-right: 0;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a {
  padding-right: 0;
  padding-left: inherit;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a {
  padding-left: 0;
  padding-right: inherit;
}
/* line 160, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a:hover {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a:hover {
  padding-right: 10px;
  padding-left: inherit;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a:hover {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 172, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .pavo-widget ul li a {
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 179, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .pavo-widget .product-block {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 184, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .pavo-widget .product-block .name a {
  padding: 0;
  font-weight: 400;
}
/* line 189, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .pavo-widget .product-block .product-img {
  margin-right: 20px;
  border: 1px solid #E1E1E1;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .navbar-mega .navbar-nav .pavo-widget .product-block .product-img {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 192, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .pavo-widget .product-block .product-img a.img {
  padding: 0;
}
/* line 195, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .pavo-widget .product-block .product-img img {
  max-width: 100px;
}
/* line 198, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .pavo-widget .product-block .product-img:before {
  display: none;
}
/* line 202, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .pavo-widget .product-block .product-label {
  display: none;
}
/* line 205, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .pavo-widget .product-block .media-body {
  text-align: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .navbar-mega .navbar-nav .pavo-widget .product-block .media-body {
  text-align: right;
}
/* line 209, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .pavo-widget .widget-heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 215, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > .active {
  background: transparent;
}
/* line 217, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > .active > a {
  color: #FFFFFF;
}
/* line 219, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > .active > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 225, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .aligned-center > .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .navbar-mega .navbar-nav .aligned-center > .dropdown-menu {
  right: 50%;
  left: auto;
}
/* line 233, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .aligned-right > .dropdown-menu {
  left: auto;
  right: 0;
}
/* line 237, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > .aligned-fullwidth {
  position: static !important;
}
/* line 239, ../../sass/_nav.scss */
.navbar-mega .navbar-nav > .aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
  padding: 30px;
}
/* line 246, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .container-mega .row {
  padding-bottom: 0;
  margin: 15px 0 30px !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 252, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .container-mega .row > div {
  position: relative;
}
/* line 254, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .container-mega .row > div:after {
  content: "";
  width: 1px;
  height: 1000px;
  background: #423B4D;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 262, ../../sass/_nav.scss */
.navbar-mega .navbar-nav .container-mega .row > div:first-child:after {
  content: none;
}
/* line 269, ../../sass/_nav.scss */
.navbar-mega .text-label {
  position: absolute;
  top: -20px;
  right: 45%;
  padding: 0px 3px;
  font-size: 9px;
  color: #FFFFFF;
}
/* line 276, ../../sass/_nav.scss */
.navbar-mega .text-label.text-hot {
  background: #e93434;
}
/* line 278, ../../sass/_nav.scss */
.navbar-mega .text-label.text-hot:after {
  border-top-color: #e93434;
}
/* line 280, ../../sass/_nav.scss */
.navbar-mega .text-label.text-new {
  background: #04adf0;
}
/* line 282, ../../sass/_nav.scss */
.navbar-mega .text-label.text-new:after {
  border-top-color: #04adf0;
}
/* line 284, ../../sass/_nav.scss */
.navbar-mega .text-label:after {
  content: "";
  position: absolute;
  border: 3px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -3px;
}

/**
 * White Styles
 */
/* line 299, ../../sass/_nav.scss */
.navbar-mega-light .navbar-mega .navbar-nav > li > a, .navbar-mega-light .navbar-mega .navbar-nav > li > a .caret {
  color: #FFFFFF;
}
/* line 302, ../../sass/_nav.scss */
.navbar-mega-light .navbar-mega .navbar-nav > li.active > a::before, .navbar-mega-light .navbar-mega .navbar-nav > li:hover > a::before {
  background: #FFFFFF;
}

/* line 307, ../../sass/_nav.scss */
.navbar-mega-theme {
  background: #00923f;
}
/* line 309, ../../sass/_nav.scss */
.navbar-mega-theme .navbar-mega .navbar-nav > li > a, .navbar-mega-theme .navbar-mega .navbar-nav > li > a .caret {
  color: #FFFFFF;
}

/**
 * Simple Styles
 */
/* line 319, ../../sass/_nav.scss */
.navbar-mega-simple {
  text-align: center;
}
/* line 321, ../../sass/_nav.scss */
.navbar-mega-simple .pbr-megamenu {
  display: inline-block;
}

/*** Vertical Megamenu ***/
/* line 330, ../../sass/_nav.scss */
.pbr-vertical-menu .navbar-vertical-mega {
  display: block;
  position: relative;
  width: 100%;
}
/* line 334, ../../sass/_nav.scss */
.pbr-vertical-menu .navbar-vertical-mega > li {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  border-bottom: solid 1px #E1E1E1;
}
/* line 340, ../../sass/_nav.scss */
.pbr-vertical-menu .navbar-vertical-mega > li > a {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}
/* line 347, ../../sass/_nav.scss */
.pbr-vertical-menu .navbar-vertical-mega > li .dropdown-menu {
  top: 0;
  left: 100%;
}
/* line 353, ../../sass/_nav.scss */
.pbr-vertical-menu .navbar-vertical-mega > li:hover > .dropdown-menu {
  display: block;
}
/* line 357, ../../sass/_nav.scss */
.pbr-vertical-menu .navbar-vertical-mega > li .caret {
  float: right;
}
/* line 363, ../../sass/_nav.scss */
.pbr-vertical-menu.menu-right > li .dropdown-menu {
  top: 0;
  right: 100%;
}

/*
 *    Blog module
 */
/* line 5, ../../sass/_post.scss */
div[class*="pavcol"] {
  padding: 0 15px;
}

/* line 9, ../../sass/_post.scss */
.blog-item {
  padding: 0px;
}
/* line 11, ../../sass/_post.scss */
.blog-item .latest-posts-image {
  margin-bottom: 20px;
}
/* line 14, ../../sass/_post.scss */
.blog-item .created {
  font-style: italic;
  color: #4DD0E1;
}
/* line 18, ../../sass/_post.scss */
.blog-item .latest-posts-title {
  min-height: 42px;
}
/* line 20, ../../sass/_post.scss */
.blog-item .latest-posts-title a {
  color: #4DD0E1;
  font-weight: 500;
  letter-spacing: -0.5px;
}
/* line 24, ../../sass/_post.scss */
.blog-item .latest-posts-title a:hover {
  color: #00923f;
}
/* line 29, ../../sass/_post.scss */
.blog-item .image {
  margin-bottom: 20px;
}
/* line 32, ../../sass/_post.scss */
.blog-item .shortinfo {
  font-size: 14px;
  letter-spacing: 0;
  color: #999999;
  font-weight: 300;
}

/* line 40, ../../sass/_post.scss */
.pavblog-comments {
  padding: 20px 30px;
}
/* line 42, ../../sass/_post.scss */
.pavblog-comments .comment-author {
  color: #1C2437;
}

/* line 47, ../../sass/_post.scss */
.pav-filter-blogs {
  background: #FFFFFF none repeat scroll 0 0;
}
/* line 49, ../../sass/_post.scss */
.pav-filter-blogs .blog-item {
  margin-bottom: 20px;
}
/* line 51, ../../sass/_post.scss */
.pav-filter-blogs .blog-item .text-link {
  font-weight: 600;
}
/* line 53, ../../sass/_post.scss */
.pav-filter-blogs .blog-item .text-link .fa {
  margin-left: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .pav-filter-blogs .blog-item .text-link .fa {
  margin-right: 10px;
  margin-left: inherit;
}

/* line 61, ../../sass/_post.scss */
.pav-blog-detail .image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}

/* line 69, ../../sass/_post.scss */
.pavblogs-comments-box img {
  padding-right: 12px;
  float: left;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .pavblogs-comments-box img {
  padding-left: 12px;
  padding-right: inherit;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .pavblogs-comments-box img {
  float: right;
}

/* line 74, ../../sass/_post.scss */
#comment-form label {
  float: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl #comment-form label {
  float: right;
}

/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 15, ../../sass/_typo.scss */
.layerslider-wrapper {
  margin: 0 auto;
  position: relative;
}

/* line 19, ../../sass/_typo.scss */
.rev_slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 940px;
}

/* line 25, ../../sass/_typo.scss */
.bannercontainer {
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}

/* line 31, ../../sass/_typo.scss */
.bannercontainer .banner-fullwidth {
  width: 100% !important;
  max-height: 100% !important;
}

/* line 36, ../../sass/_typo.scss */
.bannercontainer.banner-fullwidth {
  width: 100% !important;
}
/* line 38, ../../sass/_typo.scss */
.bannercontainer.banner-fullwidth .fullwidthbanner {
  max-height: 100% !important;
  overflow: hidden !important;
  padding: 0;
  position: relative;
}

/* line 46, ../../sass/_typo.scss */
.tp-bullets.simplebullets.round .bullet {
  width: 10px;
  height: 10px;
  background-color: #4DD0E1;
}
/* line 49, ../../sass/_typo.scss */
.tp-bullets.simplebullets.round .bullet.selected {
  background-color: #00923f;
}

/* line 56, ../../sass/_typo.scss */
.tp-caption.brown {
  color: #8f7560 !important;
}
/* line 59, ../../sass/_typo.scss */
.tp-caption.black {
  color: #414141 !important;
}
/* line 62, ../../sass/_typo.scss */
.tp-caption.very_large_black_text {
  color: #4DD0E1 !important;
}
/* line 65, ../../sass/_typo.scss */
.tp-caption.very_large_text {
  color: #00923f;
}
/* line 68, ../../sass/_typo.scss */
.tp-caption.small_text {
  color: #999999;
}
/* line 71, ../../sass/_typo.scss */
.tp-caption.btn-slider-black {
  background-color: #4DD0E1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 0 !important;
}
/* line 75, ../../sass/_typo.scss */
.tp-caption.btn-slider-black a {
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 30px;
  display: block;
  letter-spacing: 0px;
}
/* line 85, ../../sass/_typo.scss */
.tp-caption.btn-slider-black:hover {
  background-color: #56d2e2;
}
/* line 89, ../../sass/_typo.scss */
.tp-caption.list-style-slider {
  line-height: 26px;
  color: #000000;
}
/* line 92, ../../sass/_typo.scss */
.tp-caption.list-style-slider .fa {
  margin-right: 10px;
  color: #FFFFFF;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .tp-caption.list-style-slider .fa {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 97, ../../sass/_typo.scss */
.tp-caption.btn-slider {
  background-color: #FFFFFF;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
/* line 101, ../../sass/_typo.scss */
.tp-caption.btn-slider a {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  display: block;
}
/* line 110, ../../sass/_typo.scss */
.tp-caption.btn-slider:hover {
  background-color: #00923f;
  border: 2px solid #00923f;
}
/* line 113, ../../sass/_typo.scss */
.tp-caption.btn-slider:hover .fa {
  color: #FFFFFF;
}
/* line 116, ../../sass/_typo.scss */
.tp-caption.btn-slider:hover a {
  color: #FFFFFF;
}
/* line 120, ../../sass/_typo.scss */
.tp-caption.btn-slider .fa {
  margin-left: 10px;
  color: #00923f;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .tp-caption.btn-slider .fa {
  margin-right: 10px;
  margin-left: inherit;
}
/* line 125, ../../sass/_typo.scss */
.tp-caption.no-style {
  background-color: transparent;
  border: none;
}
/* line 128, ../../sass/_typo.scss */
.tp-caption.no-style:hover {
  background-color: transparent;
  color: #00923f;
}

/* line 136, ../../sass/_typo.scss */
#input-captcha {
  margin-bottom: 10px;
}

/*
 *    dropdown menu {
 */
/* line 7, ../../sass/_bootstrap-theme.scss */
.dropdown-menu {
  left: 0;
  float: left;
  text-align: left;
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .dropdown-menu {
  float: right;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .dropdown-menu {
  text-align: right;
}

/*
*    Panel Heading
*/
/* line 18, ../../sass/_bootstrap-theme.scss */
.panel-default.hightlight {
  border: 1px solid #E1E1E1;
}
/* line 23, ../../sass/_bootstrap-theme.scss */
.panel-default > .panel-heading .panel-title .fa {
  margin-right: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .panel-default > .panel-heading .panel-title .fa {
  margin-left: 10px;
  margin-right: inherit;
}

/*
 * Form required
 */
/* line 36, ../../sass/_bootstrap-theme.scss */
div.required .control-label::before {
  color: #f00;
  content: "* ";
  font-weight: bold;
}

/*
 *    Widget layout
 */
/* line 53, ../../sass/_bootstrap-theme.scss */
.column-left > div,
.column-right > div,
#column-left > div,
#column-right > div {
  margin-bottom: 30px;
}
/* line 56, ../../sass/_bootstrap-theme.scss */
.column-left .panel-default,
.column-right .panel-default,
#column-left .panel-default,
#column-right .panel-default {
  border: 1px solid #E1E1E1;
  border-top: none;
}
/* line 60, ../../sass/_bootstrap-theme.scss */
.column-left .panel-default.widget-banner,
.column-right .panel-default.widget-banner,
#column-left .panel-default.widget-banner,
#column-right .panel-default.widget-banner {
  border: none;
}
/* line 65, ../../sass/_bootstrap-theme.scss */
.column-left .panel-heading,
.column-right .panel-heading,
#column-left .panel-heading,
#column-right .panel-heading {
  padding: 40px 30px;
  margin-bottom: 0;
  border-bottom: 1px dashed #E1E1E1;
  border-top: 3px solid #00923f;
}
/* line 70, ../../sass/_bootstrap-theme.scss */
.column-left .panel-heading .panel-title,
.column-right .panel-heading .panel-title,
#column-left .panel-heading .panel-title,
#column-right .panel-heading .panel-title {
  font-size: 18px;
  font-weight: 700;
}
/* line 74, ../../sass/_bootstrap-theme.scss */
.column-left .panel-heading:before,
.column-right .panel-heading:before,
#column-left .panel-heading:before,
#column-right .panel-heading:before {
  display: none;
}
/* line 79, ../../sass/_bootstrap-theme.scss */
.column-left .latest-product .panel-heading,
.column-right .latest-product .panel-heading,
#column-left .latest-product .panel-heading,
#column-right .latest-product .panel-heading {
  border-top: 3px solid #01BFA5;
}
/* line 83, ../../sass/_bootstrap-theme.scss */
.column-left .panel-body,
.column-right .panel-body,
#column-left .panel-body,
#column-right .panel-body {
  background-color: #FFFFFF;
}
/* line 85, ../../sass/_bootstrap-theme.scss */
.column-left .panel-body ul,
.column-right .panel-body ul,
#column-left .panel-body ul,
#column-right .panel-body ul {
  list-style: none;
  padding: 10px 0;
}
/* line 88, ../../sass/_bootstrap-theme.scss */
.column-left .panel-body ul li,
.column-right .panel-body ul li,
#column-left .panel-body ul li,
#column-right .panel-body ul li {
  border-bottom: 1px dotted #E1E1E1;
  margin-bottom: 0;
  background-color: transparent;
  padding: 10px;
}
/* line 93, ../../sass/_bootstrap-theme.scss */
.column-left .panel-body ul li a,
.column-right .panel-body ul li a,
#column-left .panel-body ul li a,
#column-right .panel-body ul li a {
  font-size: 14px;
}
/* line 95, ../../sass/_bootstrap-theme.scss */
.column-left .panel-body ul li a.active,
.column-right .panel-body ul li a.active,
#column-left .panel-body ul li a.active,
#column-right .panel-body ul li a.active {
  font-weight: 600;
  color: #00923f;
}
/* line 100, ../../sass/_bootstrap-theme.scss */
.column-left .panel-body ul li:last-child,
.column-right .panel-body ul li:last-child,
#column-left .panel-body ul li:last-child,
#column-right .panel-body ul li:last-child {
  border-bottom: none;
}
/* line 104, ../../sass/_bootstrap-theme.scss */
.column-left .panel-body ul .accordion-heading,
.column-right .panel-body ul .accordion-heading,
#column-left .panel-body ul .accordion-heading,
#column-right .panel-body ul .accordion-heading {
  border: none;
  padding: 0;
}
/* line 110, ../../sass/_bootstrap-theme.scss */
.column-left .panel-body ul.box-category > li,
.column-right .panel-body ul.box-category > li,
#column-left .panel-body ul.box-category > li,
#column-right .panel-body ul.box-category > li {
  padding: 9px 30px;
}
/* line 114, ../../sass/_bootstrap-theme.scss */
.column-left .panel-body a.list-group-item,
.column-right .panel-body a.list-group-item,
#column-left .panel-body a.list-group-item,
#column-right .panel-body a.list-group-item {
  font-weight: 600;
}
/* line 117, ../../sass/_bootstrap-theme.scss */
.column-left .panel-body label.checkbox,
.column-right .panel-body label.checkbox,
#column-left .panel-body label.checkbox,
#column-right .panel-body label.checkbox {
  font-weight: 400;
}
/* line 120, ../../sass/_bootstrap-theme.scss */
.column-left .panel-body .filter-submit,
.column-right .panel-body .filter-submit,
#column-left .panel-body .filter-submit,
#column-right .panel-body .filter-submit {
  padding: 0 20px;
  margin-bottom: 20px;
}
/* line 128, ../../sass/_bootstrap-theme.scss */
.column-left .pav-categorymenu ul > li,
.column-right .pav-categorymenu ul > li,
#column-left .pav-categorymenu ul > li,
#column-right .pav-categorymenu ul > li {
  padding: 14px 30px;
}
/* line 133, ../../sass/_bootstrap-theme.scss */
.column-left .product-layout,
.column-right .product-layout,
#column-left .product-layout,
#column-right .product-layout {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 1.5px;
}
/* line 136, ../../sass/_bootstrap-theme.scss */
.column-left .product-layout .name,
.column-right .product-layout .name,
#column-left .product-layout .name,
#column-right .product-layout .name {
  margin-top: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
}
/* line 140, ../../sass/_bootstrap-theme.scss */
.column-left .product-layout .name a,
.column-right .product-layout .name a,
#column-left .product-layout .name a,
#column-right .product-layout .name a {
  color: #999999;
}
/* line 142, ../../sass/_bootstrap-theme.scss */
.column-left .product-layout .name a:hover,
.column-right .product-layout .name a:hover,
#column-left .product-layout .name a:hover,
#column-right .product-layout .name a:hover {
  color: #00923f;
}
/* line 147, ../../sass/_bootstrap-theme.scss */
.column-left .product-layout .caption,
.column-right .product-layout .caption,
#column-left .product-layout .caption,
#column-right .product-layout .caption {
  padding-top: 20px;
}
/* line 150, ../../sass/_bootstrap-theme.scss */
.column-left .product-layout:last-child,
.column-right .product-layout:last-child,
#column-left .product-layout:last-child,
#column-right .product-layout:last-child {
  border-bottom: none;
}

/* line 156, ../../sass/_bootstrap-theme.scss */
.panel {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
}

/* line 159, ../../sass/_bootstrap-theme.scss */
.panel-body .list-group-item {
  border: none;
  border-bottom: 1px dotted #E1E1E1;
  line-height: 28px;
  margin-bottom: 0;
}
/* line 164, ../../sass/_bootstrap-theme.scss */
.panel-body .list-group-item:last-child {
  border-bottom: none;
}
/* line 167, ../../sass/_bootstrap-theme.scss */
.panel-body .list-group-item:hover > a, .panel-body .list-group-item li:hover a {
  font-weight: 400;
}
/* line 170, ../../sass/_bootstrap-theme.scss */
.panel-body .list-group-item ul li {
  padding: 5px 0;
  border: none;
}

/* line 175, ../../sass/_bootstrap-theme.scss */
.nav-tabs {
  margin-bottom: 20px;
}

/* line 181, ../../sass/_bootstrap-theme.scss */
.list-unstyled {
  color: #333;
  font-size: 13px;
  line-height: 23px;
}
/* line 185, ../../sass/_bootstrap-theme.scss */
.list-unstyled span {
  color: #1C2437;
}

/* line 2, ../../sass/_product.scss */
.price {
  width: 100%;
  font-size: 13px;
  color: #35373e;
  font-family: "Asap", sans-serif;
}
/* line 8, ../../sass/_product.scss */
.price .price-new {
  color: #35373e;
  font-weight: 600;
}
/* line 12, ../../sass/_product.scss */
.price .price-old {
  font-size: 13px;
  color: #999999;
  text-decoration: line-through;
}
/* line 20, ../../sass/_product.scss */
.price.detail .price-new {
  font-size: 22px;
  font-weight: bold;
  color: #35373e;
}

/* product style */
/* line 32, ../../sass/_product.scss */
.product-grid {
  border-top: 1px solid #E1E1E1;
  position: relative;
}
/* line 35, ../../sass/_product.scss */
.product-grid:before {
  background-color: #E1E1E1;
  left: -1px;
  top: 0;
  position: absolute;
  z-index: 9;
  width: 1px;
  height: 100%;
  content: "";
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .product-grid:before {
  right: -1px;
  left: auto;
}

/* line 47, ../../sass/_product.scss */
.row .products-row {
  margin: 0;
}

/* line 53, ../../sass/_product.scss */
.products-row .product-col,
.products-row .grid-product {
  padding-left: 0;
  padding-right: 0;
}
/* line 57, ../../sass/_product.scss */
.products-row .product-col .product-block,
.products-row .grid-product .product-block {
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .products-row .product-col .product-block, .rtl
.products-row .grid-product .product-block {
  border-left: 1px solid #E1E1E1;
  border-right: inherit;
}

/* line 65, ../../sass/_product.scss */
.products-row .product-deal.product-block {
  border-right: none;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .products-row .product-deal.product-block {
  border-left: none;
  border-right: inherit;
}

/* line 69, ../../sass/_product.scss */
.product-block {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 76, ../../sass/_product.scss */
.product-block .description {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #999999;
  display: none;
}
/* line 84, ../../sass/_product.scss */
.product-block .name {
  line-height: 15px;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
  font-weight: normal;
}
/* line 90, ../../sass/_product.scss */
.product-block .name a {
  font-size: 13px;
  font-family: inherit;
  text-transform: none;
  color: #999999;
}
/* line 95, ../../sass/_product.scss */
.product-block .name a:hover {
  color: #00923f;
}
/* line 100, ../../sass/_product.scss */
.product-block .image {
  position: relative;
  border: 0px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  z-index: 0;
}
/* line 106, ../../sass/_product.scss */
.product-block .image .img-responsive {
  display: inline-block;
}
/* line 111, ../../sass/_product.scss */
.product-block .product-meta {
  position: relative;
  z-index: 9;
}
/* line 116, ../../sass/_product.scss */
.product-block .product-meta .item-countdown ul li {
  display: inline-block;
  border: 1px solid #E1E1E1;
  margin: 0px 2px;
  padding: 5px 10px;
}
/* line 125, ../../sass/_product.scss */
.product-block .top {
  padding: 2px 20px 14px;
  text-align: center;
  min-height: 80px;
}
/* line 130, ../../sass/_product.scss */
.product-block .bottom {
  background-color: #FFFFFF;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: auto;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .product-block .bottom {
  text-align: right;
}
/* line 141, ../../sass/_product.scss */
.product-block .action-button {
  right: 5px;
  bottom: 0;
  font-size: 12px;
  width: 40px;
  height: auto;
  margin: auto;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 99;
  border-radius: 1px;
  text-align: center;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .product-block .action-button {
  left: 5px;
  right: auto;
}
/* line 153, ../../sass/_product.scss */
.product-block .action-button button.btn-action {
  background-color: transparent;
  border: none;
  padding: 0;
}
/* line 157, ../../sass/_product.scss */
.product-block .action-button button.btn-action:hover {
  color: #FFFFFF;
}
/* line 161, ../../sass/_product.scss */
.product-block .action-button > div {
  width: 30px;
  height: 30px;
  background-color: #f8f8f8;
  display: block;
  margin-bottom: 5px;
  line-height: 30px;
}
/* line 167, ../../sass/_product.scss */
.product-block .action-button > div .fa {
  color: #1C2437;
}
/* line 170, ../../sass/_product.scss */
.product-block .action-button > div .btn-action, .product-block .action-button > div a {
  line-height: 30px;
  padding: 0;
}
/* line 175, ../../sass/_product.scss */
.product-block .action-button > div:hover {
  background-color: #82B1FF;
}
/* line 176, ../../sass/_product.scss */
.product-block .action-button > div:hover .fa {
  color: #FFFFFF;
}
/* line 185, ../../sass/_product.scss */
.product-block .product-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
/* line 190, ../../sass/_product.scss */
.product-block .action {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
/* line 192, ../../sass/_product.scss */
.product-block .action > div {
  background-color: #00923f;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
}
/* line 199, ../../sass/_product.scss */
.product-block .action > div:last-child {
  border-right: 0;
}
/* line 202, ../../sass/_product.scss */
.product-block .action > div:hover {
  background-color: #00923f;
}
/* line 206, ../../sass/_product.scss */
.product-block .action button.btn-action {
  background-color: transparent;
  border: none;
  padding: 0;
}
/* line 210, ../../sass/_product.scss */
.product-block .action button.btn-action:hover {
  color: #FFFFFF;
}
/* line 216, ../../sass/_product.scss */
.product-block .action .cart .fa {
  margin-right: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .product-block .action .cart .fa {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 219, ../../sass/_product.scss */
.product-block .action .cart span {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Asap", sans-serif;
  font-size: 14px;
}
/* line 230, ../../sass/_product.scss */
.product-block:hover {
  cursor: pointer;
}
/* line 233, ../../sass/_product.scss */
.product-block:hover:before {
  -webkit-box-shadow: 0 1px 5px 5px #ccc;
  box-shadow: 0 1px 5px 5px #ccc;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
/* line 242, ../../sass/_product.scss */
.product-block:hover .image {
  z-index: 9;
}
/* line 245, ../../sass/_product.scss */
.product-block:hover .bottom {
  bottom: 0;
}
/* line 248, ../../sass/_product.scss */
.product-block:hover .bottom,
.product-block:hover .action-button {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 253, ../../sass/_product.scss */
.product-block:hover .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 10px;
}
/* line 258, ../../sass/_product.scss */
.product-block:hover .action > div {
  opacity: 1;
}

/* line 270, ../../sass/_product.scss */
.refine_deals ul {
  padding: 20px 0;
}
/* line 272, ../../sass/_product.scss */
.refine_deals ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #E1E1E1;
  padding: 10px 20px;
}
/* line 277, ../../sass/_product.scss */
.refine_deals ul li.active {
  background-color: #00923f;
  border: 1px solid #00923f;
}
/* line 280, ../../sass/_product.scss */
.refine_deals ul li.active a {
  color: #FFFFFF;
}
/* line 284, ../../sass/_product.scss */
.refine_deals ul li a {
  text-transform: uppercase;
  font-weight: 700;
}

/* line 295, ../../sass/_product.scss */
.product-deal.product-block:hover:before {
  display: none;
}
/* line 301, ../../sass/_product.scss */
.product-deal .footer-deals {
  background-color: #6093C8;
  margin-top: 25px;
}
/* line 304, ../../sass/_product.scss */
.product-deal .footer-deals ul.list-inline {
  padding: 25px 0;
  margin: 0;
}
/* line 308, ../../sass/_product.scss */
.product-deal .footer-deals ul.list-inline li {
  border: 1px solid rgba(225, 225, 225, 0.5);
  padding: 8px 15px;
  margin: 0 5px;
  color: #FFFFFF;
}

/* line 326, ../../sass/_product.scss */
.product-layout.grid-product .product-block:hover .price span {
  color: transparent;
}
/* line 333, ../../sass/_product.scss */
.product-layout.product-list {
  margin-bottom: 30px;
  border: 1px solid #E1E1E1;
}
/* line 336, ../../sass/_product.scss */
.product-layout.product-list .product-block {
  background-color: #FFFFFF;
  overflow: hidden;
}
/* line 339, ../../sass/_product.scss */
.product-layout.product-list .product-block .description {
  display: block;
}
/* line 343, ../../sass/_product.scss */
.product-layout.product-list .product-block .name a {
  font-size: 26px;
  line-height: 30px;
}
/* line 348, ../../sass/_product.scss */
.product-layout.product-list .product-block .price {
  font-size: 20px;
  padding: 10px 0;
}
/* line 352, ../../sass/_product.scss */
.product-layout.product-list .product-block .price-old {
  font-size: 16px;
}
/* line 355, ../../sass/_product.scss */
.product-layout.product-list .product-block .top {
  padding-bottom: 0;
  text-align: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .product-layout.product-list .product-block .top {
  text-align: right;
}
/* line 359, ../../sass/_product.scss */
.product-layout.product-list .product-block .bottom {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  padding: 0 20px;
}
/* line 364, ../../sass/_product.scss */
.product-layout.product-list .product-block .bottom .cart {
  max-width: 200px;
}
/* line 369, ../../sass/_product.scss */
.product-layout.product-list .product-block:hover .bottom {
  bottom: 0;
}
/* line 374, ../../sass/_product.scss */
.product-layout.product-list .image {
  width: 35%;
}
/* line 377, ../../sass/_product.scss */
.product-layout.product-list .product-meta {
  width: 63%;
  padding: 20px 0;
}
/* line 381, ../../sass/_product.scss */
.product-layout.product-list .product-meta .item-countdown ul {
  text-align: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .product-layout.product-list .product-meta .item-countdown ul {
  text-align: right;
}
/* line 386, ../../sass/_product.scss */
.product-layout.product-list .image,
.product-layout.product-list .product-meta {
  display: inline-block;
  float: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .product-layout.product-list .image, .rtl
.product-layout.product-list .product-meta {
  float: right;
}

/* line 399, ../../sass/_product.scss */
.pav-hover-image {
  opacity: .3;
  width: 100%;
}
/* line 402, ../../sass/_product.scss */
.pav-hover-image:hover {
  opacity: 1;
}

/* line 406, ../../sass/_product.scss */
.product-label {
  color: #FFFFFF;
  font-size: 10px;
  background-color: #EE3729;
  font-weight: 400;
  line-height: 18px;
  width: 36px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  text-align: center;
  text-transform: uppercase;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .product-label {
  left: 10px;
  right: auto;
}
/* line 420, ../../sass/_product.scss */
.product-label:before {
  border-color: #EE3729 transparent transparent;
  border-style: solid;
  border-width: 5px 0 0 5px;
  bottom: -4px;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  transition-duration: 0.3s;
  transition-property: bottom;
  z-index: -1;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .product-label:before {
  left: 0;
  right: auto;
}

/* line 438, ../../sass/_product.scss */
.rating {
  font-weight: 300;
}
/* line 440, ../../sass/_product.scss */
.rating .fa-stack {
  width: 1em;
  font-size: 11px;
  width: 12px;
  height: 16px;
}
/* line 446, ../../sass/_product.scss */
.rating .fa-star {
  color: #000000;
  height: 11px;
  line-height: 11px;
}
/* line 451, ../../sass/_product.scss */
.rating .fa-star-o {
  color: #d5d5d5;
  height: 11px;
  line-height: 11px;
}

/* line 464, ../../sass/_product.scss */
.thumbs-preview {
  margin-top: 10px;
}
/* line 466, ../../sass/_product.scss */
.thumbs-preview .item.row {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 470, ../../sass/_product.scss */
.thumbs-preview .image-hitem {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 471, ../../sass/_product.scss */
.thumbs-preview .image-hitem img {
  border: 1px solid #E1E1E1;
  margin-bottom: 1px;
}

/* line 483, ../../sass/_product.scss */
.product-tabs .tabs-group {
  padding-bottom: 0;
}
/* line 485, ../../sass/_product.scss */
.product-tabs .tabs-group .nav-tabs > li > a {
  text-transform: uppercase;
}

/* line 495, ../../sass/_product.scss */
.product-related {
  border-bottom: 1px solid #E1E1E1;
}
/* line 497, ../../sass/_product.scss */
.product-related .panel-heading {
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-top: 3px solid #00923f;
  padding: 40px 25px;
}
/* line 506, ../../sass/_product.scss */
.product-related .products-row .product-col .product-block {
  border-bottom: none;
}
/* line 512, ../../sass/_product.scss */
.product-related .product-grid:before {
  left: 0;
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .product-related .product-grid:before {
  right: 0;
  left: auto;
}
/* line 516, ../../sass/_product.scss */
.product-related .carousel-controls {
  z-index: 99;
  top: -68px;
  width: 70px;
  right: 20px;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .product-related .carousel-controls {
  left: 20px;
  right: auto;
}
/* line 525, ../../sass/_product.scss */
.product-related .box-products {
  border-right: 1px solid #E1E1E1;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .product-related .box-products {
  border-left: 1px solid #E1E1E1;
  border-right: inherit;
}
/* line 530, ../../sass/_product.scss */
.product-related:hover .carousel-controls .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 540, ../../sass/_product.scss */
.product-view {
  background-color: #FFFFFF;
  padding: 30px;
}
/* line 543, ../../sass/_product.scss */
.product-view .heading {
  margin: 0;
}
/* line 546, ../../sass/_product.scss */
.product-view .btn-cart {
  background-color: #00923f;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 30px;
  font-family: "Asap", sans-serif;
}
/* line 554, ../../sass/_product.scss */
.product-view .btn-cart .fa {
  margin-right: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .product-view .btn-cart .fa {
  margin-left: 10px;
  margin-right: inherit;
}

/* line 559, ../../sass/_product.scss */
.addthis_toolbox {
  height: 40px;
  overflow: hidden;
}

/* line 566, ../../sass/_product.scss */
.tabs-group {
  padding: 20px 30px 30px;
  border: 1px solid #E1E1E1;
}
/* line 570, ../../sass/_product.scss */
.tabs-group .nav-tabs {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}
/* line 576, ../../sass/_product.scss */
.tabs-group .nav-tabs > li.active a {
  border: none;
  color: #00923f;
}
/* line 581, ../../sass/_product.scss */
.tabs-group .nav-tabs > li > a {
  border: none;
  font-size: 13px;
  font-weight: 700;
  margin-right: 40px;
  padding-right: 0px;
  padding-left: 0;
  letter-spacing: 0px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  text-transform: uppercase;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .tabs-group .nav-tabs > li > a {
  margin-left: 40px;
  margin-right: inherit;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .tabs-group .nav-tabs > li > a {
  padding-left: 0px;
  padding-right: inherit;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .tabs-group .nav-tabs > li > a {
  padding-right: 0;
  padding-left: inherit;
}
/* line 591, ../../sass/_product.scss */
.tabs-group .nav-tabs > li > a:hover {
  background-color: transparent;
}
/* line 599, ../../sass/_product.scss */
.tabs-group .tab-content {
  background-color: #FFFFFF;
  line-height: 22px;
  letter-spacing: 0;
  color: #999999;
  font-weight: 300;
}

/* line 610, ../../sass/_product.scss */
.pagination_search {
  margin: 20px 0;
}
/* line 612, ../../sass/_product.scss */
.pagination_search .pagination {
  margin: 0;
}

/* line 3, ../../sass/_elements.scss */
.col-sm-25 {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .col-sm-25 {
  float: right;
}

/* line 10, ../../sass/_elements.scss */
.padding-left-50 {
  padding-left: 50px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .padding-left-50 {
  padding-right: 50px;
  padding-left: inherit;
}

/* line 13, ../../sass/_elements.scss */
.panel {
  position: relative;
}

/* line 17, ../../sass/_elements.scss */
.no-padding {
  padding: 0;
}

/* line 21, ../../sass/_elements.scss */
.no-padding-left {
  padding-left: 0;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .no-padding-left {
  padding-right: 0;
  padding-left: inherit;
}

/* line 25, ../../sass/_elements.scss */
.no-padding-right {
  padding-right: 0;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .no-padding-right {
  padding-left: 0;
  padding-right: inherit;
}

/* line 28, ../../sass/_elements.scss */
.margin-top-30 {
  margin-top: 30px;
}

/* line 31, ../../sass/_elements.scss */
.margin-bottom-30 {
  margin-bottom: 30px;
}

/* line 35, ../../sass/_elements.scss */
.align-center {
  text-align: center;
}

/* line 39, ../../sass/_elements.scss */
.align-left {
  text-align: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .align-left {
  text-align: right;
}

/* line 43, ../../sass/_elements.scss */
.align-right {
  text-align: right;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .align-right {
  text-align: left;
}

/* line 47, ../../sass/_elements.scss */
.border-top {
  border-top: 1px solid #E1E1E1;
}

/* line 50, ../../sass/_elements.scss */
.border-bottom {
  border-bottom: 1px solid #E1E1E1;
}

/* line 53, ../../sass/_elements.scss */
.border-left {
  border-left: 1px solid #E1E1E1;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .border-left {
  border-right: 1px solid #E1E1E1;
  border-left: inherit;
}

/* line 56, ../../sass/_elements.scss */
.border-right {
  border-right: 1px solid #E1E1E1;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .border-right {
  border-left: 1px solid #E1E1E1;
  border-right: inherit;
}

/* line 60, ../../sass/_elements.scss */
.no-margin {
  padding: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* line 69, ../../sass/_elements.scss */
.no-space-row .row {
  margin: 0;
}

/* line 73, ../../sass/_elements.scss */
.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
  padding: 0;
}

/* line 77, ../../sass/_elements.scss */
.bg-white {
  background: #FFF;
}

/* line 83, ../../sass/_elements.scss */
.btn-default {
  text-transform: uppercase;
  padding: 15px 40px;
  font-weight: 600;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-width: 2px;
  -webkit-box-shadow: 0 0 0 0px #00923f inset;
  box-shadow: 0 0 0 0px #00923f inset;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
/* line 91, ../../sass/_elements.scss */
.btn-default .fa {
  margin-left: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .btn-default .fa {
  margin-right: 10px;
  margin-left: inherit;
}
/* line 94, ../../sass/_elements.scss */
.btn-default a {
  color: #FFFFFF;
}
/* line 97, ../../sass/_elements.scss */
.btn-default:hover {
  -webkit-box-shadow: 0 0 0 40px #00923f inset;
  box-shadow: 0 0 0 40px #00923f inset;
  border-color: #00923f;
}

/* line 103, ../../sass/_elements.scss */
.btn-outline-light {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
/* line 738, ../../sass/mixins/_function.scss */
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #FFFFFF;
  background-color: #00923f;
  border-color: #00923f;
}
/* line 746, ../../sass/mixins/_function.scss */
.open .btn-outline-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00923f;
  border-color: #00923f;
}
/* line 751, ../../sass/mixins/_function.scss */
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
/* line 755, ../../sass/mixins/_function.scss */
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
/* line 761, ../../sass/mixins/_function.scss */
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #FFFFFF;
}
/* line 771, ../../sass/mixins/_function.scss */
.btn-outline-light .badge {
  color: transparent;
  background-color: #FFFFFF;
}

/* line 107, ../../sass/_elements.scss */
.btn-outline-dark {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
/* line 738, ../../sass/mixins/_function.scss */
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  color: #FFFFFF;
  background-color: #00923f;
  border-color: #00923f;
}
/* line 746, ../../sass/mixins/_function.scss */
.open .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00923f;
  border-color: #00923f;
}
/* line 751, ../../sass/mixins/_function.scss */
.btn-outline-dark:active, .btn-outline-dark.active {
  background-image: none;
}
/* line 755, ../../sass/mixins/_function.scss */
.open .btn-outline-dark.dropdown-toggle {
  background-image: none;
}
/* line 761, ../../sass/mixins/_function.scss */
.btn-outline-dark.disabled, .btn-outline-dark.disabled:hover, .btn-outline-dark.disabled:focus, .btn-outline-dark.disabled:active, .btn-outline-dark.disabled.active, .btn-outline-dark[disabled], .btn-outline-dark[disabled]:hover, .btn-outline-dark[disabled]:focus, .btn-outline-dark[disabled]:active, .btn-outline-dark[disabled].active, fieldset[disabled] .btn-outline-dark, fieldset[disabled] .btn-outline-dark:hover, fieldset[disabled] .btn-outline-dark:focus, fieldset[disabled] .btn-outline-dark:active, fieldset[disabled] .btn-outline-dark.active {
  background-color: transparent;
  border-color: #000;
}
/* line 771, ../../sass/mixins/_function.scss */
.btn-outline-dark .badge {
  color: transparent;
  background-color: #000;
}

/* line 111, ../../sass/_elements.scss */
.btn-inverse-light {
  color: #333;
  background-color: #FFFFFF;
  border-color: #FFF;
}
/* line 738, ../../sass/mixins/_function.scss */
.btn-inverse-light:hover, .btn-inverse-light:focus, .btn-inverse-light:active, .btn-inverse-light.active {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
/* line 746, ../../sass/mixins/_function.scss */
.open .btn-inverse-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
/* line 751, ../../sass/mixins/_function.scss */
.btn-inverse-light:active, .btn-inverse-light.active {
  background-image: none;
}
/* line 755, ../../sass/mixins/_function.scss */
.open .btn-inverse-light.dropdown-toggle {
  background-image: none;
}
/* line 761, ../../sass/mixins/_function.scss */
.btn-inverse-light.disabled, .btn-inverse-light.disabled:hover, .btn-inverse-light.disabled:focus, .btn-inverse-light.disabled:active, .btn-inverse-light.disabled.active, .btn-inverse-light[disabled], .btn-inverse-light[disabled]:hover, .btn-inverse-light[disabled]:focus, .btn-inverse-light[disabled]:active, .btn-inverse-light[disabled].active, fieldset[disabled] .btn-inverse-light, fieldset[disabled] .btn-inverse-light:hover, fieldset[disabled] .btn-inverse-light:focus, fieldset[disabled] .btn-inverse-light:active, fieldset[disabled] .btn-inverse-light.active {
  background-color: #FFFFFF;
  border-color: #FFF;
}
/* line 771, ../../sass/mixins/_function.scss */
.btn-inverse-light .badge {
  color: #FFFFFF;
  background-color: #333;
}

/* line 115, ../../sass/_elements.scss */
.btn-outline {
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
}
/* line 725, ../../sass/mixins/_function.scss */
.btn-outline.btn-default {
  color: #000;
}
/* line 727, ../../sass/mixins/_function.scss */
.btn-outline.btn-default:hover {
  color: #FFFFFF;
}
/* line 725, ../../sass/mixins/_function.scss */
.btn-outline.btn-primary {
  color: #333;
}
/* line 727, ../../sass/mixins/_function.scss */
.btn-outline.btn-primary:hover {
  color: #FFFFFF;
}
/* line 725, ../../sass/mixins/_function.scss */
.btn-outline.btn-success {
  color: #00923f;
}
/* line 727, ../../sass/mixins/_function.scss */
.btn-outline.btn-success:hover {
  color: #FFFFFF;
}
/* line 725, ../../sass/mixins/_function.scss */
.btn-outline.btn-info {
  color: #04adf0;
}
/* line 727, ../../sass/mixins/_function.scss */
.btn-outline.btn-info:hover {
  color: #FFFFFF;
}
/* line 725, ../../sass/mixins/_function.scss */
.btn-outline.btn-danger {
  color: #e93434;
}
/* line 727, ../../sass/mixins/_function.scss */
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
}
/* line 725, ../../sass/mixins/_function.scss */
.btn-outline.btn-warning {
  color: #f0c73b;
}
/* line 727, ../../sass/mixins/_function.scss */
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
}

/* line 716, ../../sass/mixins/_function.scss */
.btn-inverse.btn-primary:hover {
  color: #333;
  background: transparent;
}
/* line 716, ../../sass/mixins/_function.scss */
.btn-inverse.btn-success:hover {
  color: #00923f;
  background: transparent;
}
/* line 716, ../../sass/mixins/_function.scss */
.btn-inverse.btn-info:hover {
  color: #04adf0;
  background: transparent;
}
/* line 716, ../../sass/mixins/_function.scss */
.btn-inverse.btn-danger:hover {
  color: #e93434;
  background: transparent;
}
/* line 716, ../../sass/mixins/_function.scss */
.btn-inverse.btn-warning:hover {
  color: #f0c73b;
  background: transparent;
}

/* clearfix */
/* line 133, ../../sass/_elements.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 142, ../../sass/_elements.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  background: none !important;
  z-index: 2;
}

/* line 150, ../../sass/_elements.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 155, ../../sass/_elements.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  box-shadow: none;
}

/* line 163, ../../sass/_elements.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 171, ../../sass/_elements.scss */
.thumbs-preview .owl-carousel .owl-item {
  margin-right: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .thumbs-preview .owl-carousel .owl-item {
  margin-left: 10px;
  margin-right: inherit;
}

/* line 175, ../../sass/_elements.scss */
/*.owl-carousel .owl-item {
  float: left;
}*/
/* line 177, ../../sass/_elements.scss */
.owl-carousel .owl-item .item {
  padding: 0px;
}

/* line 181, ../../sass/_elements.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 185, ../../sass/_elements.scss */
.owl-controls .owl-buttons div {
  position: absolute;
}

/* line 189, ../../sass/_elements.scss */
.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 50%;
}

/* line 194, ../../sass/_elements.scss */
.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 50%;
}

/* line 198, ../../sass/_elements.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: none !important;
}

/* mouse grab icon */
/* fix */
/* line 214, ../../sass/_elements.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/* OpenCart Code */
/* line 222, ../../sass/_elements.scss */
.owl-carousel {
  margin: 0px !important;
  direction: ltr !important;
  overflow: hidden;
}

/* line 227, ../../sass/_elements.scss */
.owl-carousel .owl-buttons div {
  opacity: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease;
}

/* line 233, ../../sass/_elements.scss */
.owl-carousel:hover .owl-buttons div {
  opacity: 0.7;
}

/* line 236, ../../sass/_elements.scss */
.owl-carousel .owl-buttons div i {
  font-size: 40px;
  margin: -20px 0 0;
}

/* line 241, ../../sass/_elements.scss */
.owl-carousel .owl-buttons .owl-prev {
  left: -50px;
}

/* line 244, ../../sass/_elements.scss */
.owl-carousel .owl-buttons .owl-next {
  right: -50px;
}

/* line 247, ../../sass/_elements.scss */
.owl-carousel:hover .owl-buttons .owl-prev {
  left: 10px;
}

/* line 250, ../../sass/_elements.scss */
.owl-carousel:hover .owl-buttons .owl-next {
  right: 10px;
}

/* line 253, ../../sass/_elements.scss */
.owl-pagination {
  text-align: center;
  top: 0px;
  position: relative;
}

/* line 258, ../../sass/_elements.scss */
.owl-controls .owl-page {
  display: inline-block;
  margin: 0px 6px;
}

/* line 262, ../../sass/_elements.scss */
.owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 270, ../../sass/_elements.scss */
.owl-controls .owl-page.active span {
  background: rgba(0, 0, 0, 0.9);
}

/* line 274, ../../sass/_elements.scss */
.owl-carousel-play {
  position: relative;
}
/* line 279, ../../sass/_elements.scss */
.owl-carousel-play .owl-item:last-child .product-wrapper {
  border: none;
}

/* line 285, ../../sass/_elements.scss */
.owl-carousel-play .carousel-control {
  z-index: 5;
}

/* line 296, ../../sass/_elements.scss */
.carousel-md {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

/* line 300, ../../sass/_elements.scss */
.carousel-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

/* line 305, ../../sass/_elements.scss */
.carousel-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

/* line 311, ../../sass/_elements.scss */
.carousel-controls {
  width: 100%;
  height: 30px;
  right: 0px;
  position: absolute;
  top: 46%;
  z-index: 1;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .carousel-controls {
  left: 0px;
  right: auto;
}
/* line 317, ../../sass/_elements.scss */
.carousel-controls .carousel-control {
  background: #FFFFFF;
  color: #999999;
  z-index: 99;
  height: 25px;
  border: 1px solid #E1E1E1;
  left: auto;
  text-shadow: none;
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 1px 1px 0 #e2e2e2;
  box-shadow: 0 1px 1px 0 #e2e2e2;
  line-height: 27px;
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .carousel-controls .carousel-control {
  right: auto;
  left: auto;
}
/* line 331, ../../sass/_elements.scss */
.carousel-controls .carousel-control.left {
  left: 0;
}
/* line 334, ../../sass/_elements.scss */
.carousel-controls .carousel-control.right {
  right: 0;
}
/* line 337, ../../sass/_elements.scss */
.carousel-controls .carousel-control:hover {
  background-color: #00923f;
  border: 1px solid #00923f;
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*Font Weight*/
/* line 347, ../../sass/_elements.scss */
.text-purple {
  color: #6c58bd !important;
}

/* line 351, ../../sass/_elements.scss */
.text-red {
  color: #c32322 !important;
}

/* line 354, ../../sass/_elements.scss */
.text-red-1 {
  color: #ff0000 !important;
}

/* line 357, ../../sass/_elements.scss */
.text-orange {
  color: #f66000 !important;
}

/* line 361, ../../sass/_elements.scss */
.text-yellow {
  color: #e2d951 !important;
}

/* line 364, ../../sass/_elements.scss */
.text-black {
  color: #000 !important;
}

/* line 367, ../../sass/_elements.scss */
.text-white, .text-light {
  color: #FFFFFF !important;
}

/* line 370, ../../sass/_elements.scss */
.text-darker {
  color: #333 !important;
}

/* line 373, ../../sass/_elements.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/*Radius
------------------------------------*/
/* line 379, ../../sass/_elements.scss */
.radius-0 {
  border-radius: 0 !important;
}

/* line 383, ../../sass/_elements.scss */
.radius-x {
  border-radius: 50% !important;
}

/* line 387, ../../sass/_elements.scss */
.radius-1x {
  border-radius: 10px !important;
}

/* line 391, ../../sass/_elements.scss */
.radius-2x {
  border-radius: 20px !important;
}

/* line 395, ../../sass/_elements.scss */
.radius-3x {
  border-radius: 30px !important;
}

/* line 399, ../../sass/_elements.scss */
.radius-4x {
  border-radius: 40px !important;
}

/* line 403, ../../sass/_elements.scss */
.radius-5x {
  border-radius: 5px !important;
}

/* line 407, ../../sass/_elements.scss */
.radius-6x {
  border-radius: 3px !important;
}

/**
 * Menu
 */
/* line 414, ../../sass/_elements.scss */
ul.menu {
  padding: 0;
  margin: 0;
}
/* line 417, ../../sass/_elements.scss */
ul.menu li {
  list-style: none;
}

/****/
/* line 424, ../../sass/_elements.scss */
.testimonials {
  color: #000;
}
/* line 426, ../../sass/_elements.scss */
.testimonials .testimonials-avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 15px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .testimonials .testimonials-avatar {
  margin-left: 15px;
  margin-right: inherit;
}
/* line 432, ../../sass/_elements.scss */
.testimonials .testimonials-quote {
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
/* line 437, ../../sass/_elements.scss */
.testimonials .testimonials-quote:after {
  bottom: -28px;
  color: #f3f3f3;
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 30px;
  margin-left: -15px;
  position: absolute;
  text-align: center;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .testimonials .testimonials-quote:after {
  margin-right: -15px;
  margin-left: inherit;
}
/* line 448, ../../sass/_elements.scss */
.testimonials h3, .testimonials h4, .testimonials h5 {
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
}
/* line 449, ../../sass/_elements.scss */
.testimonials .testimonials-body {
  padding: 15px 10px;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 460, ../../sass/_elements.scss */
.testimonials .testimonials-left .testimonials-avatar {
  float: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .testimonials .testimonials-left .testimonials-avatar {
  float: right;
}
/* line 464, ../../sass/_elements.scss */
.testimonials.testimonials-v2 .testimonials-avatar {
  float: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .testimonials.testimonials-v2 .testimonials-avatar {
  float: right;
}
/* line 469, ../../sass/_elements.scss */
.testimonials.testimonials-v4 .testimonials-body {
  margin: 20px 25px;
}
/* line 472, ../../sass/_elements.scss */
.testimonials.testimonials-v4 .testimonials-avatar {
  position: absolute;
  top: 15px;
  left: -30px;
}
/* line 477, ../../sass/_elements.scss */
.testimonials.testimonials-v4 .testimonials-description, .testimonials.testimonials-v4 .testimonials-meta {
  margin-left: 30px;
}

/** SOCIAL ICONS ***/
/* line 484, ../../sass/_elements.scss */
.bo-social-icons [class^="bo-social-"] {
  color: #FFFFFF;
  display: inline-block;
  margin: 10px 5px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 36px;
  width: 36px;
  height: 36px;
  background: #E1E1E1;
  color: #959595;
  transition: all 0.2s ease-out 0s;
}
/* line 497, ../../sass/_elements.scss */
.bo-social-icons [class^="bo-social-"]:hover {
  background: #000000;
  color: #FFFFFF;
}
/* line 502, ../../sass/_elements.scss */
.bo-social-icons .bo-social-white {
  background: #FFFFFF;
  color: #959595;
  border: 1px solid #959595;
}
/* line 507, ../../sass/_elements.scss */
.bo-social-icons .bo-social-outline {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
/* line 512, ../../sass/_elements.scss */
.bo-social-icons .bo-social-outline-light {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
/* line 516, ../../sass/_elements.scss */
.bo-social-icons .bo-social-outline-light:hover {
  background: #FFF;
  color: #000;
  border-color: #000;
}
/* line 523, ../../sass/_elements.scss */
.bo-social-icons:first-child [class*="bo-social-"] {
  margin-top: 0;
}
/* line 528, ../../sass/_elements.scss */
.bo-social-icons:last-child [class*="bo-social-"] {
  margin-bottom: 0;
}
/* line 533, ../../sass/_elements.scss */
.bo-social-icons.bo-sicolor [class*="bo-social-"] {
  color: #FFFFFF;
}

/* line 540, ../../sass/_elements.scss */
.bo-sicolor .bo-social-twitter {
  background: #00bdec;
}
/* line 540, ../../sass/_elements.scss */
.bo-sicolor .bo-social-twitter:hover {
  background: #000000;
}
/* line 541, ../../sass/_elements.scss */
.bo-sicolor .bo-social-dribbble {
  background: #ef5b92;
}
/* line 541, ../../sass/_elements.scss */
.bo-sicolor .bo-social-dribbble:hover {
  background: #000000;
}
/* line 542, ../../sass/_elements.scss */
.bo-sicolor .bo-social-facebook {
  background: #3b5998;
}
/* line 542, ../../sass/_elements.scss */
.bo-sicolor .bo-social-facebook:hover {
  background: #000000;
}
/* line 543, ../../sass/_elements.scss */
.bo-sicolor .bo-social-duckduckgo {
  background: #de3100;
}
/* line 543, ../../sass/_elements.scss */
.bo-sicolor .bo-social-duckduckgo:hover {
  background: #000000;
}
/* line 544, ../../sass/_elements.scss */
.bo-sicolor .bo-social-aim {
  background: #158799;
}
/* line 544, ../../sass/_elements.scss */
.bo-sicolor .bo-social-aim:hover {
  background: #000000;
}
/* line 545, ../../sass/_elements.scss */
.bo-sicolor .bo-social-delicious {
  background: #183864;
}
/* line 545, ../../sass/_elements.scss */
.bo-sicolor .bo-social-delicious:hover {
  background: #000000;
}
/* line 546, ../../sass/_elements.scss */
.bo-sicolor .bo-social-paypal {
  background: #32689a;
}
/* line 546, ../../sass/_elements.scss */
.bo-sicolor .bo-social-paypal:hover {
  background: #000000;
}
/* line 547, ../../sass/_elements.scss */
.bo-sicolor .bo-social-android {
  background: #8ab733;
}
/* line 547, ../../sass/_elements.scss */
.bo-sicolor .bo-social-android:hover {
  background: #000000;
}
/* line 548, ../../sass/_elements.scss */
.bo-sicolor .bo-social-gplus {
  background: #d94a39;
}
/* line 548, ../../sass/_elements.scss */
.bo-sicolor .bo-social-gplus:hover {
  background: #000000;
}
/* line 549, ../../sass/_elements.scss */
.bo-sicolor .bo-social-lanyrd {
  background: #3879ba;
}
/* line 549, ../../sass/_elements.scss */
.bo-sicolor .bo-social-lanyrd:hover {
  background: #000000;
}
/* line 550, ../../sass/_elements.scss */
.bo-sicolor .bo-social-stumbleupon {
  background: #ea4b24;
}
/* line 550, ../../sass/_elements.scss */
.bo-sicolor .bo-social-stumbleupon:hover {
  background: #000000;
}
/* line 551, ../../sass/_elements.scss */
.bo-sicolor .bo-social-fivehundredpx {
  background: #00a6e1;
}
/* line 551, ../../sass/_elements.scss */
.bo-sicolor .bo-social-fivehundredpx:hover {
  background: #000000;
}
/* line 552, ../../sass/_elements.scss */
.bo-sicolor .bo-social-pinterest {
  background: #b8242a;
}
/* line 552, ../../sass/_elements.scss */
.bo-sicolor .bo-social-pinterest:hover {
  background: #000000;
}
/* line 553, ../../sass/_elements.scss */
.bo-sicolor .bo-social-bitcoin {
  background: #f7931a;
}
/* line 553, ../../sass/_elements.scss */
.bo-sicolor .bo-social-bitcoin:hover {
  background: #000000;
}
/* line 554, ../../sass/_elements.scss */
.bo-sicolor .bo-social-w3c {
  background: #005a9c;
}
/* line 554, ../../sass/_elements.scss */
.bo-sicolor .bo-social-w3c:hover {
  background: #000000;
}
/* line 555, ../../sass/_elements.scss */
.bo-sicolor .bo-social-foursquare {
  background: #3bb7e8;
}
/* line 555, ../../sass/_elements.scss */
.bo-sicolor .bo-social-foursquare:hover {
  background: #000000;
}
/* line 556, ../../sass/_elements.scss */
.bo-sicolor .bo-social-html5 {
  background: #e44e26;
}
/* line 556, ../../sass/_elements.scss */
.bo-sicolor .bo-social-html5:hover {
  background: #000000;
}
/* line 557, ../../sass/_elements.scss */
.bo-sicolor .bo-social-ie {
  background: #00ccff;
}
/* line 557, ../../sass/_elements.scss */
.bo-sicolor .bo-social-ie:hover {
  background: #000000;
}
/* line 558, ../../sass/_elements.scss */
.bo-sicolor .bo-social-grooveshark {
  background: #f66f00;
}
/* line 558, ../../sass/_elements.scss */
.bo-sicolor .bo-social-grooveshark:hover {
  background: #000000;
}
/* line 559, ../../sass/_elements.scss */
.bo-sicolor .bo-social-ninetyninedesigns {
  background: #ff5501;
}
/* line 559, ../../sass/_elements.scss */
.bo-sicolor .bo-social-ninetyninedesigns:hover {
  background: #000000;
}
/* line 560, ../../sass/_elements.scss */
.bo-sicolor .bo-social-forrst {
  background: #223f17;
}
/* line 560, ../../sass/_elements.scss */
.bo-sicolor .bo-social-forrst:hover {
  background: #000000;
}
/* line 561, ../../sass/_elements.scss */
.bo-sicolor .bo-social-spotify {
  background: #8fbd05;
}
/* line 561, ../../sass/_elements.scss */
.bo-sicolor .bo-social-spotify:hover {
  background: #000000;
}
/* line 562, ../../sass/_elements.scss */
.bo-sicolor .bo-social-reddit {
  background: #ff4500;
}
/* line 562, ../../sass/_elements.scss */
.bo-sicolor .bo-social-reddit:hover {
  background: #000000;
}
/* line 563, ../../sass/_elements.scss */
.bo-sicolor .bo-social-gowalla {
  background: #f6911d;
}
/* line 563, ../../sass/_elements.scss */
.bo-sicolor .bo-social-gowalla:hover {
  background: #000000;
}
/* line 564, ../../sass/_elements.scss */
.bo-sicolor .bo-social-apple {
  background: #5f5f5f;
}
/* line 564, ../../sass/_elements.scss */
.bo-sicolor .bo-social-apple:hover {
  background: #000000;
}
/* line 565, ../../sass/_elements.scss */
.bo-sicolor .bo-social-blogger {
  background: #fb9241;
}
/* line 565, ../../sass/_elements.scss */
.bo-sicolor .bo-social-blogger:hover {
  background: #000000;
}
/* line 566, ../../sass/_elements.scss */
.bo-sicolor .bo-social-cc {
  background: #5e7c00;
}
/* line 566, ../../sass/_elements.scss */
.bo-sicolor .bo-social-cc:hover {
  background: #000000;
}
/* line 567, ../../sass/_elements.scss */
.bo-sicolor .bo-social-evernote {
  background: #61b239;
}
/* line 567, ../../sass/_elements.scss */
.bo-sicolor .bo-social-evernote:hover {
  background: #000000;
}
/* line 568, ../../sass/_elements.scss */
.bo-sicolor .bo-social-flickr {
  background: #ff0084;
}
/* line 568, ../../sass/_elements.scss */
.bo-sicolor .bo-social-flickr:hover {
  background: #000000;
}
/* line 569, ../../sass/_elements.scss */
.bo-sicolor .bo-social-google {
  background: #d94a39;
}
/* line 569, ../../sass/_elements.scss */
.bo-sicolor .bo-social-google:hover {
  background: #000000;
}
/* line 570, ../../sass/_elements.scss */
.bo-sicolor .bo-social-viadeo {
  background: #f5a433;
}
/* line 570, ../../sass/_elements.scss */
.bo-sicolor .bo-social-viadeo:hover {
  background: #000000;
}
/* line 571, ../../sass/_elements.scss */
.bo-sicolor .bo-social-instapaper {
  background: #eaec08;
}
/* line 571, ../../sass/_elements.scss */
.bo-sicolor .bo-social-instapaper:hover {
  background: #000000;
}
/* line 572, ../../sass/_elements.scss */
.bo-sicolor .bo-social-klout {
  background: #e34600;
}
/* line 572, ../../sass/_elements.scss */
.bo-sicolor .bo-social-klout:hover {
  background: #000000;
}
/* line 573, ../../sass/_elements.scss */
.bo-sicolor .bo-social-linkedin {
  background: #1b92bd;
}
/* line 573, ../../sass/_elements.scss */
.bo-sicolor .bo-social-linkedin:hover {
  background: #000000;
}
/* line 574, ../../sass/_elements.scss */
.bo-sicolor .bo-social-meetup {
  background: #e51938;
}
/* line 574, ../../sass/_elements.scss */
.bo-sicolor .bo-social-meetup:hover {
  background: #000000;
}
/* line 575, ../../sass/_elements.scss */
.bo-sicolor .bo-social-vk {
  background: #587da4;
}
/* line 575, ../../sass/_elements.scss */
.bo-sicolor .bo-social-vk:hover {
  background: #000000;
}
/* line 576, ../../sass/_elements.scss */
.bo-sicolor .bo-social-disqus {
  background: #2e9fff;
}
/* line 576, ../../sass/_elements.scss */
.bo-sicolor .bo-social-disqus:hover {
  background: #000000;
}
/* line 577, ../../sass/_elements.scss */
.bo-sicolor .bo-social-rss {
  background: #ff7f00;
}
/* line 577, ../../sass/_elements.scss */
.bo-sicolor .bo-social-rss:hover {
  background: #000000;
}
/* line 578, ../../sass/_elements.scss */
.bo-sicolor .bo-social-skype {
  background: #18b7f1;
}
/* line 578, ../../sass/_elements.scss */
.bo-sicolor .bo-social-skype:hover {
  background: #000000;
}
/* line 579, ../../sass/_elements.scss */
.bo-sicolor .bo-social-youtube {
  background: #c4302b;
}
/* line 579, ../../sass/_elements.scss */
.bo-sicolor .bo-social-youtube:hover {
  background: #000000;
}
/* line 580, ../../sass/_elements.scss */
.bo-sicolor .bo-social-vimeo {
  background: #01557a;
}
/* line 580, ../../sass/_elements.scss */
.bo-sicolor .bo-social-vimeo:hover {
  background: #000000;
}
/* line 581, ../../sass/_elements.scss */
.bo-sicolor .bo-social-windows {
  background: #00ccff;
}
/* line 581, ../../sass/_elements.scss */
.bo-sicolor .bo-social-windows:hover {
  background: #000000;
}
/* line 582, ../../sass/_elements.scss */
.bo-sicolor .bo-social-xing {
  background: #036567;
}
/* line 582, ../../sass/_elements.scss */
.bo-sicolor .bo-social-xing:hover {
  background: #000000;
}
/* line 583, ../../sass/_elements.scss */
.bo-sicolor .bo-social-yahoo {
  background: #61399d;
}
/* line 583, ../../sass/_elements.scss */
.bo-sicolor .bo-social-yahoo:hover {
  background: #000000;
}
/* line 584, ../../sass/_elements.scss */
.bo-sicolor .bo-social-chrome {
  background: #58b947;
}
/* line 584, ../../sass/_elements.scss */
.bo-sicolor .bo-social-chrome:hover {
  background: #000000;
}
/* line 585, ../../sass/_elements.scss */
.bo-sicolor .bo-social-macstore {
  background: #6e6e6e;
}
/* line 585, ../../sass/_elements.scss */
.bo-sicolor .bo-social-macstore:hover {
  background: #000000;
}
/* line 586, ../../sass/_elements.scss */
.bo-sicolor .bo-social-amazon {
  background: #ff9900;
}
/* line 586, ../../sass/_elements.scss */
.bo-sicolor .bo-social-amazon:hover {
  background: #000000;
}
/* line 587, ../../sass/_elements.scss */
.bo-sicolor .bo-social-steam {
  background: #a5a4a1;
}
/* line 587, ../../sass/_elements.scss */
.bo-sicolor .bo-social-steam:hover {
  background: #000000;
}
/* line 588, ../../sass/_elements.scss */
.bo-sicolor .bo-social-dropbox {
  background: #7ab6ec;
}
/* line 588, ../../sass/_elements.scss */
.bo-sicolor .bo-social-dropbox:hover {
  background: #000000;
}
/* line 589, ../../sass/_elements.scss */
.bo-sicolor .bo-social-cloudapp {
  background: #489dde;
}
/* line 589, ../../sass/_elements.scss */
.bo-sicolor .bo-social-cloudapp:hover {
  background: #000000;
}
/* line 590, ../../sass/_elements.scss */
.bo-sicolor .bo-social-ebay {
  background: #86b817;
}
/* line 590, ../../sass/_elements.scss */
.bo-sicolor .bo-social-ebay:hover {
  background: #000000;
}
/* line 591, ../../sass/_elements.scss */
.bo-sicolor .bo-social-github {
  background: #667F8E;
}
/* line 591, ../../sass/_elements.scss */
.bo-sicolor .bo-social-github:hover {
  background: #000000;
}
/* line 592, ../../sass/_elements.scss */
.bo-sicolor .bo-social-googleplay {
  background: #5befd0;
}
/* line 592, ../../sass/_elements.scss */
.bo-sicolor .bo-social-googleplay:hover {
  background: #000000;
}
/* line 593, ../../sass/_elements.scss */
.bo-sicolor .bo-social-itunes {
  background: #177ac8;
}
/* line 593, ../../sass/_elements.scss */
.bo-sicolor .bo-social-itunes:hover {
  background: #000000;
}
/* line 594, ../../sass/_elements.scss */
.bo-sicolor .bo-social-plurk {
  background: #a73d07;
}
/* line 594, ../../sass/_elements.scss */
.bo-sicolor .bo-social-plurk:hover {
  background: #000000;
}
/* line 595, ../../sass/_elements.scss */
.bo-sicolor .bo-social-songkick {
  background: #f80046;
}
/* line 595, ../../sass/_elements.scss */
.bo-sicolor .bo-social-songkick:hover {
  background: #000000;
}
/* line 596, ../../sass/_elements.scss */
.bo-sicolor .bo-social-lastfm {
  background: #c60e16;
}
/* line 596, ../../sass/_elements.scss */
.bo-sicolor .bo-social-lastfm:hover {
  background: #000000;
}
/* line 597, ../../sass/_elements.scss */
.bo-sicolor .bo-social-gmail {
  background: #e04a3f;
}
/* line 597, ../../sass/_elements.scss */
.bo-sicolor .bo-social-gmail:hover {
  background: #000000;
}
/* line 598, ../../sass/_elements.scss */
.bo-sicolor .bo-social-pinboard {
  background: #224cf4;
}
/* line 598, ../../sass/_elements.scss */
.bo-sicolor .bo-social-pinboard:hover {
  background: #000000;
}
/* line 599, ../../sass/_elements.scss */
.bo-sicolor .bo-social-openid {
  background: #be661b;
}
/* line 599, ../../sass/_elements.scss */
.bo-sicolor .bo-social-openid:hover {
  background: #000000;
}
/* line 600, ../../sass/_elements.scss */
.bo-sicolor .bo-social-quora {
  background: #c41a00;
}
/* line 600, ../../sass/_elements.scss */
.bo-sicolor .bo-social-quora:hover {
  background: #000000;
}
/* line 601, ../../sass/_elements.scss */
.bo-sicolor .bo-social-soundcloud {
  background: #ff5c00;
}
/* line 601, ../../sass/_elements.scss */
.bo-sicolor .bo-social-soundcloud:hover {
  background: #000000;
}
/* line 602, ../../sass/_elements.scss */
.bo-sicolor .bo-social-tumblr {
  background: #395874;
}
/* line 602, ../../sass/_elements.scss */
.bo-sicolor .bo-social-tumblr:hover {
  background: #000000;
}
/* line 603, ../../sass/_elements.scss */
.bo-sicolor .bo-social-eventasaurus {
  background: #b9f15e;
}
/* line 603, ../../sass/_elements.scss */
.bo-sicolor .bo-social-eventasaurus:hover {
  background: #000000;
}
/* line 604, ../../sass/_elements.scss */
.bo-sicolor .bo-social-wordpress {
  background: #464646;
}
/* line 604, ../../sass/_elements.scss */
.bo-sicolor .bo-social-wordpress:hover {
  background: #000000;
}
/* line 605, ../../sass/_elements.scss */
.bo-sicolor .bo-social-yelp {
  background: #c41200;
}
/* line 605, ../../sass/_elements.scss */
.bo-sicolor .bo-social-yelp:hover {
  background: #000000;
}
/* line 606, ../../sass/_elements.scss */
.bo-sicolor .bo-social-intensedebate {
  background: #00aeef;
}
/* line 606, ../../sass/_elements.scss */
.bo-sicolor .bo-social-intensedebate:hover {
  background: #000000;
}
/* line 607, ../../sass/_elements.scss */
.bo-sicolor .bo-social-eventbrite {
  background: #ff6c00;
}
/* line 607, ../../sass/_elements.scss */
.bo-sicolor .bo-social-eventbrite:hover {
  background: #000000;
}
/* line 608, ../../sass/_elements.scss */
.bo-sicolor .bo-social-scribd {
  background: #002939;
}
/* line 608, ../../sass/_elements.scss */
.bo-sicolor .bo-social-scribd:hover {
  background: #000000;
}
/* line 609, ../../sass/_elements.scss */
.bo-sicolor .bo-social-posterous {
  background: #f8d667;
}
/* line 609, ../../sass/_elements.scss */
.bo-sicolor .bo-social-posterous:hover {
  background: #000000;
}
/* line 610, ../../sass/_elements.scss */
.bo-sicolor .bo-social-stripe {
  background: #617ee8;
}
/* line 610, ../../sass/_elements.scss */
.bo-sicolor .bo-social-stripe:hover {
  background: #000000;
}
/* line 611, ../../sass/_elements.scss */
.bo-sicolor .bo-social-opentable {
  background: #990000;
}
/* line 611, ../../sass/_elements.scss */
.bo-sicolor .bo-social-opentable:hover {
  background: #000000;
}
/* line 612, ../../sass/_elements.scss */
.bo-sicolor .bo-social-instagram {
  background: #4c799f;
}
/* line 612, ../../sass/_elements.scss */
.bo-sicolor .bo-social-instagram:hover {
  background: #000000;
}
/* line 613, ../../sass/_elements.scss */
.bo-sicolor .bo-social-dwolla {
  background: #ff7404;
}
/* line 613, ../../sass/_elements.scss */
.bo-sicolor .bo-social-dwolla:hover {
  background: #000000;
}
/* line 614, ../../sass/_elements.scss */
.bo-sicolor .bo-social-appnet {
  background: #1e0c29;
}
/* line 614, ../../sass/_elements.scss */
.bo-sicolor .bo-social-appnet:hover {
  background: #000000;
}
/* line 615, ../../sass/_elements.scss */
.bo-sicolor .bo-social-statusnet {
  background: #fb6104;
}
/* line 615, ../../sass/_elements.scss */
.bo-sicolor .bo-social-statusnet:hover {
  background: #000000;
}
/* line 616, ../../sass/_elements.scss */
.bo-sicolor .bo-social-acrobat {
  background: #ff0000;
}
/* line 616, ../../sass/_elements.scss */
.bo-sicolor .bo-social-acrobat:hover {
  background: #000000;
}
/* line 617, ../../sass/_elements.scss */
.bo-sicolor .bo-social-drupal {
  background: #007dc3;
}
/* line 617, ../../sass/_elements.scss */
.bo-sicolor .bo-social-drupal:hover {
  background: #000000;
}
/* line 618, ../../sass/_elements.scss */
.bo-sicolor .bo-social-pocket {
  background: #ee4056;
}
/* line 618, ../../sass/_elements.scss */
.bo-sicolor .bo-social-pocket:hover {
  background: #000000;
}
/* line 619, ../../sass/_elements.scss */
.bo-sicolor .bo-social-bitbucket {
  background: #205081;
}
/* line 619, ../../sass/_elements.scss */
.bo-sicolor .bo-social-bitbucket:hover {
  background: #000000;
}
/* line 620, ../../sass/_elements.scss */
.bo-sicolor .bo-social-flattr {
  background: #fbbc23;
}
/* line 620, ../../sass/_elements.scss */
.bo-sicolor .bo-social-flattr:hover {
  background: #000000;
}
/* line 621, ../../sass/_elements.scss */
.bo-sicolor .bo-social-eventful {
  background: #0066cc;
}
/* line 621, ../../sass/_elements.scss */
.bo-sicolor .bo-social-eventful:hover {
  background: #000000;
}
/* line 622, ../../sass/_elements.scss */
.bo-sicolor .bo-social-smashmag {
  background: #d6231c;
}
/* line 622, ../../sass/_elements.scss */
.bo-sicolor .bo-social-smashmag:hover {
  background: #000000;
}
/* line 623, ../../sass/_elements.scss */
.bo-sicolor .bo-social-wordpress {
  background: #1e8cbe;
}
/* line 623, ../../sass/_elements.scss */
.bo-sicolor .bo-social-wordpress:hover {
  background: #000000;
}
/* line 624, ../../sass/_elements.scss */
.bo-sicolor .bo-social-calendar {
  background: #ff0000;
}
/* line 624, ../../sass/_elements.scss */
.bo-sicolor .bo-social-calendar:hover {
  background: #000000;
}
/* line 625, ../../sass/_elements.scss */
.bo-sicolor .bo-social-call {
  background: #04be3d;
}
/* line 625, ../../sass/_elements.scss */
.bo-sicolor .bo-social-call:hover {
  background: #000000;
}
/* line 626, ../../sass/_elements.scss */
.bo-sicolor .bo-social-guest {
  background: #03a9d2;
}
/* line 626, ../../sass/_elements.scss */
.bo-sicolor .bo-social-guest:hover {
  background: #000000;
}
/* line 627, ../../sass/_elements.scss */
.bo-sicolor .bo-social-weibo {
  background: #fd0000;
}
/* line 627, ../../sass/_elements.scss */
.bo-sicolor .bo-social-weibo:hover {
  background: #000000;
}
/* line 628, ../../sass/_elements.scss */
.bo-sicolor .bo-social-plancast {
  background: #e4b82c;
}
/* line 628, ../../sass/_elements.scss */
.bo-sicolor .bo-social-plancast:hover {
  background: #000000;
}
/* line 629, ../../sass/_elements.scss */
.bo-sicolor .bo-social-email {
  background: blue;
}
/* line 629, ../../sass/_elements.scss */
.bo-sicolor .bo-social-email:hover {
  background: #000000;
}
/* line 630, ../../sass/_elements.scss */
.bo-sicolor .bo-social-myspace {
  background: #2068b0;
}
/* line 630, ../../sass/_elements.scss */
.bo-sicolor .bo-social-myspace:hover {
  background: #000000;
}
/* line 631, ../../sass/_elements.scss */
.bo-sicolor .bo-social-podcast {
  background: #f38b36;
}
/* line 631, ../../sass/_elements.scss */
.bo-sicolor .bo-social-podcast:hover {
  background: #000000;
}
/* line 632, ../../sass/_elements.scss */
.bo-sicolor .bo-social-cart {
  background: #00a204;
}
/* line 632, ../../sass/_elements.scss */
.bo-sicolor .bo-social-cart:hover {
  background: #000000;
}

/* --- SCSS For Counters --- */
/* line 638, ../../sass/_elements.scss */
.counters {
  text-align: center;
}
/* line 640, ../../sass/_elements.scss */
.counters .counter-wrap {
  font-size: 36px;
  color: #70ba28;
  font-weight: 800;
}
/* line 644, ../../sass/_elements.scss */
.counters .counter-wrap .fa {
  font-size: 46px;
}
/* line 647, ../../sass/_elements.scss */
.counters .counter-wrap .counter {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
/* line 652, ../../sass/_elements.scss */
.counters .counter-wrap .counter:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #70ba28;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
/* line 663, ../../sass/_elements.scss */
.counters h5 {
  font-weight: 700;
  margin: 5px 0 30px;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
}

/* --- Widget Images --- */
/* --- Introduce-banner --- */
/* line 682, ../../sass/_elements.scss */
.introduce-banner {
  background-color: #FFFFFF;
}
/* line 685, ../../sass/_elements.scss */
.introduce-banner .content-introduce .detail {
  padding: 19px;
  box-shadow: 0 1px 1px 0 #E2E2E2;
}
/* line 688, ../../sass/_elements.scss */
.introduce-banner .content-introduce .detail h2 {
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 600;
}

/* --- SCSS For Pricing --- */
/* line 701, ../../sass/_elements.scss */
.pricing {
  text-align: center;
}
/* line 703, ../../sass/_elements.scss */
.pricing ul {
  padding-left: 0;
  padding-right: 0;
}
/* line 706, ../../sass/_elements.scss */
.pricing ul li {
  list-style: none;
}
/* line 710, ../../sass/_elements.scss */
.pricing.pricing-v1 {
  background: #FFFFFF;
  border: 3px solid #313131;
}
/* line 713, ../../sass/_elements.scss */
.pricing.pricing-v1 .pricing-header > * {
  font-family: "Noto Sans", sans-serif;
}
/* line 716, ../../sass/_elements.scss */
.pricing.pricing-v1 .plan-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 30px 0;
  background: #313131;
  color: #FFFFFF;
}
/* line 725, ../../sass/_elements.scss */
.pricing.pricing-v1 .plan-figure {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
/* line 730, ../../sass/_elements.scss */
.pricing.pricing-v1 .plan-price {
  font-size: 16px;
  border-bottom: 2px solid #E1E1E1;
  line-height: 1;
  padding: 25px 0;
}
/* line 735, ../../sass/_elements.scss */
.pricing.pricing-v1 .plan-price p {
  margin: 0;
}
/* line 739, ../../sass/_elements.scss */
.pricing.pricing-v1 .plan-currency {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  position: relative;
  top: -15px;
}
/* line 746, ../../sass/_elements.scss */
.pricing.pricing-v1 .plain-info {
  padding: 20px;
}
/* line 748, ../../sass/_elements.scss */
.pricing.pricing-v1 .plain-info li {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  padding: 15px 0;
}
/* line 755, ../../sass/_elements.scss */
.pricing.pricing-v1 .pricing-footer {
  padding: 0px 20px 40px 20px;
}
/* line 758, ../../sass/_elements.scss */
.pricing.pricing-v1.pricing-highlight {
  border-color: #00923f !important;
}
/* line 762, ../../sass/_elements.scss */
.pricing.pricing-v2 {
  background: #FFFFFF;
}
/* line 764, ../../sass/_elements.scss */
.pricing.pricing-v2 .plan-title {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 30px 0;
}
/* line 772, ../../sass/_elements.scss */
.pricing.pricing-v2 .plan-price {
  background: #333;
  margin: 0 -10px;
  position: relative;
  height: 100px;
}
/* line 777, ../../sass/_elements.scss */
.pricing.pricing-v2 .plan-price .plan-price-body {
  background: #333;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -15px;
  right: 0;
  color: #FFF;
  width: 130px;
  height: 130px;
}
/* line 788, ../../sass/_elements.scss */
.pricing.pricing-v2 .plan-price .plan-figure {
  font-size: 48px;
  font-weight: 300;
}
/* line 792, ../../sass/_elements.scss */
.pricing.pricing-v2 .plan-price .plan-currency {
  font-size: 30px;
  font-weight: 300;
}
/* line 797, ../../sass/_elements.scss */
.pricing.pricing-v2 .plain-info {
  padding: 20px;
}
/* line 799, ../../sass/_elements.scss */
.pricing.pricing-v2 .plain-info li {
  color: #000;
  line-height: 62px;
  border-bottom: 1px dashed #C8C8C8;
}
/* line 805, ../../sass/_elements.scss */
.pricing.pricing-v2 .pricing-footer {
  padding: 0 20px 40px 20px;
}
/* line 809, ../../sass/_elements.scss */
.pricing.pricing-v2.pricing-highlight .plan-title {
  background: #FFFFFF;
  color: #000000;
}
/* line 813, ../../sass/_elements.scss */
.pricing.pricing-v2.pricing-highlight .plan-price-body {
  background: #00923f;
  color: #FFFFFF;
}
/* line 817, ../../sass/_elements.scss */
.pricing.pricing-v2.pricing-highlight .btn-block {
  background: #00923f;
  border-color: #00923f;
}
/* line 820, ../../sass/_elements.scss */
.pricing.pricing-v2.pricing-highlight .btn-block:hover, .pricing.pricing-v2.pricing-highlight .btn-block:focus, .pricing.pricing-v2.pricing-highlight .btn-block:active {
  background: none;
  color: #00923f;
}
/* line 827, ../../sass/_elements.scss */
.pricing.pricing-v3 {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
}
/* line 830, ../../sass/_elements.scss */
.pricing.pricing-v3 .plan-title {
  background: #261F2F;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 30px 0;
  border: none;
}
/* line 838, ../../sass/_elements.scss */
.pricing.pricing-v3 .plan-title span {
  color: #FFFFFF;
}
/* line 842, ../../sass/_elements.scss */
.pricing.pricing-v3 .plan-figure {
  font-size: 48px;
  font-weight: 300;
  color: #000;
}
/* line 847, ../../sass/_elements.scss */
.pricing.pricing-v3 .plan-price {
  font-size: 16px;
  background: #332C3E;
  padding: 15px 0;
}
/* line 851, ../../sass/_elements.scss */
.pricing.pricing-v3 .plan-price > * {
  color: #FFFFFF;
  line-height: 1;
}
/* line 856, ../../sass/_elements.scss */
.pricing.pricing-v3 .plan-currency {
  font-size: 30px;
  font-weight: 300;
}
/* line 861, ../../sass/_elements.scss */
.pricing.pricing-v3 .plain-info li {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  background: #F8F8F8;
  padding: 14px 0;
}
/* line 867, ../../sass/_elements.scss */
.pricing.pricing-v3 .plain-info li:nth-child(2n+1) {
  background: #FFFFFF;
}
/* line 872, ../../sass/_elements.scss */
.pricing.pricing-v3 .pricing-footer {
  padding: 0px 20px 40px 20px;
}
/* line 876, ../../sass/_elements.scss */
.pricing.pricing-v3.pricing-highlight .plan-title {
  background: #00923f;
  color: #FFFFFF;
}
/* line 880, ../../sass/_elements.scss */
.pricing.pricing-v3.pricing-highlight .plan-price {
  background: #00923f;
  color: #FFFFFF;
}
/* line 884, ../../sass/_elements.scss */
.pricing.pricing-v3.pricing-highlight .btn-block {
  background: #00923f;
  border-color: #00923f;
}
/* line 887, ../../sass/_elements.scss */
.pricing.pricing-v3.pricing-highlight .btn-block:hover, .pricing.pricing-v3.pricing-highlight .btn-block:focus, .pricing.pricing-v3.pricing-highlight .btn-block:active {
  background: none;
  color: #00923f;
}
/* line 895, ../../sass/_elements.scss */
.pricing.pricing-highlight .plan-title {
  background: #00923f;
  color: #FFFFFF;
}

/* our team */
/* line 912, ../../sass/_elements.scss */
[class*="team-v"] {
  text-align: center;
}
/* line 914, ../../sass/_elements.scss */
[class*="team-v"] [class^="bo-social-"] {
  margin: 0;
}
/* line 917, ../../sass/_elements.scss */
[class*="team-v"] .team-name {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* line 925, ../../sass/_elements.scss */
.team-list {
  margin-bottom: 50px;
}
/* line 927, ../../sass/_elements.scss */
.team-list .team-name {
  font-size: 18px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  position: relative;
}
/* line 933, ../../sass/_elements.scss */
.team-list .team-name:after {
  bottom: 0;
  left: 0;
  content: "";
  background: #00923f;
  width: 30px;
  height: 2px;
  position: absolute;
}
/* line 942, ../../sass/_elements.scss */
.team-list .team-position {
  text-transform: uppercase;
  color: #00923f;
  font-weight: 800;
  margin-bottom: 25px;
}
/* line 948, ../../sass/_elements.scss */
.team-list .team-info {
  margin-bottom: 15px;
}
/* line 951, ../../sass/_elements.scss */
.team-list .bo-social-icons {
  text-align: left;
}
/* line 953, ../../sass/_elements.scss */
.team-list .bo-social-icons [class*="bo-social-"] {
  margin: 0;
}

/* line 960, ../../sass/_elements.scss */
.team-gallery {
  background: #FFF;
}
/* line 962, ../../sass/_elements.scss */
.team-gallery .team-header {
  position: relative;
  text-align: center;
}
/* line 965, ../../sass/_elements.scss */
.team-gallery .team-header:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(0, 117, 194, 0.5);
}
/* line 977, ../../sass/_elements.scss */
.team-gallery .team-name {
  font-size: 14px;
  margin-top: 0;
  text-transform: uppercase;
}
/* line 982, ../../sass/_elements.scss */
.team-gallery .team-gallery-box {
  top: 0;
  left: 0;
  width: 80%;
  right: 0;
  height: 50%;
  bottom: 0;
  margin: auto;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 995, ../../sass/_elements.scss */
.team-gallery .team-info {
  color: #FFFFFF;
}
/* line 999, ../../sass/_elements.scss */
.team-gallery .team-position {
  color: #999999;
  margin-bottom: 0;
}
/* line 1003, ../../sass/_elements.scss */
.team-gallery .team-body-content {
  padding: 30px;
  position: relative;
}
/* line 1006, ../../sass/_elements.scss */
.team-gallery .team-body-content:before {
  content: "";
  right: 0;
  width: 1px;
  height: 50px;
  position: absolute;
  background: #00923f;
}
/* line 1014, ../../sass/_elements.scss */
.team-gallery .bo-social-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: none;
}
/* line 1021, ../../sass/_elements.scss */
.team-gallery:hover .team-header:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1026, ../../sass/_elements.scss */
.team-gallery:hover .team-gallery-box {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 1034, ../../sass/_elements.scss */
.team-hover {
  background: #FFF;
  border: none;
}
/* line 1037, ../../sass/_elements.scss */
.team-hover .team-header {
  position: relative;
  text-align: center;
}
/* line 1040, ../../sass/_elements.scss */
.team-hover .team-header:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(0, 117, 194, 0.5);
}
/* line 1052, ../../sass/_elements.scss */
.team-hover .team-name {
  font-size: 14px;
  margin-top: 0;
  text-transform: uppercase;
}
/* line 1057, ../../sass/_elements.scss */
.team-hover .team-gallery-box {
  width: 100%;
  height: 45px;
  top: 50%;
  margin-top: -22.5px;
}
/* line 1063, ../../sass/_elements.scss */
.team-hover .team-info {
  color: #FFFFFF;
}
/* line 1066, ../../sass/_elements.scss */
.team-hover .team-position {
  color: #999999;
  margin-bottom: 0;
}
/* line 1070, ../../sass/_elements.scss */
.team-hover .team-body-content {
  padding: 20px;
  position: relative;
  text-align: center;
}
/* line 1074, ../../sass/_elements.scss */
.team-hover .team-body-content:before {
  content: none;
}
/* line 1077, ../../sass/_elements.scss */
.team-hover .team-body-content > * {
  text-align: center;
}
/* line 1080, ../../sass/_elements.scss */
.team-hover .team-body-content .team-name {
  margin-bottom: 5px;
}
/* line 1084, ../../sass/_elements.scss */
.team-hover .bo-social-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: none;
}
/* line 1091, ../../sass/_elements.scss */
.team-hover:hover .team-header:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1096, ../../sass/_elements.scss */
.team-hover:hover .team-gallery-box {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 1103, ../../sass/_elements.scss */
.team-small {
  border: none !important;
}
/* line 1105, ../../sass/_elements.scss */
.team-small .team-body {
  background: none !important;
}
/* line 1108, ../../sass/_elements.scss */
.team-small .team-info {
  display: none !important;
}
/* line 1112, ../../sass/_elements.scss */
.team-small:hover .team-body {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

/* --- SCSS For Icon-box --- */
/* line 1125, ../../sass/_elements.scss */
.feature-box.feature-box-center {
  text-align: center;
}
/* line 1128, ../../sass/_elements.scss */
.feature-box .fbox-content {
  overflow: hidden;
}
/* line 1131, ../../sass/_elements.scss */
.feature-box small {
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
  color: #1C2437;
}
/* line 1138, ../../sass/_elements.scss */
.feature-box h4 {
  margin: 10px 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Asap", sans-serif;
  color: #363636;
}
/* line 1146, ../../sass/_elements.scss */
.feature-box .fbox-icon {
  float: left;
  margin: 0px 15px 0 0;
  color: #00923f;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .feature-box .fbox-icon {
  float: right;
}
/* line 35, ../../sass/mixins/_rtl.scss */
.rtl .feature-box .fbox-icon {
  margin: 0px 0 0 15px;
}
/* line 1150, ../../sass/_elements.scss */
.feature-box .fbox-icon .icons {
  font-size: 2em;
  color: #00923f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
}
/* line 1160, ../../sass/_elements.scss */
.feature-box.feature-box-v1 .box-heading {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 4.5px;
}
/* line 1167, ../../sass/_elements.scss */
.feature-box.feature-box-v1 p {
  font-size: 19px;
  color: #FFFFFF;
  font-weight: 300;
  padding: 10px 0;
}
/* line 1173, ../../sass/_elements.scss */
.feature-box.feature-box-v1 .btn-default {
  margin-top: 25px;
}

/* line 1180, ../../sass/_elements.scss */
.feature-box-v1 .fbox-icon {
  margin-right: 36px;
  float: left;
  position: relative;
}
/* line 1184, ../../sass/_elements.scss */
.feature-box-v1 .fbox-icon .icons {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
}

/* line 1193, ../../sass/_elements.scss */
.feature-box-v2 {
  text-align: center;
  padding: 30px;
  position: relative;
}
/* line 1197, ../../sass/_elements.scss */
.feature-box-v2:before {
  content: "";
  right: -20px;
  width: 1px;
  height: 100%;
  background: #E1E1E1;
  z-index: 9;
  position: absolute;
  top: 0;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .feature-box-v2:before {
  left: -20px;
  right: auto;
}
/* line 1206, ../../sass/_elements.scss */
.feature-box-v2 .heading {
  font-size: 19px;
}
/* line 1209, ../../sass/_elements.scss */
.feature-box-v2 .fbox-icon {
  float: none !important;
  margin-bottom: 20px;
}
/* line 1212, ../../sass/_elements.scss */
.feature-box-v2 .fbox-icon .icons {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
  background: none;
}
/* line 1219, ../../sass/_elements.scss */
.feature-box-v2 .fbox-body {
  letter-spacing: 0px;
  margin-top: 10px;
  color: #999;
}
/* line 1223, ../../sass/_elements.scss */
.feature-box-v2 .fbox-body .heading {
  color: #363636;
}
/* line 1227, ../../sass/_elements.scss */
.feature-box-v2 .fbox-content {
  overflow: hidden;
}

/* line 1231, ../../sass/_elements.scss */
.feature-box-v3 {
  position: relative;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .feature-box-v3 {
  padding-left: 20px;
  padding-right: inherit;
}
/* line 1236, ../../sass/_elements.scss */
.feature-box-v3 .fbox-icon {
  min-height: 60px;
}
/* line 1238, ../../sass/_elements.scss */
.feature-box-v3 .fbox-icon .icons {
  font-size: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #00923f;
}
/* line 1247, ../../sass/_elements.scss */
.feature-box-v3 .fbox-body {
  color: #999999;
}
/* line 1249, ../../sass/_elements.scss */
.feature-box-v3 .fbox-body .heading {
  color: #1C2437;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
}

/* line 1258, ../../sass/_elements.scss */
.feature-box.feature-box-v4 {
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-bottom: 3px solid #00923f;
  text-align: center !important;
}
/* line 1263, ../../sass/_elements.scss */
.feature-box.feature-box-v4 .fbox-icon {
  text-align: center;
  float: none !important;
  margin-bottom: 20px;
}
/* line 1267, ../../sass/_elements.scss */
.feature-box.feature-box-v4 .fbox-icon .icons {
  font-size: 36px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #000000;
  background: none;
}
/* line 1275, ../../sass/_elements.scss */
.feature-box.feature-box-v4 .description {
  text-align: center;
}

/**
 * Tab Style
 */
/* line 1285, ../../sass/_elements.scss */
.tab-v7 .nav-tabs {
  border-bottom: none;
}
/* line 1288, ../../sass/_elements.scss */
.tab-v7 .nav-tabs > li > a {
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #eee;
}
/* line 1295, ../../sass/_elements.scss */
.tab-v7 .nav-tabs > li > a:hover {
  color: #333;
}
/* line 1299, ../../sass/_elements.scss */
.tab-v7 .nav-tabs > li.active > a {
  color: #000000;
  border: none;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
/* line 1307, ../../sass/_elements.scss */
.tab-v7 .tab-content {
  margin: 20px 0;
}

/* line 1313, ../../sass/_elements.scss */
.tab-v8 .nav-inner {
  text-align: center;
}
/* line 1317, ../../sass/_elements.scss */
.tab-v8 .nav-tabs {
  display: inline-block;
  border: none;
}
/* line 1320, ../../sass/_elements.scss */
.tab-v8 .nav-tabs li {
  position: relative;
}
/* line 1321, ../../sass/_elements.scss */
.tab-v8 .nav-tabs li a {
  border: none;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 1327, ../../sass/_elements.scss */
.tab-v8 .nav-tabs li a.active, .tab-v8 .nav-tabs li a:focus, .tab-v8 .nav-tabs li a:hover {
  background: transparent;
  border-top: none;
}
/* line 1332, ../../sass/_elements.scss */
.tab-v8 .nav-tabs li.active, .tab-v8 .nav-tabs li:focus, .tab-v8 .nav-tabs li:hover, .tab-v8 .nav-tabs li.ui-state-active {
  background: transparent;
  border: none;
}
/* line 1335, ../../sass/_elements.scss */
.tab-v8 .nav-tabs li.active a, .tab-v8 .nav-tabs li:focus a, .tab-v8 .nav-tabs li:hover a, .tab-v8 .nav-tabs li.ui-state-active a {
  border: none;
  color: #1C2437;
}
/* line 1341, ../../sass/_elements.scss */
.tab-v8 .nav-tabs li:before {
  content: "/ ";
  padding: 0 5px;
  color: #000000;
  position: absolute;
  right: -6px;
  top: 11px;
}

/* line 1354, ../../sass/_elements.scss */
.pbr-inforbox .inforbox-inner {
  text-align: center;
  padding: 10px;
}

/*
 * Banner Styles
 */
/* line 1364, ../../sass/_elements.scss */
.banner-zindex {
  position: relative;
  z-index: 999;
  margin-top: -192px;
}

/*
 *  Pav Newsletter
 */
/* line 1374, ../../sass/_elements.scss */
.pav-newsletter {
  letter-spacing: 0;
  max-width: 60%;
  margin: 0px auto;
  color: #FFFFFF;
  text-align: center;
}
/* line 1380, ../../sass/_elements.scss */
.pav-newsletter .heading {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
}
/* line 1386, ../../sass/_elements.scss */
.pav-newsletter .description {
  font-size: 18px;
  letter-spacing: 0;
  color: #dedede;
}
/* line 1391, ../../sass/_elements.scss */
.pav-newsletter .list-inline {
  display: none;
}
/* line 1393, ../../sass/_elements.scss */
.pav-newsletter .list-inline li {
  padding-right: 12px;
  padding-left: 0px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .pav-newsletter .list-inline li {
  padding-left: 12px;
  padding-right: inherit;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .pav-newsletter .list-inline li {
  padding-right: 0px;
  padding-left: inherit;
}
/* line 1396, ../../sass/_elements.scss */
.pav-newsletter .list-inline li:before {
  display: none;
}
/* line 1399, ../../sass/_elements.scss */
.pav-newsletter .list-inline li:hover {
  padding-left: 0px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .pav-newsletter .list-inline li:hover {
  padding-right: 0px;
  padding-left: inherit;
}
/* line 1402, ../../sass/_elements.scss */
.pav-newsletter .list-inline li .fa {
  font-size: 16px;
}
/* line 1407, ../../sass/_elements.scss */
.pav-newsletter .input-group {
  display: block;
  position: relative;
  margin-top: 25px;
  overflow: hidden;
}
/* line 1412, ../../sass/_elements.scss */
.pav-newsletter .input-group .form-control {
  height: 42px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 8px;
  margin-bottom: 15px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 0 30px;
}
/* line 1422, ../../sass/_elements.scss */
.pav-newsletter .input-group .input-group-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 8px;
  width: 50px;
  height: 50px;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .pav-newsletter .input-group .input-group-btn {
  left: 0;
  right: auto;
}
/* line 1428, ../../sass/_elements.scss */
.pav-newsletter .input-group .input-group-btn .btn-primary {
  background: #FFFFFF;
  border: none;
  width: 100%;
  height: 45px;
  margin-left: 0;
  padding: 0;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .pav-newsletter .input-group .input-group-btn .btn-primary {
  margin-right: 0;
  margin-left: inherit;
}
/* line 1434, ../../sass/_elements.scss */
.pav-newsletter .input-group .input-group-btn .btn-primary .fa {
  color: #000;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 22px;
}
/* line 1440, ../../sass/_elements.scss */
.pav-newsletter .input-group .input-group-btn .btn-primary:hover .fa {
  color: #00923f;
}

/*
 *  Feature Category
 */
/* line 1455, ../../sass/_elements.scss */
.feature-category.feature-category-v1 {
  text-align: center;
}
/* line 1457, ../../sass/_elements.scss */
.feature-category.feature-category-v1 .img-responsive {
  display: inline-block;
}
/* line 1460, ../../sass/_elements.scss */
.feature-category.feature-category-v1 .items {
  display: none;
}
/* line 1463, ../../sass/_elements.scss */
.feature-category.feature-category-v1 .heading {
  margin-top: 15px;
  font-size: 16px;
}

/* line 1470, ../../sass/_elements.scss */
.feature-content-v2 {
  background: rgba(255, 255, 255, 0.6);
  padding: 30px;
  max-width: 570px;
  margin: 0px auto;
  text-align: center;
}
/* line 1476, ../../sass/_elements.scss */
.feature-content-v2 .heading {
  color: #1C2437;
  font-size: 52px;
  font-weight: 600;
}
/* line 1481, ../../sass/_elements.scss */
.feature-content-v2 .sub-heading {
  text-transform: uppercase;
}
/* line 1484, ../../sass/_elements.scss */
.feature-content-v2 .sub-heading,
.feature-content-v2 .content {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0;
}

/*
 *  Widget HTML
 */
/* line 1497, ../../sass/_elements.scss */
.widget-html.panel-default > .panel-heading {
  margin-bottom: 0;
}
/* line 1500, ../../sass/_elements.scss */
.widget-html .box-heading {
  font-weight: 700;
  font-size: 28px;
  margin-top: 0;
}
/* line 1505, ../../sass/_elements.scss */
.widget-html .sub-heading {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #999999;
}

/*
 *  Widget images Style
 */
/* line 1520, ../../sass/_elements.scss */
.product-scroll .image-item,
.introduce-banner .image-item,
.widget-images .image-item {
  position: relative;
  overflow: hidden;
  display: block;
}
/* line 1524, ../../sass/_elements.scss */
.product-scroll .image-item img,
.introduce-banner .image-item img,
.widget-images .image-item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 1528, ../../sass/_elements.scss */
.product-scroll .image-item:before,
.introduce-banner .image-item:before,
.widget-images .image-item:before {
  background: rgba(0, 0, 0, 0.4) url("../../image/plus.png") no-repeat scroll center center/60px 60px;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 100;
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .product-scroll .image-item:before, .rtl
.introduce-banner .image-item:before, .rtl
.widget-images .image-item:before {
  right: 0;
  left: auto;
}
/* line 1541, ../../sass/_elements.scss */
.product-scroll .image-item:hover,
.introduce-banner .image-item:hover,
.widget-images .image-item:hover {
  cursor: pointer;
}
/* line 1543, ../../sass/_elements.scss */
.product-scroll .image-item:hover:before,
.introduce-banner .image-item:hover:before,
.widget-images .image-item:hover:before {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
/* line 1548, ../../sass/_elements.scss */
.product-scroll .image-item:hover img,
.introduce-banner .image-item:hover img,
.widget-images .image-item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/*
 *  Gallery Style
 */
/* line 1560, ../../sass/_elements.scss */
.gallery .box-heading {
  margin-top: 0;
}
/* line 1564, ../../sass/_elements.scss */
.gallery .banner-img a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 1568, ../../sass/_elements.scss */
.gallery .banner-img a:before {
  background: rgba(0, 0, 0, 0.6) url("../../image/plus.png") no-repeat scroll center center/60px 60px;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 100;
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .gallery .banner-img a:before {
  right: 0;
  left: auto;
}
/* line 1582, ../../sass/_elements.scss */
.gallery .banner-img a:hover:before {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

/*
 * Brand Styles
 */
/* line 1596, ../../sass/_elements.scss */
.brands-carousel {
  padding-right: 1px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .brands-carousel {
  padding-left: 1px;
  padding-right: inherit;
}
/* line 1598, ../../sass/_elements.scss */
.brands-carousel .owl-item {
  padding-top: 65px;
  padding-bottom: 65px;
  border-right: 1px solid #E1E1E1;
  text-align: center;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .brands-carousel .owl-item {
  border-left: 1px solid #E1E1E1;
  border-right: inherit;
}
/* line 1603, ../../sass/_elements.scss */
.brands-carousel .owl-item:last-child {
  border-right: none;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .brands-carousel .owl-item:last-child {
  border-left: none;
  border-right: inherit;
}
/* line 1607, ../../sass/_elements.scss */
.brands-carousel .item-brand {
  margin: 10px 15px;
  height: 80px;
  overflow: hidden;
  border: solid 2px #E1E1E1;
}
/* line 1609, ../../sass/_elements.scss */
.brands-carousel .item-brand img {
  max-width: 100%;
}

/* line 1, ../../sass/_custom.scss */
.bs-docs-sidebar li:nth-child(n + 2) a:hover,
.bs-docs-sidebar li:nth-child(n + 2).active a {
  border-bottom: 3px solid #FF9E81;
}

/* line 5, ../../sass/_custom.scss */
.bs-docs-sidebar li:nth-child(n + 2):hover .fa,
.bs-docs-sidebar li:nth-child(n + 2).active .fa {
  background-color: #FF9E81;
  color: #fff;
}

/* line 12, ../../sass/_custom.scss */
.bs-docs-sidebar li:nth-child(n + 3) a:hover,
.bs-docs-sidebar li:nth-child(n + 3).active a {
  border-bottom: 3px solid #7DB343;
}

/* line 16, ../../sass/_custom.scss */
.bs-docs-sidebar li:nth-child(n + 3):hover .fa,
.bs-docs-sidebar li:nth-child(n + 3).active .fa {
  background-color: #7DB343;
  color: #fff;
}

/* line 24, ../../sass/_custom.scss */
.bs-docs-sidebar li:nth-child(n + 4) a:hover,
.bs-docs-sidebar li:nth-child(n + 4).active a {
  border-bottom: 3px solid #FEC107;
}

/* line 28, ../../sass/_custom.scss */
.bs-docs-sidebar li:nth-child(n + 4):hover .fa,
.bs-docs-sidebar li:nth-child(n + 4).active .fa {
  background-color: #FEC107;
  color: #fff;
}

/* line 35, ../../sass/_custom.scss */
.bs-docs-sidebar li:nth-child(n + 5) a:hover,
.bs-docs-sidebar li:nth-child(n + 5).active a {
  border-bottom: 3px solid #01BFA5;
}

/* line 39, ../../sass/_custom.scss */
.bs-docs-sidebar li:nth-child(n + 5):hover .fa,
.bs-docs-sidebar li:nth-child(n + 5).active .fa {
  background-color: #01BFA5;
  color: #fff;
}

/* line 45, ../../sass/_custom.scss */
.bs-docs-sidebar li:nth-child(n + 6) a:hover,
.bs-docs-sidebar li:nth-child(n + 6).active a {
  border-bottom: 3px solid #3f51b5;
}

/* line 49, ../../sass/_custom.scss */
.bs-docs-sidebar li:nth-child(n + 6):hover .fa,
.bs-docs-sidebar li:nth-child(n + 6).active .fa {
  background-color: #3f51b5;
  color: #fff;
}

/* product scroll */
/* line 56, ../../sass/_custom.scss */
.bs-docs-sidebar {
  position: fixed;
  top: 100px;
  background-color: transparent;
  visibility: visibility;
  width: 50px;
  left: 50px;
  z-index: 22;
}

/* line 65, ../../sass/_custom.scss */
.rtl .bs-docs-sidebar {
  right: 50px;
  left: auto;
}

/* line 69, ../../sass/_custom.scss */
.bs-docs-sidebar li {
  height: 50px;
  width: 50px;
  background-color: transparent;
  z-index: 99;
}

/* line 76, ../../sass/_custom.scss */
.bs-docs-sidebar li:hover {
  background-color: transparent;
}

/* line 80, ../../sass/_custom.scss */
.bs-docs-sidebar li.active {
  background-color: transparent;
  color: #ff3333;
  position: relative;
  min-width: 150px;
}

/* line 86, ../../sass/_custom.scss */
.bs-docs-sidebar li.active a span {
  display: inline-block;
}

/* line 91, ../../sass/_custom.scss */
.rtl .bs-docs-sidebar li.active:before {
  left: -6px;
  right: auto;
}

/* line 95, ../../sass/_custom.scss */
.rtl .bs-docs-sidebar li.active:before {
  border-right: 6px solid #ff3333;
  border-left: inherit;
}

/* line 99, ../../sass/_custom.scss */
.bs-docs-sidebar li a {
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0;
  color: #989898;
  border-bottom: 1px dashed #E1E1E1;
}

/* line 107, ../../sass/_custom.scss */
.bs-docs-sidebar li a:hover {
  min-width: 150px;
}

/* line 110, ../../sass/_custom.scss */
.bs-docs-sidebar li a .fa {
  width: 50px;
  text-align: center;
  display: block;
  height: 45px;
  line-height: 45px;
}

/* line 117, ../../sass/_custom.scss */
.bs-docs-sidebar li a span {
  display: none;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 123, ../../sass/_custom.scss */
.bs-docs-sidebar li a img {
  left: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: 14px;
  top: 50%;
  margin-top: -12px;
}

/* line 132, ../../sass/_custom.scss */
.rtl .bs-docs-sidebar li a img {
  right: 0;
  left: auto;
}

/* line 136, ../../sass/_custom.scss */
.rtl .bs-docs-sidebar li a img {
  margin-right: 14px;
  margin-left: inherit;
}

/* line 140, ../../sass/_custom.scss */
.bs-docs-sidebar li a:hover,
.bs-docs-sidebar li.active a {
  border-bottom: 3px solid #4DD0E2;
}

/* line 144, ../../sass/_custom.scss */
.bs-docs-sidebar li:hover .fa,
.bs-docs-sidebar li.active .fa {
  background-color: #4DD0E2;
  color: #fff;
}

/* line 150, ../../sass/_custom.scss */
.bs-docs-sidebar li a:focus {
  background-color: transparent;
}

/* line 153, ../../sass/_custom.scss */
.bs-docs-sidebar li a:hover {
  position: absolute;
  background-color: transparent;
  left: 0;
}

/* line 158, ../../sass/_custom.scss */
.rtl .bs-docs-sidebar li a:hover {
  right: 0;
  left: auto;
}

/* line 162, ../../sass/_custom.scss */
.bs-docs-sidebar li a:hover span {
  display: block;
  margin-left: 50px;
}

/* line 167, ../../sass/_custom.scss */
.rtl .bs-docs-sidebar li a:hover span {
  margin-left: inherit;
}

/* line 170, ../../sass/_custom.scss */
.bs-docs-sidebar li a:hover img {
  color: #000000;
}

/*
 *  Module Style
 */
/* line 9, ../../sass/_module.scss */
.widget-manufacture {
  background-color: #f8f8f8;
  padding: 0px 50px;
}
/* line 12, ../../sass/_module.scss */
.widget-manufacture .item-inner {
  text-align: center;
}

/* line 22, ../../sass/_module.scss */
.product-scroll {
  border: 1px solid #E1E1E1;
  border-top: 3px solid #00923f;
}
/* line 25, ../../sass/_module.scss */
.product-scroll .panel-heading {
  padding: 40px 30px;
  margin-bottom: 0;
  border-bottom: 1px dashed #E1E1E1;
}
/* line 29, ../../sass/_module.scss */
.product-scroll .panel-heading .panel-title {
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  text-transform: uppercase;
}
/* line 34, ../../sass/_module.scss */
.product-scroll .panel-heading .panel-title .fa {
  margin-right: 10px;
  color: #00923f;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .product-scroll .panel-heading .panel-title .fa {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 40, ../../sass/_module.scss */
.product-scroll.border-green {
  border-top: 3px solid #82B1FF;
}
/* line 42, ../../sass/_module.scss */
.product-scroll.border-green .panel-heading .panel-title .fa {
  color: #82B1FF;
}
/* line 46, ../../sass/_module.scss */
.product-scroll.border-pink {
  border-top: 3px solid #FF9E81;
}
/* line 48, ../../sass/_module.scss */
.product-scroll.border-pink .panel-heading .panel-title .fa {
  color: #FF9E81;
}
/* line 52, ../../sass/_module.scss */
.product-scroll.border-blue {
  border-top: 3px solid #7DB343;
}
/* line 54, ../../sass/_module.scss */
.product-scroll.border-blue .panel-heading .panel-title .fa {
  color: #7DB343;
}
/* line 58, ../../sass/_module.scss */
.product-scroll.border-yellow {
  border-top: 3px solid #FEC107;
}
/* line 60, ../../sass/_module.scss */
.product-scroll.border-yellow .panel-heading .panel-title .fa {
  color: #FEC107;
}
/* line 64, ../../sass/_module.scss */
.product-scroll.border-greenness {
  border-top: 3px solid #01BFA5;
}
/* line 66, ../../sass/_module.scss */
.product-scroll.border-greenness .panel-heading .panel-title .fa {
  color: #01BFA5;
}
/* line 70, ../../sass/_module.scss */
.product-scroll .product-grid {
  border: none;
}
/* line 75, ../../sass/_module.scss */
.product-scroll .panel-body ul.list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 79, ../../sass/_module.scss */
.product-scroll .panel-body ul.list li {
  border-bottom: 1px dashed #E1E1E1;
}
/* line 81, ../../sass/_module.scss */
.product-scroll .panel-body ul.list li a {
  line-height: 26px;
  padding: 10px 25px;
  display: block;
  color: #363636;
  font-size: 14px;
}
/* line 87, ../../sass/_module.scss */
.product-scroll .panel-body ul.list li a:hover {
  color: #00923f;
}
/* line 92, ../../sass/_module.scss */
.product-scroll .panel-body ul.list li:last-child {
  border-bottom: none;
}
/* line 101, ../../sass/_module.scss */
.product-scroll .product-block .action-button > div {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* line 107, ../../sass/_module.scss */
.product-scroll.product-scroll-2 {
  border-right: none;
  border-left: none;
  border-bottom: none;
}
/* line 111, ../../sass/_module.scss */
.product-scroll.product-scroll-2 .panel-heading {
  border-right: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
}
/* line 115, ../../sass/_module.scss */
.product-scroll.product-scroll-2 .product-block .top {
  min-height: 82px;
}

/* line 125, ../../sass/_module.scss */
.product-scroll_1 .product-grid .products-row:last-child .product-block {
  border-bottom: medium none;
}
/* line 133, ../../sass/_module.scss */
.product-scroll_1 .products-row .product-col .product-block {
  border-right: none;
  border-left: 1px solid #E1E1E1;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .product-scroll_1 .products-row .product-col .product-block {
  border-left: none;
  border-right: inherit;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .product-scroll_1 .products-row .product-col .product-block {
  border-right: 1px solid #E1E1E1;
  border-left: inherit;
}

/* line 144, ../../sass/_module.scss */
.box-products:hover .carousel-controls .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 155, ../../sass/_module.scss */
.widget-manufacture .carousel-controls {
  top: 35%;
}
/* line 160, ../../sass/_module.scss */
.widget-manufacture:hover .carousel-controls .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 169, ../../sass/_module.scss */
.productdeals .carousel-controls {
  z-index: 99;
}

/* line 177, ../../sass/_module.scss */
.pavtestimonial {
  border: 1px solid #E1E1E1;
  border-top: 3px solid #82B1FF;
  padding: 30px;
  text-align: center;
}
/* line 182, ../../sass/_module.scss */
.pavtestimonial .avatar {
  margin-bottom: 30px;
}
/* line 185, ../../sass/_module.scss */
.pavtestimonial .profile {
  margin-top: 30px;
}
/* line 187, ../../sass/_module.scss */
.pavtestimonial .profile span {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  font-family: "Asap", sans-serif;
  color: #363636;
}

/* line 202, ../../sass/_module.scss */
.product-thumb .image {
  float: left;
  margin-right: 10px;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .product-thumb .image {
  float: right;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .product-thumb .image {
  margin-left: 10px;
  margin-right: inherit;
}

/* line 213, ../../sass/_module.scss */
footer .pav-newsletter {
  max-width: 100%;
  color: #FFFFFF;
  text-align: left;
  background: #82B1FF url("../../image/newletter.png") no-repeat left bottom;
  overflow: hidden;
  padding: 41px 50px 32px 280px;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl footer .pav-newsletter {
  text-align: right;
}
/* line 220, ../../sass/_module.scss */
footer .pav-newsletter .heading {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: none;
}
/* line 227, ../../sass/_module.scss */
footer .pav-newsletter .description {
  font-size: 13px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
/* line 232, ../../sass/_module.scss */
footer .pav-newsletter .list-inline {
  display: block;
}
/* line 235, ../../sass/_module.scss */
footer .pav-newsletter .input-group {
  margin-top: 0px;
}
/* line 237, ../../sass/_module.scss */
footer .pav-newsletter .input-group .form-control {
  border-top: 1px solid #6791CD;
  height: 45px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0 20px;
  background-color: #75A0E5;
}
/* line 103, ../../sass/bootstrap/mixins/_vendor-prefixes.scss */
footer .pav-newsletter .input-group .form-control::-moz-placeholder {
  color: #C5D7EF;
  opacity: 1;
}
/* line 107, ../../sass/bootstrap/mixins/_vendor-prefixes.scss */
footer .pav-newsletter .input-group .form-control:-ms-input-placeholder {
  color: #C5D7EF;
}
/* line 108, ../../sass/bootstrap/mixins/_vendor-prefixes.scss */
footer .pav-newsletter .input-group .form-control::-webkit-input-placeholder {
  color: #C5D7EF;
}

/* line 253, ../../sass/_module.scss */
.bs-docs-sidebar li a .fa {
  margin-right: 10px;
  float: left;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .bs-docs-sidebar li a .fa {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .bs-docs-sidebar li a .fa {
  float: right;
}

/* line 1, ../../sass/_verticalmenu.scss */
.pav-verticalmenu {
  font-weight: 400;
  padding: 0;
  background-color: #FFFFFF;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  border: none;
  -webkit-box-shadow: 0px 2px 2px 0px #ccc;
  box-shadow: 0px 2px 2px 0px #ccc;
  display: none;
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .pav-verticalmenu {
  right: 0;
  left: auto;
}
/* line 12, ../../sass/_verticalmenu.scss */
.pav-verticalmenu .panel-body {
  background: #00923f;
  padding: 30px;
}
/* line 16, ../../sass/_verticalmenu.scss */
.pav-verticalmenu .navbar-default {
  background: transparent;
  border: none;
  margin: 0;
}

/* line 24, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-collapse {
  margin: 0;
  padding: 0 0 30px;
  border: none;
}
/* line 29, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
  padding: 10px 0 0;
}
/* line 33, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li {
  width: 100%;
  height: auto;
  position: static;
  float: left;
  padding: 0;
  border-bottom: 1px dotted #ccc;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .verticalmenu .navbar-nav > li {
  float: right;
}
/* line 39, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li:last-child {
  border-bottom: none;
}
/* line 42, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li > a {
  display: block;
  color: #1C2437;
  padding: 15px 30px;
  text-transform: capitalize;
  font-size: 14px;
}
/* line 48, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li > a:hover {
  color: #00923f;
}
/* line 52, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
}
/* line 55, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li > a .fa {
  margin-right: 5px;
  width: 20px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .verticalmenu .navbar-nav > li > a .fa {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 60, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li > a .caret {
  float: right;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 8px;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .verticalmenu .navbar-nav > li > a .caret {
  float: left;
}
/* line 65, ../../sass/_verticalmenu.scss */
.rtl .verticalmenu .navbar-nav > li > a .caret {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 72, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li.topdropdow:hover {
  position: static;
}
/* line 76, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li:hover {
  background: #FFFFFF;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
/* line 79, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  display: block;
  left: 100%;
  border: none;
  margin-left: -1px;
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  right: 100%;
  left: auto;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  margin-right: -1px;
  margin-left: inherit;
}
/* line 89, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li .parent {
  position: relative;
}
/* line 91, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  text-transform: uppercase;
  font-weight: normal;
}
/* line 96, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  right: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  right: auto;
}
/* line 104, ../../sass/_verticalmenu.scss */
.verticalmenu .navbar-nav > li .parent.dropdown-submenu:hover .dropdown-menu {
  right: 115%;
  display: block;
  top: 0;
  visibility: visible;
}
/* line 115, ../../sass/_verticalmenu.scss */
.verticalmenu .dropdown-menu {
  right: auto;
  left: 110%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  top: 0;
  position: absolute;
  visibility: hidden;
  z-index: 999;
  display: block;
  min-width: 220px;
  padding: 25px;
  min-height: 100%;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .verticalmenu .dropdown-menu {
  left: auto;
  right: auto;
}
/* line 108, ../../sass/mixins/_rtl.scss */
.rtl .verticalmenu .dropdown-menu {
  right: 110%;
  left: auto;
}
/* line 129, ../../sass/_verticalmenu.scss */
.verticalmenu .dropdown-menu.level1 .fa {
  display: none;
}
/* line 135, ../../sass/_verticalmenu.scss */
.verticalmenu .dropdown-menu.level2 .fa {
  display: none;
}
/* line 140, ../../sass/_verticalmenu.scss */
.verticalmenu .dropdown-menu.level3 .fa {
  display: none;
}
/* line 144, ../../sass/_verticalmenu.scss */
.verticalmenu .dropdown-menu ul {
  list-style-type: none;
  padding-left: 0;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .verticalmenu .dropdown-menu ul {
  padding-right: 0;
  padding-left: inherit;
}
/* line 147, ../../sass/_verticalmenu.scss */
.verticalmenu .dropdown-menu ul > li {
  padding: 8px 0;
}
/* line 149, ../../sass/_verticalmenu.scss */
.verticalmenu .dropdown-menu ul > li > a {
  font-family: "Noto Sans", sans-serif;
  color: #363636;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 154, ../../sass/_verticalmenu.scss */
.verticalmenu .dropdown-menu ul > li > a:hover {
  color: #00923f;
}
/* line 157, ../../sass/_verticalmenu.scss */
.verticalmenu .dropdown-menu ul > li > a span {
  color: #363636;
}
/* line 159, ../../sass/_verticalmenu.scss */
.verticalmenu .dropdown-menu ul > li > a span:hover {
  color: #00923f;
}
/* line 166, ../../sass/_verticalmenu.scss */
.verticalmenu .dropdown-menu .sidebar {
  box-shadow: none;
  padding: 0;
}
/* line 171, ../../sass/_verticalmenu.scss */
.verticalmenu .widget-heading {
  font-size: 14px;
}
/* line 178, ../../sass/_verticalmenu.scss */
.verticalmenu .pavo-widget ul li a {
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 185, ../../sass/_verticalmenu.scss */
.verticalmenu .pavo-widget .product-block {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 190, ../../sass/_verticalmenu.scss */
.verticalmenu .pavo-widget .product-block .name a {
  padding: 0;
  font-weight: 400;
}
/* line 195, ../../sass/_verticalmenu.scss */
.verticalmenu .pavo-widget .product-block .product-img {
  margin-right: 20px;
  border: 1px solid #E1E1E1;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .verticalmenu .pavo-widget .product-block .product-img {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 198, ../../sass/_verticalmenu.scss */
.verticalmenu .pavo-widget .product-block .product-img a.img {
  padding: 0;
}
/* line 201, ../../sass/_verticalmenu.scss */
.verticalmenu .pavo-widget .product-block .product-img img {
  max-width: 100px;
}
/* line 204, ../../sass/_verticalmenu.scss */
.verticalmenu .pavo-widget .product-block .product-img:before {
  display: none;
}
/* line 208, ../../sass/_verticalmenu.scss */
.verticalmenu .pavo-widget .product-block .product-label {
  display: none;
}
/* line 211, ../../sass/_verticalmenu.scss */
.verticalmenu .pavo-widget .product-block .media-body {
  text-align: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl .verticalmenu .pavo-widget .product-block .media-body {
  text-align: right;
}
/* line 215, ../../sass/_verticalmenu.scss */
.verticalmenu .pavo-widget .widget-heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 222, ../../sass/_verticalmenu.scss */
.verticalmenu .bg2 div.dropdown-menu {
  background-image: url("../../image/bg2.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
/* line 226, ../../sass/_verticalmenu.scss */
.verticalmenu .bg2 div.dropdown-menu ul.list-unstyled {
  margin-bottom: 20px;
}

/**
 * Category Products Page
 */
/* line 9, ../../sass/_pages.scss */
.page-product-category .breadcrumb li:last-child {
  display: block;
  text-align: left;
  padding: 20px 0;
  font-size: 40px;
}
/* line 14, ../../sass/_pages.scss */
.page-product-category .breadcrumb li:last-child:before {
  display: none;
}
/* line 20, ../../sass/_pages.scss */
.page-product-category #content > h1 {
  display: none;
}

/* filter by brands */
/* line 26, ../../sass/_pages.scss */
.products-filter-panel {
  padding-bottom: 20px;
}
/* line 28, ../../sass/_pages.scss */
.products-filter-panel .form-control, .products-filter-panel .btn {
  border: 1px solid #E1E1E1;
  height: 30px;
  padding: 4px 16px;
}
/* line 33, ../../sass/_pages.scss */
.products-filter-panel .product-compare {
  margin-bottom: 20px;
}
/* line 35, ../../sass/_pages.scss */
.products-filter-panel .product-compare a {
  color: #00923f;
}
/* line 37, ../../sass/_pages.scss */
.products-filter-panel .product-compare a:hover {
  text-decoration: underline;
}
/* line 42, ../../sass/_pages.scss */
.products-filter-panel button#grid-view,
.products-filter-panel button#list-view {
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  color: #000000;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .products-filter-panel button#grid-view, .rtl
.products-filter-panel button#list-view {
  margin-left: 2px;
  margin-right: inherit;
}
/* line 51, ../../sass/_pages.scss */
.products-filter-panel button#grid-view .fa,
.products-filter-panel button#list-view .fa {
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
}
/* line 56, ../../sass/_pages.scss */
.products-filter-panel button#grid-view.active, .products-filter-panel button#grid-view:hover,
.products-filter-panel button#list-view.active,
.products-filter-panel button#list-view:hover {
  color: #00923f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 62, ../../sass/_pages.scss */
.products-filter-panel select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 67, ../../sass/_pages.scss */
.products-filter-panel label {
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
  white-space: nowrap;
}
/* line 73, ../../sass/_pages.scss */
.products-filter-panel .row .select-wrap {
  position: relative;
}
/* line 75, ../../sass/_pages.scss */
.products-filter-panel .row .select-wrap:before {
  content: "\f107";
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -6.5px;
  font-size: 13px;
  line-height: 1;
  color: #999999;
  font-family: 'FontAwesome', Verdana;
}
/* line 115, ../../sass/mixins/_rtl.scss */
.rtl .products-filter-panel .row .select-wrap:before {
  left: 14px;
  right: auto;
}

/**
 *
 * Product detail
 */
/* line 94, ../../sass/_pages.scss */
#product .form-group {
  margin-bottom: 20px;
}
/* line 95, ../../sass/_pages.scss */
#product .form-group:before, #product .form-group:after {
  content: " ";
  display: table;
}
/* line 100, ../../sass/_pages.scss */
#product .form-group:after {
  clear: both;
}
/* line 104, ../../sass/_pages.scss */
#product .form-group > label {
  /*width: 30%;*/
  float: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl #product .form-group > label {
  float: right;
}
/* line 108, ../../sass/_pages.scss */
#product .form-group .form-control {
  float: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl #product .form-group .form-control {
  float: right;
}
/* line 111, ../../sass/_pages.scss */
#product .form-group.form-group-v2 > div {
  overflow: hidden;
}

/* line 117, ../../sass/_pages.scss */
.quantity-adder {
  color: #000;
  display: block;
  height: 40px;
  position: relative;
  margin-right: 15px;
  border: 1px solid #E1E1E1;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .quantity-adder {
  margin-left: 15px;
  margin-right: inherit;
}
/* line 125, ../../sass/_pages.scss */
.quantity-adder .form-control {
  padding: 8px 2px;
}
/* line 128, ../../sass/_pages.scss */
.quantity-adder .add-action {
  width: 38px;
  height: 40px;
  display: block;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  font-size: 9px;
  text-align: center;
  color: #999999;
}
/* line 137, ../../sass/_pages.scss */
.quantity-adder .add-action:hover {
  color: #00923f;
}
/* line 141, ../../sass/_pages.scss */
.quantity-adder.add-up {
  margin-top: -1px;
  margin-left: 5px;
  margin-right: 0;
}
/* line 146, ../../sass/_pages.scss */
.quantity-adder.add-down {
  margin-left: 5px;
  margin-right: 0;
  margin-bottom: 2px;
}
/* line 152, ../../sass/_pages.scss */
.quantity-adder .quantity-number input {
  width: 72px;
  height: 38px;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: none;
  border-right: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  box-shadow: none;
  color: #333;
}
/* line 164, ../../sass/_pages.scss */
.quantity-adder .minimum {
  line-height: 38px;
  font-size: 11px;
  margin-left: 10px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .quantity-adder .minimum {
  margin-right: 10px;
  margin-left: inherit;
}

/* line 171, ../../sass/_pages.scss */
.compare, .wishlist {
  font-size: 12px;
  cursor: pointer;
}
/* line 177, ../../sass/_pages.scss */
.compare:hover, .wishlist:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 186, ../../sass/_pages.scss */
.product-buttons-wrap .action {
  margin-bottom: 15px;
  margin-top: 15px;
}
/* line 190, ../../sass/_pages.scss */
.product-buttons-wrap .wishlist,
.product-buttons-wrap .compare {
  padding-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Asap", sans-serif;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .product-buttons-wrap .wishlist, .rtl
.product-buttons-wrap .compare {
  padding-left: 20px;
  padding-right: inherit;
}
/* line 196, ../../sass/_pages.scss */
.product-buttons-wrap .wishlist .fa,
.product-buttons-wrap .compare .fa {
  margin-right: 5px;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl .product-buttons-wrap .wishlist .fa, .rtl
.product-buttons-wrap .compare .fa {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 199, ../../sass/_pages.scss */
.product-buttons-wrap .wishlist:hover,
.product-buttons-wrap .compare:hover {
  color: #00923f;
}

/* line 205, ../../sass/_pages.scss */
.list-categories {
  padding: 10px 0;
}
/* line 207, ../../sass/_pages.scss */
.list-categories ul {
  padding: 0;
}
/* line 209, ../../sass/_pages.scss */
.list-categories ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
}

/**
 * account-wishlist
 */
/* line 224, ../../sass/_pages.scss */
.account-wishlist .table-responsive td {
  line-height: 40px;
}

/**
* Thumbnail
*/
/**
 *  Checkout
 */
/* line 245, ../../sass/_pages.scss */
.panel-checkout .panel-default > .panel-heading {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 248, ../../sass/_pages.scss */
.panel-checkout .panel-default > .panel-heading .panel-title {
  font-size: 22px;
}
/* line 251, ../../sass/_pages.scss */
.panel-checkout .panel-default > .panel-heading:before {
  display: none;
}

/**
 *  Affiliate-register
 */
/* line 263, ../../sass/_pages.scss */
.affiliate-register .maincols {
  padding-bottom: 20px;
}

/**
 *  Contact Us
 */
/* line 272, ../../sass/_pages.scss */
.contact-info {
  padding-bottom: 30px;
  overflow: hidden;
}

/* line 277, ../../sass/_pages.scss */
.contact-location {
  margin-bottom: 20px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media (max-width: 992px) {
  /* line 6, ../../sass/_offcanvas.scss */
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  /* line 10, ../../sass/_offcanvas.scss */
  .row-offcanvas-right {
    right: 0;
  }
  /* line 115, ../../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-right {
    left: 0;
    right: auto;
  }

  /* line 13, ../../sass/_offcanvas.scss */
  .row-offcanvas-left {
    left: 0;
  }
  /* line 108, ../../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-left {
    right: 0;
    left: auto;
  }

  /* line 16, ../../sass/_offcanvas.scss */
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -280px;
  }
  /* line 115, ../../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-right
  .sidebar-offcanvas {
    left: -280px;
    right: auto;
  }

  /* line 20, ../../sass/_offcanvas.scss */
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -280px;
  }
  /* line 108, ../../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-left
  .sidebar-offcanvas {
    right: -280px;
    left: auto;
  }

  /* line 24, ../../sass/_offcanvas.scss */
  .row-offcanvas-right.active {
    right: 280px;
  }
  /* line 115, ../../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-right.active {
    left: 280px;
    right: auto;
  }
  /* line 26, ../../sass/_offcanvas.scss */
  .row-offcanvas-right.active:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
  }

  /* line 34, ../../sass/_offcanvas.scss */
  .row-offcanvas-left.active {
    left: 280px;
  }
  /* line 108, ../../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-left.active {
    right: 280px;
    left: auto;
  }
  /* line 36, ../../sass/_offcanvas.scss */
  .row-offcanvas-left.active:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
  }

  /* line 45, ../../sass/_offcanvas.scss */
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 280px;
    background: #fff;
  }

  /* line 51, ../../sass/_offcanvas.scss */
  .bottom-offcanvas {
    border-top: 1px solid #E1E1E1;
    padding: 10px 0;
  }
}
/*offcanvas-menu*/
/* line 59, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav {
  float: none;
  padding: 0 10px;
}
/* line 62, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav > li {
  float: none;
  border-bottom: 1px solid #E1E1E1;
  padding: 0;
}
/* line 66, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav > li > a {
  background: transparent;
  padding: 12px 0 12px 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}
/* line 77, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav > li:last-child {
  border-bottom: none;
}
/* line 83, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 87, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img {
  margin-right: 20px;
  border: 1px solid #E1E1E1;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 90, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img a.img {
  padding: 0;
}
/* line 93, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img img {
  max-width: 100px;
}
/* line 96, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img:before {
  display: none;
}
/* line 100, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .product-label {
  display: none;
}
/* line 103, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .media-body {
  text-align: left;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .navbar-nav .pavo-widget .product-block .media-body {
  text-align: right;
}
/* line 107, ../../sass/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .widget-heading {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 114, ../../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  margin: 0;
  padding: 0 8px;
  position: static;
  visibility: visible;
  width: auto !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 127, ../../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu ul {
  padding: 0;
}
/* line 129, ../../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu ul li {
  list-style: none;
  position: relative;
  padding: 0;
  padding-left: 20px;
  border-bottom: 1px solid #E1E1E1;
}
/* line 22, ../../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .dropdown-menu ul li {
  padding-right: 20px;
  padding-left: inherit;
}
/* line 135, ../../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu ul li:last-child {
  border-bottom: none;
}
/* line 140, ../../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu a {
  font-size: 13px;
  padding: 12px 0;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  background: none;
}
/* line 147, ../../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .widget-video {
  display: none;
}
/* line 150, ../../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .box-heading {
  color: #1C2437;
}
/* line 154, ../../sass/_offcanvas.scss */
#offcanvasmenu .click-canavs-menu.fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  float: right;
}
/* line 11, ../../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .click-canavs-menu.fa {
  float: left;
}
/* line 162, ../../sass/_offcanvas.scss */
#offcanvasmenu .w-product {
  padding: 0;
}
/* line 165, ../../sass/_offcanvas.scss */
#offcanvasmenu .product-block {
  border: none;
}
/* line 167, ../../sass/_offcanvas.scss */
#offcanvasmenu .product-block .zoom, #offcanvasmenu .product-block .product-label {
  display: none;
}

@media (max-width: 1366px) {
  /* line 7, ../../sass/_responsive.scss */
  .banner-zindex {
    margin-top: -90px;
  }
}
@media (max-width: 1200px) {
  /* line 14, ../../sass/_responsive.scss */
  .navbar-mega .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 20, ../../sass/_responsive.scss */
  .gallery .banner-img img {
    max-width: 100%;
  }

  /* line 28, ../../sass/_responsive.scss */
  .header-v5 .navbar-mega .navbar-nav > li a,
  .header-v3 .navbar-mega .navbar-nav > li a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 34, ../../sass/_responsive.scss */
  .bs-docs-sidebar,
  .common-home .header-v2 .verticalmenu-head .pav-verticalmenu {
    display: none;
  }

  /* line 38, ../../sass/_responsive.scss */
  .product-block .action-button > div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  /* line 43, ../../sass/_responsive.scss */
  .product-scroll_1 .scroll-category {
    border-left: 1px solid #E1E1E1;
  }
  /* line 22, ../../sass/mixins/_rtl.scss */
  .rtl .product-scroll_1 .scroll-category {
    border-right: 1px solid #E1E1E1;
    border-left: inherit;
  }

  /* line 47, ../../sass/_responsive.scss */
  .product-deal .footer-deals ul.list-inline li {
    padding: 8px 10px;
  }

  /* line 50, ../../sass/_responsive.scss */
  .product-block .product-meta .item-countdown ul li {
    padding: 5px;
  }

  /* line 53, ../../sass/_responsive.scss */
  .product-scroll.product-scroll-2 {
    border-left: 1px solid #E1E1E1;
  }
  /* line 22, ../../sass/mixins/_rtl.scss */
  .rtl .product-scroll.product-scroll-2 {
    border-right: 1px solid #E1E1E1;
    border-left: inherit;
  }
}
@media (max-width: 992px) {
  /* line 66, ../../sass/_responsive.scss */
  .header .logo {
    min-width: auto;
  }

  /* line 70, ../../sass/_responsive.scss */
  .product-scroll_1 .scroll-category {
    border-left: none;
  }
  /* line 22, ../../sass/mixins/_rtl.scss */
  .rtl .product-scroll_1 .scroll-category {
    border-right: none;
    border-left: inherit;
  }

  /* line 75, ../../sass/_responsive.scss */
  .product-layout.grid-product .product-block:hover .price span {
    color: #999999;
  }

  /* line 78, ../../sass/_responsive.scss */
  .product-block .product-meta .item-countdown ul li {
    padding: 5px;
  }

  /* line 82, ../../sass/_responsive.scss */
  .product-block .action-button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 86, ../../sass/_responsive.scss */
  .product-block:hover:before {
    display: none;
  }

  /* line 92, ../../sass/_responsive.scss */
  .footer-top .hotline {
    text-align: center;
    margin-top: 30px;
  }

  /* line 101, ../../sass/_responsive.scss */
  .bo-mainmenu {
    padding: 8px 0;
  }

  /* line 104, ../../sass/_responsive.scss */
  .widget-images {
    text-align: center;
  }
  /* line 106, ../../sass/_responsive.scss */
  .widget-images .image-item {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 107, ../../sass/_responsive.scss */
  .widget-images .image-item:before {
    display: none;
  }
  /* line 111, ../../sass/_responsive.scss */
  .widget-images .image-item:hover img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 118, ../../sass/_responsive.scss */
  .banner-zindex {
    margin-top: 20px;
  }

  /* line 122, ../../sass/_responsive.scss */
  .gallery .banner-img a:before {
    display: none;
  }

  /* line 126, ../../sass/_responsive.scss */
  .pav-menu-video {
    display: none;
  }

  /* line 130, ../../sass/_responsive.scss */
  .product-block .bottom {
    position: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 135, ../../sass/_responsive.scss */
  .product-block:hover .bottom {
    bottom: 0;
  }
  /* line 140, ../../sass/_responsive.scss */
  .product-block .product-img:before {
    display: none;
  }

  /* line 146, ../../sass/_responsive.scss */
  .pavblogs-comments-box {
    margin-top: 20px;
  }

  /* line 149, ../../sass/_responsive.scss */
  .zoomContainer {
    display: none;
  }

  /* line 152, ../../sass/_responsive.scss */
  #offcanvasmenu .navbar-nav > li > a .caret {
    display: none;
  }

  /* line 155, ../../sass/_responsive.scss */
  .products-filter-panel .btn {
    margin-top: 20px;
    width: 100%;
  }

  /* line 159, ../../sass/_responsive.scss */
  .product-scroll_1 .scroll-category {
    margin-left: -1px;
  }
  /* line 22, ../../sass/mixins/_rtl.scss */
  .rtl .product-scroll_1 .scroll-category {
    margin-right: -1px;
    margin-left: inherit;
  }
}
/* ipad portrait */
@media (min-width: 768px) and (max-width: 992px) {
  /* line 171, ../../sass/_responsive.scss */
  .header-v1 .bo-mainmenu {
    padding: 20px 0;
  }

  /* line 176, ../../sass/_responsive.scss */
  .footer-v1 .block {
    min-height: 200px;
  }
}
/* end ipad portrait */
@media (max-width: 768px) {
  /* line 185, ../../sass/_responsive.scss */
  .logo {
    text-align: center;
  }

  /* line 189, ../../sass/_responsive.scss */
  .header .logo {
    width: 100%;
  }
  /* line 193, ../../sass/_responsive.scss */
  .header .search-cart {
    float: right;
    min-width: 320px;
    margin-right: 10px;
    z-index: 8;
  }
  /* line 11, ../../sass/mixins/_rtl.scss */
  .rtl .header .search-cart {
    float: left;
  }
  /* line 22, ../../sass/mixins/_rtl.scss */
  .rtl .header .search-cart {
    margin-left: 10px;
    margin-right: inherit;
  }

  /* line 203, ../../sass/_responsive.scss */
  .feature-box-v3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 211, ../../sass/_responsive.scss */
  .widget-images,
  .introduce-banner {
    text-align: center;
    margin-bottom: 20px;
  }

  /* line 217, ../../sass/_responsive.scss */
  .introduce-banner {
    display: inline-block;
  }

  /* line 220, ../../sass/_responsive.scss */
  .widget-inner.introduce {
    text-align: center;
  }

  /* line 223, ../../sass/_responsive.scss */
  .introduce-banner .image-item {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 224, ../../sass/_responsive.scss */
  .introduce-banner .image-item:before {
    display: none;
  }
  /* line 228, ../../sass/_responsive.scss */
  .introduce-banner .image-item:hover img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 234, ../../sass/_responsive.scss */
  .introduce-banner .content-introduce .detail {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 238, ../../sass/_responsive.scss */
  .header-v1 .search-cart {
    padding: 10px 0;
  }
  /* line 241, ../../sass/_responsive.scss */
  .header-v1 .navbar-header {
    margin-top: 4px;
  }

  /* line 245, ../../sass/_responsive.scss */
  .input-group .form-control {
    min-width: 50px;
  }

  /* line 249, ../../sass/_responsive.scss */
  .pav-comment .comment-link {
    display: none;
  }

  /* line 253, ../../sass/_responsive.scss */
  footer h2, footer h3, footer h4, footer h5 {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  /* line 257, ../../sass/_responsive.scss */
  .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* line 261, ../../sass/_responsive.scss */
  .pavcol2 {
    width: 100% !important;
  }

  /* line 265, ../../sass/_responsive.scss */
  .header .logo {
    padding: 25px 0 0;
  }
  /* line 268, ../../sass/_responsive.scss */
  .header .search-cart {
    padding: 12px 0px;
    right: 10px;
  }
  /* line 115, ../../sass/mixins/_rtl.scss */
  .rtl .header .search-cart {
    left: 10px;
    right: auto;
  }

  /* line 273, ../../sass/_responsive.scss */
  .navbar.navbar-mega {
    position: relative;
    z-index: 9;
    width: 40px;
  }

  /* line 278, ../../sass/_responsive.scss */
  footer .pav-newsletter {
    padding: 20px;
    background: #82b1ff;
  }
}
/* iphone 5 landscape  */
@media (max-width: 428px) {
  /* line 288, ../../sass/_responsive.scss */
  .product-view .btn-cart {
    margin-top: 10px;
  }
}
/* end iphone 5 landscape  */
/* iphone 4 + 5 portrait */
@media (max-width: 480px) {
  /* line 302, ../../sass/_responsive.scss */
  .introduce-banner {
    display: block;
  }

  /* line 305, ../../sass/_responsive.scss */
  .minibasket .dropdown-menu {
    min-width: 100%;
  }

  /* line 309, ../../sass/_responsive.scss */
  .topbar-v5 .info-topbar,
  .topbar-v5 .top-link {
    width: 100%;
  }
}
/* line 3, ../../sass/skins/blue/addition/_style.scss */
.rtl .navbar-mega .navbar-nav .aligned-center > .dropdown-menu {
  transform: translate(50%);
  -webkit-transform: translate(50%);
  -moz-transform: translate(50%);
  -ms-transform: translate(50%);
  -o-transform: translate(50%);
}
