/**
 * Infinity BG-Media Group
 *
 * @category    Infinity BG-Media Group
 * @package     Infinity BG-Media Group_default
 * @copyright   Copyright (c) 2017 Infinity BG-Media Group Ltd. (https://www.webcommunication.bg)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "OpenSans Regular", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #007300;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 32px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 18px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #bcbcbc;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #a8a8a8;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bcbcbc;
  border-color: transparent;
}
.btn-default .badge {
  color: #bcbcbc;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #367d3d;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2a612f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #367d3d;
  border-color: transparent;
}
.btn-primary .badge {
  color: #367d3d;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #007300;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 18px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://mashini-bg.com/skin/frontend/ibg/default/fonts/glyphicons-halflings-regular.eot');
  src: url('https://mashini-bg.com/skin/frontend/ibg/default/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://mashini-bg.com/skin/frontend/ibg/default/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://mashini-bg.com/skin/frontend/ibg/default/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://mashini-bg.com/skin/frontend/ibg/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 18px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 15px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 18px;
  font-size: 17px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #000000;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #303338;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 15px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #007300;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 18px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #000000;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 3px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000000;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://mashini-bg.com/skin/frontend/ibg/default/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('https://mashini-bg.com/skin/frontend/ibg/default/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('https://mashini-bg.com/skin/frontend/ibg/default/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('https://mashini-bg.com/skin/frontend/ibg/default/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('https://mashini-bg.com/skin/frontend/ibg/default/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
/**
*
* Base
*
*/
/**
*
* AJAX
*
*/
/**
*
* Rewrite the bootstrap variables
*
*/
/**
*
* Page
*
*/
/**
*
* Common
*
*/
/**
*
* Sidebar Blocks
*
*/
/**
*
* Header
*
*/
/*Desktop*/
/*---------- Header Pills -------- */
/*Custom pill*/
/**
*
* Header widgets
*
*/
/**
*
* Mobile Menu
*
*/
/*Switcher*/
/**
*
* Mega Menu
*
*/
/**
*
* Mega Menu Children Styles
*
*/
/**
*
* Category Page
*
*/
/*
*
* Page Content
*
*/
/*
*
* Breadcrumb
*
*/
/**
*
* Blocks
*
*/
/**
*
* Buttons
*
*/
/**
*
* Forms
*
*/
/* Footer */
/* Footer Callout Block */
/* Footer Main Block */
/* Footer Bottom Block */
/* ----------------- Footer2 ----------------------- */
/* Footer2 Main Block */
/* Footer2 Bottom Block */
/* ----------------------- Footer3 ---------------------- */
/* Footer3 Callout Block */
/* Footer3 Main Block */
/* Footer3 Bottom Block */
/* --------------- Footer4 --------------- */
/* Footer4 Callout Block */
/* Footer4 Main Block */
/* Footer4 Bottom Block */
/* --------------- Footer5 --------------- */
/* ---------- Product Page ---------- */
/*Gallery*/
/*Price Box*/
/*Product Description*/
/*Left Side*/
/*Right Side*/
/*Reviews*/
/*Labels*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
html {
  background-color: #111;
}
/* Responsive images */
img {
  max-width: 100%;
  height: auto;
}
.modal-dialog {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 22%;
  }
}
html:selection {
  background-color: #bae4fd;
  /* WebKit/Blink Browsers */
}
html:-moz-selection {
  background-color: #bae4fd;
  /* Gecko Browsers */
}
body:selection {
  background-color: #bae4fd;
  /* WebKit/Blink Browsers */
}
body:-moz-selection {
  background-color: #bae4fd;
  /* Gecko Browsers */
}
input,
textarea,
.btn:focus,
.button:focus,
button:focus {
  outline: none !important;
}
b,
strong {
  color: inherit !important;
}
/**
 * Responsive Alignment for Bootstrap 3
 */
/* Extra small devices (phones, less than 768px) */
.text-left-xs {
  text-align: left;
}
.text-center-xs {
  text-align: center;
}
.text-right-xs {
  text-align: right;
}
.pull-left-xs {
  float: left !important;
}
.pull-right-xs {
  float: right !important;
}
/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  [class*='pull-left-'],
  [class*='pull-right-'] {
    float: none !important;
  }
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  [class*='text-left-'],
  [class*='text-center-'],
  [class*='text-right-'] {
    text-align: none;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
}
/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  [class*='pull-left-'],
  [class*='pull-right-'] {
    float: none !important;
  }
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
  [class*='text-left-'],
  [class*='text-center-'],
  [class*='text-right-'] {
    text-align: none;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  [class*='pull-left-'],
  [class*='pull-right-'] {
    float: none !important;
  }
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
  [class*='text-left-'],
  [class*='text-center-'],
  [class*='text-right-'] {
    text-align: none;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
}
.col-xs-s4,
.col-sm-s4,
.col-md-s4,
.col-lg-s4 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.col-xs-s4 {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .col-sm-s4 {
    width: 25%;
    float: left;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .col-md-s4 {
    width: 25%;
    float: left;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .col-lg-s4 {
    width: 25%;
    float: left;
    margin-bottom: 20px;
  }
}
.col-xs-s5,
.col-sm-s5,
.col-md-s5,
.col-lg-s5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-s5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-s5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-s5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-s5 {
    width: 20%;
    float: left;
  }
}
.col-xs-s8,
.col-sm-s8,
.col-md-s8,
.col-lg-s8 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-s8 {
  width: 12.5%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-s8 {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-s8 {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-s8 {
    width: 12.5%;
    float: left;
  }
}
/*Offset right*/
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.center-fill {
  overflow-x: hidden;
}
.btn-clear {
  background: none;
  border: none;
  font-size: 1.2em;
  border-radius: 2px;
}
.btn-clear:active,
.btn-clear.active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow {
  position: relative;
  margin-bottom: 50px;
  background: #fff;
}
.css3-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  bottom: 0px;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 70px;
  border-radius: 100%;
}
.alpha-no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.initial-pos {
  position: initial;
}
.collapse-button.active i.fa:before {
  content: "\f068";
}
.zoomContainer {
  z-index: 10;
}
.fancybox-skin .zoomContainer {
  z-index: 8010;
}
.zoomContainer .zoomWindow {
  background-color: white;
}
.recently-viewed-products .owl-navigation-top-right-angle-middle .owl-controls {
  margin: 0;
}
.recently-viewed-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div {
  position: absolute;
  color: #367d3d;
  background: transparent;
  font-size: 30px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
.recently-viewed-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  right: 20px;
  top: -55px;
}
.recently-viewed-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: 5px;
  top: -55px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px;
}
.mtop-10 {
  margin-top: 10px;
}
.mtop-20 {
  margin-top: 20px;
}
.mtop-30 {
  margin-top: 30px;
}
.mtop-40 {
  margin-top: 40px;
}
.mtop-50 {
  margin-top: 50px;
}
.mtop-60 {
  margin-top: 60px;
}
.mtop-70 {
  margin-top: 70px;
}
.mtop-80 {
  margin-top: 80px;
}
.mtop-90 {
  margin-top: 90px;
}
.mtop-100 {
  margin-top: 100px;
}
.mbottom-10 {
  margin-bottom: 10px;
}
.mbottom-20 {
  margin-bottom: 20px;
}
.mbottom-30 {
  margin-bottom: 30px;
}
.mbottom-40 {
  margin-bottom: 40px;
}
.mbottom-50 {
  margin-bottom: 50px;
}
.mbottom-60 {
  margin-bottom: 60px;
}
.mbottom-70 {
  margin-bottom: 70px;
}
.mbottom-80 {
  margin-bottom: 80px;
}
.mbottom-90 {
  margin-bottom: 90px;
}
.mbottom-100 {
  margin-bottom: 100px;
}
.mleft-10 {
  margin-left: 10px;
}
.mleft-20 {
  margin-left: 20px;
}
.mleft-30 {
  margin-left: 30px;
}
.mleft-40 {
  margin-left: 40px;
}
.mleft-50 {
  margin-left: 50px;
}
.mleft-60 {
  margin-left: 60px;
}
.mleft-70 {
  margin-left: 70px;
}
.mleft-80 {
  margin-left: 80px;
}
.mleft-90 {
  margin-left: 90px;
}
.mleft-100 {
  margin-left: 100px;
}
.mright-10 {
  margin-right: 10px;
}
.mright-20 {
  margin-right: 20px;
}
.mright-30 {
  margin-right: 30px;
}
.mright-40 {
  margin-right: 40px;
}
.mright-50 {
  margin-right: 50px;
}
.mright-60 {
  margin-right: 60px;
}
.mright-70 {
  margin-right: 70px;
}
.mright-80 {
  margin-right: 80px;
}
.mright-90 {
  margin-right: 90px;
}
.mright-100 {
  margin-right: 100px;
}
.ptop-10 {
  padding-top: 10px;
}
.ptop-20 {
  padding-top: 20px;
}
.ptop-30 {
  padding-top: 30px;
}
.ptop-40 {
  padding-top: 40px;
}
.ptop-50 {
  padding-top: 50px;
}
.ptop-60 {
  padding-top: 60px;
}
.ptop-70 {
  padding-top: 70px;
}
.ptop-80 {
  padding-top: 80px;
}
.ptop-90 {
  padding-top: 90px;
}
.ptop-100 {
  padding-top: 100px;
}
.pbottom-10 {
  padding-bottom: 10px;
}
.pbottom-20 {
  padding-bottom: 20px;
}
.pbottom-30 {
  padding-bottom: 30px;
}
.pbottom-40 {
  padding-bottom: 40px;
}
.pbottom-50 {
  padding-bottom: 50px;
}
.pbottom-60 {
  padding-bottom: 60px;
}
.pbottom-70 {
  padding-bottom: 70px;
}
.pbottom-80 {
  padding-bottom: 80px;
}
.pbottom-90 {
  padding-bottom: 90px;
}
.pbottom-100 {
  padding-bottom: 100px;
}
.pleft-10 {
  padding-left: 10px;
}
.pleft-20 {
  padding-left: 20px;
}
.pleft-30 {
  padding-left: 30px;
}
.pleft-40 {
  padding-left: 40px;
}
.pleft-50 {
  padding-left: 50px;
}
.pleft-60 {
  padding-left: 60px;
}
.pleft-70 {
  padding-left: 70px;
}
.pleft-80 {
  padding-left: 80px;
}
.pleft-90 {
  padding-left: 90px;
}
.pleft-100 {
  padding-left: 100px;
}
.pright-10 {
  padding-right: 10px;
}
.pright-20 {
  padding-right: 20px;
}
.pright-30 {
  padding-right: 30px;
}
.pright-40 {
  padding-right: 40px;
}
.pright-50 {
  padding-right: 50px;
}
.pright-60 {
  padding-right: 60px;
}
.pright-70 {
  padding-right: 70px;
}
.pright-80 {
  padding-right: 80px;
}
.pright-90 {
  padding-right: 90px;
}
.pright-100 {
  padding-right: 100px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
body {
  font-family: ;
  font-weight: ;
  font-size: ;
  font-style: ;
  text-transform: ;
  letter-spacing: ;
  color: ;
  background-color: #ffffff;
}
label {
  font-weight: initial;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
ul.form-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.validation-advice {
  color: #428bca;
  position: absolute;
  font-size: 12px;
}
/* .selectdiv */
.input-box {
  position: relative;
  /* show the placeholder when input has no content (no content = invalid) */
  /* hide the placeholder when input has some text typed in */
}
.input-box.selectdiv {
  background: url("https://mashini-bg.com/skin/frontend/ibg/default/images/icons/select-icon.svg") no-repeat 97% center;
  height: 36px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #b7b7b7;
  position: static;
  margin-bottom: 15px;
  margin-top: 15px;
}
.input-box.selectdiv > select {
  background: transparent;
  border: none;
  font-size: 16px;
  height: 36px;
  padding: 5px 5px 5px 10px;
  /* If you add too much padding here, the options won't show in IE */
  width: 107%;
}
.input-box.selectdiv > select:focus,
.input-box.selectdiv > select:active {
  outline: none;
  box-shadow: none;
  border-color: #ffffff;
}
.input-box.selectdiv.has-error {
  border-color: #a94442;
}
.input-box.selectdiv .validation-advice {
  color: #428bca;
  position: absolute;
  font-size: 12px;
}
.input-box select[required] + label.required {
  pointer-events: none;
  color: #58595b;
  font-size: 16px;
  position: absolute;
  left: 16px;
  /* the negative of the input width */
  top: 7px;
}
.input-box select[required] + label.required:after {
  content: '*';
  color: #428bca;
}
.input-box select[required].required + label.required {
  display: inline-block;
}
.input-box select[required].changed + label.required {
  display: none;
}
/* end .selectdiv */
/* .checkboxdiv */
.checkboxdiv {
  position: relative;
  margin: 0 20px 0 0;
  float: left;
}
.checkboxdiv label {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  left: 0;
  border: 1px solid #b7b7b7;
  background: #ffffff;
  color: #58595b;
}
.checkboxdiv label:after {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #428bca;
  opacity: 0;
}
.checkboxdiv label:hover::after {
  opacity: 0.3;
}
.checkboxdiv.radio label {
  border-radius: 50%;
}
.checkboxdiv.radio label:after {
  border-radius: 50%;
}
.checkboxdiv.radio > span {
  margin-left: 3px !important;
}
.checkboxdiv input[type=checkbox],
.checkboxdiv input[type=radio] {
  visibility: hidden;
  height: 0;
  min-height: 0 !important;
}
.checkboxdiv input[type=checkbox]:checked + label:after,
.checkboxdiv input[type=radio]:checked + label:after {
  opacity: 1;
}
.checkboxdiv > span {
  display: block;
  margin-left: 30px;
  font-size: 16px;
}
.checkboxdiv:first-child,
.checkboxdiv + .checkboxdiv {
  margin-bottom: 5px;
}
/* end .checkboxdiv */
.validation-failed {
  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);
}
.validation-failed: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;
}
div.error-message {
  position: absolute;
  left: -150px;
  top: 0;
  background: #a94442;
  color: #fff;
  height: 100%;
  font-size: 12px;
  font-family: "Open sans", Arial, sans-serif;
  padding: 8px 10px;
  width: 150px;
  line-height: 14px;
}
.fields .field {
  position: relative;
}
.fields .field:nth-child(2) div.error-message {
  left: auto;
  right: -150px;
}
.form-control.has-error,
.input-box select.has-error,
.input-box textarea.has-error,
.input-box input.has-error {
  border-color: #a94442 !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control.has-error:focus,
.input-box select.has-error:focus,
.input-box textarea.has-error:focus,
.input-box input.has-error: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;
}
.form-control.has-error.has-error:focus,
.input-box select.has-error.has-error:focus,
.input-box textarea.has-error.has-error:focus,
.input-box input.has-error.has-error:focus,
.form-control.has-error.has-error:active,
.input-box select.has-error.has-error:active,
.input-box textarea.has-error.has-error:active,
.input-box input.has-error.has-error:active {
  border-color: #a94442 !important;
}
.input-box input.has-error + input + label.customFileAttachButton {
  border-color: #a94442 !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.input-box input.has-error + input + label.customFileAttachButton: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;
}
.input-box input.has-error + input + label.customFileAttachButton.has-error:focus,
.input-box input.has-error + input + label.customFileAttachButton.has-error:active {
  border-color: #a94442 !important;
}
.input-text {
  display: block;
  width: 100%;
  padding: 6px 15px;
  line-height: 1.42857143;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #58595b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b7b7b7;
  border-radius: 0;
  -webkit-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;
}
/* Buttons */
.btn.btn-cart,
.btn.add-to-cart {
  background-color: #367d3d;
  border-radius: 2px;
  font-size: 15px;
  padding: 5px 20px;
  color: #ffffff;
}
.btn.btn-cart:hover,
.btn.add-to-cart:hover,
.btn.btn-cart:focus,
.btn.add-to-cart:focus {
  background-color: #2e6b34;
}
.btn.ajax-loading {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: -ms-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.ajax-loading-stripes {
  position: relative;
}
.ajax-loading-stripes.ajax-loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: -ms-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.btn.ajax-success {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* Toolbar */
.toolbar {
  font-size: 12px;
  font-family: 'Open Sans', Arial, sans-serif;
  border-bottom: 1px solid #ebebeb;
}
.toolbar label {
  font-weight: normal;
  margin-bottom: 0;
}
.toolbar .category-sort-by,
.toolbar .sort,
.toolbar .category-view-mode,
.toolbar .limiter,
.toolbar .amount,
.toolbar .pages {
  margin-bottom: 5px;
}
.toolbar .category-sort-by {
  padding-left: 0;
}
.toolbar .cube {
  font-weight: 600;
}
.toolbar .sort {
  display: inline-block;
}
.toolbar .sort i {
  display: inline-block;
  border: 1px solid transparent;
  color: #464648;
  width: 36px;
  height: 36px;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.toolbar .category-view-mode {
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
}
.toolbar .category-view-mode ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
  list-style: none;
}
.toolbar .category-view-mode ul li {
  height: 36px;
  min-width: 36px;
  line-height: 34px;
  display: inline-block;
  border: none;
  color: #464648;
  border-right: 0;
  margin: 0;
  float: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.toolbar .category-view-mode ul li i {
  line-height: 34px;
}
.toolbar .category-view-mode ul li a {
  display: block;
}
.toolbar .category-view-mode ul li.first {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding: 0 10px;
}
.toolbar .category-view-mode ul li.last {
  border-right: 1px solid transparent;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.toolbar .category-view-mode ul li.active {
  background-color: #f4f4f5;
}
.toolbar .category-view-mode ul li label {
  padding: 0;
}
.toolbar .category-view-mode ul li svg {
  margin-top: 8px;
}
.toolbar .category-view-mode i {
  font-size: 14px;
}
.toolbar .category-view-mode label {
  padding-right: 5px;
}
/* Pager */
.page-pager {
  color: #464648;
}
.page-pager .pages ol li {
  margin: 0 5px;
}
.page-pager .pages ol li a.previous,
.page-pager .pages ol li a.next {
  display: inline-block;
  height: 36px;
  min-width: 36px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 17px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-pager .pages ol li a.previous i,
.page-pager .pages ol li a.next i {
  color: #464648;
  font-size: 17px;
  line-height: 34px;
}
.page-pager .amount {
  margin-right: 20px;
}
/* Select */
.dropdown {
  display: inline-block;
  border: 1px solid transparent;
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  color: #444444;
  background-color: #ffffff;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown label {
  color: #464648;
  cursor: pointer;
}
.dropdown i {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid transparent;
  color: #464648;
  font-size: 17px;
  line-height: 24px;
  vertical-align: middle;
}
.dropdown i.fa-angle-right {
  margin-left: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 5px;
}
.dropdown span.selected-option {
  display: inline-block;
  font-weight: 600;
}
.dropdown ul {
  position: absolute;
  display: none;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0px -1px 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1001;
  border: 1px solid transparent;
  border-top: none;
  color: #464648;
  background-color: #ffffff;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown ul li a {
  display: block;
}
.dropdown ul li.selected {
  display: none;
}
.dropdown ul li:hover {
  background-color: #f5f5f5;
}
.dropdown ul.sort-dropdown {
  text-align: left;
}
.dropdown ul.sort-dropdown li a {
  padding: 0 15px;
  color: #464648;
}
.dropdown.open ul {
  display: block;
}
.dropdown.separator {
  padding: 0;
}
.dropdown.selector {
  padding-right: 0;
  margin-right: 0;
}
.dropdown.direction {
  padding-left: 0;
  margin-left: 0;
}
.dropdown.direction a {
  color: #464648;
  font-weight: 600;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
/**
 * Common Page Elements
 */
.alpha-content {
  padding: 25px 0;
  background: #eee;
}
.alpha-content .container {
  background-color: #ffffff;
  padding: 10px 0;
}
.page-title h1 {
  margin: 20px 0 20px;
  text-align: center;
}
.page-pager ol {
  display: inline;
  list-style: none;
  padding: 0;
}
.page-pager ol li {
  display: inline;
}
.catalog-category-view .container {
  padding: 0px 0 0px;
}
.catalog-category-view .alpha-content {
  padding: 30px 0 0px;
}
.catalog-category-view .alpha-content .container {
  background: #eee;
}
.catalog-category-view .alpha-content .container .sidebar {
  background-color: #ffffff;
}
.catalog-category-view .alpha-content .container .catalogCategoryProductList {
  background-color: #ffffff;
  margin-bottom: 20px;
}
.catalog-category-view .alpha-content main {
  padding-left: 10px;
}
.catalog-product-view .container {
  padding: 0px 0 0px;
}
.link-rss:hover {
  background-color: #00537b !important;
}
.advanced {
  padding: 12px 90px;
  border-radius: 0px;
  font-size: 16px;
}
.advanced:hover {
  background-color: #00537b !important;
}
/* CMS pages */
.threecolumns .alpha-content {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "OpenSans Regular", "Open Sans";
}
.threecolumns .alpha-content .container {
  background-color: transparent;
  padding: 0;
  position: relative;
}
.threecolumns .alpha-content .page-title {
  margin-bottom: 30px;
}
.threecolumns .alpha-content .page-title h1 {
  margin: 0;
  text-transform: uppercase;
  color: #428bca;
  font-size: 48px;
}
.threecolumns .alpha-content .alpha-breadcrumb {
  margin-bottom: 30px !important;
}
.threecolumns .alpha-content .background-page-title {
  padding: 70px 0 0;
  position: relative;
}
.threecolumns .alpha-content .background-page-title .page-heading-bg {
  min-height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.threecolumns .alpha-content .inner-custom-menu {
  position: relative;
  border-bottom: 1px solid #bcbec0;
  top: -30px;
}
.threecolumns .alpha-content .inner-custom-menu ul {
  margin: 0;
  padding: 0;
}
.threecolumns .alpha-content .inner-custom-menu ul li {
  float: left;
}
.threecolumns .alpha-content .inner-custom-menu ul li > a {
  font-size: 16px;
  text-transform: uppercase;
  color: #464648;
  font-weight: 400;
}
.threecolumns .alpha-content .inner-custom-menu ul li > a:focus,
.threecolumns .alpha-content .inner-custom-menu ul li > a:hover {
  color: #428bca;
}
.threecolumns .alpha-content .inner-custom-menu ul li:after {
  content: "|";
  color: #bcbec0;
  margin: 0 20px;
  font-size: 18px;
  line-height: 1;
}
.threecolumns .alpha-content .inner-custom-menu ul li:last-child:after {
  content: "";
}
.threecolumns .alpha-content .inner-custom-menu ul li.active > a {
  color: #428bca !important;
  font-weight: 600;
}
.threecolumns .alpha-content .std {
  padding-top: 30px;
  position: relative;
  z-index: 5;
}
.threecolumns .alpha-content .std .title {
  margin-bottom: 35px;
}
.threecolumns .alpha-content .std .title h2 {
  font-size: 36px;
  color: #428bca;
  font-family: "OpenSans Regular", "Open Sans";
}
.threecolumns .alpha-content .blocks-about .block-hold,
.threecolumns .alpha-content .blocks-about .image-hold {
  display: table;
  height: 50vh;
  min-height: 500px;
  max-width: 520px;
  margin: 0 auto;
}
.threecolumns .alpha-content .blocks-about .block-hold .vertical-align,
.threecolumns .alpha-content .blocks-about .image-hold .vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.threecolumns .alpha-content .blocks-about .image-hold {
  display: block;
  max-width: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
}
.threecolumns .alpha-content .blocks-about .image-hold:after,
.threecolumns .alpha-content .blocks-about .image-hold:before {
  content: "";
  width: 25%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.threecolumns .alpha-content .blocks-about .row:nth-child(odd) .image-hold:before {
  left: 0;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.threecolumns .alpha-content .blocks-about .row:nth-child(odd) .block-hold {
  margin: 0 50px 0 auto ;
}
.threecolumns .alpha-content .blocks-about .row:nth-child(even) .image-hold:after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.threecolumns .alpha-content .blocks-about .row:nth-child(even) .block-hold {
  margin: 0 auto 0 50px;
}
.threecolumns .alpha-content .blocks-about .title-label {
  font-size: 50px;
  color: #cacaca;
  margin: 0;
  font-weight: 300;
  font-family: "OpenSans Regular", "Open Sans";
}
.threecolumns .alpha-content .blocks-about .description {
  color: #464648;
  line-height: 1.3;
  font-size: 17px;
  font-family: "OpenSans Regular", "Open Sans";
}
.threecolumns .alpha-content .blocks-about .description.valuable ol {
  margin: 0;
  padding: 0 0 0 45px;
  font-size: 72px;
  counter-reset: section;
}
.threecolumns .alpha-content .blocks-about .description.valuable ol li {
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
}
.threecolumns .alpha-content .blocks-about .description.valuable ol li p {
  color: #464648;
  font-size: 14px;
  margin-top: 4px;
  line-height: 1.4;
  font-weight: 400;
}
.threecolumns .alpha-content .blocks-about .description.valuable ol li .valuable-heading {
  font-size: 17px;
  color: #428bca;
  font-weight: 600;
  display: block;
}
.threecolumns .alpha-content .blocks-about .description.valuable ol li:before {
  counter-increment: section;
  content: counter(section);
  color: #ebebeb;
  font-size: 72px;
  font-weight: 700;
  position: absolute;
  top: -7px;
  left: -48px;
}
.threecolumns .alpha-content .banner-history {
  margin-bottom: 150px;
}
.threecolumns .alpha-content .banner-history .label_skitter .year {
  font-size: 36px;
  color: #428bca;
  font-weight: 700;
  display: inline;
  line-height: 1.2;
}
.threecolumns .alpha-content .banner-history .label_skitter .year:after {
  content: "\2014\2014\2014";
  letter-spacing: -3px;
  font-size: 16px;
  color: #6d6e72;
  font-weight: 300;
  vertical-align: middle;
  margin: 0 10px;
}
.threecolumns .alpha-content .banner-history .label_skitter .arrow {
  display: none;
}
.threecolumns .alpha-content .banner-history .label_skitter .history-content {
  color: #838383;
  font-weight: 300;
  display: inline-block;
  margin-left: 5px;
  width: 75%;
  position: absolute;
}
.threecolumns .alpha-content .banner-history .box_skitter .info_slide {
  display: none !important;
}
.threecolumns .alpha-content .banner-history .box_skitter .prev_button {
  z-index: 100;
  cursor: pointer;
  left: -50px;
  background: url("https://mashini-bg.com/skin/frontend/ibg/alpha/skin/frontend/base/default/images/nwdthemes/revslider/assets/large_left.png") no-repeat 0 0;
  width: 40px;
  height: 40px;
}
.threecolumns .alpha-content .banner-history .box_skitter .next_button {
  z-index: 101;
  cursor: pointer;
  right: -50px;
  background: url("https://mashini-bg.com/skin/frontend/ibg/alpha/skin/frontend/base/default/images/nwdthemes/revslider/assets/large_right.png") no-repeat 0 0;
  width: 40px;
  height: 40px;
}
.threecolumns .alpha-content .history {
  line-height: 1.6;
  font-size: 16px;
  font-family: "OpenSans Regular", "Open Sans";
  color: #464648;
  position: relative;
  max-width: 75%;
}
.threecolumns .alpha-content .history .box-year {
  padding-bottom: 18px;
  position: relative;
}
.threecolumns .alpha-content .history .box-year .content-arrow {
  float: left;
  width: 10px;
  height: 10px;
  background-color: #428bca;
  margin: 8px 10px 0 0;
}
.threecolumns .alpha-content .history .box-year .content-year {
  font-weight: 700;
}
.threecolumns .alpha-content .history .box-year .content-year:before {
  content: "\2014\2014";
  margin-right: 10px;
  color: #bcbec0;
  letter-spacing: -3px;
  font-weight: 400;
}
.threecolumns .alpha-content .history .box-year .content-description {
  font-weight: 400;
  margin-left: 60px;
}
.threecolumns .alpha-content .history .box-year:last-child:after {
  content: url('https://mashini-bg.com/skin/frontend/ibg/default/images/cotton.jpg');
  width: 380px;
  height: 240px;
  position: absolute;
  right: -390px;
  bottom: 0;
}
.threecolumns .alpha-content .history:before {
  border-left: 2px solid #bcbec0;
  content: "";
  position: absolute;
  height: 100%;
  left: 4px;
  top: 10px;
  z-index: -1;
}
.threecolumns .alpha-content .history:after {
  content: url('https://mashini-bg.com/skin/frontend/ibg/default/images/infinity.png');
  width: 40px;
  height: 40px;
  position: relative;
  left: -15px;
  bottom: -20px;
  display: block;
}
.threecolumns .alpha-content .careers-description {
  font-size: 20px;
  font-weight: 300;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content.ui-widget {
  font-family: "OpenSans Regular", "Open Sans";
  font-size: 18px;
  color: #464648;
  font-weight: 400;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header {
  padding: 22px 15px;
  -webkit-transition: background ease-in-out 0.15s, color ease-in-out 0.15s;
  transition: background ease-in-out 0.15s, color ease-in-out 0.15s;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header:focus {
  outline: none;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header:before {
  content: "\203A";
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header > span {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 10px;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: 0 0;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header > span > svg {
  width: 20px;
  height: 20px;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-accordion-icons {
  padding-left: 15px;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-corner-top,
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-corner-bottom,
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-corner-all {
  border-radius: 0;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-state-default {
  background: #ffffff;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #bcbec0;
  color: #464648;
  font-weight: 400;
  margin: 0;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-state-hover,
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-state-active {
  background: #f1f2f2;
  color: #428bca;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-state-hover:before,
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-state-active:before {
  transform: rotate(90deg);
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-state-hover > span svg path,
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-state-active > span svg path {
  fill: #428bca;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-header.ui-state-active {
  border-bottom: 1px solid transparent;
}
.threecolumns .alpha-content .careers-content .category-list .accordion-content .ui-accordion-content {
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: #f1f2f2;
}
.threecolumns .alpha-content .careers-form,
.threecolumns .alpha-content .contact-form {
  background-color: #ffffff;
  padding: 0;
  border-radius: 0;
  /* show the placeholder when input has no content (no content = invalid) */
  /* hide the placeholder when input has some text typed in */
}
.threecolumns .alpha-content .careers-form .fields .field.col-sm-12,
.threecolumns .alpha-content .contact-form .fields .field.col-sm-12 {
  width: 100%;
}
.threecolumns .alpha-content .careers-form .fields .field.col-sm-12.col-md-6,
.threecolumns .alpha-content .contact-form .fields .field.col-sm-12.col-md-6 {
  width: 50%;
}
@media (max-width: 991px) {
  .threecolumns .alpha-content .careers-form .fields .field.col-sm-12.col-md-6,
  .threecolumns .alpha-content .contact-form .fields .field.col-sm-12.col-md-6 {
    width: 100%;
    padding-right: 0;
  }
}
.threecolumns .alpha-content .careers-form .fields > div.field:last-child,
.threecolumns .alpha-content .contact-form .fields > div.field:last-child {
  padding-right: 0;
}
.threecolumns .alpha-content .careers-form .collapsable-field,
.threecolumns .alpha-content .contact-form .collapsable-field {
  display: inline-block;
  width: 100%;
  padding: 0 0 18px 0;
}
.threecolumns .alpha-content .careers-form .collapsable-field .nav-toggle-invoice,
.threecolumns .alpha-content .contact-form .collapsable-field .nav-toggle-invoice {
  display: inline-block;
  width: 100%;
  padding: 0px 0 10px 15px;
}
.threecolumns .alpha-content .careers-form .col-sm-6,
.threecolumns .alpha-content .contact-form .col-sm-6 {
  padding-left: 0;
  margin-bottom: 11px;
}
.threecolumns .alpha-content .careers-form .col-sm-6 .input-box input,
.threecolumns .alpha-content .contact-form .col-sm-6 .input-box input {
  min-height: 50px;
}
.threecolumns .alpha-content .careers-form .col-sm-6 .input-box select,
.threecolumns .alpha-content .contact-form .col-sm-6 .input-box select {
  min-height: 50px;
}
.threecolumns .alpha-content .careers-form .col-sm-6 .input-box.subscribe,
.threecolumns .alpha-content .contact-form .col-sm-6 .input-box.subscribe {
  margin-top: 37px;
  margin-bottom: 15px;
}
.threecolumns .alpha-content .careers-form .col-sm-6 .input-box .saveme a,
.threecolumns .alpha-content .contact-form .col-sm-6 .input-box .saveme a {
  color: #58595b !important;
}
.threecolumns .alpha-content .careers-form .col-sm-6 .input-box .saveme a:hover,
.threecolumns .alpha-content .contact-form .col-sm-6 .input-box .saveme a:hover {
  text-decoration: underline !important;
}
.threecolumns .alpha-content .careers-form .col-sm-6 .input-box.capcha,
.threecolumns .alpha-content .contact-form .col-sm-6 .input-box.capcha {
  margin-top: 20px;
}
.threecolumns .alpha-content .careers-form .col-sm-6 .form-control,
.threecolumns .alpha-content .contact-form .col-sm-6 .form-control {
  font-size: 16px;
  color: #58595b;
}
.threecolumns .alpha-content .careers-form .col-sm-12,
.threecolumns .alpha-content .contact-form .col-sm-12 {
  padding-left: 0;
  margin-bottom: 11px;
}
.threecolumns .alpha-content .careers-form .col-sm-12 .input-box input,
.threecolumns .alpha-content .contact-form .col-sm-12 .input-box input {
  min-height: 50px;
}
.threecolumns .alpha-content .careers-form .col-sm-12 .input-box select,
.threecolumns .alpha-content .contact-form .col-sm-12 .input-box select {
  min-height: 50px;
}
.threecolumns .alpha-content .careers-form .col-sm-12 .input-box.subscribe,
.threecolumns .alpha-content .contact-form .col-sm-12 .input-box.subscribe {
  margin-top: 37px;
  margin-bottom: 15px;
}
.threecolumns .alpha-content .careers-form .col-sm-12 .input-box.capcha,
.threecolumns .alpha-content .contact-form .col-sm-12 .input-box.capcha {
  margin-top: 20px;
}
.threecolumns .alpha-content .careers-form .col-sm-12 .form-control,
.threecolumns .alpha-content .contact-form .col-sm-12 .form-control {
  font-size: 16px;
  color: #58595b;
}
.threecolumns .alpha-content .careers-form button.submit,
.threecolumns .alpha-content .contact-form button.submit {
  min-height: 50px;
  min-width: 360px;
  background: #464648;
  border: 1px solid #464648;
  color: #fff;
  width: 100%;
  padding-left: 15px;
  border-radius: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.threecolumns .alpha-content .careers-form button.submit .button-submit-send,
.threecolumns .alpha-content .contact-form button.submit .button-submit-send {
  font-size: 16px;
  float: left;
}
.threecolumns .alpha-content .careers-form button.submit .fa-angle-right,
.threecolumns .alpha-content .contact-form button.submit .fa-angle-right {
  font-size: 25px;
  float: right;
  padding-right: 13px;
}
.threecolumns .alpha-content .careers-form button.submit > span,
.threecolumns .alpha-content .contact-form button.submit > span {
  text-align: left;
  display: block;
}
.threecolumns .alpha-content .careers-form button.submit:hover,
.threecolumns .alpha-content .contact-form button.submit:hover,
.threecolumns .alpha-content .careers-form button.submit:focus,
.threecolumns .alpha-content .contact-form button.submit:focus {
  background: #6e6e6e;
  border-color: #6e6e6e;
}
.threecolumns .alpha-content .careers-form .g-recaptcha,
.threecolumns .alpha-content .contact-form .g-recaptcha {
  max-width: 360px;
  overflow: hidden;
}
.threecolumns .alpha-content .careers-form .pull-left,
.threecolumns .alpha-content .contact-form .pull-left {
  display: none;
}
.threecolumns .alpha-content .careers-form .fa.fa-times.fa-1,
.threecolumns .alpha-content .contact-form .fa.fa-times.fa-1 {
  display: none;
}
.threecolumns .alpha-content .careers-form input[required] + label.required,
.threecolumns .alpha-content .contact-form input[required] + label.required,
.threecolumns .alpha-content .careers-form textarea[required] + label.required,
.threecolumns .alpha-content .contact-form textarea[required] + label.required,
.threecolumns .alpha-content .careers-form select[required] + label.required,
.threecolumns .alpha-content .contact-form select[required] + label.required {
  pointer-events: none;
  color: #58595b;
  font-size: 16px;
  position: absolute;
  left: 16px;
  /* the negative of the input width */
  top: 14px;
}
.threecolumns .alpha-content .careers-form input[required] + label.required:after,
.threecolumns .alpha-content .contact-form input[required] + label.required:after,
.threecolumns .alpha-content .careers-form textarea[required] + label.required:after,
.threecolumns .alpha-content .contact-form textarea[required] + label.required:after,
.threecolumns .alpha-content .careers-form select[required] + label.required:after,
.threecolumns .alpha-content .contact-form select[required] + label.required:after {
  content: '*';
  color: #428bca;
}
.threecolumns .alpha-content .careers-form input[required]:invalid + label.required,
.threecolumns .alpha-content .contact-form input[required]:invalid + label.required,
.threecolumns .alpha-content .careers-form textarea[required]:invalid + label.required,
.threecolumns .alpha-content .contact-form textarea[required]:invalid + label.required,
.threecolumns .alpha-content .careers-form select[required].required + label.required,
.threecolumns .alpha-content .contact-form select[required].required + label.required {
  display: inline-block;
}
.threecolumns .alpha-content .careers-form input[required]:valid + label.required,
.threecolumns .alpha-content .contact-form input[required]:valid + label.required,
.threecolumns .alpha-content .careers-form textarea[required]:valid + label.required,
.threecolumns .alpha-content .contact-form textarea[required]:valid + label.required,
.threecolumns .alpha-content .careers-form select[required].changed + label.required,
.threecolumns .alpha-content .contact-form select[required].changed + label.required {
  display: none;
}
.threecolumns .alpha-content .careers-form input[type="email"]:focus + label.required,
.threecolumns .alpha-content .contact-form input[type="email"]:focus + label.required {
  display: none;
}
.threecolumns .alpha-content .careers-form .customFileAttach,
.threecolumns .alpha-content .contact-form .customFileAttach {
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}
.threecolumns .alpha-content .careers-form .label.customFileAttachButton,
.threecolumns .alpha-content .contact-form .label.customFileAttachButton {
  min-height: 50px;
  padding: 15px;
}
.threecolumns .alpha-content .careers-form .customFileAttach + .customFileAttachButton,
.threecolumns .alpha-content .contact-form .customFileAttach + .customFileAttachButton,
.threecolumns .alpha-content .careers-form .customFileAttach ~ .customFileAttachButton,
.threecolumns .alpha-content .contact-form .customFileAttach ~ .customFileAttachButton {
  font-weight: inherit;
  position: relative;
  padding: 15px;
  line-height: 1;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 50px;
}
.threecolumns .alpha-content .careers-form .customFileAttach + .customFileAttachButton:after,
.threecolumns .alpha-content .contact-form .customFileAttach + .customFileAttachButton:after,
.threecolumns .alpha-content .careers-form .customFileAttach ~ .customFileAttachButton:after,
.threecolumns .alpha-content .contact-form .customFileAttach ~ .customFileAttachButton:after {
  display: inline-block;
  content: '';
  background: url('https://mashini-bg.com/skin/frontend/ibg/default//images/icons/fileattach-icon.svg') center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.threecolumns .alpha-content .careers-form textarea,
.threecolumns .alpha-content .contact-form textarea {
  border: 1px solid transparent;
  border-bottom: 1px solid #b7b7b7;
  height: 50px;
  padding: 13px 15px;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
.threecolumns .alpha-content .careers-form textarea:focus,
.threecolumns .alpha-content .contact-form textarea:focus {
  height: 180px;
  outline: 0;
  border: 1px solid #b7b7b7;
}
.threecolumns .alpha-content .banner-video iframe {
  width: 100%;
  min-height: 500px;
}
.threecolumns .alpha-content .banner-video h4 {
  color: #428bca;
  font-size: 20px;
  font-weight: 600;
}
.threecolumns .alpha-content .google-map iframe {
  border: 1px solid #c2c2c2 !important;
}
.threecolumns .alpha-content .google-map:before {
  height: 50px;
  display: block;
  content: "";
  clear: both;
}
.threecolumns .alpha-content #contact-info {
  font-size: 13px;
  color: #464648;
}
.threecolumns .alpha-content #contact-info h3 {
  font-size: 13px;
  color: #464648;
  margin-bottom: 5px;
}
.threecolumns .alpha-content #contact-info ul.list li {
  margin-bottom: 0;
}
.threecolumns .alpha-content #contact-info > .row > div:first-child {
  border-right: 1px solid #bcbec0;
}
.threecolumns .alpha-content #contact-info > .row > div:first-child h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.threecolumns .alpha-content .blocks-b2b .block-hold,
.threecolumns .alpha-content .blocks-b2b .image-hold {
  display: table;
  height: 40vh;
  min-height: 400px;
  max-width: 520px;
  margin: 0 auto;
}
.threecolumns .alpha-content .blocks-b2b .block-hold .vertical-align,
.threecolumns .alpha-content .blocks-b2b .image-hold .vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.threecolumns .alpha-content .blocks-b2b .image-hold {
  display: block;
  max-width: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.threecolumns .alpha-content .blocks-b2b .image-hold:after,
.threecolumns .alpha-content .blocks-b2b .image-hold:before {
  content: "";
  width: 25%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.threecolumns .alpha-content .blocks-b2b .row:nth-child(even) .image-hold:before {
  left: 0;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.threecolumns .alpha-content .blocks-b2b .row:nth-child(even) .block-hold {
  margin: 0 30px 0 auto ;
}
.threecolumns .alpha-content .blocks-b2b .row:nth-child(odd) .image-hold:after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.threecolumns .alpha-content .blocks-b2b .row:nth-child(odd) .block-hold {
  margin: 0 auto 0 30px;
}
.threecolumns .alpha-content .blocks-b2b .title-label {
  font-size: 50px;
  color: #cacaca;
  margin: 0;
  font-weight: 300;
  font-family: "OpenSans Regular", "Open Sans";
}
.threecolumns .alpha-content .blocks-b2b .description {
  color: #464648;
  line-height: 1.2;
  font-size: 15px;
  font-family: "OpenSans Regular", "Open Sans";
}
.threecolumns .alpha-content .blocks-b2b .description.valuable ol {
  margin: 0;
  padding: 0 0 0 45px;
  font-size: 72px;
  counter-reset: section;
}
.threecolumns .alpha-content .blocks-b2b .description.valuable ol li {
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
}
.threecolumns .alpha-content .blocks-b2b .description.valuable ol li p {
  color: #464648;
  font-size: 14px;
  margin-top: 4px;
  line-height: 1.4;
  font-weight: 400;
}
.threecolumns .alpha-content .blocks-b2b .description.valuable ol li .valuable-heading {
  font-size: 17px;
  color: #428bca;
  font-weight: 600;
  display: block;
}
.threecolumns .alpha-content .blocks-b2b .description.valuable ol li:before {
  counter-increment: section;
  content: counter(section);
  color: #ebebeb;
  font-size: 72px;
  font-weight: 700;
  position: absolute;
  top: -7px;
  left: -48px;
}
.threecolumns.cms-tips-good-sleep .alpha-content .background-page-title {
  padding-top: 70px;
}
.threecolumns.cms-tips-good-sleep .alpha-content .background-page-title .page-heading-bg {
  min-height: 270px;
}
.threecolumns.cms-tips-good-sleep .alpha-content .page-title {
  width: 33%;
}
.threecolumns.cms-tips-good-sleep .alpha-content .page-title h1 {
  text-transform: none;
  line-height: 1;
}
.threecolumns.cms-tips-good-sleep .alpha-content .std {
  padding-top: 0;
}
.threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .block-hold,
.threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .image-hold {
  display: table;
  min-height: 55vh;
  max-width: 520px;
  margin: 0 auto;
}
.threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .block-hold .vertical-align,
.threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .image-hold .vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .image-hold {
  display: block;
  max-width: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
}
.threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .row .block-hold {
  padding: 20px 0;
}
.threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .row:nth-child(odd) .block-hold {
  margin: 0 auto 0 50px;
}
.threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .row:nth-child(even) .block-hold {
  margin: 0 50px 0 auto ;
}
.threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .title-label {
  font-size: 34px;
  color: #428bca;
  margin: 0;
  font-weight: 300;
  font-family: "OpenSans Regular", "Open Sans";
}
.threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .description {
  color: #464648;
  line-height: 1.3;
  font-size: 17px;
  font-family: "OpenSans Regular", "Open Sans";
}
.threecolumns .PlanPricing {
  margin-top: 50px;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.threecolumns .PlanPricing p {
  margin: 0;
}
.threecolumns .PlanPricing:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.threecolumns .PlanPricing .btn {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.threecolumns .PlanPricing .planName {
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}
.threecolumns .PlanPricing .planName h3 {
  color: #000;
  text-align: center;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.threecolumns .PlanPricing .planName p {
  color: #999;
  text-align: center;
}
.threecolumns .PlanPricing .planFeatures {
  text-align: center;
  padding: 10px;
  color: #333;
}
.threecolumns .PlanPricing .planFeatures ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.threecolumns .PlanPricing .planFeatures ul li {
  list-style: none;
}
.threecolumns .template4 {
  overflow: hidden;
  font: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  position: relative;
  border-top: 5px solid #428bca;
  transition: all 1s linear 0s;
  background: #fff;
  float: left;
  width: 27%;
  margin-left: 3%;
  margin-right: 3%;
}
.threecolumns .template4:hover {
  border-top: 5px solid #428bca;
  transition: all 1s linear 0s;
}
.threecolumns .template4 .price {
  background: #2cc76a;
  padding: 5px;
  color: #fff;
  font-size: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  position: relative;
  margin-top: -107px;
  margin-bottom: 10px;
}
.threecolumns .template4 .btn {
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-size: 15px;
  padding: 20px 30px;
  background: #428bca;
  -webkit-transition: all 0.51s ease-in-out;
  -moz-transition: all 0.51s ease-in-out;
  -o-transition: all 0.51s ease-in-out;
  transition: all 0.51s ease-in-out;
}
.threecolumns .template4 .btn:hover {
  background: #05719e !important;
  -webkit-transition: all 0.51s ease-in-out;
  -moz-transition: all 0.51s ease-in-out;
  -o-transition: all 0.51s ease-in-out;
  transition: all 0.51s ease-in-out;
}
.category-kontakti #KontaktiBanner .kontakti-banner-desktop,
.category-uslugi #KontaktiBanner .kontakti-banner-desktop,
.cms-obshti-uslovia #KontaktiBanner .kontakti-banner-desktop,
.cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-desktop,
.cms-politika-biskvitki #KontaktiBanner .kontakti-banner-desktop,
.cms-za-nas #KontaktiBanner .kontakti-banner-desktop,
.cms-partnjori #KontaktiBanner .kontakti-banner-desktop,
.cms-galeria #KontaktiBanner .kontakti-banner-desktop,
.cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-desktop,
.cms-reklamacia #KontaktiBanner .kontakti-banner-desktop,
.cms-produktov-catalog #KontaktiBanner .kontakti-banner-desktop {
  position: relative;
  display: block;
}
.category-kontakti #KontaktiBanner .kontakti-banner-desktop .container,
.category-uslugi #KontaktiBanner .kontakti-banner-desktop .container,
.cms-obshti-uslovia #KontaktiBanner .kontakti-banner-desktop .container,
.cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-desktop .container,
.cms-politika-biskvitki #KontaktiBanner .kontakti-banner-desktop .container,
.cms-za-nas #KontaktiBanner .kontakti-banner-desktop .container,
.cms-partnjori #KontaktiBanner .kontakti-banner-desktop .container,
.cms-galeria #KontaktiBanner .kontakti-banner-desktop .container,
.cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-desktop .container,
.cms-reklamacia #KontaktiBanner .kontakti-banner-desktop .container,
.cms-produktov-catalog #KontaktiBanner .kontakti-banner-desktop .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.category-kontakti #KontaktiBanner .kontakti-banner-desktop .container .slide-content,
.category-uslugi #KontaktiBanner .kontakti-banner-desktop .container .slide-content,
.cms-obshti-uslovia #KontaktiBanner .kontakti-banner-desktop .container .slide-content,
.cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-desktop .container .slide-content,
.cms-politika-biskvitki #KontaktiBanner .kontakti-banner-desktop .container .slide-content,
.cms-za-nas #KontaktiBanner .kontakti-banner-desktop .container .slide-content,
.cms-partnjori #KontaktiBanner .kontakti-banner-desktop .container .slide-content,
.cms-galeria #KontaktiBanner .kontakti-banner-desktop .container .slide-content,
.cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-desktop .container .slide-content,
.cms-reklamacia #KontaktiBanner .kontakti-banner-desktop .container .slide-content,
.cms-produktov-catalog #KontaktiBanner .kontakti-banner-desktop .container .slide-content {
  padding: 15px;
  text-align: center;
}
.category-kontakti #KontaktiBanner .kontakti-banner-desktop .container .slide-content h1,
.category-uslugi #KontaktiBanner .kontakti-banner-desktop .container .slide-content h1,
.cms-obshti-uslovia #KontaktiBanner .kontakti-banner-desktop .container .slide-content h1,
.cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-desktop .container .slide-content h1,
.cms-politika-biskvitki #KontaktiBanner .kontakti-banner-desktop .container .slide-content h1,
.cms-za-nas #KontaktiBanner .kontakti-banner-desktop .container .slide-content h1,
.cms-partnjori #KontaktiBanner .kontakti-banner-desktop .container .slide-content h1,
.cms-galeria #KontaktiBanner .kontakti-banner-desktop .container .slide-content h1,
.cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-desktop .container .slide-content h1,
.cms-reklamacia #KontaktiBanner .kontakti-banner-desktop .container .slide-content h1,
.cms-produktov-catalog #KontaktiBanner .kontakti-banner-desktop .container .slide-content h1 {
  text-align: center;
  color: #fff;
}
.category-kontakti #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle,
.category-uslugi #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle,
.cms-obshti-uslovia #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle,
.cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle,
.cms-politika-biskvitki #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle,
.cms-za-nas #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle,
.cms-partnjori #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle,
.cms-galeria #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle,
.cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle,
.cms-reklamacia #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle,
.cms-produktov-catalog #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle {
  font-size: 14px;
}
.category-kontakti #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a,
.category-uslugi #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a,
.cms-obshti-uslovia #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a,
.cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a,
.cms-politika-biskvitki #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a,
.cms-za-nas #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a,
.cms-partnjori #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a,
.cms-galeria #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a,
.cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a,
.cms-reklamacia #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a,
.cms-produktov-catalog #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a {
  color: #fff;
  margin-right: 10px;
}
.category-kontakti #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a:hover,
.category-uslugi #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a:hover,
.cms-obshti-uslovia #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a:hover,
.cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a:hover,
.cms-politika-biskvitki #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a:hover,
.cms-za-nas #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a:hover,
.cms-partnjori #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a:hover,
.cms-galeria #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a:hover,
.cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a:hover,
.cms-reklamacia #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a:hover,
.cms-produktov-catalog #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle a:hover {
  color: #cb051c;
}
.category-kontakti #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle .line,
.category-uslugi #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle .line,
.cms-obshti-uslovia #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle .line,
.cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle .line,
.cms-politika-biskvitki #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle .line,
.cms-za-nas #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle .line,
.cms-partnjori #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle .line,
.cms-galeria #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle .line,
.cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle .line,
.cms-reklamacia #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle .line,
.cms-produktov-catalog #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle .line {
  color: #fff;
  display: inline-block;
}
.category-kontakti #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle span,
.category-uslugi #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle span,
.cms-obshti-uslovia #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle span,
.cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle span,
.cms-politika-biskvitki #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle span,
.cms-za-nas #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle span,
.cms-partnjori #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle span,
.cms-galeria #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle span,
.cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle span,
.cms-reklamacia #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle span,
.cms-produktov-catalog #KontaktiBanner .kontakti-banner-desktop .container .slide-content .slide-subtitle span {
  color: #cb051c;
  margin-left: 10px;
}
.category-kontakti #KontaktiBanner .kontakti-banner-mobile,
.category-uslugi #KontaktiBanner .kontakti-banner-mobile,
.cms-obshti-uslovia #KontaktiBanner .kontakti-banner-mobile,
.cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-mobile,
.cms-politika-biskvitki #KontaktiBanner .kontakti-banner-mobile,
.cms-za-nas #KontaktiBanner .kontakti-banner-mobile,
.cms-partnjori #KontaktiBanner .kontakti-banner-mobile,
.cms-galeria #KontaktiBanner .kontakti-banner-mobile,
.cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-mobile,
.cms-reklamacia #KontaktiBanner .kontakti-banner-mobile,
.cms-produktov-catalog #KontaktiBanner .kontakti-banner-mobile {
  display: none;
}
.category-kontakti .container p,
.category-uslugi .container p,
.cms-obshti-uslovia .container p,
.cms-deklaracia-poveritelnost .container p,
.cms-politika-biskvitki .container p,
.cms-za-nas .container p,
.cms-partnjori .container p,
.cms-galeria .container p,
.cms-dostavki-plashtania .container p,
.cms-reklamacia .container p,
.cms-produktov-catalog .container p,
.category-kontakti .container h2,
.category-uslugi .container h2,
.cms-obshti-uslovia .container h2,
.cms-deklaracia-poveritelnost .container h2,
.cms-politika-biskvitki .container h2,
.cms-za-nas .container h2,
.cms-partnjori .container h2,
.cms-galeria .container h2,
.cms-dostavki-plashtania .container h2,
.cms-reklamacia .container h2,
.cms-produktov-catalog .container h2 {
  padding-left: 15px;
  padding-right: 15px;
}
.category-kontakti .container h2,
.category-uslugi .container h2,
.cms-obshti-uslovia .container h2,
.cms-deklaracia-poveritelnost .container h2,
.cms-politika-biskvitki .container h2,
.cms-za-nas .container h2,
.cms-partnjori .container h2,
.cms-galeria .container h2,
.cms-dostavki-plashtania .container h2,
.cms-reklamacia .container h2,
.cms-produktov-catalog .container h2 {
  text-align: center;
}
.customer-account-forgotpassword .alpha-content .container,
.customer-account-login .alpha-content .container,
.customer-account-create .alpha-content .container {
  padding-left: 15px;
  padding-right: 15px;
}
.customer-account-create .account-create .col-sm-12,
.customer-account-create .account-create .col-sm-6 {
  padding-left: 15px !important;
}
.faq-index-index .faq-content {
  padding: 5px 40px;
}
.faq-index-index .faq-content h1 {
  text-align: center;
}
.faq-index-index .faq-content .category-list h2 {
  text-align: center;
}
.faq-index-index .faq-content .category-list .accordion-content h3 {
  padding-left: 70px;
  font-size: 18px;
}
.faq-index-index .faq-content .category-list .accordion-content .ui-accordion-content {
  border: 1px solid #ddd;
}
.cms-no-route #notfound {
  position: relative;
  height: 100vh;
}
.cms-no-route #notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-no-route #notfound .notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
.cms-no-route #notfound .notfound .notfound-404 {
  position: relative;
  height: 240px;
}
.cms-no-route #notfound .notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}
.cms-no-route #notfound .notfound .notfound-404 h1 > span {
  text-shadow: -8px 0px 0px #ffffff;
}
.cms-no-route #notfound .notfound .notfound-404 h3 {
  font-family: 'Cabin', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}
.cms-no-route #notfound .notfound .notfound-404 h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .cms-no-route .notfound .notfound-404 {
    height: 200px;
  }
  .cms-no-route .notfound .notfound-404 h1 {
    font-size: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-no-route .notfound .notfound-404 {
    height: 200px;
  }
  .cms-no-route .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .cms-no-route .notfound .notfound-404 {
    height: 162px;
  }
  .cms-no-route .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .cms-no-route .notfound h2 {
    font-size: 16px;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.alpha-content {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 0px;
}
.alpha-content > .row {
  margin-left: -5px;
  margin-right: -5px;
  letter-spacing: 0px;
}
.full-width-content {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.full-width-content .content-section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 580px;
  position: relative;
  padding-top: 1px;
  margin: 0 auto;
  max-width: 980px;
}
.full-width-content .content-section .text-area {
  margin: 100px 35px;
  position: relative;
  width: 43%;
  opacity: 1;
}
.full-width-content .content-section.l-text-right .text-area {
  margin-left: 54%;
}
.full-width-content .content-section.l-text-right .section-image {
  left: auto;
  right: 42%;
  top: -50px;
  position: absolute;
  height: 130%;
  max-width: none !important;
}
.full-width-content .content-section.l-text-right .section-image + .text-area {
  margin-left: 64%;
  width: 35%;
}
.color-Blue {
  background-color: #0095d6;
  color: #fff;
}
.color-Blue .cta a,
.color-Blue .new {
  background: #11b5e9;
  color: #fff;
}
h1 {
  font-size: 39px;
  margin-bottom: 0.4em;
  letter-spacing: -1px;
}
p {
  margin: 1em 0;
}
.cta {
  background-color: transparent;
}
.cta a {
  background: #0096d7;
  color: #fff;
  display: inline-block;
  padding: 8px 18px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  -webkit-transition: all 200ms cubic-bezier(0, 0.6, 0.6899999999999999, 2.1);
  -moz-transition: all 200ms cubic-bezier(0, 0.6, 0.6899999999999999, 2.1);
  -o-transition: all 200ms cubic-bezier(0, 0.6, 0.6899999999999999, 2.1);
  transition: all 200ms cubic-bezier(0, 0.6, 0.6899999999999999, 2.1);
}
.train-sketch-hand {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 !important;
  -webkit-transform-origin: 8px 315px;
  -moz-transform-origin: 8px 315px;
  -ms-transform-origin: 8px 315px;
  transform-origin: 8px 315px;
  opacity: 0;
}
.img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.color-Yellow {
  background-color: #ffe514;
  color: #000;
}
.color-Yellow .cta a {
  background: #fff696;
  color: #000;
}
.color-Black {
  background-color: #000;
  color: #fff;
}
.color-Black .cta a {
  background: #807f83;
  color: #fff;
}
.color-DarkGreen {
  background-color: #008a49;
  color: #fff;
}
.color-DarkGreen .cta a {
  background: #7bc043;
  color: #fff;
}
#myTab {
  border-bottom: 1px solid #ddd;
}
#myTab .nav-tabs {
  border-bottom: none;
}
#myTabContent {
  margin-top: 45px;
}
.nav-container {
  height: 20px;
  background-color: pink;
  overflow: hidden;
}
.nav-container:hover {
  height: auto;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
#sliderSubcategories {
  height: 120px;
  background: #eeeeee;
  -webkit-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  /*Slider*/
}
#sliderSubcategories .mixin-inner-shadow {
  -webkit-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
}
#sliderSubcategories .title-box {
  width: 160px;
  height: 120px;
  background: #e7e7e7;
  background-image: -webkit-linear-gradient(left, color-stop(#eeeeee 0%), color-stop(#e7e7e7 100%));
  background-image: linear-gradient(to right, #eeeeee 0%, #e7e7e7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe7e7e7', GradientType=1);
  float: left;
  position: relative;
  -webkit-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -50px 10px -50px rgba(0, 0, 0, 0.1);
}
#sliderSubcategories .title-box:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 101%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 20px;
  border-color: transparent transparent transparent #f7f7f7;
}
#sliderSubcategories .title-box:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 20px;
  border-color: transparent transparent transparent #e7e7e7;
}
#sliderSubcategories .title-box .title {
  font-size: 15px;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 160px;
  height: 120px;
  color: #000000;
}
#sliderSubcategories .subcategory-slider {
  padding-left: 230px;
  padding-right: 50px;
  padding-top: 10px;
  /*End Slider*/
}
#sliderSubcategories .subcategory-slider .subcategories-box {
  min-height: 100px;
  border-right: 1px solid #ffffff;
  text-align: center;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list {
  min-height: 100px;
  border-right: 1px solid #e6e6e6;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list a {
  text-decoration: none;
  color: #000000;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list a:hover {
  color: #0083c1;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list a .image {
  padding-top: 0;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list a .title {
  padding: 5px 5px 0 5px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
#sliderSubcategories .subcategory-slider .owl-buttons div {
  background: transparent !important;
  width: 14px;
  height: 37px;
}
#sliderSubcategories .subcategory-slider .owl-buttons div.owl-prev {
  left: -35px;
  top: 32px;
  display: none;
}
#sliderSubcategories .subcategory-slider .owl-buttons div.owl-next {
  right: -45px;
  top: 32px;
}
#sliderSubcategories .owl-wrapper-outer {
  width: 99%;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls {
  margin: 0;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div {
  position: absolute !important;
  color: #0291d6 !important;
  background: rgba(255, 255, 255, 0) !important;
  font-size: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0.9 !important;
  border-radius: 0 !important;
  text-align: center;
  width: 15px;
  height: 50px;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
  top: 30%;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: -20px;
  top: 30%;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div i {
  color: #666;
  margin-top: 15px;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
ul.messages {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.messages > li {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}
ul.messages > li.error-msg {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
ul.messages > li.error-msg hr {
  border-top-color: #e4b9c0;
}
ul.messages > li.error-msg .alert-link {
  color: #843534;
}
ul.messages > li.warning-msg {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
ul.messages > li.warning-msg hr {
  border-top-color: #f7e1b5;
}
ul.messages > li.warning-msg .alert-link {
  color: #66512c;
}
ul.messages > li.notice-msg {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
ul.messages > li.notice-msg hr {
  border-top-color: #a6e1ec;
}
ul.messages > li.notice-msg .alert-link {
  color: #245269;
}
ul.messages > li.success-msg {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
ul.messages > li.success-msg hr {
  border-top-color: #c9e2b3;
}
ul.messages > li.success-msg .alert-link {
  color: #2b542c;
}
ul.messages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.modal-dialog {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
.modal-body {
  overflow-y: auto;
}
.modal-footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.ajax-cart-modal .overlay {
  display: block;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.ajax-cart-modal .block {
  position: fixed;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -100px;
  z-index: 1001;
}
.ajax-cart-loading-mask .overlay {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}
.ajax-cart-loading-mask .loader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  background: url('https://mashini-bg.com/skin/frontend/ibg/default/images/ajax/ajax-loader.gif');
  z-index: 99999;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.fancybox-skin {
  border-radius: 0 !important;
}
.fancybox-skin .fancybox-close-default {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  z-index: 8040;
  color: #c1c1c1;
  font-size: 15px;
  background: #f1f1f1;
}
.fancybox-skin .fancybox_message_title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}
.fancybox-skin .fancybox_message_content {
  padding-top: 10px;
}
.fancybox-skin .fancybox_message_content .row {
  margin: 0;
}
.fancybox-skin .fancybox_message_content_panel {
  clear: both;
  text-align: right;
  padding-top: 15px;
}
.fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #367d3d;
  color: #fff;
}
.fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok:focus,
.fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok:active:focus,
.fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok:hover,
.fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok:focus {
  color: #ffffff;
  text-decoration: none;
}
.fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok:active,
.fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok.disabled,
.fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok[disabled],
fieldset[disabled] .fancybox-skin .fancybox_message_content_panel .fancybox_message_button_ok {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fancybox-skin .fancybox_message_content_panel .btn + .btn {
  margin-left: 10px;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
#alpha-global-notices {
  background-color: #fcf8f3;
  color: #333333;
}
#alpha-global-notices,
#alpha-global-notices * {
  min-height: 0;
}
#alpha-global-notices p {
  margin: 0;
}
#alpha-global-notices .global-site-notice {
  padding: 4px 0;
}
@media (max-width: 991px) {
  #alpha-global-notices {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
  }
  #alpha-global-notices .global-site-notice {
    padding: 20px 0;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.alpha-breadcrumb {
  display: none;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  font-size: 12px;
}
.alpha-breadcrumb > li {
  display: inline-block;
}
.alpha-breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 4px;
  color: #303338;
}
.alpha-breadcrumb > .active {
  color: #303338;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.price-box .label {
  color: inherit;
  padding: 0;
  font-size: 80%;
  font-weight: 600;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.block-subscribe {
  max-width: 550px;
  width: 550px;
  height: auto;
  margin-bottom: 10px;
}
.block-subscribe .block-title {
  padding-top: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.block-subscribe .form-subscribe-header {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #888;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
.block-subscribe .subscribe-input {
  padding-right: 5px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
ul#custom-main-menu ul {
  display: none;
}
ul#custom-main-menu li {
  display: block;
}
ul#custom-main-menu li:hover ul {
  display: block;
  position: absolute;
  padding: 10px 0;
}
ul#custom-main-menu li:hover a.has-children:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
ul#custom-main-menu li a.has-children:after {
  content: "\203A";
  display: inline-block;
  margin-left: 6px;
  font-size: 17px;
  font-family: "OpenSans Regular";
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
ul#custom-main-menu .alpha-links-submenu {
  width: 200px;
  padding-left: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
  background-color: #fafafa;
}
ul#custom-main-menu .alpha-links-submenu li {
  float: none;
  position: static;
  text-transform: none;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}
ul#custom-main-menu .alpha-links-submenu li a {
  padding: 8px 20px 8px 20px;
  white-space: nowrap;
  line-height: 1.4;
  font-family: "OpenSans Regular";
  font-weight: 400;
  font-size: 15px;
  color: #303338;
  text-transform: none;
  -webkit-transition: color ease .25s;
  transition: color ease .25s;
}
ul#custom-main-menu .alpha-links-submenu li a:focus {
  text-transform: none;
}
ul#custom-main-menu .alpha-links-submenu li:focus,
ul#custom-main-menu .alpha-links-submenu li:hover {
  padding-left: 5px;
  background: transparent;
}
ul#custom-main-menu .alpha-links-submenu li:focus a,
ul#custom-main-menu .alpha-links-submenu li:hover a {
  border-bottom: none;
  padding-bottom: 8px;
  color: #428bca;
  background: transparent;
}
.alpha-links {
  list-style: none;
}
@media (min-width: 992px) {
  #alpha-header-menu .alpha-links li {
    float: left;
    position: relative;
    font-family: "OpenSans Regular";
  }
  #alpha-header-menu .alpha-links li > a {
    display: inline-block;
    margin: 0;
    padding: 22px 21px 24px 21px;
    line-height: 34px;
    color: #303338;
    text-transform: uppercase;
    font-size: 16px;
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  #alpha-header-menu .alpha-links li:hover,
  #alpha-header-menu .alpha-links li:focus,
  #alpha-header-menu .alpha-links li.active {
    background-color: transparent;
  }
  #alpha-header-menu .alpha-links li:hover > a,
  #alpha-header-menu .alpha-links li:focus > a,
  #alpha-header-menu .alpha-links li.active > a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: #428bca 3px solid;
    padding-bottom: 21px;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
#alpha-header {
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
  z-index: 1000;
  position: relative;
}
#alpha-header #alpha-header-top {
  background-color: #2d3c4b;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  position: relative;
}
#alpha-header #alpha-header-top .switcher {
  float: left;
  margin: 4px 6px 4px 0;
}
#alpha-header #alpha-header-top .welcome-msg {
  float: right;
  margin: 4px;
  line-height: 20px;
}
#alpha-header #alpha-header-top .alpha-header-toplinks .alpha-links {
  margin: 4px 6px;
  padding: 0;
  float: left;
}
#alpha-header #alpha-header-top .alpha-header-toplinks .alpha-links li {
  float: left;
  margin: 0;
  padding: 0;
}
#alpha-header #alpha-header-top .alpha-header-toplinks .alpha-links li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
#alpha-header #alpha-header-top .alpha-header-toplinks .alpha-links li a:hover,
#alpha-header #alpha-header-top .alpha-header-toplinks .alpha-links li a:focus {
  background-color: transparent;
  color: #bae4fd;
}
#alpha-header #alpha-header-top .alpha-header-toplinks .alpha-links li + li:before {
  content: "|";
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.35);
  line-height: 14px;
  vertical-align: text-top;
}
#alpha-header #alpha-header-top a {
  color: #ffffff;
  -webkit-transition: color ease 0.25s;
  transition: color ease 0.25s;
}
#alpha-header #alpha-header-top a:hover,
#alpha-header #alpha-header-top a:focus {
  color: #bae4fd;
}
#alpha-header #alpha-header-main {
  background-color: #ffffff;
  color: #ffffff;
}
#alpha-header #alpha-header-main h1.logo {
  margin: 14px 0;
  padding: 0;
  line-height: 45px;
}
#alpha-header #alpha-header-main h1.logo small {
  color: white;
  font-size: 12px;
  display: block;
  position: absolute;
  margin-top: -8px;
  margin-left: 125px;
}
@media (min-width: 992px) {
  #alpha-header #alpha-header-main .alpha-header-widget {
    float: right;
    margin-top: 50px;
    margin-left: 5px;
  }
  #alpha-header #alpha-header-main .alpha-header-widget.last {
    margin-left: 0;
  }
}
#alpha-header #alpha-header-menu #alpha-header-menu-container {
  background: #367d3d;
  color: #464648;
}
@media (min-width: 992px) {
  #alpha-header #alpha-header-menu #alpha-header-menu-container.sticky {
    background: #367d3d;
    color: #464648;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  #alpha-header #alpha-header-menu #alpha-header-menu-container.sticky a.level0 > .megamenu-label {
    display: none;
  }
}
#alpha-header #alpha-header-menu #alpha-header-menu-container .home-link {
  display: inline-block;
  margin: 0;
  padding: 0 16px;
  line-height: 34px;
  color: #f4f4f5;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  float: left;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
@media (max-width: 991px) {
  .switcher {
    margin: 0 -10px;
    padding: 10px;
    border-bottom: #eeeeee 1px solid;
  }
  .switcher label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000 !important;
  }
  .switcher-selector {
    font-size: 15px;
    line-height: 32px;
    font-weight: bold;
  }
  .switcher-selector .switcher-current {
    border-radius: 4px;
    color: #000000 !important;
    background: #eeeeee !important;
    float: left;
    width: 30%;
    text-align: center;
    margin: 0 3% 0 0;
  }
  .switcher-selector .switcher-current i {
    display: none;
  }
  .switcher-selector .switcher-options {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .switcher-selector .switcher-options:before,
  .switcher-selector .switcher-options:after {
    content: " ";
    display: table;
  }
  .switcher-selector .switcher-options:after {
    clear: both;
  }
  .switcher-selector .switcher-options:before,
  .switcher-selector .switcher-options:after {
    content: " ";
    display: table;
  }
  .switcher-selector .switcher-options:after {
    clear: both;
  }
  .switcher-selector .switcher-options li {
    border-radius: 4px;
    float: left;
    margin: 0 3% 0 0;
    width: 30%;
    text-align: center;
    background: transparent !important;
  }
  .switcher-selector .switcher-options li a {
    display: block;
    color: #464648 !important;
  }
}
@media (min-width: 992px) {
  .switcher-selector {
    position: relative;
    display: inline-block;
    background: #232f3b;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 2px;
    border: 1px solid #1a232b;
    background-image: -webkit-linear-gradient(top, #1c252e 0%, #232f3b 100%);
    background-image: linear-gradient(to bottom, #1c252e 0%, #232f3b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c252e', endColorstr='#ff232f3b', GradientType=0);
  }
  .switcher-selector .switcher-current {
    display: inline-block;
    cursor: pointer;
    line-height: 18px;
    color: #ffffff !important;
  }
  .switcher-selector .switcher-current i {
    font-size: 90%;
    margin-left: 2px;
  }
  .switcher-selector .switcher-options {
    display: none;
    position: absolute;
    z-index: 1101;
    background: #232f3b;
    list-style: none;
    padding: 2px 0 4px;
    box-sizing: content-box;
    border: 1px solid #1c252e;
    left: -1px;
    min-width: 100%;
    white-space: nowrap;
    margin-top: 3px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  }
  .switcher-selector .switcher-options li {
    padding: 0 5px;
  }
  .switcher-selector .switcher-options a {
    color: #ffffff !important;
  }
  .switcher-selector .switcher-options a img {
    vertical-align: middle;
    max-width: none;
  }
  .switcher-selector:hover .switcher-options {
    display: block;
  }
  .switcher-selector:hover .switcher-current:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -4px;
    height: 5px;
    background: #232f3b;
    border-left: 1px solid #1c252e;
    border-right: 1px solid #1c252e;
    z-index: 1102;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.alpha-header-widget {
  /**
     * Common
     */
}
@media (min-width: 992px) {
  .alpha-header-widget {
    position: relative;
  }
  .alpha-header-widget .widget-header {
    display: inline-block;
    border-radius: 0px;
    color: #3f85c7;
    position: relative;
  }
  .alpha-header-widget .widget-header:hover,
  .alpha-header-widget .widget-header:focus {
    text-decoration: none;
    color: #669ed3;
  }
  .alpha-header-widget .widget-content {
    font-size: 12px;
    display: none;
    position: absolute;
    left: 0;
    margin-top: 5px;
    color: #000000;
    padding: 10px;
    background: #fcfcfc;
    border-radius: 0px;
    z-index: 1000;
    min-width: 150px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  .alpha-header-widget:hover .widget-header {
    background: #fcfcfc;
  }
  .alpha-header-widget:hover .widget-content {
    display: block;
    border-radius: 3px;
  }
  .alpha-header-widget:hover:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -8px;
    height: 11px;
    background: #fcfcfc;
    z-index: 1002;
  }
  .alpha-header-widget .alpha-links {
    line-height: 20px;
  }
  .alpha-header-widget .alpha-links li a {
    margin: 0 -10px;
    padding: 0 10px;
    display: block;
    color: #999999;
    font-size: 12px;
  }
  .alpha-header-widget .alpha-links li a:hover {
    background-color: #e1e1e1;
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  .alpha-header-widget .widget-header {
    display: none;
  }
}
.alpha-header-widget .alpha-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.alpha-header-widget .mini-products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.alpha-header-widget .mini-products-list .item:before,
.alpha-header-widget .mini-products-list .item:after {
  content: " ";
  display: table;
}
.alpha-header-widget .mini-products-list .item:after {
  clear: both;
}
.alpha-header-widget .mini-products-list .item:before,
.alpha-header-widget .mini-products-list .item:after {
  content: " ";
  display: table;
}
.alpha-header-widget .mini-products-list .item:after {
  clear: both;
}
.alpha-header-widget .mini-products-list .item + .item {
  border-top: 1px #e3e3e3 solid;
  margin-top: 5px;
  padding-top: 10px;
}
.alpha-header-widget .mini-products-list .item a {
  color: #999999;
}
.alpha-header-widget .mini-products-list .item a:hover {
  color: #e1e1e1;
}
.alpha-header-widget .mini-products-list .item .product-image {
  float: left;
  margin: 0 5px 5px 0;
}
.alpha-header-widget .mini-products-list .item .product-image img {
  border: 1px #e3e3e3 solid;
  border-radius: 0px;
}
.alpha-header-widget .mini-products-list .item .product-details .btn-edit {
  color: #999999;
}
.alpha-header-widget .mini-products-list .item .product-details .btn-edit:hover {
  color: #666666;
}
.alpha-header-widget .mini-products-list .item .product-details .info-wrapper td {
  padding-left: 3px;
}
.alpha-header-widget .mini-products-list .item .product-details a.details {
  font-size: 11px;
  text-transform: uppercase;
}
.alpha-header-widget .mini-products-list .item .btn-edit,
.alpha-header-widget .mini-products-list .item .btn-remove {
  float: right;
  margin-left: 5px;
  font-size: 17px;
  line-height: 17px;
}
.alpha-header-widget .mini-products-list .item .btn-remove i {
  color: #ed4e24;
}
.alpha-header-widget .mini-products-list .item .btn-remove i:hover,
.alpha-header-widget .mini-products-list .item .btn-remove i:focus {
  color: #cd3811;
}
.alpha-header-widget .mini-products-list .item .cart-item-quantity {
  width: 30px;
}
.alpha-header-widget .mini-products-list .item .truncated {
  position: relative;
}
.alpha-header-widget .mini-products-list .item .truncated .truncated_full_value {
  display: none;
  position: absolute;
  z-index: 1001;
  background: #fff;
  width: 200px;
  top: 100%;
  padding: 5px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.alpha-header-widget .mini-products-list .item .truncated .truncated_full_value .item-options {
  margin: 0;
}
.alpha-header-widget .mini-products-list .item .truncated .truncated_full_value .item-options dt {
  float: left;
  margin-right: 10px;
}
.alpha-header-widget .mini-products-list .item .truncated:hover .truncated_full_value {
  display: block;
}
.alpha-header-widget .subtotal {
  border-top: 1px #e3e3e3 solid;
  margin-top: 5px;
  padding-top: 10px;
  text-align: right;
  font-size: 14px;
}
.alpha-header-widget .subtotal .label {
  color: #000;
  font-weight: normal;
  font-size: 100%;
}
.alpha-header-widget .minicart-actions {
  border-top: 1px #e3e3e3 solid;
  margin-top: 5px;
  padding-top: 10px;
}
.alpha-header-widget .minicart-actions:before,
.alpha-header-widget .minicart-actions:after {
  content: " ";
  display: table;
}
.alpha-header-widget .minicart-actions:after {
  clear: both;
}
.alpha-header-widget .minicart-actions:before,
.alpha-header-widget .minicart-actions:after {
  content: " ";
  display: table;
}
.alpha-header-widget .minicart-actions:after {
  clear: both;
}
.alpha-header-widget .minicart-actions .checkout-types {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.alpha-header-widget .minicart-actions > a.secondary-action,
.alpha-header-widget .minicart-actions > a.cart-link {
  color: #999999;
}
.alpha-header-widget .minicart-actions > a.secondary-action:hover,
.alpha-header-widget .minicart-actions > a.cart-link:hover {
  color: #e1e1e1;
}
.alpha-header-widget .minicart-actions .cart-link {
  text-transform: uppercase;
}
.alpha-header-widget .primary-action {
  float: right;
}
.alpha-header-widget .secondary-action {
  float: left;
}
.alpha-header-widget .block-subtitle {
  text-transform: uppercase;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.search-form .search-submit-wrapper {
  display: block;
  float: right;
}
.search-form .search-input-wrapper {
  display: block;
  overflow: hidden;
}
.search-form .search-input-wrapper > input {
  width: 100%;
}
@media (min-width: 992px) {
  .alpha-header-search {
    display: block;
    overflow: hidden;
  }
  .alpha-header-search .search-form {
    margin: 44px 5px 3px;
    padding: 6px;
    border-radius: 3px;
    max-width: 300px;
    float: right;
  }
  .alpha-header-search .search-form #search-submit-header {
    background: #eee9e0;
    border: 1px solid #eee9e0;
    color: #938267;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  .alpha-header-search .search-form #search-submit-header:hover,
  .alpha-header-search .search-form #search-submit-header:focus {
    background-image: linear-gradient(to bottom, #eee9e0 0%, #e2ded6 100%);
    background-repeat: repeat-x;
  }
  .alpha-header-search #search-autocomplete-header {
    font-size: 12px;
    color: black;
    background-color: #eee;
    z-index: 1010;
    margin: 5px 0 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  .alpha-header-search #search-autocomplete-header:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 10px;
    top: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    z-index: 1011;
  }
}
@media (max-width: 991px) {
  .alpha-header-search #search-autocomplete-header {
    position: initial !important;
    color: white;
    top: initial !important;
    left: initial !important;
    width: auto !important;
  }
}
.alpha-header-search #search-input-header,
.alpha-header-search #search-submit-header {
  height: 28px;
  border: none;
  line-height: 26px;
}
.alpha-header-search #search-input-header::-moz-placeholder,
.alpha-header-search #search-submit-header::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.alpha-header-search #search-input-header:-ms-input-placeholder,
.alpha-header-search #search-submit-header:-ms-input-placeholder {
  color: #a1a1a1;
}
.alpha-header-search #search-input-header::-webkit-input-placeholder,
.alpha-header-search #search-submit-header::-webkit-input-placeholder {
  color: #a1a1a1;
}
.alpha-header-search #search-input-header {
  color: #000000;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
.alpha-header-search #search-submit-header {
  padding: 0 10px 2px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  line-height: 24px;
}
.alpha-header-search #search-autocomplete-header ul {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
}
.alpha-header-search #search-autocomplete-header ul li {
  cursor: pointer;
}
.alpha-header-search #search-autocomplete-header ul li span {
  float: right;
  color: #428bca;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
@media (min-width: 992px) {
  .alpha-header-cart .widget-header {
    padding: 0 6px 4px 6px;
    line-height: 26px;
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
  }
  .alpha-header-cart .widget-header .fa-shopping-cart {
    font-size: 17px;
  }
  .alpha-header-cart .widget-header .alpha-cart-items {
    display: inline-block;
    color: #fefefe;
    line-height: 1;
    border-radius: 50%;
    font-size: 12px;
    padding: 3px 0;
    background-color: #3a3939;
    width: 18px;
    height: 18px;
    letter-spacing: -.5px;
    position: absolute;
    top: 0;
    right: -5px;
  }
  .alpha-header-cart .widget-content {
    left: initial;
    right: 0;
    min-width: 300px;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
@media (min-width: 992px) {
  .alpha-header-compare .widget-header {
    padding: 0 6px 4px 6px;
    line-height: 26px;
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
  }
  .alpha-header-compare .widget-header .alpha-compare-middle-container {
    display: inline-block;
  }
  .alpha-header-compare .widget-header .alpha-compare-items {
    color: #fefefe;
    line-height: 1;
    border-radius: 50%;
    font-size: 12px;
    padding: 3px 0;
    background-color: #3a3939;
    width: 18px;
    height: 18px;
    letter-spacing: -.5px;
    position: absolute;
    top: 0;
    right: -5px;
  }
  .alpha-header-compare .widget-content {
    min-width: 250px;
    left: initial;
    right: 0;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
@media (min-width: 992px) {
  .alpha-header-user-links .widget-header {
    padding: 0 5px 4px 8px;
    line-height: 26px;
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
  }
  .alpha-header-user-links .widget-header.widget-header-red {
    background-image: -webkit-linear-gradient(top, #dd0000 0%, #910000 100%);
    background-image: linear-gradient(to bottom, #dd0000 0%, #910000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd0000', endColorstr='#ff910000', GradientType=0);
    color: #ffffff;
  }
  .alpha-header-user-links .widget-content.widget-content-red {
    background-image: -webkit-linear-gradient(top, #910000 0%, #dd0000 100%);
    background-image: linear-gradient(to bottom, #910000 0%, #dd0000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff910000', endColorstr='#ffdd0000', GradientType=0);
  }
  .alpha-header-user-links .widget-content.widget-content-red ul li a {
    color: #ffffff;
  }
  .alpha-header-user-links .widget-content.widget-content-red ul li a:hover {
    background-color: #dd0000;
  }
}
.alpha-header-user-links.red:hover:after {
  background: #910000;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.alpha-megamenu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
}
.alpha-megamenu li {
  list-style: none;
}
.alpha-megamenu .megamenu-label {
  background: #f85556;
  color: #ffffff;
  line-height: 90%;
  padding: 3px 4px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .alpha-megamenu {
    position: relative;
  }
  .alpha-megamenu ul {
    padding-left: 5px;
  }
  .alpha-megamenu.megamenu-v {
    background-color: #367d3d;
  }
  .alpha-megamenu.megamenu-v.megamenu-am {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
  }
  .alpha-megamenu.megamenu-v li.level0 {
    float: none;
  }
  .alpha-megamenu.megamenu-v li.level0 > a {
    display: block;
    position: relative;
  }
  .alpha-megamenu.megamenu-v li.level0 > a .megamenu-label {
    position: absolute;
    margin-left: 10px;
    margin-top: 14px;
    font-size: 10px;
    font-weight: 600;
    z-index: 1003;
  }
  .alpha-megamenu.megamenu-v li.level0 > a .megamenu-label:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -6px;
    bottom: 0;
    border-top: 4px solid transparent;
    border-right: 6px solid #f85556;
  }
  .alpha-megamenu.megamenu-v li.level0.parent:hover > a,
  .alpha-megamenu.megamenu-v li.level0.parent:focus > a {
    background-color: #004c71;
    z-index: 1001;
  }
  .alpha-megamenu.megamenu-v li.level0.parent:hover > a:after,
  .alpha-megamenu.megamenu-v li.level0.parent:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -6px;
    margin-left: 0;
    left: auto;
    right: -12px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #004c71;
    z-index: 1002;
  }
  .alpha-megamenu.megamenu-v li.level0 + li {
    border-top: 1px solid #2e6b34;
  }
  .alpha-megamenu.megamenu-v .megamenu-dropdown.level0 {
    left: 100%;
    margin-top: -34px;
  }
  .alpha-megamenu.megamenu-v .megamenu-dropdown.level0.megamenu-wide {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
  }
  .alpha-megamenu.megamenu-v .megamenu-dropdown.level0.megamenu-wide:before {
    display: none;
  }
  .alpha-megamenu li.level0 {
    float: left;
  }
  .alpha-megamenu li.level0 > a {
    display: inline-block;
    margin: 0;
    padding: 0 16px;
    line-height: 34px;
    color: #f4f4f5;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .alpha-megamenu li.level0 > a > .megamenu-label {
    position: absolute;
    top: -10px;
    margin-left: -10px;
    font-size: 10px;
    font-weight: 600;
  }
  .alpha-megamenu li.level0 > a > .megamenu-label:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-right: 6px solid transparent;
    border-top: 4px solid #f85556;
  }
  .alpha-megamenu li.level0:hover,
  .alpha-megamenu li.level0:focus,
  .alpha-megamenu li.level0.active {
    background-color: #007300;
  }
  .alpha-megamenu li.level0:hover > a,
  .alpha-megamenu li.level0:focus > a,
  .alpha-megamenu li.level0.active > a {
    color: #ffffff;
    text-decoration: none;
  }
  .alpha-megamenu li.level0.parent:hover > a:after,
  .alpha-megamenu li.level0.parent:focus > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #004c71;
    z-index: 1001;
  }
  .alpha-megamenu li li {
    color: #000000;
    font-size: 14px;
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .alpha-megamenu li li .megamenu-label {
    position: absolute;
    margin-left: 10px;
    margin-top: -3px;
    font-size: 10px;
    font-weight: 600;
  }
  .alpha-megamenu li li .megamenu-label:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -6px;
    bottom: 0;
    border-top: 4px solid transparent;
    border-right: 6px solid #f85556;
  }
  .alpha-megamenu .megamenu-dropdown {
    display: none;
    position: absolute;
    z-index: 1000;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
  }
  .alpha-megamenu .megamenu-dropdown.level0.megamenu-wide {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .alpha-megamenu .megamenu-dropdown.level0.megamenu-wide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 700%;
    left: -300%;
    z-index: -1;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
  }
  .alpha-megamenu .parent:hover > .megamenu-dropdown {
    display: block;
  }
  .alpha-megamenu .megamenu-default {
    float: left;
    min-width: 130px;
    padding: 10px 0;
  }
  .alpha-megamenu .megamenu-default li {
    position: relative;
  }
  .alpha-megamenu .megamenu-default li.parent > a:after {
    content: "\f0da";
    color: #ccc;
    float: right;
    margin-right: -8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .alpha-megamenu .megamenu-default li > a {
    /* Adds small icon at beginning
                    &:before {
                        content: @fa-var-angle-right;
                        position: absolute;
                        font-size: 7px;
                        margin-left: -7px;
                        color: black;
                        font-family: FontAwesome;
                        font-style: normal;
                        font-weight: normal;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                    }
                    */
  }
  .alpha-megamenu .megamenu-default li .megamenu-label {
    position: relative;
    display: inline-block;
    top: -6px;
  }
  .alpha-megamenu .megamenu-default li.level1:hover {
    background: #f1f1f1;
  }
  .alpha-megamenu .megamenu-default li.level1 li:hover {
    background: white;
  }
  .alpha-megamenu .megamenu-default ul {
    background: #f1f1f1;
  }
  .alpha-megamenu .megamenu-default .megamenu-dropdown {
    top: 0;
    left: 100%;
  }
  .alpha-megamenu .megamenu-default a {
    color: #000000;
    line-height: 23px;
    text-decoration: none;
    display: block;
    padding: 0 14px;
    white-space: nowrap;
  }
  .alpha-megamenu .megamenu-default a:hover,
  .alpha-megamenu .megamenu-default a:focus {
    color: #367d3d;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .am-container {
    position: relative;
    display: inline-block;
    float: left;
  }
  .am-container .am-opener {
    min-width: 200px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0 21px;
    line-height: 34px;
    color: #f4f4f5;
    background-color: #42994b;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .am-container .am-opener:hover,
  .am-container .am-opener:focus {
    background-color: #004c71;
  }
  .am-container .am-opener i {
    vertical-align: middle;
  }
  .am-container .am-opener i.menu {
    font-size: 21px;
    margin: 0 10px 0 -5px;
  }
  .am-container .am-opener i.caretdown {
    float: right;
    margin: 12px -5px 0 0;
  }
  .am-container .megamenu-v.megamenu-am {
    display: none;
  }
  .am-container:hover .megamenu-v.megamenu-am,
  .am-container:focus .megamenu-v.megamenu-am {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .alpha-megamenu.megamenu-v.megamenu-am {
    width: 157px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .alpha-megamenu.megamenu-v.megamenu-am {
    width: 212px;
  }
}
@media (min-width: 1200px) {
  .alpha-megamenu.megamenu-v.megamenu-am {
    width: 260px;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
@media (min-width: 992px) {
  .alpha-megamenu .megamenu-mega1 {
    color: #000000;
  }
  .alpha-megamenu .megamenu-mega1.megamenu-dropdown {
    left: 0;
    width: 100%;
    padding: 15px;
    padding-top: 30px;
  }
  .alpha-megamenu .megamenu-mega1 .megamenu-col {
    width: 16.5%;
    float: left;
    padding: 0 10px 15px;
  }
  .alpha-megamenu .megamenu-mega1 .mega1-child {
    padding-left: 0;
  }
  .alpha-megamenu .megamenu-mega1 .megamenu-top {
    padding: 0 15px 15px;
  }
  .alpha-megamenu .megamenu-mega1 .megamenu-bottom {
    clear: both;
    padding: 30px 15px 0 15px;
  }
  .alpha-megamenu .megamenu-mega1 .megamenu-side {
    width: 33%;
    float: right;
    padding: 0 15px;
  }
  .alpha-megamenu .megamenu-mega1 a {
    color: #000000;
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .alpha-megamenu .megamenu-mega1 a.level1 {
    font-weight: 600;
  }
  .alpha-megamenu .megamenu-mega1 a:hover,
  .alpha-megamenu .megamenu-mega1 a:focus {
    color: #367d3d;
    text-decoration: none;
  }
  .alpha-megamenu .megamenu-mega1 ul.level1 {
    padding-top: 10px;
  }
  .alpha-megamenu .megamenu-mega1 ul.level1 li {
    line-height: 18px;
    font-size: 12px;
  }
  .alpha-megamenu .megamenu-mega1 ul.level1 li:before {
    content: "\f105";
    vertical-align: top;
    font-size: 10px;
    padding: 0 5px 0 2px;
    color: grey;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .alpha-megamenu .megamenu-mega1 ul.level2 {
    padding: 5px 0 5px 10px;
  }
  .alpha-megamenu .megamenu-mega1 ul.level2 li a {
    color: #808080;
  }
  .alpha-megamenu .megamenu-mega1 ul.level2 li:before {
    content: "";
  }
  .alpha-megamenu .megamenu-mega1 h2,
  .alpha-megamenu .megamenu-mega1 h3,
  .alpha-megamenu .megamenu-mega1 h4,
  .alpha-megamenu .megamenu-mega1 h5 {
    font-weight: 600;
    margin-top: 0;
  }
  .alpha-megamenu .megamenu-mega1 .megamenu-label {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .alpha-megamenu .megamenu-mega1 .owl-item .product-name a {
    font-weight: 400 !important;
  }
}
@media (min-width: 992px) {
  .alpha-megamenu.megamenu-v .megamenu-mega1.megamenu-dropdown {
    margin-top: 0;
    top: 0;
    min-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .alpha-megamenu.megamenu-v .megamenu-mega1.megamenu-dropdown {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .alpha-megamenu.megamenu-v .megamenu-mega1.megamenu-dropdown {
    width: 728px;
  }
}
@media (min-width: 1200px) {
  .alpha-megamenu.megamenu-v .megamenu-mega1.megamenu-dropdown {
    width: 880px;
  }
}
@media (max-width: 991px) {
  .alpha-megamenu.megamenu-v .megamenu-mega1.megamenu-dropdown {
    width: 100%;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
@media (min-width: 992px) {
  .alpha-megamenu .megamenu-mega2 {
    color: #000000;
  }
  .alpha-megamenu .megamenu-mega2.megamenu-dropdown {
    left: 0;
    width: 100%;
    padding: 15px;
    padding-top: 30px;
  }
  .alpha-megamenu .megamenu-mega2 .megamenu-col {
    width: 16.66%;
    float: left;
    padding: 15px 0 20px;
    text-align: center;
  }
  .alpha-megamenu .megamenu-mega2 .megamenu-col .child-image {
    margin-bottom: 10px;
    border-left: 1px solid #eeeeee;
  }
  .alpha-megamenu .megamenu-mega2 .megamenu-col.col-first .child-image {
    border: none;
  }
  .alpha-megamenu .megamenu-mega2 .megamenu-top {
    padding: 0 15px;
    text-align: center;
  }
  .alpha-megamenu .megamenu-mega2 .megamenu-top:after {
    content: "";
    display: block;
    height: 0;
    border-top: 1px #eeeeee solid;
    margin: 15px 0;
  }
  .alpha-megamenu .megamenu-mega2 .megamenu-bottom {
    clear: left;
    padding: 0 15px 0;
    text-align: center;
  }
  .alpha-megamenu .megamenu-mega2 .megamenu-bottom:before {
    content: "";
    display: block;
    height: 0;
    border-top: 1px #eeeeee solid;
    margin: 15px 0 15px 0;
  }
  .alpha-megamenu .megamenu-mega2 a {
    color: #000000;
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .alpha-megamenu .megamenu-mega2 a:hover,
  .alpha-megamenu .megamenu-mega2 a:focus {
    color: #367d3d;
  }
  .alpha-megamenu .megamenu-mega2 a.level1 {
    font-weight: 600;
  }
  .alpha-megamenu .megamenu-mega2 .mega2-child li {
    font-size: 0.9em;
    line-height: 20px;
  }
  .alpha-megamenu .megamenu-mega2 .mega2-child li a {
    display: block;
  }
  .alpha-megamenu .megamenu-mega2 .mega2-child li:hover,
  .alpha-megamenu .megamenu-mega2 .mega2-child li:focus {
    background: #eaeaea;
  }
  .alpha-megamenu .megamenu-mega2 li.level1 {
    position: relative;
  }
  .alpha-megamenu .megamenu-mega2 li.level1 ul.level1 {
    display: none;
    position: absolute;
    padding: 10px 0;
    width: 80%;
    left: 10%;
    z-index: 1010;
    background: #f7f7f7;
    border: 1px solid #dedede;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
    margin-top: 10px;
  }
  .alpha-megamenu .megamenu-mega2 li.level1 ul.level1:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -7px;
    top: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #dedede;
    z-index: 1011;
  }
  .alpha-megamenu .megamenu-mega2 li.level1 ul.level1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -6px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f7f7f7;
    z-index: 1012;
  }
  .alpha-megamenu .megamenu-mega2 li.level1 ul.level1 a {
    color: #000000;
  }
  .alpha-megamenu .megamenu-mega2 li.level1:hover ul.level1,
  .alpha-megamenu .megamenu-mega2 li.level1:focus ul.level1 {
    display: block;
  }
  .alpha-megamenu .megamenu-mega2 li.level1.parent a.level1 .child-title:after {
    content: "\f0d7";
    color: #ccc;
    margin-left: 5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .alpha-megamenu .megamenu-mega2 h5 {
    font-weight: 600;
    margin-top: 0;
    text-align: left;
  }
  .alpha-megamenu .megamenu-mega2 .megamenu-label {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .alpha-megamenu .megamenu-mega2 .owl-item .product-name a {
    font-weight: 400 !important;
  }
  .alpha-megamenu .megamenu-mega2 .owl-buttons .owl-prev,
  .alpha-megamenu .megamenu-mega2 .owl-buttons .owl-next {
    top: -40px !important;
  }
  .alpha-megamenu .megamenu-mega2 .owl-buttons .owl-prev i,
  .alpha-megamenu .megamenu-mega2 .owl-buttons .owl-next i {
    font-size: 25px !important;
  }
  .alpha-megamenu .megamenu-mega2 .block-links {
    list-style: none;
    margin: 0 auto;
    /*            &:before {
                content: "";
                display: block;
                height: 0;
                border-top: 1px @megamenu-mega2-border-color solid;
                margin: 15px 0 15px 0;
            }*/
  }
  .alpha-megamenu .megamenu-mega2 .block-links li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #dedede;
    padding: 0 15px;
    line-height: 15px;
  }
  .alpha-megamenu .megamenu-mega2 .block-links li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    font-size: 12px;
  }
  .alpha-megamenu .megamenu-mega2 .block-links li a:hover {
    color: #367d3d;
  }
  .alpha-megamenu .megamenu-mega2 .block-links li:last-child {
    border: 0;
  }
}
@media (min-width: 992px) {
  .alpha-megamenu.megamenu-v .megamenu-mega2.megamenu-dropdown {
    margin-top: 0;
    top: 0;
    min-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .alpha-megamenu.megamenu-v .megamenu-mega2.megamenu-dropdown {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .alpha-megamenu.megamenu-v .megamenu-mega2.megamenu-dropdown {
    width: 728px;
  }
}
@media (min-width: 1200px) {
  .alpha-megamenu.megamenu-v .megamenu-mega2.megamenu-dropdown {
    width: 880px;
  }
}
@media (max-width: 991px) {
  .alpha-megamenu.megamenu-v .megamenu-mega2.megamenu-dropdown {
    width: 100%;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
@media (min-width: 992px) {
  .alpha-megamenu .megamenu-mega3.megamenu-dropdown {
    width: 600px;
    padding: 15px;
    padding-top: 30px;
  }
  .alpha-megamenu .megamenu-mega3 .megamenu-col {
    width: 40%;
    float: left;
    padding: 0 15px;
  }
  .alpha-megamenu .megamenu-mega3 a {
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
    text-decoration: none;
  }
  .alpha-megamenu .megamenu-mega3 a:hover,
  .alpha-megamenu .megamenu-mega3 a:focus {
    color: #367d3d;
  }
  .alpha-megamenu .megamenu-mega3 li.level1 a {
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .alpha-megamenu .megamenu-mega3 li.level1 a:hover {
    color: #367d3d;
  }
  .alpha-megamenu .megamenu-mega3 li.level1 > a {
    display: block;
    padding: 5px 0;
    font-weight: 600;
  }
  .alpha-megamenu .megamenu-mega3 h5 {
    font-weight: 600;
    margin-top: 0;
    text-align: left;
  }
  .alpha-megamenu .megamenu-mega3 .megamenu-label {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .alpha-megamenu .megamenu-mega3 .owl-item .product-name a {
    font-weight: 400 !important;
  }
  .alpha-megamenu .megamenu-mega3 .owl-buttons .owl-prev,
  .alpha-megamenu .megamenu-mega3 .owl-buttons .owl-next {
    top: -40px !important;
  }
  .alpha-megamenu .megamenu-mega3 .owl-buttons .owl-prev i,
  .alpha-megamenu .megamenu-mega3 .owl-buttons .owl-next i {
    font-size: 25px !important;
  }
  .alpha-megamenu .megamenu-mega3 .block-links {
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }
  .alpha-megamenu .megamenu-mega3 .block-links li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #dedede;
    padding: 0 15px;
    line-height: 15px;
  }
  .alpha-megamenu .megamenu-mega3 .block-links li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    font-size: 12px;
  }
  .alpha-megamenu .megamenu-mega3 .block-links li a:hover {
    color: #367d3d;
  }
  .alpha-megamenu .megamenu-mega3 .block-links li:last-child {
    border: 0;
  }
  .alpha-megamenu .megamenu-mega3 .block-links:before {
    content: "";
    display: block;
    height: 0;
    border-top: 1px #eeeeee solid;
    margin: 15px 0 15px 0;
  }
}
.alpha-megamenu .megamenu-mega3 .megamenu-top {
  padding: 0 15px 15px;
}
.alpha-megamenu .megamenu-mega3 .megamenu-bottom {
  clear: both;
  padding: 15px 15px 0;
}
.alpha-megamenu .megamenu-mega3 .megamenu-side {
  width: 60%;
  float: right;
  padding: 0 15px;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
@media (min-width: 992px) {
  .alpha-megamenu .megamenu-mega4.megamenu-dropdown {
    padding: 15px;
    padding-top: 30px;
  }
  .alpha-megamenu .megamenu-mega4 a {
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .alpha-megamenu .megamenu-mega4 a:hover,
  .alpha-megamenu .megamenu-mega4 a:focus {
    color: #367d3d;
  }
  .alpha-megamenu .megamenu-mega4 h5 {
    font-weight: 600;
    margin-top: 0;
    text-align: left;
  }
  .alpha-megamenu .megamenu-mega4 .megamenu-label {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .alpha-megamenu .megamenu-mega4 .owl-item .product-name a {
    font-weight: 400 !important;
  }
  .alpha-megamenu .megamenu-mega4 .owl-buttons .owl-prev,
  .alpha-megamenu .megamenu-mega4 .owl-buttons .owl-next {
    top: -40px !important;
  }
  .alpha-megamenu .megamenu-mega4 .owl-buttons .owl-prev i,
  .alpha-megamenu .megamenu-mega4 .owl-buttons .owl-next i {
    font-size: 25px !important;
  }
  .alpha-megamenu .megamenu-mega4 .block-links {
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }
  .alpha-megamenu .megamenu-mega4 .block-links li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #dedede;
    padding: 0 15px;
    line-height: 15px;
  }
  .alpha-megamenu .megamenu-mega4 .block-links li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    font-size: 12px;
  }
  .alpha-megamenu .megamenu-mega4 .block-links li a:hover {
    color: #367d3d;
  }
  .alpha-megamenu .megamenu-mega4 .block-links li:last-child {
    border: 0;
  }
  .alpha-megamenu .megamenu-mega4 .block-links:before {
    content: "";
    display: block;
    height: 0;
    border-top: 1px #eeeeee solid;
    margin: 15px 0 15px 0;
  }
}
.alpha-megamenu .megamenu-mega4 .megamenu-top {
  padding: 0 15px 15px;
}
.alpha-megamenu .megamenu-mega4 .megamenu-bottom {
  clear: both;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .alpha-megamenu li:hover > .megamenu-dropdown.megamenu-mega4 {
    display: block;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
@media (min-width: 992px) {
  .alpha-megamenu .megamenu-mega5 {
    /*        .parent:hover > ul.level1 {
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                }*/
  }
  .alpha-megamenu .megamenu-mega5.megamenu-dropdown {
    width: 400px;
    padding: 15px;
    padding-top: 30px;
  }
  .alpha-megamenu .megamenu-mega5 .megamenu-col {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .alpha-megamenu .megamenu-mega5 ul.level1 {
    width: 50%;
    height: 100%;
    position: relative;
    background: #fff;
    padding: 15px;
    display: none;
  }
  .alpha-megamenu .megamenu-mega5 a {
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .alpha-megamenu .megamenu-mega5 a:hover,
  .alpha-megamenu .megamenu-mega5 a:focus {
    color: #367d3d;
  }
  .alpha-megamenu .megamenu-mega5 li.level1 a {
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .alpha-megamenu .megamenu-mega5 li.level1 a:hover {
    color: #000000;
  }
  .alpha-megamenu .megamenu-mega5 li.level1 > a {
    display: block;
    padding: 5px 0;
    font-weight: 600;
  }
  .alpha-megamenu .megamenu-mega5 h5 {
    font-weight: 600;
    margin-top: 0;
    text-align: left;
  }
  .alpha-megamenu .megamenu-mega5 .megamenu-label {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .alpha-megamenu .megamenu-mega5 .owl-item .product-name a {
    font-weight: 400 !important;
  }
  .alpha-megamenu .megamenu-mega5 .owl-buttons .owl-prev,
  .alpha-megamenu .megamenu-mega5 .owl-buttons .owl-next {
    top: -40px !important;
  }
  .alpha-megamenu .megamenu-mega5 .owl-buttons .owl-prev i,
  .alpha-megamenu .megamenu-mega5 .owl-buttons .owl-next i {
    font-size: 25px !important;
  }
  .alpha-megamenu .megamenu-mega5 .block-links {
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }
  .alpha-megamenu .megamenu-mega5 .block-links li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #dedede;
    padding: 0 15px;
    line-height: 15px;
  }
  .alpha-megamenu .megamenu-mega5 .block-links li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    font-size: 12px;
  }
  .alpha-megamenu .megamenu-mega5 .block-links li a:hover {
    color: #367d3d;
  }
  .alpha-megamenu .megamenu-mega5 .block-links li:last-child {
    border: 0;
  }
  .alpha-megamenu .megamenu-mega5 .block-links:before {
    content: "";
    display: block;
    height: 0;
    border-top: 1px #eeeeee solid;
    margin: 15px 0 15px 0;
  }
}
.alpha-megamenu .megamenu-mega5 .megamenu-top {
  float: left;
  width: 50%;
  padding: 0 15px 15px;
}
.alpha-megamenu .megamenu-mega5 .megamenu-bottom {
  clear: left;
  float: left;
  width: 100%;
  padding: 15px 15px 0;
}
.alpha-megamenu .megamenu-mega5 .megamenu-side {
  width: 50%;
  float: right;
  padding: 0 15px;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
@media (min-width: 992px) {
  .alpha-megamenu .megamenu-mega6 {
    color: #000000;
  }
  .alpha-megamenu .megamenu-mega6.megamenu-dropdown {
    left: 0;
    width: 100%;
    padding: 15px;
    padding-top: 30px;
  }
  .alpha-megamenu .megamenu-mega6 .megamenu-col {
    width: 25%;
    float: left;
    padding: 0 15px 15px 50px;
    position: relative;
  }
  .alpha-megamenu .megamenu-mega6 .mega6-child {
    padding-left: 0;
  }
  .alpha-megamenu .megamenu-mega6 .megamenu-top {
    padding: 0 15px 15px;
  }
  .alpha-megamenu .megamenu-mega6 .megamenu-bottom {
    clear: both;
    padding: 0 15px 0;
  }
  .alpha-megamenu .megamenu-mega6 .megamenu-bottom:before {
    content: "";
    display: block;
    height: 0;
    border-top: 1px solid #eeeeee;
    margin: 15px 0 15px 0;
  }
  .alpha-megamenu .megamenu-mega6 .megamenu-side {
    width: 33.33%;
    float: right;
    padding: 0 15px;
  }
  .alpha-megamenu .megamenu-mega6 a {
    color: #000000;
  }
  .alpha-megamenu .megamenu-mega6 a.level1 {
    display: block;
    position: absolute;
    top: 5px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    right: 100%;
    width: 350px;
    text-align: right;
    font-size: 36px;
    letter-spacing: -1px;
    color: #e6e6e6;
    text-transform: uppercase;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .alpha-megamenu .megamenu-mega6 a.level1 .megamenu-label {
    position: relative;
    display: inline-block;
    top: -20px;
  }
  .alpha-megamenu .megamenu-mega6 a {
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .alpha-megamenu .megamenu-mega6 a:hover,
  .alpha-megamenu .megamenu-mega6 a:focus {
    color: #367d3d;
  }
  .alpha-megamenu .megamenu-mega6 li.level2 {
    width: 50%;
    float: left;
    margin-bottom: 15px;
  }
  .alpha-megamenu .megamenu-mega6 li.level3 {
    font-size: 0.9em;
  }
  .alpha-megamenu .megamenu-mega6 ul.level2 {
    padding-top: 10px;
  }
  .alpha-megamenu .megamenu-mega6 ul.level2 li {
    line-height: 18px;
  }
  .alpha-megamenu .megamenu-mega6 ul.level2 li:before {
    content: "\f0c8";
    vertical-align: middle;
    font-size: 2px;
    padding: 0 5px 0 2px;
    color: grey;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .alpha-megamenu .megamenu-mega6 li.level2 a {
    font-family: ;
    font-weight: ;
    font-size: ;
    font-style: ;
    text-transform: ;
    letter-spacing: ;
    color: ;
  }
  .alpha-megamenu .megamenu-mega6 li.level2 a:hover {
    color: #000000;
  }
  .alpha-megamenu .megamenu-mega6 li.level2 > a {
    display: block;
    font-weight: 600;
  }
  .alpha-megamenu .megamenu-mega6 h5 {
    font-weight: 600;
    margin-top: 0;
    text-align: left;
  }
  .alpha-megamenu .megamenu-mega6 .megamenu-label {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-left: -7px;
    margin-top: -10px;
  }
  .alpha-megamenu .megamenu-mega6 .megamenu-label:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-right: 6px solid transparent;
    border-top: 4px solid #f85556;
  }
  .alpha-megamenu .megamenu-mega6 .owl-item .product-name a {
    font-weight: 400 !important;
  }
  .alpha-megamenu .megamenu-mega6 .owl-buttons .owl-prev,
  .alpha-megamenu .megamenu-mega6 .owl-buttons .owl-next {
    top: -30px !important;
  }
  .alpha-megamenu .megamenu-mega6 .block-links {
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }
  .alpha-megamenu .megamenu-mega6 .block-links li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #dedede;
    padding: 0 15px;
    line-height: 15px;
  }
  .alpha-megamenu .megamenu-mega6 .block-links li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    font-size: 12px;
  }
  .alpha-megamenu .megamenu-mega6 .block-links li a:hover {
    color: #367d3d;
  }
  .alpha-megamenu .megamenu-mega6 .block-links li:last-child {
    border: 0;
  }
  .alpha-megamenu .megamenu-mega6 .block-links:before {
    content: "";
    display: block;
    height: 0;
    border-top: 1px #eeeeee solid;
    margin: 15px 0 15px 0;
  }
}
@media (min-width: 992px) {
  .alpha-megamenu.megamenu-v .megamenu-mega6.megamenu-dropdown {
    margin-top: 0;
    top: 0;
    min-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .alpha-megamenu.megamenu-v .megamenu-mega6.megamenu-dropdown {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .alpha-megamenu.megamenu-v .megamenu-mega6.megamenu-dropdown {
    width: 728px;
  }
}
@media (min-width: 1200px) {
  .alpha-megamenu.megamenu-v .megamenu-mega6.megamenu-dropdown {
    width: 880px;
  }
}
@media (max-width: 991px) {
  .alpha-megamenu.megamenu-v .megamenu-mega6.megamenu-dropdown {
    width: 100%;
  }
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
/**
 * Mobile features. Includes collapsable elements and default mobile menu
 */
@media (max-width: 991px) {
  .lrshare_button {
    display: none;
  }
  body {
    padding-top: 0;
    font-family: "Open Sans";
    font-weight: 400;
  }
  /**
    * Collapsable element classes. Use them to collapse any container into a toggable inline or fixed container.
    * More details are available on individual classes
    */
  #alpha-header #alpha-header-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9009;
    display: block;
    background-color: #fcfcfc;
    color: #fff;
    font-size: 11px;
    font-family: "Open Sans";
    font-weight: 600;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  #alpha-header #alpha-header-top .alpha-collapse-visible .btn-group {
    vertical-align: top;
  }
  #alpha-header #alpha-header-top .alpha-collapse-visible .btn-group button.btn {
    padding: 5px 12px;
  }
  #alpha-header #alpha-header-top .top-links > div {
    float: none;
    left: inherit;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-search-collapse .image-topsearch {
    float: right;
    position: static;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-search-collapse .image-topsearch:hover,
  #alpha-header #alpha-header-top .top-links #alpha-header-search-collapse .image-topsearch:focus {
    height: 35px;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-search-collapse .widget-content-search {
    top: 35px;
    left: 0;
    min-height: inherit;
    background: #ffffff;
    width: 100%;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-search-collapse #search-input-header {
    font-size: 14px;
    min-height: 42px;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-search-collapse .search-form .search-submit-wrapper {
    margin-right: 2px;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-search-collapse .search-form .search-submit-wrapper #search-submit-header {
    width: 22px;
    height: 22px;
    left: 0px;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-search-collapse .search-form .close-search-form {
    top: 12px;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-search-collapse .search-form .close-search-form svg,
  #alpha-header #alpha-header-top .top-links #alpha-header-search-collapse .search-form .close-search-form .svg {
    width: 20px;
    height: 20px;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-user-links-collapse .widget-header {
    float: right;
    margin-right: 8px;
    padding: 3px;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-user-links-collapse .widget-content {
    position: absolute;
    top: 35px;
    left: 0;
    top: -185px;
    padding: 10px 0;
    background: #ffffff;
    width: 100%;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-user-links-collapse .widget-content .alpha-links li a {
    padding: 10px 20px;
    font-size: 14px;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-user-links-collapse .widget-content.opened {
    top: 94px;
  }
  #alpha-header #alpha-header-top .top-links #alpha-header-user-links-collapse .image-topuser svg {
    width: 25px;
    height: 25px;
    margin-top: 4px;
  }
  #alpha-header #alpha-header-main #alpha-header-main-container {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 59px;
    background-color: #fafafa;
  }
  #alpha-header #alpha-header-menu {
    height: auto;
  }
  #alpha-header #alpha-header-menu #alpha-header-menu-container .col-md-7 {
    margin-left: 0;
  }
  #alpha-header a {
    display: block;
  }
  #alpha-header a.widget-header {
    padding: 9px 9px 4px;
    left: inherit;
    position: static;
  }
  #alpha-header a.widget-header span {
    display: block;
  }
  .alpha-header-user-links {
    padding: 5px 0 0 15px;
  }
  .alpha-header-top-links {
    padding: 5px 0 0 10px;
  }
  .alpha-header-top-links .alpha-links a {
    text-transform: none;
    font-size: 15px;
    line-height: 44px;
    font-weight: bold;
  }
  /**
    * Elements to be collapsed. Mobile Version of the Alpha
    * Should keep content that is collapsed on mobile versions and visible normally on desktop versions.
    */
  .alpha-collapse {
    display: none;
  }
  .alpha-collapse.alpha-collapse-fixed {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9000;
    top: 0;
    margin-top: 59px;
    background-color: #fcfcfc;
    color: #000000;
    font-size: 15px;
    padding: 0;
  }
  .alpha-collapse.alpha-collapse-fixed.alpha-collapse-left {
    left: -359px;
    width: 359px;
    bottom: 0;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: left ease .5s,opacity 0s linear .5s;
    transition: left ease .5s,opacity 0s linear .5s;
  }
  .alpha-collapse.alpha-collapse-fixed.alpha-collapse-left.alpha-collapse-active {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: left ease .5s,opacity 0s linear 0s;
    transition: left ease .5s,opacity 0s linear 0s;
  }
  .alpha-collapse.alpha-collapse-fixed.alpha-collapse-left.alpha-collapse-active #alpha-header-cart {
    padding-left: 10px;
    padding-right: 10px;
  }
  .alpha-collapse.alpha-collapse-fixed.alpha-collapse-left.alpha-collapse-active #alpha-header-cart .widget-header .alpha-cart-items {
    display: none;
  }
  .alpha-collapse.alpha-collapse-fixed.alpha-collapse-right {
    left: 459px;
    width: 459px;
    bottom: 0;
    display: block;
    top: 34px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: left ease 0.5s, opacity 0s linear 0.5s;
    transition: left ease 0.5s, opacity 0s linear 0.5s;
  }
  .alpha-collapse.alpha-collapse-fixed.alpha-collapse-right.alpha-collapse-active {
    left: 0;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: left ease 0.5s, opacity 0s linear 0s;
    transition: left ease 0.5s, opacity 0s linear 0s;
  }
  .alpha-collapse.alpha-collapse-fixed.alpha-collapse-top {
    left: 0;
    width: 100%;
    max-height: 350px;
  }
  .alpha-collapse.alpha-collapse-fixed .alpha-collapse-fwr {
    margin: -10px;
    position: relative;
    padding: 10px;
    -webkit-perspective: 5000px;
    -moz-perspective: 5000px;
    perspective: 5000px;
  }
  .alpha-collapse.alpha-collapse-fixed .alpha-collapse-fwr .alpha-header-top-left {
    margin: 0;
    padding: 5px 0;
    background-color: #f0e6d5;
    border-top: 1px solid #d7d7d7;
  }
  .alpha-collapse.alpha-collapse-fixed .alpha-collapse-fwr .alpha-header-top-left .first-link {
    display: none;
  }
  .alpha-collapse.alpha-collapse-fixed .alpha-collapse-fwr .alpha-header-top-left a {
    text-transform: uppercase;
  }
  .alpha-collapse.alpha-collapse-active {
    display: block;
  }
  .alpha-noscroll {
    overflow: hidden;
  }
  /**
    * Header Mobile Version of the Alpha
    * These are the default styles
    */
  #alpha-header-main {
    height: 59px !important;
  }
  #alpha-header-main #alpha-header-main-container {
    z-index: 9000;
    top: 35px;
    left: 0;
    width: 100%;
    height: 59px;
    background-color: #367d3d;
  }
  #alpha-header-main #alpha-header-main-container h2.mobile-logo {
    margin: 0;
    display: table;
    height: 59px;
    font-family: "Open Sans";
  }
  #alpha-header-main #alpha-header-main-container h2.mobile-logo a {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
  }
  #alpha-header-main #alpha-header-main-container h2.mobile-logo a img {
    max-height: 45px;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle {
    position: static;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-cart {
    display: inline-block;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-cart .minicart-price {
    display: none;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-cart .widget-header {
    display: inline-block;
    color: #3f85c7;
    position: relative;
    top: 3px;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-cart .widget-header .image-topcart {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-image: url(/media/wysiwyg/images/shopping_cart.svg);
    background-repeat: no-repeat;
    float: right;
    height: 35px;
    width: 35px;
    top: 0;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-cart .widget-header .image-topcart-red {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-image: url(/media/wysiwyg/images/shopping_cart_red.svg);
    background-repeat: no-repeat;
    float: right;
    height: 35px;
    width: 35px;
    top: 0;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-cart .widget-header .image-topcart-red .minicart-qty {
    color: #000;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-cart .widget-header:hover {
    background: transparent !important;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-cart .widget-header .minicart-qty {
    position: relative;
    left: 0px;
    top: 10px;
    font-size: 16px;
    text-align: center;
    font-family: "Open Sans";
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-cart .widget-header .fa-caret-down {
    font-size: 13px;
    color: #333;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    font-family: "Open Sans";
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-cart .widget-header .fa-shopping-cart {
    font-size: 27px;
    font-family: "Open Sans";
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-cart .widget-content {
    font-size: 12px;
    font-family: "Open Sans";
    display: none;
    position: absolute;
    left: 0;
    margin-top: 3px;
    color: #000000;
    padding: 10px 20px;
    background: #fafafa;
    border-radius: 0px;
    z-index: 1000;
    min-width: 150px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-wishlist {
    display: inline-block;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-wishlist .widget-header {
    position: relative;
    left: 0;
    top: -1px;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-wishlist .widget-header .image-topwishlist {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-image: url('/media/wysiwyg/images/wishlist.svg');
    background-repeat: no-repeat;
    top: 3px;
    padding: 17px;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-wishlist .widget-header .fa-caret-down {
    font-size: 13px;
    font-family: "Open Sans";
    color: #333;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-wishlist .widget-header .fa-bar-chart-o {
    font-size: 17px;
    font-family: "Open Sans";
    vertical-align: middle;
    margin-top: 1px;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-wishlist .widget-header .alpha-wishlist-middle-container {
    display: inline-block;
    vertical-align: middle;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-wishlist .widget-header .alpha-wishlist-middle-container small {
    display: block;
    line-height: 13px;
    font-size: 10px;
    color: #333333;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-wishlist .widget-header .alpha-wishlist-middle-container .alpha-wishlist-items {
    display: block;
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-wishlist .widget-header .alpha-wishlist-items {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    text-transform: uppercase;
    line-height: 16px;
    border-radius: 2px;
    font-size: 10px;
    font-family: "Open Sans";
    font-weight: bold;
    padding: 0 5px;
    background-image: -webkit-linear-gradient(top, #d6d6d6 0%, #f4f4f4 100%);
    background-image: linear-gradient(to bottom, #d6d6d6 0%, #f4f4f4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6d6d6', endColorstr='#fff4f4f4', GradientType=0);
  }
  #alpha-header-main #alpha-header-main-container .alpha-header-mobile-toggle #alpha-header-wishlist .widget-content {
    font-size: 12px;
    font-family: "Open Sans";
    display: none;
    position: absolute;
    left: 0;
    margin-top: 3px;
    color: #000000;
    padding: 10px 20px;
    background: #fafafa;
    border-radius: 0px;
    z-index: 1000;
    min-width: 150px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  #alpha-header-main #alpha-header-main-container .alpha-collapse-toggle {
    color: #333;
    font-size: 21px;
    font-family: "Open Sans";
    line-height: 45px;
    padding: 0 5px 12px;
  }
  #alpha-header-main #alpha-header-main-container #catalogLeftnavContainer {
    display: none;
  }
  /**
    * MegaMenu Mobile Version of the Alpha
    * These are the default styles
    */
  .alpha-megamenu {
    font-size: 15px;
    line-height: 44px;
    margin-top: -10px;
  }
  .alpha-megamenu li {
    clear: both;
  }
  .alpha-megamenu li + li {
    border-top: #eeeeee 1px solid;
  }
  .alpha-megamenu li:hover,
  .alpha-megamenu li:focus {
    background: #f5f5f5;
  }
  .alpha-megamenu li.level0 {
    margin: 0 -10px;
  }
  .alpha-megamenu li .alpha-mobile-opener {
    position: absolute;
    left: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    text-align: right;
    font-size: 18px;
  }
  .alpha-megamenu li .alpha-mobile-opener:focus,
  .alpha-megamenu li .alpha-mobile-opener:active:focus,
  .alpha-megamenu li .alpha-mobile-opener.active:focus {
    outline: none;
  }
  .alpha-megamenu li .alpha-mobile-closer {
    background: #eeeeee;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }
  .alpha-megamenu li .alpha-mobile-closer:before {
    float: left;
    content: "\f053";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-left: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .alpha-megamenu li .alpha-mobile-closer:active {
    background: #ddd;
  }
  .alpha-megamenu li .megamenu-label {
    margin-left: 10px;
    font-weight: normal;
  }
  .alpha-megamenu li a {
    padding: 0 10px 0 20px;
    display: block;
    font-weight: bold;
    color: #000000;
  }
  .alpha-megamenu li a:hover {
    text-decoration: none;
  }
  .alpha-megamenu ul {
    position: absolute;
    z-index: 9005;
    background: #fcfcfc;
    padding: 0;
    top: 0;
    bottom: 0;
    -webkit-perspective: 5000px;
    -moz-perspective: 5000px;
    perspective: 5000px;
    left: 100%;
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.5s ease, left 0s linear 0.5s, width 0s linear 0.5s, opacity 0s linear 0.5s;
    -moz-transition: -moz-transform 0.5s ease, left 0s linear 0.5s, width 0s linear 0.5s, opacity 0s linear 0.5s;
    -o-transition: -o-transform 0.5s ease, left 0s linear 0.5s, width 0s linear 0.5s, opacity 0s linear 0.5s;
    transition: transform 0.5s ease, left 0s linear 0.5s, width 0s linear 0.5s, opacity 0s linear 0.5s;
    -webkit-backface-visibility: hidden;
  }
  .alpha-megamenu ul.mobile-opened {
    left: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, left 0s linear 0s, width 0s linear 0s, opacity 0s linear 0s;
    -moz-transition: -moz-transform 0.5s ease, left 0s linear 0s, width 0s linear 0s, opacity 0s linear 0s;
    -o-transition: -o-transform 0.5s ease, left 0s linear 0s, width 0s linear 0s, opacity 0s linear 0s;
    transition: transform 0.5s ease, left 0s linear 0s, width 0s linear 0s, opacity 0s linear 0s;
  }
  ul#custom-main-menu,
  .alpha-links {
    margin: 0;
    padding: 0 !important;
  }
  ul#custom-main-menu li a.has-children,
  .alpha-links li a.has-children {
    position: relative;
  }
  ul#custom-main-menu li a.has-children + ul,
  .alpha-links li a.has-children + ul {
    display: none;
    border-bottom: 1px solid #c7c7c7;
    padding: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  ul#custom-main-menu li a.has-children + ul.opened,
  .alpha-links li a.has-children + ul.opened {
    display: block;
    background: #e7e7e7;
    width: 100%;
    position: relative;
  }
  ul#custom-main-menu li a.has-children + ul > li:last-child > ul.opened,
  .alpha-links li a.has-children + ul > li:last-child > ul.opened {
    border-bottom: none;
  }
  ul#custom-main-menu li a.has-children + ul > li > a,
  .alpha-links li a.has-children + ul > li > a {
    text-transform: none;
  }
  ul#custom-main-menu li a.has-children:after,
  .alpha-links li a.has-children:after {
    content: "";
  }
  ul#custom-main-menu li a.has-children > a.micon,
  .alpha-links li a.has-children > a.micon {
    display: block;
    position: absolute;
    right: 2px;
    top: 0px;
    padding: 7px 15px 8px;
  }
  ul#custom-main-menu li a.has-children > a.micon.ndash,
  .alpha-links li a.has-children > a.micon.ndash {
    right: 3px;
    top: -2px;
    font-family: "Open Sans";
  }
  ul#custom-main-menu a,
  .alpha-links a {
    text-transform: uppercase;
  }
  ul#custom-main-menu .alpha-links-submenu,
  .alpha-links .alpha-links-submenu {
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    display: block;
  }
  /**
    * Footer Mobile Version of the Alpha
    * These are the default styles
    */
  #alpha-footer .block-subscribe {
    width: 350px;
  }
  #alpha-footer .block-subscribe #newsletterSignUp form {
    padding: 0 0 20px 0;
  }
  #alpha-footer .block-subscribe #newsletterSignUp form .btn {
    padding: 10px 10px;
  }
  #alpha-footer .block-subscribe #newsletterSignUp form .btn .fa {
    line-height: 0;
  }
  #alpha-footer .block-subscribe .subscribe-input {
    padding-right: 1px;
  }
  #alpha-footer .block-subscribe .subscribe-input .form-control {
    height: 40px;
    width: 100%;
  }
  #alpha-footer .alpha-footer-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #alpha-footer .alpha-footer-content .footer-main {
    margin-top: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #alpha-footer .alpha-footer-content .footer-main .footer-menu-wrapper .footer-menu {
    padding-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 24px;
  }
  #alpha-footer .alpha-footer-content .footer-main .footer-menu-wrapper .footer-menu .col-01,
  #alpha-footer .alpha-footer-content .footer-main .footer-menu-wrapper .footer-menu .col-02,
  #alpha-footer .alpha-footer-content .footer-main .footer-menu-wrapper .footer-menu .col-03,
  #alpha-footer .alpha-footer-content .footer-main .footer-menu-wrapper .footer-menu .col-04 {
    margin-left: 20px;
  }
  #alpha-footer .alpha-footer-content .footer-main .footer-menu-wrapper .footer-menu .col-01 .paragraph-02,
  #alpha-footer .alpha-footer-content .footer-main .footer-menu-wrapper .footer-menu .col-02 .paragraph-02,
  #alpha-footer .alpha-footer-content .footer-main .footer-menu-wrapper .footer-menu .col-03 .paragraph-02,
  #alpha-footer .alpha-footer-content .footer-main .footer-menu-wrapper .footer-menu .col-04 .paragraph-02 {
    margin-left: -10px;
  }
  #alpha-footer .footer-links .footer-left-links {
    line-height: 1.2;
    padding-bottom: 20px;
  }
  #alpha-footer li.footer-social-facebook {
    margin-right: 10px;
  }
  /**
    * Home Page Mobile Version of the Alpha
    * These are the default styles
    */
  .cms-index-index .home-block.home-block-subtitle h2 {
    font-size: 26px;
    font-family: "Open Sans";
  }
  .cms-index-index .home-block.home-block-subtitle h2 small {
    font-size: 18px;
  }
  .cms-index-index .home-block.home-block-subtitle #product-carousel-box {
    margin: 0 20px;
  }
  .cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls {
    margin: 0;
  }
  .cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-pagination {
    display: none;
  }
  .cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div {
    color: #006fa4;
    background: transparent;
    font-size: 26px;
    margin: 0;
    padding: 0;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  .cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
    left: -15px;
  }
  .cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next {
    right: -15px;
  }
  .cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons .fa-angle-right:before,
  .cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons .fa-angle-left:before {
    color: inherit;
    font-size: inherit;
  }
  .cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-carousel .owl-item {
    padding: 0 10px;
  }
  .cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-carousel .owl-item .product-image-box .product-name {
    text-align: center;
    margin: 0;
  }
  .cms-index-index .home-block.home-block-subtitle #product-carousel-box .owl-carousel .owl-item .product-image-box .product-name a {
    position: static;
    min-width: inherit;
    min-height: inherit;
    padding: 0;
    font-size: 20px;
    font-family: "Open Sans";
  }
  .cms-index-index #home-header-slider {
    top: 0;
  }
  .cms-index-index #HomeAbout {
    padding: 0 10px !important;
  }
  .cms-index-index #HomeShop2 .nav {
    padding: 0 10px !important;
  }
  .home-block.desktop {
    display: none !important;
  }
  .home-block.mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  /**
    * My Account Mobile Version of the Alpha
    * These are the default styles
    */
  .my-account .title-buttons div {
    display: none;
  }
  .my-account .buttons-set button.submit {
    min-width: inherit;
    padding: 7px 38px 9px 15px;
  }
  .my-account .buttons-set2 {
    text-align: center;
  }
  .my-account .buttons-set2 button.btn-continue,
  .my-account .buttons-set2 button.btn-default {
    width: 90%;
    margin-bottom: 20px;
  }
  .customer-address-index .buttons-set,
  .wishlist-index-index .buttons-set {
    padding: 0 20px;
  }
  .customer-account-login .account-login .content {
    min-height: 150px !important;
  }
  .customer-account-login #breadcrumbs .alpha-breadcrumb {
    padding: 50px 0 15px;
  }
  .customer-account-forgotpassword #breadcrumbs .alpha-breadcrumb {
    padding: 50px 0 15px;
  }
  /**
	* CMS Content styles
	*/
  .cms-kontakti #KontaktiBanner .kontakti-banner-desktop,
  .cms-obshti-uslovia #KontaktiBanner .kontakti-banner-desktop,
  .cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-desktop,
  .cms-politika-biskvitki #KontaktiBanner .kontakti-banner-desktop,
  .cms-za-nas #KontaktiBanner .kontakti-banner-desktop,
  .cms-partnjori #KontaktiBanner .kontakti-banner-desktop,
  .cms-galeria #KontaktiBanner .kontakti-banner-desktop,
  .cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-desktop,
  .cms-reklamacia #KontaktiBanner .kontakti-banner-desktop,
  .cms-produktov-catalog #KontaktiBanner .kontakti-banner-desktop {
    display: none;
  }
  .cms-kontakti #KontaktiBanner .kontakti-banner-mobile,
  .cms-obshti-uslovia #KontaktiBanner .kontakti-banner-mobile,
  .cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-mobile,
  .cms-politika-biskvitki #KontaktiBanner .kontakti-banner-mobile,
  .cms-za-nas #KontaktiBanner .kontakti-banner-mobile,
  .cms-partnjori #KontaktiBanner .kontakti-banner-mobile,
  .cms-galeria #KontaktiBanner .kontakti-banner-mobile,
  .cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-mobile,
  .cms-reklamacia #KontaktiBanner .kontakti-banner-mobile,
  .cms-produktov-catalog #KontaktiBanner .kontakti-banner-mobile {
    position: relative;
    display: block;
  }
  .cms-kontakti #KontaktiBanner .kontakti-banner-mobile .container,
  .cms-obshti-uslovia #KontaktiBanner .kontakti-banner-mobile .container,
  .cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-mobile .container,
  .cms-politika-biskvitki #KontaktiBanner .kontakti-banner-mobile .container,
  .cms-za-nas #KontaktiBanner .kontakti-banner-mobile .container,
  .cms-partnjori #KontaktiBanner .kontakti-banner-mobile .container,
  .cms-galeria #KontaktiBanner .kontakti-banner-mobile .container,
  .cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-mobile .container,
  .cms-reklamacia #KontaktiBanner .kontakti-banner-mobile .container,
  .cms-produktov-catalog #KontaktiBanner .kontakti-banner-mobile .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  .cms-kontakti #KontaktiBanner .kontakti-banner-mobile .container .slide-content,
  .cms-obshti-uslovia #KontaktiBanner .kontakti-banner-mobile .container .slide-content,
  .cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-mobile .container .slide-content,
  .cms-politika-biskvitki #KontaktiBanner .kontakti-banner-mobile .container .slide-content,
  .cms-za-nas #KontaktiBanner .kontakti-banner-mobile .container .slide-content,
  .cms-partnjori #KontaktiBanner .kontakti-banner-mobile .container .slide-content,
  .cms-galeria #KontaktiBanner .kontakti-banner-mobile .container .slide-content,
  .cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-mobile .container .slide-content,
  .cms-reklamacia #KontaktiBanner .kontakti-banner-mobile .container .slide-content,
  .cms-produktov-catalog #KontaktiBanner .kontakti-banner-mobile .container .slide-content {
    text-align: center;
  }
  .cms-kontakti #KontaktiBanner .kontakti-banner-mobile .container .slide-content h1,
  .cms-obshti-uslovia #KontaktiBanner .kontakti-banner-mobile .container .slide-content h1,
  .cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-mobile .container .slide-content h1,
  .cms-politika-biskvitki #KontaktiBanner .kontakti-banner-mobile .container .slide-content h1,
  .cms-za-nas #KontaktiBanner .kontakti-banner-mobile .container .slide-content h1,
  .cms-partnjori #KontaktiBanner .kontakti-banner-mobile .container .slide-content h1,
  .cms-galeria #KontaktiBanner .kontakti-banner-mobile .container .slide-content h1,
  .cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-mobile .container .slide-content h1,
  .cms-reklamacia #KontaktiBanner .kontakti-banner-mobile .container .slide-content h1,
  .cms-produktov-catalog #KontaktiBanner .kontakti-banner-mobile .container .slide-content h1 {
    text-align: center;
    color: #fff;
  }
  .cms-kontakti #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle,
  .cms-obshti-uslovia #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle,
  .cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle,
  .cms-politika-biskvitki #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle,
  .cms-za-nas #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle,
  .cms-partnjori #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle,
  .cms-galeria #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle,
  .cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle,
  .cms-reklamacia #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle,
  .cms-produktov-catalog #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle {
    font-size: 14px;
  }
  .cms-kontakti #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a,
  .cms-obshti-uslovia #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a,
  .cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a,
  .cms-politika-biskvitki #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a,
  .cms-za-nas #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a,
  .cms-partnjori #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a,
  .cms-galeria #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a,
  .cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a,
  .cms-reklamacia #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a,
  .cms-produktov-catalog #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a {
    color: #fff;
    margin-right: 10px;
  }
  .cms-kontakti #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a:hover,
  .cms-obshti-uslovia #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a:hover,
  .cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a:hover,
  .cms-politika-biskvitki #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a:hover,
  .cms-za-nas #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a:hover,
  .cms-partnjori #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a:hover,
  .cms-galeria #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a:hover,
  .cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a:hover,
  .cms-reklamacia #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a:hover,
  .cms-produktov-catalog #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle a:hover {
    color: #cb051c;
  }
  .cms-kontakti #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle .line,
  .cms-obshti-uslovia #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle .line,
  .cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle .line,
  .cms-politika-biskvitki #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle .line,
  .cms-za-nas #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle .line,
  .cms-partnjori #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle .line,
  .cms-galeria #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle .line,
  .cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle .line,
  .cms-reklamacia #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle .line,
  .cms-produktov-catalog #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle .line {
    color: #fff;
    display: inline-block;
  }
  .cms-kontakti #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle span,
  .cms-obshti-uslovia #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle span,
  .cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle span,
  .cms-politika-biskvitki #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle span,
  .cms-za-nas #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle span,
  .cms-partnjori #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle span,
  .cms-galeria #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle span,
  .cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle span,
  .cms-reklamacia #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle span,
  .cms-produktov-catalog #KontaktiBanner .kontakti-banner-mobile .container .slide-content .slide-subtitle span {
    color: #cb051c;
    margin-left: 10px;
  }
  .cms-kontakti #KontaktiBanner .kontakti-banner-mobile img,
  .cms-obshti-uslovia #KontaktiBanner .kontakti-banner-mobile img,
  .cms-deklaracia-poveritelnost #KontaktiBanner .kontakti-banner-mobile img,
  .cms-politika-biskvitki #KontaktiBanner .kontakti-banner-mobile img,
  .cms-za-nas #KontaktiBanner .kontakti-banner-mobile img,
  .cms-partnjori #KontaktiBanner .kontakti-banner-mobile img,
  .cms-galeria #KontaktiBanner .kontakti-banner-mobile img,
  .cms-dostavki-plashtania #KontaktiBanner .kontakti-banner-mobile img,
  .cms-reklamacia #KontaktiBanner .kontakti-banner-mobile img,
  .cms-produktov-catalog #KontaktiBanner .kontakti-banner-mobile img {
    width: 100%;
  }
  /**
    * Static CMS Page Mobile Version of the Alpha
    * These are the default styles
    */
  .threecolumns .alpha-content {
    /**
			* About Us Mobile Version of the Alpha
			* These are the default styles
			*/
    /**
			* CMS Content styles Mobile Version of the Alpha
			* History
			*/
    /* ---------------- */
    /**
			* CMS Content styles
			* Careers
			*/
    /* ---------------- */
    /**
			* CMS Content styles
			* Careers
			*/
    /* ---------------- */
    /**
			* CMS Content styles
			* Contact us
			*/
    /* ---------------- */
  }
  .threecolumns .alpha-content .background-page-title {
    padding-top: 100px;
  }
  .threecolumns .alpha-content .page-title {
    margin-bottom: 0px;
    width: 100%;
  }
  .threecolumns .alpha-content .page-title h1 {
    font-size: 32px;
    font-family: "Open Sans";
    margin-bottom: 24px;
  }
  .threecolumns .alpha-content .container {
    padding: 0 20px;
  }
  .threecolumns .alpha-content .std .title {
    margin-bottom: 25px;
  }
  .threecolumns .alpha-content .std .title h2 {
    font-size: 32px;
    font-family: "Open Sans";
  }
  .threecolumns .alpha-content .blocks-about .block-hold,
  .threecolumns .alpha-content .blocks-b2b .block-hold,
  .threecolumns .alpha-content .blocks-about .image-hold,
  .threecolumns .alpha-content .blocks-b2b .image-hold {
    min-height: inherit;
  }
  .threecolumns .alpha-content .blocks-about .image-hold:after,
  .threecolumns .alpha-content .blocks-b2b .image-hold:after,
  .threecolumns .alpha-content .blocks-about .image-hold:before,
  .threecolumns .alpha-content .blocks-b2b .image-hold:before {
    width: 100%;
    height: 33%;
    bottom: 0;
    top: auto;
  }
  .threecolumns .alpha-content .blocks-about .row:nth-child(odd) .image-hold:before,
  .threecolumns .alpha-content .blocks-b2b .row:nth-child(odd) .image-hold:before {
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  }
  .threecolumns .alpha-content .blocks-about .row:nth-child(odd) .image-hold:after,
  .threecolumns .alpha-content .blocks-b2b .row:nth-child(odd) .image-hold:after {
    background: none;
  }
  .threecolumns .alpha-content .blocks-about .row:nth-child(odd) .block-hold,
  .threecolumns .alpha-content .blocks-b2b .row:nth-child(odd) .block-hold {
    margin: 0 auto;
  }
  .threecolumns .alpha-content .blocks-about .row:nth-child(even) .image-hold:after,
  .threecolumns .alpha-content .blocks-b2b .row:nth-child(even) .image-hold:after {
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  }
  .threecolumns .alpha-content .blocks-about .row:nth-child(even) .image-hold:before,
  .threecolumns .alpha-content .blocks-b2b .row:nth-child(even) .image-hold:before {
    background: none;
  }
  .threecolumns .alpha-content .blocks-about .row:nth-child(even) .block-hold,
  .threecolumns .alpha-content .blocks-b2b .row:nth-child(even) .block-hold {
    margin: 0 auto;
  }
  .threecolumns .alpha-content .blocks-about .title-label {
    font-size: 32px;
  }
  .threecolumns .alpha-content .blocks-about .description {
    font-size: 16px;
  }
  .threecolumns .alpha-content .banner-history .label_skitter .year {
    font-size: 24px;
  }
  .threecolumns .alpha-content .banner-history .label_skitter .history-content {
    display: block;
    margin-left: 0px;
    width: 100%;
  }
  .threecolumns .alpha-content .history {
    line-height: 1.4;
    max-width: 100%;
  }
  .threecolumns .alpha-content .careers-description {
    font-size: 16px;
  }
  .threecolumns .alpha-content .alpha-careers.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .threecolumns .alpha-content .alpha-careers.col-sm-12 .careers-content {
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .threecolumns .alpha-content .careers-form .field.form-group.col-sm-12.mtop-20,
  .threecolumns .alpha-content .contact-form .field.form-group.col-sm-12.mtop-20 {
    margin-top: 0;
  }
  .threecolumns .alpha-content .careers-form button.submit,
  .threecolumns .alpha-content .contact-form button.submit {
    min-width: inherit;
  }
  .threecolumns .alpha-content .banner-video iframe {
    min-height: 300px;
  }
  .threecolumns .alpha-content .google-map iframe {
    height: 300px;
  }
  .threecolumns .alpha-content #contact-info {
    margin: 20px 0;
    padding: 0;
  }
  .threecolumns .alpha-content #contact-info .col-sm-12 {
    margin-bottom: 15px;
  }
  .threecolumns .alpha-content #contact-info > .row > div:first-child {
    border-right: none;
  }
  .threecolumns .alpha-content #contact-info > .row > div:nth-child(2) {
    text-align: left;
  }
  .threecolumns #breadcrumbs {
    display: none;
  }
  .threecolumns #inner-menu {
    display: none;
  }
  .threecolumns.cms-tips-good-sleep .alpha-content .background-page-title {
    padding-top: 30px;
  }
  .threecolumns.cms-tips-good-sleep .alpha-content .page-title {
    margin-bottom: 0px;
    width: 100%;
    padding: 0 20px;
  }
  .threecolumns.cms-tips-good-sleep .alpha-content .page-title h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .threecolumns.cms-tips-good-sleep .alpha-content .container {
    padding: 0;
  }
  .threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .row:nth-child(odd) .block-hold,
  .threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .row:nth-child(even) .block-hold {
    margin: 0 auto;
  }
  .threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .image-hold {
    background-position: center top;
    background-size: 100%;
    padding: 102px 0 35px;
  }
  .threecolumns.cms-tips-good-sleep .alpha-content .blocks-advices .title-label {
    font-size: 24px;
  }
  .threecolumns.cms-materials .alpha-content .background-page-title,
  .threecolumns.cms-technologies .alpha-content .background-page-title {
    padding-top: 30px;
  }
  .threecolumns.cms-materials .alpha-content .page-title,
  .threecolumns.cms-technologies .alpha-content .page-title {
    margin-bottom: 0px;
    width: 100%;
  }
  .threecolumns.cms-materials .alpha-content .page-title h1,
  .threecolumns.cms-technologies .alpha-content .page-title h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .threecolumns.cms-materials .alpha-content .container,
  .threecolumns.cms-technologies .alpha-content .container {
    padding: 0 20px;
  }
  .threecolumns.cms-materials .alpha-content .std,
  .threecolumns.cms-technologies .alpha-content .std {
    padding-top: 0;
  }
  .threecolumns.cms-materials .alpha-content .std .title,
  .threecolumns.cms-technologies .alpha-content .std .title {
    margin-bottom: 0;
  }
  .threecolumns.cms-materials .alpha-content .std .title h2,
  .threecolumns.cms-technologies .alpha-content .std .title h2 {
    font-size: 24px;
    font-family: "Open Sans";
  }
  .threecolumns.cms-materials .alpha-content .blocks-materials .image-hold,
  .threecolumns.cms-technologies .alpha-content .blocks-materials .image-hold,
  .threecolumns.cms-materials .alpha-content .blocks-materials .block-hold,
  .threecolumns.cms-technologies .alpha-content .blocks-materials .block-hold {
    min-height: inherit;
  }
  .threecolumns.cms-materials .alpha-content .blocks-materials .image-hold .vertical-align,
  .threecolumns.cms-technologies .alpha-content .blocks-materials .image-hold .vertical-align,
  .threecolumns.cms-materials .alpha-content .blocks-materials .block-hold .vertical-align,
  .threecolumns.cms-technologies .alpha-content .blocks-materials .block-hold .vertical-align {
    display: block;
    padding-bottom: 15px;
  }
  .threecolumns.cms-curious .alpha-content .background-page-title {
    padding-top: 100px;
  }
  .threecolumns.cms-curious .alpha-content .page-title {
    margin-bottom: 0px;
    width: 100%;
  }
  .threecolumns.cms-curious .alpha-content .page-title h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .threecolumns.cms-curious .alpha-content .container {
    padding: 0 20px;
  }
  .ui-accordion .ui-accordion-content {
    padding: 0em 0.5em 0.5em 1.5em;
  }
  /**
    * Store Locator Mobile Version of the Alpha
    * These are the default styles
    */
  .datta-storelocator-index-index .alpha-content .std #search .input-text {
    width: 85%;
  }
  .datta-storelocator-index-index .alpha-content .std .reset-search a {
    margin: 13px 0 0 0;
  }
  .datta-storelocator-index-index .alpha-content .std .container > .row:last-child > div:first-child {
    padding: 20px !important;
  }
  .datta-storelocator-index-index .alpha-content .std .container > .row:last-child > div:last-child {
    padding: 0 !important;
  }
  .datta-storelocator-index-index .alpha-content #map_canvas {
    height: 80vw;
  }
  /**
    * Blog Mobile Version of the Alpha
    * These are the default styles
    */
  .blogpost #breadcrumbs {
    display: none;
  }
  .blogpost #inner-menu {
    display: none;
  }
  .blogpost .background-page-title {
    padding-top: 30px;
  }
  .blogpost .background-page-title .page-heading-bg {
    top: 35px;
  }
  .blogpost .page-title {
    margin-bottom: 0px;
  }
  .blogpost .page-title h1 {
    font-size: 32px;
  }
  .blogpost .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /**
    * Product List Mobile Version of the Alpha
    * These are the default styles
    */
  .category-products .products-grid {
    padding-top: 60px;
  }
  .category-products .products-grid .item {
    padding: 0 30px 0 40px;
  }
  .category-products .products-grid .item .product-list-grid-box .image-container .product-action {
    display: block;
    top: inherit;
    right: inherit;
    bottom: 25px;
  }
  .category-products .products-grid .item .product-list-grid-box .image-container .product-action a {
    margin-left: 0;
    margin-right: 10px;
  }
  .category-products .toolbar-top {
    display: none;
  }
  .category-products .products-list {
    padding-top: 60px;
  }
  .catalog-category-view .alpha-content {
    padding-top: 15px;
  }
  .catalog-category-view .alpha-content .catalogCategoryProductList {
    padding-left: 15px;
    padding-right: 15px;
  }
  /**
    * Product View Mobile Version of the Alpha
    * These are the default styles
    */
  .catalog-product-view #breadcrumbs {
    display: none;
  }
  .catalog-product-view .alpha-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-name h1 {
    font-size: 24px;
    margin-bottom: 0.1em;
  }
  .product-sku {
    margin-bottom: 20px;
  }
  .product-page .product-media-box {
    margin-bottom: 0px;
    margin-top: 100px;
  }
  .product-page .product-short-info-box .product-shop-container {
    padding-top: 0px;
  }
  .product-page .product-short-info-box .product-shop-container .extra-info .review-addto {
    position: static;
  }
  .product-page .product-short-info-box .product-shop-container .extra-info .review-addto .add-to-links {
    padding: 0;
  }
  .product-page .product-short-info-box .product-shop-container .extra-info .review-addto li {
    width: 25%;
    margin: 0;
    padding: 0;
  }
  .product-page .product-short-info-box .product-shop-container .extra-info .review-addto li a {
    text-align: center;
  }
  .product-page .product-short-info-box .product-shop-container #short-description-box {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .product-page .product-short-info-box .product-shop-container #short-description-box .heading {
    padding: 10px;
    position: relative;
  }
  .product-page .product-short-info-box .product-shop-container #short-description-box .heading.active {
    color: #aa4045;
  }
  .product-page .product-short-info-box .product-shop-container #short-description-box .heading.active + .std,
  .product-page .product-short-info-box .product-shop-container #short-description-box .heading.active + .after-std {
    display: block;
  }
  .product-page .product-short-info-box .product-shop-container #short-description-box .heading.active:after {
    content: url('https://mashini-bg.com/skin/frontend/ibg/default/images/icons/minus-icon.svg');
  }
  .product-page .product-short-info-box .product-shop-container #short-description-box .heading:after {
    content: url('https://mashini-bg.com/skin/frontend/ibg/default/images/icons/plus-icon.svg');
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
    pointer-events: none;
  }
  .product-page .product-short-info-box .product-shop-container #short-description-box .short-description {
    border: 1px solid #d7d7d7;
  }
  .product-page .product-short-info-box .product-shop-container #short-description-box .short-description .std {
    padding: 10px;
    display: none;
  }
  .product-page .product-short-info-box .product-shop-container #short-description-box .attributes-after-short-description {
    border: 1px solid #d7d7d7;
  }
  .product-page .product-short-info-box .product-shop-container #short-description-box .attributes-after-short-description .after-std {
    padding: 10px;
    display: none;
  }
  .product-page .product-short-info-box .product-shop-container .picto {
    padding-bottom: 10px;
    text-align: center;
  }
  .product-page .product-short-info-box .product-shop-container .picto .attribute-image {
    width: auto;
    height: auto;
    margin: 0px 10px 10px 0px;
  }
  .product-page .product-short-info-box .product-shop-container .price-box {
    text-align: center;
    margin-top: 20px;
  }
  .product-page .product-short-info-box .product-shop-container .buying-options {
    margin-bottom: 0px;
  }
  .product-page .product-short-info-box .product-shop-container .buying-actions [class*='pull-right-'] {
    padding-left: 20px;
  }
  .product-page .product-short-info-box .product-shop-container .buying-actions [class*='pull-right-'] + div {
    padding-right: 20px;
  }
  .product-page .product-short-info-box .product-shop-container .product-page-cart-box .btn-add-to-cart {
    width: 100%;
  }
  .product-page .product-details-box {
    margin-top: 0;
  }
  .product-page .product-details-box .tabs-wrapper {
    margin: 0;
  }
  .product-page .product-details-box .tabs-wrapper .tabs-a {
    font-family: "Open Sans";
    font-weight: 400;
  }
  .product-page .product-details-box .tabs-wrapper .tabs-a-accordion {
    padding: 10px;
    margin: 10px 0 0;
    font-size: 14px;
    position: relative;
    background: transparent;
    text-shadow: none;
    box-shadow: none;
    border-color: #d7d7d7;
    font-weight: 600;
    color: #333;
    line-height: 1.42857143;
  }
  .product-page .product-details-box .tabs-wrapper .tabs-a-accordion:first-child {
    margin-top: 0;
  }
  .product-page .product-details-box .tabs-wrapper .tabs-a-accordion.active {
    color: #aa4045;
  }
  .product-page .product-details-box .tabs-wrapper .tabs-a-accordion.active:after {
    content: url('https://mashini-bg.com/skin/frontend/ibg/default/images/icons/minus-icon.svg');
  }
  .product-page .product-details-box .tabs-wrapper .tabs-a-accordion:after {
    content: url('https://mashini-bg.com/skin/frontend/ibg/default/images/icons/plus-icon.svg');
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
    pointer-events: none;
  }
  .product-page .product-details-box .tabs-wrapper .tabs-content-wrapper .tabs-content {
    border: 1px solid #d7d7d7;
    border-top-color: transparent;
    padding: 10px;
  }
  .product-page .product-details-box .tabs-wrapper .tabs-content-wrapper .tabs-content .std,
  .product-page .product-details-box .tabs-wrapper .tabs-content-wrapper .tabs-content .std2 {
    width: 100%;
    float: none;
  }
  .product-page .product-details-box .tabs-wrapper .tabs-content-wrapper .tabs-content *[class*="desc-attr"] {
    width: 50%;
    min-height: 195px;
  }
  .product-review-tabs {
    width: 300px !important;
  }
  .product-review-tabs .review-content {
    width: 200px !important;
  }
  div[id*="popupAttributeContent"] {
    max-width: 80%;
    padding: 15px;
  }
  div[id*="popupAttributeContent"] .attribute-content .attibute-image .attibute-title {
    display: none;
  }
  #popupPeopleContactContent,
  #popupCorporateContactContent,
  .login-form,
  #popupRegisterContent {
    width: 100%;
    padding: 18px 15px 26px;
  }
  #popupPeopleContactContent:before,
  #popupCorporateContactContent:before,
  .login-form:before,
  #popupRegisterContent:before {
    background-image: none;
  }
  #popupPeopleContactContent .b-close,
  #popupCorporateContactContent .b-close,
  .login-form .b-close,
  #popupRegisterContent .b-close {
    right: 20px;
    top: 20px;
  }
  #popupPeopleContactContent .account-login .page-title,
  #popupCorporateContactContent .account-login .page-title,
  .login-form .account-login .page-title,
  #popupRegisterContent .account-login .page-title {
    margin-bottom: 20px;
  }
  #popupPeopleContactContent .account-login .page-title h1,
  #popupCorporateContactContent .account-login .page-title h1,
  .login-form .account-login .page-title h1,
  #popupRegisterContent .account-login .page-title h1 {
    margin-left: 0;
  }
  .buttons-set.col-sm-12 button.login {
    min-width: inherit !important;
    width: 100%;
  }
  .buttons-set.col-sm-12 button.login .button-submit-login {
    left: -35%;
  }
  .buttons-set.col-sm-12 button.submit .button-submit-register {
    left: -70px;
  }
  .buttons-set.col-sm-12 .field {
    padding-left: 0;
    padding-right: 0;
  }
  .people_contact .fields > div.field:first-child,
  .corporate_contact .fields > div.field:first-child,
  .account-create .fields > div.field:first-child,
  .account-edit .fields > div.field:first-child {
    padding-right: 0px;
  }
  .people_contact .fields.invoice .field.col-sm-6,
  .corporate_contact .fields.invoice .field.col-sm-6,
  .account-create .fields.invoice .field.col-sm-6,
  .account-edit .fields.invoice .field.col-sm-6 {
    padding-right: 0;
  }
  .people_contact .fields .field.dob .dob-day,
  .corporate_contact .fields .field.dob .dob-day,
  .account-create .fields .field.dob .dob-day,
  .account-edit .fields .field.dob .dob-day,
  .people_contact .fields .field.dob .dob-month,
  .corporate_contact .fields .field.dob .dob-month,
  .account-create .fields .field.dob .dob-month,
  .account-edit .fields .field.dob .dob-month,
  .people_contact .fields .field.dob .dob-year,
  .corporate_contact .fields .field.dob .dob-year,
  .account-create .fields .field.dob .dob-year,
  .account-edit .fields .field.dob .dob-year {
    padding-left: 20px !important;
    margin-bottom: 11px !important;
  }
  div.error-message {
    position: static;
    width: 100%;
  }
  .opc-wrapper-opc .field.col-sm-6:last-child {
    padding-left: 20px;
  }
  .opc-wrapper-opc .field.col-sm-6:first-child {
    padding-right: 20px;
  }
  /**
    * Checkout Mobile Version of the Alpha
    * These are the default styles
    */
  #checkout-review-table-wrapper {
    max-height: inherit;
    padding-right: 0;
  }
  .opc-wrapper-opc .opc-data-table {
    max-width: inherit;
  }
  .opc-wrapper-opc .discount-form {
    margin-bottom: 30px;
  }
  .opc-wrapper-opc .discount-form:after {
    clear: both;
    display: block;
    content: "";
  }
  .opc-wrapper-opc .discount-form .input-group,
  .opc-wrapper-opc .discount-form .input-group-btn {
    float: left;
  }
  .opc-wrapper-opc .discount-form button.btn {
    font-size: 14px;
    padding: 10px 13px;
  }
  .look-products {
    background: url('/media/revslider/homeslider_mobile_bg/slider1-red-button-phone.png') no-repeat center center;
    display: block;
    width: 300px;
    height: 55px;
    text-align: center;
    padding-top: 17px !important;
  }
  /**
    * Sidebar Mobile Version of the Alpha
    * These are the default styles
    */
  aside.sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
  aside.sidebar .sidebar-inner-wrapper {
    border: 1px solid #d7d7d7;
  }
  aside.sidebar .block {
    margin-bottom: 14px;
  }
  aside.sidebar .block .block-title {
    display: inline-block;
    padding: 12px 8px 0px 10px;
    color: #aa4045;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
  }
  aside.sidebar .collapse-sidebar button {
    background: #ffffff;
    font-size: 0;
    height: 20px;
    margin: 14px 12px 10px;
    padding: 2px;
    width: 20px;
  }
  aside.sidebar .collapse-sidebar button:after {
    float: none;
    clear: both;
    display: block;
    content: "";
  }
  aside.sidebar .collapse-sidebar button .svg.minus {
    display: block;
  }
  aside.sidebar .collapse-sidebar button .svg.plus {
    display: none;
  }
  aside.sidebar .collapse-sidebar button.active {
    box-shadow: none;
  }
  aside.sidebar .collapse-sidebar button.active .svg.minus {
    display: none;
  }
  aside.sidebar .collapse-sidebar button.active .svg.plus {
    display: block;
  }
  .sidebar {
    display: none;
  }
  /**
    * Sidebar Mobile Version of the Alpha
    * These are the default styles
    */
  .faq-index-index .alpha-content .container {
    padding: 40px 10px 0 10px;
  }
  /**
    * Cart Mobile Version of the Alpha
    * These are the default styles
    */
  .cart table.data-table tbody tr td .price {
    font-size: 10px !important;
  }
  .cart table.data-table tbody tr td h5,
  .cart table.data-table tbody tr td h5 > a {
    font-size: 9px !important;
    line-height: 1.2;
  }
  .cart table.data-table tr th {
    padding: 8px 0px;
    font-size: 10px !important;
  }
  .cart table.data-table tr td {
    padding: 2px !important;
  }
  .cart table.data-table tr td.edit-product {
    padding: 0 !important;
  }
  .cart table.data-table .item-actions-edit-delete .item-edit {
    top: 40px;
  }
  .cart table.data-table .item-actions-edit-delete .item-delete {
    top: 40px;
  }
}
@media (max-width: 991px) and (max-width: 479px) {
  .alpha-collapse.alpha-collapse-fixed.alpha-collapse-right {
    left: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  a.micon {
    display: none;
  }
  .checkout-types .credit-button {
    width: 48%;
  }
}
/**
* Features Mobile Version of the Alpha
* These are the default styles
*/
@media (min-width: 992px) {
  .alpha-collapse-visible {
    display: none;
  }
}
/**
	* Toggle Mobile Version of the Alpha
	* These are the default styles
	*/
.alpha-collapse-toggle.active i.fa:before {
  content: "\f00d";
}
/**
    * Toggle Mobile Version of the Alpha
    * These are the default styles
    */
.alpha-mobile-static {
  display: none;
  margin: 0 -10px;
  padding: 10px;
  background: #ededec;
}
.alpha-mobile-static .block-subscribe {
  max-width: 340px;
  margin-left: 10px;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.home-block.desktop {
  display: block;
}
.home-block.mobile {
  display: none;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
#alpha-footer {
  color: white;
  background: #007300;
  padding-top: 5px;
  font-family: ;
  font-weight: ;
  font-size: ;
  font-style: ;
  text-transform: ;
  letter-spacing: ;
  color: ;
}
@media (min-width: 992px) {
  #alpha-footer .collapse-button {
    display: none;
  }
}
#alpha-footer h5 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
#alpha-footer ul,
#alpha-footer ol {
  list-style: none;
}
#alpha-footer a:hover {
  background: transparent;
  text-decoration: none;
}
#alpha-footer .alpha-footer-content {
  padding-top: 15px;
  background-color: #2d3c4b;
  padding-bottom: 20px;
}
#alpha-footer .alpha-footer-content .footer-callout {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
#alpha-footer .alpha-footer-content .footer-callout a.callout-block {
  display: block;
}
#alpha-footer .alpha-footer-content .footer-callout a.callout-block:hover {
  text-decoration: none;
}
#alpha-footer .alpha-footer-content .footer-callout a.callout-block i {
  font-size: 18px;
  color: #ffffff;
  float: left;
  padding: 3px 10px 5px 0;
}
#alpha-footer .alpha-footer-content .footer-callout a.callout-block .title-link {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
}
#alpha-footer .alpha-footer-content .footer-callout a.callout-block .subtitle-link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  line-height: 11px;
}
#alpha-footer .alpha-footer-content .footer-callout a.callout-block.last {
  border: 0;
}
#alpha-footer .alpha-footer-content .footer-callout a.callout-block:hover {
  text-decoration: none;
}
#alpha-footer .alpha-footer-content .footer-callout a.callout-block:hover .title-link {
  color: rgba(255, 255, 255, 0.8);
}
#alpha-footer .alpha-footer-content .footer-callout a.callout-block:hover i {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  #alpha-footer .alpha-footer-content .footer-callout a.callout-block {
    border-right: 1px solid #999999;
  }
}
@media (max-width: 991px) {
  #alpha-footer .alpha-footer-content .footer-callout a.callout-block {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
  }
}
#alpha-footer .alpha-footer-content .footer-menu {
  padding-top: 9px;
  padding-bottom: 10px;
  border-top: 1px solid #000000;
}
#alpha-footer .alpha-footer-content .nav li {
  margin: 0;
}
#alpha-footer .alpha-footer-content .nav li h5 {
  padding-bottom: 10px;
  border: 0;
}
#alpha-footer .alpha-footer-content .nav li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #ffffff;
}
#alpha-footer .alpha-footer-content .nav li a:hover {
  background: transparent;
  color: #f0f0f0;
}
#alpha-footer .alpha-footer-content .nav li a:before {
  font-family: FontAwesome;
  content: '\f105';
  padding-right: 10px;
}
#alpha-footer .alpha-footer-content .nav li .info {
  font-size: 11px;
  display: block;
  padding-bottom: 5px;
}
#alpha-footer .alpha-footer-content .nav li .info strong {
  color: #ffffff;
  font-weight: bold;
}
#alpha-footer .alpha-footer-footnotes {
  background-color: #111111;
  color: #ffffff;
  font-size: 11px;
  line-height: 40px;
}
#alpha-footer .alpha-footer-footnotes .alpha-footer-social li {
  display: inline-block;
}
#alpha-footer .alpha-footer-footnotes .alpha-footer-social li a {
  font-size: 1.8em;
  color: #ffffff;
  padding: 0 5px;
}
#alpha-footer .alpha-footer-footnotes .alpha-footer-social li a:hover {
  color: #e6e6e6;
}
#alpha-footer .alpha-footer-footnotes a.footer-logo img {
  vertical-align: middle;
  width: 85px;
}
#alpha-footer .ribbon {
  background: #428bca;
  height: 20px;
  width: 30px;
  position: absolute;
  text-align: center;
  font: 600 11px sans-serif;
  color: #ffffff;
  line-height: 27px;
  border: 0;
  z-index: 5;
  top: -6px;
  right: 10px;
}
#alpha-footer .ribbon:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  height: 0;
  width: 0;
  border: 15px solid #428bca;
  border-bottom-color: transparent;
  z-index: -1;
}
#alpha-footer .ribbon:after {
  border-right: 5px solid #245682;
  border-top: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -5px;
  position: absolute;
  top: 0;
  width: 5px;
}
#alpha-footer .footer-links {
  margin-left: -40px;
  margin-top: -9px;
}
#alpha-footer .footer-links ul li {
  float: left;
  padding: 0 15px 0 0;
}
#alpha-footer .footer-links ul a {
  color: #fff;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.sidebar {
  margin-bottom: -20px;
}
.sidebar .block {
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar .block ol,
.sidebar .block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .block ol li,
.sidebar .block ul li {
  margin-bottom: 4px;
}
.sidebar .block ol li + li,
.sidebar .block ul li + li {
  padding-top: 4px;
}
.sidebar .block dl {
  margin: 0;
}
.sidebar .block .block-title {
  padding: 8px;
  border-top: none;
  background: #f3f3f4;
  text-transform: uppercase;
  font-weight: bold;
  font-family: ;
  font-weight: ;
  font-size: ;
  font-style: ;
  text-transform: ;
  letter-spacing: ;
  color: ;
}
.sidebar .block .block-title .collapse-button {
  margin-top: -1px;
  font-size: 11px;
  border: 1px white solid;
}
.sidebar .block .block-subtitle {
  text-transform: uppercase;
  border-bottom: 1px #ffffff solid;
  margin-bottom: 8px;
}
.sidebar .block .block-content {
  padding: 8px;
  font-size: 14px;
}
.sidebar .block .actions {
  border-top: 1px solid #ffffff;
  padding: 8px 0 0;
}
.sidebar .block .actions:before,
.sidebar .block .actions:after {
  content: " ";
  display: table;
}
.sidebar .block .actions:after {
  clear: both;
}
.sidebar .block .actions:before,
.sidebar .block .actions:after {
  content: " ";
  display: table;
}
.sidebar .block .actions:after {
  clear: both;
}
.sidebar .block .actions .primary-action {
  float: right;
}
.sidebar .block .actions .secondary-action {
  float: left;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.sidebar .block .actions + .block-subtitle {
  margin-top: 8px;
}
.sidebar .block .btn-remove {
  float: right;
  margin: 0 0 5px 5px;
}
.sidebar .block .btn-remove i {
  color: #0291d6;
  font-size: 18px;
}
.sidebar .block .btn-remove i:hover,
.sidebar .block .btn-remove i:focus {
  color: #026fa3;
}
.sidebar .block .mini-products-list .item:before,
.sidebar .block .mini-products-list .item:after {
  content: " ";
  display: table;
}
.sidebar .block .mini-products-list .item:after {
  clear: both;
}
.sidebar .block .mini-products-list .item:before,
.sidebar .block .mini-products-list .item:after {
  content: " ";
  display: table;
}
.sidebar .block .mini-products-list .item:after {
  clear: both;
}
.sidebar .block .mini-products-list .item .product-image {
  float: left;
  margin: 0 8px 8px 0;
}
.sidebar .block .mini-products-list .item .product-details {
  overflow: hidden;
}
.sidebar .block .mini-products-list .item .product-details .product-name {
  margin-bottom: 8px;
}
.sidebar .block .mini-products-list .item .product-details .item-action {
  clear: left;
  float: right;
}
.sidebar .block .mini-products-list .item + .item {
  border-top: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .sidebar .alpha-collapse-fixed .block {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sidebar .alpha-collapse-fixed .block .block-title {
    padding: 0;
    border-top: none;
    background: none;
  }
  .sidebar .alpha-collapse-fixed .block .block-subtitle {
    text-transform: uppercase;
    border-bottom: none;
  }
  .sidebar .alpha-collapse-fixed .block .block-content {
    padding: 8px;
  }
}
/**
 * Design Studio8
 *
 * @category    design
 * @package     dse_default
 * @copyright   Copyright (c) 2016 Design Studio8 (http://www.designstudioeight.com)
 */
@media (min-width: 992px) {
  .block-layered-nav .block-content dt {
    border-bottom: 1px #ffffff solid;
    padding-bottom: 3px;
  }
  .block-layered-nav .block-content dd {
    padding-left: 8px;
    /*Filter Price*/
    /*End Filter Price*/
  }
  .block-layered-nav .block-content dd ol {
    margin: 6.4px 0 12px;
  }
  .block-layered-nav .block-content dd ol li a {
    color: #000;
  }
  .block-layered-nav .block-content dd ol li .get-count {
    font-weight: bold;
    color: #bbb;
  }
  .block-layered-nav .block-content dd ol.swatches li {
    display: inline-block;
    padding: 5px;
  }
  .block-layered-nav .block-content dd ol.swatches li .get-count {
    display: none;
  }
  .block-layered-nav .block-content dd .actions {
    padding: 0 10px 10px 10px;
    text-align: right;
  }
  .block-layered-nav .block-content dd .price-filter-slider {
    padding: 20px;
  }
  .block-layered-nav .block-content dd .price-filter-slider .labels-box {
    padding: 5px 0 10px 0;
  }
  .block-layered-nav .block-content dd .price-filter-slider .labels-box span {
    color: #666;
  }
  .block-layered-nav .block-content dd .price-filter-slider .text-box {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
    text-align: center;
  }
  .block-layered-nav .block-content dd .price-filter-slider .text-box .range-input-box {
    border: solid 1px #eee;
    color: #a3a2a2;
    text-align: center;
    font-size: 14px;
    margin: 0 5px;
    width: 70px;
    border-radius: 3px;
  }
  .block-layered-nav .block-content dd .price-filter-slider .button-box {
    text-align: right;
    padding-top: 10px;
  }
  .block-layered-nav .block-content dd .price-filter-slider .button-box .go {
    background: #009ad7;
    padding: 5px 20px;
    border-radius: 2px;
    border: 0;
    outline: none;
  }
  .block-layered-nav .block-content dd .price-filter-slider .ui-slider {
    background: #eeeeee;
    width: px;
    height: 7px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    cursor: pointer;
    margin: 5px;
  }
  .block-layered-nav .block-content dd .price-filter-slider .ui-slider .ui-slider-handle {
    background: #000;
    width: 5px;
    height: 16px;
    border: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
  }
  .block-layered-nav .block-content dd .price-filter-slider .ui-slider .ui-state-focus {
    outline-width: 0;
  }
  .block-layered-nav .block-content dd .price-filter-slider .ui-slider .ui-slider-range {
    border-radius: 0;
    background: #bbb;
    border: none;
    cursor: pointer;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.38);
  }
}
@media (max-width: 991px) {
  .block-layered-nav .collapse-button {
    display: none;
  }
  .block-layered-nav .filter-item {
    margin: 0 -10px;
    padding: 10px;
    border-bottom: #eee 1px solid;
  }
  .block-layered-nav .filter-item dt {
    display: block;
    margin-bottom: 15px;
  }
  .block-layered-nav .filter-item dd ol {
    list-style: none;
    padding: 0;
  }
  .block-layered-nav .filter-item dd ol:before,
  .block-layered-nav .filter-item dd ol:after {
    content: " ";
    display: table;
  }
  .block-layered-nav .filter-item dd ol:after {
    clear: both;
  }
  .block-layered-nav .filter-item dd ol:before,
  .block-layered-nav .filter-item dd ol:after {
    content: " ";
    display: table;
  }
  .block-layered-nav .filter-item dd ol:after {
    clear: both;
  }
  .block-layered-nav .filter-item dd li {
    border-radius: 4px;
    background: #eee;
    float: left;
    margin: 0 3% 10px 0;
    width: 30%;
    text-align: center;
    background: #5f8df6;
  }
  .block-layered-nav .filter-item dd li a {
    color: white;
    line-height: 32px;
    font-weight: bold;
  }
  .block-layered-nav .filter-item dd li .get-count {
    color: #f3f3f4;
  }
}
/**
 * Design Studio8
 *
 * @category    design
 * @package     dse_default
 * @copyright   Copyright (c) 2016 Design Studio8 (http://www.designstudioeight.com)
 */
.block-compare .item:before,
.block-compare .item:after {
  content: " ";
  display: table;
}
.block-compare .item:after {
  clear: both;
}
.block-compare .item:before,
.block-compare .item:after {
  content: " ";
  display: table;
}
.block-compare .item:after {
  clear: both;
}
/**
 * Design Studio8
 *
 * @category    design
 * @package     dse_default
 * @copyright   Copyright (c) 2016 Design Studio8 (http://www.designstudioeight.com)
 */
.block-tags ul.tags-list {
  margin-bottom: 8px;
}
.block-tags ul.tags-list li {
  display: inline;
}
/**
 * Design Studio8
 *
 * @category    design
 * @package     dse_default
 * @copyright   Copyright (c) 2016 Design Studio8 (http://www.designstudioeight.com)
 */
.block-subscribe .form-subscribe-privacy {
  margin: 10px 0;
}
.block-subscribe .form-control {
  border-radius: 2px;
}
.block-subscribe .btn {
  margin-top: 0;
  padding: 12px 10px;
}
/**
 * Design Studio8
 *
 * @category    design
 * @package     dse_default
 * @copyright   Copyright (c) 2016 Design Studio8 (http://www.designstudioeight.com)
 */
.block-poll #poll-answers li {
  margin: 0;
  padding: 0;
}
.block-poll #poll-answers li:before,
.block-poll #poll-answers li:after {
  content: " ";
  display: table;
}
.block-poll #poll-answers li:after {
  clear: both;
}
.block-poll #poll-answers li:before,
.block-poll #poll-answers li:after {
  content: " ";
  display: table;
}
.block-poll #poll-answers li:after {
  clear: both;
}
.block-poll #poll-answers input {
  float: left;
  margin-right: 5px;
}
.block-poll #poll-answers .label,
.block-poll #poll-answers label {
  color: black;
  line-height: 25px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
/**
 * Design Studio8
 *
 * @category    design
 * @package     dse_default
 * @copyright   Copyright (c) 2016 Design Studio8 (http://www.designstudioeight.com)
 */
.block-menu {
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 3px solid #27592c;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
#product-carousel-box {
  margin: 0 20px;
  /* Tooltips */
  /* End Tooltips */
}
#product-carousel-box .owl-item {
  background: #ffffff;
  transition: background 0.15s linear;
}
#product-carousel-box .owl-item img.lazyOwl {
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
#product-carousel-box .owl-item:hover img.lazyOwl {
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform: scale(1.05);
}
#product-carousel-box .product-box {
  text-align: left;
}
#product-carousel-box .product-box .product-image-box {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 12px;
}
#product-carousel-box .product-box .product-image-box .actions a {
  color: #fff;
}
#product-carousel-box .product-box .product-image-box .actions a:hover {
  background: #006fa4;
  color: #fff;
}
#product-carousel-box .product-box .product-image-box a {
  color: #414042;
}
#product-carousel-box .product-box .product-image-box a:hover {
  color: #006fa4;
}
#product-carousel-box .product-box .product-image-box img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
#product-carousel-box .product-box .product-image-box .product-details {
  border-top: 1px solid #cecece;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
}
#product-carousel-box .product-box .product-image-box .product-details .attr-color {
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  margin: 5px 0;
}
#product-carousel-box .product-box .product-image-box .product-action {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
#product-carousel-box .product-box .product-image-box .product-action a {
  float: right;
  clear: right;
  min-width: 25px;
}
#product-carousel-box .product-box .product-image-box .product-action a + a {
  margin-top: 2px;
}
#product-carousel-box .product-box .product-image-box .product-labels {
  position: absolute;
  top: 0;
  left: 0;
}
#product-carousel-box .product-box .product-image-box .product-labels .product_label {
  float: left;
  clear: left;
  line-height: 16px;
  margin: 0 0 2px;
  padding: 0 3px;
  font-family: Arial;
  letter-spacing: 1px;
  font-size: 9px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
}
#product-carousel-box .product-box .product-image-box .product-arrow {
  display: none;
  position: relative;
}
#product-carousel-box .product-box .product-image-box .product-arrow .fa-angle-right {
  position: absolute;
  top: -46px;
  left: 327px;
  color: #fff;
  font-size: 28px;
  z-index: 3;
}
#product-carousel-box .product-box .product-image-box .product-arrow a {
  color: #414042;
}
#product-carousel-box .product-box .product-image-box .product-arrow a:hover {
  color: #006fa4;
}
#product-carousel-box .product-box .product-image-box .product-name {
  padding: 5px 15px 0 15px;
}
#product-carousel-box .product-box .product-image-box .product-name a {
  font-family: "OpenSans Regular";
  font-size: 16px;
  color: #414042;
}
#product-carousel-box .product-box .product-image-box .product-name a:hover {
  color: #006fa4;
  text-decoration: none;
}
#product-carousel-box .product-box .product-image-box .product-name a:active {
  color: #006fa4;
  text-decoration: none;
}
#product-carousel-box .product-box .product-image-box .product-name .product_label {
  float: left;
  clear: left;
  line-height: 16px;
  margin: 0 0 2px;
  padding: 0 3px;
  font-family: Arial;
  letter-spacing: 1px;
  font-size: 9px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
}
#product-carousel-box .product-box .product-image-box .no-rating {
  padding: 0 15px 0 15px;
}
#product-carousel-box .product-box .product-image-box .ratings {
  padding: 5px 15px 0 15px;
}
#product-carousel-box .product-box .product-name {
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
}
#product-carousel-box .product-box .product-name a {
  color: #464648;
  font-size: 17px;
  font-weight: 600;
  display: block;
  text-transform: none;
}
#product-carousel-box .product-box .product-name a:hover {
  color: #367d3d;
}
#product-carousel-box .product-box .ratings {
  margin-left: 20px;
  margin-right: 20px;
}
#product-carousel-box .product-box .price-box {
  margin-left: 10px;
}
#product-carousel-box .product-box .no-vat {
  font-size: 13px;
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
#product-carousel-box .product-box .actions {
  margin-right: 20px;
  float: right;
}
#product-carousel-box .product-box .actions .btn {
  margin-top: 0;
}
#product-carousel-box .product-box-cat h4 {
  margin-left: 20px;
  margin-right: 20px;
}
#product-carousel-box .cat-raitings {
  margin-left: 20px;
}
#product-carousel-box .cat-price {
  margin-left: 20px;
}
#product-carousel-box .actions-cat {
  float: right;
  margin-right: 20px;
}
#product-carousel-box .owl-carousel.owl-theme .price-box {
  margin-top: 5px;
  text-align: left;
  display: inline-block;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .price {
  font-family: "Open Sans";
  font-size: 18px;
  color: #333;
}
#product-carousel-box .owl-carousel.owl-theme .price-box.map-info a {
  display: block;
  margin: 10px 0;
}
#product-carousel-box .owl-carousel.owl-theme .price-box a.minimal-price-link {
  display: none;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .regular-price {
  padding: 5px;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .old-price {
  font-size: 11px;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .old-price .price-label {
  display: none;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .old-price .price {
  font-size: 11px;
  text-decoration: line-through;
  color: #c4c2c2;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .old-price .discount {
  padding-left: 3px;
  color: #c4c2c2;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .special-price {
  padding: 3px 0;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .special-price .price-label {
  display: none;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .special-price .price {
  color: #cc0000;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .price-excluding-tax,
#product-carousel-box .owl-carousel.owl-theme .price-box .price-including-tax {
  display: block;
  line-height: 17px;
}
#product-carousel-box .owl-carousel.owl-theme .product-add-to-compare-box {
  padding: 5px;
}
#product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls {
  margin: 30px 0 0 0;
  display: block !important;
}
#product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div {
  position: absolute;
  color: #367d3d;
  background: transparent;
  font-size: 26px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
  top: 30%;
}
#product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  left: -15px;
}
#product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: -15px;
}
#product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons .fa-angle-right:before {
  content: "\f105";
  position: relative;
  color: #8c8a8b;
  font-size: 46px;
}
#product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons .fa-angle-left:before {
  content: "\f104";
  position: relative;
  color: #8c8a8b;
  font-size: 46px;
}
#product-carousel-box .tooltips-right a {
  position: relative;
  display: inline;
}
#product-carousel-box .tooltips-right a span {
  position: absolute;
  width: 100px;
  color: #666666;
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 9px;
}
#product-carousel-box .tooltips-right a span:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-right: 12px solid #F0F0F0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
#product-carousel-box .tooltips-right a span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
#product-carousel-box .tooltips-right a:hover span {
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}
#product-carousel-box .tooltips-left a {
  position: relative;
  display: inline;
}
#product-carousel-box .tooltips-left a span {
  position: absolute;
  width: 100px;
  color: #666666;
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 9px;
}
#product-carousel-box .tooltips-left a span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid #F0F0F0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
#product-carousel-box .tooltips-left a span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
#product-carousel-box .tooltips-left a:hover span {
  visibility: visible;
  opacity: 1;
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
  z-index: 999;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
#grouped-products {
  /* Product Ratings */
}
#grouped-products .thumbnail-box {
  width: 90%;
  overflow: hidden;
  padding-bottom: 10px;
}
#grouped-products .thumbnail-box .owl-wrapper-outer {
  overflow: visible;
}
#grouped-products .thumbnail-box .owl-item {
  width: 95px !important;
}
#grouped-products .thumbnail-box .owl-item .item-thumbnails {
  cursor: pointer;
  padding: 5px;
  background: #ffffff;
  border: 2px solid #c8c8c8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  margin-left: 15px;
  overflow: hidden;
  position: relative;
}
#grouped-products .associated-products-carousel {
  border-top: 2px solid #000;
}
#grouped-products .item-products .product-short-description {
  margin: 10px 0;
}
#grouped-products .item-products .associated-products {
  margin-top: 30px;
}
#grouped-products .item-products .associated-products .box .image {
  border: 1px solid #e7e7e7;
  border-radius: 2px;
}
#grouped-products .item-products .associated-products .box .name {
  font-size: 12px;
  visibility: hidden;
  padding: 5px 0;
}
#grouped-products .item-products .associated-products .box:hover .name {
  visibility: visible;
}
#grouped-products h2 {
  margin-bottom: 25px;
}
#grouped-products h4 {
  font-size: 20px;
}
#grouped-products h4 a {
  text-decoration: none;
  color: #000000;
}
#grouped-products h4 a:hover {
  color: #333333;
}
#grouped-products .synced {
  position: relative;
}
#grouped-products .synced .item-thumbnails {
  border-color: #000000 !important;
}
#grouped-products .synced:after {
  font-family: FontAwesome;
  content: '\f0de';
  font-size: 16px;
  position: absolute;
  bottom: -23px;
  left: 53%;
}
#grouped-products .owl-navigation-top-right-angle-middle .owl-controls {
  margin: 0;
}
#grouped-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div {
  position: absolute;
  color: #367d3d;
  background: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
#grouped-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  right: 20px;
  top: -50px;
}
#grouped-products .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: 5px;
  top: -50px;
}
#grouped-products .ratings .rating-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
}
#grouped-products .ratings .rating-box:before {
  font-family: "FontAwesome";
  content: "\f005\f005\f005\f005\f005";
  color: #dadcdf;
  display: inline;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
}
#grouped-products .ratings .rating-box .rating {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#grouped-products .ratings .rating-box .rating:before {
  font-family: "FontAwesome";
  content: "\f005\f005\f005\f005\f005";
  color: #367d3d;
  display: inline;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
}
#grouped-products .ratings .rating-score {
  display: inline;
  overflow: hidden;
  color: #dadcdf;
  padding-left: 5px;
}
#grouped-products .ratings .rating-score span {
  color: #367d3d;
}
#grouped-products .ratings .amount {
  font-size: 11px;
  font-weight: 600;
  color: #999;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.widget-blog-carousel {
  margin: 0 -20px 0 -20px;
}
.widget-blog-carousel .container {
  padding-left: 0;
  padding-right: 0;
}
.widget-blog-carousel .container .owl-controls {
  display: none;
}
.widget-blog-carousel .home-blog h2 {
  font-family: "Open Sans", Arail, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #464648;
  margin-top: 15px;
  margin-bottom: 17px;
  padding-left: 145px;
}
.widget-blog-carousel .home-blog h2 small {
  margin-top: 15px;
  font-family: "Open Sans", Arail, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #5f5f64;
}
.widget-blog-carousel .home-blog h2 a {
  float: right;
  padding-right: 40px;
  font-size: 14px;
  padding-top: 12px;
}
.widget-blog-carousel .owl-carousel {
  margin: 0;
}
.widget-blog-carousel .owl-carousel .blogitem {
  position: relative;
  border: 1px #e1e1e1 solid;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.2);
  -moz-box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.2);
  max-width: 460px;
  margin: 0;
  background: #ffffff;
  transition: background 0.15s linear;
}
.widget-blog-carousel .owl-carousel .blogitem:hover {
  -webkit-box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.7);
  -moz-box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.7);
  box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.7);
  background: #f6f6f6;
}
.widget-blog-carousel .owl-carousel .blogitem:hover .postImage img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform: scale(1.1);
  width: 460px;
}
.widget-blog-carousel .owl-carousel .blogitem .postBox {
  overflow: hidden;
}
.widget-blog-carousel .owl-carousel .blogitem .postBox .postImage img {
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.widget-blog-carousel .owl-carousel .blogitem .postBox .postImage img:hover {
  opacity: 1;
}
.widget-blog-carousel .owl-carousel .blogitem .postBox .postImage .postTitle {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 10px;
}
.widget-blog-carousel .owl-carousel .blogitem .postBox .postImage .postTitle a {
  color: #343434;
  font-size: 20px;
  line-height: 34px;
  padding: 0 15px;
}
.widget-blog-carousel .owl-carousel .blogitem .postInfo .postTitle {
  position: relative;
  height: 50px;
}
.widget-blog-carousel .owl-carousel .blogitem .postInfo .postTitle a {
  padding: 15px 35px 10px 20px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #464648;
  text-transform: none;
  display: block;
}
.widget-blog-carousel .owl-carousel .blogitem .postInfo .postTitle a:hover {
  color: #006fa4;
}
.widget-blog-carousel .owl-carousel .blogitem .postInfo .postTitle a:after {
  content: "\f105";
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
  color: #7e7d7d;
}
.widget-blog-carousel .owl-carousel .blogitem .postInfo .postCatTitle {
  height: 33px;
}
.widget-blog-carousel .owl-carousel .blogitem .postInfo .postCatTitle a {
  padding: 5px 20px 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #808285;
  text-transform: none;
  display: block;
}
.widget-blog-carousel .owl-carousel .blogitem .postInfo .postCatTitle:before {
  content: "";
  display: block;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px #d6d4d4 solid;
}
.widget-blog-carousel .owl-navigation-left-right-angle-middle .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.widget-blog-carousel .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div {
  display: none;
  position: absolute;
  color: #1a1517;
  background: transparent;
  font-size: 36px;
  margin: 0;
  padding: 0;
  opacity: 1;
  top: -35px;
}
.widget-blog-carousel .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
}
.widget-blog-carousel .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}
.widget-blog-carousel .postAll {
  text-align: center;
}
.widget-blog-carousel .postAll .postReadmoreAll {
  margin-bottom: 48px;
  padding: 18px 0 0 0;
  margin-top: 1px;
}
.widget-blog-carousel .postAll .postReadmoreAll > a {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #1a1517;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .widget-blog-carousel .home-blog h2 {
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .widget-blog-carousel .home-blog h2 small {
    margin-top: 10px;
    font-size: 18px;
  }
  .widget-blog-carousel .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .widget-blog-carousel .container > div {
    padding: 0 30px;
  }
  .widget-blog-carousel .container .owl-controls {
    display: block;
  }
  .widget-blog-carousel .owl-carousel .blogitem .postInfo .postTitle a {
    font-size: 16px;
    padding: 20px 25px 0px 12px;
    line-height: 1.2;
  }
  .widget-blog-carousel .owl-carousel .blogitem .postInfo .postCatTitle a {
    padding: 5px 12px 0;
  }
  .widget-blog-carousel .postAll .postReadmoreAll {
    margin-bottom: 20px;
  }
}
.blocks-blog .blog-sort {
  font-size: 12px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  color: #464648;
}
.blocks-blog .blog-sort .sort-action span {
  margin-right: 6px;
}
.blocks-blog .blog-sort .sort-action a {
  color: #464648;
  font-weight: 600;
}
.blocks-blog .blog-sort .sort-action a:after {
  content: "\00a0\00a0\f105";
  font-size: 12px;
  font-family: FontAwesome;
}
.blocks-blog .blog-items .blogitem {
  position: relative;
  border: 1px #e1e1e1 solid;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.2);
  -moz-box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.2);
  width: 100%;
  margin-bottom: 40px;
  background: #ffffff;
  transition: background 0.15s linear;
}
.blocks-blog .blog-items .blogitem:hover {
  -webkit-box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.7);
  -moz-box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.7);
  box-shadow: 0px 0px 3px 2px rgba(218, 218, 218, 0.7);
  background: #f6f6f6;
}
.blocks-blog .blog-items .blogitem:hover .postImage img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform: scale(1.05);
}
.blocks-blog .blog-items .blogitem .postBox {
  overflow: hidden;
}
.blocks-blog .blog-items .blogitem .postBox .postImage img {
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.blocks-blog .blog-items .blogitem .postBox .postImage img:hover {
  opacity: 1;
}
.blocks-blog .blog-items .blogitem .postInfo .postTitle {
  position: relative;
  height: 50px;
}
.blocks-blog .blog-items .blogitem .postInfo .postTitle a {
  padding: 10px 35px 0px 20px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #428bca;
  text-transform: none;
  display: block;
  line-height: 1.2;
}
.blocks-blog .blog-items .blogitem .postInfo .postTitle a:hover {
  color: #428bca;
}
.blocks-blog .blog-items .blogitem .postInfo .postTitle a:after {
  content: "\f105";
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
  color: #7e7d7d;
}
.blocks-blog .blog-items .blogitem .postInfo .postCatTitle {
  height: 29px;
}
.blocks-blog .blog-items .blogitem .postInfo .postCatTitle a {
  padding: 3px 20px 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #808285;
  text-transform: none;
  display: block;
}
.blocks-blog .blog-items .blogitem .postInfo .postCatTitle:before {
  content: "";
  display: block;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px #d6d4d4 solid;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
/*Brands carousel*/
.brands-home-page h2 {
  padding-bottom: 10px;
}
.brands-home-page .owl-navigation-top-right-angle-middle .owl-controls {
  margin: 0;
}
.brands-home-page .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div {
  position: absolute;
  color: #367d3d;
  background: transparent;
  font-size: 26px;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
.brands-home-page .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev {
  right: 25px;
  top: -65px;
}
.brands-home-page .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next {
  right: 0px;
  top: -65px;
}
/*End Brands carousel*/
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.category-title a.link-rss {
  float: right;
  margin-top: 15px;
  color: black;
}
.category-title a.link-rss:before {
  content: "\f09e";
  color: #ed4e24;
  margin-right: 3px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.category-title a.link-rss:hover,
.category-title a.link-rss:focus {
  text-decoration: underline;
}
.category-title h1 {
  display: none;
}
.category-preview .category {
  margin-top: 20px;
}
.category-banner {
  background: #ed4e24;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .category-banner .image-box {
    max-width: 40%;
    float: left;
  }
  .category-banner .image-box img {
    max-height: 250px;
    width: auto;
  }
}
.category-banner .text-box {
  padding: 15px;
  font-size: 14px;
  overflow: hidden;
}
.category-banner:before,
.category-banner:after {
  content: " ";
  display: table;
}
.category-banner:after {
  clear: both;
}
.category-banner:before,
.category-banner:after {
  content: " ";
  display: table;
}
.category-banner:after {
  clear: both;
}
.category-cms-block {
  margin-bottom: 20px;
}
.category-cms-block .catprod-title {
  float: left;
}
.category-cms-block .catprod-arrow {
  float: left;
  margin: 15px 15px 9px 15px;
  font-size: 24px;
}
.category-cms-block .catprod-all {
  margin: 24px 0 0;
  font-size: 16px;
}
.category-products {
  /*
     * Before List Container for no left only
     * Contains the filter and compare list when there is no left column
     */
  /* Grid View */
  /* End Grid View */
  /* List View */
  /* End List View */
  /* Product Labels */
  /* General */
}
.category-products .container {
  padding-left: 0;
  padding-right: 0;
}
.category-products .products-list-before {
  border: 1px solid #e1e1e1;
  margin: 10px 0 20px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.category-products .products-list-before:before,
.category-products .products-list-before:after {
  content: " ";
  display: table;
}
.category-products .products-list-before:after {
  clear: both;
}
.category-products .products-list-before:before,
.category-products .products-list-before:after {
  content: " ";
  display: table;
}
.category-products .products-list-before:after {
  clear: both;
}
@media (min-width: 992px) {
  .category-products .products-list-before #catalogLeftnavContainer {
    float: left;
    width: 28%;
  }
  .category-products .products-list-before .block-layered-nav .block-title {
    font-size: 19px;
    line-height: 72px;
    border-right: 1px #eee solid;
    z-index: 901;
    background: #fff;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
  }
  .category-products .products-list-before .block-layered-nav .block-title strong {
    font-weight: normal;
  }
  .category-products .products-list-before .block-layered-nav .block-title:after {
    float: right;
    content: "\f107";
    color: #dc1f26;
    margin-top: 22px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px #999 solid;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .category-products .products-list-before .block-layered-nav .block-title .collapse-button {
    display: none;
  }
  .category-products .products-list-before .block-layered-nav .block-content {
    position: absolute;
    display: none;
    z-index: 900;
    background: #f8f8f8;
    border: 1px #e1e1e1 solid;
    border-top: none;
    padding: 15px;
    left: -1px;
    right: -1px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
  .category-products .products-list-before .block-layered-nav .block-content .actions {
    display: block;
    float: none;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item {
    width: 33%;
    float: left;
    height: 170px;
    overflow-y: auto;
    border: 15px transparent solid;
    -webkit-box-shadow: 0 1px 0 #eeeeee;
    box-shadow: 0 1px 0 #eeeeee;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dt {
    text-transform: uppercase;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dd ol {
    list-style: none;
    padding: 0;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dd a {
    color: black;
    line-height: 20px;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dd a:hover,
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dd a:focus {
    text-decoration: underline;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item dd .get-count {
    color: #999;
    margin-left: 5px;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item .fa-plus,
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item .fa-minus {
    color: #000;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item .fa-plus .black,
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item .fa-minus .black {
    color: #000;
  }
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item .btn:hover,
  .category-products .products-list-before .block-layered-nav .block-content #narrow-by-list .filter-item .btn:focus {
    color: #000;
  }
  .category-products .products-list-before .block-layered-nav .block-content .block-subtitle {
    display: none;
  }
  .category-products .products-list-before .block-layered-nav:hover .block-title,
  .category-products .products-list-before .block-layered-nav:focus .block-title {
    background: #f8f8f8;
  }
  .category-products .products-list-before .block-layered-nav:hover .block-content,
  .category-products .products-list-before .block-layered-nav:focus .block-content {
    display: block;
  }
}
.category-products .products-list-before .compare-title {
  float: left;
  font-size: 19px;
  line-height: 72px;
  padding: 0 15px;
}
.category-products .products-list-before .compare-title small,
.category-products .products-list-before .compare-title .empty {
  display: block;
  font-size: 12px;
}
.category-products .products-list-before .compare-content {
  float: right;
  margin-right: 15px;
}
.category-products .products-list-before .compare-content ul {
  display: inline;
  list-style: none;
  padding: 0;
}
.category-products .products-list-before .compare-content ul li {
  position: relative;
  background: #fcfcfd;
  margin: 11px 5px;
  display: inline-block;
  border: 1px dotted #c7c7c7;
  width: 49px;
  height: 49px;
  vertical-align: middle;
}
.category-products .products-list-before .compare-content ul li img {
  float: left;
}
.category-products .products-list-before .compare-content ul li a.btn-remove {
  position: absolute;
  padding: 0;
  margin: 0;
  right: -8px;
  top: -13px;
  font-size: 18px;
  color: #f85556;
}
.category-products .products-list-before .compare-content ul li a.btn-remove i {
  background: white;
}
.category-products .products-list-before .actions {
  display: inline-block;
  margin: 12px 0 0 3px;
}
.category-products .products-list-before .actions .btn-compare {
  height: 49px;
}
.category-products .products-list-before .actions .btn-compare i {
  font-size: 18px;
  line-height: 37px;
}
.category-products .products-grid {
  margin-bottom: 10px;
  padding-top: 30px;
}
.category-products .products-grid .item {
  position: relative;
  text-align: left;
}
.category-products .products-grid .item .product-info {
  min-height: 90px;
  position: relative;
}
.category-products .products-grid .item .product-info:before,
.category-products .products-grid .item .product-info:after {
  content: " ";
  display: table;
}
.category-products .products-grid .item .product-info:after {
  clear: both;
}
.category-products .products-grid .item .product-info:before,
.category-products .products-grid .item .product-info:after {
  content: " ";
  display: table;
}
.category-products .products-grid .item .product-info:after {
  clear: both;
}
.category-products .products-grid .item .product-info .list_swatch_container:before,
.category-products .products-grid .item .product-info .list_swatch_container:after {
  content: " ";
  display: table;
}
.category-products .products-grid .item .product-info .list_swatch_container:after {
  clear: both;
}
.category-products .products-grid .item .product-info .list_swatch_container:before,
.category-products .products-grid .item .product-info .list_swatch_container:after {
  content: " ";
  display: table;
}
.category-products .products-grid .item .product-info .list_swatch_container:after {
  clear: both;
}
.category-products .products-grid .item .product-info .list_swatch_container .list-swatch-option {
  float: left;
}
.category-products .products-grid .item .product-info .list_swatch_container .list-swatch-option + .list-swatch-option {
  margin-left: 5px;
}
.category-products .products-grid .item .product-info .list_swatch_container .list-swatch-option .list-swatch-img {
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.category-products .products-grid .item .product-info .no-vat {
  position: relative;
  top: 12px;
  left: 5px;
  font-size: 14px;
  display: inline-block;
}
.category-products .products-grid .item .actions {
  padding-top: 5px;
}
.category-products .products-grid .item .actions .col-sm-8 {
  padding-right: 5px;
  width: 65%;
}
.category-products .products-grid .item .actions .col-sm-4 {
  padding-left: 5px;
  width: 35%;
}
.category-products .products-grid .item .actions .col-sm-4 .actions .btn.add-to-cart {
  margin-top: 16px;
  padding: 3px 22px 4px;
}
.category-products .products-grid .item .actions .attribute-size label {
  font-size: 13px;
  margin-bottom: 3px;
}
.category-products .products-grid .item .actions .attribute-size .selectdiv {
  height: 30px;
  background-size: 10px;
}
.category-products .products-grid .item .actions .attribute-size .selectdiv > select {
  height: 30px;
  font-size: 12px;
  width: 109%;
  padding: 0px 5px 3px 5px;
}
.category-products .products-grid .item .actions .action-add {
  padding-top: 21px;
  margin-bottom: 18px;
}
.category-products .products-grid .item .actions .action-add .add-to-cart {
  padding: 3px 20px 4px;
}
.category-products .products-grid .item .product-list-grid-box {
  margin: 10px 0;
  border: 1px solid transparent;
  border-bottom-color: #b7b7b7;
  position: relative;
  padding: 0 10px 10px;
}
.category-products .products-grid .item .product-list-grid-box .image-container {
  position: relative;
  padding-bottom: 17px;
}
.category-products .products-grid .item .product-list-grid-box .image-container .product-action {
  position: absolute;
  top: 20px;
  right: 5px;
  display: none;
}
.category-products .products-grid .item .product-list-grid-box .image-container .product-action a {
  float: left;
  clear: right;
  min-width: 25px;
  border-radius: 0;
  background-color: #e1e1e1;
  padding: 4px 5px 0px;
  margin-left: 1px;
}
.category-products .products-grid .item .product-list-grid-box .image-container .product-action a > svg path {
  fill: #464648;
}
.category-products .products-grid .item .product-list-grid-box .image-container .product-action a.link-wishlist img,
.category-products .products-grid .item .product-list-grid-box .image-container .product-action a.link-wishlist svg {
  width: 19px;
  height: 19px;
}
.category-products .products-grid .item .product-list-grid-box .image-container .product-action a:hover {
  background-color: #428bca;
}
.category-products .products-grid .item .product-list-grid-box .image-container .product-action a:hover > svg path {
  fill: #fff;
}
.category-products .products-grid .item .product-list-grid-box .image-container .product-labels {
  position: absolute;
  top: -12px;
  right: 0;
}
.category-products .products-grid .item .product-list-grid-box .product-name {
  margin: 0;
  position: relative;
}
.category-products .products-grid .item .product-list-grid-box .product-name a {
  color: #464648;
  font-size: 17px;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
}
.category-products .products-grid .item .product-list-grid-box .product-name:hover a {
  text-decoration: none;
  color: #367d3d;
}
.category-products .products-grid .item .product-list-grid-box .product-name:hover > span svg path {
  fill: #fff;
}
.category-products .products-grid .item .product-list-grid-box .product-name > span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: 0 0;
}
.category-products .products-grid .item .product-list-grid-box .product-name > span img,
.category-products .products-grid .item .product-list-grid-box .product-name > span svg {
  width: 14px;
  height: 14px;
}
.category-products .products-grid .item .product-list-grid-box .product-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: relative;
}
.category-products .products-grid .item .product-list-grid-box:hover .product-action {
  display: block;
}
.category-products .products-grid .item .product-list-grid-box .ratings {
  padding: 4px 0;
}
.category-products .products-grid .item .product-list-grid-box .price-box {
  position: relative;
  color: #333;
  padding: 5px 2px;
  float: left;
  top: 6px;
}
.category-products .products-grid .item .product-list-grid-box .price-box .price {
  font-size: 16px;
  font-weight: 100;
}
.category-products .products-grid .item .product-list-grid-box .price-box.map-info a {
  display: block;
  margin: 10px 0;
}
.category-products .products-grid .item .product-list-grid-box .price-box a.minimal-price-link {
  display: none;
}
.category-products .products-grid .item .product-list-grid-box .price-box .old-price {
  float: left;
}
.category-products .products-grid .item .product-list-grid-box .price-box .old-price .price-label {
  display: none;
}
.category-products .products-grid .item .product-list-grid-box .price-box .old-price .price {
  text-decoration: line-through;
}
.category-products .products-grid .item .product-list-grid-box .price-box .old-price .discount {
  display: none;
}
.category-products .products-grid .item .product-list-grid-box .price-box .special-price .price-label {
  display: none;
}
.category-products .products-grid .item .product-list-grid-box .price-box .special-price .price {
  margin-left: 10px;
  font-weight: 600;
}
.category-products .products-grid .item .product-list-grid-box .price-box .price-excluding-tax,
.category-products .products-grid .item .product-list-grid-box .price-box .price-including-tax {
  display: block;
  line-height: 17px;
}
.category-products .products-grid .item .product-list-grid-box .add-to-cart {
  background-color: #367d3d;
  border-radius: 2px;
  font-size: 15px;
  padding: 5px 20px;
  color: #fff;
  float: right;
}
.category-products .products-grid .item .product-list-grid-box .add-to-cart:hover {
  background-color: #2a612f;
}
.category-products .products-grid .item .product-list-grid-box .attributes-after-addtocart {
  float: right;
}
.category-products .products-list {
  margin-bottom: 15px;
  padding-top: 30px;
}
.category-products .products-list .item {
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.category-products .products-list .item > .row > div:first-child {
  padding-right: 0;
}
.category-products .products-list .item > .row > div:nth-child(2) {
  border-left: 1px solid #e1e1e1;
}
.category-products .products-list .item .product-name {
  font-size: 20px;
  font-weight: 600;
}
.category-products .products-list .item .product-name a {
  color: #000;
}
.category-products .products-list .item .product-name a:hover {
  text-decoration: none;
  color: #367d3d;
}
.category-products .products-list .item .product-name span > img,
.category-products .products-list .item .product-name span > svg {
  transform: rotate(-90deg);
  height: 14px;
  margin-left: 10px;
}
.category-products .products-list .item .product-list-image-box {
  position: relative;
}
.category-products .products-list .item .product-list-image-box .product-image {
  display: inline-block;
  max-width: 100%;
}
.category-products .products-list .item .product-list-image-box .product-labels {
  position: absolute;
  top: -12px;
  right: 0;
}
.category-products .products-list .item .list_swatch_container {
  margin: 0 0 10px;
}
.category-products .products-list .item .list_swatch_container:before,
.category-products .products-list .item .list_swatch_container:after {
  content: " ";
  display: table;
}
.category-products .products-list .item .list_swatch_container:after {
  clear: both;
}
.category-products .products-list .item .list_swatch_container:before,
.category-products .products-list .item .list_swatch_container:after {
  content: " ";
  display: table;
}
.category-products .products-list .item .list_swatch_container:after {
  clear: both;
}
.category-products .products-list .item .list_swatch_container .list-swatch-option {
  float: left;
}
.category-products .products-list .item .list_swatch_container .list-swatch-option + .list-swatch-option {
  margin-left: 5px;
}
.category-products .products-list .item .list_swatch_container .list-swatch-option .list-swatch-img {
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.category-products .products-list .item .product-info {
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.category-products .products-list .item .product-info .link-learn {
  color: #939598;
  display: block;
}
.category-products .products-list .item .product-info .link-learn:after {
  content: "\f105";
  font-family: FontAwesome;
}
.category-products .products-list .item .product-info b,
.category-products .products-list .item .product-info strong {
  color: #939598;
}
.category-products .products-list .item .actions {
  padding-top: 5px;
  padding-bottom: 10px;
}
.category-products .products-list .item .actions .col-sm-8 {
  padding-right: 5px;
}
.category-products .products-list .item .actions .col-sm-4 {
  padding-left: 5px;
}
.category-products .products-list .item .actions .attribute-size label {
  font-size: 13px;
  margin-bottom: 3px;
}
.category-products .products-list .item .actions .attribute-size .selectdiv {
  height: 30px;
  background-size: 10px;
}
.category-products .products-list .item .actions .attribute-size .selectdiv > select {
  height: 30px;
  font-size: 12px;
  width: 109%;
  padding: 0px 5px 3px 5px;
}
.category-products .products-list .item .actions .product-add-to-cart {
  text-align: right;
  padding-right: 30px;
  padding-top: 19px;
}
.category-products .products-list .item .actions .product-add-to-cart .btn.add-to-cart {
  padding: 5px 30px;
}
.category-products .products-list .item .product-price {
  padding-top: 19px;
}
.category-products .products-list .item .product-price .price-box .price {
  font-size: 15px;
  font-weight: 600;
}
.category-products .products-list .item .product-price .price-box.map-info a {
  display: block;
  margin: 10px 0;
}
.category-products .products-list .item .product-price .price-box .regular-price .price {
  color: #428bca;
  font-size: 24px;
  font-weight: 600;
}
.category-products .products-list .item .product-price .price-box .old-price {
  display: inline-block;
}
.category-products .products-list .item .product-price .price-box .old-price .price-label {
  display: none;
}
.category-products .products-list .item .product-price .price-box .old-price .price {
  text-decoration: line-through;
  color: #949495;
  font-size: 12px;
  font-weight: 400;
}
.category-products .products-list .item .product-price .price-box .old-price .discount {
  display: none;
}
.category-products .products-list .item .product-price .price-box .special-price {
  display: inline-block;
}
.category-products .products-list .item .product-price .price-box .special-price .price-label {
  display: none;
}
.category-products .products-list .item .product-price .price-box .special-price .price {
  color: #428bca;
  font-size: 20px;
  font-weight: 600;
}
.category-products .products-list .item .extra-info {
  font-weight: bold;
  font-size: 11px;
  color: #666;
  position: relative;
  top: 1px;
}
.category-products .products-list .item .extra-info .ratings {
  display: inline-block;
}
.category-products .products-list .item .extra-info .ratings + .extra-info-item {
  margin-left: 11px;
  position: relative;
}
.category-products .products-list .item .extra-info .extra-info-item {
  display: inline-block;
  border-radius: 0;
  background-color: #e1e1e1;
  padding: 4px 5px 2px;
  margin-left: 1px;
}
.category-products .products-list .item .extra-info .extra-info-item + .extra-info-item {
  margin-left: 0px;
  position: relative;
}
.category-products .products-list .item .extra-info .extra-info-item > img,
.category-products .products-list .item .extra-info .extra-info-item > svg {
  width: 19px;
  height: 19px;
}
.category-products .products-list .item .extra-info .extra-info-item > svg path {
  fill: #464648;
}
.category-products .products-list .item .extra-info .extra-info-item:hover {
  background-color: #428bca;
}
.category-products .products-list .item .extra-info .extra-info-item:hover > svg path {
  fill: #fff;
}
.category-products .products-list .item .quick-view {
  background: #ebebeb;
  border: 0;
  color: #666;
}
.category-products .products-list .item .in-stock {
  font-size: 13px;
  font-weight: bold;
  color: green;
}
.category-products .product_label {
  float: left;
  clear: left;
  line-height: 16px;
  margin: 0 0 2px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  background: #428bca;
  color: #ffffff;
  position: relative;
}
.category-products .product_label:after {
  width: 7px;
  height: 7px;
  content: url('https://mashini-bg.com/skin/frontend/ibg/default/images/promoCarrot.gif');
  position: absolute;
  top: -6px;
  right: 0;
}
.category-products .product-image {
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.category-products .product-image img.main,
.category-products .product-image img.hover {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.category-products .product-image img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.category-products .product-image:hover {
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform: scale(1.05);
}
.category-products .product-image:hover img.hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Price Map Popup*/
.map-popup {
  position: absolute;
  background: white;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
  border: 2px #ddd solid;
  padding: 10px;
  width: 300px;
  margin-top: 10px;
  z-index: 900;
}
.map-popup .map-popup-close {
  position: absolute;
  right: -12px;
  top: -14px;
  font-size: 18px;
  background: white;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ddd;
}
.map-popup .map-popup-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ddd;
  z-index: 1001;
}
.map-popup .map-popup-heading h2 {
  font-size: 16px;
  margin: 0 0 10px;
  font-family: "OpenSans Regular";
}
.map-popup .map-popup-text {
  font-size: 11px;
}
.map-popup .map-popup-checkout {
  margin-top: 10px;
  text-align: right;
}
.map-popup .map-popup-content {
  font-size: 12px;
  margin-bottom: 10px;
}
.map-popup .map-popup-content .price-box {
  display: inline-block;
}
.alphaUnlimScrollBtn {
  padding: 15px 0 35px;
  text-align: center;
}
.alphaUnlimScrollBtn .btn-unlimscroll {
  padding-left: 50px;
  padding-right: 50px;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
#popular-categories .mixin-gradient {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiNmNGY2ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiNlNGU1ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(77%, #f4f6f5), color-stop(78%, #e4e5e7), color-stop(78%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
}
#popular-categories .section {
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
#popular-categories .section:before,
#popular-categories .section:after {
  content: " ";
  display: table;
}
#popular-categories .section:after {
  clear: both;
}
#popular-categories .section:before,
#popular-categories .section:after {
  content: " ";
  display: table;
}
#popular-categories .section:after {
  clear: both;
}
#popular-categories .section h1 {
  margin-top: 0;
  color: #000000;
}
#popular-categories .section h3 {
  color: #000000;
  margin-left: 10px;
  font-size: 24px;
  margin-bottom: 25px;
}
#popular-categories .section .image-box {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiNmNGY2ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiNlNGU1ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(77%, #f4f6f5), color-stop(78%, #e4e5e7), color-stop(78%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 50%, #f4f6f5 77%, #e4e5e7 78%, #ffffff 78%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
  width: 100%;
  height: 300px;
  position: relative;
}
#popular-categories .section .image-box img {
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#popular-categories .section .links-box {
  border-right: 1px solid #dddce1;
  min-height: 150px;
  margin: 0 15px;
}
#popular-categories .section .links-box ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 10px;
}
#popular-categories .section .links-box ul li {
  margin: 0;
  margin-bottom: 7px;
}
#popular-categories .section .links-box ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000000;
}
#popular-categories .section .links-box ul li a:before {
  font-family: FontAwesome;
  content: '\f105';
  padding-right: 8px;
  color: #b7b7b7;
  font-size: 16px;
}
#popular-categories .section .links-box ul li a:hover {
  text-decoration: none;
  color: #b7b7b7;
}
#popular-categories .section .noborder {
  border: 0;
}
#popular-categories .section2 {
  margin-bottom: 50px;
}
#popular-categories .section2 .popular-categories-box {
  padding: 0 10px;
}
#popular-categories .section2 .popular-categories-box h4 {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 13px;
  color: #000000;
}
#popular-categories .section2 .popular-categories-box h2 {
  margin-top: 0;
}
#popular-categories .section2 .popular-categories-box p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
#popular-categories .section2 .popular-categories-box.rounded {
  border-radius: 5px;
}
#popular-categories .section2 .popular-categories-box.bkg {
  padding: 15px 10px 25px 10px;
  background: #f6f6f6;
}
#popular-categories .section2 .popular-categories-box .img-box {
  text-align: center;
}
#popular-categories .section2 .popular-categories-box .img-box.space-left {
  margin-left: 20px;
}
#popular-categories .section2 .popular-categories-box .img-box.space-right {
  margin-right: 20px;
}
#popular-categories .section2 .popular-categories-box .btn-light-blue {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0px 1px 5px #969696;
  background-image: -webkit-linear-gradient(top, #7ea4fa 0%, #5887f5 100%);
  background-image: linear-gradient(to bottom, #7ea4fa 0%, #5887f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ea4fa', endColorstr='#ff5887f5', GradientType=0);
  margin-top: 6px;
}
#popular-categories .section2 .popular-categories-box .video {
  margin-top: 20px;
}
#popular-categories .section3 .popular-categories-box {
  padding: 0 10px;
}
#popular-categories .section3 .popular-categories-box h4 {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 13px;
  color: #000000;
}
#popular-categories .section3 .popular-categories-box h2 {
  margin-top: 0;
}
#popular-categories .section3 .popular-categories-box p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
#popular-categories .section3 .popular-categories-box.rounded {
  border-radius: 3px;
}
#popular-categories .section3 .popular-categories-box.bkg-white {
  padding: 15px 10px 25px 10px;
  background: #ffffff;
}
#popular-categories .section3 .popular-categories-box .img-box {
  text-align: center;
}
#popular-categories .section3 .popular-categories-box .img-box.space-left {
  margin-left: 20px;
}
#popular-categories .section3 .popular-categories-box .img-box.space-right {
  margin-right: 20px;
}
#popular-categories .section3 .popular-categories-box .btn-light-blue {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0px 1px 5px #969696;
  background-image: -webkit-linear-gradient(top, #7ea4fa 0%, #5887f5 100%);
  background-image: linear-gradient(to bottom, #7ea4fa 0%, #5887f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ea4fa', endColorstr='#ff5887f5', GradientType=0);
  margin-top: 6px;
}
#popular-categories .section3 .popular-categories-box .video {
  margin-top: 20px;
}
#popular-categories .separator {
  margin: 30px 0;
  border-top: 3px solid #f4f4f6;
  height: 1px;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.container {
  background-color: transparent;
}
.container .product-page {
  background-color: #fff;
}
.container .product-page.popup {
  max-width: 400px;
}
.container .product-page.popup .product-media-box .product-image-container {
  width: 390px;
}
.container .product-page.popup .product-media-box .product-gallery {
  display: none;
}
.container .product-page .product-media-box {
  margin-bottom: 30px;
  /* Product Gallery */
}
.container .product-page .product-media-box .product-image-container {
  position: relative;
  margin-bottom: 20px;
}
.container .product-page .product-media-box .product-gallery {
  position: relative;
}
@media (min-width: 768px) {
  .container .product-page .product-media-box .product-image-container {
    width: 370px;
  }
  .container .product-page .product-media-box .product-gallery .jcarousel-vertical {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .container .product-page .product-media-box .product-image-container {
    width: 515px;
  }
  .container .product-page .product-media-box .product-gallery .jcarousel-vertical {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .container .product-page .product-media-box .product-image-container {
    width: 650px;
  }
  .container .product-page .product-media-box .product-gallery .jcarousel-vertical {
    height: 450px;
  }
}
.container .product-page .product-media-box .product-gallery .jcarousel-button {
  text-align: center;
}
.container .product-page .product-media-box .product-gallery .jcarousel-button a {
  color: #000;
  font-size: 16px;
  line-height: 1px;
}
.container .product-page .product-media-box .product-gallery .jcarousel-button a.inactive {
  color: #999;
}
.container .product-page .product-media-box .product-gallery .jcarousel-vertical {
  position: relative;
  overflow: hidden;
}
.container .product-page .product-media-box .product-gallery .jcarousel-vertical ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.container .product-page .product-media-box .product-gallery .jcarousel-vertical ul li {
  padding: 5px 0;
}
.container .product-page .product-media-box .product-gallery .jcarousel-vertical ul li:hover a img {
  border: 1px #f83200 solid;
}
.container .product-page .product-media-box .product-gallery .jcarousel-vertical ul li a img {
  border: 1px #e1e1e1 solid;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
.container .product-page .product-media-box .product-gallery .jcarousel-vertical ul li a.active img {
  border: none;
  padding: 1px 1px 0;
  border-bottom: 3px solid #f83200;
}
@media (min-width: 992px) {
  .container .product-page .wide-shadow {
    position: relative;
  }
  .container .product-page .wide-shadow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    background: white;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}
.container .product-page .product-short-info-box {
  /*table*/
  /*Bundle product*/
}
.container .product-page .product-short-info-box .product-labels {
  margin-left: 15px;
}
.container .product-page .product-short-info-box .product-labels:before,
.container .product-page .product-short-info-box .product-labels:after {
  content: " ";
  display: table;
}
.container .product-page .product-short-info-box .product-labels:after {
  clear: both;
}
.container .product-page .product-short-info-box .product-labels:before,
.container .product-page .product-short-info-box .product-labels:after {
  content: " ";
  display: table;
}
.container .product-page .product-short-info-box .product-labels:after {
  clear: both;
}
.container .product-page .product-short-info-box .product-labels .product_label {
  float: left;
  text-align: center;
  min-width: 90px;
  margin-right: 5px;
  padding: 2px 10px 2px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.container .product-page .product-short-info-box .shadow-price-box {
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  z-index: 3;
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  min-height: 540px;
  color: #000000;
}
.container .product-page .product-short-info-box .product-shop-container .product-shop {
  min-height: 390px;
}
.container .product-page .product-short-info-box .product-shop-container .add-to-cart-wrapper .add-to-box .contacts {
  border: 1px solid #ccc;
  padding: 10px;
}
.container .product-page .product-short-info-box .product-shop-container .add-to-cart-wrapper .add-to-box .contacts .contacts-title {
  text-align: center;
}
.container .product-page .product-short-info-box .product-shop-container .add-to-cart-wrapper .add-to-box .contacts .contacts-title h3 {
  margin-top: 0;
  font-size: 20px;
}
.container .product-page .product-short-info-box .product-shop-container .add-to-cart-wrapper .add-to-box .contacts .contacts-image {
  text-align: center;
}
.container .product-page .product-short-info-box .product-shop-container .add-to-cart-wrapper .add-to-box .contacts .contacts-image img {
  margin-right: 15px;
}
.container .product-page .product-short-info-box .product-shop-container .add-to-cart-wrapper .add-to-box .contacts .contacts-image .contacts-link {
  display: inline-block;
}
.container .product-page .product-short-info-box .product-shop-container .add-to-cart-wrapper .add-to-box .contacts .contacts-image .contacts-link a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.container .product-page .product-short-info-box .product-shop-container .short-description {
  margin-bottom: 10px;
}
.container .product-page .product-short-info-box .product-shop-container #short-description-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
  -webkit-transition: height ease 0.5s;
  transition: height ease 0.5s;
}
.container .product-page .product-short-info-box .product-shop-container #short-description-box .attribute-image {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.container .product-page .product-short-info-box .product-shop-container #short-description-box .attributes-after-short-description {
  position: relative;
  z-index: 56;
}
.container .product-page .product-short-info-box .product-shop-container #short-description-box:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 75px;
  z-index: 55;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.container .product-page .product-short-info-box .product-shop-container #short-description-box.description-opened:after {
  opacity: 0;
}
.container .product-page .product-short-info-box .product-shop-container .expand-short-description {
  margin: 15px 0 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #d7d7d7;
}
.container .product-page .product-short-info-box .product-shop-container .expand-short-description a {
  color: #5f5f5f;
  font-family: "OpenSans Regular", "Open Sans";
}
.container .product-page .product-short-info-box .product-shop-container .expand-short-description a:focus,
.container .product-page .product-short-info-box .product-shop-container .expand-short-description a:active {
  text-decoration: none;
}
.container .product-page .product-short-info-box .product-shop-container #price-box-additional {
  display: none;
}
.container .product-page .product-short-info-box .product-shop-container .expand-price-box {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 4;
}
.container .product-page .product-short-info-box .product-shop-container .expand-price-box #toggle-price-box {
  background: #f4f4f4;
  height: 30px;
  line-height: 20px;
  padding: 0 20px;
  position: relative;
  left: -50%;
  display: block;
  text-align: center;
  cursor: pointer;
  color: #000000;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.container .product-page .product-short-info-box .product-shop-container .expand-price-box #toggle-price-box .toggle-sign {
  color: #e70033;
  font-size: 12px;
}
.container .product-page .product-short-info-box .product-shop-container .expand-price-box #toggle-price-box .toggle-text {
  font-weight: 600;
}
.container .product-page .product-short-info-box .product-shop-container .product-name h1 {
  margin-top: 0;
  font-size: 29px;
}
.container .product-page .product-short-info-box .product-shop-container .link-price-alert {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info {
  font-weight: 600;
  font-size: 11px;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .review-addto {
  margin-bottom: 10px;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .review-addto .ratings {
  display: inline;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .review-addto .ratings:after {
  content: "|";
  padding: 0 7px;
  text-align: top;
  line-height: 14px;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .review-addto .add-to-links {
  margin: 0;
  padding: 0;
  display: inline;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .review-addto .add-to-links li {
  display: inline;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .review-addto .add-to-links li a {
  color: #000000;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .review-addto .add-to-links li a i {
  color: #000000;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .review-addto .add-to-links li + li:before {
  content: "|";
  padding: 0 9px 0 7px;
  text-align: top;
  line-height: 14px;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .product-sku {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .product-sku .product-sku-label {
  color: #000000;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .broduct-brand {
  margin-bottom: 10px;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .country-manufacture .country-text {
  display: inline-block;
  float: left;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .country-manufacture .country-text p {
  margin: 5px 0;
}
.container .product-page .product-short-info-box .product-shop-container .extra-info .country-manufacture .country-image {
  display: inline-block;
  margin-left: 15px;
}
.container .product-page .product-short-info-box .product-shop-container .price-box {
  margin: 10px 0;
}
.container .product-page .product-short-info-box .product-shop-container .price-box .regular-price .price,
.container .product-page .product-short-info-box .product-shop-container .price-box .special-price .price,
.container .product-page .product-short-info-box .product-shop-container .price-box .full-product-price .price {
  font-size: 25px;
  font-weight: bold;
}
.container .product-page .product-short-info-box .product-shop-container .product-options dd {
  margin-bottom: 10px;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-cart-box {
  margin: 10px 0 20px;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-cart-box:before,
.container .product-page .product-short-info-box .product-shop-container .product-page-cart-box:after {
  content: " ";
  display: table;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-cart-box:after {
  clear: both;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-cart-box:before,
.container .product-page .product-short-info-box .product-shop-container .product-page-cart-box:after {
  content: " ";
  display: table;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-cart-box:after {
  clear: both;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-cart-box label {
  display: block;
}
.container .product-page .product-short-info-box .product-shop-container input.qty {
  display: inline-block;
  width: 40px;
  outline: none;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 0;
  text-align: center;
  font-size: 18px;
}
.container .product-page .product-short-info-box .product-shop-container input.qty.qty-disabled {
  background: none;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-qty-buttons {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 32px;
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 7px 0 3px;
  border-radius: 2px;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a {
  display: block;
  line-height: 15px;
  text-align: center;
  color: #999;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a:hover,
.container .product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a:focus {
  color: black;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a.qty-inc {
  top: 0;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a.qty-dec {
  bottom: 0;
}
.container .product-page .product-short-info-box .product-shop-container .product-page-qty-buttons a.qty-dec i {
  border-top: 1px solid #ccc;
}
.container .product-page .product-short-info-box .product-shop-container .qty-holder {
  display: inline-block;
  margin-top: 10px;
}
.container .product-page .product-short-info-box .product-shop-container .qty-holder input,
.container .product-page .product-short-info-box .product-shop-container .qty-holder .product-page-qty-buttons {
  float: left;
}
.container .product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:before,
.container .product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:after {
  content: " ";
  display: table;
}
.container .product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:after {
  clear: both;
}
.container .product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:before,
.container .product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:after {
  content: " ";
  display: table;
}
.container .product-page .product-short-info-box .product-shop-container .qty-holder .qty-input:after {
  clear: both;
}
.container .product-page .product-short-info-box .product-shop-container .qty-holder + .btn-add-to-cart {
  vertical-align: bottom;
  background-color: #367d3d;
}
.container .product-page .product-short-info-box .product-shop-container .product-share {
  margin: 20px 0 0;
}
.container .product-page .product-short-info-box .product-shop-container .product-share .at-share-btn {
  border-radius: 2px;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container:before,
.container .product-page .product-short-info-box .product-shop-container .swatch_container:after {
  content: " ";
  display: table;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container:after {
  clear: both;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container:before,
.container .product-page .product-short-info-box .product-shop-container .swatch_container:after {
  content: " ";
  display: table;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container:after {
  clear: both;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 0 5px 0 0;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option span.swatch-label {
  margin-top: 5px;
  color: #999;
  white-space: nowrap;
  line-height: 11px;
  font-size: 9px;
  position: absolute;
  top: -14px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-img,
.container .product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-html {
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-img.selected,
.container .product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-html.selected {
  border-color: #000;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-html {
  text-align: center;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .swatch-html .color {
  width: 100%;
  height: 100%;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .is-popup {
  position: absolute;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-top: 5px;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .is-popup:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  bottom: -8px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #ccc;
}
.container .product-page .product-short-info-box .product-shop-container .swatch_container .swatch-option .is-popup img {
  max-width: none;
  border-radius: 3px;
}
.container .product-page .product-short-info-box .product-shop-container .is-hidden {
  display: none;
}
.container .product-page .product-short-info-box .product-shop-container .hidden-select {
  display: none;
}
.container .product-page .product-short-info-box .price-box .regular-price .price-label,
.container .product-page .product-short-info-box .price-box .special-price .price-label,
.container .product-page .product-short-info-box .price-box .full-product-price .price-label {
  display: none;
}
.container .product-page .product-short-info-box .price-box .special-price .price {
  color: #cc0000;
}
.container .product-page .product-short-info-box .price-box .old-price {
  color: #999999;
  font-size: 15px;
  font-weight: 600;
}
.container .product-page .product-short-info-box .price-box .old-price .price-label {
  display: none;
}
.container .product-page .product-short-info-box .price-box .old-price .price {
  display: block;
  text-decoration: line-through;
}
.container .product-page .product-short-info-box .price-box .old-price .discount {
  font-size: 12px;
  color: #000000;
  display: block;
}
.container .product-page .product-short-info-box .price-box .price-as-configured .price-label {
  display: none;
}
.container .product-page .product-short-info-box .tier-prices {
  background: #f7f7f7;
  border: 1px solid #f5f5f5;
  padding: 5px;
  border-radius: 3px;
}
.container .product-page .product-short-info-box .tier-prices li {
  display: block;
}
.container .product-page .product-short-info-box .availability {
  font-size: 13px;
  font-weight: bold;
}
.container .product-page .product-short-info-box .availability.in-stock {
  color: #008000;
}
.container .product-page .product-short-info-box .availability.out-of-stock {
  color: #ff0000;
}
.container .product-page .product-short-info-box .data-table {
  margin: 10px 0;
}
.container .product-page .product-short-info-box .data-table th,
.container .product-page .product-short-info-box .data-table td {
  padding: 0 10px 0 0;
}
.container .product-page .product-short-info-box .data-table .price {
  font-size: 16px !important;
}
.container .product-page .product-short-info-box .data-table .qty-box {
  min-width: 80px;
}
.container .product-page .product-short-info-box .data-table .out-of-stock {
  font-size: 11px;
}
.container .product-page .product-short-info-box #product-options-wrapper {
  margin-top: 10px;
}
.container .product-page .product-short-info-box .input-box .options-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container .product-page .product-short-info-box .input-box .options-list li:before,
.container .product-page .product-short-info-box .input-box .options-list li:after {
  content: " ";
  display: table;
}
.container .product-page .product-short-info-box .input-box .options-list li:after {
  clear: both;
}
.container .product-page .product-short-info-box .input-box .options-list li:before,
.container .product-page .product-short-info-box .input-box .options-list li:after {
  content: " ";
  display: table;
}
.container .product-page .product-short-info-box .input-box .options-list li:after {
  clear: both;
}
.container .product-page .product-short-info-box .input-box .options-list li input[type="radio"],
.container .product-page .product-short-info-box .input-box .options-list li input[type="checkbox"] {
  float: left;
  margin-left: 10px;
  margin-top: 1px;
}
.container .product-page .product-short-info-box .input-box .options-list li .label {
  color: #000000;
  display: inline-block;
  font-size: 90%;
  white-space: normal;
  text-align: left;
  width: 90%;
  float: left;
}
.container .product-page .product-short-info-box .qty-holder label {
  display: block !important;
}
.container .product-page .product-details-box {
  color: #666666;
}
.container .product-page .product-details-box .title-line {
  border-bottom: 4px #f4f4f4 solid;
  padding-bottom: 6px;
  margin-bottom: 4px;
  font-size: 22px;
  margin-top: 12px;
}
.container .product-page .product-details-box .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.container .product-page .product-details-box .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 25px;
  transition: 0.3s;
}
.container .product-page .product-details-box .tab button:hover {
  background-color: #ddd;
}
.container .product-page .product-details-box .tab button.active {
  background-color: #ccc;
}
.container .product-page .product-details-box .tabcontent {
  display: none;
  padding: 6px 22px;
  border: 1px solid #ccc;
  border-top: none;
  animation: fadeEffect 1s;
}
.container .product-page .product-details-box .tabcontent.docs {
  padding: 20px 22px;
}
.container .product-page .product-details-box .product-description-box {
  padding: 0;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.container .product-page .product-reviews-box {
  padding-bottom: 20px;
}
.container .product-page table#product-attribute-specs-tabler,
.container .product-page table#product-attribute-specs-table,
.container .product-page table#product-attribute-specs-tables,
.container .product-page table#product-attribute-specs-tablest,
.container .product-page table#product-attribute-specs-tablesth,
.container .product-page table#product-attribute-specs-tablests,
.container .product-page table#product-attribute-specs-tableste {
  width: 100%;
}
.container .product-page table#product-attribute-specs-tabler tr td,
.container .product-page table#product-attribute-specs-table tr td,
.container .product-page table#product-attribute-specs-tables tr td,
.container .product-page table#product-attribute-specs-tablest tr td,
.container .product-page table#product-attribute-specs-tablesth tr td,
.container .product-page table#product-attribute-specs-tablests tr td,
.container .product-page table#product-attribute-specs-tableste tr td,
.container .product-page table#product-attribute-specs-tabler tr th,
.container .product-page table#product-attribute-specs-table tr th,
.container .product-page table#product-attribute-specs-tables tr th,
.container .product-page table#product-attribute-specs-tablest tr th,
.container .product-page table#product-attribute-specs-tablesth tr th,
.container .product-page table#product-attribute-specs-tablests tr th,
.container .product-page table#product-attribute-specs-tableste tr th {
  padding: 5px;
  color: #666666;
}
.container .product-page table#product-attribute-specs-tabler tr.odd,
.container .product-page table#product-attribute-specs-table tr.odd,
.container .product-page table#product-attribute-specs-tables tr.odd,
.container .product-page table#product-attribute-specs-tablest tr.odd,
.container .product-page table#product-attribute-specs-tablesth tr.odd,
.container .product-page table#product-attribute-specs-tablests tr.odd,
.container .product-page table#product-attribute-specs-tableste tr.odd {
  background: #f5f5f5;
}
.container .product-page table#product-attribute-specs-tabler tr.even,
.container .product-page table#product-attribute-specs-table tr.even,
.container .product-page table#product-attribute-specs-tables tr.even,
.container .product-page table#product-attribute-specs-tablest tr.even,
.container .product-page table#product-attribute-specs-tablesth tr.even,
.container .product-page table#product-attribute-specs-tablests tr.even,
.container .product-page table#product-attribute-specs-tableste tr.even {
  background: #fff;
}
.container .product-page .product-description-box {
  padding: 0 10px;
}
.container .product-page .product-description-box h4 {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 13px;
  color: #000000;
}
.container .product-page .product-description-box h2 {
  color: #333333;
}
.container .product-page .product-description-box p {
  font-size: 12px;
  line-height: 20px;
}
.container .product-page .product-description-box.rounded {
  border-radius: 3px;
}
.container .product-page .product-description-box.bkg {
  padding: 15px 10px 25px 10px;
  background: #f6f6f6;
}
.container .product-page .product-description-box .img-box {
  text-align: center;
}
.container .product-page .product-description-box .img-box.space-left {
  margin-left: 20px;
}
.container .product-page .product-description-box .img-box.space-right {
  margin-right: 20px;
}
.container .product-page .product-description-box .btn-light-blue {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0px 1px 5px #969696;
  background-image: -webkit-linear-gradient(top, #7ea4fa 0%, #5887f5 100%);
  background-image: linear-gradient(to bottom, #7ea4fa 0%, #5887f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ea4fa', endColorstr='#ff5887f5', GradientType=0);
  margin-top: 6px;
}
.container .product-page .product-description-box .video {
  margin-top: 20px;
}
.container .product-page .description-separator {
  margin: 30px 0;
  border-top: 3px solid #f4f4f6;
  height: 1px;
}
.container .product-page .product-reviews-box h2 {
  margin-bottom: 15px;
}
.container .product-page .product-reviews-box .line-chart {
  margin-bottom: 5px;
}
.container .product-page .product-reviews-box .line-chart .line-chart-line {
  position: relative;
  margin: 4px 0 0;
  width: 75%;
}
.container .product-page .product-reviews-box .line-chart .line-chart-line div {
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.container .product-page .product-reviews-box .line-chart .line-chart-line .bkg {
  background-color: #dadde3;
  z-index: 1;
}
.container .product-page .product-reviews-box .line-chart .line-chart-line .score {
  background-color: #367d3d;
  z-index: 2;
}
.container .product-page .product-reviews-box .line-chart .line-chart-label {
  font-size: 11px;
}
.container .product-page .product-reviews-box .ratings-big {
  margin-bottom: 30px;
}
.container .product-page .product-reviews-box .ratings-big .amount {
  margin-left: 10px;
}
.container .product-page .product-reviews-box .ratings-big .amount a {
  color: black;
  font-weight: 600;
}
.container .product-page .product-reviews-box .buttons-reviews a + a {
  margin-left: 10px;
}
.container .product-page .product-reviews-box .product-review {
  border-top: 1px #e5e5e5 solid;
  margin-top: 20px;
  padding-top: 20px;
  color: #666666;
}
.container .product-page .product-reviews-box .product-review .review-summary {
  margin-bottom: 10px;
  color: #999999;
}
.container .product-page .product-reviews-box .product-review .review-summary .ratings {
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.container .product-page .product-reviews-box .product-review .review-summary .ratings .rating-box:before {
  font-size: 14px;
}
.container .product-page .product-reviews-box .product-review .review-summary .ratings .rating-box .rating:before {
  font-size: 14px;
}
.container .product-page .product-reviews-box .product-review .review-title {
  margin-bottom: 10px;
}
.container .product-page .product-reviews-box .product-review .review-title a {
  color: black;
  font-size: 18px;
  font-weight: 600;
}
.container .product-page .product-reviews-box .product-review .review-author {
  margin-bottom: 10px;
  font-weight: 600;
  color: #666666;
}
.container .product-page .product-reviews-box .reviews-actions {
  border-top: 1px #e5e5e5 solid;
  margin-top: 20px;
  padding-top: 20px;
}
.container .product-page .product-reviews-box #add-review {
  display: none;
}
.container .product-page .product-reviews-box #add-review h4 {
  margin-bottom: 15px;
}
.container .product-page .product-reviews-box #add-review .data-table#product-review-table th {
  padding-right: 14px;
  font-size: 12px;
  padding-bottom: 4px;
}
.container .product-page .product-reviews-box #add-review .data-table#product-review-table td {
  padding-bottom: 3px;
}
.container .product-page .product-reviews-box #add-review .data-table#product-review-table input {
  display: none;
}
.container .product-page .product-reviews-box #add-review .rating-radio i {
  color: #dadcdf;
  font-size: 20px;
}
.container .product-page .product-reviews-box #add-review .rating-radio.active i {
  color: #367d3d;
}
.container .product-page .product-reviews-box #add-review .form-list {
  padding: 20px 0;
}
.container .product-page .product-reviews-box #add-review .form-list li {
  padding-bottom: 18px;
  margin: 0;
}
.container .product-page .product-reviews-box #add-review .form-list textarea {
  height: 100px;
}
.container .product-page .product-reviews-box #add-review .form-list input.input-text,
.container .product-page .product-reviews-box #add-review .form-list textarea {
  border: 1px solid #dbdbdb;
  width: 100%;
}
.container .product-page .product-page-related.product-page-right .product {
  position: relative;
}
.container .product-page .product-page-related.product-page-right .product .product-image {
  margin-right: 0;
}
.container .product-page .product-page-related.product-page-right .product .product-image img {
  border: 1px #dedede solid;
  border-radius: 3px;
}
.container .product-page .product-page-related.product-page-right .product input.checkbox {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
  margin: 0;
}
.container .product-page .product-page-related.product-page-right .product .price-box {
  font-size: 14px;
}
.container .product-page .product-page-related.product-page-right .product-separator {
  float: left;
  line-height: 80px;
  vertical-align: middle;
  margin: 10px 11px 0;
  font-size: 14px;
}
.container .product-page .product-page-crosssell .product .product-image img {
  border: 1px #dedede solid;
  border-radius: 3px;
}
.container .product-page .product-page-crosssell .price-box {
  font-size: 14px;
}
.container .product-page .product-page-upsell .product .product-image img {
  border: 1px #dedede solid;
  border-radius: 3px;
}
.container .product-page .product-page-upsell .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: -18px;
  right: 0;
  line-height: 18px;
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 2px;
}
.container .product-page .product-page-upsell .owl-theme .owl-controls .owl-buttons div {
  background: none;
  border-radius: 0;
  color: black;
  margin: 0;
  padding: 0 7px;
  line-height: 1px;
}
.container .product-page .product-page-upsell .owl-theme .owl-controls .owl-buttons div.owl-prev {
  border-right: 1px solid #ccc;
}
.container .product-page .product-page-right {
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 25px;
  margin-bottom: 15px;
}
.container .product-page .product-page-right .product {
  margin-top: 10px;
}
.container .product-page .product-page-right .product .product-image {
  margin-right: 10px;
}
.container .product-page .product-page-right .product .product-details .product-name a {
  color: #666666;
  font-size: 12px;
}
.container .product-page .product-page-right .product .product-details .product-name a:hover {
  color: rgba(102, 102, 102, 0.5);
}
.container .product-page .product-page-right .product .product-details p {
  padding: 0;
  margin: 0;
}
.container .product-page .product-page-right .product .product-details .price-box {
  font-weight: 600;
  color: #333333;
}
.container .product-page .product-page-right h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.container .product-page .product-page-right .block-content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #fff;
}
.recently-viewed-products .product-image-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.recently-viewed-products .product-name-box {
  margin: 8px 0 5px;
  line-height: 16px;
}
.recently-viewed-products .product-name-box a {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  display: block;
}
.recently-viewed-products .ratings {
  padding: 4px 0;
}
.recently-viewed-products .product-price-box .price {
  font-size: 14px;
  font-weight: 600;
}
.recently-viewed-products .product-price-box.map-info a {
  display: block;
  margin: 10px 0;
}
.recently-viewed-products .product-price-box a.minimal-price-link {
  display: none;
}
.recently-viewed-products .product-price-box .old-price {
  font-size: 11px;
}
.recently-viewed-products .product-price-box .old-price .price-label {
  display: none;
}
.recently-viewed-products .product-price-box .old-price .price {
  font-size: 11px;
  text-decoration: line-through;
  color: #c4c2c2;
}
.recently-viewed-products .product-price-box .old-price .discount {
  padding-left: 3px;
  color: #c4c2c2;
}
.recently-viewed-products .product-price-box .special-price {
  padding: 3px 0;
}
.recently-viewed-products .product-price-box .special-price .price-label {
  display: none;
}
.recently-viewed-products .product-price-box .special-price .price {
  color: #cc0000;
}
.recently-viewed-products .product-price-box .price-excluding-tax,
.recently-viewed-products .product-price-box .price-including-tax {
  display: block;
  line-height: 17px;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
/* Product Ratings */
.ratings .rating-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
}
.ratings .rating-box:before {
  font-family: "FontAwesome";
  content: "\f005\f005\f005\f005\f005";
  color: #dadcdf;
  display: inline;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
}
.ratings .rating-box .rating {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.ratings .rating-box .rating:before {
  font-family: "FontAwesome";
  content: "\f005\f005\f005\f005\f005";
  color: #367d3d;
  display: inline;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
}
.ratings .rating-score {
  display: inline;
  overflow: hidden;
  color: #dadcdf;
  padding-left: 5px;
}
.ratings .rating-score span {
  color: #367d3d;
}
.ratings .amount {
  font-size: 11px;
  font-weight: 600;
  color: #999;
}
.ratings-big .rating-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
}
.ratings-big .rating-box:before {
  font-family: "FontAwesome";
  content: "\f005\20\f005\20\f005\20\f005\20\f005";
  color: #dadcdf;
  display: block;
  font-size: 28px;
  line-height: 30px;
}
.ratings-big .rating-box .rating {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.ratings-big .rating-box .rating:before {
  font-family: "FontAwesome";
  content: "\f005\20\f005\20\f005\20\f005\20\f005";
  color: #367d3d;
  display: block;
  font-size: 28px;
  line-height: 30px;
}
.ratings-big .rating-score {
  display: inline;
  overflow: hidden;
  color: #dadcdf;
  padding-left: 5px;
}
.ratings-big .rating-score span {
  color: #367d3d;
}
/* End Product Ratings */
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
/* Countdown timer */
.countdown-timer {
  margin: 10px 0;
}
.countdown-timer h5 {
  display: inline-block;
  font-size: 14px;
}
.countdown-timer #countdown-timer-remaining {
  font-size: 20px;
  display: inline-block;
  float: right;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.product_label {
  color: #ffffff;
  font-weight: 600;
}
.product_label.new {
  background-color: #cc0000;
}
.product_label.sale {
  background-color: #669933;
}
.product_label.custom {
  background-color: #3399cc;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.cms-index-index {
  /* Home Bar */
  /* End Home Bar */
  /* ADV */
  /* End ADV */
}
.cms-index-index .row .home-content h2 {
  margin: 28px 0px 15px;
  font-family: "Open Sans";
}
.cms-index-index .row .home-content h2 small {
  margin-top: 15px;
  margin-bottom: 48px;
  font-family: 'Open Sans', Arail, sans-serif;
  font-weight: 300;
}
.cms-index-index .row .home-content .home-block-first {
  width: 380px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.cms-index-index .row .home-content .home-block-first img:hover {
  opacity: .5;
}
.cms-index-index .row .home-content .home-block-first .home-blocks {
  padding-top: 54px;
  padding-bottom: 54px;
}
.cms-index-index .row .home-content .home-block-first:hover {
  opacity: .5;
  background: #efeff0;
}
.cms-index-index .row .home-content .home-block-last {
  width: 380px;
  height: auto;
  float: left;
}
.cms-index-index .row .home-content .home-block-last img:hover {
  opacity: .5;
}
.cms-index-index .row .home-content .home-block-last .home-blocks {
  padding-top: 54px;
  padding-bottom: 54px;
}
.cms-index-index .row .home-content .home-block-last:hover {
  opacity: .5;
  background: #efeff0;
}
.cms-index-index .row .page-title {
  display: none;
}
.cms-index-index .home-block.home-block-subtitle {
  margin-top: 20px;
}
.cms-index-index .custom-support {
  padding-top: 20px;
  text-align: center;
}
.cms-index-index #promotions-of-week {
  margin-top: 20px;
}
.cms-index-index #home-header-slider {
  top: -80px;
  position: relative;
  z-index: -999;
  display: block !important;
}
.cms-index-index .home-banner-top {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cms-index-index .home-banner-top .box-content {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.cms-index-index .home-banner-top .box-content .ca-content {
  bottom: 20px;
  width: 100%;
  margin: 20px 0 7px;
}
.cms-index-index .home-banner-top .box-content .ca-content .button {
  font-size: 100%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  text-transform: uppercase;
  padding: 8px 34px;
  font-size: 14px;
  background: #367d3d;
  color: #f4f4f5;
  border: 2px solid #367d3d;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  max-width: 280px;
  width: 270px;
}
.cms-index-index .home-banner-top .box-content .ca-content .button:hover {
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform: scale(1.05);
}
.cms-index-index .home-banner-top .box-content .banner2 {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 0;
}
.cms-index-index .home-banner-top .box-content .banner2 img {
  transition: -webkit-transform 0.15s linear;
  transition: transform .15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.cms-index-index .home-banner-top .box-content .banner2:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border: 0px solid rgba(255, 255, 255, 0);
  z-index: 1;
}
.cms-index-index .home-banner-top .box-content .banner2:hover {
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform: scale(1.05);
}
.cms-index-index .home-block-seo {
  background: url('https://mashini-bg.com/skin/frontend/ibg/alpha/media/wysiwyg/home/bg-services.png') 50% 0 no-repeat;
  text-align: center;
  margin: 25px 0;
  position: relative;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 10px;
  z-index: 7;
}
.cms-index-index .services {
  margin-top: 50px;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cms-index-index .services p {
  margin: 0;
}
.cms-index-index .services .btn {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cms-index-index .services:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.cms-index-index .services .planName {
  padding-top: 20px;
  padding-bottom: 0;
  text-align: center;
}
.cms-index-index .services .serviceFeatures {
  text-align: center;
  padding: 10px;
  color: #333;
}
.cms-index-index .services .serviceFeatures ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cms-index-index .services .serviceFeatures ul li {
  padding: 13px 0;
  list-style: none;
}
.cms-index-index .template5 {
  overflow: hidden;
  font: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  position: relative;
  border-top: 0px solid #367d3d;
  transition: all 0.3s linear 0s;
  background: #fff;
  float: left;
}
.cms-index-index .template5:hover {
  border-top: 0px solid #05719e;
  transition: all 0.3s linear 0s;
}
.cms-index-index .template5 .btn {
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-size: 15px;
  padding: 20px 30px;
  background: #367d3d;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.cms-index-index .template5 .btn:hover {
  background: #05719e !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.cms-index-index .PlanPricing {
  margin-top: 50px;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cms-index-index .PlanPricing:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.cms-index-index .PlanPricing .planName {
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}
.cms-index-index .PlanPricing .planName h3 {
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.cms-index-index .PlanPricing .planName p {
  color: #999;
  text-align: center;
}
.cms-index-index .template4 {
  overflow: hidden;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 300;
  position: relative;
  border-top: 5px solid #367d3d;
  transition: all 0.3s linear 0s;
  background: #fff;
  float: left;
  width: 27%;
  margin-left: 3%;
  margin-right: 3%;
}
.cms-index-index .template4:hover {
  border-top: 5px solid #367d3d;
  transition: all 0.3s linear 0s;
}
.cms-index-index .template4 .btn {
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-size: 15px;
  padding: 20px 30px;
  background: #367d3d;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.cms-index-index .template4 .btn:hover {
  background: #05719e !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.cms-index-index .home-block {
  margin-top: 20px;
}
.cms-index-index .home-block.home-block-subtitle h2 {
  margin: 0 0 30px;
  font-size: 30px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #464648;
}
.cms-index-index .home-block.home-block-subtitle h2 small {
  margin-top: 14px;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 16px;
  color: #5f5f64;
}
.cms-index-index .home-block.home-block-summer.block-summer-bg {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #bcbec0;
}
.cms-index-index .home-block.home-block-summer.block-summer-bg h1 {
  font-size: 40px;
  font-family: "Open Sans";
  font-weight: 300;
  color: #367d3d;
  text-transform: uppercase;
  padding-right: 25%;
}
.cms-index-index .home-block.home-block-summer.block-summer-bg a {
  color: #464648;
  font-family: "Open Sans";
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
}
.cms-index-index .home-block.home-block-summer.block-summer-bg div {
  height: 100%;
}
.cms-index-index .home-block.home-block-summer.block-summer-bg .table {
  display: table;
  margin-bottom: 0;
}
.cms-index-index .home-block.home-block-summer.block-summer-bg .table-cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .cms-index-index .home-block.home-block-summer.block-summer-bg {
    height: 70vh;
    background-position: center;
    border-bottom: none;
  }
  .cms-index-index .home-block.home-block-summer.block-summer-bg h1 {
    font-size: 25px;
    font-weight: 400;
    padding-right: 0;
  }
  .cms-index-index .home-block.home-block-summer.block-summer-bg .table {
    display: table;
    margin-bottom: 0;
  }
  .cms-index-index .home-block.home-block-summer.block-summer-bg .table-cell {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 6vh;
  }
  .cms-index-index .template4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .cms-index-index .template5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cms-index-index h2 {
  margin: 25px 0 30px;
  font-size: 26px;
  text-align: center;
  font-family: "Open Sans";
}
.cms-index-index h2 small {
  font-size: 16px;
  color: #5f5f64;
  display: block;
  margin-top: 10px;
}
.cms-index-index .alpha-content .product-image-box img {
  border: 1px solid #e1e1e1;
  padding: 0px;
  border-radius: 2px;
}
.cms-index-index .alpha-content .page-heading-bg {
  display: none;
}
.cms-index-index .box-home-bar {
  text-align: center;
}
.cms-index-index .box-home-bar .title-link {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.cms-index-index .box-home-bar .subtitle-link {
  margin-top: 5px;
  line-height: 1;
  padding-top: 5px;
}
.cms-index-index .adv-box {
  width: 190px;
  height: 430px;
  position: relative;
  background: #aaa;
  left: 0;
  top: 0;
  float: left;
}
.cms-index-index .home-carousel-box .title {
  margin-bottom: 30px;
}
.cms-index-index .home-carousel-box .title h2 {
  margin: 0;
  font-family: "Open Sans";
}
.cms-index-index .home-carousel-box .owl-buttons div i {
  color: #000 !important;
}
.cms-index-index .nav-right {
  margin: 8px 50px 27px 0;
}
.cms-index-index .nav-right.nav-pills > li > a {
  background: #aeaeae;
  padding: 8px 17px;
  background: #e1e1e1;
  color: white;
  font-weight: 600;
}
.cms-index-index .nav-right.nav-pills > li > a:hover {
  color: white;
  background: #367d3d;
}
.cms-index-index .nav-right.nav-pills > li.active > a {
  color: white;
  background: #367d3d;
}
.cms-index-index .nav-right.nav-pills > li + li {
  margin-left: 8px;
}
.cms-index-index .home-block img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cms-index-index .home-blocks:hover {
  background: #efeff0;
}
.cms-index-index #HomeOurProducts {
  padding: 0 0 5px;
  background: #007300;
}
.cms-index-index #HomeOurProducts .text-center {
  padding-left: 0;
  padding-right: 0;
}
.cms-index-index #HomeOurProducts .text-center .prod-image {
  position: relative;
}
.cms-index-index #HomeOurProducts .text-center .prod-image .prod-text {
  position: absolute;
  top: 32%;
  left: 0%;
}
.cms-index-index #HomeOurProducts .text-center .prod-image .prod-text h3 {
  font-size: 36px;
  color: #fff;
}
.cms-index-index #HomeOurProducts .text-center .prod-image .prod-text .custom {
  font-size: 20px;
  color: #fff;
  float: right;
  margin-right: 20px;
  margin-top: 100px;
}
.cms-index-index #HomeOurProducts .text-center .prod-image .icon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-index-index #HomeOurProducts .text-center .prod-image .icon-text h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.cms-index-index #HomeOurProducts .text-center .prod-image .link-cat {
  background: #2d3c4b;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.cms-index-index #HomeOurProducts .text-center .prod-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 115, 0, 0.8);
}
.cms-index-index #HomeOurProducts .text-center .prod-image .overlay .icon-text-overlay {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.cms-index-index #HomeOurProducts .text-center .prod-image .overlay .icon-text-overlay h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.cms-index-index #HomeOurProducts .text-center .prod-image:hover .overlay {
  opacity: 1;
}
.cms-index-index #HomeOurProducts .text-center .prod-image:hover .icon-text {
  opacity: 0;
}
.cms-index-index #HomeShop h3 {
  font-size: 27px;
}
.cms-index-index #HomeShop2 h3 {
  margin-bottom: 18px;
}
.cms-index-index #HomeShop2 .nav {
  display: flex;
  justify-content: center;
  padding: 0 0px;
  margin-bottom: 15px;
}
.cms-index-index #HomeShop2 .nav li a {
  border-radius: 2px;
  font-size: 15px;
  padding: 7px 15px;
}
.cms-index-index #HomeShop2 .nav-pills > li.active > a,
.cms-index-index #HomeShop2 .nav-pills > li.active > a:hover,
.cms-index-index #HomeShop2 .nav-pills > li.active > a:focus {
  background-color: #367d3d;
}
.cms-index-index #HomeAbout {
  background: #007300;
  padding: 0 0px;
}
.cms-index-index #HomeAbout .image-about {
  background: #fff;
}
.cms-index-index #HomeAbout .text-about {
  background: #fff;
  padding-bottom: 29px;
}
.cms-index-index #HomeAbout .text-about h3 {
  font-size: 27px;
}
.cms-index-index #HomeAbout .text-about .about-content p {
  font-size: 16px;
}
.cms-index-index #HomeAbout:before {
  padding: 0 0 5px;
  background: #007300;
}
.cms-index-index #HomeAbout:after {
  padding: 0 0 5px;
  background: #007300;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.header-404 .left-side .button {
  margin-top: 10px;
}
.categories-list {
  padding-bottom: 30px;
}
.categories-list h3 {
  margin: 0;
  padding: 70px 0 40px 0;
}
.categories-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories-list ul li {
  float: left;
  width: 200px;
  height: 220px;
  margin: 0 40px 40px 0;
  overflow: hidden;
  border: 0;
}
.categories-list ul li:nth-child(6n) {
  margin-right: 0;
}
.categories-list ul p {
  text-align: center;
  margin: 0;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.advanced-search .input-range input.input-text {
  width: 30%;
  display: inline-block;
}
.advanced-search .input-range .separator {
  margin: 0 10px;
}
.advanced-search .multiselect {
  height: 32px;
  font-size: 13px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 15px;
  line-height: 1.42857143;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #58595b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b7b7b7;
  border-radius: 0px;
  -webkit-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;
  height: 90px;
}
.advanced-search .multiselect:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.advanced-search .multiselect::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.advanced-search .multiselect:-ms-input-placeholder {
  color: #999999;
}
.advanced-search .multiselect::-webkit-input-placeholder {
  color: #999999;
}
.advanced-search .multiselect[disabled],
.advanced-search .multiselect[readonly],
fieldset[disabled] .advanced-search .multiselect {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.advanced-search .multiselect {
  height: auto;
}
.advanced-search .multiselect.has-error {
  border-color: #a94442 !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.advanced-search .multiselect.has-error: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;
}
.advanced-search .multiselect.has-error.has-error:focus,
.advanced-search .multiselect.has-error.has-error:active {
  border-color: #a94442 !important;
}
.advanced-search .multiselect:focus,
.advanced-search .multiselect:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
  outline: none;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
#product_comparison {
  margin-top: 50px;
  margin-bottom: 20px;
}
#product_comparison .compare-product-container {
  text-align: left;
}
#product_comparison .compare-product-container .compare-product-box {
  margin: 10px 0;
  display: inline-block;
  text-align: left;
}
#product_comparison .compare-product-container .compare-product-box .image-container {
  position: relative;
}
#product_comparison .compare-product-container .compare-product-box .image-container a.btn-remove {
  position: absolute;
  padding: 0;
  margin: 0;
  right: -8px;
  top: -13px;
  font-size: 18px;
  color: #f85556;
}
#product_comparison .compare-product-container .compare-product-box .image-container .product-action {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
#product_comparison .compare-product-container .compare-product-box .image-container .product-action a {
  color: #666;
  display: block;
}
#product_comparison .compare-product-container .compare-product-box .image-container .product-action a:hover {
  color: #019bd9;
}
#product_comparison .compare-product-container .compare-product-box .product-name {
  margin: 8px 0 5px;
  line-height: 16px;
}
#product_comparison .compare-product-container .compare-product-box .product-name a {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  display: block;
}
#product_comparison .compare-product-container .compare-product-box .product-image {
  border: 1px solid #cecece;
  display: block;
  padding: 5px;
}
#product_comparison .compare-product-container .compare-product-box:hover .product-action {
  display: block;
}
#product_comparison .compare-product-container .compare-product-box .ratings {
  padding: 4px 0;
}
#product_comparison .odd {
  background: #fff;
}
#product_comparison th {
  vertical-align: top;
  padding: 15px 50px  15px 10px;
  border-right: 1px solid #f3f4f6;
  font-size: 18px;
  font-weight: 300;
}
#product_comparison td {
  padding: 20px;
  vertical-align: top;
  font-size: 10px;
  border-right: 1px solid #f3f4f6;
}
#product_comparison td:last-child {
  border: 0;
}
#product_comparison tr {
  border-bottom: 3px solid #f3f4f6;
}
#product_comparison tr:last-child {
  border: 0;
}
#product_comparison .price-box .price {
  font-size: 14px;
  font-weight: 600;
}
#product_comparison .price-box.map-info a {
  display: block;
  margin: 10px 0;
}
#product_comparison .price-box a.minimal-price-link {
  display: none;
}
#product_comparison .price-box .old-price {
  font-size: 10px;
}
#product_comparison .price-box .old-price .price-label {
  display: none;
}
#product_comparison .price-box .old-price .price {
  text-decoration: line-through;
  color: #c4c2c2;
}
#product_comparison .price-box .old-price .discount {
  padding-left: 3px;
  color: #c4c2c2;
}
#product_comparison .price-box .special-price {
  padding: 3px 0;
}
#product_comparison .price-box .special-price .price-label {
  display: none;
}
#product_comparison .price-box .special-price .price {
  color: #cc0000;
}
#product_comparison .price-box .price-excluding-tax,
#product_comparison .price-box .price-including-tax {
  display: block;
  line-height: 17px;
}
#product_comparison .add-to-links {
  padding: 0;
  list-style: none;
}
#product_comparison .add-to-cart {
  margin-top: 10px;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.page-sitemap .sitemap {
  list-style: none;
  padding-left: 40px;
  padding-bottom: 100px;
  padding-top: 40px;
}
.page-sitemap .sitemap .level-0 {
  font-size: 16px;
}
.page-sitemap .sitemap .level-0 a {
  color: #000;
}
.page-sitemap .sitemap .sitemap-products {
  font-size: 10px;
  line-height: 13px;
  display: block;
}
.page-sitemap #sitemap_top_links ul {
  padding: 0;
}
.page-sitemap #sitemap_top_links ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.page-sitemap #sitemap_top_links ul li:hover,
.page-sitemap #sitemap_top_links ul li:focus {
  background: transparent;
}
.page-sitemap .pages ol {
  display: inline;
  list-style: none;
  padding: 0;
}
.page-sitemap .pager {
  display: block;
  padding-top: 20px;
  color: #999;
  text-align: left;
}
.page-sitemap .pager .amount {
  display: inline;
}
.page-sitemap .pager li {
  margin: 0 5px;
}
.page-sitemap .pager li a {
  padding: 0;
  border: 0;
  color: #444;
}
.page-sitemap .pager li a.previous,
.page-sitemap .pager li a.next {
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
.page-sitemap .pager li a:hover,
.page-sitemap .pager li a:focus {
  background: transparent;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
#aboutus .content-box {
  padding: 100px 0;
  padding-left: 20px;
}
#aboutus .content-box .box-text h3 {
  padding: 10px 0;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
}
#aboutus .content-box .box-text .line-bottom {
  border-bottom: 3px solid #000;
}
#aboutus .content-box .box-text h5 {
  color: #0291d6;
  font-style: italic;
}
#aboutus .content-box .box-text h6 {
  color: #0291d6;
  font-weight: 900;
  font-size: 16px;
}
#aboutus .content-box .box-text h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
#aboutus .content-box .box-text h4 {
  font-weight: 600;
  padding: 10px 0;
}
#aboutus .content-box .image-box {
  margin-left: 20px;
}
#aboutus .content-box .image-box-bottom {
  /*margin-bottom: -100px;*/
}
#aboutus .content-box .image-box-bottom img {
  float: right;
}
#aboutus .content-box .circle-box {
  text-align: center;
  margin-top: 50px;
}
#aboutus .content-box .circle-box .circle {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #aaa;
}
#aboutus .content-box .circle-box h4 {
  margin-top: 40px;
  color: #0291d6;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
}
#aboutus .btn-box {
  display: inline-block;
  margin-top: 20px;
}
#aboutus .btn-box .btn {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
}
#aboutus .bkg {
  background: #fafafa;
}
#aboutus p {
  line-height: 20px;
  color: #999;
}
#aboutus .first {
  padding-top: 40px;
}
#aboutus .first .box-text h3 {
  text-transform: none;
}
#aboutus .first .box-text p {
  color: #666;
}
#aboutus .img-bottom {
  padding-bottom: 40px;
}
#aboutus .black p {
  color: #000;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.rss-box {
  padding-left: 40px;
  padding-bottom: 100px;
}
.rss-box .rss-table th {
  padding-top: 40px;
}
.rss-box .rss-table td {
  padding: 10px;
}
.rss-box .rss-table tr.odd {
  background: #f5f5f5;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.tags-list {
  padding: 50px 40px 100px 40px;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.mixin-my-account-container {
  padding: 10px 15px;
  background: #ffffff;
}
.my-account-box {
  margin-bottom: 100px;
}
.my-account-box h1,
.my-account-box h2,
.my-account-box h3,
.my-account-box h4,
.my-account-box h5,
.my-account-box h6 {
  color: #367d3d;
  font-family: "Open Sans", Arial, sans-serif;
}
.my-account-box p {
  font-size: 16px;
}
.my-account-box .new-users button.btn {
  min-height: 50px;
  min-width: 360px;
  background: #464648;
  border: 1px solid #464648;
  color: #fff;
  border-radius: 2px;
}
.my-account-box .new-users button.btn span {
  font-size: 16px;
}
.my-account-box .new-users button.btn .fa-angle-right {
  font-size: 25px;
  float: right;
  padding-right: 13px;
}
.back-link,
.back-link > a {
  color: #aa4045;
  text-decoration: underline;
  font-style: italic;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  padding: 15px 0;
}
.my-account {
  font-family: 'Open Sans', Arial, sans-serif;
}
.my-account .page-title {
  border-bottom: 1px solid #d7d7d7;
  color: #367d3d;
  padding: 5px 15px 7px;
  position: relative;
  margin-bottom: 60px;
}
.my-account .page-title h1 {
  margin-bottom: 15px;
  font-size: 28px;
  margin-top: 15px;
}
.my-account .page-title h1 button.btn.btn-primary {
  padding: 6px 0;
  background-color: transparent;
  color: #aa4045;
  text-decoration: underline;
}
.my-account .page-title:after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: url('https://mashini-bg.com/skin/frontend/ibg/default/images/blackCarrot.png');
  display: block;
}
.my-account h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans";
}
.my-account a {
  color: #aa4045;
}
.my-account #form-validate {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
}
.my-account .dashboard .welcome-msg {
  padding: 10px 15px 0;
  color: #464648;
  font-size: 15px;
}
.my-account .dashboard .welcome-msg .hello strong {
  font-size: 16px;
  color: inherit;
}
.my-account .box-account .box-head {
  padding: 1px 15px 17px;
  color: #367d3d;
}
.my-account .box-account ol {
  padding: 10px 15px;
  background: #ffffff;
  list-style: none;
}
.my-account .no-display {
  display: none;
}
.my-account .box {
  margin-bottom: 30px;
  margin-top: 20px;
}
.my-account .box .box-title {
  padding: 1px 15px 10px;
  position: relative;
  border-bottom: 1px solid #0291d6;
}
.my-account .box .box-title h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
}
.my-account .box .box-title a {
  color: inherit;
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
  float: right;
}
.my-account .box .box-content {
  padding: 0 15px 0;
  font-size: 15px;
  min-height: 80px;
}
.my-account .box .box-content p {
  margin-top: 8px;
}
.my-account .box .box-content p a {
  color: inherit;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: italic;
  text-decoration: underline;
}
.my-account .box .box-content .col-1,
.my-account .box .box-content .col-2 {
  float: left;
  width: 48.5%;
}
.my-account .box .box-content .col-1 h4,
.my-account .box .box-content .col-2 h4 {
  font-size: 15px;
  font-weight: 600;
}
.my-account .box .box-content .col-1 address a,
.my-account .box .box-content .col-2 address a {
  font-size: 14px;
  color: inherit;
  text-decoration: underline;
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: italic;
}
.my-account .addresses-primary,
.my-account .addresses-additional {
  margin-bottom: 20px;
}
.my-account .addresses-primary ol,
.my-account .addresses-additional ol {
  padding: 10px 15px;
  background: #ffffff;
  list-style: none;
}
.my-account .my-account-table-box {
  padding: 10px 15px;
  background: #ffffff;
  margin-bottom: 20px;
}
.my-account .my-account-table-box .data-table {
  width: 100%;
}
.my-account .buttons-set .required {
  text-align: right;
  color: red;
}
.my-account .buttons-set p.back-link a {
  font-size: 14px;
  color: inherit;
  text-decoration: underline;
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: italic;
  padding: 15px 0;
  display: inline-block;
}
.my-account .buttons-set p.back-link:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.my-account .title-buttons div {
  margin-top: 50px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.my-account .my-wishlist .my-account-table-box {
  padding: 20px 0;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table {
  border-collapse: separate;
  border-spacing: 0 30px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table th {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #b7b7b7;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr {
  margin-bottom: 30px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr > td {
  padding: 20px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr > td:last-child {
  border-right: 1px solid #e1e1e1;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr > td:nth-child(2) {
  border-left: 1px solid #e1e1e1;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .product-name {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .product-name a {
  color: #000;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .product-name a:hover {
  text-decoration: none;
  color: #367d3d;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .product-name span > img,
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .product-name span > svg {
  transform: rotate(-90deg);
  height: 14px;
  margin-left: 10px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr textarea {
  display: block;
  width: 100%;
  height: auto;
  border-color: #e7e7e7;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr textarea:focus {
  outline: none;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .description {
  margin-right: 10px;
  padding-bottom: 15px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .description .link-learn {
  color: #939598;
  display: block;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .description .link-learn:after {
  content: "\f105";
  font-family: FontAwesome;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .actions {
  padding-top: 5px;
  padding-bottom: 10px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .actions .col-sm-8 {
  padding-right: 5px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .actions .col-sm-4 {
  padding-left: 5px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .actions .attribute-size label {
  font-size: 13px;
  margin-bottom: 3px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .actions .attribute-size .selectdiv {
  height: 30px;
  background-size: 10px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .actions .attribute-size .selectdiv > select {
  height: 30px;
  font-size: 12px;
  width: 109%;
  padding: 0px 5px 3px 5px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .actions .product-add-to-cart {
  text-align: right;
  padding-right: 30px;
  padding-top: 19px;
}
.my-account .my-wishlist .my-account-table-box #wishlist-table tbody > tr .actions .product-add-to-cart .btn.add-to-cart {
  padding: 5px 30px;
}
#is_subscribed {
  float: left;
  width: 5%;
  min-height: 16px;
}
#is_saveme {
  float: left;
  width: 5%;
  min-height: 16px;
}
.checkboxdiv label {
  top: 3px;
}
.form-control,
.input-box textarea,
.input-box input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 15px;
  line-height: 1.42857143;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #58595b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b7b7b7;
  border-radius: 0px;
  -webkit-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;
}
.form-control:focus,
.input-box textarea:focus,
.input-box input:focus,
.form-control:active,
.input-box textarea:active,
.input-box input:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
  outline: none;
}
#prefix.form-control,
.form-list #email {
  padding: 0 15px;
}
.input-box select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  line-height: 1.42857143;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #58595b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b7b7b7;
  border-radius: 0px;
  -webkit-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;
}
#popupRegisterContent {
  background-color: #ffffff;
  padding: 26px 30px 26px 30px;
  max-width: 100%;
}
.fancybox-outer li {
  list-style: none;
}
.register-form {
  background: #fff;
  padding: 8px 30px 8px 30px;
}
.register-form:before {
  position: absolute;
  right: 0px;
  top: -18px;
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-image: url('https://mashini-bg.com/skin/frontend/ibg/default/images/blackCarrot2.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0;
}
.account-edit,
.account-create {
  /* show the placeholder when input has no content (no content = invalid) */
  /* hide the placeholder when input has some text typed in */
}
.account-edit .page-title,
.account-create .page-title {
  padding-bottom: 1px;
  border-bottom: #000 2px solid;
  margin-bottom: 40px;
}
.account-edit .page-title h1,
.account-create .page-title h1 {
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 26px;
  color: #367d3d;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.account-edit .fields > div.field:last-child,
.account-create .fields > div.field:last-child,
.account-edit .fields > div.field:nth-child(2),
.account-create .fields > div.field:nth-child(2) {
  padding-right: 0;
}
.account-edit .fields > div.field.col-sm-6:first-child,
.account-create .fields > div.field.col-sm-6:first-child,
.account-edit .fields > div.field.col-sm-12:first-child,
.account-create .fields > div.field.col-sm-12:first-child {
  padding-left: 0;
}
.account-edit .fields .field.dob,
.account-create .fields .field.dob {
  margin-bottom: 11px;
}
.account-edit .fields .field.dob .dob-day,
.account-create .fields .field.dob .dob-day,
.account-edit .fields .field.dob .dob-month,
.account-create .fields .field.dob .dob-month,
.account-edit .fields .field.dob .dob-year,
.account-create .fields .field.dob .dob-year {
  margin-bottom: 0;
}
.account-edit .fields .field.gender,
.account-create .fields .field.gender {
  margin-bottom: 45px;
}
.account-edit .collapsable-field,
.account-create .collapsable-field {
  display: inline-block;
  width: 100%;
  padding: 0 0 18px 0;
}
.account-edit .collapsable-field .nav-toggle-invoice,
.account-create .collapsable-field .nav-toggle-invoice {
  display: inline-block;
  width: 100%;
  padding: 0px 0 10px 15px;
}
.account-edit .invoice-header,
.account-create .invoice-header {
  border-bottom: #b7b7b7 1px solid;
  background-color: transparent;
  font-weight: 100;
  -webkit-transition: background-color ease-out 0.15s;
  transition: background-color ease-out 0.15s;
}
.account-edit .invoice-header.opened,
.account-create .invoice-header.opened {
  background-color: #ebebeb;
}
.account-edit .invoice-header.opened h1,
.account-create .invoice-header.opened h1 {
  font-weight: 700;
}
.account-edit .invoice-header.opened .fa-angle-down,
.account-create .invoice-header.opened .fa-angle-down {
  transform: rotate(180deg);
}
.account-edit .invoice-header h1,
.account-create .invoice-header h1 {
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #58595b;
}
.account-edit .invoice-header a:hover,
.account-create .invoice-header a:hover {
  text-decoration: none;
}
.account-edit .invoice-header a:focus,
.account-create .invoice-header a:focus {
  text-decoration: none;
}
.account-edit .invoice-header .fa-angle-down,
.account-create .invoice-header .fa-angle-down {
  background: url("https://mashini-bg.com/skin/frontend/ibg/default/images/icons/select-icon.svg") no-repeat;
  width: 16px;
  height: 16px;
  font-size: 0;
  float: right;
  margin: -20px 23px 0 0;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
}
.account-edit .invoice.fields > div.field:nth-child(even),
.account-create .invoice.fields > div.field:nth-child(even) {
  padding-right: 0;
}
.account-edit .findus-header,
.account-create .findus-header {
  padding-bottom: 15px;
  padding-top: 8px;
  border-bottom: #b7b7b7 1px solid;
}
.account-edit .findus-header h1,
.account-create .findus-header h1 {
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #58595b;
}
.account-edit .findus-header a:hover,
.account-create .findus-header a:hover {
  text-decoration: none;
}
.account-edit .findus-header a:focus,
.account-create .findus-header a:focus {
  text-decoration: none;
}
.account-edit .col-sm-3,
.account-create .col-sm-3,
.account-edit .col-sm-4,
.account-create .col-sm-4,
.account-edit .col-sm-6,
.account-create .col-sm-6 {
  margin-bottom: 11px;
}
.account-edit .col-sm-3 .input-box input,
.account-create .col-sm-3 .input-box input,
.account-edit .col-sm-4 .input-box input,
.account-create .col-sm-4 .input-box input,
.account-edit .col-sm-6 .input-box input,
.account-create .col-sm-6 .input-box input {
  min-height: 50px;
}
.account-edit .col-sm-3 input.input-text,
.account-create .col-sm-3 input.input-text,
.account-edit .col-sm-4 input.input-text,
.account-create .col-sm-4 input.input-text,
.account-edit .col-sm-6 input.input-text,
.account-create .col-sm-6 input.input-text {
  min-height: 50px;
}
.account-edit .col-sm-3 .input-box select,
.account-create .col-sm-3 .input-box select,
.account-edit .col-sm-4 .input-box select,
.account-create .col-sm-4 .input-box select,
.account-edit .col-sm-6 .input-box select,
.account-create .col-sm-6 .input-box select {
  min-height: 50px;
}
.account-edit .col-sm-3 .input-box.selectdiv,
.account-create .col-sm-3 .input-box.selectdiv,
.account-edit .col-sm-4 .input-box.selectdiv,
.account-create .col-sm-4 .input-box.selectdiv,
.account-edit .col-sm-6 .input-box.selectdiv,
.account-create .col-sm-6 .input-box.selectdiv {
  height: 50px;
  margin-top: 0;
}
.account-edit .col-sm-3 .form-control,
.account-create .col-sm-3 .form-control,
.account-edit .col-sm-4 .form-control,
.account-create .col-sm-4 .form-control,
.account-edit .col-sm-6 .form-control,
.account-create .col-sm-6 .form-control {
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #58595b;
}
.account-edit .col-sm-12,
.account-create .col-sm-12 {
  margin-bottom: 11px;
}
.account-edit .col-sm-12 .input-box input,
.account-create .col-sm-12 .input-box input {
  min-height: 50px;
}
.account-edit .col-sm-12 input.input-text,
.account-create .col-sm-12 input.input-text {
  min-height: 50px;
}
.account-edit .col-sm-12 .input-box select,
.account-create .col-sm-12 .input-box select {
  min-height: 50px;
}
.account-edit .col-sm-12 .input-box.subscribe,
.account-create .col-sm-12 .input-box.subscribe {
  margin-top: 0;
  margin-bottom: 10px;
}
.account-edit .col-sm-12 .input-box.subscribe .checkboxdiv label,
.account-create .col-sm-12 .input-box.subscribe .checkboxdiv label {
  top: 3px;
}
.account-edit .col-sm-12 .input-box.capcha,
.account-create .col-sm-12 .input-box.capcha {
  margin-top: 20px;
}
.account-edit .col-sm-12 .form-control,
.account-create .col-sm-12 .form-control {
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #58595b;
}
.account-edit .buttons-set,
.account-create .buttons-set {
  margin-top: 25px;
  padding-left: 0;
  padding-right: 0;
}
.account-edit .buttons-set button.submit,
.account-create .buttons-set button.submit {
  min-height: 50px;
  min-width: 100%;
  background: #367d3d;
  border: 1px solid #367d3d;
  color: #fff;
  border-radius: 2px;
}
.account-edit .buttons-set button.submit:hover,
.account-create .buttons-set button.submit:hover {
  background: #007300;
}
.account-edit .buttons-set button.submit .button-submit-register,
.account-create .buttons-set button.submit .button-submit-register {
  position: relative;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
}
.account-edit .buttons-set button.submit .fa-angle-right,
.account-create .buttons-set button.submit .fa-angle-right {
  font-size: 25px;
  float: right;
  padding-right: 13px;
}
.account-edit .buttons-set button.login,
.account-create .buttons-set button.login {
  min-height: 50px;
  min-width: 360px;
  background: #fff !important;
  border: 1px solid #464648;
  color: #464648 !important;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.account-edit .buttons-set button.login .button-submit-login,
.account-create .buttons-set button.login .button-submit-login {
  position: relative;
  left: -130px;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
}
.account-edit .buttons-set button.login .fa-angle-right,
.account-create .buttons-set button.login .fa-angle-right {
  font-size: 25px;
  float: right;
  padding-right: 13px;
}
.account-edit .g-recaptcha,
.account-create .g-recaptcha {
  max-width: 360px;
  overflow: hidden;
}
.account-edit .pull-left,
.account-create .pull-left {
  display: none;
}
.account-edit .fa.fa-times.fa-1,
.account-create .fa.fa-times.fa-1 {
  display: none;
}
.account-edit input[required] + label.required,
.account-create input[required] + label.required,
.account-edit textarea[required] + label.required,
.account-create textarea[required] + label.required,
.account-edit select[required] + label.required,
.account-create select[required] + label.required {
  pointer-events: none;
  color: #58595b;
  font-size: 16px;
  position: absolute;
  left: 16px;
  /* the negative of the input width */
  top: 14px;
}
.account-edit input[required] + label.required:after,
.account-create input[required] + label.required:after,
.account-edit textarea[required] + label.required:after,
.account-create textarea[required] + label.required:after,
.account-edit select[required] + label.required:after,
.account-create select[required] + label.required:after {
  content: '*';
  color: #367d3d;
}
.account-edit input[required]:invalid + label.required,
.account-create input[required]:invalid + label.required,
.account-edit textarea[required]:invalid + label.required,
.account-create textarea[required]:invalid + label.required,
.account-edit select[required].required + label.required,
.account-create select[required].required + label.required {
  display: inline-block;
}
.account-edit input[required]:active + label.required,
.account-create input[required]:active + label.required,
.account-edit textarea[required]:active + label.required,
.account-create textarea[required]:active + label.required,
.account-edit input[required]:focus + label.required,
.account-create input[required]:focus + label.required,
.account-edit textarea[required]:focus + label.required,
.account-create textarea[required]:focus + label.required,
.account-edit input[required]:valid + label.required,
.account-create input[required]:valid + label.required,
.account-edit textarea[required]:valid + label.required,
.account-create textarea[required]:valid + label.required,
.account-edit select[required].changed + label.required,
.account-create select[required].changed + label.required {
  display: none;
}
.account-edit input[type="email"]:focus + label.required,
.account-create input[type="email"]:focus + label.required {
  display: none;
}
.account-edit .customFileAttach,
.account-create .customFileAttach {
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}
.account-edit .label.customFileAttachButton,
.account-create .label.customFileAttachButton {
  min-height: 50px;
  padding: 15px;
}
.account-edit .customFileAttach + .customFileAttachButton,
.account-create .customFileAttach + .customFileAttachButton,
.account-edit .customFileAttach ~ .customFileAttachButton,
.account-create .customFileAttach ~ .customFileAttachButton {
  font-weight: inherit;
  position: relative;
  padding: 15px;
  line-height: 1;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 50px;
}
.account-edit .customFileAttach + .customFileAttachButton:after,
.account-create .customFileAttach + .customFileAttachButton:after,
.account-edit .customFileAttach ~ .customFileAttachButton:after,
.account-create .customFileAttach ~ .customFileAttachButton:after {
  display: inline-block;
  content: '';
  background: url('https://mashini-bg.com/skin/frontend/ibg/default//images/icons/fileattach-icon.svg') center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.account-edit .important-notice,
.account-create .important-notice {
  padding: 1rem 0 0;
}
.account-edit .important-notice > p,
.account-create .important-notice > p {
  margin: 0;
}
.account-edit .fields.attachments .field input.input-text,
.account-create .fields.attachments .field input.input-text {
  width: 50px;
  padding: 10px 0 0 53px;
  background: url('https://mashini-bg.com/skin/frontend/ibg/default//images/icons/fileattach-icon.svg') center no-repeat;
  float: right;
  overflow: hidden;
  border-left-color: transparent;
}
.account-edit .fields.attachments .field label.customFileAttachButton,
.account-create .fields.attachments .field label.customFileAttachButton {
  width: 84%;
  min-height: 50px;
  padding: 16px 8px 0;
  margin: 0;
  line-height: 1;
  font-size: 13px;
  border-right-color: transparent;
}
.buttons-set2 {
  text-align: right;
}
.buttons-set2 button.btn-default {
  background: #367d3d;
  border: 1px solid #367d3d;
  color: #fff;
  font-size: 15px;
  border-radius: 2px;
  padding: 6px 15px;
  -webkit-transition: background ease 0.25s;
  transition: background ease 0.25s;
}
.buttons-set2 button.btn-default:hover {
  background: #007300;
  border: 1px solid #007300;
}
.buttons-set .button > span {
  font-size: 100%;
  padding: 10px 20px;
  color: #fff;
}
.buttons-set button.btn-continue,
.buttons-set2 button.btn-continue,
.buttons-set button.btn-default,
.buttons-set2 button.btn-default {
  background: #367d3d;
  border: 1px solid #367d3d;
  color: #fff;
  font-size: 15px;
  border-radius: 2px;
  padding: 6px 15px;
  font-style: normal;
  -webkit-transition: background ease 0.25s;
  transition: background ease 0.25s;
}
.buttons-set button.btn-continue:hover,
.buttons-set2 button.btn-continue:hover,
.buttons-set button.btn-default:hover,
.buttons-set2 button.btn-default:hover {
  background: #007300;
  border: 1px solid #007300;
}
.account-edit input[required] + label.required,
.account-edit select[required] + label.required {
  left: 36px;
}
.account-edit .checkboxdiv {
  margin-top: 0;
}
.account-edit .checkboxdiv label {
  width: 15px;
  height: 15px;
  top: 1px;
}
.account-edit .checkboxdiv label:after {
  width: 11px;
  height: 11px;
  top: 1px;
  left: 1px;
  background: #aa4045;
}
.account-edit .checkboxdiv > span {
  margin-left: 25px;
  font-size: 13px;
}
.account-edit .checkboxdiv input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.account-edit .col-sm-4 {
  margin-bottom: 11px;
}
.account-edit .col-sm-4 input.input-text {
  min-height: 50px;
}
.account-edit .col-sm-4 .input-box select {
  min-height: 50px;
}
.account-edit .buttons-set {
  margin-top: 0;
}
.account-edit .buttons-set button.submit {
  min-width: 360px;
  background: #367d3d;
  border: 1px solid #367d3d;
  color: #fff;
  border-radius: 2px;
  padding: 6px 15px;
  position: relative;
}
.account-edit .buttons-set button.submit .fa-angle-right {
  font-size: 25px;
  float: none;
  line-height: 1;
  position: absolute;
  padding: 0;
  right: 15px;
  top: 12px;
}
.account-edit .buttons-set button.submit > span {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
.account-edit .buttons-set button.submit:focus {
  outline: none;
}
.account-create .col-sm-6 {
  padding-left: 0;
}
.account-create .col-sm-6 .input-box.subscribe {
  margin-top: 0;
  margin-bottom: 10px;
}
.account-create .col-sm-6 .input-box .saveme a {
  color: #58595b !important;
}
.account-create .col-sm-6 .input-box .saveme a:hover {
  text-decoration: underline !important;
}
.account-create .col-sm-6 .input-box.capcha {
  margin-top: 20px;
}
.account-create .col-sm-12 {
  padding-left: 0;
}
.login-form {
  background: #fff;
  padding: 26px 30px 26px 30px;
}
.login-form:before {
  position: absolute;
  right: 0px;
  top: -18px;
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  margin: 0;
}
.account-login .page-title {
  padding-bottom: 1px;
  border-bottom: #000 2px solid;
  margin-bottom: 40px;
}
.account-login .page-title h1 {
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 26px;
  color: #367d3d;
  text-transform: uppercase;
  margin: 0 17px 15px;
}
.account-login .f-pass {
  text-align: center;
  margin-top: 20px;
}
.account-login .f-pass a {
  font-size: 14px;
  color: #58595b;
}
.account-login .f-pass a:hover {
  color: #006fa4;
}
button.btn .check-voucher {
  color: #fff;
  padding: 10px 75px;
  left: 138px;
  position: relative;
}
.customer-account-login .account-login .page-title {
  margin-bottom: 20px;
}
.customer-account-login .account-login .page-title h1 {
  margin: 0 0 15px;
}
.customer-account-login .account-login h2 {
  font-size: 21px;
  font-family: "Open Sans";
}
.customer-account-login .account-login .content {
  min-height: 250px;
}
.customer-account-login .account-login button.btn {
  background-color: #367d3d;
  padding: 6px 15px;
  text-transform: none;
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 2px;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s;
}
.customer-account-login .account-login button.btn span span {
  font-size: 15px;
  color: #fff;
}
.customer-account-login .account-login button:hover,
.customer-account-login .account-login button:focus {
  background-color: #007300;
}
.customer-account-login .account-login .buttons-set {
  margin-bottom: 20px;
}
.customer-account-login .account-login .buttons-set a {
  margin-top: 25px;
  display: block;
  color: #58595b;
  text-decoration: underline;
}
.customer-account-create .account-create .col-sm-6,
.customer-account-create .account-create .col-sm-12 {
  padding-left: 0px;
  padding-right: 20px;
}
.customer-account-create .account-create .page-title {
  margin-bottom: 20px;
}
.customer-account-create .account-create .page-title h1 {
  margin: 0 0 15px;
}
.customer-account-create .account-create h2 {
  font-size: 21px;
  font-family: "Open Sans";
}
.customer-account-create .account-create .form-list li.fields div.field {
  margin-bottom: 10px;
}
.customer-account-create .account-create .fields .field.dob {
  margin-top: 20px;
}
.customer-account-create .account-create button.btn {
  background-color: #367d3d;
  padding: 5px 15px;
  text-transform: none;
  display: block;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s;
}
.customer-account-create .account-create button.btn span span {
  font-size: 15px;
  color: #fff;
}
.customer-account-create .account-create button:hover,
.customer-account-create .account-create button:focus {
  background-color: #007300;
}
.customer-account-create .account-create .buttons-set {
  margin-bottom: 20px;
}
.customer-account-create .account-create .buttons-set a {
  margin-top: 25px;
  display: block;
  color: #58595b;
  text-decoration: underline;
}
.customer-account-forgotpassword .page-title {
  padding-bottom: 1px;
  border-bottom: #000 2px solid;
  margin-bottom: 40px;
}
.customer-account-forgotpassword .page-title h1 {
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 26px;
  color: #367d3d;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.customer-account-forgotpassword h2 {
  font-size: 21px;
  font-family: "Open Sans";
}
.customer-account-forgotpassword .my-account-box button.btn {
  background-color: #367d3d;
  padding: 5px 15px;
  text-transform: none;
  display: block;
  text-align: center;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s;
}
.customer-account-forgotpassword .my-account-box button.btn span span {
  font-size: 15px;
  color: #fff;
}
.customer-account-forgotpassword .my-account-box button:hover,
.customer-account-forgotpassword .my-account-box button:focus {
  background-color: #007300;
}
button.login {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.b-close {
  position: absolute;
  right: 42px;
  top: 30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.b-close svg {
  width: 100%;
  height: 100%;
}
.b-close svg path {
  fill: #cccccc;
}
.b-close:hover {
  background-color: transparent !important;
}
.b-close:hover svg path {
  fill: #ffffff;
}
.b-remove {
  display: block;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.b-remove .svg,
.b-remove svg {
  width: 100%;
  height: 100%;
}
.b-remove .svg path,
.b-remove svg path {
  fill: #cccccc;
}
.b-remove:hover .svg path,
.b-remove:hover svg path {
  fill: #ffffff;
}
.block-reorder #cart-sidebar-reorder .checkboxdiv {
  margin: 2px auto;
}
.block-reorder #cart-sidebar-reorder .checkboxdiv label {
  width: 12px;
  height: 12px;
}
.block-reorder #cart-sidebar-reorder .checkboxdiv label:after {
  width: 8px;
  height: 8px;
  top: 1px;
  left: 1px;
  background: #367d3d;
}
.block-reorder #cart-sidebar-reorder .checkboxdiv > span {
  margin-left: 20px;
}
.block-reorder #cart-sidebar-reorder .checkboxdiv > span a {
  font-size: 12px;
  display: block;
  line-height: 1.2;
}
.block-reorder .actions .btn.btn-cart {
  padding: 5px 10px;
}
.block-reorder .actions a {
  font-size: 14px;
  display: block;
  line-height: 2.2;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
/* Contact Page Design1 */
.contact-form {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 2px;
}
.contact-form h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-form .form-list .fields .field {
  width: 48%;
  display: inline-block;
}
#contact-info {
  margin: 40px 0;
}
#contact-info h3 {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: bold;
}
#contact-info ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-info ul.social li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
#contact-info ul.social li a {
  min-width: 40px;
  text-align: center;
  background: #f0f0f0;
  font-size: 20px;
  color: #000;
  display: block;
  padding: 5px 10px;
}
#contact-info ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-info ul.list li {
  margin-bottom: 5px;
}
#contact-info ul.list li span,
#contact-info ul.list li a {
  color: #000;
}
#contact-info ul.list li i {
  font-size: 14px;
  padding-right: 10px;
  padding-top: 2px;
  vertical-align: top;
}
#contact-info ul.list li div {
  display: inline-block;
}
/* Contact Page Design2 */
/*Common*/
.page-box-header .row-same-height .col-sm-height .left-side {
  padding: 15px 0 0 15px;
}
.page-box-header .row-same-height .col-sm-height .left-side h1 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  padding-bottom: 10px;
}
.page-box-header .row-same-height .col-sm-height .right-side .box {
  text-align: center;
  display: block;
}
.page-box-header .row-same-height .col-sm-height .right-side .box img {
  vertical-align: bottom;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: block;
}
.col-xs-height {
  display: block;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
  .row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
  .row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
  .row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
  }
}
/*End Common*/
.buttons-set .required {
  color: red;
  margin-top: -10px;
}
#contact-info2 {
  margin: 75px 0 65px 0;
}
#contact-info2 h3 {
  /*        margin-top: 0;
                margin-bottom: 20px;
                text-transform: none;
                font-weight: bold;*/
}
#contact-info2 ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-info2 ul.social li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
#contact-info2 ul.social li a {
  min-width: 40px;
  text-align: center;
  background: #f0f0f0;
  font-size: 20px;
  color: #000;
  display: block;
  padding: 5px 10px;
}
#contact-info2 ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-info2 ul.list li {
  margin-bottom: 5px;
}
#contact-info2 ul.list li span,
#contact-info2 ul.list li a {
  color: #000;
}
#contact-info2 ul.list li i {
  font-size: 14px;
  padding-right: 10px;
  padding-top: 2px;
  vertical-align: top;
}
#contact-info2 ul.list li div {
  display: inline-block;
}
.contact-form2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.contact-form2 .nopadding-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.contact-form2 .nopadding-right {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.contact-form2 #comment {
  height: 172px;
}
.contact-form2 .company {
  text-align: center;
}
.contact-form2 .company img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact-form2 .company .company-address,
.contact-form2 .company .company-email,
.contact-form2 .company .company-phones {
  font-size: 14px;
}
.contact-form2 .company .company-pdps img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-bottom-box {
  margin-bottom: 100px;
}
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
.cart {
  margin-top: 10px;
  position: relative;
  z-index: 21;
  /*Right side collapse forms*/
  /*End Right side collapse forms*/
  /*table*/
  /*end table*/
}
.cart .page-title h1 {
  text-transform: uppercase;
  font-size: 28px;
  color: #367d3d;
  border-bottom: 2px solid #464648;
  padding-bottom: 15px;
  margin-left: 10px;
}
.cart .title-buttons ul.checkout-types {
  display: none;
}
.cart #empty_cart_button {
  display: none;
}
.cart input[type="radio"] {
  margin: 0;
  margin-top: 2px;
  margin-left: -20px;
}
.cart #discount-coupon-form .discount {
  border: 0px solid #e1e1e1;
  width: 245px;
  padding-left: 10px;
}
.cart #cart-product {
  margin-left: 10px;
}
.cart .show-hide-form {
  display: none;
}
.cart .right-block-collapse #discount-coupon-form,
.cart .right-block-collapse #shipping {
  position: relative;
}
.cart .right-block-collapse .discount-form {
  display: none;
}
.cart .right-block-collapse .shipping-form {
  display: none;
}
.cart .right-block-collapse .show-hide-form {
  position: absolute;
  top: 17px;
  right: 10px;
  display: block;
  font-size: 14px;
  cursor: pointer;
}
.cart .product-page-right {
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 25px;
  margin-bottom: 15px;
}
.cart .product-page-right .product {
  margin-top: 10px;
}
.cart .product-page-right .product .product-image {
  margin-right: 10px;
}
.cart .product-page-right .product .product-details .product-name a {
  color: #666;
  font-size: 12px;
}
.cart .product-page-right .product .product-details .product-name a:hover {
  color: #000;
}
.cart .product-page-right .product .product-details p {
  padding: 0;
  margin: 0;
}
.cart .product-page-right h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000;
  font-family: "OpenSans Regular";
}
.cart .discount h3,
.cart .shipping h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}
.cart .shipping {
  display: none;
}
.cart .totals,
.cart .shipping,
.cart .discount {
  background: #ffffff;
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
}
.cart #shipping-zip-form p {
  margin-top: 9px;
  font-size: 12px;
  color: #999999;
}
.cart #discount-coupon-form label,
.cart #activateGiftCard label {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #464648;
}
.cart .discount,
.cart .totals {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  width: 255px;
  max-width: 255px;
}
.cart .discount button.btn,
.cart .totals button.btn {
  width: 100%;
  margin-top: 15px;
  margin-left: 0;
  color: #ffffff;
  font-size: 16px;
  border-radius: 2px;
  padding: 9px 16px;
  background-color: #367d3d;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s;
}
.cart .discount button.btn:hover,
.cart .totals button.btn:hover {
  background-color: #007300;
}
.cart .discount .discount,
.cart .totals .discount {
  padding-left: 10px;
  padding-right: 10px;
  border: 0px solid #e1e1e1;
  width: 250px;
}
.cart .discount .input-group {
  width: 100%;
  margin-bottom: 6px;
  display: block;
}
.cart .discount .input-group input {
  min-height: 44px;
  padding: 0;
  border-radius: 2px;
}
.cart .totals a.btn {
  width: 100%;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 16px;
  border-radius: 2px;
  padding: 9px 3px;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s;
}
.cart .credit-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  overflow: visible;
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
}
.cart .credit-button:last-child {
  float: right;
}
.cart .cart-collaterals h2 {
  font-size: 22px;
  font-weight: 600;
  color: #464648;
  text-transform: none;
  margin-top: 0;
  font-family: "OpenSans Regular";
}
.cart table.data-table {
  font-family: "OpenSans Regular", "Open Sans", Arial, sans-serif;
  width: 100%;
}
.cart table.data-table tbody tr {
  border: 1px solid #e1e1e1;
}
.cart table.data-table tbody tr td .price {
  font-size: 24px;
  color: #464648;
}
.cart table.data-table tbody tr td h5,
.cart table.data-table tbody tr td h5 > a {
  font-size: 18px;
  line-height: 1.2;
}
.cart table.data-table tbody tr td:first-child,
.cart table.data-table tbody tr td:last-child {
  border-right: 1px solid #e1e1e1;
}
.cart table.data-table tfoot button {
  margin-top: 15px;
  background-color: #367d3d;
  color: #ffffff;
  font-size: 18px;
  border-radius: 2px;
  padding: 9px 16px;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s;
}
.cart table.data-table tfoot button:hover {
  background-color: #007300;
}
.cart table.data-table tfoot .btn-continue {
  float: left;
}
.cart table.data-table tr.odd {
  background: #fff;
}
.cart table.data-table tr .product-image {
  display: block;
  height: 140px;
  width: 140px;
}
.cart table.data-table tr th {
  font-weight: 600;
  font-size: 12px;
  padding: 8px 0px;
}
.cart table.data-table tr td {
  padding: 13px 10px 13px 10px;
  border-top: 0;
}
.cart table.data-table tr td .qty-box {
  min-width: 70px;
}
.cart table.data-table tr td.edit-product {
  padding-left: 10px;
  padding-right: 10px;
}
.cart table.data-table tr td a {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.cart table.data-table tr td dl {
  max-width: 350px;
}
.cart table.data-table tr td dl dt {
  font-weight: 600;
  padding-top: 10px;
  font-size: 14px;
}
.cart table.data-table tr td dl dd {
  margin-left: 0;
  font-size: 14px;
}
.cart table.data-table tr td .price {
  font-weight: 600;
}
.cart table.data-table tr td .product-name {
  font-weight: 600;
  margin: 0;
  font-size: 12px;
  max-width: 350px;
}
.cart table.data-table tr td .btn-remove {
  color: #666666;
}
.cart table.data-table tr td .qty {
  text-align: center;
}
.cart table.data-table tr td .product-page-qty-buttons {
  display: none;
  position: relative;
  width: 18px;
  height: 24px;
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 2px;
}
.cart table.data-table tr td .product-page-qty-buttons a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000;
  text-align: center;
  line-height: 1px;
}
.cart table.data-table tr td .product-page-qty-buttons a.qty-inc {
  top: 0;
}
.cart table.data-table tr td .product-page-qty-buttons a.qty-inc:hover {
  color: #007ED1;
}
.cart table.data-table tr td .product-page-qty-buttons a.qty-dec {
  bottom: 0;
}
.cart table.data-table tr td .product-page-qty-buttons a.qty-dec i {
  border-top: 1px solid #ccc;
}
.cart table.data-table tr td .product-page-qty-buttons a.qty-dec:hover {
  color: #007ED1;
}
.cart table.data-table tr td:last-of-type {
  border: 0;
}
.cart table.data-table tr td.last {
  padding: 0;
  vertical-align: top;
}
.cart table.data-table .item-actions-edit-delete {
  position: relative;
}
.cart table.data-table .item-actions-edit-delete .item-edit,
.cart table.data-table .item-actions-edit-delete .item-delete {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #e1e1e1;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s;
  top: 1px;
}
.cart table.data-table .item-actions-edit-delete .item-edit a,
.cart table.data-table .item-actions-edit-delete .item-delete a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 7px;
}
.cart table.data-table .item-actions-edit-delete .item-edit a svg,
.cart table.data-table .item-actions-edit-delete .item-delete a svg,
.cart table.data-table .item-actions-edit-delete .item-edit a .svg,
.cart table.data-table .item-actions-edit-delete .item-delete a .svg {
  height: 100%;
  width: 100%;
}
.cart table.data-table .item-actions-edit-delete .item-edit:hover,
.cart table.data-table .item-actions-edit-delete .item-delete:hover {
  background-color: #464648;
}
.cart table.data-table .item-actions-edit-delete .item-edit:hover a .svg path,
.cart table.data-table .item-actions-edit-delete .item-delete:hover a .svg path {
  fill: #ffffff;
}
.cart table.data-table .item-actions-edit-delete .item-delete {
  right: 1px;
}
.cart table.data-table .item-actions-edit-delete .item-edit {
  right: 32px;
}
@media (min-width: 992px) {
  .cart .row > div:first-child {
    padding-right: 10px;
    width: 100%;
  }
  .cart .row > div:last-child {
    padding-left: 10px;
    width: 28%;
  }
}
.checkout-cart-index #breadcrumbs.container {
  padding-right: 0;
  padding-left: 0;
}
/*Totals*/
#shopping-cart-totals-table {
  font-size: 16px;
  font-weight: 400;
  color: #464648;
}
#shopping-cart-totals-table tbody > tr > td,
#shopping-cart-totals-table tfoot > tr > td {
  padding-left: 0;
  padding-right: 0;
}
#shopping-cart-totals-table td.noborder {
  border: 0;
}
#shopping-cart-totals-table td {
  border-top: 1px solid #eaedf4;
}
#shopping-cart-totals-table .grand-total {
  font-size: 16px;
  color: #464648;
  font-weight: 600;
}
.checkout-types {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout-types li {
  display: block;
  margin-bottom: 5px;
}
.checkout-types li:last-child {
  margin-bottom: 0;
}
.checkout-types .credit-button {
  display: inline-block;
}
.multiaddress-checkout-progress {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.multiaddress-checkout-progress li {
  display: inline;
}
.multiaddress-checkout-progress li.active {
  font-weight: bold;
}
.multiaddress-checkout-progress li + li:before {
  content: ">";
  margin: 0 5px;
  color: #999;
}
/*One page checkout*/
#checkoutSteps {
  color: #333;
}
#checkoutSteps .forgot-item {
  font-size: 12px;
}
#checkoutSteps .forgot-item a {
  font-size: 12px;
}
#checkoutSteps li {
  margin: 10px 0;
}
#checkoutSteps li .step-title h3 {
  color: #000;
  border-bottom: 3px solid #f3f4f6;
  font-size: 16px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
#checkoutSteps li .step-title h3 .number {
  background: #f3f4f6;
  padding: 5px 10px;
  font-weight: 900;
  margin-right: 10px;
}
#checkoutSteps li .step-title h3 a {
  float: right;
}
#checkoutSteps li h4 {
  font-weight: bold;
  font-size: 13px;
}
#checkoutSteps li #checkout-review-table-wrapper .grand-total {
  font-size: 15px;
}
#checkoutSteps li #checkout-review-table-wrapper th {
  font-weight: 600;
  border-bottom: 4px solid #f3f4f6;
  font-size: 11px;
  padding: 8px 0;
}
#checkoutSteps li #checkout-review-table-wrapper tr td:last-child {
  text-align: right;
}
#checkoutSteps li #checkout-review-table-wrapper td {
  color: #666;
  padding: 15px 0;
  border-bottom: 1px solid #eaedf4;
}
#checkoutSteps li #checkout-review-table-wrapper td h3.product-name {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
#checkoutSteps li #checkout-review-table-wrapper td dt {
  font-weight: 600;
  padding-top: 10px;
  font-size: 11px;
}
#checkoutSteps li #checkout-review-table-wrapper td dd {
  margin-left: 0;
  font-size: 11px;
}
#checkoutSteps li #checkout-review-table-wrapper td dl {
  padding-left: 69px;
  margin: 0;
}
#checkoutSteps li #checkout-review-table-wrapper td.a-center {
  padding-left: 10px;
  padding-right: 10px;
}
#checkoutSteps li #checkout-review-table-wrapper img {
  border-radius: 5px;
  background: #f3f4f6;
  padding: 2px;
  margin-right: 15px;
}
#checkoutSteps li select,
#checkoutSteps li input[type='text'] {
  height: 32px;
  font-size: 13px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 15px;
  line-height: 1.42857143;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #58595b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b7b7b7;
  border-radius: 0px;
  -webkit-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;
  border-color: #ccc;
}
#checkoutSteps li select:focus,
#checkoutSteps li input[type='text']:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#checkoutSteps li select::-moz-placeholder,
#checkoutSteps li input[type='text']::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#checkoutSteps li select:-ms-input-placeholder,
#checkoutSteps li input[type='text']:-ms-input-placeholder {
  color: #999999;
}
#checkoutSteps li select::-webkit-input-placeholder,
#checkoutSteps li input[type='text']::-webkit-input-placeholder {
  color: #999999;
}
#checkoutSteps li select[disabled],
#checkoutSteps li input[type='text'][disabled],
#checkoutSteps li select[readonly],
#checkoutSteps li input[type='text'][readonly],
fieldset[disabled] #checkoutSteps li select,
fieldset[disabled] #checkoutSteps li input[type='text'] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea#checkoutSteps li select,
textarea#checkoutSteps li input[type='text'] {
  height: auto;
}
#checkoutSteps li select.has-error,
#checkoutSteps li input[type='text'].has-error {
  border-color: #a94442 !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
#checkoutSteps li select.has-error:focus,
#checkoutSteps li input[type='text'].has-error: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;
}
#checkoutSteps li select.has-error.has-error:focus,
#checkoutSteps li input[type='text'].has-error.has-error:focus,
#checkoutSteps li select.has-error.has-error:active,
#checkoutSteps li input[type='text'].has-error.has-error:active {
  border-color: #a94442 !important;
}
#checkoutSteps li select:focus,
#checkoutSteps li input[type='text']:focus,
#checkoutSteps li select:active,
#checkoutSteps li input[type='text']:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
  outline: none;
}
#checkoutSteps li label {
  margin-top: 15px;
}
#checkoutSteps li #checkout-step-billing,
#checkoutSteps li #checkout-step-shipping,
#checkoutSteps li #checkout-step-shipping_method,
#checkoutSteps li #checkout-step-payment,
#checkoutSteps li #checkout-step-review {
  padding-left: 27px;
}
#checkoutSteps li #checkout-step-review {
  padding-left: 42px;
}
#checkoutSteps li .back-link {
  float: left;
}
#checkoutSteps li .v-fix {
  display: inline-block;
}
#checkoutSteps li #ccsave_expiration,
#checkoutSteps li #ccsave_expiration_yr {
  width: 150px;
  margin-right: 10px;
}
#checkoutSteps li form {
  padding: 0 15px;
}
#checkoutSteps li #table-checkoutsteps-totals {
  width: 100%;
  margin-bottom: 18px;
  margin-top: -18px;
}
#checkoutSteps li #table-checkoutsteps-totals td {
  border: 0;
  border-top: 1px solid #eaedf4;
}
#checkoutSteps li #table-checkoutsteps-totals .noborder {
  border: 0;
}
#checkoutSteps li #table-checkoutsteps-totals .a-right {
  text-align: right;
}
/*Aside Progress*/
#checkout-progress-wrapper dl dt,
#shipping_method-progress-opcheckout dl dt,
#payment-progress-opcheckout dl dt {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 0;
  letter-spacing: 0.2px;
}
#checkout-progress-wrapper dl dt .changelink .separator,
#shipping_method-progress-opcheckout dl dt .changelink .separator,
#payment-progress-opcheckout dl dt .changelink .separator {
  border-left: 1px solid #999;
  margin: 0 5px;
}
#checkout-progress-wrapper dl dd,
#shipping_method-progress-opcheckout dl dd,
#payment-progress-opcheckout dl dd {
  margin-bottom: 18px;
  font-style: normal;
  font-size: 11px;
  line-height: 18px;
  padding-left: 5px;
}
.checkout-onepage-index .page-title,
.checkout-onepage-index aside {
  margin-top: 20px;
}
.checkout-onepage-index .page-title {
  margin-bottom: 40px;
}
.checkout-onepage-success .container .page-title h1 {
  color: #367d3d;
}
.checkout-onepage-success .container .buttons-set button {
  background-color: #367d3d;
  border-radius: 0;
  padding: 9px 16px;
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #fff;
  border: 0;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s;
}
.checkout-onepage-success .container .buttons-set button:hover,
.checkout-onepage-success .container .buttons-set button:focus {
  background-color: #007300;
}
/* Blog ============================================================================= */
/**
 * Infinity BG-Media Group
 *
 * @category    design
 * @package     ibg_default
 * @copyright   Copyright (c) 2019 Infinity BG-Media Group (https://webcommunication.bg)
 */
/*.postWrapper { 
    clear: both; 
    padding: 15px 0;
    &:after { 
        content: ""; 
        display: block; 
        clear: both; 
    }
}

.postImage { 
    float: left; 
}
.postTitle,
.postContent,
.postContentWrapper { 
    display: table; 
    line-height: 1.6em; 
}
.blog-read-more { 
    text-transform: uppercase; 
    color: #000; 
    padding-right: 20px;
    font-size: 10px;
}

.postTags { 
    margin: 20px 0; 
    list-style: none; 
    padding: 0; 
    li {
        float: left; 
        margin-right: 5px; 
        &:after { 
            content: ","; 
        }
        &.last:after { 
            content: ""; 
            display: none; 
        }
    }
    &:after{
        content: ""; 
        display: block; 
        clear: both; 
    }
}
.postSocial { 
    margin: 20px 0; 
}

 Pinterest Style   
&.blogPostsPinterest {
    padding-top: 10px; 
    clear:both; 
    margin-right: -9px;

    &:after { 
        content: ""; 
        display: block; 
        clear: both; 
    }
    .postWrapper { 
        border: 1px solid #ececec; 
        border-radius: 3px; 
        width: 278px; 
        margin: 0 9px 9px 0; 
        float: left; 
        padding: 10px;
        -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1); 
        -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1); 
        box-shadow: 0 0 7px rgba(0,0,0,0.1);  
        clear: none;
        .postImage { 
            margin: 0 0 12px;
            img { 
                max-width: 100%; 
            }
        }
        .postContentWrapper { 
            display: block; 
            .postTitle { 
                text-align: center; 
                display: block; 
                h2 { 
                    font-size: 22px; 
                }
            }
            .postContent { 
                color: #999; 
                margin: 20px 30px; 
                text-align: justify; 
            }
            .postReadmoreComments { 
                margin: 5px 0 0; 
                text-align: center; 
            }
        }
    }
}
End Pinterest




.toolbar.blog-pin-style { 
    display: none; 
}



Post View 
.blog-post-view{
    .postImage { 
        float: right; 
        margin: 0 0 0 35px; 
    }
    .postTitle {
        h2 { 
            font-size: 45px; 
            letter-spacing: -1px; 
            line-height: 45px; 
            margin: 0; }
    }
    .postDetails{
        span{
            color: #428bca;
        }
    }
    .postComments{
        display: block; 
        margin: 20px 0 10px;
        h3 { 
            margin: 0; 
        }
    }
    .commentWrapper{
        margin: 15px 0;
        .commentDetails { 
            margin-bottom: 10px; 
        }
        h4 { 
            margin: 0; 
        }
    }
    .submitComment { 

    }
    .pager { 
        margin: 10px 0 25px; 
        padding: 0; 
    }
}
End Post View */
/* List View 
.blog-index-list,
.blog-cat-view{
    .postImage { 
        margin: 0 20px 0 0;
    }
    .postTitle h2 { 
        margin: 0; 
    }
    .postDetails { 
        margin-bottom: 10px; 
        display: block; 
    }
    .postTags { 
        margin: 10px 0; 
    }
    .blogReadmore { 
        display: none; 
    }
    .postReadmoreComments { margin-top: 10px; }
    .pager { 
        margin: 10px 0; 
        padding: 0; 
    }
}

 End List View */
/* Menu */
.block-blog .menu-recent {
  margin-bottom: 15px;
}
/*LIST VIEW*/
.blog-header-box {
  margin-bottom: 30px;
}
.blog-pager .page-pager {
  display: block;
  color: #999;
  text-align: left;
}
.blog-pager .page-pager .amount {
  display: inline;
}
.blog-pager .page-pager li {
  margin: 0 5px;
}
.blog-pager .page-pager li a {
  padding: 0;
  border: 0;
  color: #444;
  display: inline-block;
}
.blog-pager .page-pager li a.previous,
.blog-pager .page-pager li a.next {
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
.blog-pager .page-pager li a:hover,
.blog-pager .page-pager li a:focus {
  background: transparent;
}
#blogPostsWrapper {
  margin-bottom: 100px;
}
.postWrapper .postImage {
  background-image: url("https://mashini-bg.com/skin/frontend/ibg/default/images/line_bg.png");
  background-repeat: repeat;
}
.postWrapper .category-date {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
.postWrapper .post-separator {
  margin: 30px 0;
  border-bottom: 3px solid #f4f4f6;
}
.postWrapper .postBox .buttons-set .required {
  color: red;
  margin-top: -10px;
}
.postWrapper .postBox ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 20px 0;
}
.postWrapper .postBox ul.social li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.postWrapper .postBox ul.social li a {
  min-width: 40px;
  text-align: center;
  background: #f0f0f0;
  font-size: 20px;
  color: #000;
  display: block;
  padding: 5px 10px;
}
.postWrapper .postBox .commentsBox {
  margin: 25px 0;
  padding: 25px 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
.postWrapper .postBox .postDetails .separator {
  color: #999;
}
.postWrapper .postBox .commentWrapper {
  padding: 0 0 0 30px;
  border-left: 4px solid #eee;
  margin: 0 0 25px;
}
.postWrapper .postBox .commentWrapper .commentDetails h4 {
  font-weight: 600;
  margin-bottom: 0;
}
.postWrapper .postBox .commentWrapper .commentContent {
  padding-top: 20px;
}
.postWrapper .postBox .blog-date {
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: 13px;
  width: 75px;
  height: 75px;
  background: #eee;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.postWrapper .postBox .blog-date .inner {
  color: #000;
}
.postWrapper .postBox .blog-date .day {
  padding-top: 13px;
  margin-bottom: 1px;
  display: block;
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 600;
}
.postWrapper .postBox .postContentWrapper {
  overflow: hidden;
}
.postWrapper .postBox .postContentWrapper .postTitle h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.postWrapper .postBox .postContentWrapper .postContent {
  margin-top: 40px;
  margin-bottom: 40px;
}
.postWrapper .postBox .postContentWrapper .postContent li {
  list-style: square;
}
.postWrapper .postBox .postContentWrapper .postContent p {
  padding-left: 15px;
  padding-right: 15px;
}
.postWrapper .postBox .postContentWrapper .social-title,
.postWrapper .postBox .postContentWrapper .social {
  padding-left: 15px;
  padding-right: 15px;
}
.postWrapper .postBox .postContentWrapper .blogReadmore {
  padding-top: 20px;
  text-align: right;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #367d3d;
  border-color: transparent;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:focus,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:active:focus,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:hover,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:focus {
  color: #ffffff;
  text-decoration: none;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled],
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:hover,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:focus,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.active,
.open .dropdown-toggle.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more {
  color: #ffffff;
  background-color: #2a612f;
  border-color: rgba(0, 0, 0, 0);
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.active,
.open .dropdown-toggle.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more {
  background-image: none;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled],
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled:hover,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled]:hover,
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:hover,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled:focus,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled]:focus,
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:focus,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled:active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled]:active,
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more:active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.disabled.active,
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more[disabled].active,
fieldset[disabled] .postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more.active {
  background-color: #367d3d;
  border-color: transparent;
}
.postWrapper .postBox .postContentWrapper .blogReadmore .blog-read-more .badge {
  color: #367d3d;
  background-color: #ffffff;
}
.postWrapper .postBox .postContentWrapper a {
  color: #000;
}
.postWrapper .postBox .tags h4 {
  font-size: 12px;
  font-weight: normal;
  display: inline;
}
.postWrapper .postBox .tags ul {
  padding: 0;
  display: inline;
}
.postWrapper .postBox .tags ul li {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}
/*END LIST VIEW*/
/* GRID */
#infscr-loading {
  display: none;
  position: absolute !important;
  bottom: -50px;
  width: 100% !important;
  text-align: center !important;
}
#infscr-loading img {
  margin: 5px;
}
.afterBlog {
  height: 100px;
}
.toolbar.blog-pin-style {
  display: none;
}
.tile-red {
  background-color: rgba(220, 40, 40, 0.85);
}
.tile-blue {
  background-color: rgba(20, 90, 170, 0.85);
}
.tile-purple {
  background-color: rgba(175, 30, 210, 0.85);
}
.tile-orange {
  background-color: rgba(245, 120, 30, 0.85);
}
.tile-light-blue {
  background-color: rgba(40, 180, 220, 0.85);
}
.tile-green {
  background-color: rgba(145, 205, 40, 0.85);
}
#blogWrapper .blogPostBox .item-box {
  height: 100%;
  padding: 5px;
  position: relative;
}
#blogWrapper .blogPostBox .item-box .blog-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 5;
  width: 100%;
  height: 100%;
}
#blogWrapper .blogPostBox .item-box .blog-link:hover {
  background: rgba(255, 255, 255, 0.2);
}
#blogWrapper .blogPostBox .item-box .bkg {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#blogWrapper .blogPostBox .item-box .bkg .blog-info {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
}
#blogWrapper .blogPostBox .item-box .bkg .blog-info .blog-title {
  color: #fff;
  max-width: 75%;
  padding: 10px;
  display: inline-block;
}
#blogWrapper .blogPostBox .item-box .bkg .blog-info .blog-read-more {
  color: #000;
  padding: 10px;
  background: #fff;
  display: inline-block;
}
#blogWrapper .box_1x1 {
  width: 228px;
  height: 228px;
}
#blogWrapper .box_2x1 {
  width: 456px;
  height: 228px;
}
#blogWrapper .box_2x2 {
  width: 456px;
  height: 456px;
}
#blogWrapper .box_3x2 {
  width: 684px;
  height: 456px;
}
@media (max-width: 767px) {
  #blogWrapper .box_3x2,
  #blogWrapper .box_2x2,
  #blogWrapper .box_2x1,
  #blogWrapper .box_1x1 {
    width: 100%;
  }
}
/*END GRID*/
