@charset "UTF-8";
/*!
 * 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(https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT);
/* 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 {
  margin: 0;
}

/* 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 286, ../sass/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 417, ../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: 14px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../sass/bootstrap/_scaffolding.scss */
body {
  /*font-family: "Heebo-Regular";*/
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
  position: relative;
  /*overflow-x: hidden;*/
}

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

/* line 50, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #363636;
  text-decoration: none;
  transition: all ease 0.5s;
}
/* line 54, ../sass/bootstrap/_scaffolding.scss */
a:hover {
  color: #6DB72B;
}

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

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

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

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

/* line 94, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  line-height: 1.5;
  background-color: #ffffff;
  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;
}

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

/* line 113, ../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 80px;
  margin-bottom: 30px;
  border: 0;
  border-top: 3.5px solid #f7f7f7;
}

/* line 125, ../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 141, ../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 159, ../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: "Heebo-Bold";*/
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  color: #6DB72B;
}
/* 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: 22px;
  margin-bottom: 11px;
}
/* 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: 11px;
  margin-bottom: 11px;
}
/* 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: 26px;
}

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

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

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

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

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

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0px;
  font-size: 14px;
}

/* line 63, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 63, ../sass/bootstrap/_type.scss */
  .lead {
    font-size: 22.5px;
  }
}

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

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

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

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

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

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

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

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

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

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

/* line 103, ../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 120, ../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 139, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

/* line 150, ../sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
  list-style: none;
}
.page-pavblog-blog #content ul, .page-pavblog-blog #content ol {
  list-style: unset;
}
/* line 155, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

/* line 175, ../sass/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}
/* line 178, ../sass/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
}

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

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

/* 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: 991px) {
  /* 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: 11px 22px;
  margin: 0 0 22px;
  font-size: 18.75px;
  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.5;
  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 {
  font-style: normal;
  line-height: 1.5;
}

/* line 7, ../sass/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: "Lucida Console", Monaco, monospace;
}

/* 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: 10.5px;
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 1.5;
  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: 10px;
  padding-right: 10px;
}
/* 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: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 1300px;
  }
}

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/* 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: -10px;
  margin-right: -10px;
}
/* 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: 10px;
  padding-right: 10px;
}

/* 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: 22px;
}
/* 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.2;
}
/* line 40, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dedede;
}
/* line 49, ../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 56, ../sass/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #dedede;
}
/* line 61, ../sass/bootstrap/_tables.scss */
.table .table {
  background-color: #ffffff;
}

/* line 74, ../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 87, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #DDDDDD;
}
/* line 93, ../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 #DDDDDD;
}
/* line 100, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

/* line 142, ../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 170, ../sass/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 170, ../sass/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dedede;
  }
  /* line 182, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 190, ../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 199, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 207, ../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 211, ../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 224, ../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: 15px;
  margin-top: 10px;
  line-height: inherit;
  color: #999999;
  text-transform: uppercase;
  border: 0;
}

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

/* 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: 4px 0px 0px 0px;
  line-height: normal;
}

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

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

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

/* line 75, ../sass/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 82, ../sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #999999;
}

/* line 113, ../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 9px 20px;
  font-size: 15px;
  height: 40px;
  color: #444444;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  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;
}
/* line 103, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
/* line 107, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
/* line 108, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
/* line 138, ../sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 145, ../sass/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 185, ../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: 42px;
  }
  /* line 189, ../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 194, ../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: 48px;
  }
}
/* line 207, ../sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 216, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 9px;
}
/* line 223, ../sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 231, ../sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  top: 0px;
}

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

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

/* line 268, ../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 277, ../sass/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

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

/* line 299, ../sass/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 37px;
}
/* line 307, ../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: 13px;
  line-height: 1.4;
  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 325, ../sass/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 0px;
}
/* line 332, ../sass/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 336, ../sass/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 340, ../sass/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.4;
}

/* 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: 48px;
  padding: 10px 16px;
  font-size: 19px;
  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: 48px;
  line-height: 48px;
}

/* 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 351, ../sass/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0px;
}
/* line 358, ../sass/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
/* line 362, ../sass/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 366, ../sass/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 41px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333;
}

/* line 380, ../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 385, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 52.5px;
}

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

/* line 402, ../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: 48px;
  height: 48px;
  line-height: 48px;
}

/* line 409, ../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 431, ../sass/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
/* line 434, ../sass/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  /* line 470, ../sass/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 477, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 484, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 488, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 492, ../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 500, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 504, ../sass/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 511, ../sass/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 518, ../sass/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 522, ../sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 529, ../sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 551, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 561, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
/* line 567, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
/* 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;
}
.form-horizontal .control-label {
    color: #333333;
    font-size: 14px;
}
@media (min-width: 768px) {
  /* line 574, ../sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    margin-bottom: 0;
  }
}
/* line 584, ../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  /* line 594, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  /* line 602, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

/* line 8, ../sass/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  /*font-family: "Heebo-Bold";*/
  padding: 9px 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 29, ../sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
}
/* line 36, ../sass/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
}
/* line 41, ../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 52, ../sass/bootstrap/_buttons.scss */
a.btn {
  line-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 56, ../sass/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 66, ../sass/bootstrap/_buttons.scss */
.btn-default {
  color: #ffffff;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* 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: #ffffff;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* 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: #fff;
  border-color: #ccc;
}
/* line 56, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #ffffff;
}

/* line 69, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #6DB72B;
  border-color: #6DB72B;
  border-radius: 30px;
  text-transform: uppercase;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: black;
}
/* line 17, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #080808;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #080808;
}
/* 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: #080808;
  border-color: black;
}
/* 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: #333;
  border-color: #262626;
}
/* line 56, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #333;
  background-color: #fff;
}

/* line 73, ../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 77, ../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 81, ../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 85, ../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 93, ../sass/bootstrap/_buttons.scss */
.btn-link {
  color: #363636;
  font-weight: normal;
  border-radius: 0;
}
/* line 98, ../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 106, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 112, ../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #6DB72B;
  background-color: transparent;
}
/* line 120, ../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 132, ../sass/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0px;
}

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

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

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

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

/* line 162, ../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;
  visibility: hidden;
}
/* line 22, ../sass/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
  visibility: visible;
}

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

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

/* line 31, ../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 1, ../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 12, ../sass/bootstrap/_dropdowns.scss */
.dropup, .dropdown {
  position: relative;
}

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

/* line 18, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  min-width: 175px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: left;
  background-color: #fff;
  visibility: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  top: 130%;
  display: block;
  transition: all ease 0.35s;
}
/* line 33, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 37, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 40, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 6px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #222222;
  white-space: nowrap;
}

/* line 50, ../sass/bootstrap/_dropdowns.scss */
.dropdown {
  display: block;
}
/* line 53, ../sass/bootstrap/_dropdowns.scss */
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* line 64, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #6DB72B;
}

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

/* line 76, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 79, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

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

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

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

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

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

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

/* line 123, ../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 129, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 991px) {
  /* line 137, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 141, ../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;
  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 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: 9px 20px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ededed;
  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: 13px;
  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: 19px;
  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;
}
/* line 142, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: 6px;
  margin-right: auto;
}
/* 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 162, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
}

/* line 174, ../sass/bootstrap/_input-groups.scss */
.rtl .input-group-btn > .btn + .btn {
  margin-right: 6px;
  margin-left: auto;
}

/* 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: 5px 20px;
}
/* line 23, ../sass/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
}
/* 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 46, ../sass/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: #363636;
}
/* line 59, ../sass/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 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 {
  display: block;
}
/* line 79, ../sass/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
}
/* line 87, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
  line-height: 1.5;
}
/* line 93, ../sass/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #333333;
  font-weight: 700;
  cursor: default;
  text-transform: uppercase;
}

/* line 112, ../sass/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 116, ../sass/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0px;
}
/* line 119, ../sass/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 125, ../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 138, ../sass/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 140, ../sass/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

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

/* line 184, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 187, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
/* line 193, ../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 200, ../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 204, ../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 218, ../sass/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 221, ../sass/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 231, ../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;
}
/* 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: 991px) {
  /* 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: 991px) {
  /* line 31, ../sass/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  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: 991px) {
  /* 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;
    visibility: visible !important;
  }
  /* line 76, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 82, ../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 93, ../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 93, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 109, ../sass/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 991px) {
  /* line 109, ../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 129, ../sass/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 991px) {
  /* line 129, ../sass/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

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

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

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

/* line 164, ../sass/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 14px 10px;
  font-size: 19px;
  line-height: 22px;
  height: 50px;
}
/* line 171, ../sass/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 176, ../sass/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 991px) {
  /* line 181, ../sass/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

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

/* line 236, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 990px) {
  /* line 244, ../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 252, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 256, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  /* line 258, ../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: 991px) {
  /* line 233, ../sass/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 271, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 273, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/* line 287, ../sass/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  /* line 470, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 477, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 484, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 488, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 492, ../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 500, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 504, ../sass/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 511, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 518, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 522, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 529, ../sass/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 990px) {
  /* line 299, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 303, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  /* line 287, ../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 328, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 333, ../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 344, ../sass/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}
/* line 347, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 350, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 360, ../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 991px) {
  /* line 360, ../sass/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

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

  /* line 383, ../sass/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  /* line 387, ../sass/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 402, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #363636;
}
/* line 404, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #1d1d1d;
  background-color: transparent;
}
/* line 411, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 416, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #363636;
}
/* line 419, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #6DB72B;
  background-color: transparent;
}
/* line 426, ../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 434, ../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 443, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 445, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 449, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 454, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 463, ../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: 990px) {
  /* line 474, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #363636;
  }
  /* line 476, ../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: #6DB72B;
    background-color: transparent;
  }
  /* line 483, ../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 491, ../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 507, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #363636;
}
/* line 509, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #6DB72B;
}
/* line 514, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #363636;
}
/* line 516, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #6DB72B;
}
/* line 522, ../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 532, ../sass/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 536, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 538, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 545, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 550, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 553, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 560, ../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 568, ../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 578, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 580, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 584, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 589, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 597, ../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: 990px) {
  /* line 608, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 611, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 614, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 616, ../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 623, ../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 631, ../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 642, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 644, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 649, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 651, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 657, ../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;
}

/***** Breadcrumb page theme *****/
/* line 3, ../sass/bootstrap/_breadcrumbs.scss */
div.breadcrumb {
  padding: 15px 0px;
  position: relative;
  margin-bottom: 35px;
  border-bottom: 1px solid #CCCCCC;
}
/* line 8, ../sass/bootstrap/_breadcrumbs.scss */
div.breadcrumb ul li:first-child a {
    font-size: 15px;
}
div.breadcrumb a {
  /*font-family: "Heebo-Regular";*/
  font-size: 13px;
  color: #666666;
}
/* line 12, ../sass/bootstrap/_breadcrumbs.scss */
div.breadcrumb a:hover {
  color: #FF3F00;
}
/* line 16, ../sass/bootstrap/_breadcrumbs.scss */
div.breadcrumb ul {
  padding: 0px;
  margin: 0px;
}
/* line 19, ../sass/bootstrap/_breadcrumbs.scss */
div.breadcrumb ul li {
  display: inline-block;
  position: relative;
  color: #363636;
  margin-right: 30px;
}
/* line 24, ../sass/bootstrap/_breadcrumbs.scss */
div.breadcrumb ul li + li:before {
  content: "\f101";
  position: absolute;
  top: 3px;
  left: -20px;
  font-family: 'FontAwesome';
}
/* line 31, ../sass/bootstrap/_breadcrumbs.scss */
div.breadcrumb ul li:last-child a {
  color: #FF3F00;
}
/* line 33, ../sass/bootstrap/_breadcrumbs.scss */
div.breadcrumb ul li:last-child a:hover {
  color: #FF3F00;
}

/***** Breadcrumb page default *****/
/* line 44, ../sass/bootstrap/_breadcrumbs.scss */
ul.breadcrumb {
  padding: 15px 0px;
  position: relative;
  margin-bottom: 50px;
  border-bottom: 1px solid #f0f0f0;
}
/* line 49, ../sass/bootstrap/_breadcrumbs.scss */
ul.breadcrumb a {
  /*font-family: "Heebo-Light";*/
  font-size: 16px;
  color: #363636;
}
/* line 53, ../sass/bootstrap/_breadcrumbs.scss */
ul.breadcrumb a:hover {
  color: #6DB72B;
}
/* line 57, ../sass/bootstrap/_breadcrumbs.scss */
ul.breadcrumb li {
  display: inline-block;
  position: relative;
  color: #363636;
  margin-right: 30px;
}
/* line 62, ../sass/bootstrap/_breadcrumbs.scss */
ul.breadcrumb li + li:before {
  content: "\f105";
  position: absolute;
  left: -20px;
  font-family: 'FontAwesome';
}
/* line 69, ../sass/bootstrap/_breadcrumbs.scss */
ul.breadcrumb li:last-child a {
  color: #6DB72B;
}
/* line 71, ../sass/bootstrap/_breadcrumbs.scss */
ul.breadcrumb li:last-child a:hover {
  color: #6DB72B;
}

/* line 1, ../sass/bootstrap/_pagination.scss */
.paging {
  border-top: 1px solid #CCCCCC;
  padding-top: 25px;
  font-size: 14px;
}
/* line 5, ../sass/bootstrap/_pagination.scss */
.paging .text-right {
  padding-top: 5px;
}

/* line 9, ../sass/bootstrap/_pagination.scss */
.pagination {
  padding: 0px;
  margin-bottom: 0px;
}
/* line 12, ../sass/bootstrap/_pagination.scss */
.pagination li {
  display: inline-block;
  margin-right: 5px;
}
/* line 15, ../sass/bootstrap/_pagination.scss */
.pagination li span, .pagination li a {
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  background: none;
  display: block;
  font-weight: bold;
  font-size: 13px;
  transition: all ease 0.35s;
  color: #333333;
}
/* line 27, ../sass/bootstrap/_pagination.scss */
.pagination li.active span {
  background: #FF4000;
  color: #ffffff;
}
/* line 32, ../sass/bootstrap/_pagination.scss */
.pagination li:hover a {
  background: #FF4000;
  color: #ffffff;
}

/* line 41, ../sass/bootstrap/_pagination.scss */
.rtl .pagination li {
  margin-left: 5px;
}

/* line 6, ../sass/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 22px 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: none;
  border: 1px solid #000000;
  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: none;
  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: 13px;
  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: 23px;
  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: 68px;
  }
}

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  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;
  font-size: 15px;
}
/* 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: 22px;
  margin-bottom: 22px;
  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: 13px;
  line-height: 22px;
  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: 25px;
}
/* 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;
  font-size: 14px;
  color: #333333;
}

/* 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: 10px;
}

/* 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: 0px;
  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: #363636;
}
/* line 50, ../sass/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #363636;
}
/* 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: #6DB72B;
}

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

/* line 70, ../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 78, ../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 81, ../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 87, ../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 96, ../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 101, ../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 123, ../sass/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

/* line 7, ../sass/bootstrap/_panels.scss */
.panel {
  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 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 > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 29, ../sass/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  /*font-family: "Heebo-ExtraBold";*/
  line-height: 1;
  color: #333333;
  text-transform: uppercase;
}
/* line 38, ../sass/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

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

/* line 62, ../sass/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 66, ../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 73, ../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 81, ../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 88, ../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 95, ../sass/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

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

/* line 109, ../sass/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 114, ../sass/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 120, ../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 126, ../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 130, ../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 134, ../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 142, ../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 148, ../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 152, ../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 156, ../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 163, ../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 #dedede;
}
/* line 169, ../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 173, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 180, ../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 184, ../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 193, ../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 202, ../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 209, ../sass/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 221, ../sass/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 22px;
}
/* line 225, ../sass/bootstrap/_panels.scss */
.panel-group .panel {
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 0px;
}
/* line 229, ../sass/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 20px;
}
/* line 234, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 237, ../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 243, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 245, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 253, ../sass/bootstrap/_panels.scss */
.panel-default {
  /*  border-color: $border; */
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #222222;
  position: relative;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 18, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6DB72B;
  margin-top: 10px;
  padding-top: 20px;
}
/* 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 256, ../sass/bootstrap/_panels.scss */
.panel-primary {
  /*  border-color: $border; */
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #222222;
  position: relative;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 18, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #333;
  margin-top: 10px;
}
/* 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 259, ../sass/bootstrap/_panels.scss */
.panel-success {
  /*  border-color: $border; */
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #222222;
  position: relative;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 18, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dff0d8;
  margin-top: 10px;
}
/* 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 262, ../sass/bootstrap/_panels.scss */
.panel-info {
  /*  border-color: $border; */
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #222222;
  position: relative;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 18, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d9edf7;
  margin-top: 10px;
}
/* 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 265, ../sass/bootstrap/_panels.scss */
.panel-warning {
  /*  border-color: $border; */
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #222222;
  position: relative;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 18, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fcf8e3;
  margin-top: 10px;
}
/* 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 268, ../sass/bootstrap/_panels.scss */
.panel-danger {
  /*  border-color: $border; */
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #222222;
  position: relative;
  /* background-color: $heading-bg-color; */
  /* border-color: $heading-border; */
}
/* line 18, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2dede;
  margin-top: 10px;
}
/* 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 1, ../sass/bootstrap/_wells.scss */
.well {
  min-height: 360px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
/* line 8, ../sass/bootstrap/_wells.scss */
.well a {
  margin-top: 8px;
  display: block;
}
/* line 12, ../sass/bootstrap/_wells.scss */
.well h2 {
  font-size: 24px;
  /*font-family: "Heebo-Regular";*/
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}
/* line 19, ../sass/bootstrap/_wells.scss */
.well p {
  margin-bottom: 20px;
}
/* line 22, ../sass/bootstrap/_wells.scss */
.well .form-group {
  margin: 0px 0px 15px 0px;
}
/* line 25, ../sass/bootstrap/_wells.scss */
.well .form-group:last-child a {
  color: #999999;
  margin-bottom: 5px;
}
/* line 28, ../sass/bootstrap/_wells.scss */
.well .form-group:last-child a:hover {
  color: #6DB72B;
}
/* line 34, ../sass/bootstrap/_wells.scss */
.well .btn {
  width: 100px;
  line-height: 40px;
  padding: 0px;
}

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

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

/***** Affiliate *****/
/* line 52, ../sass/bootstrap/_wells.scss */
.page-affiliate-login h1 {
  margin-top: 0px;
}
/* line 55, ../sass/bootstrap/_wells.scss */
.page-affiliate-login .well {
  margin-top: 35px;
}

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

/* line 29, ../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.5px;
}

/* 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.5;
}

/* 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: "Heebo-Regular";*/
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  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;
  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: "Heebo-Regular";*/
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  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: 15px;
  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: 15px;
  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;
  color: #FF4000;
  box-shadow: 0 0 0 0px #ffffff inset;
  background: #ffffff;
  border: 1px solid #FF4000;
  border-radius: 50%;
  transition: all ease 0.6s;
  text-align: center;
}
/* line 117, ../sass/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
}
/* line 123, ../sass/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 0 15px #FF4000 inset;
}
/* line 132, ../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 142, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 147, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 152, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 160, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 165, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 176, ../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 187, ../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 209, ../sass/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 220, ../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 231, ../sass/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 242, ../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 251, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 255, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

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

  /* line 269, ../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/module/_autosearch.scss */
.search_block {
  height: 40px;
  width: calc(100% - 60px);
}
/* line 4, ../sass/module/_autosearch.scss */
.search_block form {
  border-radius: 30px;
}
/* line 7, ../sass/module/_autosearch.scss */
.search_block .dropdown-menu {
  transform: none;
  visibility: visible;
  opacity: 1;
  width: calc(100% - 60px);
  min-width: auto;
  padding: 0px 15px;
  max-height: 443px;
  overflow: auto;
}
/* line 16, ../sass/module/_autosearch.scss */
.search_block .dropdown-menu li.media {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #f0f0f0;
}
/* line 20, ../sass/module/_autosearch.scss */
.search_block .dropdown-menu li.media:last-child {
  margin-bottom: 15px;
  padding-bottom: 0px;
  border-bottom: none;
}
/* line 25, ../sass/module/_autosearch.scss */
.search_block .dropdown-menu li.media .media-left {
  padding: 0px;
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .search_block .dropdown-menu li.media .media-left {
  float: right;
}
/* line 29, ../sass/module/_autosearch.scss */
.search_block .dropdown-menu li.media .media-body {
  float: right;
  width: calc(100% - 90px);
  display: inline-block;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .search_block .dropdown-menu li.media .media-body {
  float: left;
}
/* line 33, ../sass/module/_autosearch.scss */
.search_block .dropdown-menu li.media .media-body a {
  font-size: 14px;
  /*font-family: "Heebo-Bold";*/
  max-height: 41px;
  overflow: hidden;
  display: block;
}
/* line 40, ../sass/module/_autosearch.scss */
.search_block .dropdown-menu li.media .media-body div {
  /*font-family: "Heebo-Bold";*/
  font-size: 16px;
  margin-top: 5px;
  color: #6DB72B;
}
/* line 45, ../sass/module/_autosearch.scss */
.search_block .dropdown-menu li.media .media-body div span, .search_block .dropdown-menu li.media .media-body div br {
  display: none;
}
/* line 52, ../sass/module/_autosearch.scss */
.search_block .category_filter {
  position: relative;
  background: #f7f7f7;
  width: 145px;
  font-size: 13px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
/* line 59, ../sass/module/_autosearch.scss */
.search_block .category_filter:before {
  content: "\f107";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  font-size: 13px;
  line-height: 1;
  color: #666666;
  font-family: 'FontAwesome', Verdana;
  pointer-events: none;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .search_block .category_filter:before {
  left: 20px;
  right: auto;
}
/* line 71, ../sass/module/_autosearch.scss */
.search_block .category_filter select {
  padding: 0px 35px 0px 20px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #666666;
  width: 100%;
}
/* line 35, ../sass/mixins/_rtl.scss */
.rtl .search_block .category_filter select {
  padding: 0px 20px 0px 35px;
}
/* line 81, ../sass/module/_autosearch.scss */
.search_block .category_filter select option {
  background: #FFFFFF;
}
/* line 86, ../sass/module/_autosearch.scss */
.search_block .search {
  width: calc(100% - 145px);
  position: relative;
}
/* line 89, ../sass/module/_autosearch.scss */
.search_block .search input {
  padding: 0px 15px;
  height: 40px;
  border: none;
  color: #cccccc !important;
  width: calc(100% - 60px);
}
/* line 96, ../sass/module/_autosearch.scss */
.search_block .search button {
  border: none;
  background: #FFFFFF;
  position: absolute;
  height: 40px;
  width: 60px;
  color: #000000;
  right: 0px;
  top: 0px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .search_block .search button {
  left: 0px;
  right: auto;
}

/* line 112, ../sass/module/_autosearch.scss */
.rtl .search_block .category_filter {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 119, ../sass/module/_autosearch.scss */
.rtl .search_block .search button {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 2, ../sass/module/_megamenu.scss */
.megamenu .new, .megamenu .hot, .megamenu .sale, #offcanvasmenu .new, #offcanvasmenu .hot, #offcanvasmenu .sale {
  color: #FFFFFF;
  font-size: 10px;
  height: 16px;
  line-height: 15px;
  padding: 0 4px;
  position: absolute;
  right: 31%;
  text-align: center;
  text-transform: uppercase;
  top: -5px;
  transform: translateZ(0px);
  border-radius: 2px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .megamenu .new, .rtl .megamenu .hot, .rtl .megamenu .sale, .rtl #offcanvasmenu .new, .rtl #offcanvasmenu .hot, .rtl #offcanvasmenu .sale {
  left: 31%;
  right: auto;
}
/* line 15, ../sass/module/_megamenu.scss */
.megamenu .new:before, .megamenu .hot:before, .megamenu .sale:before, #offcanvasmenu .new:before, #offcanvasmenu .hot:before, #offcanvasmenu .sale:before {
  border-style: solid;
  border-width: 5px 0 0 5px;
  bottom: -4px;
  content: "";
  right: 45%;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.3s;
  transition-property: bottom;
  z-index: -1;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .megamenu .new:before, .rtl .megamenu .hot:before, .rtl .megamenu .sale:before, .rtl #offcanvasmenu .new:before, .rtl #offcanvasmenu .hot:before, .rtl #offcanvasmenu .sale:before {
  left: 45%;
  right: auto;
}
/* line 28, ../sass/module/_megamenu.scss */
.megamenu .new, #offcanvasmenu .new {
  background-color: #4293ef;
}
/* line 30, ../sass/module/_megamenu.scss */
.megamenu .new:before, #offcanvasmenu .new:before {
  border-color: #4293ef transparent transparent;
}
/* line 34, ../sass/module/_megamenu.scss */
.megamenu .hot, #offcanvasmenu .hot {
  background-color: #ef4a42;
}
/* line 36, ../sass/module/_megamenu.scss */
.megamenu .hot:before, #offcanvasmenu .hot:before {
  border-color: #ef4a42 transparent transparent;
}
/* line 40, ../sass/module/_megamenu.scss */
.megamenu .sale, #offcanvasmenu .sale {
  background-color: #61c30b;
}
/* line 42, ../sass/module/_megamenu.scss */
.megamenu .sale:before, #offcanvasmenu .sale:before {
  border-color: #61c30b transparent transparent;
}

/* line 48, ../sass/module/_megamenu.scss */
.megamenu {
  /***** Style widget on megamenu *****/
}
/* line 51, ../sass/module/_megamenu.scss */
.megamenu .dropdown:hover .dropdown-toggle:after {
  width: 100%;
  opacity: 1;
}
/* line 61, ../sass/module/_megamenu.scss */
.megamenu > li > a {
  display: block;
  padding: 0px 35px;
  /*font-family: "Heebo-Bold";*/
  font-size: 15px;
  font-weight: 600;
  position: relative;
  line-height: 62px;
  text-transform: uppercase;
}
/* line 70, ../sass/module/_megamenu.scss */
.megamenu > li > a.dropdown-toggle {
  padding: 0px 50px 0px 35px;
}
/* line 35, ../sass/mixins/_rtl.scss */
.rtl .megamenu > li > a.dropdown-toggle {
  padding: 0px 35px 0px 50px;
}
/* line 73, ../sass/module/_megamenu.scss */
.megamenu > li > a .caret {
  position: absolute;
  right: 45px;
  top: 1px;
  border: none;
  font-weight: 400;
  font-size: 10px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .megamenu > li > a .caret {
  left: 45px;
  right: auto;
}
/* line 80, ../sass/module/_megamenu.scss */
.megamenu > li > a .caret:after {
  /*font-family: 'FontAwesome';
  content: "\f0d7";*/
}
/* line 85, ../sass/module/_megamenu.scss */
.megamenu > li > a:after {
  content: "";
  height: 3px;
  width: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 99, ../sass/module/_megamenu.scss */
.megamenu > li > a:hover:after {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 105, ../sass/module/_megamenu.scss */
.megamenu > li.aligned-fullwidth {
  position: static;
}
/* line 107, ../sass/module/_megamenu.scss */
.megamenu > li.aligned-fullwidth .dropdown-menu {
  width: 100% !important;
  left: 0px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .megamenu > li.aligned-fullwidth .dropdown-menu {
  right: 0px;
  left: auto;
}
/* line 112, ../sass/module/_megamenu.scss */
.megamenu > li.aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-left: 0;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .megamenu > li.aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-right: 0;
  margin-left: inherit;
}
/* line 118, ../sass/module/_megamenu.scss */
.megamenu > li.aligned-right .dropdown-menu {
  left: auto;
  right: 0;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .megamenu > li.aligned-right .dropdown-menu {
  right: auto;
  left: auto;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .megamenu > li.aligned-right .dropdown-menu {
  left: 0;
  right: auto;
}
/* line 123, ../sass/module/_megamenu.scss */
.megamenu > li.aligned-right .dropdown-submenu .dropdown-menu {
  margin-right: 100%;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .megamenu > li.aligned-right .dropdown-submenu .dropdown-menu {
  margin-left: 100%;
  margin-right: inherit;
}
/* line 129, ../sass/module/_megamenu.scss */
.megamenu > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .megamenu > li.aligned-left .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .megamenu > li.aligned-left .dropdown-menu {
  left: auto;
  right: auto;
}
/* line 134, ../sass/module/_megamenu.scss */
.megamenu > li.aligned-left .dropdown-submenu .dropdown-menu {
  margin-left: 100%;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .megamenu > li.aligned-left .dropdown-submenu .dropdown-menu {
  margin-right: 100%;
  margin-left: inherit;
}
/* line 140, ../sass/module/_megamenu.scss */
.megamenu > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  right: auto;
}
/* line 146, ../sass/module/_megamenu.scss */
.megamenu > li.aligned-center .dropdown-submenu .dropdown-menu {
  left: 170%;
}
/* line 151, ../sass/module/_megamenu.scss */
.megamenu > li .dropdown-menu {
  padding: 20px 25px;
  z-index: 100;
}
/* line 154, ../sass/module/_megamenu.scss */
.megamenu > li .dropdown-menu .dropdown-submenu {
  position: relative;
}
/* line 156, ../sass/module/_megamenu.scss */
.megamenu > li .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 130%;
  visibility: hidden;
  opacity: 0;
}
/* line 161, ../sass/module/_megamenu.scss */
.megamenu > li .dropdown-menu .dropdown-submenu .dropdown-toggle {
  color: #363636;
}
/* line 165, ../sass/module/_megamenu.scss */
.megamenu > li .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: calc(100% - 20px);
}
/* line 170, ../sass/module/_megamenu.scss */
.megamenu > li .dropdown-menu .dropdown-submenu:hover > .dropdown-toggle {
  color: #6DB72B;
}
/* line 180, ../sass/module/_megamenu.scss */
.megamenu .dropdown-menu {
  /* widget product-list */
  /* widget video */
}
/* line 181, ../sass/module/_megamenu.scss */
.megamenu .dropdown-menu > .row {
  margin: 0px;
}
/* line 184, ../sass/module/_megamenu.scss */
.megamenu .dropdown-menu .panel-heading .panel-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
  color: #222222;
  font-size: 17px;
  /*font-family: "Heebo-Regular";*/
}
/* line 192, ../sass/module/_megamenu.scss */
.megamenu .dropdown-menu .panel-heading .panel-title:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #6DB72B;
  position: absolute;
  bottom: 0;
}
/* line 201, ../sass/module/_megamenu.scss */
.megamenu .dropdown-menu .panel-body {
  padding: 0px;
}
/* line 204, ../sass/module/_megamenu.scss */
.megamenu .dropdown-menu ul {
  padding: 0px;
}
/* line 206, ../sass/module/_megamenu.scss */
.megamenu .dropdown-menu ul li {
  list-style-type: none;
  margin-top: 14px;
}
/* line 208, ../sass/module/_megamenu.scss */
.megamenu .dropdown-menu ul li a {
  text-transform: none;
  padding: 3px 0px;
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.megamenu .dropdown-menu ul li a:hover {
    color: #E95718;
}
/* line 218, ../sass/module/_megamenu.scss */
.megamenu .dropdown-menu .bg-carousel .panel-heading {
  border: none;
  padding: 0px;
}
/* line 225, ../sass/module/_megamenu.scss */
.megamenu .dropdown-menu .widget-video iframe {
  border: none;
  max-width: 100%;
}

.megamenu .dropdown-menu.level2 {
    position: absolute;
    top: -34px !important;
    left: 24px !important;
    width: 300px;
}

/* line 2, ../sass/module/_newsletter.scss */
.box-newsletter .email {
  height: 42px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  border: 2px solid #6EB72C;
  border-radius: 30px !important;
  -o-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  display: table-cell;
  width: calc(100% - 176px);
  color: #888888;
  font-size: 14px;
}
/* line 13, ../sass/module/_newsletter.scss */
.box-newsletter .btn-newsletter {
  background: #6DB72B;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: #ffffff;
  padding: 0;
  text-transform: uppercase;
  /*font-family: "Heebo-Bold";*/
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  width: 154px;
  margin-left: 18px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .box-newsletter .btn-newsletter {
  margin-right: 10px;
  margin-left: inherit;
}
/* line 25, ../sass/module/_newsletter.scss */
.box-newsletter .btn-newsletter:hover {
  background: #363636;
  color: #FFFFFF;
}
/* line 30, ../sass/module/_newsletter.scss */
.box-newsletter .form-email {
  display: table;
  position: relative;
}
/* line 34, ../sass/module/_newsletter.scss */
.box-newsletter .valid {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  left: 0;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .box-newsletter .valid {
  right: 0;
  left: auto;
}
/* line 40, ../sass/module/_newsletter.scss */
.box-newsletter .valid .alert {
  width: auto;
  margin-top: 20px;
  text-align: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .box-newsletter .valid .alert {
  text-align: right;
}
/* line 46, ../sass/module/_newsletter.scss */
.box-newsletter .custom {
  margin-top: 45px;
}
/* line 48, ../sass/module/_newsletter.scss */
.box-newsletter .custom a {
  display: inline-block;
}

/* line 2, ../sass/module/_verticalmenu.scss */
#pav-verticalmenu .menu-heading {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
/* line 6, ../sass/module/_verticalmenu.scss */
#pav-verticalmenu .menu-heading h4 {
  font-size: 20px;
  line-height: 60px;
  margin: 0px;
  padding: 0px 30px;
}
/* line 12, ../sass/module/_verticalmenu.scss */
#pav-verticalmenu .menu-heading i {
  color: #333333;
  position: absolute;
  right: 30px;
  top: 25px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl #pav-verticalmenu .menu-heading i {
  left: 30px;
  right: auto;
}

/* line 20, ../sass/module/_verticalmenu.scss */
.verticalmenu {
  /***** Style widget on megamenu *****/
}
/* line 21, ../sass/module/_verticalmenu.scss */
.verticalmenu ul {
  padding: 0px;
}
/* line 24, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown {
  display: block;
}
/* line 27, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown:hover .dropdown-menu {
  opacity: 1;
  left: 100%;
  visibility: visible;
  top: 0px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .verticalmenu .dropdown:hover .dropdown-menu {
  right: 100%;
  left: auto;
}
/* line 33, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown:hover .dropdown-toggle {
  box-shadow: 250px 0px 0px 0px #f8f8f8 inset;
  color: #363636;
}
/* line 39, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu {
  right: auto;
  left: 110%;
  top: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  opacity: 0;
  visibility: hidden;
  padding: 30px;
}
/* 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 47, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu li a {
  padding: 5px 20px;
  /*font-family: "Heebo-Regular";*/
  font-size: 13px;
  line-height: 1.5;
  display: block;
}
/* line 54, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu .dropdown-submenu {
  position: relative;
}
/* line 56, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu .dropdown-submenu .dropdown-menu {
  right: auto;
  left: 110%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  opacity: 0;
  visibility: hidden;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .verticalmenu .dropdown-menu .dropdown-submenu .dropdown-menu {
  left: auto;
  right: auto;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .verticalmenu .dropdown-menu .dropdown-submenu .dropdown-menu {
  right: 110%;
  left: auto;
}
/* line 63, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu .dropdown-submenu .dropdown-toggle {
  color: #363636;
}
/* line 67, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  opacity: 1;
  left: 100%;
  visibility: visible;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .verticalmenu .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  right: 100%;
  left: auto;
}
/* line 72, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu .dropdown-submenu:hover > .dropdown-toggle {
  color: #6DB72B;
}
/* line 79, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li {
  width: 100%;
}
/* line 81, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li:after, .verticalmenu .navbar-nav > li:before {
  content: "";
  position: absolute;
  left: 20px;
  height: 1px;
  width: calc(100% - 40px);
  background: #f0f0f0;
  transition: all ease 0.5s;
}
/* line 90, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li:before {
  top: -1px;
}
/* line 93, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li:after {
  bottom: 0px;
}
/* line 96, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li:hover {
  background: #f8f8f8;
}
/* line 98, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li:hover:after, .verticalmenu .navbar-nav > li:hover:before {
  width: 100%;
  left: 0px;
}
/* line 103, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 106, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li:last-child:after {
  display: none;
}
/* line 110, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li > a {
  display: block;
  padding: 14px 30px;
  position: relative;
  color: #666666;
}
/* line 115, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li > a .caret {
  border: none;
  position: absolute;
  right: 35px;
  top: 15px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .verticalmenu .navbar-nav > li > a .caret {
  left: 35px;
  right: auto;
}
/* line 120, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li > a .caret:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 15px;
  font-weight: normal;
  color: #bbbbbb;
}
/* line 128, ../sass/module/_verticalmenu.scss */
.verticalmenu .navbar-nav > li > a:hover {
  color: #363636;
}
/* line 137, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu {
  /* widget product-list */
  /* widget video */
}
/* line 138, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu > .row {
  margin: 0px;
}
/* line 141, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu .panel-heading .panel-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  color: #222222;
  font-size: 15px;
}
/* line 148, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu .panel-heading .panel-title:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #6DB72B;
  position: absolute;
  bottom: 0;
}
/* line 157, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu .panel-body {
  padding: 0px;
}
/* line 160, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu ul {
  padding: 0px;
}
/* line 162, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu ul li {
  list-style-type: none;
}
/* line 164, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu ul li a {
  padding: 10px 0px;
  /*font-family: "Heebo-Regular";*/
  font-size: 15px;
  line-height: 1.5;
  display: block;
}
/* line 176, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu .bg-carousel .panel-heading {
  border: none;
  padding: 0px;
}
/* line 183, ../sass/module/_verticalmenu.scss */
.verticalmenu .dropdown-menu .widget-video iframe {
  border: none;
}

/* line 2, ../sass/module/_testimonial.scss */
.panel-testimonial .panel-headings {
  text-align: center;
}
/* line 6, ../sass/module/_testimonial.scss */
.panel-testimonial .pavtestimonial .owl-carousel.owl-theme {
  padding-top: 29px;
  padding-bottom: 29px;
}

/* line 13, ../sass/module/_testimonial.scss */
.home4 .panel-testimonial .panel-headings {
  text-align: center;
}
/* line 15, ../sass/module/_testimonial.scss */
.home4 .panel-testimonial .panel-headings .panel-title {
  color: #fff;
}
/* line 19, ../sass/module/_testimonial.scss */
.home4 .panel-testimonial .pavtestimonial {
  margin-top: 50px;
  text-align: center;
}
/* line 23, ../sass/module/_testimonial.scss */
.home4 .panel-testimonial .testimonial-item {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
/* line 28, ../sass/module/_testimonial.scss */
.home4 .panel-testimonial .profile {
  margin: 27px 0;
  font-size: 18px;
  color: #fff;
  /*font-family: "Heebo-Light";*/
  line-height: 28px;
  font-style: italic;
  position: relative;
  text-indent: 20px;
}
/* line 37, ../sass/module/_testimonial.scss */
.home4 .panel-testimonial .profile:before {
  position: absolute;
  top: 0px;
  left: -20px;
  font-size: 15px;
  color: #6DB72B;
  font-family: FontAwesome;
  content: "\f10d";
}
/* line 47, ../sass/module/_testimonial.scss */
.home4 .panel-testimonial .testimonial-author {
  font-size: 14px;
  color: #fff;
}
/* line 50, ../sass/module/_testimonial.scss */
.home4 .panel-testimonial .testimonial-author span {
  color: #6DB72B;
  /*font-family: "Heebo-Regular";*/
}

/* line 61, ../sass/module/_testimonial.scss */
.home5 .panel-testimonial .panel-headings .panel-title {
  color: #363636;
}
/* line 65, ../sass/module/_testimonial.scss */
.home5 .panel-testimonial .pavtestimonial {
  margin-top: 65px;
}
/* line 68, ../sass/module/_testimonial.scss */
.home5 .panel-testimonial .t-avatar {
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .home5 .panel-testimonial .t-avatar {
  float: right;
}
/* line 71, ../sass/module/_testimonial.scss */
.home5 .panel-testimonial .testimonial-info.clearfix {
  overflow: hidden;
  padding: 0 30px;
}
/* line 75, ../sass/module/_testimonial.scss */
.home5 .panel-testimonial .profile {
  color: #666666;
  font-size: 16px;
  /*font-family: "Heebo-Regular";*/
  line-height: 28px;
  font-style: italic;
  text-indent: 20px;
  position: relative;
  margin-bottom: 23px;
}
/* line 84, ../sass/module/_testimonial.scss */
.home5 .panel-testimonial .profile:before {
  position: absolute;
  left: -20px;
  top: 0px;
  font-size: 15px;
  color: #6DB72B;
  font-family: FontAwesome;
  content: "\f10d";
}
/* line 94, ../sass/module/_testimonial.scss */
.home5 .panel-testimonial .testimonial-author {
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
/* line 98, ../sass/module/_testimonial.scss */
.home5 .panel-testimonial .testimonial-author span {
  color: #6DB72B;
  /*font-family: "Heebo-Medium";*/
  font-style: normal;
}

/* line 1, ../sass/module/_deals.scss */
.tabs-deal {
  margin-top: 35px;
  margin-bottom: 25px;
}
/* line 4, ../sass/module/_deals.scss */
.tabs-deal ul {
  padding: 0px;
  margin-bottom: 0px;
}
/* line 8, ../sass/module/_deals.scss */
.tabs-deal a {
  /*font-family: "Heebo-Regular";*/
  font-size: 20px;
  padding: 0px;
  padding-bottom: 13px;
  display: inline-block;
  margin-bottom: -1px;
  line-height: 1;
  height: 36px;
}
/* line 18, ../sass/module/_deals.scss */
.tabs-deal li {
  margin-right: 40px;
  float: left;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .tabs-deal li {
  margin-left: 40px;
  margin-right: inherit;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .tabs-deal li {
  float: right;
}
/* line 22, ../sass/module/_deals.scss */
.tabs-deal li.active a {
  /*font-family: "Heebo-Bold";*/
  border-bottom: 3px solid #6DB72B;
}

@media (min-width: 768px) {
  /* line 32, ../sass/module/_deals.scss */
  .product-list .product-deals .product-img {
    width: 380px;
  }
  /* line 35, ../sass/module/_deals.scss */
  .product-list .product-deals .product-meta {
    width: calc(100% - 410px);
  }
  /* line 40, ../sass/module/_deals.scss */
  .product-list .product-deals .footer-deals ul {
    margin: 0px;
    width: 270px;
    float: left;
  }
  /* line 11, ../sass/mixins/_rtl.scss */
  .rtl .product-list .product-deals .footer-deals ul {
    float: right;
  }
}
/* line 50, ../sass/module/_deals.scss */
.footer-deals {
  margin-bottom: 20px;
}
/* line 52, ../sass/module/_deals.scss */
.footer-deals ul {
  font-size: 13px;
  color: #363636;
  margin-bottom: 0px;
}
/* line 57, ../sass/module/_deals.scss */
.footer-deals ul li {
  text-align: center;
  width: 25%;
  float: left;
  border-left: 1px solid #ffd924;
  /*font-family: "Heebo-Bold";*/
  font-size: 12px;
  padding: 3px 0px;
  background: #6DB72B;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .footer-deals ul li {
  float: right;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .footer-deals ul li {
  border-right: 1px solid #ffd924;
  border-left: inherit;
}
/* line 66, ../sass/module/_deals.scss */
.footer-deals ul li .countdown_num {
  /*font-family: "Heebo-Black";*/
  font-size: 20px;
  border-bottom: 1px solid #ffd924;
  margin-bottom: 3px;
  position: relative;
}
/* line 72, ../sass/module/_deals.scss */
.footer-deals ul li .countdown_num:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../image/deal-footer.png") no-repeat;
  position: absolute;
  z-index: 2;
  right: -11px;
  bottom: -11px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .footer-deals ul li .countdown_num:after {
  left: -11px;
  right: auto;
}
/* line 85, ../sass/module/_deals.scss */
.footer-deals ul li:last-child .countdown_num:after {
  display: none;
}

/*-------------widget-product-deals-------------------*/
/* line 98, ../sass/module/_deals.scss */
.widget-product-deals .product-deals .product-img {
  width: 50%;
}
/* line 101, ../sass/module/_deals.scss */
.widget-product-deals .product-deals .product-meta {
  width: 50%;
}
/* line 105, ../sass/module/_deals.scss */
.widget-product-deals .rating {
  display: none;
}
/* line 109, ../sass/module/_deals.scss */
.widget-product-deals.style1 .product-meta {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 115, ../sass/module/_deals.scss */
.widget-product-deals.style1 .description p {
  max-height: 45px;
  overflow: hidden;
  font-size: 16px;
  /*font-family: "Heebo-Light";*/
}
/* line 122, ../sass/module/_deals.scss */
.widget-product-deals.style1 .product-block {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 125, ../sass/module/_deals.scss */
.widget-product-deals.style1 .product-block .name {
  font-size: 37px;
  overflow: hidden;
}
/* line 132, ../sass/module/_deals.scss */
.widget-product-deals.style1 .footer-deals ul {
  width: 360px;
}
/* line 136, ../sass/module/_deals.scss */
.widget-product-deals.style1 .footer-deals ul li .countdown_num {
  font-size: 28px;
}
/* line 144, ../sass/module/_deals.scss */
.widget-product-deals.style2 .panel-heading {
  text-align: center;
}
/* line 148, ../sass/module/_deals.scss */
.widget-product-deals.style2.product-list .product-meta {
  padding-left: 15px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .widget-product-deals.style2.product-list .product-meta {
  padding-right: 15px;
  padding-left: inherit;
}
/* line 150, ../sass/module/_deals.scss */
.widget-product-deals.style2.product-list .product-meta .description {
  display: none;
}
/* line 153, ../sass/module/_deals.scss */
.widget-product-deals.style2.product-list .product-meta .group-action {
  margin-left: 0;
  margin-right: 0;
  margin-top: 12px;
}
/* line 160, ../sass/module/_deals.scss */
.widget-product-deals.style2 .product-block {
  padding: 30px 20px;
  margin-bottom: 0px;
}
/* line 163, ../sass/module/_deals.scss */
.widget-product-deals.style2 .product-block .name {
  font-size: 25px;
  overflow: hidden;
}

/*END*/
/***** Blog page *****/
/* line 3, ../sass/module/_blogs.scss */
.pav-header a span.fa-rss {
  color: orange !important;
}

/* line 7, ../sass/module/_blogs.scss */
.page-pavblog-blogs .blog-item, .page-pavblog-category .blog-item {
  margin-bottom: 59px;
}
/* line 10, ../sass/module/_blogs.scss */
.page-pavblog-blogs .blog-image, .page-pavblog-category .blog-image {
  margin-bottom: 25px;
}
/* line 13, ../sass/module/_blogs.scss */
.page-pavblog-blogs .blog-body, .page-pavblog-category .blog-body {
  margin-bottom: 20px;
}
/* line 16, ../sass/module/_blogs.scss */
.page-pavblog-blogs .created, .page-pavblog-category .created {
  width: 70px;
  height: 67px;
  background: #F6F6F6;
  text-align: center;
  padding-top: 7px;
}
/* line 21, ../sass/module/_blogs.scss */
.page-pavblog-blogs .created .month, .page-pavblog-category .created .month {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
/* line 24, ../sass/module/_blogs.scss */
.page-pavblog-blogs .created .day, .page-pavblog-category .created .day {
  font-size: 24px;
  font-weight: 700;
  color: #FF4000;
  display: block;
  line-height: 1;
}
/* line 31, ../sass/module/_blogs.scss */
.page-pavblog-blogs .blog-profile, .page-pavblog-category .blog-profile {
  width: calc(100% - 98px);
}
/* line 33, ../sass/module/_blogs.scss */
.page-pavblog-blogs .blog-profile .blog-title, .page-pavblog-category .blog-profile .blog-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0px;
  line-height: 1.4;
  color: #333333;
}
/* line 40, ../sass/module/_blogs.scss */
.page-pavblog-blogs .blog-profile .list-inline, .page-pavblog-category .blog-profile .list-inline {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0px;
}
/* line 44, ../sass/module/_blogs.scss */
.page-pavblog-blogs .blog-profile .list-inline span, .page-pavblog-category .blog-profile .list-inline span {
  color: #6DB72B;
  text-transform: capitalize;
}
/* line 48, ../sass/module/_blogs.scss */
.page-pavblog-blogs .blog-profile .list-inline li, .page-pavblog-category .blog-profile .list-inline li {
  padding-right: 6px;
  margin-right: 5px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .page-pavblog-blogs .blog-profile .list-inline li, .rtl .page-pavblog-category .blog-profile .list-inline li {
  padding-left: 6px;
  padding-right: inherit;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .page-pavblog-blogs .blog-profile .list-inline li, .rtl .page-pavblog-category .blog-profile .list-inline li {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 51, ../sass/module/_blogs.scss */
.page-pavblog-blogs .blog-profile .list-inline li:first-child, .page-pavblog-category .blog-profile .list-inline li:first-child {
  border-right: 1px solid #f0f0f0;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .page-pavblog-blogs .blog-profile .list-inline li:first-child, .rtl .page-pavblog-category .blog-profile .list-inline li:first-child {
  border-left: 1px solid #f0f0f0;
  border-right: inherit;
}

/***** Blog detail page *****/
/* line 62, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-image {
  margin-bottom: 25px;
}
/* line 65, ../sass/module/_blogs.scss */
.page-pavblog-blog .created {
  width: 70px;
  height: 67px;
  background: #F6F6F6;
  text-align: center;
  padding-top: 7px;
}
/* line 70, ../sass/module/_blogs.scss */
.page-pavblog-blog .created .month {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
/* line 73, ../sass/module/_blogs.scss */
.page-pavblog-blog .created .day {
  font-size: 24px;
  font-weight: 700;
  color: #FF4000;
  display: block;
  line-height: 1;
}
/* line 80, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-profile {
  width: calc(100% - 98px);
}
/* line 82, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-profile .blog-title {
  font-size: 24px;
  margin-top: 0px;
  line-height: 1.4;
}
/* line 87, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-profile .list-inline {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0px;
}
/* line 91, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-profile .list-inline span {
  color: #6DB72B;
  text-transform: capitalize;
}
/* line 95, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-profile .list-inline li {
  padding-right: 6px;
  margin-right: 5px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .page-pavblog-blog .blog-profile .list-inline li {
  padding-left: 6px;
  padding-right: inherit;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .page-pavblog-blog .blog-profile .list-inline li {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 98, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-profile .list-inline li:first-child {
  border-right: 1px solid #f0f0f0;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .page-pavblog-blog .blog-profile .list-inline li:first-child {
  border-left: 1px solid #f0f0f0;
  border-right: inherit;
}
/* line 104, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-content {
  margin: 22px 0px 40px 0px;
}
/* line 107, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-tags {
  font-size: 11px;
  text-transform: uppercase;
  /*font-family: "Heebo-Regular";*/
  color: #222222;
  margin-bottom: 15px;
}
/* line 113, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-tags a {
  color: #666666;
}
/* line 115, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-tags a:hover {
  color: #6DB72B;
}
/* line 120, ../sass/module/_blogs.scss */
.page-pavblog-blog .addthis_toolbox {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
/* line 124, ../sass/module/_blogs.scss */
.page-pavblog-blog .same-ralated {
  padding: 15px 0px;
}
/* line 126, ../sass/module/_blogs.scss */
.page-pavblog-blog .same-ralated .panel-title {
  font-size: 18px;
}
/* line 129, ../sass/module/_blogs.scss */
.page-pavblog-blog .same-ralated ul {
  padding: 0px;
}
/* line 131, ../sass/module/_blogs.scss */
.page-pavblog-blog .same-ralated ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .page-pavblog-blog .same-ralated ul li {
  padding-right: 10px;
  padding-left: inherit;
}
/* line 135, ../sass/module/_blogs.scss */
.page-pavblog-blog .same-ralated ul li:before {
  background: #6DB72B;
  content: "";
  height: 3px;
  position: absolute;
  top: 9.5px;
  left: 0px;
  width: 3px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .page-pavblog-blog .same-ralated ul li:before {
  right: 0px;
  left: auto;
}
/* line 144, ../sass/module/_blogs.scss */
.page-pavblog-blog .same-ralated ul li a {
  font-size: 14px;
}
/* line 150, ../sass/module/_blogs.scss */
.page-pavblog-blog .pav-comment {
  border-top: 1px solid #CCCCCC;
}
/* line 152, ../sass/module/_blogs.scss */
.page-pavblog-blog .pav-comment .panel-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  color: #333333;
}
/* line 156, ../sass/module/_blogs.scss */
.page-pavblog-blog .comment-item {
  margin-bottom: 20px;
  margin-top: 0px;
}
/* line 160, ../sass/module/_blogs.scss */
.page-pavblog-blog .comment-wrap {
  overflow: hidden;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  position: relative;
  width: 100%;
  padding: 0px;
}
/* line 167, ../sass/module/_blogs.scss */
.page-pavblog-blog .comment-wrap .comment-meta {
  border-bottom: 1px solid #CCCCCC;
  font-size: 12px;
  padding: 15px;
  position: relative;
}
/* line 172, ../sass/module/_blogs.scss */
.page-pavblog-blog .comment-wrap .comment-meta > span {
  font-weight: bold;
}
/* line 174, ../sass/module/_blogs.scss */
.page-pavblog-blog .comment-wrap .comment-meta > span span {
  font-weight: normal;
}
/* line 179, ../sass/module/_blogs.scss */
.page-pavblog-blog .comment-wrap .comment-description {
  padding: 15px;
}
/* line 184, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-social .social-wrap > div {
  float: left;
}
/* line 187, ../sass/module/_blogs.scss */
.page-pavblog-blog .blog-social .social-heading {
  padding-right: 12px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .page-pavblog-blog .blog-social .social-heading {
  padding-left: 12px;
  padding-right: inherit;
}
/* line 191, ../sass/module/_blogs.scss */
.page-pavblog-blog .comment-link {
  background: #F4F4F4;
  display: block;
  padding: 15px 20px;
  position: absolute;
  right: 0px;
  top: 0;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .page-pavblog-blog .comment-link {
  left: 0px;
  right: auto;
}
/* line 199, ../sass/module/_blogs.scss */
.page-pavblog-blog .comment-text {
  padding: 15px;
}
/* line 203, ../sass/module/_blogs.scss */
.page-pavblog-blog #comment-form .message {
  background: #FCF8E3;
  padding: 12px;
  color: #000;
  margin-bottom: 12px;
  line-height: 30px;
}
/* line 210, ../sass/module/_blogs.scss */
.page-pavblog-blog #comment-form .comment-warning {
  color: #B94A48;
}

/***** Blog category page *****/
/* line 219, ../sass/module/_blogs.scss */
.page-pavblog-category .pav-children h3 {
  font-size: 18px;
  /*font-family: "Heebo-Regular";*/
  line-height: 1;
}
/* line 225, ../sass/module/_blogs.scss */
.page-pavblog-category .children-inner h4 {
  font-weight: 400;
  font-size: 14px;
  /*font-family: "Heebo-Regular";*/
}

/* Column left & Column right */
/* line 240, ../sass/module/_blogs.scss */
.sidebar .category-blog ul {
  padding: 0px;
  margin: 0px;
}
/* line 244, ../sass/module/_blogs.scss */
.sidebar .category-blog li {
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
/* line 247, ../sass/module/_blogs.scss */
.sidebar .category-blog li:last-child {
  border-bottom: none;
}
/* line 250, ../sass/module/_blogs.scss */
.sidebar .category-blog li span.head {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .sidebar .category-blog li span.head {
  left: 0px;
  right: auto;
}
/* line 255, ../sass/module/_blogs.scss */
.sidebar .category-blog li span.head a {
  width: 14px;
  padding: 10px 0px;
  display: block;
  color: #888888;
}
/* line 262, ../sass/module/_blogs.scss */
.sidebar .category-blog li a {
  display: block;
  padding: 10px 0px;
  font-size: 15px;
  color: #333333;
}
/* line 267, ../sass/module/_blogs.scss */
.sidebar .category-blog li ul {
  padding-left: 25px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .sidebar .category-blog li ul {
  padding-right: 25px;
  padding-left: inherit;
}
/* line 269, ../sass/module/_blogs.scss */
.sidebar .category-blog li ul li {
  border: none;
}
/* line 271, ../sass/module/_blogs.scss */
.sidebar .category-blog li ul li:last-child {
  padding-bottom: 10px;
}
/* line 275, ../sass/module/_blogs.scss */
.sidebar .category-blog li ul a {
  padding: 5px 0px;
  color: #999999;
  font-size: 14px;
}
/* line 279, ../sass/module/_blogs.scss */
.sidebar .category-blog li ul a:hover {
  font-weight: 400;
  color: #363636;
}
/* line 287, ../sass/module/_blogs.scss */
.sidebar .latest-posts {
  margin-bottom: 60px;
}
/* line 289, ../sass/module/_blogs.scss */
.sidebar .latest-posts .latest-posts-img {
  margin-bottom: 15px;
  display: none;
}
/* line 292, ../sass/module/_blogs.scss */
.sidebar .latest-posts .latest-posts-img img {
  border-radius: 5px;
}
/* line 296, ../sass/module/_blogs.scss */
.sidebar .latest-posts .latest-posts-profile {
  width: calc(100% - 95px);
}
/* line 299, ../sass/module/_blogs.scss */
.sidebar .latest-posts .latest-posts-title {
  font-size: 14px;
  margin-top: 0px;
  line-height: 1.4;
  color: #333333;
}
/* line 304, ../sass/module/_blogs.scss */
.sidebar .latest-posts .pav-blog-list {
  margin-top: 20px;
}
/* line 308, ../sass/module/_blogs.scss */
.sidebar .latest-posts .latest-posts-profile .list-inline {
  font-size: 12px;
  line-height: 1;
}
/* line 311, ../sass/module/_blogs.scss */
.sidebar .latest-posts .latest-posts-profile .list-inline span {
  color: #6DB72B;
  text-transform: capitalize;
}
/* line 315, ../sass/module/_blogs.scss */
.sidebar .latest-posts .latest-posts-profile .list-inline li {
  padding-right: 6px;
  margin-right: 5px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .sidebar .latest-posts .latest-posts-profile .list-inline li {
  padding-left: 6px;
  padding-right: inherit;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .sidebar .latest-posts .latest-posts-profile .list-inline li {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 318, ../sass/module/_blogs.scss */
.sidebar .latest-posts .latest-posts-profile .list-inline li:first-child {
  border-right: 1px solid #f0f0f0;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .sidebar .latest-posts .latest-posts-profile .list-inline li:first-child {
  border-left: 1px solid #f0f0f0;
  border-right: inherit;
}
/* line 324, ../sass/module/_blogs.scss */
.sidebar .latest-posts .blog-item {
  margin-bottom: 0px;
}
/* line 329, ../sass/module/_blogs.scss */
.sidebar .pavblogs-comments .pav-comment {
  margin-top: 20px;
  border: none;
}
/* line 333, ../sass/module/_blogs.scss */
.sidebar .pavblogs-comments a {
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .sidebar .pavblogs-comments a {
  float: right;
}
/* line 336, ../sass/module/_blogs.scss */
.sidebar .pavblogs-comments .comment {
  float: right;
  width: calc(100% - 70px);
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .sidebar .pavblogs-comments .comment {
  float: left;
}
/* line 339, ../sass/module/_blogs.scss */
.sidebar .pavblogs-comments .comment p {
  max-height: 43px;
  overflow: hidden;
  margin-bottom: 5px;
  margin-top: -6px;
  font-size: 14px;
}
/* line 347, ../sass/module/_blogs.scss */
.sidebar .pavblogs-comments .comment-author {
  color: #6DB72B;
  font-style: italic;
  font-size: 13px;
}

/*widget-blogs */
/* line 359, ../sass/module/_blogs.scss */
.widget-blogs .panel-heading.left {
  text-align: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .panel-heading.left {
  text-align: right;
}
/* line 362, ../sass/module/_blogs.scss */
.widget-blogs .panel-heading.center {
  text-align: center;
}
/* line 365, ../sass/module/_blogs.scss */
.widget-blogs .panel-heading.right {
  text-align: right;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .panel-heading.right {
  text-align: left;
}
/* line 369, ../sass/module/_blogs.scss */
.widget-blogs .created {
  width: 42px;
  text-align: center;
}
/* line 372, ../sass/module/_blogs.scss */
.widget-blogs .created .day {
  display: block;
  background: #ffffff;
  min-height: 38px;
  line-height: 38px;
  font-size: 20px;
  font-weight: 700;
  color: #FF4000;
  /*font-family: "Heebo-Bold";*/
}
/* line 381, ../sass/module/_blogs.scss */
.widget-blogs .created .month {
  display: block;
  min-height: 25px;
  line-height: 25px;
  background: #6DB72B;
  /*font-family: "Heebo-Medium";*/
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
/* line 393, ../sass/module/_blogs.scss */
.widget-blogs .posts-meta .description {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  padding-right: 30px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .posts-meta .description {
  padding-left: 30px;
  padding-right: inherit;
}
/* line 402, ../sass/module/_blogs.scss */
.widget-blogs .posts-meta .profile > a {
  display: block;
}
/* line 405, ../sass/module/_blogs.scss */
.widget-blogs .posts-meta .profile .latest-posts-title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  /*font-family: "Heebo-Medium";*/
  line-height: 24px;
  min-height: 40px;
}
/* line 411, ../sass/module/_blogs.scss */
.widget-blogs .posts-meta .profile .latest-posts-title:hover {
  color: #6DB72B;
}
/* line 415, ../sass/module/_blogs.scss */
.widget-blogs .posts-meta .profile .readmore {
  font-size: 12px;
  font-weight: 600;
  color: #FF4000;
  /*font-style: italic;*/
  text-transform: uppercase;
}
/* line 419, ../sass/module/_blogs.scss */
.widget-blogs .posts-meta .profile .readmore:hover {
  color: #FF4000;
  text-decoration: underline;
}
/* line 427, ../sass/module/_blogs.scss */
.widget-blogs .option1 .latest-posts-body {
  margin: 30px 0 59px;
}
/* line 434, ../sass/module/_blogs.scss */
.widget-blogs .option1 .latest-posts-body .latest-posts-meta {
  margin-top: 25px;
  text-align: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .option1 .latest-posts-body .latest-posts-meta {
  text-align: right;
}
/* line 438, ../sass/module/_blogs.scss */
.widget-blogs .option1 .latest-posts-body .posts-meta {
  margin-bottom: 20px;
}
/* line 440, ../sass/module/_blogs.scss */
.widget-blogs .option1 .latest-posts-body .posts-meta .created {
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .option1 .latest-posts-body .posts-meta .created {
  float: right;
}
/* line 443, ../sass/module/_blogs.scss */
.widget-blogs .option1 .latest-posts-body .posts-meta .profile {
  overflow: hidden;
  padding-left: 15px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .option1 .latest-posts-body .posts-meta .profile {
  padding-right: 15px;
  padding-left: inherit;
}
/* line 448, ../sass/module/_blogs.scss */
.widget-blogs .option1 .latest-posts-body .description {
  padding-right: 30px;
  color: #666666;
  font-size: 14px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .option1 .latest-posts-body .description {
  padding-left: 30px;
  padding-right: inherit;
}
/* line 454, ../sass/module/_blogs.scss */
.widget-blogs .option2 .latest-posts-body {
  margin-top: 40px;
}
/* line 456, ../sass/module/_blogs.scss */
.widget-blogs .option2 .latest-posts-body .latest-posts-meta {
  width: calc(50% - 10px);
  margin-top: 5px;
}
/* line 461, ../sass/module/_blogs.scss */
.widget-blogs .option2 .latest-posts-body .latest-posts-image {
  width: calc(50% - 10px);
  position: relative;
}
/* line 467, ../sass/module/_blogs.scss */
.widget-blogs .option2 .latest-posts-body .latest-posts-image .created {
  position: absolute;
  top: 10px;
  left: 10px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .option2 .latest-posts-body .latest-posts-image .created {
  right: 10px;
  left: auto;
}
/* line 475, ../sass/module/_blogs.scss */
.widget-blogs .option2:first-child {
  margin-top: 10px;
}
/* line 479, ../sass/module/_blogs.scss */
.widget-blogs .option2:nth-child(1) .latest-posts-meta, .widget-blogs .option2:nth-child(3) .latest-posts-meta, .widget-blogs .option2:nth-child(5) .latest-posts-meta, .widget-blogs .option2:nth-child(7) .latest-posts-meta, .widget-blogs .option2:nth-child(9) .latest-posts-meta {
  float: right;
  text-align: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .option2:nth-child(1) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(3) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(5) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(7) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(9) .latest-posts-meta {
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .option2:nth-child(1) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(3) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(5) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(7) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(9) .latest-posts-meta {
  text-align: right;
}
/* line 484, ../sass/module/_blogs.scss */
.widget-blogs .option2:nth-child(1) .latest-posts-image, .widget-blogs .option2:nth-child(3) .latest-posts-image, .widget-blogs .option2:nth-child(5) .latest-posts-image, .widget-blogs .option2:nth-child(7) .latest-posts-image, .widget-blogs .option2:nth-child(9) .latest-posts-image {
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .option2:nth-child(1) .latest-posts-image, .rtl .widget-blogs .option2:nth-child(3) .latest-posts-image, .rtl .widget-blogs .option2:nth-child(5) .latest-posts-image, .rtl .widget-blogs .option2:nth-child(7) .latest-posts-image, .rtl .widget-blogs .option2:nth-child(9) .latest-posts-image {
  float: right;
}
/* line 489, ../sass/module/_blogs.scss */
.widget-blogs .option2:nth-child(2) .latest-posts-meta, .widget-blogs .option2:nth-child(4) .latest-posts-meta, .widget-blogs .option2:nth-child(6) .latest-posts-meta, .widget-blogs .option2:nth-child(8) .latest-posts-meta {
  float: left;
  text-align: right;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .option2:nth-child(2) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(4) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(6) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(8) .latest-posts-meta {
  float: right;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .option2:nth-child(2) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(4) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(6) .latest-posts-meta, .rtl .widget-blogs .option2:nth-child(8) .latest-posts-meta {
  text-align: left;
}
/* line 494, ../sass/module/_blogs.scss */
.widget-blogs .option2:nth-child(2) .latest-posts-image, .widget-blogs .option2:nth-child(4) .latest-posts-image, .widget-blogs .option2:nth-child(6) .latest-posts-image, .widget-blogs .option2:nth-child(8) .latest-posts-image {
  float: right;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-blogs .option2:nth-child(2) .latest-posts-image, .rtl .widget-blogs .option2:nth-child(4) .latest-posts-image, .rtl .widget-blogs .option2:nth-child(6) .latest-posts-image, .rtl .widget-blogs .option2:nth-child(8) .latest-posts-image {
  float: left;
}

/* line 1, ../sass/_layout.scss */
html {
  overflow-x: hidden !important;
}

/* line 4, ../sass/_layout.scss */
body {
  /*overflow-x: hidden !important;*/
}
/* line 9, ../sass/_layout.scss */
body.bg-default {
  background: #fff;
}
/* line 12, ../sass/_layout.scss */
body.bg-home2.common-home {
  background: #212226 url("../image/bg_body_home2.png") top center no-repeat;
}
/* line 15, ../sass/_layout.scss */
body.bg-home6.common-home {
  background: #ffffff url("../image/bg_body_home6.png") top center no-repeat;
}

/* line 19, ../sass/_layout.scss */
.layout-boxed-lg {
  max-width: 1320px;
  margin: 0 auto;
}

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

/* line 26, ../sass/_layout.scss */
.owl-wrapper-outer {
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

/* line 31, ../sass/_layout.scss */
.owl-carousel {
  background: none !important;
}

/* line 34, ../sass/_layout.scss */
.nopadding {
  padding: 0px;
}

/* line 37, ../sass/_layout.scss */
[class*="page-account"] h1 {
  /*font-size: 24px;*/
  /*font-family: "Heebo-Regular";*/
  /*position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  color: #6DB72B;
  margin-top: 0px;*/
}

/* line 47, ../sass/_layout.scss */
[class*="page-account"] h2 {
  /*font-size: 24px;*/
  /*font-family: "Heebo-Regular";*/
  /*position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  color: #6DB72B;
  margin-top: 0px;*/
}

/* line 57, ../sass/_layout.scss */
[class*="page-account"] {
  /*font-size: 15px;*/
}
/* line 59, ../sass/_layout.scss */
[class*="page-account"] .list-unstyled {
  margin: 0px 0px 20px 0px;
}
/* line 61, ../sass/_layout.scss */
[class*="page-account"] .list-unstyled a {
  font-size: 14px;
}

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

/* line 73, ../sass/_layout.scss */
#input-captcha, #input-payment-captcha {
  margin-bottom: 10px;
}

/* line 76, ../sass/_layout.scss */
#sidebar-main {
  float: none;
}

/* line 79, ../sass/_layout.scss */
#sys-notification {
  position: absolute;
  width: 100%;
  z-index: 99;
  border-radius: 5px;
}
/* line 84, ../sass/_layout.scss */
#sys-notification #notification {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

/* line 89, ../sass/_layout.scss */
.layout-boxed-lg #sys-notification {
  width: auto;
}
/* line 92, ../sass/_layout.scss */
.layout-boxed-lg .header-top {
  height: 145px;
  padding-top: 78px;
}

/* line 97, ../sass/_layout.scss */
#pav-megamenu {
  position: static;
}

/* line 100, ../sass/_layout.scss */
#group-menu {
  position: static;
}

/* logo theme */
/* line 107, ../sass/_layout.scss */
.main-header .logo > a {
  display: inline-block;
}

/* Search default */
/* line 115, ../sass/_layout.scss */
#search {
  position: relative;
  width: calc(100% - 60px);
  height: 40px;
  border-radius: 30px;
  background: #FFFFFF;
}
/* line 121, ../sass/_layout.scss */
#search input {
  height: 40px;
  width: calc(100% - 50px);
  position: absolute;
  left: 0px;
  top: 0px;
  border: 2px solid #6EB72C;
  border-right: none;
  background: none;
  font-size: 13px;
  color: #666666;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl #search input {
  right: 0px;
  left: auto;
}
/* line 238, ../sass/mixins/_rtl.scss */
.rtl #search input {
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-radius-topleft: inherit;
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
}
/* line 252, ../sass/mixins/_rtl.scss */
.rtl #search input {
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -moz-border-radius-bottomleft: inherit;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
/* line 133, ../sass/_layout.scss */
#search button {
  width: 50px;
  height: 40px;
  color: #CCCCCC;
  background: none;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 2px solid #6EB72C;
  border-left: none;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl #search button {
  left: 0px;
  right: auto;
}
/* line 210, ../sass/mixins/_rtl.scss */
.rtl #search button {
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-topright: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}
/* line 224, ../sass/mixins/_rtl.scss */
.rtl #search button {
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
/* line 145, ../sass/_layout.scss */
#search button:hover {
  color: #6DB72B;
}

/* Module cart */

#cart-top .dropdown:hover .dropdown-menu {
    opacity: 1;
    border: 1px solid #CFCFCF;
    background-color: rgba(255, 255, 255, 0.9);
    top: 100%;
}

#cart-top table {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0;
}

#cart-top .table-bordered .text-left {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

#cart-top .table-bordered .text-right {
    color: #333333;
    font-size: 17px;
    font-weight: 600;
}

/* line 162, ../sass/_layout.scss */
#cart-top .pull-left {
  color: #FF4000;
}
/* line 164, ../sass/_layout.scss */
#cart-top .pull-left p {
  /*font-family: "Heebo-Medium";*/
  font-size: 13px;
}
/* line 169, ../sass/_layout.scss */
#cart-top #cart-number {
  display: none;
}
/* line 172, ../sass/_layout.scss */
#cart-top #cart-total {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  margin-top: 3px;
  /*font-family: "Heebo-Bold";*/
}
/* line 178, ../sass/_layout.scss */
#cart-top .dropdown-toggle {
  cursor: pointer;
}
/* line 180, ../sass/_layout.scss */
#cart-top .dropdown-toggle .icon-cart {
  font-size: 16px;
  margin-top: 10px;
  margin-right: 11px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl #cart-top .dropdown-toggle .icon-cart {
  margin-left: 16px;
  margin-right: inherit;
}
/* line 187, ../sass/_layout.scss */
#cart-top:hover .icon-cart {
  color: #6DB72B;
}
/* line 191, ../sass/_layout.scss */
#cart-top .dropdown-menu {
  right: 0px;
  padding: 10px;
  min-width: 452px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl #cart-top .dropdown-menu {
  left: 0px;
  right: auto;
}
/* line 195, ../sass/_layout.scss */
#cart-top .dropdown-menu p {
  padding: 10px;
  text-align: center;
}
/* line 199, ../sass/_layout.scss */
#cart-top .dropdown-menu table {
  border: none;
}
/* line 201, ../sass/_layout.scss */
#cart-top .dropdown-menu table a, #cart-top .dropdown-menu table .price {
  color: #222222;
}
/* line 204, ../sass/_layout.scss */
#cart-top .dropdown-menu table a:hover {
  color: #6DB72B;
}
/* line 207, ../sass/_layout.scss */
#cart-top .dropdown-menu table .name a {
  /*height: 42px;*/
  overflow: hidden;
  display: block;
  line-height: 1.4;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
}

#cart-top .btn {
    color: #FF4000;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 0;
}

#cart-top .num {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
}

#cart-top .price {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}

/* line 213, ../sass/_layout.scss */
#cart-top .dropdown-menu table * {
  border: none;
}
/* line 216, ../sass/_layout.scss */
#cart-top .dropdown-menu table .img {
  vertical-align: top;
}

#cart-top .dropdown-menu table .img img {
    border: 1px solid #DDDDDD;
}

/* line 222, ../sass/_layout.scss */
#cart-top .dropdown-menu li > div tr {
  /*border-top: 1px solid #f0f0f0;*/
  color: #222222;
}
/* line 225, ../sass/_layout.scss */
#cart-top .dropdown-menu li > div tr td {
  padding: 14px 0px;
}
/* line 231, ../sass/_layout.scss */
#cart-top .dropdown-menu .btn {
  width: 100%;
}
/* line 233, ../sass/_layout.scss */
#cart-top .dropdown-menu .btn.btn-v3 {
  width: auto;
}
/* line 236, ../sass/_layout.scss */
#cart-top .dropdown-menu .btn.btn-danger {
  padding: 0px;
  height: 14px;
  width: 14px;
  line-height: 1;
  font-size: 11px;
}

/***** END STYLE BASE *****/
/***** Header *****/
/* line 253, ../sass/_layout.scss */
.topbar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 257, ../sass/_layout.scss */
.topbar .btn {
  height: auto;
  /*font-family: "Heebo-Regular";*/
}
/* line 261, ../sass/_layout.scss */
.topbar .flag-lang, .topbar .flag-cur {
  text-transform: uppercase;
  margin-left: 3px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .topbar .flag-lang, .rtl .topbar .flag-cur {
  margin-right: 3px;
  margin-left: inherit;
}
/* line 264, ../sass/_layout.scss */
.topbar .flag-lang > span.hidden-sm.hidden-xs, .topbar .flag-cur > span.hidden-sm.hidden-xs {
  font-weight: 700;
  font-size: 11px;
}
/* line 269, ../sass/_layout.scss */
.topbar .btn-topbar {
  color: #015E2A;
  font-size: 12px;
  font-weight: 700;
  padding: 0px 15px;
  line-height: 20px;
  display: block;
  text-transform: uppercase;
}
/* line 275, ../sass/_layout.scss */
.topbar .btn-topbar .text-lang, .topbar .btn-topbar .text-cur {
  color: #FFFFFF;
}
/* line 278, ../sass/_layout.scss */
.topbar .btn-topbar i {
  line-height: 20px;
  margin-left: 5px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .topbar .btn-topbar i {
  margin-right: 5px;
  margin-left: inherit;
}
/* line 281, ../sass/_layout.scss */
.topbar .btn-topbar i.lang-cur {
  color: #FFFFFF;
}
/* line 285, ../sass/_layout.scss */
.topbar .btn-topbar:hover {
  /*color: #6DB72B;*/
  text-decoration: underline;
}
/* line 289, ../sass/_layout.scss */
.topbar .dropdown-menu {
  padding: 10px;
  font-size: 12px;
}
/* line 292, ../sass/_layout.scss */
.topbar .dropdown-menu > li > a {
  padding: 10px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  color: #666666;
}
/* line 296, ../sass/_layout.scss */
.topbar .dropdown-menu > li > a:hover {
  color: #363636;
  background: #f7f7f7;
}
/* line 301, ../sass/_layout.scss */
.topbar .dropdown-menu .btn {
  text-align: left;
  transition: all ease 0.35s;
  padding: 10px;
  color: #666666;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .topbar .dropdown-menu .btn {
  text-align: right;
}
/* line 306, ../sass/_layout.scss */
.topbar .dropdown-menu .btn:hover {
  color: #363636;
  background: #f7f7f7;
}
/* line 313, ../sass/_layout.scss */
.topbar #form-language .btn-topbar {
  padding: 0px 15px 0px 0px;
}
/* line 35, ../sass/mixins/_rtl.scss */
.rtl .topbar #form-language .btn-topbar {
  padding: 0px 0px 0px 15px;
}
/* line 317, ../sass/_layout.scss */
.topbar .topbar-link li:last-child .btn-topbar {
  padding: 0px 0px 0px 15px;
}
/* line 35, ../sass/mixins/_rtl.scss */
.rtl .topbar .topbar-link li:last-child .btn-topbar {
  padding: 0px 15px 0px 0px;
}
/* line 321, ../sass/_layout.scss */
.topbar .topbar-link .dropdown-menu {
  right: 0px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .topbar .topbar-link .dropdown-menu {
  left: 0px;
  right: auto;
}

/* line 326, ../sass/_layout.scss */
.number-phone {
  color: #FFFFFF;
}
/* line 328, ../sass/_layout.scss */
.number-phone i {
  font-size: 30px;
  margin-top: 10px;
  margin-right: 16px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .number-phone i {
  margin-left: 16px;
  margin-right: inherit;
}
/* line 333, ../sass/_layout.scss */
.number-phone p {
  /*font-family: "Heebo-Medium";*/
  font-size: 13px;
}
/* line 337, ../sass/_layout.scss */
.number-phone span {
  font-size: 20px;
  color: #6DB72B;
  /*font-family: "Heebo-Bold";*/
}

/* line 343, ../sass/_layout.scss */
.main-header {
  padding: 0px 0 20px 0;
  margin-top: -30px;
}
/* line 345, ../sass/_layout.scss */
.main-header .search {
  margin-top: 38px;
}
/* line 348, ../sass/_layout.scss */
.main-header #box-right {
  margin-top: 23px;
}

/* Header 1 */
/* line 356, ../sass/_layout.scss */
.header-v1 .topbar {
  background: #ffffff;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
/* line 358, ../sass/_layout.scss */
.header-v1 .topbar .bd-left {
  /*border-left: 1px solid #2b2b2b;*/
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .header-v1 .topbar .bd-left {
  border-right: 1px solid #2b2b2b;
  border-left: inherit;
}
/* line 362, ../sass/_layout.scss */
.header-v1 .main-header {
  background: #ffffff;
}
/* line 365, ../sass/_layout.scss */
.header-v1 #group-menu {
  background: #6DB72B;
}
/* line 369, ../sass/_layout.scss */
.header-v1 .megamenu .dropdown:hover .dropdown-toggle {
  color: #DFF1CD;
}
/* line 372, ../sass/_layout.scss */
.header-v1 .megamenu > li {
  border-left: 1px solid #6DB72B;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .header-v1 .megamenu > li {
  border-right: 1px solid #1e1e1e;
  border-left: inherit;
}
/* line 374, ../sass/_layout.scss */
.header-v1 .megamenu > li:first-child {
  border: none;
}
/* line 377, ../sass/_layout.scss */
.header-v1 .megamenu > li > a {
  color: #FFFFFF;
}
/* line 379, ../sass/_layout.scss */
.header-v1 .megamenu > li > a:hover {
  color: #DFF1CD;
}
/* line 382, ../sass/_layout.scss */
.header-v1 .megamenu > li > a:after {
  /*background: #6DB72B;*/
}
/* line 388, ../sass/_layout.scss */
.header-v1 .megamenu > li .dropdown-menu .dropdown-submenu .dropdown-toggle {
  color: #363636;
}
/* line 392, ../sass/_layout.scss */
.header-v1 .megamenu > li .dropdown-menu .dropdown-submenu:hover > .dropdown-toggle {
  color: #E95718;
}

/* Header 2 */
/* line 404, ../sass/_layout.scss */
.header-v2 .topbar {
  background: #0ba045;
}
/* line 407, ../sass/_layout.scss */
.header-v2 .topbar .bd-left {
  border-left: 1px solid #0cb64e;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .header-v2 .topbar .bd-left {
  border-right: 1px solid #0cb64e;
  border-left: inherit;
}
/* line 411, ../sass/_layout.scss */
.header-v2 .main-header {
  background: #0aa948;
}
/* line 414, ../sass/_layout.scss */
.header-v2 #group-menu {
  background: #6DB72B;
}
/* line 418, ../sass/_layout.scss */
.header-v2 .megamenu > li {
  border-left: 1px solid #cba807;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .header-v2 .megamenu > li {
  border-right: 1px solid #cba807;
  border-left: inherit;
}
/* line 420, ../sass/_layout.scss */
.header-v2 .megamenu > li:first-child {
  border: none;
}
/* line 423, ../sass/_layout.scss */
.header-v2 .megamenu > li > a {
  color: #1e1e1e;
}
/* line 425, ../sass/_layout.scss */
.header-v2 .megamenu > li > a:hover {
  color: #1e1e1e;
}
/* line 428, ../sass/_layout.scss */
.header-v2 .megamenu > li > a:after {
  background: #1e1e1e;
}

/* Header 3 */
/* line 438, ../sass/_layout.scss */
#header.header-v3 #group-menu {
  background: #FFFFFF;
  border-bottom: 1px solid #f0f0f0;
}
/* line 443, ../sass/_layout.scss */
#header.header-v3 .megamenu > li {
  border-color: #f0f0f0;
}
/* line 445, ../sass/_layout.scss */
#header.header-v3 .megamenu > li > a {
  color: #272727;
}

/* Header 4 */
/* line 453, ../sass/_layout.scss */
.header-v4 {
  z-index: 25;
  background: #0C1C33;
}
/* line 456, ../sass/_layout.scss */
.header-v4 .topbar {
  background: transparent;
}
/* line 458, ../sass/_layout.scss */
.header-v4 .topbar .bd-left {
  border-left: 1px solid #2b2b2b;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .header-v4 .topbar .bd-left {
  border-right: 1px solid #2b2b2b;
  border-left: inherit;
}
/* line 462, ../sass/_layout.scss */
.header-v4 .main-header {
  background: transparent;
}
/* line 465, ../sass/_layout.scss */
.header-v4 #search {
  background: transparent;
  border: 1px solid;
}
/* line 468, ../sass/_layout.scss */
.header-v4 #search input {
  background: transparent;
}
/* line 471, ../sass/_layout.scss */
.header-v4 #search button {
  background: transparent;
  color: #fff;
}
/* line 476, ../sass/_layout.scss */
.header-v4 #group-menu {
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
}
/* line 479, ../sass/_layout.scss */
.header-v4 #group-menu #pav-megamenu {
  position: relative;
}
/* line 484, ../sass/_layout.scss */
.header-v4 .megamenu > li {
  border-left: 1px solid #d2d2d2;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .header-v4 .megamenu > li {
  border-right: 1px solid #d2d2d2;
  border-left: inherit;
}
/* line 486, ../sass/_layout.scss */
.header-v4 .megamenu > li:first-child {
  border: none;
}
/* line 489, ../sass/_layout.scss */
.header-v4 .megamenu > li > a {
  color: #272727;
}
/* line 491, ../sass/_layout.scss */
.header-v4 .megamenu > li > a:hover {
  color: #6DB72B;
}
/* line 494, ../sass/_layout.scss */
.header-v4 .megamenu > li > a:after {
  background: #6DB72B;
}

/* Header 5 */
/* line 504, ../sass/_layout.scss */
.header-v5 .topbar {
  background: #fff;
}
/* line 506, ../sass/_layout.scss */
.header-v5 .topbar .bd-left {
  border-left: 1px solid #f0f0f0;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .header-v5 .topbar .bd-left {
  border-right: 1px solid #f0f0f0;
  border-left: inherit;
}
/* line 509, ../sass/_layout.scss */
.header-v5 .topbar .btn-topbar {
  color: #666666;
}
/* line 511, ../sass/_layout.scss */
.header-v5 .topbar .btn-topbar:hover {
  color: #6DB72B;
}
/* line 514, ../sass/_layout.scss */
.header-v5 .topbar .btn-topbar .text-lang, .header-v5 .topbar .btn-topbar .text-cur {
  color: #666666;
}
/* line 517, ../sass/_layout.scss */
.header-v5 .topbar .btn-topbar i.lang-cur {
  color: #666666;
}
/* line 522, ../sass/_layout.scss */
.header-v5 #search {
  border: 1px solid #f0f0f0;
}
/* line 525, ../sass/_layout.scss */
.header-v5 .main-header {
  background: #fff;
}
/* line 527, ../sass/_layout.scss */
.header-v5 .main-header .number-phone {
  color: #363636;
}
/* line 531, ../sass/_layout.scss */
.header-v5 .main-header #cart-top .pull-left {
  color: #363636;
}
/* line 536, ../sass/_layout.scss */
.header-v5 #group-menu {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
/* line 542, ../sass/_layout.scss */
.header-v5 .megamenu > li {
  border-left: 1px solid #f0f0f0;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .header-v5 .megamenu > li {
  border-right: 1px solid #f0f0f0;
  border-left: inherit;
}
/* line 544, ../sass/_layout.scss */
.header-v5 .megamenu > li:first-child {
  border: none;
}
/* line 547, ../sass/_layout.scss */
.header-v5 .megamenu > li > a {
  color: #363636;
}
/* line 549, ../sass/_layout.scss */
.header-v5 .megamenu > li > a:hover {
  color: #6DB72B;
}
/* line 552, ../sass/_layout.scss */
.header-v5 .megamenu > li > a:after {
  background: #6DB72B;
}

/* Header 6 */
/* line 562, ../sass/_layout.scss */
.common-home .header-v6 {
  background: transparent;
}

/* line 566, ../sass/_layout.scss */
.header-v6 {
  z-index: 25;
  background: #272727;
}
/* line 569, ../sass/_layout.scss */
.header-v6 .topbar {
  background: transparent;
}
/* line 571, ../sass/_layout.scss */
.header-v6 .topbar .bd-left {
  border-left: 1px solid #393939;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .header-v6 .topbar .bd-left {
  border-right: 1px solid #393939;
  border-left: inherit;
}
/* line 574, ../sass/_layout.scss */
.header-v6 .topbar .btn-topbar {
  color: #999999;
}
/* line 576, ../sass/_layout.scss */
.header-v6 .topbar .btn-topbar:hover {
  color: #6DB72B;
}
/* line 579, ../sass/_layout.scss */
.header-v6 .topbar .btn-topbar .text-lang, .header-v6 .topbar .btn-topbar .text-cur {
  color: #999999;
}
/* line 582, ../sass/_layout.scss */
.header-v6 .topbar .btn-topbar i.lang-cur {
  color: #999999;
}
/* line 587, ../sass/_layout.scss */
.header-v6 .main-header {
  background: transparent;
}
/* line 591, ../sass/_layout.scss */
.header-v6 #search input {
  background: transparent;
}
/* line 594, ../sass/_layout.scss */
.header-v6 #search button {
  background: transparent;
  color: #0d1017;
}
/* line 599, ../sass/_layout.scss */
.header-v6 #group-menu {
  background: transparent;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
}
/* line 603, ../sass/_layout.scss */
.header-v6 #group-menu #pav-megamenu {
  position: relative;
}
/* line 608, ../sass/_layout.scss */
.header-v6 .megamenu > li {
  border-left: 1px solid #393939;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .header-v6 .megamenu > li {
  border-right: 1px solid #393939;
  border-left: inherit;
}
/* line 610, ../sass/_layout.scss */
.header-v6 .megamenu > li:first-child {
  border: none;
}
/* line 613, ../sass/_layout.scss */
.header-v6 .megamenu > li > a {
  color: #fff;
}
/* line 615, ../sass/_layout.scss */
.header-v6 .megamenu > li > a:hover {
  color: #6DB72B;
}
/* line 618, ../sass/_layout.scss */
.header-v6 .megamenu > li > a:after {
  background: header-menu-v6-link-hover;
}

/***** Footer *****/
/*footer v1*/
/* line 631, ../sass/_layout.scss */
.common-home footer {
  margin-top: 0;
}

/* line 635, ../sass/_layout.scss */
footer {
  margin-top: 50px;
}
/* line 637, ../sass/_layout.scss */
footer .footer-top {
    border-top: 1px solid #DDDDDD;
    background: #F4F4F4;
}
/* line 640, ../sass/_layout.scss */
footer .footer-center {
  padding: 55px 0 50px;
  background: #6DB72B;
  color: #ffffff;
  border-top: 5px solid #558F21;
  /*font-family: "Heebo-Light";*/
}
/* line 645, ../sass/_layout.scss */
footer .footer-center a {
  color: #ffffff;
  /*font-family: "Heebo-Light";*/
}
/* line 648, ../sass/_layout.scss */
footer .footer-center a:hover {
  /*color: #6DB72B;*/
}
/* line 652, ../sass/_layout.scss */
footer .footer-center .panel-title {
  color: #fff;
}
/* line 655, ../sass/_layout.scss */
footer .footer-center .panel-heading.border-bottom {
  border-color: #ffffff;
}
/* line 660, ../sass/_layout.scss */
footer .footer-center .content-html .html p {
  font-size: 15px;
  line-height: 24px;
  padding: 27px 25px 25px 0;
}
/* line 35, ../sass/mixins/_rtl.scss */
.rtl footer .footer-center .content-html .html p {
  padding: 27px 0 25px 25px;
}
/* line 667, ../sass/_layout.scss */
footer .footer-center .list-unstyled {
  margin-top: 27px;
}
/* line 669, ../sass/_layout.scss */
footer .footer-center .list-unstyled li {
  margin-bottom: 14px;
}
/* line 671, ../sass/_layout.scss */
footer .footer-center .list-unstyled li a {
  font-size: 15px;
  position: relative;
  padding-left: 17px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl footer .footer-center .list-unstyled li a {
  padding-right: 17px;
  padding-left: inherit;
}
/* line 675, ../sass/_layout.scss */
footer .footer-center .list-unstyled li a:before {
  position: absolute;
  top: 3px;
  left: 0;
  font-family: "Material-Design-Iconic-Font";
  content: "\f2fb";
  font-size: 14px;
  color: #ffffff;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl footer .footer-center .list-unstyled li a:before {
  right: 0;
  left: auto;
}
/* line 684, ../sass/_layout.scss */
footer .footer-center .list-unstyled li a:hover {
  padding: 0 !important;
}
/* line 686, ../sass/_layout.scss */
footer .footer-center .list-unstyled li a:hover:before {
  content: none;
}
/* line 693, ../sass/_layout.scss */
footer .footer-center .info-html {
  margin-top: 28px;
}
/* line 695, ../sass/_layout.scss */
footer .footer-center .info-html .info {
  margin-bottom: 13px;
  padding-left: 35px;
  position: relative;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl footer .footer-center .info-html .info {
  padding-right: 35px;
  padding-left: inherit;
}
/* line 699, ../sass/_layout.scss */
footer .footer-center .info-html .info i {
  left: 0;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 27px;
  font-size: 18px;
  color: #6DB72B;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl footer .footer-center .info-html .info i {
  right: 0;
  left: auto;
}

/* line 713, ../sass/_layout.scss */
.footerv1 .footer-top {
  padding: 70px 0 26px 0;
}
/* line 716, ../sass/_layout.scss */
.footerv1 .footer-top .box-newsletter .panel-heading {
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .footerv1 .footer-top .box-newsletter .panel-heading {
  float: right;
}
/* line 719, ../sass/_layout.scss */
.footerv1 .footer-top .box-newsletter .description {
  overflow: hidden;
  padding: 0 20px;
  line-height: 20px;
  color: #666666;
  font-size: 14px;
}
/* line 724, ../sass/_layout.scss */
.footerv1 .footer-top .box-newsletter .contents {
  width: 46%;
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .footerv1 .footer-top .box-newsletter .contents {
  float: right;
}
/* line 728, ../sass/_layout.scss */
.footerv1 .footer-top .box-newsletter .form-email {
  width: 54%;
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .footerv1 .footer-top .box-newsletter .form-email {
  float: right;
}

/* line 736, ../sass/_layout.scss */
.footerv2 .footer-top {
  padding: 70px 0;
}
/* line 739, ../sass/_layout.scss */
.footerv2 .footer-top .box-newsletter .contents {
  text-align: center;
}
/* line 742, ../sass/_layout.scss */
.footerv2 .footer-top .box-newsletter .description {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0 30px;
}
/* line 747, ../sass/_layout.scss */
.footerv2 .footer-top .box-newsletter .custom {
  display: none;
}
/* line 750, ../sass/_layout.scss */
.footerv2 .footer-top .box-newsletter .form-email {
  margin: 0 auto;
  width: 80%;
}

/* line 759, ../sass/_layout.scss */
.footerv3 .footer-top .row {
  margin: 0;
}
/* line 762, ../sass/_layout.scss */
.footerv3 .footer-top [class^="col-"],
.footerv3 .footer-top [class*="col-"] {
  padding: 0;
}
/* line 766, ../sass/_layout.scss */
.footerv3 .footer-top > .container {
  width: 100%;
  padding: 0;
}
/* line 771, ../sass/_layout.scss */
.footerv3 .footer-top .pavgooglemap .panel-heading {
  display: none;
}
/* line 775, ../sass/_layout.scss */
.footerv3 .footer-top .pav-newsletter {
  min-height: 380px;
  position: relative;
  z-index: 11;
}
/* line 779, ../sass/_layout.scss */
.footerv3 .footer-top .pav-newsletter .box-newsletter {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  padding: 0 50px;
  width: 100%;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .footerv3 .footer-top .pav-newsletter .box-newsletter {
  right: 0;
  left: auto;
}
/* line 786, ../sass/_layout.scss */
.footerv3 .footer-top .pav-newsletter .box-newsletter .contents {
  margin-bottom: 40px;
}
/* line 788, ../sass/_layout.scss */
.footerv3 .footer-top .pav-newsletter .box-newsletter .contents .panel-heading {
  float: left;
  margin-right: 20px;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .footerv3 .footer-top .pav-newsletter .box-newsletter .contents .panel-heading {
  float: right;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .footerv3 .footer-top .pav-newsletter .box-newsletter .contents .panel-heading {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 792, ../sass/_layout.scss */
.footerv3 .footer-top .pav-newsletter .box-newsletter .contents .description {
  overflow: hidden;
}
/* line 796, ../sass/_layout.scss */
.footerv3 .footer-top .pav-newsletter .box-newsletter .form-email {
  width: 100%;
}
/* line 799, ../sass/_layout.scss */
.footerv3 .footer-top .pav-newsletter .box-newsletter .custom {
  display: none;
}

/* line 808, ../sass/_layout.scss */
.footerv4 .footer-top .pav-newsletter {
  background: url("../image/bg_footer_demo4.jpg") center bottom repeat;
}

/* line 814, ../sass/_layout.scss */
.footerv5 .footer-top {
  background: #FFFFFF;
}

/*footer default*/
/* line 820, ../sass/_layout.scss */
#footer-default .footer-top {
  display: none;
}
/* line 823, ../sass/_layout.scss */
#footer-default .main-footer {
  padding: 5px 0px 50px 0px;
  border-top: 1px solid #f0f0f0;
}
/* line 826, ../sass/_layout.scss */
#footer-default .main-footer .panel-heading {
  margin-top: 30px;
}
/* line 829, ../sass/_layout.scss */
#footer-default .main-footer .panel-title {
  font-size: 16px;
}
/* line 832, ../sass/_layout.scss */
#footer-default .main-footer .list-unstyled {
  font-size: 13px;
  margin-top: 0;
}
/* line 835, ../sass/_layout.scss */
#footer-default .main-footer .list-unstyled li {
  margin-top: 10px;
}

/*Copyright*/
/* line 844, ../sass/_layout.scss */
.copyright {
  padding: 35px 0;
  color: #EBEBEB;
  background: #025E2A;
  font-size: 13px;
  font-weight: 600;
  /*/*font-family: "Heebo-Regular";*/*/
}
/* line 850, ../sass/_layout.scss */
.copyright a {
  color: #b9b9b9;
}
/* line 852, ../sass/_layout.scss */
.copyright a:hover {
  color: #6DB72B;
  text-decoration: underline;
}
/* line 857, ../sass/_layout.scss */
.copyright p {
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .copyright p {
  float: right;
}
/* line 860, ../sass/_layout.scss */
.copyright .paypal {
  float: right;
}
.copyright .paypal a {
    color: #EBEBEB;
    font-size: 13px;
    font-weight: 600;
    margin-right: 28px;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .copyright .paypal {
  float: left;
}

/***** Back to TOP *****/
/* line 867, ../sass/_layout.scss */
.scrollup {
  background: #6DB72B;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  position: fixed;
  border-radius: 100%;
  right: 25px;
  bottom: 82px;
  line-height: 50px;
  text-align: center;
  z-index: 999;
  font-size: 20px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .scrollup {
  left: 15px;
  right: auto;
}
/* line 880, ../sass/_layout.scss */
.scrollup:hover {
  background: #40465a;
  color: #FFFFFF;
}

/***** Popup Quickview *****/
/* line 889, ../sass/_layout.scss */
.mfp-wrap #sys-notification {
  position: static !important;
}

@media screen and (max-width: 992px) {
  /* line 2, ../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 6, ../sass/_offcanvas.scss */
  .row-offcanvas-right {
    right: 0;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-right {
    left: 0;
    right: auto;
  }

  /* line 9, ../sass/_offcanvas.scss */
  .row-offcanvas-left {
    left: 0;
  }
  /* line 108, ../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-left {
    right: 0;
    left: auto;
  }

  /* line 12, ../sass/_offcanvas.scss */
  .row-offcanvas-right .sidebar-offcanvas {
    right: -75%;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-right .sidebar-offcanvas {
    left: -75%;
    right: auto;
  }

  /* line 15, ../sass/_offcanvas.scss */
  .row-offcanvas-left .sidebar-offcanvas {
    left: -75%;
  }
  /* line 108, ../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-left .sidebar-offcanvas {
    right: -75%;
    left: auto;
  }

  /* line 18, ../sass/_offcanvas.scss */
  .row-offcanvas-right.active {
    right: 75%;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-right.active {
    left: 75%;
    right: auto;
  }

  /* line 21, ../sass/_offcanvas.scss */
  .row-offcanvas-left.active {
    left: 75%;
  }
  /* line 108, ../sass/mixins/_rtl.scss */
  .rtl .row-offcanvas-left.active {
    right: 75%;
    left: auto;
  }

  /* line 24, ../sass/_offcanvas.scss */
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 75%;
    background: #ffffff;
    height: 100%;
    z-index: 999;
  }

  /* line 33, ../sass/_offcanvas.scss */
  .row-offcanvas.active:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    content: "";
    z-index: 200;
  }
}
/***** offcanvas-menu *****/
/* line 48, ../sass/_offcanvas.scss */
.offcanvas-heading {
  margin-bottom: 20px;
}
/* line 50, ../sass/_offcanvas.scss */
.offcanvas-heading .btn {
  margin-right: 5px;
  margin-top: 10px;
  border-radius: 3.5px;
  padding: 0px 9px;
  font-size: 17px;
  border: none;
  background: none;
  font-weight: bold;
  color: red;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .offcanvas-heading .btn {
  margin-left: 5px;
  margin-right: inherit;
}

/* line 63, ../sass/_offcanvas.scss */
#offcanvasmenu .megamenu {
  text-align: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .megamenu {
  text-align: right;
}
/* line 65, ../sass/_offcanvas.scss */
#offcanvasmenu .megamenu .dropdown-menu .panel-heading .panel-title {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
}
/* line 73, ../sass/_offcanvas.scss */
#offcanvasmenu .tree-menu li a {
  display: block;
}
/* line 76, ../sass/_offcanvas.scss */
#offcanvasmenu .tree-menu li .accordion-heading {
  position: absolute;
  right: 10px;
  top: 9px;
  text-align: center;
  cursor: pointer;
  width: 20px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .tree-menu li .accordion-heading {
  left: 10px;
  right: auto;
}
/* line 85, ../sass/_offcanvas.scss */
#offcanvasmenu .tree-menu .accordion-body {
  padding-left: 45px;
  display: block !important;
  height: auto !important;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .tree-menu .accordion-body {
  padding-right: 45px;
  padding-left: inherit;
}
/* line 89, ../sass/_offcanvas.scss */
#offcanvasmenu .tree-menu .accordion-body.in {
  display: none !important;
}
/* line 94, ../sass/_offcanvas.scss */
#offcanvasmenu .caret {
  display: none;
}
/* line 97, ../sass/_offcanvas.scss */
#offcanvasmenu .badges {
  display: inline-block;
  position: static;
}
/* line 101, ../sass/_offcanvas.scss */
#offcanvasmenu ul {
  float: none;
}
/* line 103, ../sass/_offcanvas.scss */
#offcanvasmenu ul > li {
  float: none;
  display: block;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase;
  /* Delete theme later */
}
/* line 109, ../sass/_offcanvas.scss */
#offcanvasmenu ul > li a {
  padding: 10px 15px;
  line-height: 25px;
  /*font-family: "Heebo-Bold";*/
  color: #363636;
  font-size: 14px;
  /* Delete theme later */
}
/* line 115, ../sass/_offcanvas.scss */
#offcanvasmenu ul > li a:hover {
  /* Delete theme later */
  box-shadow: none;
  /* Delete theme later */
  color: #6DB72B;
  /* Delete theme later */
}
/* line 119, ../sass/_offcanvas.scss */
#offcanvasmenu ul > li a .menu-title {
  display: block;
}
/* line 123, ../sass/_offcanvas.scss */
#offcanvasmenu ul > li.dropdown:hover .dropdown-toggle {
  /* Delete theme later */
  box-shadow: none;
  /* Delete theme later */
  color: #6DB72B;
  /* Delete theme later */
}
/* line 127, ../sass/_offcanvas.scss */
#offcanvasmenu ul > li:last-child {
  border-bottom: none;
}
/* line 131, ../sass/_offcanvas.scss */
#offcanvasmenu ul > li.home .menu-icon {
  background: none !important;
}
/* line 135, ../sass/_offcanvas.scss */
#offcanvasmenu ul > li.aligned-fullwidth {
  position: relative;
}
/* line 138, ../sass/_offcanvas.scss */
#offcanvasmenu ul > li .click-canavs-menu {
  padding: 15.5px 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu ul > li .click-canavs-menu {
  left: 0;
  right: auto;
}
/* line 148, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu, #offcanvasmenu .accordion-body {
  display: none;
  background: none;
  position: static;
  visibility: visible;
  transform: none;
  box-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  text-transform: none;
  padding: 0px;
  width: auto !important;
  min-width: auto;
  border: none !important;
  margin-left: 0px;
  /* Widget */
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .dropdown-menu, .rtl #offcanvasmenu .accordion-body {
  margin-right: 0px;
  margin-left: inherit;
}
/* line 162, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .dropdown-menu-inner, #offcanvasmenu .accordion-body .dropdown-menu-inner {
  padding: 0px 0px 20px 40px;
}
/* line 35, ../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .dropdown-menu .dropdown-menu-inner, .rtl #offcanvasmenu .accordion-body .dropdown-menu-inner {
  padding: 0px 40px 20px 0px;
}
/* line 164, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .dropdown-menu-inner .widget-html, #offcanvasmenu .accordion-body .dropdown-menu-inner .widget-html {
  padding-right: 15px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .dropdown-menu .dropdown-menu-inner .widget-html, .rtl #offcanvasmenu .accordion-body .dropdown-menu-inner .widget-html {
  padding-left: 15px;
  padding-right: inherit;
}
/* line 171, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .pavo-widget, #offcanvasmenu .accordion-body .pavo-widget {
  padding-right: 15px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .dropdown-menu .pavo-widget, .rtl #offcanvasmenu .accordion-body .pavo-widget {
  padding-left: 15px;
  padding-right: inherit;
}
/* line 173, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .pavo-widget .sub-cat, #offcanvasmenu .accordion-body .pavo-widget .sub-cat {
  margin-bottom: 25px;
}
/* line 176, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar, #offcanvasmenu .accordion-body .pavo-widget .sidebar {
  border: none;
}
/* line 178, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block, #offcanvasmenu .accordion-body .pavo-widget .sidebar .product-block {
  padding-left: 0;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block, .rtl #offcanvasmenu .accordion-body .pavo-widget .sidebar .product-block {
  padding-right: 0;
  padding-left: inherit;
}
/* line 183, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu li, #offcanvasmenu .accordion-body li {
  border: none;
}
/* line 185, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu li:before, #offcanvasmenu .accordion-body li:before {
  display: none;
}
/* line 188, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu li a, #offcanvasmenu .accordion-body li a {
  padding: 0px;
  width: 100%;
  display: inline-block;
}
/* line 193, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu li .click-canavs-menu, #offcanvasmenu .accordion-body li .click-canavs-menu {
  padding: 6px 15px;
}
/* line 197, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu a, #offcanvasmenu .accordion-body a {
  text-transform: none;
  /*font-family: "Heebo-Regular";*/
}
/* line 201, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .widget-video, #offcanvasmenu .accordion-body .widget-video {
  display: none;
}
/* line 204, ../sass/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .box-heading, #offcanvasmenu .accordion-body .box-heading {
  color: #262a2e;
}
/* line 208, ../sass/_offcanvas.scss */
#offcanvasmenu .mega-col {
  padding: 0px;
}
/* line 211, ../sass/_offcanvas.scss */
#offcanvasmenu .row {
  margin: 0px;
}
/* line 214, ../sass/_offcanvas.scss */
#offcanvasmenu h4.widget-heading {
  color: #6DB72B;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
}
/* line 221, ../sass/_offcanvas.scss */
#offcanvasmenu .w-product {
  padding: 0;
}
/* line 224, ../sass/_offcanvas.scss */
#offcanvasmenu .product-block {
  border: none;
}
/* line 226, ../sass/_offcanvas.scss */
#offcanvasmenu .product-block .zoom, #offcanvasmenu .product-block .product-label {
  display: none;
}
/* line 231, ../sass/_offcanvas.scss */
#offcanvasmenu .category .panel-heading {
  padding: 13px 18px;
}
/* line 233, ../sass/_offcanvas.scss */
#offcanvasmenu .category .panel-heading h4 {
  font-weight: bold;
  color: #6DB72B;
}
/* line 238, ../sass/_offcanvas.scss */
#offcanvasmenu .category .box-category {
  padding: 0px;
}
/* line 240, ../sass/_offcanvas.scss */
#offcanvasmenu .category .box-category li {
  list-style: none;
}
/* line 242, ../sass/_offcanvas.scss */
#offcanvasmenu .category .box-category li a {
  color: #222222;
  display: block;
  padding: 13px 18px;
  text-transform: uppercase;
  width: 100%;
}
/* line 248, ../sass/_offcanvas.scss */
#offcanvasmenu .category .box-category li a:hover {
  color: #6DB72B;
}
/* line 252, ../sass/_offcanvas.scss */
#offcanvasmenu .category .box-category li ul {
  padding-left: 30px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .category .box-category li ul {
  padding-right: 30px;
  padding-left: inherit;
}
/* line 255, ../sass/_offcanvas.scss */
#offcanvasmenu .category .box-category li .accordion-heading {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl #offcanvasmenu .category .box-category li .accordion-heading {
  left: 0;
  right: auto;
}
/* line 261, ../sass/_offcanvas.scss */
#offcanvasmenu .category .box-category li .accordion-heading span {
  padding: 17px 15px;
  line-height: 1;
  display: block;
}
/* line 267, ../sass/_offcanvas.scss */
#offcanvasmenu .category .box-category li li {
  border-bottom: none;
}
/* line 269, ../sass/_offcanvas.scss */
#offcanvasmenu .category .box-category li li a {
  /*font-family: "Heebo-Regular";*/
  text-transform: none;
  color: #999999;
}

/***** Main menu *****/
/* line 4, ../sass/_nav.scss */
.navbar-header .canvas-menu {
  padding: 0px;
  background: #6DB72B;
  color: #ffffff;
  height: 50px;
  font-size: 17px;
  width: 55px;
}

/* line 13, ../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 18, ../sass/_nav.scss */
.navbar-mega .navbar-nav {
  float: none;
}
/* line 21, ../sass/_nav.scss */
.navbar-mega .navbar-nav .open a {
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  color: #6DB72B;
  background: transparent;
}
/* line 26, ../sass/_nav.scss */
.navbar-mega .navbar-nav .open a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 31, ../sass/_nav.scss */
.navbar-mega .navbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 34, ../sass/_nav.scss */
.navbar-mega .navbar-nav ul li.parent {
  position: relative;
}
/* line 37, ../sass/_nav.scss */
.navbar-mega .navbar-nav ul li.dropdown-submenu {
  position: relative;
}
/* line 39, ../sass/_nav.scss */
.navbar-mega .navbar-nav ul li.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  position: absolute;
}
/* line 49, ../sass/_nav.scss */
.navbar-mega .navbar-nav li.active {
  background: none;
}
/* line 51, ../sass/_nav.scss */
.navbar-mega .navbar-nav li.active a {
  background: none;
  color: #6DB72B;
}
/* line 54, ../sass/_nav.scss */
.navbar-mega .navbar-nav li.active a .caret {
  color: #6DB72B;
}
/* line 60, ../sass/_nav.scss */
.navbar-mega .navbar-nav li a:hover, .navbar-mega .navbar-nav li a:active, .navbar-mega .navbar-nav li a:focus {
  background: none;
  color: #6DB72B;
}
/* line 65, ../sass/_nav.scss */
.navbar-mega .navbar-nav li.open a {
  background: none;
  color: #6DB72B;
}
/* line 70, ../sass/_nav.scss */
.navbar-mega .navbar-nav li {
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 0;
  padding: 18px 0;
}
/* line 75, ../sass/_nav.scss */
.navbar-mega .navbar-nav li a {
  /*font-family: "Heebo-Regular";*/
  position: relative;
  color: #000000;
  padding: 0 15px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  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: 13px;
  /* 9 */
  font-size: 1.3rem;
  /* 9 */
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 1199px) {
  /* line 75, ../sass/_nav.scss */
  .navbar-mega .navbar-nav li a {
    padding: 0 10px !important;
  }
}
@media (max-width: 1199px) {
  /* line 75, ../sass/_nav.scss */
  .navbar-mega .navbar-nav li a {
    padding: 0 15px;
  }
}
/* line 92, ../sass/_nav.scss */
.navbar-mega .navbar-nav li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 16px;
  right: 16px;
  width: auto;
  height: 2px;
  background: #6DB72B;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 104, ../sass/_nav.scss */
.navbar-mega .navbar-nav li a .caret {
  color: #222222;
  border-width: 3px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 110, ../sass/_nav.scss */
.navbar-mega .navbar-nav li a:hover, .navbar-mega .navbar-nav li a:focus {
  color: #6DB72B;
  background: transparent;
}
/* line 113, ../sass/_nav.scss */
.navbar-mega .navbar-nav li a:hover:before, .navbar-mega .navbar-nav li a:focus:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 116, ../sass/_nav.scss */
.navbar-mega .navbar-nav li a:hover .caret, .navbar-mega .navbar-nav li a:focus .caret {
  color: #6DB72B;
}
/* line 122, ../sass/_nav.scss */
.navbar-mega .navbar-nav li:hover .dropdown-menu {
  display: block;
}
/* line 126, ../sass/_nav.scss */
.navbar-mega .navbar-nav li:first-child a {
  border: none;
}
/* line 129, ../sass/_nav.scss */
.navbar-mega .navbar-nav li .dropdown-menu {
  padding-top: 15px;
  border-top: 2px solid #6DB72B;
  background: #202020;
  min-width: 200px;
  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 136, ../sass/_nav.scss */
.navbar-mega .navbar-nav li .dropdown-menu ul.dropdown-menu {
  left: 100%;
  top: 0;
  position: absolute;
}
/* line 141, ../sass/_nav.scss */
.navbar-mega .navbar-nav li .dropdown-menu .row {
  padding-top: 0;
}
/* line 144, ../sass/_nav.scss */
.navbar-mega .navbar-nav li .dropdown-menu li {
  display: block;
  padding: 0;
  position: relative;
}
/* line 148, ../sass/_nav.scss */
.navbar-mega .navbar-nav li .dropdown-menu li a {
  min-height: inherit;
  display: block;
  font-weight: 300;
  padding: 8px 18px;
  color: #999999;
  text-transform: none;
  -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: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
}
/* line 157, ../sass/_nav.scss */
.navbar-mega .navbar-nav li .dropdown-menu li a:hover {
  color: #6DB72B;
  background: transparent;
}
/* line 162, ../sass/_nav.scss */
.navbar-mega .navbar-nav li .dropdown-menu li:last-child {
  border: 0;
}
/* line 167, ../sass/_nav.scss */
.navbar-mega .navbar-nav li .mega-dropdown-menu {
  padding: 30px;
}
/* line 171, ../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 174, ../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 183, ../sass/_nav.scss */
.navbar-mega .navbar-nav .active {
  background: transparent;
}
/* line 185, ../sass/_nav.scss */
.navbar-mega .navbar-nav .active a {
  color: #6DB72B;
}
/* line 187, ../sass/_nav.scss */
.navbar-mega .navbar-nav .active a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 192, ../sass/_nav.scss */
.navbar-mega .navbar-nav .aligned-fullwidth {
  position: static !important;
}
/* line 194, ../sass/_nav.scss */
.navbar-mega .navbar-nav .aligned-fullwidth .dropdown-menu {
  width: 100% !important;
}
/* line 199, ../sass/_nav.scss */
.navbar-mega .navbar-nav .aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 205, ../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 211, ../sass/_nav.scss */
.navbar-mega .navbar-nav .container-mega .row div {
  position: relative;
}
/* line 213, ../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 221, ../sass/_nav.scss */
.navbar-mega .navbar-nav .container-mega .row div:first-child:after {
  content: none;
}
/* line 228, ../sass/_nav.scss */
.navbar-mega .text-label {
  position: absolute;
  top: -20px;
  right: 45%;
  padding: 0px 3px;
  font-size: 9px;
  color: #FFFFFF;
}
/* line 235, ../sass/_nav.scss */
.navbar-mega .text-label.text-hot {
  background: #e93434;
}
/* line 237, ../sass/_nav.scss */
.navbar-mega .text-label.text-hot:after {
  border-top-color: #e93434;
}
/* line 241, ../sass/_nav.scss */
.navbar-mega .text-label.text-new {
  background: #04adf0;
}
/* line 243, ../sass/_nav.scss */
.navbar-mega .text-label.text-new:after {
  border-top-color: #04adf0;
}
/* line 247, ../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 261, ../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 264, ../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 268, ../sass/_nav.scss */
.navbar-mega-theme {
  background: #6DB72B;
}
/* line 270, ../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 277, ../sass/_nav.scss */
.navbar-mega-simple {
  text-align: center;
}
/* line 279, ../sass/_nav.scss */
.navbar-mega-simple .pbr-megamenu {
  display: inline-block;
}

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

/* line 4, ../sass/_bootstrap-theme.scss */
.panel-body .list-group-item {
  border: none;
}
/* line 6, ../sass/_bootstrap-theme.scss */
.panel-body .list-group-item:hover > a, .panel-body .list-group-item li:hover a {
  color: #6DB72B;
}

/* line 10, ../sass/_bootstrap-theme.scss */
.list-unstyled {
  color: #999999;
  font-size: 14px;
  line-height: 1.5;
}

/* line 1, ../sass/_product.scss */
.product-block:before, .product-block:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 6, ../sass/_product.scss */
.product-block:after {
  clear: both;
}

/* line 10, ../sass/_product.scss */
.products-block .products-row {
  border-bottom: 1px solid #CCCCCC;
}
/* line 28, ../sass/_product.scss */
.products-block .products-row:last-child {
  border-bottom: none;
}

/* line 33, ../sass/_product.scss */
.product-block {
  background: #FFFFFF;
  margin: 32px 0px;
  text-align: center;
  position: relative;
}
/* line 38, ../sass/_product.scss */
.product-block:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #CCCCCC;
  position: absolute;
  top: 0px;
  left: -11px;
  display: block;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .product-block:before {
  right: -11px;
  left: auto;
}
/* line 49, ../sass/_product.scss */
.product-block:hover .group-popup {
  opacity: 1;
  transform: skewX(0deg);
}
/* line 54, ../sass/_product.scss */
.product-block:hover .img.effect-v10:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 60, ../sass/_product.scss */
.product-block .name {
  margin: 0px 0px 5px 0px;
  font-size: 16px;
  /*font-family: "Heebo-Medium";*/
  font-weight: 500;
  line-height: 1.2;
}
.product-block .name a {
  text-transform: lowercase;
}
.product-block .name a::first-letter {
  text-transform: uppercase !important;
}
/* line 66, ../sass/_product.scss */
.product-block .name a {
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  max-height: 50px;
  /*overflow: hidden;*/
}
/* line 71, ../sass/_product.scss */
.product-block .name a:hover {
  color: #6DB72B;
}
/* line 75, ../sass/_product.scss */
.product-block .name.list {
  display: none;
}

/* line 83, ../sass/_product.scss */
.products-row [class*="col-lg"]:first-child .product-block:before {
  display: none;
}

/* line 89, ../sass/_product.scss */
.product-img {
  position: relative;
}
/* line 91, ../sass/_product.scss */
.product-img .sale-exist {
  background: #FF4000;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 67px;
  line-height: 19px;
  border-radius: 10px;
  position: absolute;
  z-index: 3;
  text-transform: uppercase;
  top: 10px;
  right: 0px;
  left: 0px;
  margin: auto;
}
/* line 107, ../sass/_product.scss */
.product-img a.img {
  position: relative;
  z-index: 2;
  display: block;
}
/* line 112, ../sass/_product.scss */
.product-img img {
  width: 100%;
}
/* line 115, ../sass/_product.scss */
.product-img .group-popup {
  position: absolute;
  right: 0px;
  left: 0px;
  top: calc(50% - 20px);
  z-index: 3;
  opacity: 0;
  transition: all ease 0.5s;
  transform: skewX(60deg);
}
/* line 124, ../sass/_product.scss */
.product-img .group-popup .btn-popup {
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  display: inline-block;
  background: #363636;
  font-size: 18px;
  color: #FFFFFF;
  transition: all ease 0.5s;
}
/* line 133, ../sass/_product.scss */
.product-img .group-popup .btn-popup:hover {
  background: #6DB72B;
  color: #363636;
}

/* line 140, ../sass/_product.scss */
.product-meta {
  padding: 4px 0px 0px 0px;
}
/* line 142, ../sass/_product.scss */
.product-meta .description {
  display: none;
  margin-top: 28px;
}
/* line 147, ../sass/_product.scss */
.product-meta .rating i {
  font-size: 13px;
}
/* line 150, ../sass/_product.scss */
.product-meta .rating i.fa-star {
  color: #CCCCCC;
}
.product-meta .rating i.fa-star.mark-star {
    color: #FFBF00;
    background: #ffffff;
}
/* line 155, ../sass/_product.scss */
.product-meta .price {
  /*font-family: "Heebo-Black";*/
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-top: 13px;
}
/* line 159, ../sass/_product.scss */
.product-meta .price .price-new {
  color: #333333;
  float: right;
  margin-right: 45px;
}
/* line 162, ../sass/_product.scss */
.product-meta .price .price-old {
  color: #999999;
  text-decoration: line-through;
  font-size: 20px;
  float: left;
  margin-left: 45px;
  /*font-family: "Heebo-Bold";*/
}
/* line 168, ../sass/_product.scss */
.product-meta .price .price-olds {
  color: #333333;
}
/* line 172, ../sass/_product.scss */
.product-meta .cart {
  margin-top: 16px;
}
/* line 174, ../sass/_product.scss */
.product-meta .cart i {
  display: none;
}
/* line 178, ../sass/_product.scss */
.product-meta .group-action {
  margin-top: 13px;
}
/* line 181, ../sass/_product.scss */
.product-meta .btn-action {
  font-size: 13px;
  color: #444444;
  background: none;
  border: none;
  padding: 0px;
  margin: 0px 5px;
  transition: all ease 0.5s;
}
.product-meta .btn-action i {
    color: #FF4000;
}
/* line 188, ../sass/_product.scss */
.product-meta .btn-action i {
  margin-right: 4px;
  margin-left: 4px;
}
/* line 193, ../sass/_product.scss */
.product-meta .btn-action:hover {
  color: #6DB72B;
  /*border-bottom: 1px solid #6DB72B;*/
}

@media (min-width: 768px) {
  /* line 201, ../sass/_product.scss */
  .product-list .product-block {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  /* line 11, ../sass/mixins/_rtl.scss */
  .rtl .product-list .product-block {
    text-align: right;
  }
  /* line 205, ../sass/_product.scss */
  .product-list .product-block .name {
    font-size: 28px;
  }
  /* line 207, ../sass/_product.scss */
  .product-list .product-block .name a {
    height: auto;
  }
  /* line 210, ../sass/_product.scss */
  .product-list .product-block .name.grid {
    display: none;
  }
  /* line 213, ../sass/_product.scss */
  .product-list .product-block .name.list {
    display: block;
    min-height: 60px;
  }
  /* line 218, ../sass/_product.scss */
  .product-list .product-block:before {
    display: none;
  }
  /* line 222, ../sass/_product.scss */
  .product-list .product-img {
    width: 300px;
    float: left;
  }
  /* line 11, ../sass/mixins/_rtl.scss */
  .rtl .product-list .product-img {
    float: right;
  }
  /* line 226, ../sass/_product.scss */
  .product-list .product-meta {
    padding: 0px;
    width: calc(100% - 330px);
    float: right;
  }
  /* line 11, ../sass/mixins/_rtl.scss */
  .rtl .product-list .product-meta {
    float: left;
  }
  /* line 230, ../sass/_product.scss */
  .product-list .product-meta .price {
    margin-top: 28px;
  }
  /* line 233, ../sass/_product.scss */
  .product-list .product-meta .description {
    display: block;
  }
  /* line 236, ../sass/_product.scss */
  .product-list .product-meta .btn-action {
    margin: 0px 20px 0px 0px;
  }
  /* line 35, ../sass/mixins/_rtl.scss */
  .rtl .product-list .product-meta .btn-action {
    margin: 0px 0px 0px 20px;
  }
  /* line 239, ../sass/_product.scss */
  .product-list .product-meta .cart {
    float: left;
    margin-top: 15px;
  }
  /* line 11, ../sass/mixins/_rtl.scss */
  .rtl .product-list .product-meta .cart {
    float: right;
  }
  /* line 243, ../sass/_product.scss */
  .product-list .product-meta .group-action {
    float: left;
    margin-left: 23px;
    margin-top: 19px;
  }
  /* line 11, ../sass/mixins/_rtl.scss */
  .rtl .product-list .product-meta .group-action {
    float: right;
  }
  /* line 22, ../sass/mixins/_rtl.scss */
  .rtl .product-list .product-meta .group-action {
    margin-right: 23px;
    margin-left: inherit;
  }
}
/* Quick view */
/* line 258, ../sass/_product.scss */
.quick-view .row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 262, ../sass/_product.scss */
.quick-view .col-sm-7, .quick-view .col-sm-5, .quick-view .col-sm-10 {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 267, ../sass/_product.scss */
.quick-view .image-container .thumbs-preview {
  padding-left: 0px;
  padding-right: 15px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .quick-view .image-container .thumbs-preview {
  padding-right: 0px;
  padding-left: inherit;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .quick-view .image-container .thumbs-preview {
  padding-left: 15px;
  padding-right: inherit;
}
/* line 272, ../sass/_product.scss */
.quick-view .form-group, .quick-view .product-buttons-wrap {
  width: 100% !important;
}
/* line 275, ../sass/_product.scss */
.quick-view .detail-container h1 {
  font-size: 25px;
}

/* line 1, ../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 4, ../sass/_elements.scss */
.panel {
  position: relative;
}

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

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

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

/* line 23, ../sass/_elements.scss */
.btn-outline-light {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
/* line 731, ../sass/mixins/_function.scss */
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #FFFFFF;
  background-color: #6DB72B;
  border-color: #6DB72B;
}
/* line 739, ../sass/mixins/_function.scss */
.open .btn-outline-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6DB72B;
  border-color: #6DB72B;
}
/* line 744, ../sass/mixins/_function.scss */
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
/* line 748, ../sass/mixins/_function.scss */
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
/* line 754, ../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 764, ../sass/mixins/_function.scss */
.btn-outline-light .badge {
  color: transparent;
  background-color: #FFFFFF;
}

/* line 26, ../sass/_elements.scss */
.btn-outline-dark {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
/* line 731, ../sass/mixins/_function.scss */
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  color: #FFFFFF;
  background-color: #6DB72B;
  border-color: #6DB72B;
}
/* line 739, ../sass/mixins/_function.scss */
.open .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6DB72B;
  border-color: #6DB72B;
}
/* line 744, ../sass/mixins/_function.scss */
.btn-outline-dark:active, .btn-outline-dark.active {
  background-image: none;
}
/* line 748, ../sass/mixins/_function.scss */
.open .btn-outline-dark.dropdown-toggle {
  background-image: none;
}
/* line 754, ../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 764, ../sass/mixins/_function.scss */
.btn-outline-dark .badge {
  color: transparent;
  background-color: #000;
}

/* line 29, ../sass/_elements.scss */
.btn-inverse-light {
  color: #333;
  background-color: #FFFFFF;
  border-color: #FFF;
}
/* line 731, ../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 739, ../sass/mixins/_function.scss */
.open .btn-inverse-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
/* line 744, ../sass/mixins/_function.scss */
.btn-inverse-light:active, .btn-inverse-light.active {
  background-image: none;
}
/* line 748, ../sass/mixins/_function.scss */
.open .btn-inverse-light.dropdown-toggle {
  background-image: none;
}
/* line 754, ../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 764, ../sass/mixins/_function.scss */
.btn-inverse-light .badge {
  color: #FFFFFF;
  background-color: #333;
}

/* line 32, ../sass/_elements.scss */
.btn-outline {
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
}
/* line 718, ../sass/mixins/_function.scss */
.btn-outline.btn-default {
  color: #000;
}
/* line 720, ../sass/mixins/_function.scss */
.btn-outline.btn-default:hover {
  color: #FFFFFF;
}
/* line 718, ../sass/mixins/_function.scss */
.btn-outline.btn-primary {
  color: #333;
}
/* line 720, ../sass/mixins/_function.scss */
.btn-outline.btn-primary:hover {
  color: #FFFFFF;
}
/* line 718, ../sass/mixins/_function.scss */
.btn-outline.btn-success {
  color: #6DB72B;
}
/* line 720, ../sass/mixins/_function.scss */
.btn-outline.btn-success:hover {
  color: #FFFFFF;
}
/* line 718, ../sass/mixins/_function.scss */
.btn-outline.btn-info {
  color: #04adf0;
}
/* line 720, ../sass/mixins/_function.scss */
.btn-outline.btn-info:hover {
  color: #FFFFFF;
}
/* line 718, ../sass/mixins/_function.scss */
.btn-outline.btn-danger {
  color: #e93434;
}
/* line 720, ../sass/mixins/_function.scss */
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
}
/* line 718, ../sass/mixins/_function.scss */
.btn-outline.btn-warning {
  color: #f0c73b;
}
/* line 720, ../sass/mixins/_function.scss */
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
}

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

/* line 47, ../sass/_elements.scss */
.btn-default {
  background: #6DB72B;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 30px;
}
/* line 50, ../sass/_elements.scss */
.btn-default:hover {
  background: #333333;
}

/* line 55, ../sass/_elements.scss */
.btn-primary:hover {
  background: #FF4000;
  transition: all ease 0.5s;
}

/* line 60, ../sass/_elements.scss */
.btn-v1, .interactive-banner.style1 .interactive-profile .action-button .btn, .interactive-banner.style2 .interactive-profile .action-button .btn {
  text-transform: uppercase;
  transition: all ease 0.5s;
  background: #6DB72B;
  border-radius: 30px;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}
/* line 69, ../sass/_elements.scss */
.btn-v1:hover, .interactive-banner.style1 .interactive-profile .action-button .btn:hover, .interactive-banner.style2 .interactive-profile .action-button .btn:hover {
  color: #FFFFFF;
  background: #363636;
}

/* line 75, ../sass/_elements.scss */
.cart .btn-v1, .cart .interactive-banner.style1 .interactive-profile .action-button .btn, .interactive-banner.style1 .interactive-profile .action-button .cart .btn, .cart .interactive-banner.style2 .interactive-profile .action-button .btn, .interactive-banner.style2 .interactive-profile .action-button .cart .btn {
  padding-left: 31px;
  padding-right: 31px;
}

/* clearfix */
/* line 81, ../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 91, ../sass/_elements.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

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

/* line 102, ../sass/_elements.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 107, ../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 114, ../sass/_elements.scss */
.owl-carousel .owl-item {
  float: left;
}

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

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

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

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

/* line 132, ../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 147, ../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 155, ../sass/_elements.scss */
.owl-carousel {
  margin: 0px !important;
  direction: ltr !important;
  overflow: hidden;
}

/* line 160, ../sass/_elements.scss */
.owl-carousel {
  margin: 0px !important;
}

/* line 163, ../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 169, ../sass/_elements.scss */
.owl-carousel:hover .owl-buttons div {
  opacity: 0.7;
}

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

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

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

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

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

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

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

/* line 197, ../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 205, ../sass/_elements.scss */
.owl-controls .owl-page.active span {
  background: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

/* line 244, ../sass/_elements.scss */
.text-red-1 {
  color: #ff0000 !important;
}

/* line 247, ../sass/_elements.scss */
.text-orange {
  color: #f66000 !important;
}

/* line 250, ../sass/_elements.scss */
.text-yellow {
  color: #e2d951 !important;
}

/* line 253, ../sass/_elements.scss */
.text-black {
  color: #000 !important;
}

/* line 256, ../sass/_elements.scss */
.text-white, .text-light {
  color: #FFFFFF !important;
}

/* line 259, ../sass/_elements.scss */
.text-darker {
  color: #333 !important;
}

/* line 262, ../sass/_elements.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/*Radius
------------------------------------*/
/* line 268, ../sass/_elements.scss */
.radius-0 {
  border-radius: 0 !important;
}

/* line 271, ../sass/_elements.scss */
.radius-x {
  border-radius: 50% !important;
}

/* line 274, ../sass/_elements.scss */
.radius-1x {
  border-radius: 10px !important;
}

/* line 277, ../sass/_elements.scss */
.radius-2x {
  border-radius: 20px !important;
}

/* line 280, ../sass/_elements.scss */
.radius-3x {
  border-radius: 30px !important;
}

/* line 283, ../sass/_elements.scss */
.radius-4x {
  border-radius: 40px !important;
}

/* line 286, ../sass/_elements.scss */
.radius-5x {
  border-radius: 5px !important;
}

/* line 289, ../sass/_elements.scss */
.radius-6x {
  border-radius: 3px !important;
}

/**
 * Menu
 */
/* line 296, ../sass/_elements.scss */
ul.menu {
  padding: 0;
  margin: 0;
}
/* line 299, ../sass/_elements.scss */
ul.menu li {
  list-style: none;
}

/****/
/** SOCIAL ICONS ***/
/* line 309, ../sass/_elements.scss */
.bo-social-icons [class^="bo-social-"] {
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  /*border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #3c3c3c;*/
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: 0 1px;
}
/* line 324, ../sass/_elements.scss */
.bo-social-icons [class^="bo-social-"]:hover {
  background: #6DB72B;
  color: #FFFFFF;
  border-color: #6DB72B;
}
/* line 330, ../sass/_elements.scss */
.bo-social-icons .bo-social-white {
  background: #FFFFFF;
  color: #a4a4a4;
  border: 1px solid #a4a4a4;
}
/* line 335, ../sass/_elements.scss */
.bo-social-icons .bo-social-outline {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
/* line 340, ../sass/_elements.scss */
.bo-social-icons .bo-social-outline-light {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
/* line 344, ../sass/_elements.scss */
.bo-social-icons .bo-social-outline-light:hover {
  background: #FFF;
  color: #000;
  border-color: #000;
}
/* line 351, ../sass/_elements.scss */
.bo-social-icons:first-child [class*="bo-social-"] {
  margin-top: 0;
}
/* line 356, ../sass/_elements.scss */
.bo-social-icons:last-child [class*="bo-social-"] {
  margin-bottom: 0;
}
/* line 361, ../sass/_elements.scss */
.bo-social-icons.bo-sicolor [class*="bo-social-"] {
  color: #FFFFFF;
}

/* line 367, ../sass/_elements.scss */
.bo-sicolor .bo-social-twitter {
  background: #00bdec;
}
/* line 367, ../sass/_elements.scss */
.bo-sicolor .bo-social-twitter:hover {
  background: #000000;
}
/* line 368, ../sass/_elements.scss */
.bo-sicolor .bo-social-dribbble {
  background: #ef5b92;
}
/* line 368, ../sass/_elements.scss */
.bo-sicolor .bo-social-dribbble:hover {
  background: #000000;
}
/* line 369, ../sass/_elements.scss */
.bo-sicolor .bo-social-facebook {
  background: #3b5998;
}
/* line 369, ../sass/_elements.scss */
.bo-sicolor .bo-social-facebook:hover {
  background: #000000;
}
/* line 370, ../sass/_elements.scss */
.bo-sicolor .bo-social-duckduckgo {
  background: #de3100;
}
/* line 370, ../sass/_elements.scss */
.bo-sicolor .bo-social-duckduckgo:hover {
  background: #000000;
}
/* line 371, ../sass/_elements.scss */
.bo-sicolor .bo-social-aim {
  background: #158799;
}
/* line 371, ../sass/_elements.scss */
.bo-sicolor .bo-social-aim:hover {
  background: #000000;
}
/* line 372, ../sass/_elements.scss */
.bo-sicolor .bo-social-delicious {
  background: #183864;
}
/* line 372, ../sass/_elements.scss */
.bo-sicolor .bo-social-delicious:hover {
  background: #000000;
}
/* line 373, ../sass/_elements.scss */
.bo-sicolor .bo-social-paypal {
  background: #32689a;
}
/* line 373, ../sass/_elements.scss */
.bo-sicolor .bo-social-paypal:hover {
  background: #000000;
}
/* line 374, ../sass/_elements.scss */
.bo-sicolor .bo-social-android {
  background: #8ab733;
}
/* line 374, ../sass/_elements.scss */
.bo-sicolor .bo-social-android:hover {
  background: #000000;
}
/* line 375, ../sass/_elements.scss */
.bo-sicolor .bo-social-gplus {
  background: #d94a39;
}
/* line 375, ../sass/_elements.scss */
.bo-sicolor .bo-social-gplus:hover {
  background: #000000;
}
/* line 376, ../sass/_elements.scss */
.bo-sicolor .bo-social-lanyrd {
  background: #3879ba;
}
/* line 376, ../sass/_elements.scss */
.bo-sicolor .bo-social-lanyrd:hover {
  background: #000000;
}
/* line 377, ../sass/_elements.scss */
.bo-sicolor .bo-social-stumbleupon {
  background: #ea4b24;
}
/* line 377, ../sass/_elements.scss */
.bo-sicolor .bo-social-stumbleupon:hover {
  background: #000000;
}
/* line 378, ../sass/_elements.scss */
.bo-sicolor .bo-social-fivehundredpx {
  background: #00a6e1;
}
/* line 378, ../sass/_elements.scss */
.bo-sicolor .bo-social-fivehundredpx:hover {
  background: #000000;
}
/* line 379, ../sass/_elements.scss */
.bo-sicolor .bo-social-pinterest {
  background: #b8242a;
}
/* line 379, ../sass/_elements.scss */
.bo-sicolor .bo-social-pinterest:hover {
  background: #000000;
}
/* line 380, ../sass/_elements.scss */
.bo-sicolor .bo-social-bitcoin {
  background: #f7931a;
}
/* line 380, ../sass/_elements.scss */
.bo-sicolor .bo-social-bitcoin:hover {
  background: #000000;
}
/* line 381, ../sass/_elements.scss */
.bo-sicolor .bo-social-w3c {
  background: #005a9c;
}
/* line 381, ../sass/_elements.scss */
.bo-sicolor .bo-social-w3c:hover {
  background: #000000;
}
/* line 382, ../sass/_elements.scss */
.bo-sicolor .bo-social-foursquare {
  background: #3bb7e8;
}
/* line 382, ../sass/_elements.scss */
.bo-sicolor .bo-social-foursquare:hover {
  background: #000000;
}
/* line 383, ../sass/_elements.scss */
.bo-sicolor .bo-social-html5 {
  background: #e44e26;
}
/* line 383, ../sass/_elements.scss */
.bo-sicolor .bo-social-html5:hover {
  background: #000000;
}
/* line 384, ../sass/_elements.scss */
.bo-sicolor .bo-social-ie {
  background: #00ccff;
}
/* line 384, ../sass/_elements.scss */
.bo-sicolor .bo-social-ie:hover {
  background: #000000;
}
/* line 385, ../sass/_elements.scss */
.bo-sicolor .bo-social-grooveshark {
  background: #f66f00;
}
/* line 385, ../sass/_elements.scss */
.bo-sicolor .bo-social-grooveshark:hover {
  background: #000000;
}
/* line 386, ../sass/_elements.scss */
.bo-sicolor .bo-social-ninetyninedesigns {
  background: #ff5501;
}
/* line 386, ../sass/_elements.scss */
.bo-sicolor .bo-social-ninetyninedesigns:hover {
  background: #000000;
}
/* line 387, ../sass/_elements.scss */
.bo-sicolor .bo-social-forrst {
  background: #223f17;
}
/* line 387, ../sass/_elements.scss */
.bo-sicolor .bo-social-forrst:hover {
  background: #000000;
}
/* line 388, ../sass/_elements.scss */
.bo-sicolor .bo-social-spotify {
  background: #8fbd05;
}
/* line 388, ../sass/_elements.scss */
.bo-sicolor .bo-social-spotify:hover {
  background: #000000;
}
/* line 389, ../sass/_elements.scss */
.bo-sicolor .bo-social-reddit {
  background: #ff4500;
}
/* line 389, ../sass/_elements.scss */
.bo-sicolor .bo-social-reddit:hover {
  background: #000000;
}
/* line 390, ../sass/_elements.scss */
.bo-sicolor .bo-social-gowalla {
  background: #f6911d;
}
/* line 390, ../sass/_elements.scss */
.bo-sicolor .bo-social-gowalla:hover {
  background: #000000;
}
/* line 391, ../sass/_elements.scss */
.bo-sicolor .bo-social-apple {
  background: #5f5f5f;
}
/* line 391, ../sass/_elements.scss */
.bo-sicolor .bo-social-apple:hover {
  background: #000000;
}
/* line 392, ../sass/_elements.scss */
.bo-sicolor .bo-social-blogger {
  background: #fb9241;
}
/* line 392, ../sass/_elements.scss */
.bo-sicolor .bo-social-blogger:hover {
  background: #000000;
}
/* line 393, ../sass/_elements.scss */
.bo-sicolor .bo-social-cc {
  background: #5e7c00;
}
/* line 393, ../sass/_elements.scss */
.bo-sicolor .bo-social-cc:hover {
  background: #000000;
}
/* line 394, ../sass/_elements.scss */
.bo-sicolor .bo-social-evernote {
  background: #61b239;
}
/* line 394, ../sass/_elements.scss */
.bo-sicolor .bo-social-evernote:hover {
  background: #000000;
}
/* line 395, ../sass/_elements.scss */
.bo-sicolor .bo-social-flickr {
  background: #ff0084;
}
/* line 395, ../sass/_elements.scss */
.bo-sicolor .bo-social-flickr:hover {
  background: #000000;
}
/* line 396, ../sass/_elements.scss */
.bo-sicolor .bo-social-google {
  background: #d94a39;
}
/* line 396, ../sass/_elements.scss */
.bo-sicolor .bo-social-google:hover {
  background: #000000;
}
/* line 397, ../sass/_elements.scss */
.bo-sicolor .bo-social-viadeo {
  background: #f5a433;
}
/* line 397, ../sass/_elements.scss */
.bo-sicolor .bo-social-viadeo:hover {
  background: #000000;
}
/* line 398, ../sass/_elements.scss */
.bo-sicolor .bo-social-instapaper {
  background: #eaec08;
}
/* line 398, ../sass/_elements.scss */
.bo-sicolor .bo-social-instapaper:hover {
  background: #000000;
}
/* line 399, ../sass/_elements.scss */
.bo-sicolor .bo-social-klout {
  background: #e34600;
}
/* line 399, ../sass/_elements.scss */
.bo-sicolor .bo-social-klout:hover {
  background: #000000;
}
/* line 400, ../sass/_elements.scss */
.bo-sicolor .bo-social-linkedin {
  background: #1b92bd;
}
/* line 400, ../sass/_elements.scss */
.bo-sicolor .bo-social-linkedin:hover {
  background: #000000;
}
/* line 401, ../sass/_elements.scss */
.bo-sicolor .bo-social-meetup {
  background: #e51938;
}
/* line 401, ../sass/_elements.scss */
.bo-sicolor .bo-social-meetup:hover {
  background: #000000;
}
/* line 402, ../sass/_elements.scss */
.bo-sicolor .bo-social-vk {
  background: #587da4;
}
/* line 402, ../sass/_elements.scss */
.bo-sicolor .bo-social-vk:hover {
  background: #000000;
}
/* line 403, ../sass/_elements.scss */
.bo-sicolor .bo-social-disqus {
  background: #2e9fff;
}
/* line 403, ../sass/_elements.scss */
.bo-sicolor .bo-social-disqus:hover {
  background: #000000;
}
/* line 404, ../sass/_elements.scss */
.bo-sicolor .bo-social-rss {
  background: #ff7f00;
}
/* line 404, ../sass/_elements.scss */
.bo-sicolor .bo-social-rss:hover {
  background: #000000;
}
/* line 405, ../sass/_elements.scss */
.bo-sicolor .bo-social-skype {
  background: #18b7f1;
}
/* line 405, ../sass/_elements.scss */
.bo-sicolor .bo-social-skype:hover {
  background: #000000;
}
/* line 406, ../sass/_elements.scss */
.bo-sicolor .bo-social-youtube {
  background: #c4302b;
}
/* line 406, ../sass/_elements.scss */
.bo-sicolor .bo-social-youtube:hover {
  background: #000000;
}
/* line 407, ../sass/_elements.scss */
.bo-sicolor .bo-social-vimeo {
  background: #01557a;
}
/* line 407, ../sass/_elements.scss */
.bo-sicolor .bo-social-vimeo:hover {
  background: #000000;
}
/* line 408, ../sass/_elements.scss */
.bo-sicolor .bo-social-windows {
  background: #00ccff;
}
/* line 408, ../sass/_elements.scss */
.bo-sicolor .bo-social-windows:hover {
  background: #000000;
}
/* line 409, ../sass/_elements.scss */
.bo-sicolor .bo-social-xing {
  background: #036567;
}
/* line 409, ../sass/_elements.scss */
.bo-sicolor .bo-social-xing:hover {
  background: #000000;
}
/* line 410, ../sass/_elements.scss */
.bo-sicolor .bo-social-yahoo {
  background: #61399d;
}
/* line 410, ../sass/_elements.scss */
.bo-sicolor .bo-social-yahoo:hover {
  background: #000000;
}
/* line 411, ../sass/_elements.scss */
.bo-sicolor .bo-social-chrome {
  background: #58b947;
}
/* line 411, ../sass/_elements.scss */
.bo-sicolor .bo-social-chrome:hover {
  background: #000000;
}
/* line 412, ../sass/_elements.scss */
.bo-sicolor .bo-social-macstore {
  background: #6e6e6e;
}
/* line 412, ../sass/_elements.scss */
.bo-sicolor .bo-social-macstore:hover {
  background: #000000;
}
/* line 413, ../sass/_elements.scss */
.bo-sicolor .bo-social-amazon {
  background: #ff9900;
}
/* line 413, ../sass/_elements.scss */
.bo-sicolor .bo-social-amazon:hover {
  background: #000000;
}
/* line 414, ../sass/_elements.scss */
.bo-sicolor .bo-social-steam {
  background: #a5a4a1;
}
/* line 414, ../sass/_elements.scss */
.bo-sicolor .bo-social-steam:hover {
  background: #000000;
}
/* line 415, ../sass/_elements.scss */
.bo-sicolor .bo-social-dropbox {
  background: #7ab6ec;
}
/* line 415, ../sass/_elements.scss */
.bo-sicolor .bo-social-dropbox:hover {
  background: #000000;
}
/* line 416, ../sass/_elements.scss */
.bo-sicolor .bo-social-cloudapp {
  background: #489dde;
}
/* line 416, ../sass/_elements.scss */
.bo-sicolor .bo-social-cloudapp:hover {
  background: #000000;
}
/* line 417, ../sass/_elements.scss */
.bo-sicolor .bo-social-ebay {
  background: #86b817;
}
/* line 417, ../sass/_elements.scss */
.bo-sicolor .bo-social-ebay:hover {
  background: #000000;
}
/* line 418, ../sass/_elements.scss */
.bo-sicolor .bo-social-github {
  background: #667F8E;
}
/* line 418, ../sass/_elements.scss */
.bo-sicolor .bo-social-github:hover {
  background: #000000;
}
/* line 419, ../sass/_elements.scss */
.bo-sicolor .bo-social-googleplay {
  background: #5befd0;
}
/* line 419, ../sass/_elements.scss */
.bo-sicolor .bo-social-googleplay:hover {
  background: #000000;
}
/* line 420, ../sass/_elements.scss */
.bo-sicolor .bo-social-itunes {
  background: #177ac8;
}
/* line 420, ../sass/_elements.scss */
.bo-sicolor .bo-social-itunes:hover {
  background: #000000;
}
/* line 421, ../sass/_elements.scss */
.bo-sicolor .bo-social-plurk {
  background: #a73d07;
}
/* line 421, ../sass/_elements.scss */
.bo-sicolor .bo-social-plurk:hover {
  background: #000000;
}
/* line 422, ../sass/_elements.scss */
.bo-sicolor .bo-social-songkick {
  background: #f80046;
}
/* line 422, ../sass/_elements.scss */
.bo-sicolor .bo-social-songkick:hover {
  background: #000000;
}
/* line 423, ../sass/_elements.scss */
.bo-sicolor .bo-social-lastfm {
  background: #c60e16;
}
/* line 423, ../sass/_elements.scss */
.bo-sicolor .bo-social-lastfm:hover {
  background: #000000;
}
/* line 424, ../sass/_elements.scss */
.bo-sicolor .bo-social-gmail {
  background: #e04a3f;
}
/* line 424, ../sass/_elements.scss */
.bo-sicolor .bo-social-gmail:hover {
  background: #000000;
}
/* line 425, ../sass/_elements.scss */
.bo-sicolor .bo-social-pinboard {
  background: #224cf4;
}
/* line 425, ../sass/_elements.scss */
.bo-sicolor .bo-social-pinboard:hover {
  background: #000000;
}
/* line 426, ../sass/_elements.scss */
.bo-sicolor .bo-social-openid {
  background: #be661b;
}
/* line 426, ../sass/_elements.scss */
.bo-sicolor .bo-social-openid:hover {
  background: #000000;
}
/* line 427, ../sass/_elements.scss */
.bo-sicolor .bo-social-quora {
  background: #c41a00;
}
/* line 427, ../sass/_elements.scss */
.bo-sicolor .bo-social-quora:hover {
  background: #000000;
}
/* line 428, ../sass/_elements.scss */
.bo-sicolor .bo-social-soundcloud {
  background: #ff5c00;
}
/* line 428, ../sass/_elements.scss */
.bo-sicolor .bo-social-soundcloud:hover {
  background: #000000;
}
/* line 429, ../sass/_elements.scss */
.bo-sicolor .bo-social-tumblr {
  background: #395874;
}
/* line 429, ../sass/_elements.scss */
.bo-sicolor .bo-social-tumblr:hover {
  background: #000000;
}
/* line 430, ../sass/_elements.scss */
.bo-sicolor .bo-social-eventasaurus {
  background: #b9f15e;
}
/* line 430, ../sass/_elements.scss */
.bo-sicolor .bo-social-eventasaurus:hover {
  background: #000000;
}
/* line 431, ../sass/_elements.scss */
.bo-sicolor .bo-social-wordpress {
  background: #464646;
}
/* line 431, ../sass/_elements.scss */
.bo-sicolor .bo-social-wordpress:hover {
  background: #000000;
}
/* line 432, ../sass/_elements.scss */
.bo-sicolor .bo-social-yelp {
  background: #c41200;
}
/* line 432, ../sass/_elements.scss */
.bo-sicolor .bo-social-yelp:hover {
  background: #000000;
}
/* line 433, ../sass/_elements.scss */
.bo-sicolor .bo-social-intensedebate {
  background: #00aeef;
}
/* line 433, ../sass/_elements.scss */
.bo-sicolor .bo-social-intensedebate:hover {
  background: #000000;
}
/* line 434, ../sass/_elements.scss */
.bo-sicolor .bo-social-eventbrite {
  background: #ff6c00;
}
/* line 434, ../sass/_elements.scss */
.bo-sicolor .bo-social-eventbrite:hover {
  background: #000000;
}
/* line 435, ../sass/_elements.scss */
.bo-sicolor .bo-social-scribd {
  background: #002939;
}
/* line 435, ../sass/_elements.scss */
.bo-sicolor .bo-social-scribd:hover {
  background: #000000;
}
/* line 436, ../sass/_elements.scss */
.bo-sicolor .bo-social-posterous {
  background: #f8d667;
}
/* line 436, ../sass/_elements.scss */
.bo-sicolor .bo-social-posterous:hover {
  background: #000000;
}
/* line 437, ../sass/_elements.scss */
.bo-sicolor .bo-social-stripe {
  background: #617ee8;
}
/* line 437, ../sass/_elements.scss */
.bo-sicolor .bo-social-stripe:hover {
  background: #000000;
}
/* line 438, ../sass/_elements.scss */
.bo-sicolor .bo-social-opentable {
  background: #990000;
}
/* line 438, ../sass/_elements.scss */
.bo-sicolor .bo-social-opentable:hover {
  background: #000000;
}
/* line 439, ../sass/_elements.scss */
.bo-sicolor .bo-social-instagram {
  background: #4c799f;
}
/* line 439, ../sass/_elements.scss */
.bo-sicolor .bo-social-instagram:hover {
  background: #000000;
}
/* line 440, ../sass/_elements.scss */
.bo-sicolor .bo-social-dwolla {
  background: #ff7404;
}
/* line 440, ../sass/_elements.scss */
.bo-sicolor .bo-social-dwolla:hover {
  background: #000000;
}
/* line 441, ../sass/_elements.scss */
.bo-sicolor .bo-social-appnet {
  background: #1e0c29;
}
/* line 441, ../sass/_elements.scss */
.bo-sicolor .bo-social-appnet:hover {
  background: #000000;
}
/* line 442, ../sass/_elements.scss */
.bo-sicolor .bo-social-statusnet {
  background: #fb6104;
}
/* line 442, ../sass/_elements.scss */
.bo-sicolor .bo-social-statusnet:hover {
  background: #000000;
}
/* line 443, ../sass/_elements.scss */
.bo-sicolor .bo-social-acrobat {
  background: #ff0000;
}
/* line 443, ../sass/_elements.scss */
.bo-sicolor .bo-social-acrobat:hover {
  background: #000000;
}
/* line 444, ../sass/_elements.scss */
.bo-sicolor .bo-social-drupal {
  background: #007dc3;
}
/* line 444, ../sass/_elements.scss */
.bo-sicolor .bo-social-drupal:hover {
  background: #000000;
}
/* line 445, ../sass/_elements.scss */
.bo-sicolor .bo-social-pocket {
  background: #ee4056;
}
/* line 445, ../sass/_elements.scss */
.bo-sicolor .bo-social-pocket:hover {
  background: #000000;
}
/* line 446, ../sass/_elements.scss */
.bo-sicolor .bo-social-bitbucket {
  background: #205081;
}
/* line 446, ../sass/_elements.scss */
.bo-sicolor .bo-social-bitbucket:hover {
  background: #000000;
}
/* line 447, ../sass/_elements.scss */
.bo-sicolor .bo-social-flattr {
  background: #fbbc23;
}
/* line 447, ../sass/_elements.scss */
.bo-sicolor .bo-social-flattr:hover {
  background: #000000;
}
/* line 448, ../sass/_elements.scss */
.bo-sicolor .bo-social-eventful {
  background: #0066cc;
}
/* line 448, ../sass/_elements.scss */
.bo-sicolor .bo-social-eventful:hover {
  background: #000000;
}
/* line 449, ../sass/_elements.scss */
.bo-sicolor .bo-social-smashmag {
  background: #d6231c;
}
/* line 449, ../sass/_elements.scss */
.bo-sicolor .bo-social-smashmag:hover {
  background: #000000;
}
/* line 450, ../sass/_elements.scss */
.bo-sicolor .bo-social-wordpress {
  background: #1e8cbe;
}
/* line 450, ../sass/_elements.scss */
.bo-sicolor .bo-social-wordpress:hover {
  background: #000000;
}
/* line 451, ../sass/_elements.scss */
.bo-sicolor .bo-social-calendar {
  background: #ff0000;
}
/* line 451, ../sass/_elements.scss */
.bo-sicolor .bo-social-calendar:hover {
  background: #000000;
}
/* line 452, ../sass/_elements.scss */
.bo-sicolor .bo-social-call {
  background: #04be3d;
}
/* line 452, ../sass/_elements.scss */
.bo-sicolor .bo-social-call:hover {
  background: #000000;
}
/* line 453, ../sass/_elements.scss */
.bo-sicolor .bo-social-guest {
  background: #03a9d2;
}
/* line 453, ../sass/_elements.scss */
.bo-sicolor .bo-social-guest:hover {
  background: #000000;
}
/* line 454, ../sass/_elements.scss */
.bo-sicolor .bo-social-weibo {
  background: #fd0000;
}
/* line 454, ../sass/_elements.scss */
.bo-sicolor .bo-social-weibo:hover {
  background: #000000;
}
/* line 455, ../sass/_elements.scss */
.bo-sicolor .bo-social-plancast {
  background: #e4b82c;
}
/* line 455, ../sass/_elements.scss */
.bo-sicolor .bo-social-plancast:hover {
  background: #000000;
}
/* line 456, ../sass/_elements.scss */
.bo-sicolor .bo-social-email {
  background: blue;
}
/* line 456, ../sass/_elements.scss */
.bo-sicolor .bo-social-email:hover {
  background: #000000;
}
/* line 457, ../sass/_elements.scss */
.bo-sicolor .bo-social-myspace {
  background: #2068b0;
}
/* line 457, ../sass/_elements.scss */
.bo-sicolor .bo-social-myspace:hover {
  background: #000000;
}
/* line 458, ../sass/_elements.scss */
.bo-sicolor .bo-social-podcast {
  background: #f38b36;
}
/* line 458, ../sass/_elements.scss */
.bo-sicolor .bo-social-podcast:hover {
  background: #000000;
}
/* line 459, ../sass/_elements.scss */
.bo-sicolor .bo-social-cart {
  background: #00a204;
}
/* line 459, ../sass/_elements.scss */
.bo-sicolor .bo-social-cart:hover {
  background: #000000;
}

/* --- SCSS For Counters --- */
/* line 465, ../sass/_elements.scss */
.counters {
  text-align: center;
  color: #FFFFFF;
}
/* line 468, ../sass/_elements.scss */
.counters .counter-wrap {
  font-size: 30px;
}
/* line 471, ../sass/_elements.scss */
.counters .counter-wrap .fa {
  font-size: 46px;
}
/* line 474, ../sass/_elements.scss */
.counters .counter-wrap .counter {
  display: inline-block;
  margin-bottom: 13px;
}
/* line 477, ../sass/_elements.scss */
.counters .counter-wrap .counter:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #FFFFFF;
  display: block;
  margin: 5px auto;
}
/* line 486, ../sass/_elements.scss */
.counters h5 {
  font-weight: 700;
  margin: 5px 0 30px;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
}

/* --- SCSS For Pricing --- */
/* line 500, ../sass/_elements.scss */
.pricing {
  text-align: center;
}
/* line 502, ../sass/_elements.scss */
.pricing ul {
  padding-left: 0;
  padding-right: 0;
}
/* line 505, ../sass/_elements.scss */
.pricing ul li {
  list-style: none;
}
/* line 509, ../sass/_elements.scss */
.pricing.pricing-v1 {
  background: #FFFFFF;
  border: 3px solid #313131;
}
/* line 512, ../sass/_elements.scss */
.pricing.pricing-v1 .pricing-header > * {
  /*font-family: "Heebo-Regular";*/
}
/* line 515, ../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 524, ../sass/_elements.scss */
.pricing.pricing-v1 .plan-figure {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
/* line 529, ../sass/_elements.scss */
.pricing.pricing-v1 .plan-price {
  font-size: 16px;
  border-bottom: 2px solid #f0f0f0;
  line-height: 1;
  padding: 25px 0;
}
/* line 534, ../sass/_elements.scss */
.pricing.pricing-v1 .plan-price p {
  margin: 0;
}
/* line 538, ../sass/_elements.scss */
.pricing.pricing-v1 .plan-currency {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  position: relative;
  top: -15px;
}
/* line 545, ../sass/_elements.scss */
.pricing.pricing-v1 .plain-info {
  padding: 20px;
}
/* line 547, ../sass/_elements.scss */
.pricing.pricing-v1 .plain-info li {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  padding: 15px 0;
}
/* line 554, ../sass/_elements.scss */
.pricing.pricing-v1 .pricing-footer {
  padding: 0px 20px 40px 20px;
}
/* line 557, ../sass/_elements.scss */
.pricing.pricing-v1.pricing-highlight {
  border-color: #6DB72B !important;
}
/* line 561, ../sass/_elements.scss */
.pricing.pricing-v2 {
  background: #FFFFFF;
}
/* line 563, ../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 571, ../sass/_elements.scss */
.pricing.pricing-v2 .plan-price {
  background: #333;
  margin: 0 -10px;
  position: relative;
  height: 100px;
}
/* line 576, ../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 587, ../sass/_elements.scss */
.pricing.pricing-v2 .plan-price .plan-figure {
  font-size: 48px;
  font-weight: 300;
}
/* line 591, ../sass/_elements.scss */
.pricing.pricing-v2 .plan-price .plan-currency {
  font-size: 30px;
  font-weight: 300;
}
/* line 596, ../sass/_elements.scss */
.pricing.pricing-v2 .plain-info {
  padding: 20px;
}
/* line 598, ../sass/_elements.scss */
.pricing.pricing-v2 .plain-info li {
  color: #000;
  line-height: 62px;
  border-bottom: 1px dashed #C8C8C8;
}
/* line 604, ../sass/_elements.scss */
.pricing.pricing-v2 .pricing-footer {
  padding: 0 20px 40px 20px;
}
/* line 608, ../sass/_elements.scss */
.pricing.pricing-v2.pricing-highlight .plan-title {
  background: #FFFFFF;
  color: #000000;
}
/* line 612, ../sass/_elements.scss */
.pricing.pricing-v2.pricing-highlight .plan-price-body {
  background: #6DB72B;
  color: #FFFFFF;
}
/* line 616, ../sass/_elements.scss */
.pricing.pricing-v2.pricing-highlight .btn-block {
  background: #6DB72B;
  border-color: #6DB72B;
}
/* line 619, ../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: #6DB72B;
}
/* line 626, ../sass/_elements.scss */
.pricing.pricing-v3 {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
}
/* line 629, ../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 637, ../sass/_elements.scss */
.pricing.pricing-v3 .plan-title span {
  color: #FFFFFF;
}
/* line 641, ../sass/_elements.scss */
.pricing.pricing-v3 .plan-figure {
  font-size: 48px;
  font-weight: 300;
  color: #000;
}
/* line 646, ../sass/_elements.scss */
.pricing.pricing-v3 .plan-price {
  font-size: 16px;
  background: #332C3E;
  padding: 15px 0;
}
/* line 650, ../sass/_elements.scss */
.pricing.pricing-v3 .plan-price > * {
  color: #FFFFFF;
  line-height: 1;
}
/* line 655, ../sass/_elements.scss */
.pricing.pricing-v3 .plan-currency {
  font-size: 30px;
  font-weight: 300;
}
/* line 660, ../sass/_elements.scss */
.pricing.pricing-v3 .plain-info li {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  background: #F8F8F8;
  padding: 14px 0;
}
/* line 666, ../sass/_elements.scss */
.pricing.pricing-v3 .plain-info li:nth-child(2n+1) {
  background: #FFFFFF;
}
/* line 671, ../sass/_elements.scss */
.pricing.pricing-v3 .pricing-footer {
  padding: 0px 20px 40px 20px;
}
/* line 675, ../sass/_elements.scss */
.pricing.pricing-v3.pricing-highlight .plan-title {
  background: #6DB72B;
  color: #FFFFFF;
}
/* line 679, ../sass/_elements.scss */
.pricing.pricing-v3.pricing-highlight .plan-price {
  background: #6DB72B;
  color: #FFFFFF;
}
/* line 683, ../sass/_elements.scss */
.pricing.pricing-v3.pricing-highlight .btn-block {
  background: #6DB72B;
  border-color: #6DB72B;
}
/* line 686, ../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: #6DB72B;
}
/* line 694, ../sass/_elements.scss */
.pricing.pricing-highlight .plan-title {
  background: #6DB72B;
  color: #FFFFFF;
}

/* our team */
/* line 711, ../sass/_elements.scss */
[class*="team-v"] {
  text-align: center;
}
/* line 713, ../sass/_elements.scss */
[class*="team-v"] [class^="bo-social-"] {
  margin: 0;
}
/* line 716, ../sass/_elements.scss */
[class*="team-v"] .team-name {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* line 724, ../sass/_elements.scss */
.team-list {
  margin-bottom: 50px;
}
/* line 726, ../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 732, ../sass/_elements.scss */
.team-list .team-name:after {
  bottom: 0;
  left: 0;
  content: "";
  background: #6DB72B;
  width: 30px;
  height: 2px;
  position: absolute;
}
/* line 741, ../sass/_elements.scss */
.team-list .team-position {
  text-transform: uppercase;
  color: #6DB72B;
  font-weight: 800;
  margin-bottom: 25px;
}
/* line 747, ../sass/_elements.scss */
.team-list .team-info {
  margin-bottom: 15px;
}
/* line 750, ../sass/_elements.scss */
.team-list .bo-social-icons {
  text-align: left;
}
/* line 752, ../sass/_elements.scss */
.team-list .bo-social-icons [class*="bo-social-"] {
  margin: 0;
}

/* line 759, ../sass/_elements.scss */
.team-gallery {
  background: #FFF;
}
/* line 761, ../sass/_elements.scss */
.team-gallery .team-header {
  position: relative;
  text-align: center;
}
/* line 764, ../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(255, 210, 0, 0.5);
}
/* line 776, ../sass/_elements.scss */
.team-gallery .team-name {
  font-size: 14px;
  margin-top: 0;
  text-transform: uppercase;
}
/* line 781, ../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 794, ../sass/_elements.scss */
.team-gallery .team-info {
  color: #FFFFFF;
}
/* line 797, ../sass/_elements.scss */
.team-gallery .team-position {
  color: #999999;
  margin-bottom: 0;
}
/* line 801, ../sass/_elements.scss */
.team-gallery .team-body-content {
  padding: 30px;
  position: relative;
}
/* line 804, ../sass/_elements.scss */
.team-gallery .team-body-content:before {
  content: "";
  right: 0;
  width: 1px;
  height: 50px;
  position: absolute;
  background: #6DB72B;
}
/* line 812, ../sass/_elements.scss */
.team-gallery .bo-social-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: none;
}
/* line 819, ../sass/_elements.scss */
.team-gallery:hover .team-header:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 824, ../sass/_elements.scss */
.team-gallery:hover .team-gallery-box {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 832, ../sass/_elements.scss */
.team-hover {
  background: #FFF;
  border: none;
}
/* line 835, ../sass/_elements.scss */
.team-hover .team-header {
  position: relative;
  text-align: center;
}
/* line 838, ../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(255, 210, 0, 0.5);
}
/* line 850, ../sass/_elements.scss */
.team-hover .team-name {
  font-size: 14px;
  margin-top: 0;
  text-transform: uppercase;
}
/* line 855, ../sass/_elements.scss */
.team-hover .team-gallery-box {
  width: 100%;
  height: 45px;
  top: 50%;
  margin-top: -22.5px;
}
/* line 861, ../sass/_elements.scss */
.team-hover .team-info {
  color: #FFFFFF;
}
/* line 864, ../sass/_elements.scss */
.team-hover .team-position {
  color: #999999;
  margin-bottom: 0;
}
/* line 868, ../sass/_elements.scss */
.team-hover .team-body-content {
  padding: 20px;
  position: relative;
  text-align: center;
}
/* line 872, ../sass/_elements.scss */
.team-hover .team-body-content:before {
  content: none;
}
/* line 875, ../sass/_elements.scss */
.team-hover .team-body-content > * {
  text-align: center;
}
/* line 878, ../sass/_elements.scss */
.team-hover .team-body-content .team-name {
  margin-bottom: 5px;
}
/* line 882, ../sass/_elements.scss */
.team-hover .bo-social-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: none;
}
/* line 889, ../sass/_elements.scss */
.team-hover:hover .team-header:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 894, ../sass/_elements.scss */
.team-hover:hover .team-gallery-box {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 901, ../sass/_elements.scss */
.team-small {
  border: none !important;
}
/* line 903, ../sass/_elements.scss */
.team-small .team-body {
  background: none !important;
}
/* line 906, ../sass/_elements.scss */
.team-small .team-info {
  display: none !important;
}
/* line 910, ../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;
}

/**
 * Tab Style
 */
/* line 926, ../sass/_elements.scss */
.tab-v7 .nav-tabs {
  border-bottom: none;
}
/* line 929, ../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 936, ../sass/_elements.scss */
.tab-v7 .nav-tabs > li > a:hover {
  color: #333;
}
/* line 940, ../sass/_elements.scss */
.tab-v7 .nav-tabs > li.active > a {
  color: #000000;
  border: none;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
/* line 948, ../sass/_elements.scss */
.tab-v7 .tab-content {
  margin: 20px 0;
}

/* line 955, ../sass/_elements.scss */
.tab-v8 .nav-inner {
  text-align: center;
}
/* line 959, ../sass/_elements.scss */
.tab-v8 .nav-tabs {
  display: inline-block;
  border: none;
}
/* line 962, ../sass/_elements.scss */
.tab-v8 .nav-tabs li {
  position: relative;
}
/* line 963, ../sass/_elements.scss */
.tab-v8 .nav-tabs li a {
  border: none;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 969, ../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 974, ../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 977, ../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: #32AA3C;
}
/* line 983, ../sass/_elements.scss */
.tab-v8 .nav-tabs li:before {
  content: "/ ";
  padding: 0 5px;
  color: #000000;
  position: absolute;
  right: -6px;
  top: 11px;
}

/* line 998, ../sass/_elements.scss */
.pbr-inforbox .inforbox-inner {
  text-align: center;
  padding: 10px;
}

/**
 * Brand Styles
 */
/* line 1006, ../sass/_elements.scss */
.brands-carousel {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 1009, ../sass/_elements.scss */
.brands-carousel .item-brand {
  margin: 10px 15px;
  height: 80px;
  overflow: hidden;
  border: solid 2px #f0f0f0;
}
/* line 1011, ../sass/_elements.scss */
.brands-carousel .item-brand img {
  max-width: 100%;
}

/******************** CORE CUSTOM *********************/
/**
* Margin bottom
*/
/* line 1027, ../sass/_elements.scss */
.space-base {
  margin-bottom: 6px;
}

/* line 1030, ../sass/_elements.scss */
.space-5 {
  margin-bottom: 5px;
}

/* line 1033, ../sass/_elements.scss */
.space-10 {
  margin-bottom: 10px;
}

/* line 1036, ../sass/_elements.scss */
.space-15 {
  margin-bottom: 15px;
}

/* line 1039, ../sass/_elements.scss */
.space-20 {
  margin-bottom: 20px;
}

/* line 1042, ../sass/_elements.scss */
.space-25 {
  margin-bottom: 25px;
}

.space-29 {
  margin-bottom: 29px;  
}

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

/* line 1048, ../sass/_elements.scss */
.space-35 {
  margin-bottom: 35px;
}

/* line 1051, ../sass/_elements.scss */
.space-40 {
  margin-bottom: 40px;
}

/* line 1054, ../sass/_elements.scss */
.space-45 {
  margin-bottom: 45px;
}

/* line 1057, ../sass/_elements.scss */
.space-50 {
  margin-bottom: 50px;
}

/* line 1060, ../sass/_elements.scss */
.space-55 {
  margin-bottom: 55px;
}

/* line 1063, ../sass/_elements.scss */
.space-60 {
  margin-bottom: 60px;
}

/* line 1066, ../sass/_elements.scss */
.space-65 {
  margin-bottom: 65px;
}

/* line 1069, ../sass/_elements.scss */
.space-70 {
  margin-bottom: 70px;
}

/* line 1072, ../sass/_elements.scss */
.space-75 {
  margin-bottom: 75px;
}

/* line 1075, ../sass/_elements.scss */
.space-80 {
  margin-bottom: 80px;
}

/* line 1078, ../sass/_elements.scss */
.space-85 {
  margin-bottom: 85px;
}

/* line 1081, ../sass/_elements.scss */
.space-90 {
  margin-bottom: 90px;
}

/**
* Margin top
*/
/* line 1089, ../sass/_elements.scss */
.space-top-base {
  margin-top: 6px;
}

/* line 1092, ../sass/_elements.scss */
.space-top-5 {
  margin-top: 5px;
}

/* line 1095, ../sass/_elements.scss */
.space-top-10 {
  margin-top: 10px;
}

/* line 1098, ../sass/_elements.scss */
.space-top-15 {
  margin-top: 15px;
}

/* line 1101, ../sass/_elements.scss */
.space-top-20 {
  margin-top: 20px;
}

/* line 1104, ../sass/_elements.scss */
.space-top-25 {
  margin-top: 25px;
}

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

/* line 1110, ../sass/_elements.scss */
.space-top-35 {
  margin-top: 35px;
}

/* line 1113, ../sass/_elements.scss */
.space-top-40 {
  margin-top: 40px;
}

/* line 1116, ../sass/_elements.scss */
.space-top-45 {
  margin-top: 45px;
}

/* line 1119, ../sass/_elements.scss */
.space-top-50 {
  margin-top: 50px;
}

/* line 1122, ../sass/_elements.scss */
.space-top-55 {
  margin-top: 55px;
}

/* line 1125, ../sass/_elements.scss */
.space-top-60 {
  margin-top: 60px;
}

/* line 1128, ../sass/_elements.scss */
.space-top-65 {
  margin-top: 65px;
}

/* line 1131, ../sass/_elements.scss */
.space-top-70 {
  margin-top: 70px;
}

/* line 1134, ../sass/_elements.scss */
.space-top-75 {
  margin-top: 75px;
}

/* line 1137, ../sass/_elements.scss */
.space-top-80 {
  margin-top: 80px;
}

/* line 1140, ../sass/_elements.scss */
.space-top-85 {
  margin-top: 85px;
}

/* line 1143, ../sass/_elements.scss */
.space-top-90 {
  margin-top: 90px;
}

/**
* Panel version
*/
/* line 1151, ../sass/_elements.scss */
.panel-heading.border-bottom {
  border-bottom: 1px solid #CCCCCC;
}

/* line 1154, ../sass/_elements.scss */
.panel-v1 {
  border-bottom: 5px solid #6DB72B;
  padding-bottom: 13px;
  display: inline-block;
  margin-bottom: -1px;
  position: relative;
  top: 2px;
}

/* line 1160, ../sass/_elements.scss */
.panel-v2 {
  padding-bottom: 13px;
  color: #6DB72B;
}

/**
* Margin single image
*/
/* line 1170, ../sass/_elements.scss */
.widget-images img {
  margin: 0 auto;
}

/**
* Effect inneractive banner
*/
/* line 1179, ../sass/_elements.scss */
.interactive-banner {
  position: relative;
  overflow: hidden;
}
/* line 1182, ../sass/_elements.scss */
.interactive-banner .interactive-banner-body {
  position: relative;
}
/* line 1185, ../sass/_elements.scss */
.interactive-banner .interactive-banner-profile {
  position: absolute;
  z-index: 2;
  margin: auto;
  content: "";
}
/* line 1190, ../sass/_elements.scss */
.interactive-banner .interactive-banner-profile h2 {
  text-transform: uppercase;
  margin: 10px 0 15px;
  letter-spacing: 5px;
}
/* line 1195, ../sass/_elements.scss */
.interactive-banner .interactive-banner-profile small {
  text-transform: uppercase;
}
/* line 1199, ../sass/_elements.scss */
.interactive-banner .mask-link {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
/* line 1211, ../sass/_elements.scss */
.interactive-banner .banner-title h2, .interactive-banner .banner-title h3, .interactive-banner .banner-title h4, .interactive-banner .banner-title h5, .interactive-banner .banner-title h6 {
  color: #fff;
}
/* line 1217, ../sass/_elements.scss */
.interactive-banner .action .icons:hover {
  background-color: #70ba28 !important;
  border: #70ba28 !important;
}
/* line 1224, ../sass/_elements.scss */
.interactive-banner.left .interactive-banner-profile {
  left: 20px;
}
/* line 1229, ../sass/_elements.scss */
.interactive-banner.right .interactive-banner-profile {
  right: 20px;
}
/* line 1234, ../sass/_elements.scss */
.interactive-banner.center .interactive-banner-profile {
  right: 0;
  left: 0;
  bottom: 25px;
}

/* line 1243, ../sass/_elements.scss */
.interactive-banner-v1 .interactive-banner-profile {
  width: 85%;
  height: 44px;
  bottom: 0;
  top: 0;
}

/* line 1250, ../sass/_elements.scss */
.interactive-banner-v2 .interactive-banner-profile {
  top: 40px;
  max-height: 120px;
  max-width: 55%;
}
/* line 1254, ../sass/_elements.scss */
.interactive-banner-v2 .interactive-banner-profile .action {
  padding: 5px 15px;
  margin-bottom: 3px;
  background-color: #fff;
  color: #333;
}
/* line 1262, ../sass/_elements.scss */
.interactive-banner-v2.left .interactive-banner-profile {
  left: 60px;
}
/* line 1267, ../sass/_elements.scss */
.interactive-banner-v2.right .interactive-banner-profile {
  right: 60px;
}
/* line 1272, ../sass/_elements.scss */
.interactive-banner-v2.center .interactive-banner-profile {
  right: 0;
  left: 0;
}

/* line 1279, ../sass/_elements.scss */
.interactive-banner-v3 .interactive-banner-profile {
  padding: 40px 60px;
  width: 100%;
  height: 100%;
  top: 0;
}
/* line 1286, ../sass/_elements.scss */
.interactive-banner-v3 .interactive-banner-profile .action {
  bottom: 60px;
  left: 60px;
  right: 60px;
  content: "";
  position: absolute;
}
/* line 1292, ../sass/_elements.scss */
.interactive-banner-v3 .interactive-banner-profile .action:after {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  bottom: -30px;
  left: -30px;
  right: -30px;
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  z-index: -1;
}

/* line 1307, ../sass/_elements.scss */
.interactive-banner-v4 .interactive-banner-profile {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  position: absolute;
  content: "";
  transform: translate3d(0px, 60px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
/* line 1316, ../sass/_elements.scss */
.interactive-banner-v4 .interactive-banner-profile .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
  position: relative;
  background-color: #70ba28;
  margin: 0 -30px;
  padding: 20px 30px;
}
/* line 1324, ../sass/_elements.scss */
.interactive-banner-v4 .interactive-banner-profile img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
/* line 1330, ../sass/_elements.scss */
.interactive-banner-v4:hover .interactive-banner-profile {
  transform: translate3d(0px, 0px, 0px);
}
/* line 1332, ../sass/_elements.scss */
.interactive-banner-v4:hover .interactive-banner-profile .action {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1335, ../sass/_elements.scss */
.interactive-banner-v4:hover .interactive-banner-profile img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 1342, ../sass/_elements.scss */
.interactive-banner-v5 .interactive-banner-profile {
  width: 55%;
  height: 120px;
  bottom: 0;
  top: 0;
}
/* line 1347, ../sass/_elements.scss */
.interactive-banner-v5 a.links {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: translate3d(0px, -60px, 0px);
}
/* line 1358, ../sass/_elements.scss */
.interactive-banner-v5:hover a.links {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v1 */
/* line 1365, ../sass/_elements.scss */
.effect-v1 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
/* line 1369, ../sass/_elements.scss */
.effect-v1:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
/* line 1382, ../sass/_elements.scss */
.effect-v1 img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
/* line 1386, ../sass/_elements.scss */
.effect-v1 .action {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
/* line 1393, ../sass/_elements.scss */
.effect-v1:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 1397, ../sass/_elements.scss */
.effect-v1:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 1401, ../sass/_elements.scss */
.effect-v1:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v2*/
/* line 1408, ../sass/_elements.scss */
.effect-v2 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
/* line 1412, ../sass/_elements.scss */
.effect-v2:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: translate3d(-20px, 0px, 0px);
  transform: translate3d(-20px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
/* line 1425, ../sass/_elements.scss */
.effect-v2 img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
/* line 1429, ../sass/_elements.scss */
.effect-v2 .action {
  -webkit-transform: translate3d(-10px, 0px, 0px);
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
/* line 1436, ../sass/_elements.scss */
.effect-v2:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/* line 1440, ../sass/_elements.scss */
.effect-v2:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  -o-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}
/* line 1444, ../sass/_elements.scss */
.effect-v2:hover .action {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v3*/
/* line 1451, ../sass/_elements.scss */
.effect-v3 {
  /*background-color: #000;*/
  overflow: hidden;
  position: relative;
}
/* line 1455, ../sass/_elements.scss */
.effect-v3:before, .effect-v3:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
/* line 1466, ../sass/_elements.scss */
.effect-v3:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
/* line 1471, ../sass/_elements.scss */
.effect-v3:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
/* line 1476, ../sass/_elements.scss */
.effect-v3 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
/* line 1480, ../sass/_elements.scss */
.effect-v3 .banner-title {
  -webkit-transform: translate3d(0px, -20px, 0px);
  transform: translate3d(0px, -20px, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
/* line 1484, ../sass/_elements.scss */
.effect-v3 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
/* line 1490, ../sass/_elements.scss */
.effect-v3:hover:before, .effect-v3:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 1495, ../sass/_elements.scss */
.effect-v3:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 1498, ../sass/_elements.scss */
.effect-v3:hover .banner-title, .effect-v3:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v4*/
/* line 1505, ../sass/_elements.scss */
.effect-v4 {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
/* line 1509, ../sass/_elements.scss */
.effect-v4:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
/* line 1523, ../sass/_elements.scss */
.effect-v4 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
/* line 1527, ../sass/_elements.scss */
.effect-v4 .banner-title {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
/* line 1531, ../sass/_elements.scss */
.effect-v4 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
/* line 1537, ../sass/_elements.scss */
.effect-v4:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 1541, ../sass/_elements.scss */
.effect-v4:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 1544, ../sass/_elements.scss */
.effect-v4:hover .banner-title {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 1547, ../sass/_elements.scss */
.effect-v4:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* effect-v5*/
/* line 1554, ../sass/_elements.scss */
.effect-v5 {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
/* line 1558, ../sass/_elements.scss */
.effect-v5 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
/* line 1562, ../sass/_elements.scss */
.effect-v5 .action {
  transform: translate3d(-150%, 0px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
/* line 1566, ../sass/_elements.scss */
.effect-v5 .action:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* line 1569, ../sass/_elements.scss */
.effect-v5 .action:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 1572, ../sass/_elements.scss */
.effect-v5 .action:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* line 1577, ../sass/_elements.scss */
.effect-v5:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transform: scale3d(1.1, 1.1, 1);
}
/* line 1581, ../sass/_elements.scss */
.effect-v5:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1.1, 1.1, 1);
  transform: translate3d(0px, 0px, 0px);
}
/* line 1586, ../sass/_elements.scss */
.effect-v5:hover .action:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* line 1589, ../sass/_elements.scss */
.effect-v5:hover .action:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* line 1592, ../sass/_elements.scss */
.effect-v5:hover .action:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* effect-v6*/
/* line 1600, ../sass/_elements.scss */
.effect-v6 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
/* line 1603, ../sass/_elements.scss */
.effect-v6:before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
/* line 1620, ../sass/_elements.scss */
.effect-v6:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v7*/
/* line 1628, ../sass/_elements.scss */
.effect-v7 {
  overflow: hidden;
  position: relative;
}
/* line 1631, ../sass/_elements.scss */
.effect-v7:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
/* line 1645, ../sass/_elements.scss */
.effect-v7:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}

/* effect-v8*/
/* line 1653, ../sass/_elements.scss */
.effect-v8 {
  overflow: hidden;
  position: relative;
}
/* line 1656, ../sass/_elements.scss */
.effect-v8:before {
  border-bottom: 50px solid rgba(255, 255, 255, 0.4);
  border-top: 50px solid rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform-origin: 50% 50% 0;
  width: 100%;
}
/* line 1675, ../sass/_elements.scss */
.effect-v8:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}

/* effect-v9*/
/* line 1686, ../sass/_elements.scss */
.effect-v9 {
  overflow: hidden;
  position: relative;
}
/* line 1689, ../sass/_elements.scss */
.effect-v9:before {
  border: 50px solid transparent;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100px;
  height: 100px;
  -webkit-transform: scale(7);
  -ms-transform: scale(7);
  -o-transform: scale(7);
  transform: scale(7);
  -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;
  visibility: visible;
  z-index: 1;
}
/* line 1711, ../sass/_elements.scss */
.effect-v9:hover:before {
  border: 0 solid rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

/* effect-v10*/
/* line 1719, ../sass/_elements.scss */
.effect-v10 {
  overflow: hidden;
  position: relative;
}
/* line 1722, ../sass/_elements.scss */
.effect-v10:before {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  z-index: 1;
}
/* line 1735, ../sass/_elements.scss */
.effect-v10:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v11*/
/* line 1742, ../sass/_elements.scss */
.effect-default {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
/* line 1746, ../sass/_elements.scss */
.effect-default .banner-title {
  -webkit-transform: translate3d(0px, 20px, 0px);
  transform: translate3d(0px, 20px, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
/* line 1750, ../sass/_elements.scss */
.effect-default img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 1755, ../sass/_elements.scss */
.effect-default .action {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  border: 1px solid #fff;
  margin: 1em 0 0;
  padding: 1em;
  color: #FFFFFF;
}
/* line 1765, ../sass/_elements.scss */
.effect-default:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 1769, ../sass/_elements.scss */
.effect-default:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 1773, ../sass/_elements.scss */
.effect-default:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1777, ../sass/_elements.scss */
.effect-default:hover .banner-title {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/**
* Carousel
**/
/* line 1788, ../sass/_elements.scss */
.carousel-style {
  position: relative;
}
/* line 1791, ../sass/_elements.scss */
.carousel-style .left .rtl {
  display: none;
}
/* line 1796, ../sass/_elements.scss */
.carousel-style .right .rtl {
  display: none;
}

/* line 1801, ../sass/_elements.scss */
.carousel-control {
  font-size: 14px;
  display: inline-block;
}

/* line 1805, ../sass/_elements.scss */
.carousel-center {
  text-align: center;
}
/* line 1807, ../sass/_elements.scss */
.carousel-center .carousel-control {
  position: static;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

/* line 1814, ../sass/_elements.scss */
.carousel-controls-v1 .carousel-control {
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: relative;
}

/* line 1820, ../sass/_elements.scss */
.carousel-controls-v2 {
  position: static;
}
/* line 1822, ../sass/_elements.scss */
.carousel-controls-v2 .carousel-control {
  width: 26px;
  height: 26px;
  line-height: 26px;
  z-index: 100;
}
/* line 1826, ../sass/_elements.scss */
.carousel-controls-v2 .carousel-control.left {
  top: calc(50% - 13px);
  left: -26px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .carousel-controls-v2 .carousel-control.left {
  right: -26px;
  left: auto;
}
/* line 1830, ../sass/_elements.scss */
.carousel-controls-v2 .carousel-control.right {
  top: calc(50% - 13px);
  right: -26px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .carousel-controls-v2 .carousel-control.right {
  left: -26px;
  right: auto;
}

/* line 1836, ../sass/_elements.scss */
.carousel-controls-v3 {
  position: absolute;
  top: 26%;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 1844, ../sass/_elements.scss */
.carousel-controls-v3 .carousel-control {
  position: absolute;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-left: -9px;
  margin-right: -9px;
}

/* line 1852, ../sass/_elements.scss */
.carousel-controls-v4 {
  position: absolute;
  right: 0px;
  top: -4px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .carousel-controls-v4 {
  left: 0px;
  right: auto;
}
/* line 1856, ../sass/_elements.scss */
.carousel-controls-v4 .carousel-control {
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
}

/* line 1864, ../sass/_elements.scss */
.carousel-controls-v2 {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 1869, ../sass/_elements.scss */
.owl-carousel-play:hover .carousel-controls-v2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1872, ../sass/_elements.scss */
.owl-carousel-play:hover .carousel-controls-v2 .carousel-control.left {
  left: -13px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .owl-carousel-play:hover .carousel-controls-v2 .carousel-control.left {
  right: -13px;
  left: auto;
}
/* line 1875, ../sass/_elements.scss */
.owl-carousel-play:hover .carousel-controls-v2 .carousel-control.right {
  right: -13px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .owl-carousel-play:hover .carousel-controls-v2 .carousel-control.right {
  left: -13px;
  right: auto;
}

/* Parallax */
/* line 1883, ../sass/_elements.scss */
.pts-parallax {
  background-attachment: fixed !important;
  background-clip: padding-box !important;
  background-position-x: 50% !important;
  background-position-y: 50% !important;
  background-repeat: no-repeat !important;
  background-size: auto auto !important;
}

/* line 1, ../sass/_pages.scss */
.alert-success {
  margin-bottom: 10px;
}

/***** Category Products Page *****/
/* Categry info */
/* line 8, ../sass/_pages.scss */
.category-info {
  margin-bottom: 26px;
}
/* line 10, ../sass/_pages.scss */
.category-info h1 {
  /*display: none;*/
  color: #6DB72B;
  font-size: 30px;
  font-weight: normal;
  margin-top: 8px;
}
/* line 14, ../sass/_pages.scss */
.category-info .category-description br {
  display: none;
}

/* Refine search */
/* line 22, ../sass/_pages.scss */
.text-refine {
  display: none;
}

/* line 25, ../sass/_pages.scss */
.box-refine {
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  background-color: #F8F8F8;
}
/* line 29, ../sass/_pages.scss */
.box-refine ul {
  margin: 0px;
  padding: 0px;
}
/* line 33, ../sass/_pages.scss */
.box-refine li {
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 37, ../sass/_pages.scss */
.box-refine li a {
  font-size: 14px;
  /*font-family: "Heebo-Regular";*/
  color: #666666;
}
/* line 41, ../sass/_pages.scss */
.box-refine li a:hover {
  color: #6DB72B;
}

/* line 47, ../sass/_pages.scss */
.products-filter-panel {
  padding: 21px 28px 21px 0;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  background-color: #F8F8F8;
}

/* line 51, ../sass/_pages.scss */
.products-filter-panel .limit-items, .products-filter-panel .compare, .products-filter-panel .order-category {
  margin-left: 25px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .products-filter-panel .limit-items, .rtl .products-filter-panel .compare, .rtl .products-filter-panel .order-category {
  margin-right: 25px;
  margin-left: inherit;
}
/* line 54, ../sass/_pages.scss */
.products-filter-panel #compare-total {
  line-height: 34px;
  display: block;
  color: #666666;
  font-size: 14px;
}
/* line 59, ../sass/_pages.scss */
.products-filter-panel #compare-total:hover {
  color: #6DB72B;
}
/* line 63, ../sass/_pages.scss */
.products-filter-panel .form-control, .products-filter-panel .btn {
  box-shadow: none;
  border: none;
}
/* line 67, ../sass/_pages.scss */
.products-filter-panel .form-control {
  padding: 0px 30px 0px 15px;
  border-radius: 18px;
  height: 34px;
  border: 0px solid #6DB72B;
  color: #666666;
  min-width: 99px;
  background: none;
  position: relative;
  font-size: 12px;
  z-index: 2;
}
/* line 35, ../sass/mixins/_rtl.scss */
.rtl .products-filter-panel .form-control {
  padding: 0px 15px 0px 30px;
}
/* line 78, ../sass/_pages.scss */
.products-filter-panel .form-control option {
  background: #FFFFFF !important;
}
/* line 82, ../sass/_pages.scss */
.products-filter-panel .group-text {
  margin-right: 8px;
  font-size: 14px;
  /*font-family: "Heebo-Medium";*/
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .products-filter-panel .group-text {
  margin-left: 8px;
  margin-right: inherit;
}
/* line 87, ../sass/_pages.scss */
.products-filter-panel select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 92, ../sass/_pages.scss */
.products-filter-panel label {
  margin: 0px;
  line-height: 34px;
  color: #666666;
}
/* line 97, ../sass/_pages.scss */
.products-filter-panel .btn-group {
  border-radius: 18px;
  overflow: hidden;
}
/* line 100, ../sass/_pages.scss */
.products-filter-panel .btn-group .btn-switch {
  width: 38px;
  height: 34px;
  padding: 0px;
  background: #f1f1f1;
  color: #666666;
  font-size: 14px;
}
/* line 107, ../sass/_pages.scss */
.products-filter-panel .btn-group .btn-switch:hover, .products-filter-panel .btn-group .btn-switch.active {
  color: #FFFFFF;
  background: #6DB72B;
}
/* line 113, ../sass/_pages.scss */
.products-filter-panel .select-wrap {
  position: relative;
  border-radius: 18px;
  background: #6DB72B;
}
/* line 117, ../sass/_pages.scss */
.products-filter-panel .select-wrap:before {
  content: "\f107";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px;
  color: #ffffff;
  pointer-events: none;
  font-family: 'FontAwesome';
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .products-filter-panel .select-wrap:before {
  left: 12px;
  right: auto;
}
/* line 127, ../sass/_pages.scss */
.products-filter-panel .select-wrap:after {
  content: "";
  width: calc(100% - 35px);
  height: 30px;
  background: #FFFFFF;
  border-radius: 18px;
  position: absolute;
  top: 2px;
  left: 2px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .products-filter-panel .select-wrap:after {
  right: 2px;
  left: auto;
}

/* Column left & Column right */
/* line 142, ../sass/_pages.scss */
#column-left {
  padding: 0px 30px 0px 10px;
}
/* line 35, ../sass/mixins/_rtl.scss */
.rtl #column-left {
  padding: 0px 10px 0px 30px;
}

/* line 146, ../sass/_pages.scss */
.sidebar .panel-default {
  margin-bottom: 48px;
}
/* line 148, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
/* line 153, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item:last-child {
  /*border-bottom: none;*/
}
/* line 156, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item .accordion-heading {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .sidebar .panel-default .list-group-item .accordion-heading {
  left: 0px;
  right: auto;
}
/* line 161, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item .accordion-heading span {
  width: 14px;
  padding: 10px 0px;
  display: block;
  color: #CCCCCC;
  font-size: 14px;
}
/* line 168, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item a {
  display: block;
  padding: 10px 0 10px 25px;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
.sidebar .panel-default .list-group-item a.active {
    color: #FF4000;
}
/* line 35, ../sass/mixins/_rtl.scss */
.rtl .sidebar .panel-default .list-group-item a {
  padding: 10px 25px 10px 0;
}
/* line 174, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item > a {
  position: relative;
}
/* line 176, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item > a:before {
  position: absolute;
  content: "\f14b";
  top: 12px;
  left: 5px;
  font-family: "Material-Design-Iconic-Font";
  font-size: 12px;
  color: #FF4000;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .sidebar .panel-default .list-group-item > a:before {
  right: 5px;
  left: auto;
}
/* line 187, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item > a:hover:before {
  color: #FF4000;
}
/* line 192, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item .accordion-body {
  padding-left: 25px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .sidebar .panel-default .list-group-item .accordion-body {
  padding-right: 25px;
  padding-left: inherit;
}
/* line 195, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item .accordion-body li:last-child {
  padding-bottom: 10px;
}
/* line 199, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item .accordion-body a {
  padding: 5px 0px 5px 22px;
  color: #666666;
  font-size: 14px;
}
.sidebar .panel-default .list-group-item .accordion-body a.active {
    color: #FF4000;
}
/* line 203, ../sass/_pages.scss */
.sidebar .panel-default .list-group-item .accordion-body a:hover {
  font-weight: 400;
  color: #363636;
}
/* line 210, ../sass/_pages.scss */
.sidebar .panel-default .panel-heading {
  margin-bottom: 15px;
}
/* line 214, ../sass/_pages.scss */
.sidebar .panel-default.filter input {
  position: static;
  margin: 0px;
}
/* line 218, ../sass/_pages.scss */
.sidebar .panel-default.filter .panel-body {
  padding-top: 15px;
}
/* line 221, ../sass/_pages.scss */
.sidebar .panel-default.filter .list-group-item {
  border: none;
}
/* line 224, ../sass/_pages.scss */
.sidebar .panel-default.filter .heading-group {
  font-size: 16px;
  color: #363636;
  margin-bottom: 15px;
}
/* line 229, ../sass/_pages.scss */
.sidebar .panel-default.filter .checkbox {
  margin: 10px 0px;
  color: #999999;
  font-size: 14px;
}
/* line 234, ../sass/_pages.scss */
.sidebar .panel-default.filter .list-group-item {
  margin-bottom: 30px;
}
/* line 236, ../sass/_pages.scss */
.sidebar .panel-default.filter .list-group-item:last-child {
  margin-bottom: 0px;
}
/* line 240, ../sass/_pages.scss */
.sidebar .panel-default.filter .text-left {
  margin-top: 30px;
}
/* line 242, ../sass/_pages.scss */
.sidebar .panel-default.filter .text-left .btn {
  height: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 250, ../sass/_pages.scss */
.sidebar .bestseller, .sidebar .featured, .sidebar .latest, .sidebar .special {
  margin-top: 30px;
}

/* line 256, ../sass/_pages.scss */
.products-module .panel-heading {
  margin-bottom: 21px;
}
/* line 259, ../sass/_pages.scss */
.products-module .product-block {
  border: none;
  margin: 10px 0px;
}
/* line 263, ../sass/_pages.scss */
.products-module .product-img {
  width: 99px;
  float: left;
  border-radius: 2px;
  border: 1px solid #f0f0f0;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .products-module .product-img {
  float: right;
}
/* line 269, ../sass/_pages.scss */
.products-module .product-meta {
  width: calc(100% - 109px);
  padding: 0px;
  float: right;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .products-module .product-meta {
  float: left;
}
/* line 274, ../sass/_pages.scss */
.products-module .product-meta .name a {
  height: auto;
  max-height: 41px;
}
/* line 279, ../sass/_pages.scss */
.products-module .product-meta .price {
  font-size: 16px;
  margin-top: 5px;
}
/* line 284, ../sass/_pages.scss */
.products-module .group-popup, .products-module .group-action, .products-module .pull-left, .products-module .description, .products-module .sale-exist, .products-module .rating {
  display: none;
}

/***** Product Detail Page *****/
/* Image detail */
/* line 294, ../sass/_pages.scss */
.zoomContainer {
  z-index: 2;
}

/* line 298, ../sass/_pages.scss */
.image-container .image {
  position: relative;
}
/* line 301, ../sass/_pages.scss */
.image-container .sale-exist {
  background: #FF4000;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 67px;
  line-height: 19px;
  border-radius: 10px;
  position: absolute;
  z-index: 3;
  text-transform: uppercase;
  top: 10px;
  /*right: 0px;*/
  left: 20px;
  margin: auto;
}

.image-container .image.thumbnail img {
    border: 1px solid #cccccc;
}

/* line 318, ../sass/_pages.scss */
.image-container #image-additional-carousel .image-item {
  margin-bottom: 10px;
  padding: 0px 1px;
}
/* line 322, ../sass/_pages.scss */
.image-container #image-additional-carousel img {
  width: 100%;
}

/* Container detail */
/* line 330, ../sass/_pages.scss */
.detail-container {
  padding-left: 4px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .detail-container {
  padding-right: 38px;
  padding-left: inherit;
}
/* line 332, ../sass/_pages.scss */
.detail-container h1 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 18px;
  margin-top: 0px;
  line-height: 26px;
  color: #6DB72B;
  text-transform: lowercase;
  /*font-family: "Heebo-Medium";*/
}
.detail-container h1::first-letter {
  text-transform: uppercase !important;
}
/* line 340, ../sass/_pages.scss */
.detail-container .rating {
  margin-bottom: 11px;
}
/* line 342, ../sass/_pages.scss */
.detail-container .rating i {
  font-size: 13px;
  color: #999999;
}
/* line 345, ../sass/_pages.scss */
.detail-container .rating i.fa-star {
  color: #CCCCCC;
}
.detail-container .rating .rate i.fa-star {
  color: #FFBF00;
}
/* line 350, ../sass/_pages.scss */
.detail-container .price {
  /*font-family: "Heebo-Black";*/
  font-size: 28px;
  margin-top: 26px;
  margin-bottom: 26px;
}
/* line 354, ../sass/_pages.scss */
.detail-container .price .price-old {
  color: #666666;
  text-decoration: line-through;
  font-size: 20px;
  /*font-family: "Heebo-Bold";*/
}
/* line 360, ../sass/_pages.scss */
.detail-container .price .price-new {
  color: #58AE33;
  font-weight: 600;
}
/* line 363, ../sass/_pages.scss */
.detail-container .price .price-olds {
  color: #58AD33;
  font-weight: 600;
}
.detail-container .price .price-tax-included {
    color: #BBBBBB;
    font-size: 12px;
    text-transform: uppercase;
}
/* line 367, ../sass/_pages.scss */
.detail-container .popup-form {
  font-size: 13px;
  color: #444444;
  margin-bottom: 23px;
}
/* line 369, ../sass/_pages.scss */
.detail-container .popup-form a {
  color: #444444;
}
/* line 371, ../sass/_pages.scss */
.detail-container .popup-form a:hover {
  color: #FFBF00;
}
/* line 376, ../sass/_pages.scss */
.detail-container ul.list-unstyled {
  margin-bottom: 0px;
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
}
/* line 380, ../sass/_pages.scss */
.detail-container ul.list-unstyled li {
  margin-top: 5px;
}
/* line 383, ../sass/_pages.scss */
.detail-container ul.list-unstyled a {
  color: #333333;
}
/* line 387, ../sass/_pages.scss */
.detail-container span.type {
  color: #333333;
}
.detail-container span.quantity {
  color: #3EB033;
}
/* line 390, ../sass/_pages.scss */
.detail-container h3 {
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 20px;
}
/* line 395, ../sass/_pages.scss */
.detail-container .form-group {
  margin-bottom: 20px;
  font-size: 14px;
  max-width: 343px;
}
/* line 399, ../sass/_pages.scss */
.detail-container .form-group .button-calendar {
  width: 40px;
  background: none;
  border: 1px solid #f0f0f0;
  border-left: 0px;
  padding: 0px;
}
/* line 405, ../sass/_pages.scss */
.detail-container .form-group .button-calendar:hover {
  color: #000000;
}
/* line 410, ../sass/_pages.scss */
.detail-container .control-label {
  /*font-family: "Heebo-Medium";*/
  font-size: 16px;
}
.detail-container .control-label.qty{
  font-size: 15px;
  color: #777777;
}
/* line 414, ../sass/_pages.scss */
.detail-container select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 30px 0px 15px;
  height: 34px;
  border-radius: 30px;
  min-width: 200px;
}
/* line 35, ../sass/mixins/_rtl.scss */
.rtl .detail-container select.form-control {
  padding: 0px 15px 0px 30px;
}
/* line 423, ../sass/_pages.scss */
.detail-container .select-wrap {
  position: relative;
}
/* line 425, ../sass/_pages.scss */
.detail-container .select-wrap:before {
  content: "\f0d7";
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: 'FontAwesome';
  pointer-events: none;
  text-align: center;
  width: 30px;
  height: 34px;
  line-height: 34px;
  color: #999999;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .detail-container .select-wrap:before {
  left: 0px;
  right: auto;
}
/* line 439, ../sass/_pages.scss */
.detail-container .quantity-adder {
  border: 1px solid #BCBCBC;
  border-radius: 30px;
  background: #FFFFFF;
}
/* line 443, ../sass/_pages.scss */
.detail-container .quantity-adder .add-action {
  width: 35px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #444444;
  cursor: pointer;
}
/* line 451, ../sass/_pages.scss */
.detail-container .quantity-adder input {
  border: none;
  border-left: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
  width: 52px;
  height: 34px;
  padding: 0px 15px;
}
/* line 460, ../sass/_pages.scss */
.detail-container .product-buttons-wrap {
  padding-bottom: 24px;
  margin-bottom: 22px;
  border-bottom: 1px solid #CCCCCC;
}
/* line 464, ../sass/_pages.scss */
.detail-container .product-buttons-wrap > .pull-left:first-child {
  margin-right: 20px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .detail-container .product-buttons-wrap > .pull-left:first-child {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 467, ../sass/_pages.scss */
.detail-container .product-buttons-wrap .form-group {
  margin-bottom: 0px;
}
/* line 471, ../sass/_pages.scss */
.detail-container .action {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
}

.detail-container .action .cart.pull-left {
  margin-right: 25px;
}

/* line 475, ../sass/_pages.scss */
.detail-container .action .pull-left {
  margin-right: 20px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .detail-container .action .pull-left {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 477, ../sass/_pages.scss */
.detail-container .action .pull-left:last-child {
  margin-right: 0px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .detail-container .action .pull-left:last-child {
  margin-left: 0px;
  margin-right: inherit;
}
/* line 481, ../sass/_pages.scss */
.detail-container .action .btn-action {
  font-size: 13px;
  background: none;
  border: none;
  padding: 0px;
  margin-top: 10px;
  transition: all ease 0.5s;
  color: #444444;
}
/* line 488, ../sass/_pages.scss */
.detail-container .action .btn-action i {
  margin-right: 5px;
  color: #FF4000;
  font-size: 14px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .detail-container .action .btn-action i {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 491, ../sass/_pages.scss */
.detail-container .action .btn-action:hover {
  color: #6DB72B;
  border-bottom: 1px solid #6DB72B;
}
/* line 497, ../sass/_pages.scss */
.detail-container .tags {
  margin-bottom: 25px;
}
/* line 499, ../sass/_pages.scss */
.detail-container .tags a {
  color: #999999;
}
/* line 502, ../sass/_pages.scss */
.detail-container .tags strong {
  color: #222222;
  font-weight: 400;
}

/* line 508, ../sass/_pages.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
  transform-origin: 0;
  transition: none;
  display: none;
}

/* Content detail */
/* line 519, ../sass/_pages.scss */
.tab-v88 {
  /*margin-top: 80px;
  padding-top: 70px;
  padding-bottom: 70px;*/
  position: relative;
  background: none;
}
/* line 525, ../sass/_pages.scss */
.tab-v88:before, .tab-v88:after {
  content: "";
  /*width: 100%;*/
  height: 100%;
  background: none;
  position: absolute;
  top: 0px;
}
/* line 533, ../sass/_pages.scss */
.tab-v88:before {
  left: -100%;
}
/* line 536, ../sass/_pages.scss */
.tab-v88:after {
  right: -100%;
}
/* line 539, ../sass/_pages.scss */
.tab-v88 .bg-white {
  padding: 37px 0 0 0;
}
/* line 543, ../sass/_pages.scss */
.tab-v88 .nav-tabs a {
  font-size: 18px;
  padding: 0px;
  padding-bottom: 13px;
  display: inline-block;
  margin-bottom: -1px;
  line-height: 1;
  border-bottom: 5px solid transparent;
  top: 2px;
  text-transform: uppercase;
}
/* line 552, ../sass/_pages.scss */
.tab-v88 .nav-tabs li {
  margin-right: 40px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .tab-v88 .nav-tabs li {
  margin-left: 40px;
  margin-right: inherit;
}
/* line 555, ../sass/_pages.scss */
.tab-v88 .nav-tabs li.active a {
  /*font-family: "Heebo-ExtraBold";*/
  border-color: #FF4000;
}
/* line 562, ../sass/_pages.scss */
.tab-v88 .tab-content {
  margin-top: 32px;
  color: #444444;
  font-size: 15px;
}
.tab-v88 .tab-content b,
.tab-v88 .tab-content strong {
    color: #FF3F00;
}
/* line 565, ../sass/_pages.scss */
.tab-v88 .rating {
  margin-top: 15px;
}
/* line 567, ../sass/_pages.scss */
.tab-v88 .rating i {
  font-size: 13px;
  color: #999999;
}
/* line 570, ../sass/_pages.scss */
.tab-v88 .rating i.fa-star {
  color: #ffd300;
}

/* Review form */
/* line 580, ../sass/_pages.scss */
#tab-review .btn-v2 {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 584, ../sass/_pages.scss */
#tab-review table tr td {
  padding: 13px 15px;
  line-height: 1.6;
}

/* line 589, ../sass/_pages.scss */
.review-form-width {
  background: #ffffff;
  margin: 10% auto;
  max-width: 600px;
  position: relative;
  padding: 15px;
}

/* line 597, ../sass/_pages.scss */
#review-form .panel-body {
  padding: 0px;
}
/* line 600, ../sass/_pages.scss */
#review-form .panel-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: none;
}
/* line 605, ../sass/_pages.scss */
#review-form label {
  margin-bottom: 5px;
  font-size: 13px;
}
/* line 609, ../sass/_pages.scss */
#review-form fieldset [class*="col-sm"] {
  width: 100%;
}
/* line 613, ../sass/_pages.scss */
#review-form .alert {
  margin-top: 25px;
}
/* line 616, ../sass/_pages.scss */
#review-form .col-sm-offset-3 {
  margin: 0px !important;
}

/* Related product */
/* line 623, ../sass/_pages.scss */
.product-related {
  margin-top: 37px;
  margin-bottom: 20px;
}
.product-related .panel-v1 {
    border-bottom: 5px solid #FF4000;
}
.product-related .panel-title {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
/* line 625, ../sass/_pages.scss */
.product-related .products-owl-carousel {
  width: calc(100% - 1px);
}
/* line 628, ../sass/_pages.scss */
.product-related .product-col-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 632, ../sass/_pages.scss */
.product-related .owl-carousel {
  background: none;
}

/* Quickview */
/* line 640, ../sass/_pages.scss */
.quickviews .image-container .thumbs-preview {
  margin: 0 auto;
}
/* line 643, ../sass/_pages.scss */
.quickviews .image-container #image-additional-carousel {
  padding: 15px;
}
/* line 646, ../sass/_pages.scss */
.quickviews .image-container .carousel-controls-v2 {
  opacity: 0;
}
/* line 649, ../sass/_pages.scss */
.quickviews .image-container .carousel-controls-v2 .carousel-control.left {
  left: -15px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .quickviews .image-container .carousel-controls-v2 .carousel-control.left {
  right: -15px;
  left: auto;
}
/* line 652, ../sass/_pages.scss */
.quickviews .image-container .carousel-controls-v2 .carousel-control.right {
  right: -15px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .quickviews .image-container .carousel-controls-v2 .carousel-control.right {
  left: -15px;
  right: auto;
}
/* line 658, ../sass/_pages.scss */
.quickviews .image-container .owl-carousel-play:hover .carousel-controls-v2 {
  opacity: 1;
}
/* line 661, ../sass/_pages.scss */
.quickviews .image-container .owl-carousel-play:hover .carousel-controls-v2 .carousel-control.left {
  left: 0px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .quickviews .image-container .owl-carousel-play:hover .carousel-controls-v2 .carousel-control.left {
  right: 0px;
  left: auto;
}
/* line 664, ../sass/_pages.scss */
.quickviews .image-container .owl-carousel-play:hover .carousel-controls-v2 .carousel-control.right {
  right: 0px;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .quickviews .image-container .owl-carousel-play:hover .carousel-controls-v2 .carousel-control.right {
  left: 0px;
  right: auto;
}

/****** Contact Page *****/
/* line 675, ../sass/_pages.scss */
.contact-info .form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
/* line 679, ../sass/_pages.scss */
.contact-info .media {
  color: #999999;
}
/* line 683, ../sass/_pages.scss */
.contact-info .media-icon i {
  color: #6DB72B;
  font-size: 20px;
}
/* line 688, ../sass/_pages.scss */
.contact-info .media-heading {
  font-size: 16px;
  /*font-family: "Heebo-Bold";*/
  margin-bottom: 10px;
}
/* line 693, ../sass/_pages.scss */
.contact-info .captcha fieldset [class*="col-sm"] {
  width: 100% !important;
  padding: 0px;
}

/*********************************************** A L L ___ P A G E ***********************************************/
/****** Site map Page *****/
/* line 706, ../sass/_pages.scss */
.page-information-sitemap #content h1 {
  font-size: 24px;
  font-family: arial;
  font-weight: 400;
  color: #6DB72B;
}
/* line 712, ../sass/_pages.scss */
.page-information-sitemap #content ul {
  padding: 0px;
}
/* line 715, ../sass/_pages.scss */
.page-information-sitemap #content ul li a {
  font-weight: bold;
  color: #999999;
}
/* line 718, ../sass/_pages.scss */
.page-information-sitemap #content ul li a:hover {
  color: #6DB72B;
}
/* line 722, ../sass/_pages.scss */
.page-information-sitemap #content ul li ul {
  padding-left: 15px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .page-information-sitemap #content ul li ul {
  padding-right: 15px;
  padding-left: inherit;
}
/* line 724, ../sass/_pages.scss */
.page-information-sitemap #content ul li ul li a {
  font-weight: normal;
}

/***** Search Page *****/
/* line 735, ../sass/_pages.scss */
.page-product-search #column-left .panel-default {
  margin-top: 0px;
}

/* line 739, ../sass/_pages.scss */
.criteria {
  margin-bottom: 45px;
}
/* line 741, ../sass/_pages.scss */
.criteria p {
  margin-top: 5px;
}
/* line 744, ../sass/_pages.scss */
.criteria #input-search, .criteria .select-wrap {
  height: 36px;
  position: relative;
  border-radius: 4px;
}
/* line 748, ../sass/_pages.scss */
.criteria #input-search:before, .criteria .select-wrap:before {
  content: "\f107";
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -6.5px;
  line-height: 1;
  color: #aaaaaa;
  font-family: 'FontAwesome', Verdana;
  pointer-events: none;
}
/* line 115, ../sass/mixins/_rtl.scss */
.rtl .criteria #input-search:before, .rtl .criteria .select-wrap:before {
  left: 11px;
  right: auto;
}
/* line 760, ../sass/_pages.scss */
.criteria select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  padding: 0px 15px;
}

/***** Special page *****/
/* line 772, ../sass/_pages.scss */
.page-product-special #column-left .panel-default {
  margin-top: 0px;
}

/***** Login Page *****/
/* line 780, ../sass/_pages.scss */
.page-account-login .alert {
  position: absolute;
  z-index: 35;
  top: 0px;
  width: calc(100% - 30px);
}

/* line 788, ../sass/_pages.scss */
.sidebar div.list-group {
  border: 1px solid #f0f0f0;
}
/* line 790, ../sass/_pages.scss */
.sidebar div.list-group:before {
  content: "Account";
  font-size: 24px;
  line-height: 1;
  padding: 20px;
  color: #FFFFFF;
  background: #6DB72B;
  display: block;
  text-transform: uppercase;
}
/* line 799, ../sass/_pages.scss */
.sidebar div.list-group a {
  padding: 15px 20px;
  font-size: 15px;
  /*font-family: "Heebo-Regular";*/
  border: none;
  border-bottom: 1px solid #f0f0f0;
}
/* line 805, ../sass/_pages.scss */
.sidebar div.list-group a:last-child {
  border-bottom: none;
}

/***** Checkout - Checkout *****/
/* line 816, ../sass/_pages.scss */
#accordion br {
  display: none;
}
/* line 819, ../sass/_pages.scss */
#accordion .panel-title {
  font-size: 16px;
}
/* line 822, ../sass/_pages.scss */
#accordion .buttons {
  margin-top: 20px;
}

/* line 827, ../sass/_pages.scss */
.page-checkout-checkout #button-account {
  margin-top: 25px;
}
/* line 830, ../sass/_pages.scss */
.page-checkout-checkout #button-login {
  margin-top: 10px;
}
/* line 833, ../sass/_pages.scss */
.page-checkout-checkout .radio {
  margin-top: 10px;
}

/* line 837, ../sass/_pages.scss */
#input-payment-captcha {
  margin-bottom: 10px;
}

/***** Manufacturer Page *****/
/* line 843, ../sass/_pages.scss */
.link-manufacturer {
  /*color: #6DB72B;*/
  font-size: 15px;
}

/***** Register Page *****/
/* line 850, ../sass/_pages.scss */
.page-account-register .buttons {
  font-family: arial !important;
  font-size: 15px;
}
/* line 854, ../sass/_pages.scss */
.page-account-register footer {
  margin-top: 35px;
}

/***** Style table all page *****/
/* line 861, ../sass/_pages.scss */
table {
  background: #FFFFFF;
}

/* line 864, ../sass/_pages.scss */
td.pav_price {
  /*font-family: "Heebo-Black";*/
  font-size: 30px;
  color: #32ab3b;
}
/* line 868, ../sass/_pages.scss */
td.pav_price strike {
  color: #bbbbbb;
  margin-right: 5px;
  font-size: 15px;
  /*font-family: "Heebo-Regular";*/
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl td.pav_price strike {
  margin-left: 5px;
  margin-right: inherit;
}

/* line 878, ../sass/_pages.scss */
.table-bordered td.text-right .btn.btn-primary {
  width: 100%;
  margin-bottom: 3px;
}
/* line 882, ../sass/_pages.scss */
.table-bordered td.text-right .btn.btn-danger {
  /*width: 100%;*/
}

@font-face {
  font-family: 'Heebo-Bold';
  font-style: normal;
  src: url("../fonts/Heebo-Bold.ttf");
}
@font-face {
  font-family: 'Heebo-Light';
  font-style: normal;
  src: url("../fonts/Heebo-Light.ttf");
}
@font-face {
  font-family: 'Heebo-Regular';
  font-style: normal;
  src: url("../fonts/Heebo-Regular.ttf");
}
@font-face {
  font-family: 'Heebo-Medium';
  font-style: normal;
  src: url("../fonts/Heebo-Medium.ttf");
}
@font-face {
  font-family: 'Heebo-Thin';
  font-style: normal;
  src: url("../fonts/Heebo-Thin.ttf");
}
@font-face {
  font-family: 'Heebo-ExtraBold';
  font-style: normal;
  src: url("../fonts/Heebo-ExtraBold.ttf");
}
@font-face {
  font-family: 'Heebo-Black';
  font-style: normal;
  src: url("../fonts/Heebo-Black.ttf");
}
/* line 1, ../sass/_widget.scss */
.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}

/*-----------------widget-show-categories-----------------*/
/* line 11, ../sass/_widget.scss */
.widget-show-categories .categories-block {
  background: #FFD61A;
  padding-bottom: 72px;
}
/* line 15, ../sass/_widget.scss */
.widget-show-categories .children-categories {
  margin-top: 40px;
}
/* line 18, ../sass/_widget.scss */
.widget-show-categories h5 {
  font-size: 25px;
  font-weight: 500;
  /*font-family: "Heebo-Medium";*/
}
/* line 22, ../sass/_widget.scss */
.widget-show-categories h5 a:hover {
  color: #363636;
  text-decoration: underline;
}
/* line 27, ../sass/_widget.scss */
.widget-show-categories .body {
  margin-top: 35px;
}
/* line 30, ../sass/_widget.scss */
.widget-show-categories li {
  margin-top: 15px;
}
/* line 32, ../sass/_widget.scss */
.widget-show-categories li a:hover {
  color: #363636;
  text-decoration: underline;
}
/* line 37, ../sass/_widget.scss */
.widget-show-categories .btn-v1, .widget-show-categories .interactive-banner.style1 .interactive-profile .action-button .btn, .interactive-banner.style1 .interactive-profile .action-button .widget-show-categories .btn, .widget-show-categories .interactive-banner.style2 .interactive-profile .action-button .btn, .interactive-banner.style2 .interactive-profile .action-button .widget-show-categories .btn {
  border: 1px solid #363636;
  margin-top: 30px;
}

/*END*/
/*----------------widget-product-tabs----------------*/
/* line 48, ../sass/_widget.scss */
.widget-product-tabs {
  padding-top: 12px;
}
/* line 50, ../sass/_widget.scss */
.widget-product-tabs .tab-top {
  border-bottom: 1px solid #DDDDDD;
}
/* line 54, ../sass/_widget.scss */
.widget-product-tabs .nav-tabs a {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px;
  padding-bottom: 13px;
  display: inline-block;
  margin-bottom: -1px;
  line-height: 1;
  border-bottom: 3px solid transparent;
}
/* line 62, ../sass/_widget.scss */
.widget-product-tabs .nav-tabs a i {
  display: none;
}
/* line 66, ../sass/_widget.scss */
.widget-product-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}
/* line 70, ../sass/_widget.scss */
.widget-product-tabs .nav-tabs li {
  margin-right: 30px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .widget-product-tabs .nav-tabs li {
  margin-left: 30px;
  margin-right: inherit;
}
/* line 73, ../sass/_widget.scss */
.widget-product-tabs .nav-tabs li.active a {
  /*font-family: "Heebo-ExtraBold";*/
  border-bottom: 5px solid #FF4000;
  position: relative;
  top: 2px;
}
/* line 80, ../sass/_widget.scss */
.widget-product-tabs .tabs-v2 {
  text-align: center;
}
/* line 82, ../sass/_widget.scss */
.widget-product-tabs .tabs-v2 .nav-tabs {
  display: inline-block;
}

/**END*/
/*----------------widget interactive-banner----------------*/
/* line 96, ../sass/_widget.scss */
.interactive-banner .panel-heading {
  margin-bottom: 30px;
  display: none;
}
/* line 100, ../sass/_widget.scss */
.interactive-banner .image {
  position: relative;
}
/* line 103, ../sass/_widget.scss */
.interactive-banner .content {
  position: absolute;
  text-align: center;
}
/* line 109, ../sass/_widget.scss */
.interactive-banner.style1 .interactive-profile h3 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 68px;
  font-family: "Heebo-Thin";
  color: #6DB72B;
  font-weight: normal;
  letter-spacing: -2px;
}
/* line 117, ../sass/_widget.scss */
.interactive-banner.style1 .interactive-profile h3 span {
  /*font-family: "Heebo-Black";*/
  color: #FFFFFF;
}
/* line 122, ../sass/_widget.scss */
.interactive-banner.style1 .interactive-profile p {
  /*font-family: "Heebo-Light";*/
  font-size: 20px;
  color: #FFFFFF;
}
/* line 127, ../sass/_widget.scss */
.interactive-banner.style1 .interactive-profile .action-button {
  margin-top: 25px;
}
/* line 129, ../sass/_widget.scss */
.interactive-banner.style1 .interactive-profile .action-button .btn {
  padding: 15px 45px;
  line-height: normal;
  height: auto;
  font-size: 14px;
}
/* line 138, ../sass/_widget.scss */
.interactive-banner.style1 .content {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 146, ../sass/_widget.scss */
.interactive-banner.style2 .interactive-profile h3 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 68px;
  font-family: "Heebo-Thin";
  color: #6DB72B;
  font-weight: normal;
  letter-spacing: -2px;
}
/* line 154, ../sass/_widget.scss */
.interactive-banner.style2 .interactive-profile h3 span {
  /*font-family: "Heebo-Black";*/
  color: #FFFFFF;
}
/* line 159, ../sass/_widget.scss */
.interactive-banner.style2 .interactive-profile p {
  /*font-family: "Heebo-Light";*/
  font-size: 20px;
  color: #FFFFFF;
}
/* line 164, ../sass/_widget.scss */
.interactive-banner.style2 .interactive-profile .action-button {
  margin-top: 25px;
}
/* line 166, ../sass/_widget.scss */
.interactive-banner.style2 .interactive-profile .action-button .btn {
  padding: 15px 45px;
  line-height: normal;
  height: auto;
  font-size: 14px;
}
/* line 175, ../sass/_widget.scss */
.interactive-banner.style2 .content {
  left: 0;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  margin-left: 7%;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .interactive-banner.style2 .content {
  right: 0;
  left: auto;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .interactive-banner.style2 .content {
  margin-right: 7%;
  margin-left: inherit;
}
/* line 183, ../sass/_widget.scss */
.interactive-banner.style3 .interactive-profile {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  padding: 60px 45px;
}
/* line 186, ../sass/_widget.scss */
.interactive-banner.style3 .interactive-profile h3 {
  color: #363636;
  font-size: 18px;
  /*font-family: "Heebo-Bold";*/
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
/* line 194, ../sass/_widget.scss */
.interactive-banner.style3 .interactive-profile h1 {
  font-weight: normal;
  font-size: 60px;
  text-transform: uppercase;
  color: #6DB72B;
  /*font-family: "Heebo-Bold";*/
  letter-spacing: -3px;
  margin: 12px 0 20px;
}
/* line 204, ../sass/_widget.scss */
.interactive-banner.style3 .interactive-profile .action-button .btn {
  line-height: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid #363636;
  height: 30px;
  padding: 0 25px;
  /*font-family: "Heebo-Regular";*/
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 213, ../sass/_widget.scss */
.interactive-banner.style3 .interactive-profile .action-button .btn:hover {
  background: #6DB72B;
  color: #FFFFFF;
  border-color: #6DB72B;
}
/* line 221, ../sass/_widget.scss */
.interactive-banner.style3 .content {
  left: 0;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  margin-left: 7%;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .interactive-banner.style3 .content {
  right: 0;
  left: auto;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .interactive-banner.style3 .content {
  margin-right: 7%;
  margin-left: inherit;
}

/**END*/
/*----------------widget product list----------------*/
/* line 236, ../sass/_widget.scss */
.widget-product-list .panel-heading.left {
  text-align: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-product-list .panel-heading.left {
  text-align: right;
}
/* line 239, ../sass/_widget.scss */
.widget-product-list .panel-heading.center {
  text-align: center;
}
/* line 242, ../sass/_widget.scss */
.widget-product-list .panel-heading.right {
  text-align: right;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .widget-product-list .panel-heading.right {
  text-align: left;
}
/* line 247, ../sass/_widget.scss */
.widget-product-list .products-block .products-row {
  position: relative;
  overflow: hidden;
}

/*END*/
/*----------------widget-images----------------*/
/* line 259, ../sass/_widget.scss */
.widget-images {
  position: relative;
  z-index: 24;
}

/*END*/
/*----------------widget Icon-box----------------*/
/* line 269, ../sass/_widget.scss */
.feature-box .fbox-icon {
  color: #333333;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}
/* line 274, ../sass/_widget.scss */
.feature-box .fbox-icon i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 280, ../sass/_widget.scss */
.feature-box .fbox-body .htmlcontent h4 {
  color: #333333;
  /*font-family: "Heebo-Medium";*/
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
}
/* line 288, ../sass/_widget.scss */
.feature-box .fbox-body .htmlcontent p {
  font-size: 15px;
  line-height: 22px;
}
/* line 301, ../sass/_widget.scss */
.feature-box.style1 {
  padding: 0 30px;
}
/* line 303, ../sass/_widget.scss */
.feature-box.style1 .fbox-icon {
  text-align: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .feature-box.style1 .fbox-icon {
  text-align: right;
}
/* line 306, ../sass/_widget.scss */
.feature-box.style1 .fbox-body {
  position: relative;
}
/* line 308, ../sass/_widget.scss */
.feature-box.style1 .fbox-body:before {
  background: #6DB72B;
  content: "";
  height: 50px;
  left: -30px;
  position: absolute;
  top: -3px;
  width: 2px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .feature-box.style1 .fbox-body:before {
  right: -30px;
  left: auto;
}
/* line 318, ../sass/_widget.scss */
.feature-box.style1 .fbox-body .htmlcontent h4 {
  min-height: 60px;
}
/* line 321, ../sass/_widget.scss */
.feature-box.style1 .fbox-body .htmlcontent p {
  min-height: 110px;
}
/* line 327, ../sass/_widget.scss */
.feature-box.style2 {
  padding: 0 45px;
  margin: 7% 0;
}
/* line 330, ../sass/_widget.scss */
.feature-box.style2 .fbox-icon {
  text-align: center;
  width: 100px;
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .feature-box.style2 .fbox-icon {
  text-align: right;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .feature-box.style2 .fbox-icon {
  float: right;
}
/* line 335, ../sass/_widget.scss */
.feature-box.style2 .fbox-body {
  margin-top: 5px;
  width: calc(100% - 100px);
  float: left;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .feature-box.style2 .fbox-body {
  float: right;
}
/* line 342, ../sass/_widget.scss */
.feature-box.style2 .fbox-body .htmlcontent p {
  margin-top: 18px;
}
/* line 348, ../sass/_widget.scss */
.feature-box.style3 {
  position: relative;
  padding: 30px 0;
}
/* line 351, ../sass/_widget.scss */
.feature-box.style3:before {
  background: #6DB72B;
  content: "";
  height: 90px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 2px;
}
/* line 108, ../sass/mixins/_rtl.scss */
.rtl .feature-box.style3:before {
  right: 0;
  left: auto;
}
/* line 360, ../sass/_widget.scss */
.feature-box.style3 .fbox-icon {
  float: left;
  padding: 0 25px;
}
/* line 11, ../sass/mixins/_rtl.scss */
.rtl .feature-box.style3 .fbox-icon {
  float: right;
}
/* line 364, ../sass/_widget.scss */
.feature-box.style3 .fbox-body {
  overflow: hidden;
  padding-right: 30px;
}
/* line 22, ../sass/mixins/_rtl.scss */
.rtl .feature-box.style3 .fbox-body {
  padding-left: 30px;
  padding-right: inherit;
}
/* line 367, ../sass/_widget.scss */
.feature-box.style3 .fbox-body h4 {
  min-height: 45px;
}
/* line 370, ../sass/_widget.scss */
.feature-box.style3 .fbox-body p {
  min-height: 90px;
}

/* line 380, ../sass/_widget.scss */
.row-inner .col-xs-12:first-child .feature-box:before {
  content: none;
}
/* line 385, ../sass/_widget.scss */
.row-inner .col-xs-12:first-child .fbox-body:before {
  content: none;
}

/* line 393, ../sass/_widget.scss */
.box-speacial .row {
  margin: 0;
}
/* line 396, ../sass/_widget.scss */
.box-speacial [class^="col-"],
.box-speacial [class*="col-"] {
  padding: 0;
}
/* line 400, ../sass/_widget.scss */
.box-speacial .feature-box.style3 {
  background: #FFFFFF;
  margin-top: -225px;
  z-index: 23;
  border-bottom: 1px solid #f0f0f0;
}

/*END*/
/* slidelayer */
/* line 5, ../sass/_modules.scss */
.bannercontainer.banner-fullwidth .tp-leftarrow {
  left: -80px !important;
}
/* line 8, ../sass/_modules.scss */
.bannercontainer.banner-fullwidth .tp-rightarrow {
  right: -80px !important;
}

/* line 12, ../sass/_modules.scss */
.bannercontainer.banner-boxed {
  overflow: hidden;
}
/* line 14, ../sass/_modules.scss */
.bannercontainer.banner-boxed .tp-leftarrow {
  left: -100px !important;
}
/* line 17, ../sass/_modules.scss */
.bannercontainer.banner-boxed .tp-rightarrow {
  right: -100px !important;
}
/* line 21, ../sass/_modules.scss */
.bannercontainer.banner-boxed:hover .tp-rightarrow {
  right: 80px !important;
}
/* line 24, ../sass/_modules.scss */
.bannercontainer.banner-boxed:hover .tp-leftarrow {
  left: 80px !important;
}

/* line 29, ../sass/_modules.scss */
.tparrows {
  position: absolute;
  top: 50% !important;
  z-index: 9999;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  -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;
  font-size: 0;
}
/* line 38, ../sass/_modules.scss */
.tparrows:before {
  color: #363636;
  background: #FFFFFF;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: inline-block;
  font: 32px/45px FontAwesome;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
  height: 45px;
  z-index: 12;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 53, ../sass/_modules.scss */
.tparrows.tp-rightarrow:before {
  content: "\f105";
}
/* line 58, ../sass/_modules.scss */
.tparrows.tp-leftarrow:before {
  content: "\f104";
}
/* line 63, ../sass/_modules.scss */
.tparrows:hover:before {
  color: #FFFFFF;
  background: #363636;
}

/* line 69, ../sass/_modules.scss */
.tp-bullets {
  bottom: 0 !important;
  z-index: 25;
  position: absolute;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 36px;
  padding: 30px;
}

/* line 77, ../sass/_modules.scss */
.tp-bullets.simplebullets.round .bullet {
  background: #6DB72B;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  cursor: pointer;
  float: left;
  height: 8px;
  margin: 0 5px;
  position: relative;
  width: 8px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

/* line 92, ../sass/_modules.scss */
.tp-bullets.simplebullets.round .bullet.selected {
  background: #FFFFFF;
  border-color: #6DB72B;
  height: 16px;
  margin-top: -4px;
  width: 16px;
}
/* line 98, ../sass/_modules.scss */
.tp-bullets.simplebullets.round .bullet.selected:hover {
  background: #6DB72B;
}

/***** Macbook *****/
@media (min-width: 992px) and (max-width: 1555px) {
  /***** base *****/
  /* line 7, ../sass/_responsive.scss */
  h1 {
    font-size: 30px;
  }

  /* line 10, ../sass/_responsive.scss */
  h2 {
    font-size: 28px;
  }

  /***** end base *****/
  /* Home 1 */
  /* line 18, ../sass/_responsive.scss */
  .pav-container {
    background-size: 110% 100%;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  /***** base *****/
  /* line 27, ../sass/_responsive.scss */
  .page-account-wishlist .btn-primary, .page-account-wishlist .btn-danger {
    min-width: 45px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  /***** end base *****/
  /* Header v1 */
  /* line 38, ../sass/_responsive.scss */
  .search_block {
    width: 100%;
  }
  /* line 40, ../sass/_responsive.scss */
  .search_block .category_filter {
    width: 131px;
  }
  /* line 42, ../sass/_responsive.scss */
  .search_block .category_filter:before {
    right: 7px;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl .search_block .category_filter:before {
    left: 7px;
    right: auto;
  }
  /* line 45, ../sass/_responsive.scss */
  .search_block .category_filter select {
    padding: 0px 20px 0px 10px;
  }
  /* line 35, ../sass/mixins/_rtl.scss */
  .rtl .search_block .category_filter select {
    padding: 0px 10px 0px 20px;
  }
  /* line 49, ../sass/_responsive.scss */
  .search_block .search {
    width: calc(100% - 131px);
  }
  /* line 51, ../sass/_responsive.scss */
  .search_block .search button {
    width: 45px;
  }
  /* line 54, ../sass/_responsive.scss */
  .search_block .search input {
    width: calc(100% - 45px);
  }
  /* line 58, ../sass/_responsive.scss */
  .search_block .dropdown-menu {
    width: calc(100% - 45px);
  }
  /* line 62, ../sass/_responsive.scss */
  .search_block .dropdown-menu li.media .media-left img {
    width: 40px;
  }
  /* line 66, ../sass/_responsive.scss */
  .search_block .dropdown-menu li.media .media-body {
    float: right;
    width: calc(100% - 50px);
    display: inline-block;
  }
  /* line 11, ../sass/mixins/_rtl.scss */
  .rtl .search_block .dropdown-menu li.media .media-body {
    float: left;
  }
  /* line 70, ../sass/_responsive.scss */
  .search_block .dropdown-menu li.media .media-body a {
    font-size: 13px;
    /*font-family: "Heebo-Bold";*/
    max-height: 39px;
    overflow: hidden;
    display: block;
  }
  /* line 77, ../sass/_responsive.scss */
  .search_block .dropdown-menu li.media .media-body div {
    /*font-family: "Heebo-Bold";*/
    font-size: 14px;
    margin-top: 5px;
    color: #6DB72B;
  }
  /* line 82, ../sass/_responsive.scss */
  .search_block .dropdown-menu li.media .media-body div span, .search_block .dropdown-menu li.media .media-body div br {
    display: none;
  }

  /* Home 1 */
  /* line 103, ../sass/_responsive.scss */
  .footer-deals .countdown_num {
    min-width: 39px;
    line-height: 39px;
  }

  /* line 109, ../sass/_responsive.scss */
  .products-module .product-img {
    width: 96px;
  }
  /* line 112, ../sass/_responsive.scss */
  .products-module .product-meta {
    width: calc(100% - 106px);
  }

  /* line 117, ../sass/_responsive.scss */
  .col-lg-20s .price-old, .col-lg-20s .sale-exist {
    display: none;
  }
  /* line 120, ../sass/_responsive.scss */
  .col-lg-20s .product-img .group-action button {
    font-size: 12px;
  }

  /* Home 2 */
  /* line 127, ../sass/_responsive.scss */
  .feature-box.light-style {
    padding: 13px 12px;
  }
  /* line 129, ../sass/_responsive.scss */
  .feature-box.light-style .fbox-body {
    padding: 2px 0px 0px 13px;
  }
  /* line 35, ../sass/mixins/_rtl.scss */
  .rtl .feature-box.light-style .fbox-body {
    padding: 2px 13px 0px 0px;
  }

  /* line 134, ../sass/_responsive.scss */
  .widget-product-cols.product-list .col-lg-5 .product-meta {
    padding: 35px 20px;
  }
  /* line 138, ../sass/_responsive.scss */
  .widget-product-cols.product-list .col-lg-7 .product-img {
    width: 161px;
  }
  /* line 141, ../sass/_responsive.scss */
  .widget-product-cols.product-list .col-lg-7 .product-meta {
    width: calc(100% - 161px);
  }
  /* line 143, ../sass/_responsive.scss */
  .widget-product-cols.product-list .col-lg-7 .product-meta .price {
    margin-bottom: 13px;
    margin-top: 8px;
    padding-bottom: 8px;
  }

  /* Home 3 */
  /* line 156, ../sass/_responsive.scss */
  .widget-product-cols .list-product.col-lg-8 .price-old, .widget-product-cols .list-product.col-lg-8 .sale-exist {
    display: none;
  }

  /* line 161, ../sass/_responsive.scss */
  .version2 .pavtestimonial {
    height: auto;
    padding-bottom: 15px;
  }
  /* line 164, ../sass/_responsive.scss */
  .version2 .pavtestimonial .item {
    padding: 15px 25px;
  }

  /* line 169, ../sass/_responsive.scss */
  .no-margin .owl-wrapper {
    padding: 1px 0px;
  }

  /* line 174, ../sass/_responsive.scss */
  .widget-blogs-latest.ver1 .space-blog {
    margin-top: 26px;
  }
  /* line 177, ../sass/_responsive.scss */
  .widget-blogs-latest.ver1 .blog-item {
    padding-bottom: 26px;
  }

  /* line 182, ../sass/_responsive.scss */
  .widget-product-cols.product-list .col-lg-4 .product-meta {
    padding: 25px;
  }
  /* line 184, ../sass/_responsive.scss */
  .widget-product-cols.product-list .col-lg-4 .product-meta .description {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  /* line 185, ../sass/_responsive.scss */
  .widget-product-cols.product-list .col-lg-4 .product-meta .description > p {
    height: 42px;
    overflow: hidden;
  }
  /* line 194, ../sass/_responsive.scss */
  .widget-product-cols.product-list .col-lg-8 .product-img {
    width: 150px;
  }
  /* line 197, ../sass/_responsive.scss */
  .widget-product-cols.product-list .col-lg-8 .product-meta {
    width: calc(100% - 150px);
    padding: 5px 5px 5px 15px;
  }
  /* line 35, ../sass/mixins/_rtl.scss */
  .rtl .widget-product-cols.product-list .col-lg-8 .product-meta {
    padding: 5px 15px 5px 5px;
  }
  /* line 200, ../sass/_responsive.scss */
  .widget-product-cols.product-list .col-lg-8 .product-meta .name {
    margin-bottom: 5px;
  }
  /* line 203, ../sass/_responsive.scss */
  .widget-product-cols.product-list .col-lg-8 .product-meta .price {
    margin-bottom: 13px;
    margin-top: 6px;
    padding-bottom: 8px;
  }

  /* Category page */
  /* line 217, ../sass/_responsive.scss */
  .product-list .product-meta {
    padding: 15px 20px;
  }

  /* Detail product */
  /* line 223, ../sass/_responsive.scss */
  .product-related .product-img .group-action button {
    font-size: 11px;
  }
}
/***** Tablet *****/
@media (min-width: 768px) and (max-width: 991px) {
  /* line 232, ../sass/_responsive.scss */
  .page-category .product-grid.col-sm-6, .page-product-search .product-grid.col-sm-6, .page-product-special .product-grid.col-sm-6 {
    width: 33.33333%;
  }
}
@media (max-width: 991px) {
  /****** base *****/
  /* line 254, ../sass/_responsive.scss */
  .hidebullets, .hidearrows {
    opacity: 1 !important;
  }

  /* line 258, ../sass/_responsive.scss */
  h1 {
    font-size: 26px;
  }

  /* line 261, ../sass/_responsive.scss */
  h2 {
    font-size: 22px;
  }

  /* line 264, ../sass/_responsive.scss */
  .scrollup {
    width: 35px;
    height: 35px;
    right: 10px;
    font-size: 14px;
    line-height: 35px;
    opacity: 0.6;
    background: #40465a;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl .scrollup {
    left: 10px;
    right: auto;
  }
  /* line 271, ../sass/_responsive.scss */
  .scrollup span {
    display: none;
  }

  /* line 275, ../sass/_responsive.scss */
  .zoomContainer {
    display: none;
  }

  /* line 278, ../sass/_responsive.scss */
  .tabs-deal h4 {
    padding: 10px 20px;
  }

  /* line 282, ../sass/_responsive.scss */
  [class*="page-account"] #column-right, [class*="page-account"] #column-left {
    width: 25% !important;
  }
  /* line 287, ../sass/_responsive.scss */
  [class*="page-account"] .sidebar div.list-group:before {
    font-size: 20px;
    padding: 15px;
  }
  /* line 291, ../sass/_responsive.scss */
  [class*="page-account"] .sidebar div.list-group a {
    padding: 15px;
    font-size: 11px;
  }
  /* line 297, ../sass/_responsive.scss */
  [class*="page-account"] #column-right {
    margin-top: 0px;
  }

  /* line 301, ../sass/_responsive.scss */
  #column-right {
    margin-top: 50px;
  }

  /* line 305, ../sass/_responsive.scss */
  .page-account-wishlist .btn-primary, .page-account-wishlist .btn-danger {
    min-width: 45px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  /* line 313, ../sass/_responsive.scss */
  fieldset .form-group [class*="col-sm"] {
    width: 100%;
  }

  /* line 318, ../sass/_responsive.scss */
  .pav-container {
    margin-top: 0px !important;
    padding: 0px !important;
    background: #FFFFFF !important;
  }

  /****** end base *****/
  /* Elements */
  /* line 342, ../sass/_responsive.scss */
  .panel-title {
    font-size: 21px;
  }

  /* line 345, ../sass/_responsive.scss */
  .panel-v1 {
    padding-bottom: 5px;
  }

  /* Header v1 */
  /* line 352, ../sass/_responsive.scss */
  .search_block {
    width: 100%;
    margin-top: 43px;
  }
  /* line 355, ../sass/_responsive.scss */
  .search_block .category_filter {
    width: 130px;
  }
  /* line 357, ../sass/_responsive.scss */
  .search_block .category_filter:before {
    right: 7px;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl .search_block .category_filter:before {
    left: 7px;
    right: auto;
  }
  /* line 360, ../sass/_responsive.scss */
  .search_block .category_filter select {
    padding: 0px 20px 0px 10px;
  }
  /* line 35, ../sass/mixins/_rtl.scss */
  .rtl .search_block .category_filter select {
    padding: 0px 10px 0px 20px;
  }
  /* line 364, ../sass/_responsive.scss */
  .search_block .search {
    width: calc(100% - 130px);
  }
  /* line 366, ../sass/_responsive.scss */
  .search_block .search button {
    width: 45px;
  }
  /* line 369, ../sass/_responsive.scss */
  .search_block .search input {
    width: calc(100% - 45px);
  }
  /* line 373, ../sass/_responsive.scss */
  .search_block .dropdown-menu {
    width: calc(100% - 45px);
  }
  /* line 377, ../sass/_responsive.scss */
  .search_block .dropdown-menu li.media .media-left img {
    width: 40px;
  }
  /* line 381, ../sass/_responsive.scss */
  .search_block .dropdown-menu li.media .media-body {
    float: right;
    width: calc(100% - 50px);
    display: inline-block;
  }
  /* line 11, ../sass/mixins/_rtl.scss */
  .rtl .search_block .dropdown-menu li.media .media-body {
    float: left;
  }
  /* line 385, ../sass/_responsive.scss */
  .search_block .dropdown-menu li.media .media-body a {
    font-size: 13px;
    /*font-family: "Heebo-Bold";*/
    max-height: 39px;
    overflow: hidden;
    display: block;
  }
  /* line 392, ../sass/_responsive.scss */
  .search_block .dropdown-menu li.media .media-body div {
    /*font-family: "Heebo-Bold";*/
    font-size: 14px;
    margin-top: 5px;
    color: #6DB72B;
  }
  /* line 397, ../sass/_responsive.scss */
  .search_block .dropdown-menu li.media .media-body div span, .search_block .dropdown-menu li.media .media-body div br {
    display: none;
  }

  /* line 405, ../sass/_responsive.scss */
  #group-menu .megamenu-header {
    margin: 0px !important;
    padding: 0px 15px !important;
  }

  /* Slidershow */
  /* Home 1 */
  /* line 419, ../sass/_responsive.scss */
  .widget-product-list.products-module .product-img {
    width: 88.5px;
  }
  /* line 422, ../sass/_responsive.scss */
  .widget-product-list.products-module .product-meta {
    width: calc(100% - 98.5px);
  }
  /* line 425, ../sass/_responsive.scss */
  .widget-product-list.products-module .product-block {
    padding: 1px 0px;
  }

  /* line 429, ../sass/_responsive.scss */
  .col-lg-20s {
    width: 50%;
  }
  /* line 431, ../sass/_responsive.scss */
  .col-lg-20s.last {
    display: none;
  }

  /* line 435, ../sass/_responsive.scss */
  .widget-manufacture {
    background: #f7f7f7;
  }
  /* line 437, ../sass/_responsive.scss */
  .widget-manufacture:before, .widget-manufacture:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    position: absolute;
    top: 0px;
  }
  /* line 445, ../sass/_responsive.scss */
  .widget-manufacture:before {
    left: 100%;
  }
  /* line 108, ../sass/mixins/_rtl.scss */
  .rtl .widget-manufacture:before {
    right: 100%;
    left: auto;
  }
  /* line 448, ../sass/_responsive.scss */
  .widget-manufacture:after {
    right: 100%;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl .widget-manufacture:after {
    left: 100%;
    right: auto;
  }

  /* line 453, ../sass/_responsive.scss */
  .product-tab-category .tab-top {
    display: none;
  }
  /* line 456, ../sass/_responsive.scss */
  .product-tab-category .carousel-controls-v2 {
    position: absolute;
    right: 0px;
    top: -4px;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl .product-tab-category .carousel-controls-v2 {
    left: 0px;
    right: auto;
  }
  /* line 460, ../sass/_responsive.scss */
  .product-tab-category .carousel-controls-v2 .carousel-control {
    position: static;
    margin-left: 2px;
    margin-right: 2px;
  }

  /* line 467, ../sass/_responsive.scss */
  .widget-blogs-latest {
    margin-top: 40px;
  }

  /* Home 2 */
  /* line 474, ../sass/_responsive.scss */
  .widget-product-cols .first-product .product-meta {
    padding: 25px 20px;
  }
  /* line 476, ../sass/_responsive.scss */
  .widget-product-cols .first-product .product-meta .description {
    margin-top: 18px;
  }
  /* line 481, ../sass/_responsive.scss */
  .widget-product-cols .list-product .product-img {
    width: 160px;
  }
  /* line 484, ../sass/_responsive.scss */
  .widget-product-cols .list-product .product-meta {
    width: calc(100% - 160px);
  }
  /* line 486, ../sass/_responsive.scss */
  .widget-product-cols .list-product .product-meta .name {
    margin-bottom: 6px;
  }
  /* line 489, ../sass/_responsive.scss */
  .widget-product-cols .list-product .product-meta .price {
    margin-bottom: 15px;
    margin-top: 5px;
    padding-bottom: 11px;
  }

  /* Home 3 */
  /* line 501, ../sass/_responsive.scss */
  .no-margin [class*="col-lg"] {
    padding: 0px 15px;
  }
  /* line 504, ../sass/_responsive.scss */
  .no-margin .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 507, ../sass/_responsive.scss */
  .no-margin .row.space-top-10 {
    margin-top: 10px;
  }
  /* line 511, ../sass/_responsive.scss */
  .no-margin .product-meta {
    padding: 15px 17px;
  }
  /* line 514, ../sass/_responsive.scss */
  .no-margin .product-block {
    margin: 15px 0px;
  }

  /* line 519, ../sass/_responsive.scss */
  .widget-product-cols .first-product.col-sm-4 {
    display: none;
  }
  /* line 522, ../sass/_responsive.scss */
  .widget-product-cols .list-product.col-sm-8 {
    width: 100%;
  }

  /* Category page */
  /* line 529, ../sass/_responsive.scss */
  .product-block .group-action {
    bottom: 0px;
  }

  /* Detail product page */
  /* line 550, ../sass/_responsive.scss */
  .detail-container h1 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  /* line 554, ../sass/_responsive.scss */
  .detail-container .price {
    margin-bottom: 15px;
  }
  /* line 557, ../sass/_responsive.scss */
  .detail-container .price-new {
    font-size: 21px;
  }
  /* line 560, ../sass/_responsive.scss */
  .detail-container .price-old {
    font-size: 15px;
  }
  /* line 563, ../sass/_responsive.scss */
  .detail-container .price-olds {
    font-size: 21px;
  }

  /* line 567, ../sass/_responsive.scss */
  .tab-v88 {
    padding-top: 65px;
  }
  /* line 569, ../sass/_responsive.scss */
  .tab-v88 .nav-tabs a {
    font-size: 16px;
  }
  /* line 572, ../sass/_responsive.scss */
  .tab-v88 .tab-content {
    margin-top: 20px;
  }

  /* Blog page */
  /* line 580, ../sass/_responsive.scss */
  .page-pavblog-blogs .blog-item, .page-pavblog-category .blog-item {
    margin-bottom: 70px;
  }
  /* line 583, ../sass/_responsive.scss */
  .page-pavblog-blogs .blog-image, .page-pavblog-category .blog-image {
    margin-bottom: 25px;
  }
  /* line 588, ../sass/_responsive.scss */
  .page-pavblog-blogs .blog-profile .blog-title, .page-pavblog-category .blog-profile .blog-title {
    font-size: 21px;
  }
  /* line 592, ../sass/_responsive.scss */
  .page-pavblog-blogs .blog-body, .page-pavblog-category .blog-body {
    margin-bottom: 17px;
  }

  /* line 596, ../sass/_responsive.scss */
  .page-pavblog-blog .blog-profile .blog-title {
    font-size: 21px;
  }
}
/***** Mobile *****/
@media (max-width: 767px) {
  /***** base *****/
  /* line 607, ../sass/_responsive.scss */
  h1 {
    font-size: 22px;
  }

  /* line 610, ../sass/_responsive.scss */
  h2 {
    font-size: 20px;
  }

  /* line 614, ../sass/_responsive.scss */
  .product-meta .name a {
    height: auto;
    min-height: auto;
  }

  /* line 618, ../sass/_responsive.scss */
  .btn {
    padding: 7px 15px;
  }

  /* line 621, ../sass/_responsive.scss */
  .form-control {
    padding: 6px 15px;
  }

  /* line 625, ../sass/_responsive.scss */
  [class*="page-account"] #column-right, [class*="page-account"] #column-left {
    width: 100% !important;
  }
  /* line 628, ../sass/_responsive.scss */
  [class*="page-account"] #column-right {
    margin-top: 50px;
  }

  /* line 633, ../sass/_responsive.scss */
  .page-checkout-cart .input-group .form-control {
    min-width: 70px;
  }

  /* line 638, ../sass/_responsive.scss */
  .page-pavblog-blog .blog-title {
    font-size: 20px;
  }
  /* line 641, ../sass/_responsive.scss */
  .page-pavblog-blog .comment-link {
    display: none;
  }
  /* line 644, ../sass/_responsive.scss */
  .page-pavblog-blog .comment-created {
    display: none;
  }
  /* line 648, ../sass/_responsive.scss */
  .page-pavblog-blog .comment-wrap .comment-description, .page-pavblog-blog .comment-wrap .comment-meta {
    padding: 10px;
  }

  /***** end base *****/
  /* Header v1 */
  /* line 659, ../sass/_responsive.scss */
  .topbar .dropdown-menu {
    padding: 5px;
  }
  /* line 661, ../sass/_responsive.scss */
  .topbar .dropdown-menu .btn {
    padding: 5px 10px;
    font-size: 13px;
  }
  /* line 665, ../sass/_responsive.scss */
  .topbar .dropdown-menu > li > a {
    padding: 5px 10px;
    font-size: 13px;
  }

  /* line 673, ../sass/_responsive.scss */
  #cart-number {
    background: #FFFFFF;
    color: #2a3e55;
    height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    bottom: 3px;
  }

  /* line 681, ../sass/_responsive.scss */
  #cart-total {
    font-size: 16px;
    color: #FFFFFF;
  }

  /* line 685, ../sass/_responsive.scss */
  .search_block {
    margin-top: 20px;
  }
  /* line 687, ../sass/_responsive.scss */
  .search_block .dropdown-menu {
    left: auto !important;
    right: 45px;
    width: calc(100% + 85px);
    padding-left: 10px;
    padding-right: 10px;
    max-height: 260px;
  }
  /* line 694, ../sass/_responsive.scss */
  .search_block .dropdown-menu li.media .media-body a {
    max-height: 19px;
  }

  /* line 700, ../sass/_responsive.scss */
  .rtl .search_block .dropdown-menu {
    left: 45px !important;
    right: auto;
  }

  /* Header v2 */
  /* line 709, ../sass/_responsive.scss */
  #header.header-v2 .topbar .setting {
    margin: 0px;
  }
  /* line 712, ../sass/_responsive.scss */
  #header.header-v2 #logo {
    margin: 0px;
  }
  /* line 714, ../sass/_responsive.scss */
  #header.header-v2 #logo a {
    padding: 0px;
    height: auto;
  }

  /* Header v3 */
  /* line 723, ../sass/_responsive.scss */
  .header-v3 #logo {
    padding-top: 0px;
  }
  /* line 725, ../sass/_responsive.scss */
  .header-v3 #logo img {
    margin: 0px auto;
  }

  /* Home 1 */
  /* line 733, ../sass/_responsive.scss */
  .col-lg-20s {
    width: 100%;
  }

  /* line 737, ../sass/_responsive.scss */
  .border-top .widget-blogs-latest {
    margin-bottom: 30px;
  }
  /* line 739, ../sass/_responsive.scss */
  .border-top .widget-blogs-latest .panel-heading {
    margin-bottom: 5px;
  }
  /* line 742, ../sass/_responsive.scss */
  .border-top .widget-blogs-latest .space-top-30 {
    margin-top: 20px;
  }
  /* line 745, ../sass/_responsive.scss */
  .border-top .widget-blogs-latest .viewmore {
    display: none;
  }
  /* line 748, ../sass/_responsive.scss */
  .border-top .widget-blogs-latest .carousel-controls-v2 {
    position: absolute;
    right: 0px;
    top: -4px;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl .border-top .widget-blogs-latest .carousel-controls-v2 {
    left: 0px;
    right: auto;
  }
  /* line 752, ../sass/_responsive.scss */
  .border-top .widget-blogs-latest .carousel-controls-v2 .carousel-control {
    position: static;
    margin-left: 2px;
    margin-right: 2px;
  }

  /* Home 2 */
  /* line 765, ../sass/_responsive.scss */
  .widget-product-cols .list-product .product-img, .widget-product-cols .list-product .product-meta {
    width: 100%;
    float: none;
  }
  /* line 769, ../sass/_responsive.scss */
  .widget-product-cols .list-product .product-meta {
    padding: 20px;
  }
  /* line 771, ../sass/_responsive.scss */
  .widget-product-cols .list-product .product-meta .name a {
    height: auto;
  }

  /* Footer */
  /* line 780, ../sass/_responsive.scss */
  #footer-default .main-footer {
    padding: 0px 0px 30px 0px;
  }
  /* line 782, ../sass/_responsive.scss */
  #footer-default .main-footer .panel-heading {
    margin-top: 40px;
  }
  /* line 785, ../sass/_responsive.scss */
  #footer-default .main-footer .list-unstyled {
    margin-top: 18px;
  }
  /* line 787, ../sass/_responsive.scss */
  #footer-default .main-footer .list-unstyled li {
    margin-top: 10px;
  }

  /* Bread crumb */
  /* line 796, ../sass/_responsive.scss */
  div.breadcrumb {
    padding: 20px 0px;
  }

  /* line 799, ../sass/_responsive.scss */
  ul.breadcrumb {
    padding: 20px 0px;
  }

  /* Category page */
  /* line 805, ../sass/_responsive.scss */
  .category-info {
    margin-bottom: 20px;
  }

  /* line 808, ../sass/_responsive.scss */
  .box-refine {
    display: none;
  }

  /* line 812, ../sass/_responsive.scss */
  .products-filter-panel .limit-items, .products-filter-panel .order-sort, .products-filter-panel .order-category, .products-filter-panel .compare {
    margin-left: 0px;
    margin-top: 10px;
    float: none !important;
  }
  /* line 22, ../sass/mixins/_rtl.scss */
  .rtl .products-filter-panel .limit-items, .rtl .products-filter-panel .order-sort, .rtl .products-filter-panel .order-category, .rtl .products-filter-panel .compare {
    margin-right: 0px;
    margin-left: inherit;
  }
  /* line 817, ../sass/_responsive.scss */
  .products-filter-panel .group-text {
    width: 80px;
  }
  /* line 820, ../sass/_responsive.scss */
  .products-filter-panel .select-wrap {
    width: 250px;
    max-width: 250px;
  }

  /* Blog page */
  /* line 829, ../sass/_responsive.scss */
  .page-pavblog-blogs .blog-item, .page-pavblog-category .blog-item {
    margin-bottom: 40px;
  }
  /* line 832, ../sass/_responsive.scss */
  .page-pavblog-blogs .blog-image, .page-pavblog-category .blog-image {
    margin-bottom: 15px;
  }
  /* line 836, ../sass/_responsive.scss */
  .page-pavblog-blogs .blog-profile, .page-pavblog-category .blog-profile {
    width: calc(100% - 80px);
  }
  /* line 838, ../sass/_responsive.scss */
  .page-pavblog-blogs .blog-profile .blog-title, .page-pavblog-category .blog-profile .blog-title {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 0px;
  }
  /* line 844, ../sass/_responsive.scss */
  .page-pavblog-blogs .created, .page-pavblog-category .created {
    padding-top: 10px;
    width: 65px;
    height: 65px;
  }
  /* line 847, ../sass/_responsive.scss */
  .page-pavblog-blogs .created .day, .page-pavblog-category .created .day {
    font-size: 23px;
  }
  /* line 851, ../sass/_responsive.scss */
  .page-pavblog-blogs .blog-body, .page-pavblog-category .blog-body {
    margin-bottom: 15px;
  }

  /* line 855, ../sass/_responsive.scss */
  .page-pavblog-blog .blog-profile .blog-title {
    font-size: 21px;
  }

  /* line 858, ../sass/_responsive.scss */
  .sidebar .latest-posts .latest-posts-profile {
    width: calc(100% - 80px);
  }

  /* Blog detail page */
  /* line 865, ../sass/_responsive.scss */
  .page-pavblog-blog .blog-image {
    margin-bottom: 15px;
  }
  /* line 869, ../sass/_responsive.scss */
  .page-pavblog-blog .created {
    padding-top: 10px;
    width: 65px;
    height: 65px;
  }
  /* line 872, ../sass/_responsive.scss */
  .page-pavblog-blog .created .day {
    font-size: 23px;
  }
  /* line 876, ../sass/_responsive.scss */
  .page-pavblog-blog .blog-profile {
    width: calc(100% - 80px);
  }
  /* line 878, ../sass/_responsive.scss */
  .page-pavblog-blog .blog-profile .blog-title {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 0px;
  }
  /* line 884, ../sass/_responsive.scss */
  .page-pavblog-blog .blog-content {
    margin: 30px 0px;
  }

  /* Product detail */
  /* line 891, ../sass/_responsive.scss */
  .image-container .thumbs-preview {
    width: auto;
  }
  /* line 896, ../sass/_responsive.scss */
  .image-container .thumbs-preview .carousel-controls-v2 .carousel-control.left {
    left: 65px;
  }
  /* line 108, ../sass/mixins/_rtl.scss */
  .rtl .image-container .thumbs-preview .carousel-controls-v2 .carousel-control.left {
    right: 65px;
    left: auto;
  }
  /* line 899, ../sass/_responsive.scss */
  .image-container .thumbs-preview .carousel-controls-v2 .carousel-control.right {
    right: 65px;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl .image-container .thumbs-preview .carousel-controls-v2 .carousel-control.right {
    left: 65px;
    right: auto;
  }
  /* line 907, ../sass/_responsive.scss */
  .image-container .thumbs-preview .owl-carousel-play:hover .carousel-controls-v2 .carousel-control.left {
    left: 65px;
  }
  /* line 108, ../sass/mixins/_rtl.scss */
  .rtl .image-container .thumbs-preview .owl-carousel-play:hover .carousel-controls-v2 .carousel-control.left {
    right: 65px;
    left: auto;
  }
  /* line 910, ../sass/_responsive.scss */
  .image-container .thumbs-preview .owl-carousel-play:hover .carousel-controls-v2 .carousel-control.right {
    right: 65px;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl .image-container .thumbs-preview .owl-carousel-play:hover .carousel-controls-v2 .carousel-control.right {
    left: 65px;
    right: auto;
  }

  /* line 919, ../sass/_responsive.scss */
  .detail-container h1 {
    font-size: 19px;
  }
  /* line 922, ../sass/_responsive.scss */
  .detail-container .action {
    width: 100%;
    margin: 0px;
    padding-top: 20px;
  }

  /* line 928, ../sass/_responsive.scss */
  .tab-v88 {
    padding-top: 50px;
    margin-top: 30px;
  }
  /* line 931, ../sass/_responsive.scss */
  .tab-v88 .nav-tabs a {
    font-size: 14px;
    padding: 5px 15px;
  }
}
@media (max-width: 320px) {
  /* line 940, ../sass/_responsive.scss */
  .products-filter-panel .select-wrap {
    width: 140px;
    max-width: 140px;
  }

  /* line 945, ../sass/_responsive.scss */
  #cart-top .dropdown-menu {
    right: -8px;
  }
  /* line 115, ../sass/mixins/_rtl.scss */
  .rtl #cart-top .dropdown-menu {
    left: -8px;
    right: auto;
  }
}
/*responsive pav cricket theme*/
@media (min-width: 1200px) and (max-width: 1555px) {
  /* line 954, ../sass/_responsive.scss */
  .feature-box.style2 {
    margin: 3% 0;
  }
}
@media (max-width: 1199px) {
  /* line 960, ../sass/_responsive.scss */
  .number-phone span {
    font-size: 15px;
  }

  /* line 963, ../sass/_responsive.scss */
  #cart-top #cart-total {
    font-size: 15px;
  }

  /* line 966, ../sass/_responsive.scss */
  #cart-top .dropdown-toggle .icon-cart {
    font-size: 25px;
    margin-right: 10px;
  }
  /* line 22, ../sass/mixins/_rtl.scss */
  .rtl #cart-top .dropdown-toggle .icon-cart {
    margin-left: 10px;
    margin-right: inherit;
  }

  /* line 970, ../sass/_responsive.scss */
  .number-phone i {
    font-size: 25px;
    margin-right: 10px;
  }
  /* line 22, ../sass/mixins/_rtl.scss */
  .rtl .number-phone i {
    margin-left: 10px;
    margin-right: inherit;
  }

  /* line 974, ../sass/_responsive.scss */
  .product-meta .price {
    font-size: 23px;
  }

  /* line 977, ../sass/_responsive.scss */
  .product-meta .price .price-old {
    font-size: 17px;
  }

  /* line 980, ../sass/_responsive.scss */
  .cart .btn-v1, .cart .interactive-banner.style1 .interactive-profile .action-button .btn, .interactive-banner.style1 .interactive-profile .action-button .cart .btn, .cart .interactive-banner.style2 .interactive-profile .action-button .btn, .interactive-banner.style2 .interactive-profile .action-button .cart .btn, .cart .interactive-banner.style1 .interactive-profile .action-button .btn, .interactive-banner.style1 .interactive-profile .action-button .cart .btn, .cart .interactive-banner.style2 .interactive-profile .action-button .btn, .interactive-banner.style2 .interactive-profile .action-button .cart .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 983, ../sass/_responsive.scss */
  .cart .btn-v1 span, .cart .interactive-banner.style1 .interactive-profile .action-button .btn span, .interactive-banner.style1 .interactive-profile .action-button .cart .btn span, .cart .interactive-banner.style2 .interactive-profile .action-button .btn span, .interactive-banner.style2 .interactive-profile .action-button .cart .btn span, .cart .interactive-banner.style1 .interactive-profile .action-button .btn span, .interactive-banner.style1 .interactive-profile .action-button .cart .btn span, .cart .interactive-banner.style2 .interactive-profile .action-button .btn span, .interactive-banner.style2 .interactive-profile .action-button .cart .btn span {
    font-size: 11px;
  }

  /* line 987, ../sass/_responsive.scss */
  .widget-product-deals.style1 .product-block .name {
    font-size: 25px;
    min-height: 45px;
  }

  /* line 991, ../sass/_responsive.scss */
  .feature-box.style2 {
    padding: 30px 10px;
    margin: 0 !important;
  }
  /* line 994, ../sass/_responsive.scss */
  .feature-box.style2 .fbox-icon {
    float: none !important;
    width: auto;
    text-align: center !important;
  }
  /* line 999, ../sass/_responsive.scss */
  .feature-box.style2 .fbox-body {
    float: none;
    width: auto;
    text-align: center;
  }

  /* line 1005, ../sass/_responsive.scss */
  .box-speacial .feature-box.style3 {
    margin-top: 0;
    border-bottom: none;
  }
  /* line 1008, ../sass/_responsive.scss */
  .box-speacial .feature-box.style3:before {
    content: none;
  }

  /* line 1012, ../sass/_responsive.scss */
  .feature-box.style3 {
    padding-bottom: 0;
    padding-top: 0;
  }
  /* line 1015, ../sass/_responsive.scss */
  .feature-box.style3 .fbox-body {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 1018, ../sass/_responsive.scss */
  .feature-box.style3 .fbox-body p {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  /* line 1027, ../sass/_responsive.scss */
  .common-home .header-v4 {
    background: transparent;
  }

  /* line 1032, ../sass/_responsive.scss */
  .home4 .layerslider-wrapper {
    margin-top: -205px;
    margin-bottom: -130px;
  }

  /* line 1040, ../sass/_responsive.scss */
  .megamenu .mega-col .mega-col-inner > .pavo-widget {
    border-right: 1px solid #f0f0f0;
    padding-right: 15px;
  }
  /* line 22, ../sass/mixins/_rtl.scss */
  .rtl .megamenu .mega-col .mega-col-inner > .pavo-widget {
    border-left: 1px solid #f0f0f0;
    border-right: inherit;
  }
  /* line 22, ../sass/mixins/_rtl.scss */
  .rtl .megamenu .mega-col .mega-col-inner > .pavo-widget {
    padding-left: 15px;
    padding-right: inherit;
  }
  /* line 1048, ../sass/_responsive.scss */
  .megamenu .mega-col:last-child .mega-col-inner > .pavo-widget {
    border-right: none;
    padding-right: 0;
  }
  /* line 22, ../sass/mixins/_rtl.scss */
  .rtl .megamenu .mega-col:last-child .mega-col-inner > .pavo-widget {
    border-left: none;
    border-right: inherit;
  }
  /* line 22, ../sass/mixins/_rtl.scss */
  .rtl .megamenu .mega-col:last-child .mega-col-inner > .pavo-widget {
    padding-left: 0;
    padding-right: inherit;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1062, ../sass/_responsive.scss */
  footer .footer-center .list-unstyled li a {
    font-size: 13px;
  }
  /* line 1065, ../sass/_responsive.scss */
  footer .footer-center .content-html .html p {
    font-size: 13px;
  }
  /* line 1068, ../sass/_responsive.scss */
  footer .footer-center .info-html .info {
    font-size: 13px;
  }

  /* line 1073, ../sass/_responsive.scss */
  .widget-show-categories h5 {
    font-size: 20px;
  }

  /* line 1078, ../sass/_responsive.scss */
  .widget-product-deals.product-list.style1 .product-deals .product-img {
    width: 285px;
  }
  /* line 1081, ../sass/_responsive.scss */
  .widget-product-deals.product-list.style1 .product-deals .product-meta {
    width: calc(100% - 285px);
    padding-bottom: 32px;
  }

  /* line 1089, ../sass/_responsive.scss */
  .widget-product-deals.product-list.style2 .product-deals .footer-deals ul {
    width: 100%;
  }
  /* line 1093, ../sass/_responsive.scss */
  .widget-product-deals.product-list.style2 .product-block .name {
    font-size: 20px;
  }

  /* line 1097, ../sass/_responsive.scss */
  .interactive-banner.style1 .interactive-profile .htmlcontent h3 {
    font-size: 60px;
  }

  /* line 1100, ../sass/_responsive.scss */
  .feature-box.style1 {
    padding: 0;
    margin-top: -45px;
  }
  /* line 1103, ../sass/_responsive.scss */
  .feature-box.style1 .fbox-body::before {
    content: none;
  }
}
/*$media (max-width: 991px) */
@media (max-width: 991px) {
  /* line 1113, ../sass/_responsive.scss */
  #group-menu #pav-megamenu .collapse.navbar-collapse {
    display: none !important;
  }

  /* line 1119, ../sass/_responsive.scss */
  #footer .footer-top {
    padding: 30px 0;
  }
  /* line 1123, ../sass/_responsive.scss */
  #footer.footerv1 .footer-top {
    padding: 30px 0;
  }
  /* line 1126, ../sass/_responsive.scss */
  #footer.footerv1 .footer-top .box-newsletter .contents {
    float: none;
    width: 100%;
  }
  /* line 1130, ../sass/_responsive.scss */
  #footer.footerv1 .footer-top .box-newsletter .form-email {
    float: none;
    width: 100%;
  }
  /* line 1134, ../sass/_responsive.scss */
  #footer.footerv1 .footer-top .box-newsletter .panel-heading {
    float: none;
    text-align: center;
  }
  /* line 1138, ../sass/_responsive.scss */
  #footer.footerv1 .footer-top .box-newsletter .description {
    padding: 20px 0;
    text-align: center;
  }
  /* line 1148, ../sass/_responsive.scss */
  #footer.footerv2 .footer-top .box-newsletter .description {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
  }
  /* line 1154, ../sass/_responsive.scss */
  #footer.footerv2 .footer-top .form-email {
    width: 100%;
  }
  /* line 1160, ../sass/_responsive.scss */
  #footer.footerv3 .footer-top {
    padding: 0;
  }
  /* line 1162, ../sass/_responsive.scss */
  #footer.footerv3 .footer-top .pav-newsletter {
    min-height: auto;
    padding: 30px 0;
  }
  /* line 1165, ../sass/_responsive.scss */
  #footer.footerv3 .footer-top .pav-newsletter .box-newsletter {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    position: relative;
    text-align: center;
  }
  /* line 1169, ../sass/_responsive.scss */
  #footer.footerv3 .footer-top .pav-newsletter .box-newsletter .contents {
    margin-bottom: 0;
  }
  /* line 1171, ../sass/_responsive.scss */
  #footer.footerv3 .footer-top .pav-newsletter .box-newsletter .contents .panel-heading {
    float: none;
    margin-right: 0px;
  }
  /* line 1175, ../sass/_responsive.scss */
  #footer.footerv3 .footer-top .pav-newsletter .box-newsletter .contents .description {
    margin: 20px 0;
  }

  /* line 1184, ../sass/_responsive.scss */
  footer .footer-center {
    padding: 30px 0 10px;
  }

  /* line 1191, ../sass/_responsive.scss */
  .widget-show-categories .categories-block .image > a {
    display: inline-block;
    text-align: center;
  }

  /* line 1197, ../sass/_responsive.scss */
  .widget-product-tabs {
    padding-top: 0;
  }

  /* line 1200, ../sass/_responsive.scss */
  .product-block {
    margin: 20px 0;
  }

  /* line 1205, ../sass/_responsive.scss */
  .widget-product-deals.style1 .footer-deals ul li .countdown_num {
    font-size: 18px;
  }

  /* line 1213, ../sass/_responsive.scss */
  .widget-blogs .posts-meta .profile .latest-posts-title {
    font-size: 15px;
    line-height: 16px;
  }
  /* line 1220, ../sass/_responsive.scss */
  .widget-blogs .option1 .latest-posts-body {
    margin: 20px 0;
  }
  /* line 1222, ../sass/_responsive.scss */
  .widget-blogs .option1 .latest-posts-body .description {
    padding: 0 !important;
    font-size: 14px;
  }

  /* line 1229, ../sass/_responsive.scss */
  .image-speacial {
    display: none;
  }

  /* line 1232, ../sass/_responsive.scss */
  .feature-box.style1 {
    padding: 0;
  }
  /* line 1234, ../sass/_responsive.scss */
  .feature-box.style1 .fbox-body::before {
    content: none;
  }

  /* line 1241, ../sass/_responsive.scss */
  .widget-product-deals.style2 .product-deals .product-img {
    width: 100%;
  }
  /* line 1244, ../sass/_responsive.scss */
  .widget-product-deals.style2 .product-deals .product-meta {
    width: 100%;
    padding-top: 20px;
  }
  /* line 1247, ../sass/_responsive.scss */
  .widget-product-deals.style2 .product-deals .product-meta .cart {
    margin-right: 15px;
  }
  /* line 22, ../sass/mixins/_rtl.scss */
  .rtl .widget-product-deals.style2 .product-deals .product-meta .cart {
    margin-left: 15px;
    margin-right: inherit;
  }
  /* line 1252, ../sass/_responsive.scss */
  .widget-product-deals.style2 .footer-deals ul {
    width: 100%;
  }

  /* line 1257, ../sass/_responsive.scss */
  .home4 .panel-testimonial {
    background: #313236;
    padding: 30px 10px;
  }
  /* line 1260, ../sass/_responsive.scss */
  .home4 .panel-testimonial .pavtestimonial {
    margin-top: 30px;
  }

  /* line 1264, ../sass/_responsive.scss */
  .home5 .panel-testimonial {
    margin-top: 30px;
    background: #f7f8fc;
    padding: 30px 10px;
  }
  /* line 1268, ../sass/_responsive.scss */
  .home5 .panel-testimonial .pavtestimonial {
    margin-top: 0;
  }
  /* line 1270, ../sass/_responsive.scss */
  .home5 .panel-testimonial .pavtestimonial .testimonial-item {
    margin-top: 30px;
  }
  /* line 1274, ../sass/_responsive.scss */
  .home5 .panel-testimonial .profile {
    margin-bottom: 7px;
  }

  /* line 1279, ../sass/_responsive.scss */
  .feature-box.style3:before {
    content: none;
  }
  /* line 1282, ../sass/_responsive.scss */
  .feature-box.style3 .fbox-icon {
    float: none !important;
    text-align: center;
  }
  /* line 1286, ../sass/_responsive.scss */
  .feature-box.style3 .fbox-body {
    text-align: center;
  }
  /* line 1288, ../sass/_responsive.scss */
  .feature-box.style3 .fbox-body .htmlcontent {
    padding: 0 10px;
  }

  /* line 1295, ../sass/_responsive.scss */
  .megamenu .pavo-widget .widget-categories {
    margin-bottom: 25px;
  }
}
/*$media (min-width: 768px) and (max-width: 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1304, ../sass/_responsive.scss */
  #search {
    width: 100%;
  }

  /* line 1307, ../sass/_responsive.scss */
  .products-filter-panel .form-control {
    padding: 0 10px !important;
  }

  /* line 1310, ../sass/_responsive.scss */
  .products-filter-panel .group-text {
    margin: 0 2px !important;
  }

  /* line 1315, ../sass/_responsive.scss */
  .footer-center .main-footer .column {
    min-height: 250px;
  }

  /* line 1322, ../sass/_responsive.scss */
  #footer-default .main-footer .column {
    min-height: 190px;
  }

  /* line 1327, ../sass/_responsive.scss */
  .widget-product-deals.style1 .footer-deals ul {
    width: 250px;
  }

  /* line 1332, ../sass/_responsive.scss */
  .interactive-banner.style1 .interactive-profile h3, .interactive-banner.style2 .interactive-profile h3 {
    font-size: 30px;
  }
  /* line 1335, ../sass/_responsive.scss */
  .interactive-banner.style1 .interactive-profile p, .interactive-banner.style2 .interactive-profile p {
    font-size: 17px;
  }
  /* line 1338, ../sass/_responsive.scss */
  .interactive-banner.style1 .interactive-profile .action-button .btn, .interactive-banner.style2 .interactive-profile .action-button .btn {
    padding: 10px 30px;
  }
}
/*$media (max-width: 767px) */
@media (max-width: 767px) {
  /* line 1346, ../sass/_responsive.scss */
  #logo .logo {
    text-align: center;
  }

  /* line 1350, ../sass/_responsive.scss */
  #search {
    width: 100%;
  }

  /* line 1353, ../sass/_responsive.scss */
  .main-header {
    padding: 10px 0;
  }

  /* line 1356, ../sass/_responsive.scss */
  .main-header #box-right {
    margin-top: 10px;
  }

  /* line 1359, ../sass/_responsive.scss */
  .image-container #image-additional-carousel .image-item {
    display: inline-block;
  }

  /* line 1362, ../sass/_responsive.scss */
  .image-container #image-additional-carousel img {
    width: 66px;
  }

  /* line 1365, ../sass/_responsive.scss */
  #image-additional-carousel {
    text-align: center;
  }

  /* line 1368, ../sass/_responsive.scss */
  .detail-container {
    padding: 10px !important;
  }

  /* line 1371, ../sass/_responsive.scss */
  .paging {
    border-top: none;
    text-align: center;
  }
  /* line 1374, ../sass/_responsive.scss */
  .paging .pagination {
    margin-bottom: 10px;
  }
  /* line 1377, ../sass/_responsive.scss */
  .paging .text-right {
    text-align: center !important;
  }

  /* line 1382, ../sass/_responsive.scss */
  .products-block .products-row {
    border-bottom: medium none;
  }
  /* line 1384, ../sass/_responsive.scss */
  .products-block .products-row .product-layout {
    border-bottom: 1px solid #f0f0f0;
  }

  /* line 1391, ../sass/_responsive.scss */
  .widget-product-list .products-row .product-col {
    border-bottom: 1px solid #f0f0f0;
  }

  /* line 1398, ../sass/_responsive.scss */
  .widget-product-tabs .products-row .product-col {
    border-bottom: 1px solid #f0f0f0;
  }

  /* line 1403, ../sass/_responsive.scss */
  .widget-product-deals.style2 .product-block {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #f0f0f0;
  }

  /* line 1409, ../sass/_responsive.scss */
  .pav-newsletter .box-newsletter .btn-newsletter {
    font-size: 12px;
    width: 130px;
  }

  /* line 1413, ../sass/_responsive.scss */
  .pav-newsletter .box-newsletter .email {
    /*width: calc(100% - 140px);*/
  }

  /* line 1418, ../sass/_responsive.scss */
  .footer-center .main-footer .column {
    margin-bottom: 20px;
  }

  /* line 1424, ../sass/_responsive.scss */
  #footer .copyright {
    font-size: 14px;
    text-align: center;
  }
  /* line 1427, ../sass/_responsive.scss */
  #footer .copyright p {
    float: none;
  }
  /* line 1430, ../sass/_responsive.scss */
  #footer .copyright .paypal {
    float: none;
    margin-top: 15px;
  }

  /* line 1439, ../sass/_responsive.scss */
  .footerv3 .footer-top .pav-newsletter .box-newsletter {
    padding: 0 10px;
  }

  /* line 1445, ../sass/_responsive.scss */
  .tparrows {
    display: none;
  }

  /* line 1450, ../sass/_responsive.scss */
  .widget-product-tabs .nav-tabs li {
    margin-right: 10px;
  }
  /* line 22, ../sass/mixins/_rtl.scss */
  .rtl .widget-product-tabs .nav-tabs li {
    margin-left: 10px;
    margin-right: inherit;
  }
  /* line 1453, ../sass/_responsive.scss */
  .widget-product-tabs .nav-tabs a {
    font-size: 21px;
  }

  /* line 1461, ../sass/_responsive.scss */
  .widget-product-deals.style1 .product-deals .product-img {
    width: 100%;
  }
  /* line 1464, ../sass/_responsive.scss */
  .widget-product-deals.style1 .product-deals .product-meta {
    width: 100%;
    padding-top: 20px;
  }
  /* line 1469, ../sass/_responsive.scss */
  .widget-product-deals.style1 .footer-deals ul {
    width: 100%;
  }

  /* line 1475, ../sass/_responsive.scss */
  .feature-box.style1 .fbox-body .htmlcontent p, .feature-box.style1 .fbox-body .htmlcontent h4 {
    min-height: auto;
  }

  /* line 1479, ../sass/_responsive.scss */
  .feature-box.style2 {
    padding: 15px 10px;
  }

  /* line 1482, ../sass/_responsive.scss */
  .home4 .panel-testimonial {
    margin-top: 30px;
  }

  /* line 1487, ../sass/_responsive.scss */
  .widget-blogs .option2:first-child {
    margin-top: 0;
  }
  /* line 1491, ../sass/_responsive.scss */
  .widget-blogs .option2 .latest-posts-body .latest-posts-image {
    width: 100%;
  }
  /* line 1494, ../sass/_responsive.scss */
  .widget-blogs .option2 .latest-posts-body .latest-posts-meta {
    width: 100%;
  }
  /* line 1498, ../sass/_responsive.scss */
  .widget-blogs .option2 .latest-posts-body .latest-posts-meta .posts-meta .profile .latest-posts-title {
    min-height: auto;
    margin-bottom: 10px;
  }

  /* line 1509, ../sass/_responsive.scss */
  .home5 .panel-testimonial .t-avatar {
    float: none !important;
    text-align: center;
  }
  /* line 1513, ../sass/_responsive.scss */
  .home5 .panel-testimonial .testimonial-info.clearfix {
    padding: 0;
    text-align: center;
    margin-top: 10px;
  }
}

/* Rif Raf Styles */
.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

#logo {
    position: relative;
    z-index: 2;
}

.home-slider-top-container {
    position: relative;
    /*z-index: -1;*/
    z-index: 0;
}

.home-slider {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}

.home-landings-bar .col-lg-4 {
    padding: 0;
}

.widget-html .landing-banner-btn {
    position: absolute;
    top: 74%;
    background-color: rgba(255, 255, 255, 0.8);
    width: 250px;
    height: 52px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding-top: 15px;
    text-align: right;
}
.widget-html .landing-banner-btn .landing-banner-btn-inner {
    width: 230px;
}
.widget-html .landing-banner-btn .landing-banner-btn-inner span {
    position: relative;
    top: -2px;
    color: #025E2A;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    /*margin-left: 50px;*/
    margin-right: 14px;
}
.widget-html .landing-banner-btn .landing-banner-btn-inner i {
    color: #FF4000;
    font-size: 22px;
}

.utility-bar {
    border: 2px solid #CFCFCF;
    border-radius: 8px;
    padding: 23px 13px;
}
.utility-bar .info-column {
    padding-right: 20px;
}
.utility-bar .section-icon {
    width: 62px;
    height: 62px;
    color: #FF4000;
    font-size: 34px;
    border: 1px solid #72BA32;
    border-radius: 50px;
    text-align: center;
    padding-top: 3px;
    margin-left: 10px;
}
.utility-bar .section-title {
    color: #015E2A;
    font-size: 17px;
    font-weight: 600;
}
.utility-bar .section-description {
    color: #444444;
    font-size: 14px;
    margin-top: 8px;
}

.title-red .panel-title {
    border-bottom: 5px solid #FF4000;
}

.home-brands-cnt .pav-inner {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.main-footer .panel-title  {
    border-bottom: 5px solid #ffffff;
}

footer .address-info {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 20px;
}
footer .address-info p {
    margin-bottom: 18px;
}

footer .bo-social-icons {
    margin-top: 5px;
}

.sidebar .panel-heading.border-bottom {
    color: #CCCCCC;
}
.sidebar .panel-v1 {
    top: 1px;
    border-bottom: 3px solid #FF0000;
}
.sidebar .panel-title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-transform: none;
}

.products-filter-panel .type {
    display: none;
}

.products-filter-panel #compare-total {
    display: none;
}

.page-information h1 {
    color: #639B38;
    font-size: 30px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 37px;
}

.page-information #content p {
    color: #444444;
    font-size: 14px;
    line-height: 31px;
}

.product-related.information-gallery {
    margin-bottom: 24px;
}

.page-pavblog-blogs .blog-title,
.page-pavblog-category .blog-title,
.page-pavblog-blog .blog-title {
    color: #6CB72B;
    font-size: 30px;
    font-weight: normal;
    margin-top: 0;
}

.post-link {
    color: #FF4000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.shortinfo,
.page-pavblog-blog .description,
.page-pavblog-blog .content-wrap {
    font-size: 14px;
    color: #333333;
}

.page-pavblog-blog .description {
    font-style: italic;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
}

.page-pavblog-blog .content-wrap {
    line-height: 27px;
}

.sidebar .panel-default.category-blog {
    margin-top: 28px;
}

.page-pavblog-blog .blog-title-post {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

.page-pavblog-blog .addthis_toolbox {
    float:right;
}

.comment-description {
    font-size: 14px;
}

.pave-listcomments {
    margin-bottom: 50px;
}

#comment-form .form-control:not(textarea) {
  height: 35px;
}

@media (max-width: 1199px) {
    .megamenu > li > a {
        font-size: 12px;
        padding: 0px 31px
    }
    .product-meta .price .price-old,
    .product-meta .price .price-new {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .product-meta .price .price-olds {
        display: block;
        margin-top: 26px;
    }
}

@media (max-width: 991px) {
    .utility-bar {
        margin-bottom: 20px;
    }
    .utility-bar .info-column div {
        margin: 0 auto;
        text-align: center;
    }
    .main-header .search {
        margin-top: 20px;
    }
    #cart-top .dropdown-toggle .icon-cart {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .home-slider {
        /*display: none;*/
    }
    .utility-bar .info-column {
        margin-bottom: 10px;
        text-align: center;
    }
    .home-landings-bar .col-xs-12 {
        margin-bottom: 20px;
    }
    .home-landings-bar .col-xs-12 a {
        display: block;
        margin: 0 auto;
        width: 406px;
    }
}

@media (max-width: 462px) {
    #cart-top .dropdown-menu {
        min-width: 370px;
    }
}

@media (max-width: 417px) {
    .home-landings-bar .col-xs-12 a {
        display: block;
        margin: 0 auto;
        width: 258px;
    }
}

@media (max-width: 379px) {
    #cart-top .dropdown-menu {
        min-width: 278px;
    }
}

#search .form-control {
    z-index: 0;
}

#accordion #collapse-checkout-confirm br {
    display: initial;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.hermes__openpharm__eulogo {
    max-width: 175px;
}

/* Indice Pagine rimedi */
.letter-list {
	display: block;
	padding: 20px 0 60px 0;
	padding-left: 0px;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
.letter-list li {
	list-style: none;
	display: inline;
	float: left;
	border: 1px solid #ccc;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
}
.anchor_letter {
	display: block;
	padding-top: 0px;
	border-top: 1px dashed #cecece;
}
.anchor_letter .letter {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.pato_rimed {
    margin-top: 0 !important;
}
.pato_rimed li a {
    font-size: 15px;
}
/* Indice Pagine rimedi - END */

#newsletterPopup button.close {
    top: 0px;
    position: absolute;
    left: 95%;
    font-size: 37px;
    color: #F00;
    opacity: 0.6;
}
#newsletterPopup .modal-content{text-align:center}
#newsletterPopup img{
    max-width:100%;
    margin:0 auto;
}
@media(max-width:480px){
    #newsletterPopup button.close{left:91%}
    
}

.infobar {
  color: #ffffff;
  background: #6DB72B;
}
.infobar a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

#toWhatsApp {
  /*display: block;*/
  display: none;
  position: fixed;
  bottom: 80px;
  right: 65px;
  width: 50px;
  height: 50px;
  background-color: #eb4a14;
  color: #fff;
  text-align: center;
  line-height: 50px;
  z-index: 9999;
  border-radius: 100%;
  font-size: 20px;
  padding-right: 2px;
}

#toWhatsApp a {
  color: #fff;
}

@media (max-width:480px){
  #toWhatsApp {
    bottom: 40px;
    right: 40px;
  }
}

.qaQuestion, .qaQuestions {
  float: none !important;
  padding-top: 0 !important;
}
.qaQuestion h3 {
  margin-top: 0 !important;
}
.qaQuestion .qaAction {
  position: absolute;
  right: 43px;
  bottom: 40px;
  float: none !important;
  margin-left: 0 !important;
  background: #6DB72B !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border-radius: 30px !important;
  padding: 9px 31px !important;
  max-width: inherit !important;
}
@media (max-width: 500px) {
  .qaQuestion .qaAction {
    position: relative !important;
    bottom: unset !important;
    right: unset !important;
  }
}
.qaQuestion .qaLabel {
  display: none;
}
.qaQuestion .qa input, .qaQuestion .qa textarea {
  margin-left: 0 !important;
  margin-bottom: 20px !important;
}
.qaQuestions .qaAction {
  margin-bottom: 30px !important;
  margin-left: 0 !important;
  background: #6DB72B !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border-radius: 30px !important;
  padding: 9px 31px !important;
  max-width: inherit !important;
}
.qaQuestions .qaLoading {
  display: inline-block;
  margin-top: 29px;
  margin-left: 30px;
  text-transform: uppercase;
}
.qaQuestions .qaLoading:after {
  content: '...';
}
/* Rif Raf Styles - END */
